{"id":5815,"date":"2022-06-16T19:49:21","date_gmt":"2022-06-16T12:49:21","guid":{"rendered":"https:\/\/tqc.gov.vn\/?page_id=5815"},"modified":"2025-12-26T16:56:05","modified_gmt":"2025-12-26T09:56:05","slug":"thoa-thuan-chung-nhan","status":"publish","type":"page","link":"https:\/\/tqc.gov.vn\/dich-vu\/chung-nhan-hop-chuan\/thoa-thuan-chung-nhan\/","title":{"rendered":"Th\u1ecfa thu\u1eadn ch\u1ee9ng nh\u1eadn"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5815\" class=\"elementor elementor-5815\" data-elementor-settings=\"[]\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c40170f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c40170f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a9a2cbf\" data-id=\"a9a2cbf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6ac2f9f elementor-widget elementor-widget-html\" data-id=\"6ac2f9f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"vi\">\n\n<head>\n    <meta charset=\"utf-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/>\n    <meta name=\"color-scheme\" content=\"light\" \/>\n    <title><\/title>\n\n    <!-- Google Fonts - Elegant Vietnamese fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;800;900&family=Quicksand:wght@600;700&family=Be+Vietnam+Pro:wght@600;700;800;900&display=swap\" rel=\"stylesheet\" \/>\n\n    <style>\n         :root {\n            --bg-header: url(\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/bg-header.png\");\n            --color-primary: #b3001f;\n            --color-gold: #ffd700;\n            --color-gold-light: #ffe44d;\n            --color-gold-dark: #d4a800;\n            --color-red-dark: #8b0000;\n            --color-red: #d01200;\n            --font-display: \"Be Vietnam Pro\", \"Playfair Display\", serif;\n            --font-body: \"Quicksand\", \"Segoe UI\", sans-serif;\n        }\n        \n        * {\n            box-sizing: border-box;\n        }\n        \n        body {\n            margin: 0;\n            padding: 0;\n            font-family: var(--font-body);\n            background: linear-gradient( 180deg, #fef9f0 0%, #fff5e6 50%, #fef9f0 100%);\n            overflow-x: hidden;\n            min-height: 100vh;\n        }\n        \/* === HEADER DESIGN === *\/\n        \n        header {\n            position: relative;\n            width: 100%;\n            min-height: 220px;\n            background: var(--bg-header) no-repeat center center;\n            background-size: cover;\n            box-shadow: 0 4px 20px rgba(139, 0, 0, 0.3), 0 8px 40px rgba(0, 0, 0, 0.15);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            overflow: hidden;\n        }\n        \/* Animated gradient overlay *\/\n        \n        header::before {\n            content: \"\";\n            position: absolute;\n            inset: 0;\n            background: linear-gradient( 135deg, rgba(255, 215, 0, 0.08) 0%, transparent 40%, transparent 60%, rgba(255, 215, 0, 0.08) 100%);\n            animation: shimmerOverlay 8s ease-in-out infinite;\n            pointer-events: none;\n        }\n        \n        @keyframes shimmerOverlay {\n            0%,\n            100% {\n                opacity: 0.5;\n            }\n            50% {\n                opacity: 1;\n            }\n        }\n        \n        .header-content {\n            position: relative;\n            z-index: 2;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            max-width: 1200px;\n            width: 100%;\n            padding: 20px 30px;\n        }\n        \n        .logo-left,\n        .logo-right {\n            flex: 0 0 auto;\n            transition: transform 0.4s ease;\n        }\n        \n        .logo-left:hover,\n        .logo-right:hover {\n            transform: scale(1.05);\n        }\n        \n        .logo-left {\n            width: clamp(130px, 15vw, 200px);\n        }\n        \n        .logo-right {\n            width: clamp(110px, 12vw, 170px);\n        }\n        \n        .logo-left img,\n        .logo-right img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: contain;\n            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));\n        }\n        \n        .slogan-container {\n            flex: 1 1 auto;\n            margin: 0 20px;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            min-width: 0;\n            perspective: 1000px;\n        }\n        \n        .slogan-subtitle {\n            font-family: var(--font-body);\n            font-size: clamp(10px, 1.4vw, 18px);\n            font-weight: 700;\n            color: var(--color-gold);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin: 0 0 12px 0;\n            text-shadow: 0 0 10px rgba(255, 215, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5);\n            padding: 6px 16px;\n            background: linear-gradient(180deg, #c41200 0%, #9a0e00 100%);\n            border-radius: 30px;\n            border: 1px solid rgba(255, 215, 0, 0.3);\n            white-space: nowrap;\n            line-height: 1.4;\n            animation: pulseGlow 3s ease-in-out infinite;\n            overflow: hidden;\n            text-overflow: ellipsis;\n            max-width: 100%;\n        }\n        \n        @keyframes pulseGlow {\n            0%,\n            100% {\n                box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);\n            }\n            50% {\n                box-shadow: 0 0 25px rgba(255, 215, 0, 0.5);\n            }\n        }\n        \n        .slogan-text {\n            font-family: var(--font-display);\n            font-size: clamp(22px, 3.2vw, 42px);\n            font-weight: 800;\n            text-transform: uppercase;\n            line-height: 1.25;\n            color: var(--color-primary);\n            text-shadow: 0 2px 4px rgba(255, 255, 255, 0.9), 0 4px 8px rgba(0, 0, 0, 0.15);\n            margin: 0;\n            padding: 15px 20px;\n            min-height: 3em;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-wrap: balance;\n            position: relative;\n            opacity: 1;\n            transform: translateY(0);\n            transition: opacity 0.5s ease, transform 0.5s ease;\n        }\n        \n        .slogan-text.fade-out {\n            opacity: 0;\n            transform: translateY(-20px);\n        }\n        \n        .slogan-text.fade-in {\n            animation: fadeInUp 0.6s ease forwards;\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        \/* Golden shimmer effect on text *\/\n        \n        .slogan-text::after {\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, 215, 0, 0.15), transparent);\n            animation: textShimmer 4s ease-in-out infinite;\n            pointer-events: none;\n        }\n        \n        @keyframes textShimmer {\n            0% {\n                left: -100%;\n            }\n            50%,\n            100% {\n                left: 100%;\n            }\n        }\n        \/* === CONTROLS BAR === *\/\n        \n        .control-bar {\n            background: linear-gradient(180deg, #c41200 0%, #9a0e00 100%);\n            padding: 14px 24px;\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            justify-content: center;\n            gap: 16px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);\n            position: relative;\n        }\n        \/* Decorative top border *\/\n        \n        .control-bar::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient( 90deg, transparent, var(--color-gold), var(--color-gold-light), var(--color-gold), transparent);\n        }\n        \n        .control-group {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .btn {\n            font-family: var(--font-body);\n            background: rgba(0, 0, 0, 0.25);\n            border: 1px solid rgba(255, 255, 255, 0.35);\n            color: #fff;\n            padding: 10px 20px;\n            border-radius: 50px;\n            font-weight: 700;\n            font-size: 13px;\n            cursor: pointer;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n            letter-spacing: 0.3px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .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 ease;\n        }\n        \n        .btn:hover::before {\n            left: 100%;\n        }\n        \n        .btn:hover {\n            background: rgba(0, 0, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.6);\n            transform: translateY(-2px);\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);\n        }\n        \n        .btn:active {\n            transform: translateY(0);\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);\n        }\n        \n        .btn-play {\n            background: linear-gradient( 135deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);\n            color: var(--color-red-dark);\n            border: 2px solid var(--color-gold-light);\n            font-weight: 800;\n            padding: 12px 28px;\n            font-size: 14px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .btn-play:hover {\n            background: linear-gradient( 135deg, var(--color-gold-light) 0%, var(--color-gold) 100%);\n            border-color: #fff;\n            box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);\n        }\n        \/* Counter display *\/\n        \n        .counter-display {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            color: rgba(255, 255, 255, 0.9);\n            font-weight: 700;\n            font-size: 14px;\n            padding: 8px 16px;\n            background: rgba(0, 0, 0, 0.2);\n            border-radius: 30px;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        \n        .counter-current {\n            color: var(--color-gold);\n            font-size: 18px;\n            font-weight: 800;\n        }\n        \/* Progress Bar *\/\n        \n        .progress-container {\n            flex: 1;\n            max-width: 400px;\n            min-width: 200px;\n            display: flex;\n            flex-direction: column;\n            gap: 4px;\n        }\n        \n        .progress-track {\n            width: 100%;\n            height: 8px;\n            background: rgba(0, 0, 0, 0.3);\n            border-radius: 10px;\n            overflow: hidden;\n            border: 1px solid rgba(255, 255, 255, 0.15);\n            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);\n        }\n        \n        .progress-fill {\n            height: 100%;\n            width: 0%;\n            background: linear-gradient( 90deg, var(--color-gold-dark), var(--color-gold), var(--color-gold-light));\n            border-radius: 10px;\n            transition: width 0.1s linear;\n            box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);\n            position: relative;\n        }\n        \n        .progress-fill::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            right: 0;\n            width: 20px;\n            height: 100%;\n            background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.4));\n            border-radius: 0 10px 10px 0;\n        }\n        \/* === FLOATING PARTICLES === *\/\n        \n        .particles {\n            position: absolute;\n            inset: 0;\n            overflow: hidden;\n            pointer-events: none;\n            z-index: 1;\n        }\n        \n        .particle {\n            position: absolute;\n            width: 8px;\n            height: 8px;\n            background: var(--color-gold);\n            border-radius: 50%;\n            opacity: 0;\n            animation: floatParticle 6s ease-in-out infinite;\n        }\n        \n        .particle:nth-child(1) {\n            left: 10%;\n            animation-delay: 0s;\n        }\n        \n        .particle:nth-child(2) {\n            left: 20%;\n            animation-delay: 1s;\n        }\n        \n        .particle:nth-child(3) {\n            left: 30%;\n            animation-delay: 2s;\n        }\n        \n        .particle:nth-child(4) {\n            left: 40%;\n            animation-delay: 0.5s;\n        }\n        \n        .particle:nth-child(5) {\n            left: 50%;\n            animation-delay: 1.5s;\n        }\n        \n        .particle:nth-child(6) {\n            left: 60%;\n            animation-delay: 2.5s;\n        }\n        \n        .particle:nth-child(7) {\n            left: 70%;\n            animation-delay: 0.8s;\n        }\n        \n        .particle:nth-child(8) {\n            left: 80%;\n            animation-delay: 1.8s;\n        }\n        \n        .particle:nth-child(9) {\n            left: 90%;\n            animation-delay: 2.8s;\n        }\n        \n        @keyframes floatParticle {\n            0% {\n                transform: translateY(100%) scale(0);\n                opacity: 0;\n            }\n            10% {\n                opacity: 0.8;\n            }\n            90% {\n                opacity: 0.8;\n            }\n            100% {\n                transform: translateY(-100vh) scale(1);\n                opacity: 0;\n            }\n        }\n        \/* Star particles *\/\n        \n        .star-particle {\n            width: 12px;\n            height: 12px;\n            background: transparent;\n            clip-path: polygon( 50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);\n            background: var(--color-gold);\n        }\n        \/* === MAIN CONTENT === *\/\n        \n        .main-content {\n            max-width: 1200px;\n            margin: 50px auto;\n            padding: 30px;\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);\n            min-height: 400px;\n            border: 1px solid rgba(0, 0, 0, 0.05);\n        }\n        \/* === TOAST NOTIFICATION === *\/\n        \n        .toast {\n            position: fixed;\n            bottom: 30px;\n            left: 50%;\n            transform: translateX(-50%) translateY(100px);\n            background: rgba(0, 0, 0, 0.85);\n            color: white;\n            padding: 14px 28px;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);\n            opacity: 0;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            z-index: 9999;\n            -webkit-backdrop-filter: blur(10px);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n        \n        .toast.show {\n            opacity: 1;\n            transform: translateX(-50%) translateY(0);\n        }\n        \/* === RESPONSIVE === *\/\n        \n        @media (max-width: 768px) {\n            header {\n                min-height: 160px;\n            }\n            .header-content {\n                padding: 15px 12px;\n            }\n            .logo-left {\n                width: clamp(70px, 14vw, 110px);\n            }\n            .logo-right {\n                width: clamp(60px, 12vw, 95px);\n            }\n            .slogan-container {\n                margin: 0 8px;\n            }\n            .slogan-subtitle {\n                font-size: clamp(8px, 1.8vw, 14px);\n                padding: 4px 10px;\n                letter-spacing: 0.5px;\n            }\n            .slogan-text {\n                font-size: clamp(15px, 3vw, 24px);\n                padding: 10px;\n                min-height: 2.5em;\n            }\n            .control-bar {\n                padding: 12px 16px;\n                gap: 10px;\n            }\n            .btn {\n                padding: 8px 16px;\n                font-size: 12px;\n            }\n            .btn-play {\n                padding: 10px 20px;\n                font-size: 12px;\n            }\n            .counter-display {\n                padding: 6px 12px;\n                font-size: 12px;\n            }\n            .counter-current {\n                font-size: 15px;\n            }\n            .progress-container {\n                min-width: 150px;\n            }\n            .progress-track {\n                height: 6px;\n            }\n            .main-content {\n                margin: 30px 15px;\n                padding: 20px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            header {\n                min-height: 130px;\n            }\n            .header-content {\n                padding: 10px 8px;\n            }\n            .logo-left {\n                width: clamp(55px, 13vw, 80px);\n            }\n            .logo-right {\n                width: clamp(48px, 11vw, 70px);\n            }\n            .slogan-subtitle {\n                font-size: clamp(7px, 2.2vw, 11px);\n                padding: 3px 8px;\n                letter-spacing: 0.3px;\n            }\n            .slogan-text {\n                font-size: clamp(13px, 3.5vw, 18px);\n                padding: 8px;\n                line-height: 1.3;\n            }\n            .control-bar {\n                padding: 10px 12px;\n                gap: 8px;\n            }\n            .btn {\n                padding: 7px 14px;\n                font-size: 11px;\n            }\n            .btn-play {\n                padding: 8px 18px;\n            }\n            .btn span.btn-text {\n                display: none;\n            }\n            .counter-display {\n                padding: 5px 10px;\n                font-size: 11px;\n            }\n            .progress-container {\n                min-width: 120px;\n                order: 10;\n                flex-basis: 100%;\n            }\n            .particles .particle {\n                width: 5px;\n                height: 5px;\n            }\n        }\n        \/* === PRINT === *\/\n        \n        @media print {\n            .control-bar,\n            .particles,\n            .toast {\n                display: none !important;\n            }\n            header {\n                box-shadow: none;\n                min-height: auto;\n                padding: 20px;\n            }\n            .slogan-text {\n                color: #000;\n                text-shadow: none;\n            }\n        }\n        \/* === REDUCED MOTION === *\/\n        \n        @media (prefers-reduced-motion: reduce) {\n            *,\n            *::before,\n            *::after {\n                animation-duration: 0.01ms !important;\n                animation-iteration-count: 1 !important;\n                transition-duration: 0.01ms !important;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n    <!-- Header -->\n    <header>\n        <!-- Floating Particles -->\n        <div class=\"particles\" aria-hidden=\"true\">\n            <div class=\"particle\"><\/div>\n            <div class=\"particle star-particle\"><\/div>\n            <div class=\"particle\"><\/div>\n            <div class=\"particle star-particle\"><\/div>\n            <div class=\"particle\"><\/div>\n            <div class=\"particle star-particle\"><\/div>\n            <div class=\"particle\"><\/div>\n            <div class=\"particle star-particle\"><\/div>\n            <div class=\"particle\"><\/div>\n        <\/div>\n\n        <div class=\"header-content\">\n            <!-- Logo Left -->\n            <div class=\"logo-left\">\n                <img decoding=\"async\" src=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/logo-flag_6305d_4eea1.png\" alt=\"C\u1edd \u0110\u1ea3ng - C\u1edd T\u1ed5 qu\u1ed1c\" \/>\n            <\/div>\n\n            <!-- Slogan Center -->\n            <div class=\"slogan-container\">\n                <p class=\"slogan-subtitle\">\n                    H\u01b0\u1edbng t\u1edbi \u0110\u1ea1i h\u1ed9i \u0110\u1ea1i bi\u1ec3u to\u00e0n qu\u1ed1c l\u1ea7n th\u1ee9 XIV c\u1ee7a \u0110\u1ea3ng\n                <\/p>\n                <h2 class=\"slogan-text\" id=\"sloganText\"><\/h2>\n            <\/div>\n\n            <!-- Logo Right -->\n            <div class=\"logo-right\">\n                <img decoding=\"async\" src=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/logo-dcsv2_7a61d.png\" alt=\"Logo \u0110CSVN\" \/>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Controls -->\n    <div class=\"control-bar\">\n        <div class=\"control-group\">\n            <button class=\"btn\" id=\"btnPrev\" title=\"Kh\u1ea9u hi\u1ec7u tr\u01b0\u1edbc (\u2190)\">\n          <span>\u2190<\/span>\n          <span class=\"btn-text\">Tr\u01b0\u1edbc<\/span>\n        <\/button>\n            <button class=\"btn btn-play\" id=\"btnPlayPause\" title=\"Ph\u00e1t\/T\u1ea1m d\u1eebng (Space)\">\n          <span id=\"playIcon\">\u23f8<\/span>\n          <span class=\"btn-text\" id=\"playText\">T\u1ea1m d\u1eebng<\/span>\n        <\/button>\n            <button class=\"btn\" id=\"btnNext\" title=\"Kh\u1ea9u hi\u1ec7u sau (\u2192)\">\n          <span class=\"btn-text\">Sau<\/span>\n          <span>\u2192<\/span>\n        <\/button>\n        <\/div>\n\n        <div class=\"counter-display\">\n            <span class=\"counter-current\" id=\"counterCurrent\">01<\/span>\n            <span>\/<\/span>\n            <span id=\"counterTotal\">12<\/span>\n        <\/div>\n\n        <div class=\"progress-container\">\n            <div class=\"progress-track\">\n                <div class=\"progress-fill\" id=\"progressBar\"><\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"control-group\">\n            <button class=\"btn\" id=\"btnShuffle\" title=\"Ng\u1eabu nhi\u00ean (R)\">\n          \ud83d\udd00 <span class=\"btn-text\">Ng\u1eabu nhi\u00ean<\/span>\n        <\/button>\n        <\/div>\n    <\/div>\n\n    <!-- Main Content Placeholder -->\n    <!-- <div class=\"main-content\">\n        <h3 style=\"\n          text-align: center;\n          color: #555;\n          font-family: var(--font-display);\n        \">\n            N\u1ed9i dung trang web\n        <\/h3>\n        <p style=\"text-align: center; color: #777\">\n            (N\u1ed9i dung b\u1ed5 sung s\u1ebd hi\u1ec3n th\u1ecb \u1edf \u0111\u00e2y)\n        <\/p>\n    <\/div> -->\n\n    <!-- Toast Notification -->\n    <div class=\"toast\" id=\"toast\" role=\"status\" aria-live=\"polite\"><\/div>\n\n    <script>\n        \/\/ === DATA ===\n        const slogans = [\n            \"Nhi\u1ec7t li\u1ec7t ch\u00e0o m\u1eebng \u0110\u1ea1i h\u1ed9i \u0111\u1ea1i bi\u1ec3u to\u00e0n qu\u1ed1c l\u1ea7n th\u1ee9 XIV c\u1ee7a \u0110\u1ea3ng!\",\n            \"\u0110\u1ea3ng C\u1ed9ng s\u1ea3n Vi\u1ec7t Nam - Ng\u01b0\u1eddi l\u00e3nh \u0111\u1ea1o, t\u1ed5 ch\u1ee9c m\u1ecdi th\u1eafng l\u1ee3i c\u1ee7a c\u00e1ch m\u1ea1ng Vi\u1ec7t Nam!\",\n            \"\u0110\u1ea3ng l\u00e3nh \u0111\u1ea1o, Nh\u00e0 n\u01b0\u1edbc qu\u1ea3n l\u00fd, Nh\u00e2n d\u00e2n l\u00e0m ch\u1ee7!\",\n            \"\u0110o\u00e0n k\u1ebft - D\u00e2n ch\u1ee7 - K\u1ef7 c\u01b0\u01a1ng - \u0110\u1ed9t ph\u00e1 - Ph\u00e1t tri\u1ec3n!\",\n            \"Chung s\u1ee9c, \u0111\u1ed3ng l\u00f2ng th\u1ef1c hi\u1ec7n th\u1eafng l\u1ee3i c\u00e1c m\u1ee5c ti\u00eau ph\u00e1t tri\u1ec3n \u0111\u1ea5t n\u01b0\u1edbc \u0111\u1ebfn n\u0103m 2030!\",\n            \"T\u1ea5t c\u1ea3 v\u00ec m\u1ed9t n\u01b0\u1edbc Vi\u1ec7t Nam h\u00f2a b\u00ecnh, \u0111\u1ed9c l\u1eadp, d\u00e2n ch\u1ee7, gi\u00e0u m\u1ea1nh, ph\u1ed3n vinh, v\u0103n minh, h\u1ea1nh ph\u00fac!\",\n            \"T\u1ef1 ch\u1ee7 chi\u1ebfn l\u01b0\u1ee3c, t\u1ef1 c\u01b0\u1eddng, t\u1ef1 tin, ti\u1ebfn m\u1ea1nh trong k\u1ef7 nguy\u00ean v\u0103n minh c\u1ee7a d\u00e2n t\u1ed9c!\",\n            \"K\u1ef7 nguy\u00ean ph\u00e1t tri\u1ec3n gi\u00e0u m\u1ea1nh, th\u1ecbnh v\u01b0\u1ee3ng c\u1ee7a d\u00e2n t\u1ed9c Vi\u1ec7t Nam!\",\n            \"K\u1ebft h\u1ee3p s\u1ee9c m\u1ea1nh d\u00e2n t\u1ed9c v\u1edbi s\u1ee9c m\u1ea1nh th\u1eddi \u0111\u1ea1i trong x\u00e2y d\u1ef1ng, ph\u00e1t tri\u1ec3n \u0111\u1ea5t n\u01b0\u1edbc v\u00e0 b\u1ea3o v\u1ec7 T\u1ed5 qu\u1ed1c!\",\n            \"H\u1ebft l\u00f2ng, h\u1ebft s\u1ee9c ph\u1ee5ng s\u1ef1 T\u1ed5 qu\u1ed1c, ph\u1ee5c v\u1ee5 Nh\u00e2n d\u00e2n!\",\n            \"\u0110\u1eb7t l\u1ee3i \u00edch c\u1ee7a T\u1ed5 qu\u1ed1c, c\u1ee7a Nh\u00e2n d\u00e2n l\u00ean tr\u00ean h\u1ebft, tr\u01b0\u1edbc h\u1ebft!\",\n            \"\u0110\u1ea5t n\u01b0\u1edbc Vi\u1ec7t Nam tr\u01b0\u1eddng t\u1ed3n; T\u1ed5 qu\u1ed1c Vi\u1ec7t Nam h\u00f2a b\u00ecnh; D\u00e2n t\u1ed9c Vi\u1ec7t Nam th\u1ecbnh v\u01b0\u1ee3ng, ph\u00e1t tri\u1ec3n!\",\n        ];\n\n        \/\/ === STATE ===\n        let currentIndex = 0;\n        let isPlaying = true;\n        let intervalDuration = 6000; \/\/ 6 seconds per slogan\n        let lastFrameTime = 0;\n        let timer = 0;\n        let isTransitioning = false;\n\n        \/\/ === DOM ELEMENTS ===\n        const elSlogan = document.getElementById(\"sloganText\");\n        const elProgress = document.getElementById(\"progressBar\");\n        const btnPlayPause = document.getElementById(\"btnPlayPause\");\n        const playIcon = document.getElementById(\"playIcon\");\n        const playText = document.getElementById(\"playText\");\n        const btnPrev = document.getElementById(\"btnPrev\");\n        const btnNext = document.getElementById(\"btnNext\");\n        const btnShuffle = document.getElementById(\"btnShuffle\");\n        const counterCurrent = document.getElementById(\"counterCurrent\");\n        const counterTotal = document.getElementById(\"counterTotal\");\n        const toast = document.getElementById(\"toast\");\n\n        \/\/ === HELPERS ===\n        function pad2(n) {\n            return String(n).padStart(2, \"0\");\n        }\n\n        function showToast(message) {\n            toast.textContent = message;\n            toast.classList.add(\"show\");\n            clearTimeout(showToast._timeout);\n            showToast._timeout = setTimeout(() => {\n                toast.classList.remove(\"show\");\n            }, 2000);\n        }\n\n        \/\/ === LOGIC ===\n        function render(animate = true) {\n            if (animate && !isTransitioning) {\n                isTransitioning = true;\n                elSlogan.classList.add(\"fade-out\");\n\n                setTimeout(() => {\n                    elSlogan.textContent = slogans[currentIndex];\n                    elSlogan.classList.remove(\"fade-out\");\n                    elSlogan.classList.add(\"fade-in\");\n\n                    setTimeout(() => {\n                        elSlogan.classList.remove(\"fade-in\");\n                        isTransitioning = false;\n                    }, 600);\n                }, 300);\n            } else {\n                elSlogan.textContent = slogans[currentIndex];\n            }\n\n            \/\/ Update counter\n            counterCurrent.textContent = pad2(currentIndex + 1);\n            counterTotal.textContent = pad2(slogans.length);\n        }\n\n        function goToSlide(index, animate = true) {\n            currentIndex = (index + slogans.length) % slogans.length;\n            timer = 0;\n            render(animate);\n        }\n\n        function nextSlide() {\n            goToSlide(currentIndex + 1);\n        }\n\n        function prevSlide() {\n            goToSlide(currentIndex - 1);\n        }\n\n        function shuffleSlide() {\n            let newIndex;\n            do {\n                newIndex = Math.floor(Math.random() * slogans.length);\n            } while (newIndex === currentIndex && slogans.length > 1);\n            goToSlide(newIndex);\n            showToast(\"\ud83d\udd00 Ng\u1eabu nhi\u00ean\");\n        }\n\n        function togglePlay() {\n            isPlaying = !isPlaying;\n            updatePlayButton();\n            showToast(isPlaying ? \"\u25b6 \u0110ang ph\u00e1t\" : \"\u23f8 \u0110\u00e3 t\u1ea1m d\u1eebng\");\n        }\n\n        function updatePlayButton() {\n            playIcon.textContent = isPlaying ? \"\u23f8\" : \"\u25b6\";\n            playText.textContent = isPlaying ? \"T\u1ea1m d\u1eebng\" : \"Ti\u1ebfp t\u1ee5c\";\n        }\n\n        \/\/ Animation Loop\n        function animate(timestamp) {\n            if (!lastFrameTime) lastFrameTime = timestamp;\n            const dt = timestamp - lastFrameTime;\n            lastFrameTime = timestamp;\n\n            if (isPlaying && !isTransitioning) {\n                timer += dt;\n                const pct = Math.min((timer \/ intervalDuration) * 100, 100);\n                elProgress.style.width = pct + \"%\";\n\n                if (timer >= intervalDuration) {\n                    nextSlide();\n                }\n            }\n\n            requestAnimationFrame(animate);\n        }\n\n        \/\/ === EVENT LISTENERS ===\n        btnPrev.addEventListener(\"click\", () => {\n            prevSlide();\n        });\n\n        btnNext.addEventListener(\"click\", () => {\n            nextSlide();\n        });\n\n        btnPlayPause.addEventListener(\"click\", togglePlay);\n\n        btnShuffle.addEventListener(\"click\", shuffleSlide);\n\n        \/\/ Keyboard shortcuts\n        document.addEventListener(\"keydown\", (e) => {\n            \/\/ Ignore if typing in input\/textarea\n            if (e.target.tagName === \"INPUT\" || e.target.tagName === \"TEXTAREA\")\n                return;\n\n            switch (e.key) {\n                case \"ArrowLeft\":\n                    prevSlide();\n                    break;\n                case \"ArrowRight\":\n                    nextSlide();\n                    break;\n                case \" \":\n                    e.preventDefault();\n                    togglePlay();\n                    break;\n                case \"r\":\n                case \"R\":\n                    shuffleSlide();\n                    break;\n            }\n        });\n\n        \/\/ === INIT ===\n        counterTotal.textContent = pad2(slogans.length);\n        render(false);\n        requestAnimationFrame(animate);\n    <\/script>\n<\/body>\n\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-856ee77 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"856ee77\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-145787f9\" data-id=\"145787f9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7166b924 elementor-widget elementor-widget-heading\" data-id=\"7166b924\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">TH\u1eceA THU\u1eacN CH\u1ee8NG NH\u1eacN<\/h6>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-584bec8f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"584bec8f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-1e1d0a90\" data-id=\"1e1d0a90\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7074ce8c elementor-widget elementor-widget-text-editor\" data-id=\"7074ce8c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\tT\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n \u0111\u1ec1 ngh\u1ecb ch\u1ee9ng nh\u1eadn h\u1ee3p chu\u1ea9n (sau \u0111\u00e2u g\u1ecdi t\u1eaft l\u00e0 T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n) ph\u1ea3i th\u1ef1c hi\u1ec7n \u0111\u00fang c\u00e1c y\u00eau c\u1ea7u t\u1ea1i H\u1ee3p \u0111\u1ed3ng ch\u1ee9ng nh\u1eadn \u0111\u00e3 \u0111\u01b0\u1ee3c k\u00fd k\u1ebft gi\u1eefa hai b\u00ean, \u0111\u1ed3ng th\u1eddi T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n ph\u1ea3i c\u00f3 tr\u00e1ch nhi\u1ec7m\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-39fe3efe\" data-id=\"39fe3efe\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-24742ae4 elementor-widget elementor-widget-image\" data-id=\"24742ae4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"164\" src=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/CNHC-300x164.jpg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/CNHC-300x164.jpg 300w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/CNHC-1024x561.jpg 1024w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/CNHC-768x421.jpg 768w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/CNHC.jpg 1028w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e12be1 elementor-widget elementor-widget-text-editor\" data-id=\"2e12be1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<ol><li>\u00ad Lu\u00f4n th\u1ef1c hi\u1ec7n c\u00e1c y\u00eau c\u1ea7u v\u1ec1 ch\u1ee9ng nh\u1eadn g\u1ed3m c\u1ea3 vi\u1ec7c \u00e1p d\u1ee5ng nh\u1eefng thay \u0111\u1ed5i th\u00edch h\u1ee3p khi \u0111\u01b0\u1ee3c Trung t\u00e2m th\u00f4ng b\u00e1o;<\/li><li>\u00a0Nghi\u00eam t\u00fac th\u1ef1c hi\u1ec7n theo \u0111\u00fang c\u00e1c Quy tr\u00ecnh, Th\u1ee7 t\u1ee5c ch\u1ee9ng nh\u1eadn h\u1ee3p chu\u1ea9n \u00e1p d\u1ee5ng t\u1ea1i Trung t\u00e2m \u0110o l\u01b0\u1eddng Ch\u1ea5t l\u01b0\u1ee3ng Vi\u1ec5n th\u00f4ng.<\/li><li>\u00a0Cung c\u1ea5p \u0111\u1ea7y \u0111\u1ee7 c\u00e1c th\u00f4ng tin v\u1ec1 t\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n \u0111\u1ec1 ngh\u1ecb ch\u1ee9ng nh\u1eadn h\u1ee3p chu\u1ea9n, t\u00e0i li\u1ec7u k\u1ef9 thu\u1eadt, k\u1ebft qu\u1ea3 \u0111o ki\u1ec3m c\u1ee7a s\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c ch\u1ee9ng nh\u1eadn; ph\u1ed1i h\u1ee3p v\u1edbi Trung t\u00e2m th\u1ef1c hi\u1ec7n vi\u1ec7c ki\u1ec3m tra quy tr\u00ecnh s\u1ea3n xu\u1ea5t, l\u1ea5y m\u1eabu, \u0111o ki\u1ec3m, th\u1ef1c hi\u1ec7n gi\u00e1m s\u00e1t \u0111\u1ea3m b\u1ea3o ch\u1ea5t l\u01b0\u1ee3ng sau ch\u1ee9ng nh\u1eadn;<\/li><li>\u00ad N\u1ebfu ch\u1ee9ng nh\u1eadn \u00e1p d\u1ee5ng cho vi\u1ec7c s\u1ea3n xu\u1ea5t li\u00ean t\u1ee5c (s\u1ea3n xu\u1ea5t trong n\u01b0\u1edbc) th\u00ec s\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c ch\u1ee9ng nh\u1eadn ph\u1ea3i lu\u00f4n th\u1ecfa m\u00e3n c\u00e1c y\u00eau c\u1ea7u \u0111\u1ed1i v\u1edbi s\u1ea3n ph\u1ea9m.<\/li><li>\u00ad T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n \u0111\u1ec1 ngh\u1ecb ch\u1ee9ng nh\u1eadn ph\u1ea3i th\u1ef1c hi\u1ec7n m\u1ecdi s\u1eafp \u0111\u1eb7t c\u1ea7n thi\u1ebft cho vi\u1ec7c:<ul><li>Ti\u1ebfn h\u00e0nh xem x\u00e9t \u0111\u00e1nh gi\u00e1 v\u00e0 gi\u00e1m s\u00e1t (\u0111\u1ed1i v\u1edbi s\u1ea3n ph\u1ea9m s\u1ea3n xu\u1ea5t trong n\u01b0\u1edbc), g\u1ed3m c\u1ea3 vi\u1ec7c cung c\u1ea5p t\u00e0i li\u1ec7u v\u00e0 h\u1ed3 s\u01a1 cho vi\u1ec7c ki\u1ec3m tra v\u00e0 ti\u1ebfp c\u1eadn v\u1edbi thi\u1ebft b\u1ecb, \u0111\u1ecba \u0111i\u1ec3m, khu v\u1ef1c, nh\u00e2n s\u1ef1 v\u00e0 nh\u00e0 th\u1ea7u ph\u1ee5 c\u1ee7a T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n.<\/li><li>\u0110i\u1ec1u tra c\u00e1c khi\u1ebfu n\u1ea1i;<\/li><li>Tham gia c\u1ee7a c\u00e1c quan s\u00e1t vi\u00ean (n\u1ebfu c\u00f3).<\/li><\/ul><\/li><li>T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n th\u1ef1c hi\u1ec7n c\u00e1c c\u00f4ng b\u1ed1 li\u00ean quan \u0111\u1ebfn ch\u1ee9ng nh\u1eadn nh\u1ea5t qu\u00e1n v\u1edbi ph\u1ea1m vi ch\u1ee9ng nh\u1eadn, ch\u1ec9 \u0111\u01b0a ra c\u00e1c tuy\u00ean b\u1ed1 li\u00ean quan t\u1edbi ph\u1ea1m vi ch\u1ee9ng nh\u1eadn n\u00eau trong gi\u1ea5y ch\u1ee9ng nh\u1eadn \u0111\u00e3 \u0111\u01b0\u1ee3c c\u1ea5p;<\/li><li>T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n kh\u00f4ng s\u1eed d\u1ee5ng ch\u1ee9ng nh\u1eadn s\u1ea3n ph\u1ea9m theo c\u00e1ch l\u00e0m \u1ea3nh h\u01b0\u1edfng x\u1ea5u t\u1edbi uy t\u00edn c\u1ee7a Trung t\u00e2m v\u00e0 kh\u00f4ng th\u1ef1c hi\u1ec7n tuy\u00ean b\u1ed1 n\u00e0o li\u00ean quan \u0111\u1ebfn ch\u1ee9ng nh\u1eadn s\u1ea3n ph\u1ea9m m\u00e0 Trung t\u00e2m c\u00f3 th\u1ec3 cho l\u00e0 d\u1eabn \u0111\u1ebfn hi\u1ec3u l\u1ea7m ho\u1eb7c kh\u00f4ng cho ph\u00e9p;<\/li><li>Kh\u00f4ng s\u1eed d\u1ee5ng gi\u1ea5y ch\u1ee9ng nh\u1eadn, quy\u1ec1n s\u1eed d\u1ee5ng m\u1eabu d\u1ea5u sai quy \u0111\u1ecbnh;<\/li><li>Khi b\u1ecb h\u1ee7y b\u1ecf ho\u1eb7c ch\u1ea5m d\u1ee9t ch\u1ee9ng nh\u1eadn, T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n ng\u1eebng vi\u1ec7c s\u1eed d\u1ee5ng m\u1ecdi n\u1ed9i dung qu\u1ea3ng c\u00e1o vi\u1ec7n d\u1eabn t\u1edbi ch\u1ee9ng nh\u1eadn bao g\u1ed3m quy\u1ec1n s\u1eed d\u1ee5ng d\u1ea5u h\u1ee3p chu\u1ea9n v\u00e0 n\u1ed9p l\u1ea1i l\u1ea1i Gi\u1ea5y ch\u1ee9ng nh\u1eadn h\u1ee3p chu\u1ea9n cho Trung t\u00e2m.<\/li><li>N\u1ebfu T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n cung c\u1ea5p b\u1ea3n sao gi\u1ea5y ch\u1ee9ng nh\u1eadn cho c\u00e1c b\u00ean kh\u00e1c, th\u00ec nh\u1eefng t\u00e0i li\u1ec7u n\u00e0y ph\u1ea3i \u0111\u01b0\u1ee3c sao ch\u00e9p m\u1ed9t c\u00e1ch nguy\u00ean v\u1eb9n ho\u1eb7c theo quy \u0111\u1ecbnh c\u1ee7a ch\u01b0\u01a1ng tr\u00ecnh ch\u1ee9ng nh\u1eadn.<\/li><li>Khi vi\u1ec7n d\u1eabn ch\u1ee9ng nh\u1eadn s\u1ea3n ph\u1ea9m c\u1ee7a m\u00ecnh b\u1eb1ng ph\u01b0\u01a1ng ti\u1ec7n truy\u1ec1n th\u00f4ng nh\u01b0 t\u00e0i li\u1ec7u, b\u1ea3n gi\u1edbi thi\u1ec7u ho\u1eb7c qu\u1ea3ng c\u00e1o, T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n ch\u1ec9 s\u1eed d\u1ee5ng gi\u1ea5y ch\u1ee9ng nh\u1eadn \u0111\u1ec3 n\u00eau r\u00f5 r\u1eb1ng c\u00e1c s\u1ea3n ph\u1ea9m \u0111\u01b0\u1ee3c ch\u1ee9ng nh\u1eadn ph\u00f9 h\u1ee3p v\u1edbi nh\u1eefng ti\u00eau chu\u1ea9n x\u00e1c \u0111\u1ecbnh;<\/li><li>T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n tu\u00e2n th\u1ee7 m\u1ecdi y\u00eau c\u1ea7u quy \u0111\u1ecbnh trong ch\u01b0\u01a1ng tr\u00ecnh ch\u1ee9ng nh\u1eadn li\u00ean quan \u0111\u1ebfn vi\u1ec7c s\u1eed d\u1ee5ng d\u1ea5u h\u1ee3p chu\u1ea9n v\u00e0 v\u1ec1 th\u00f4ng tin li\u00ean quan \u0111\u1ebfn s\u1ea3n ph\u1ea9m.<\/li><li>T\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n gi\u1eef h\u1ed3 s\u01a1 m\u1ecdi khi\u1ebfu n\u1ea1i v\u1ec1 m\u00ecnh li\u00ean quan \u0111\u1ebfn s\u1ef1 ph\u00f9 h\u1ee3p v\u1edbi c\u00e1c y\u00eau c\u1ea7u ch\u1ee9ng nh\u1eadn v\u00e0 s\u1eb5n c\u00f3 nh\u1eefng h\u1ed3 s\u01a1 n\u00e0y cho Trung t\u00e2m khi \u0111\u01b0\u1ee3c y\u00eau c\u1ea7u, \u0111\u1ed3ng th\u1eddi<ul><li>Th\u1ef1c hi\u1ec7n h\u00e0nh \u0111\u1ed9ng th\u00edch h\u1ee3p li\u00ean quan \u0111\u1ebfn nh\u1eefng khi\u1ebfu n\u1ea1i n\u00e0y v\u00e0 m\u1ecdi s\u1ef1 kh\u00e1c bi\u1ec7t \u0111\u01b0\u1ee3c ph\u00e1t hi\u1ec7n trong s\u1ea3n ph\u1ea9m \u1ea3nh h\u01b0\u1edfng t\u1edbi s\u1ef1 ph\u00f9 h\u1ee3p v\u1edbi c\u00e1c y\u00eau c\u1ea7u ch\u1ee9ng nh\u1eadn;<\/li><li>L\u1eadp th\u00e0nh v\u0103n b\u1ea3n h\u00e0nh \u0111\u1ed9ng \u0111\u01b0\u1ee3c th\u1ef1c hi\u1ec7n.<\/li><\/ul><\/li><li>\u00adT\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n th\u00f4ng b\u00e1o k\u1ecbp th\u1eddi cho Trung t\u00e2m v\u1ec1 nh\u1eefng thay \u0111\u1ed5i c\u00f3 th\u1ec3 \u1ea3nh h\u01b0\u1edfng t\u1edbi kh\u1ea3 n\u0103ng ph\u00f9 h\u1ee3p c\u1ee7a s\u1ea3n ph\u1ea9m v\u1edbi c\u00e1c y\u00eau c\u1ea7u ch\u1ee9ng nh\u1eadn, c\u00e1c thay \u0111\u1ed5i n\u00e0y bao g\u1ed3m:<ul><li>T\u00ecnh tr\u1ea1ng ph\u00e1p l\u00fd, th\u01b0\u01a1ng m\u1ea1i, t\u1ed5 ch\u1ee9c ho\u1eb7c quy\u1ec1n s\u1edf h\u1eefu<\/li><li>T\u1ed5 ch\u1ee9c qu\u1ea3n l\u00fd (nh\u00e2n s\u1ef1 qu\u1ea3n l\u00fd, ra quy\u1ebft \u0111\u1ecbnh, k\u1ef9 thu\u1eadt ch\u00ednh)<\/li><li>Nh\u1eefng \u0111i\u1ec1u ch\u1ec9nh \u0111\u1ed5i v\u1edbi s\u1ea3n ph\u1ea9m ho\u1eb7c ph\u01b0\u01a1ng ph\u00e1p s\u1ea3n xu\u1ea5t<\/li><li>\u0110\u1ecba ch\u1ec9 li\u00ean l\u1ea1c v\u00e0 c\u00e1c c\u01a1 s\u1edf s\u1ea3n xu\u1ea5t.<\/li><\/ul><\/li><\/ol>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2db62c7 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-left elementor-widget elementor-widget-divider\" data-id=\"2db62c7\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<h5 class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tLi\u00ean h\u1ec7 \u0110\u0102NG K\u00dd\t\t\t\t<\/h5>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c25e9b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2c25e9b\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-home\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">T\u1ea0I H\u00c0 H\u1ed8I<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3e0fd5 elementor-widget elementor-widget-text-editor\" data-id=\"f3e0fd5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<ul>\n \t<li><b>\u0110\u1ecba \u0111i\u1ec3m<\/b>: Ph\u00f2ng Ch\u1ee9ng nh\u1eadn &#8211; Trung t\u00e2m \u0111o L\u01b0\u1eddng Ch\u1ea5t l\u01b0\u1ee3ng Vi\u1ec5n Th\u00f4ng<\/li>\n \t<li><b>\u0110\u1ecba ch\u1ec9<\/b>: T\u1ea7ng 7, t\u00f2a nh\u00e0 VNTA, \u0111\u01b0\u1eddng D\u01b0\u01a1ng \u0110\u00ecnh Ngh\u1ec7, ph\u01b0\u1eddng C\u1ea7u Gi\u1ea5y, th\u00e0nh ph\u1ed1 H\u00e0 N\u1ed9i<\/li>\n \t<li><b>\u0110i\u1ec7n tho\u1ea1i<\/b>: 024.39436608<\/li>\n<\/ul>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a037d71 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a037d71\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-home\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">T\u1ea0I TH\u00c0NH PH\u1ed0 \u0110\u00c0 N\u1eb4NG<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08d1124 elementor-widget elementor-widget-text-editor\" data-id=\"08d1124\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<ul>\n \t<li><b>\u0110\u1ecba \u0111i\u1ec3m<\/b>: Chi nh\u00e1nh Mi\u1ec1n Trung &#8211; Trung t\u00e2m \u0110o l\u01b0\u1eddng Ch\u1ea5t l\u01b0\u1ee3ng Vi\u1ec5n th\u00f4ng<\/li>\n \t<li><b>\u0110\u1ecba ch\u1ec9<\/b>: S\u1ed1 42, \u0111\u01b0\u1eddng Tr\u1ea7n Qu\u1ed1c To\u1ea3n, ph\u01b0\u1eddng H\u1ea3i Ch\u00e2u, th\u00e0nh ph\u1ed1 \u0110\u00e0 N\u1eb5ng<\/li>\n \t<li><b>\u0110i\u1ec7n tho\u1ea1i<\/b>: 0236.3583222<\/li>\n<\/ul>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af40083 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"af40083\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-home\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">T\u1ea0I TH\u00c0NH PH\u1ed0 H\u1ed2 CH\u00cd MINH<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d19e181 elementor-widget elementor-widget-text-editor\" data-id=\"d19e181\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<ul>\n \t<li><b>\u0110\u1ecba \u0111i\u1ec3m<\/b>: Chi nh\u00e1nh Mi\u1ec1n Nam &#8211; Trung t\u00e2m \u0110o l\u01b0\u1eddng Ch\u1ea5t l\u01b0\u1ee3ng Vi\u1ec5n th\u00f4ng<\/li>\n \t<li><b>\u0110\u1ecba ch\u1ec9<\/b>: S\u1ed1 60, \u0111\u01b0\u1eddng T\u00e2n Canh, ph\u01b0\u1eddng T\u00e2n S\u01a1n H\u00f2a, th\u00e0nh ph\u1ed1 H\u1ed3 Ch\u00ed Minh<\/li>\n \t<li><b>\u0110i\u1ec7n tho\u1ea1i<\/b>: 028.39919066<\/li>\n<\/ul>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-86e6f02\" data-id=\"86e6f02\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1f58bdf elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1f58bdf\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-bf91a66\" data-id=\"bf91a66\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c4053b elementor-widget elementor-widget-image\" data-id=\"7c4053b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"335\" height=\"110\" src=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/banner-nophoso.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/banner-nophoso.jpg 335w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/banner-nophoso-300x99.jpg 300w\" sizes=\"auto, (max-width: 335px) 100vw, 335px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8ad763 elementor-widget elementor-widget-image\" data-id=\"d8ad763\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/data-cnhq.tqc.gov.vn\/\" target=\"_blank\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"335\" height=\"110\" src=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/banner-tracuu-cnhq.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/banner-tracuu-cnhq.jpg 335w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/banner-tracuu-cnhq-300x99.jpg 300w\" sizes=\"auto, (max-width: 335px) 100vw, 335px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f11a90a elementor-widget elementor-widget-image\" data-id=\"f11a90a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tqc.gov.vn\/dich-vu\/chung-nhan-hop-chuan\/mau-dau-hop-chuan\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"335\" height=\"110\" src=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2022\/06\/Banner-MauDauHopChuan.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2022\/06\/Banner-MauDauHopChuan.jpg 335w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2022\/06\/Banner-MauDauHopChuan-300x99.jpg 300w\" sizes=\"auto, (max-width: 335px) 100vw, 335px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f2d3d62 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f2d3d62\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0294a8a\" data-id=\"0294a8a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-359aa98 elementor-widget elementor-widget-heading\" data-id=\"359aa98\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">V\u0102N B\u1ea2N<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-279915d elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"279915d\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/QD1024.2020pro.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-file-pdf\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Quy\u1ebft \u0111\u1ecbnh s\u1ed1 1024.2020\/Q\u0110-VPCNCL<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/Thong-tu-28-2012-TT-BKHCN-Quy-dinh-ve-CBHQ-CBHC-va-PTCN.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-file-pdf\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Th\u00f4ng t\u01b0 s\u1ed1 28\/2012\/TT-BKHCN<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/Thong-tu-so-02-2017-TT-BKHCN-sua-doi-TT-28-BKHCN.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-file-pdf\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Th\u00f4ng t\u01b0 s\u1ed1 02\/2017\/TT-BKHCN<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/QD-350_QD_CVT_Ban-hanh-Quy-trinh-CNHC.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-file-pdf\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Quy\u1ebft \u0111\u1ecbnh s\u1ed1 350\/Q\u0110-CVT<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/QT_05_Quy-trinh-giai-quyet-khieu-nai-va-khang-nghi.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-file-pdf\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Quy tr\u00ecnh gi\u1ea3i quy\u1ebft khi\u1ebfu n\u1ea1i, kh\u00e1ng ngh\u1ecb<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/QT-02-HUY-GIAY-CHUNG-NHAN.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-file-pdf\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Quy tr\u00ecnh h\u1ee7y b\u1ecf hi\u1ec7u l\u1ef1c gi\u1ea5y ch\u1ee9ng nh\u1eadn<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-22d8b8d0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"22d8b8d0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6bbf6a7d\" data-id=\"6bbf6a7d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2cdeb58 elementor-widget elementor-widget-heading\" data-id=\"2cdeb58\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">TH\u00d4NG B\u00c1O<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-117349cd elementor-grid-1 elementor-posts--thumbnail-none elementor-posts--align-left elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-posts\" data-id=\"117349cd\" data-element_type=\"widget\" data-settings=\"{&quot;classic_columns&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;1&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"posts.classic\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-9864 post type-post status-publish format-standard has-post-thumbnail hentry category-thong-bao tag-thong-bao\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<div class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/tqc.gov.vn\/thu-moi-bao-gia-dich-vu-thi-cong-cap-nuoc-sinh-hoat-thi-cong-lap-dat-man-hinh-led\/\" target=&quot;_blank&quot;>\n\t\t\t\tTh\u01b0 m\u1eddi b\u00e1o gi\u00e1 d\u1ecbch v\u1ee5 thi c\u00f4ng c\u1ea5p n\u01b0\u1edbc sinh ho\u1ea1t; thi c\u00f4ng l\u1eafp \u0111\u1eb7t m\u00e0n h\u00ecnh Led\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-9853 post type-post status-publish format-standard has-post-thumbnail hentry category-thong-bao tag-thong-bao\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<div class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/tqc.gov.vn\/thong-bao-ve-viec-thay-doi-dia-chi-lien-he-cnmn-2026\/\" target=&quot;_blank&quot;>\n\t\t\t\tTh\u00f4ng b\u00e1o v\u1ec1 vi\u1ec7c thay \u0111\u1ed5i \u0111\u1ecba ch\u1ec9 li\u00ean h\u1ec7, ti\u1ebfp nh\u1eadn h\u1ed3 s\u01a1 c\u1ee7a Trung t\u00e2m \u0110o l\u01b0\u1eddng Ch\u1ea5t l\u01b0\u1ee3ng Vi\u1ec5n th\u00f4ng &#8211; Chi nh\u00e1nh mi\u1ec1n Nam\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-9791 post type-post status-publish format-standard has-post-thumbnail hentry category-chuyen-mon tag-thong-bao\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<div class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/tqc.gov.vn\/dot-pha-trong-cong-tac-chung-nhan-hop-quy-bang-he-sinh-thai-so\/\" target=&quot;_blank&quot;>\n\t\t\t\t\u0110\u1ed9t ph\u00e1 trong c\u00f4ng t\u00e1c ch\u1ee9ng nh\u1eadn h\u1ee3p quy b\u1eb1ng h\u1ec7 sinh th\u00e1i s\u1ed1\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<\/div>\n\n\n\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>H\u01b0\u1edbng t\u1edbi \u0110\u1ea1i h\u1ed9i \u0110\u1ea1i bi\u1ec3u to\u00e0n qu\u1ed1c l\u1ea7n th\u1ee9 XIV c\u1ee7a \u0110\u1ea3ng \u2190 Tr\u01b0\u1edbc \u23f8 T\u1ea1m d\u1eebng Sau \u2192 01 \/ 12 \ud83d\udd00 Ng\u1eabu&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2839,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-5815","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/pages\/5815","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/comments?post=5815"}],"version-history":[{"count":23,"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/pages\/5815\/revisions"}],"predecessor-version":[{"id":9539,"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/pages\/5815\/revisions\/9539"}],"up":[{"embeddable":true,"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/pages\/2839"}],"wp:attachment":[{"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/media?parent=5815"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}