{"id":2368,"date":"2021-10-08T09:41:40","date_gmt":"2021-10-08T02:41:40","guid":{"rendered":"https:\/\/tqc.gov.vn\/?page_id=2368"},"modified":"2026-03-18T14:54:36","modified_gmt":"2026-03-18T07:54:36","slug":"gioi-thieu","status":"publish","type":"page","link":"https:\/\/tqc.gov.vn\/gioi-thieu\/","title":{"rendered":"Gi\u1edbi thi\u1ec7u"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2368\" class=\"elementor elementor-2368\" 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-46abcde elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"46abcde\" 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-937254d\" data-id=\"937254d\" 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-06ca555 elementor-widget elementor-widget-menu-anchor\" data-id=\"06ca555\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"chucnang\" class=\"elementor-menu-anchor\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34efb28 elementor-widget elementor-widget-menu-anchor\" data-id=\"34efb28\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"nhiemvu\" class=\"elementor-menu-anchor\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4224802 elementor-widget elementor-widget-menu-anchor\" data-id=\"4224802\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"sodotochuc\" class=\"elementor-menu-anchor\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-861c6f3 elementor-widget elementor-widget-html\" data-id=\"861c6f3\" 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<div class=\"elementor-element elementor-element-3291a13 elementor-widget elementor-widget-menu-anchor\" data-id=\"3291a13\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"nangluc\" class=\"elementor-menu-anchor\"><\/div>\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-top-section elementor-element elementor-element-8b07cbd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8b07cbd\" 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-top-column elementor-element elementor-element-a9224d1\" data-id=\"a9224d1\" 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-f5658bc elementor-widget elementor-widget-heading\" data-id=\"f5658bc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">GI\u1edaI THI\u1ec6U<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c19a9ec elementor-icon-list--layout-inline elementor-align-left elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c19a9ec\" 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 elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#chucnang\">\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=\"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\">Ch\u1ee9c n\u0103ng<\/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 elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#nhiemvu\">\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-list-alt\"><\/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\">Nhi\u1ec7m v\u1ee5, quy\u1ec1n h\u1ea1n<\/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 elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#sodotochuc\">\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=\"fas fa-sitemap\"><\/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\">S\u01a1 \u0111\u1ed3 t\u1ed5 ch\u1ee9c<\/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 elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#nangluc\">\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=\"fas fa-book-open\"><\/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\">N\u0103ng l\u1ef1c ph\u00e1p l\u00fd<\/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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6d08d09 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d08d09\" 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-50 elementor-inner-column elementor-element elementor-element-762c85c\" data-id=\"762c85c\" 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-d97c381 elementor-widget elementor-widget-text-editor\" data-id=\"d97c381\" 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<strong>Trung t\u00e2m \u0110o l\u01b0\u1eddng Ch\u1ea5t l\u01b0\u1ee3ng Vi\u1ec5n th\u00f4ng &#8211; TQC<\/strong> lu\u00f4n h\u01b0\u1edbng \u0111\u1ebfn ho\u1ea1t \u0111\u1ed9ng ki\u1ec3m \u0111\u1ecbnh, ch\u1ee9ng nh\u1eadn theo \u0111\u00fang quy tr\u00ecnh v\u1ec1 chu\u1ea9n m\u1ef1c; \u0111\u00fang h\u1eb9n v\u1edbi kh\u00e1ch h\u00e0ng; s\u1ef1 chuy\u00ean nghi\u1ec7p trong t\u00e1c phong l\u00e0m vi\u1ec7c; chuy\u00ean m\u00f4n h\u00f3a trong t\u1eebng c\u00f4ng \u0111o\u1ea1n; th\u00e2n thi\u1ec7n, l\u1eafng nghe \u00fd ki\u1ebfn kh\u00e1ch h\u00e0ng. H\u1ecdc h\u1ecfi v\u00e0 \u0111i\u1ec1u ch\u1ec9nh quy tr\u00ecnh khi c\u1ea7n thi\u1ebft nh\u1eb1m n\u00e2ng cao ch\u1ea5t l\u01b0\u1ee3ng d\u1ecbch v\u1ee5, h\u01b0\u1edbng \u0111\u1ebfn s\u1ef1 h\u00e0i l\u00f2ng c\u1ee7a kh\u00e1ch h\u00e0ng.\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-50 elementor-inner-column elementor-element elementor-element-44607a1\" data-id=\"44607a1\" 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-b9b9dd1 elementor-widget elementor-widget-image\" data-id=\"b9b9dd1\" 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=\"210\" src=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/cucvuenthong_resize-300x210.jpg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/cucvuenthong_resize-300x210.jpg 300w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/cucvuenthong_resize-1024x717.jpg 1024w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/cucvuenthong_resize-768x538.jpg 768w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/cucvuenthong_resize-1536x1076.jpg 1536w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/cucvuenthong_resize.jpg 1689w\" 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-da120ea elementor-widget elementor-widget-menu-anchor\" data-id=\"da120ea\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"chucnang\" class=\"elementor-menu-anchor\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c633142 elementor-aspect-ratio-169 elementor-widget elementor-widget-video\" data-id=\"c633142\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/gMkUPEaEaiE&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;aspect_ratio&quot;:&quot;169&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-wrapper elementor-fit-aspect-ratio elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\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-827fa78 elementor-widget elementor-widget-html\" data-id=\"827fa78\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"container mt-4\">\n  <ul class=\"list-unstyled custom-list-1\">\n    <li>\n      Ch\u1ee9c n\u0103ng, nhi\u1ec7m v\u1ee5, quy\u1ec1n h\u1ea1n v\u00e0 c\u01a1 c\u1ea5u t\u1ed5 ch\u1ee9c c\u1ee7a TQC \u0111\u01b0\u1ee3c quy \u0111\u1ecbnh theo Quy\u1ebft \u0111\u1ecbnh s\u1ed1 2246\/Q\u0110-BTTTT ng\u00e0y 18 th\u00e1ng 8 n\u0103m 2025 c\u1ee7a B\u1ed9 tr\u01b0\u1edfng B\u1ed9 Khoa H\u1ecdc v\u00e0 C\u00f4ng Ngh\u1ec7.\n    <\/li>\n    <li>\n      Trung t\u00e2m \u0110o l\u01b0\u1eddng Ch\u1ea5t l\u01b0\u1ee3ng Vi\u1ec5n th\u00f4ng l\u00e0 \u0111\u01a1n v\u1ecb s\u1ef1 nghi\u1ec7p c\u00f4ng l\u1eadp tr\u1ef1c thu\u1ed9c C\u1ee5c Vi\u1ec5n th\u00f4ng, th\u1ef1c hi\u1ec7n ch\u1ee9c n\u0103ng th\u1ef1c thi gi\u00e1m s\u00e1t, \u0111o ki\u1ec3m, th\u1eed nghi\u1ec7m, ki\u1ec3m \u0111\u1ecbnh, ch\u1ee9ng nh\u1eadn \u0111\u1ec3 ph\u1ee5c v\u1ee5 nhi\u1ec7m v\u1ee5 qu\u1ea3n l\u00fd nh\u00e0 n\u01b0\u1edbc v\u00e0 cung c\u1ea5p d\u1ecbch v\u1ee5 cho c\u00e1c t\u1ed5 ch\u1ee9c, c\u00e1 nh\u00e2n trong l\u0129nh v\u1ef1c vi\u1ec5n th\u00f4ng, internet v\u00e0 h\u1ea1 t\u1ea7ng s\u1ed1.\n    <\/li>\n    <li>\n      Trung t\u00e2m \u0110o l\u01b0\u1eddng Ch\u1ea5t l\u01b0\u1ee3ng Vi\u1ec5n th\u00f4ng (Trung t\u00e2m) c\u00f3 t\u01b0 c\u00e1ch ph\u00e1p nh\u00e2n, c\u00f3 con d\u1ea5u v\u00e0 t\u00e0i kho\u1ea3n ri\u00eang \u0111\u1ec3 giao d\u1ecbch theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt, c\u00f3 tr\u1ee5 s\u1edf ch\u00ednh \u0111\u1eb7t t\u1ea1i th\u00e0nh ph\u1ed1 H\u00e0 N\u1ed9i.\n    <\/li>\n  <\/ul>\n<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-abba396 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"abba396\" 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<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tNhi\u1ec7m v\u1ee5 v\u00e0 quy\u1ec1n h\u1ea1n\t\t\t\t<\/span>\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-0f4fb9e elementor-widget elementor-widget-html\" data-id=\"0f4fb9e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"custom-list-container mt-4\">\n  <ol type=\"1\" class=\"custom-list\">\n    <li class=\"custom-list-item\">\n      Th\u1ef1c hi\u1ec7n nhi\u1ec7m v\u1ee5 ph\u1ee5c v\u1ee5 qu\u1ea3n l\u00fd nh\u00e0 n\u01b0\u1edbc:\n      <ol type=\"a\">\n        <li>T\u1ed5 ch\u1ee9c \u0111o ki\u1ec3m v\u00e0 tham gia gi\u00e1m s\u00e1t c\u00e1c ch\u1ec9 s\u1ed1 ph\u00e1t tri\u1ec3n vi\u1ec5n th\u00f4ng, l\u00e0m c\u01a1 s\u1edf cho c\u01a1 quan c\u00f3 th\u1ea9m quy\u1ec1n x\u00e2y d\u1ef1ng ch\u00ednh s\u00e1ch trong l\u0129nh v\u1ef1c vi\u1ec5n th\u00f4ng, internet v\u00e0 h\u1ea1 t\u1ea7ng s\u1ed1;<\/li>\n        <li>Tham gia x\u00e2y d\u1ef1ng v\u00e0 ph\u1ed5 bi\u1ebfn c\u00e1c v\u0103n b\u1ea3n quy ph\u1ea1m ph\u00e1p lu\u1eadt v\u1ec1 vi\u1ec5n th\u00f4ng, internet v\u00e0 h\u1ea1 t\u1ea7ng s\u1ed1, c\u00e1c quy chu\u1ea9n k\u1ef9 thu\u1eadt qu\u1ed1c gia; tham gia c\u00f4ng t\u00e1c ki\u1ec3m tra vi\u1ec7c ch\u1ea5p h\u00e0nh ph\u00e1p lu\u1eadt, th\u1ef1c hi\u1ec7n chi\u1ebfn l\u01b0\u1ee3c, quy ho\u1ea1ch, k\u1ebf ho\u1ea1ch ph\u00e1t tri\u1ec3n d\u00e0i h\u1ea1n, trung h\u1ea1n, h\u1eb1ng n\u0103m, ch\u01b0\u01a1ng tr\u00ecnh, \u0111\u1ec1 \u00e1n, d\u1ef1 \u00e1n v\u1ec1 vi\u1ec5n th\u00f4ng, internet v\u00e0 h\u1ea1 t\u1ea7ng s\u1ed1 theo s\u1ef1 ph\u00e2n c\u00f4ng c\u1ee7a C\u1ee5c tr\u01b0\u1edfng C\u1ee5c Vi\u1ec5n th\u00f4ng;<\/li>\n        <li>Tham gia, ph\u1ed1i h\u1ee3p cung c\u1ea5p d\u1ecbch v\u1ee5, ph\u01b0\u01a1ng ti\u1ec7n, thi\u1ebft b\u1ecb ph\u1ee5c v\u1ee5: c\u00e1c tr\u01b0\u1eddng h\u1ee3p kh\u1ea9n c\u1ea5p v\u1ec1 an ninh qu\u1ed1c gia, thi\u00ean tai, \u0111\u1ecbch h\u1ecda; c\u00f4ng t\u00e1c ph\u00f2ng, ch\u1ed1ng l\u1ee5t, b\u00e3o v\u00e0 t\u00ecm ki\u1ebfm c\u1ee9u n\u1ea1n theo ph\u00e2n c\u00f4ng c\u1ee7a C\u1ee5c tr\u01b0\u1edfng C\u1ee5c Vi\u1ec5n th\u00f4ng;<\/li>\n        <liT\u1ed5 ch\u1ee9c th\u1ef1c hi\u1ec7n vi\u1ec7c kh\u1ea3o s\u00e1t, \u0111o ki\u1ec3m, th\u1eed nghi\u1ec7m ph\u1ee5c v\u1ee5 ki\u1ec3m tra nh\u00e0 n\u01b0\u1edbc v\u1ec1 ch\u1ea5t l\u01b0\u1ee3ng s\u1ea3n ph\u1ea9m h\u00e0ng h\u00f3a trong l\u0129nh v\u1ef1c vi\u1ec5n th\u00f4ng, internet v\u00e0 h\u1ea1 t\u1ea7ng s\u1ed1 theo ph\u00e2n c\u00f4ng c\u1ee7a C\u1ee5c tr\u01b0\u1edfng C\u1ee5c Vi\u1ec5n th\u00f4ng;<\/li>\n        <li>X\u00e2y d\u1ef1ng k\u1ebf ho\u1ea1ch v\u00e0 t\u1ed5 ch\u1ee9c th\u1ef1c hi\u1ec7n \u0111o ki\u1ec3m ph\u1ee5c v\u1ee5 qu\u1ea3n l\u00fd ch\u1ea5t l\u01b0\u1ee3ng d\u1ecbch v\u1ee5 vi\u1ec5n th\u00f4ng theo ph\u00e2n c\u00f4ng c\u1ee7a C\u1ee5c tr\u01b0\u1edfng C\u1ee5c Vi\u1ec5n th\u00f4ng;<\/li>\n        <li>Th\u1ef1c hi\u1ec7n th\u1ed1ng k\u00ea, b\u00e1o c\u00e1o s\u1ed1 li\u1ec7u v\u00e0 x\u00e2y d\u1ef1ng c\u01a1 s\u1edf d\u1eef li\u1ec7u v\u1ec1 \u0111o ki\u1ec3m, th\u1eed nghi\u1ec7m, ki\u1ec3m \u0111\u1ecbnh, ch\u1ee9ng nh\u1eadn h\u1ee3p chu\u1ea9n, ch\u1ee9ng nh\u1eadn h\u1ee3p quy chuy\u00ean ng\u00e0nh trong l\u0129nh v\u1ef1c vi\u1ec5n th\u00f4ng, internet v\u00e0 h\u1ea1 t\u1ea7ng s\u1ed1 theo ph\u00e2n c\u00f4ng c\u1ee7a C\u1ee5c tr\u01b0\u1edfng C\u1ee5c Vi\u1ec5n th\u00f4ng;<\/li>\n        <li>Nghi\u00ean c\u1ee9u, \u0111\u1ec1 xu\u1ea5t ph\u01b0\u01a1ng \u00e1n x\u00e2y d\u1ef1ng, qu\u1ea3n l\u00fd h\u1ec7 th\u1ed1ng \u0111o ki\u1ec3m chuy\u00ean ng\u00e0nh vi\u1ec5n th\u00f4ng ph\u1ee5c v\u1ee5 c\u00f4ng t\u00e1c qu\u1ea3n l\u00fd vi\u1ec5n th\u00f4ng, internet v\u00e0 h\u1ea1 t\u1ea7ng s\u1ed1; ti\u00eau chu\u1ea9n, \u0111\u1ecbnh m\u1ee9c s\u1eed d\u1ee5ng m\u00e1y m\u00f3c, thi\u1ebft b\u1ecb chuy\u00ean d\u00f9ng c\u1ee7a C\u1ee5c Vi\u1ec5n th\u00f4ng.<\/li>\n      <\/ol>\n    <\/li>\n\n    <li class=\"custom-list-item\">\n      Th\u1ef1c hi\u1ec7n nhi\u1ec7m v\u1ee5 cung c\u1ea5p d\u1ecbch v\u1ee5 s\u1ef1 nghi\u1ec7p c\u00f4ng:\n      <ol type=\"a\">\n        <li>Th\u1ef1c hi\u1ec7n th\u1ea9m \u0111\u1ecbnh v\u00e0 c\u1ea5p gi\u1ea5y ch\u1ee9ng nh\u1eadn ki\u1ec3m \u0111\u1ecbnh thi\u1ebft b\u1ecb vi\u1ec5n th\u00f4ng v\u00e0 \u0111\u00e0i v\u00f4 tuy\u1ebfn \u0111i\u1ec7n theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt;<\/li>\n        <li>Th\u1ef1c hi\u1ec7n \u0111\u00e1nh gi\u00e1, c\u1ea5p v\u00e0 thu h\u1ed3i gi\u1ea5y ch\u1ee9ng nh\u1eadn h\u1ee3p quy \u0111\u1ed1i v\u1edbi s\u1ea3n ph\u1ea9m chuy\u00ean ng\u00e0nh thu\u1ed9c ph\u1ea1m vi qu\u1ea3n l\u00fd c\u1ee7a B\u1ed9 Khoa h\u1ecdc v\u00e0 C\u00f4ng ngh\u1ec7; gi\u1ea5y ch\u1ee9ng nh\u1eadn h\u1ee3p chu\u1ea9n theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt;<\/li>\n        <li>Th\u1ef1c hi\u1ec7n gi\u00e1m s\u00e1t ch\u1ea5t l\u01b0\u1ee3ng s\u1ea3n ph\u1ea9m sau ch\u1ee9ng nh\u1eadn h\u1ee3p chu\u1ea9n, ch\u1ee9ng nh\u1eadn h\u1ee3p quy; gi\u00e1m s\u00e1t thi\u1ebft b\u1ecb vi\u1ec5n th\u00f4ng v\u00e0 \u0111\u00e0i v\u00f4 tuy\u1ebfn \u0111i\u1ec7n sau ki\u1ec3m \u0111\u1ecbnh theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt;<\/li>\n        <li>T\u01b0 v\u1ea5n n\u00e2ng cao ch\u1ea5t l\u01b0\u1ee3ng chuy\u00ean ng\u00e0nh trong c\u00e1c l\u0129nh v\u1ef1c: d\u1ecbch v\u1ee5 vi\u1ec5n th\u00f4ng, internet v\u00e0 c\u00f4ng ngh\u1ec7 th\u00f4ng tin; ma\u0323ng vi\u00ea\u0303n th\u00f4ng, internet; k\u1ebft n\u1ed1i vi\u1ec5n th\u00f4ng; c\u00f4ng tr\u00ecnh k\u1ef9 thu\u1eadt chuy\u00ean ng\u00e0nh vi\u00ea\u0303n th\u00f4ng; thi\u00ea\u0301t bi\u0323 vi\u00ea\u0303n th\u00f4ng va\u0300 \u0111a\u0300i v\u00f4 tuy\u00ea\u0301n \u0111i\u00ea\u0323n; s\u1ea3n ph\u1ea9m, h\u00e0ng h\u00f3a thu\u1ed9c l\u0129nh v\u1ef1c vi\u1ec5n th\u00f4ng, internet v\u00e0 h\u1ea1 t\u1ea7ng s\u1ed1;<\/li>\n        <li>T\u1ed5 ch\u1ee9c c\u00e1c l\u1edbp \u0111\u00e0o t\u1ea1o c\u00e1c l\u0129nh v\u1ef1c thu\u1ed9c ch\u1ee9c n\u0103ng c\u1ee7a Trung t\u00e2m; t\u01b0 v\u1ea5n v\u1ec1 x\u00e2y d\u1ef1ng quy ho\u1ea1ch h\u1ea1 t\u1ea7ng k\u1ef9 thu\u1eadt vi\u1ec5n th\u00f4ng th\u1ee5 \u0111\u1ed9ng; t\u01b0 v\u1ea5n, ch\u1ee9ng nh\u1eadn h\u1ec7 th\u1ed1ng qu\u1ea3n l\u00fd ch\u1ea5t l\u01b0\u1ee3ng theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt; t\u01b0 v\u1ea5n c\u00e1c d\u1ecbch v\u1ee5 c\u00f3 li\u00ean quan \u0111\u1ebfn \u0111o ki\u1ec3m ch\u1ea5t l\u01b0\u1ee3ng d\u1ecbch v\u1ee5, ho\u1ea1t \u0111\u1ed9ng \u0111\u00e1nh gi\u00e1 s\u1ef1 ph\u00f9 h\u1ee3p theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt;<\/li>\n        <li>Cung c\u1ea5p d\u1ecbch v\u1ee5 ki\u1ec3m \u0111\u1ecbnh, hi\u1ec7u chu\u1ea9n, th\u1eed nghi\u1ec7m ph\u01b0\u01a1ng ti\u1ec7n \u0111o, chu\u1ea9n \u0111o l\u01b0\u1eddng, c\u00e1c d\u1ecbch v\u1ee5 k\u1ef9 thu\u1eadt kh\u00e1c v\u1ec1 ti\u00eau chu\u1ea9n \u0111o l\u01b0\u1eddng ch\u1ea5t l\u01b0\u1ee3ng trong l\u0129nh v\u1ef1c vi\u1ec5n th\u00f4ng, internet v\u00e0 h\u1ea1 t\u1ea7ng s\u1ed1 ph\u1ee5c v\u1ee5 y\u00eau c\u1ea7u qu\u1ea3n l\u00fd Nh\u00e0 n\u01b0\u1edbc, c\u1ee7a c\u00e1c B\u1ed9 ng\u00e0nh, \u0111\u00e1p \u1ee9ng c\u00e1c y\u00eau c\u1ea7u k\u1ef9 thu\u1eadt c\u1ee7a t\u1ed5 ch\u1ee9c v\u00e0 doanh nghi\u1ec7p, n\u00e2ng cao ch\u1ea5t l\u01b0\u1ee3ng, t\u00ednh an to\u00e0n c\u1ee7a s\u1ea3n ph\u1ea9m, h\u00e0ng h\u00f3a v\u00e0 b\u1ea3o v\u1ec7 quy\u1ec1n l\u1ee3i ng\u01b0\u1eddi ti\u00eau d\u00f9ng trong ph\u1ea1m vi l\u0129nh v\u1ef1c \u0111\u00e3 \u0111\u0103ng k\u00fd ho\u1ea1t \u0111\u1ed9ng, \u0111\u01b0\u1ee3c c\u00f4ng nh\u1eadn ho\u1eb7c ch\u1ec9 \u0111\u1ecbnh theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt.<\/li>\n      <\/ol>\n    <\/li>\n\n    <li class=\"custom-list-item\">\n      Th\u1ef1c hi\u1ec7n nhi\u1ec7m v\u1ee5 ph\u00e1t tri\u1ec3n \u0111\u01a1n v\u1ecb v\u00e0 qu\u1ea3n tr\u1ecb n\u1ed9i b\u1ed9:\n      <ol type=\"a\">\n        <li>T\u1ed5 ch\u1ee9c x\u00e2y d\u1ef1ng v\u00e0 duy tr\u00ec ho\u1ea1t \u0111\u1ed9ng ph\u00f2ng th\u1eed nghi\u1ec7m; hi\u1ec7u chu\u1ea9n, s\u1eeda ch\u1eefa, b\u1ea3o tr\u00ec, b\u1ea3o d\u01b0\u1ee1ng h\u1ec7 th\u1ed1ng thi\u1ebft b\u1ecb \u0111o ki\u1ec3m theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt;<\/li>\n        <li>Tham gia c\u00e1c ho\u1ea1t \u0111\u1ed9ng h\u1ee3p t\u00e1c qu\u1ed1c t\u1ebf trong c\u00e1c l\u0129nh v\u1ef1c thu\u1ed9c ph\u1ea1m vi qu\u1ea3n l\u00fd chuy\u00ean ng\u00e0nh c\u1ee7a C\u1ee5c Vi\u1ec5n th\u00f4ng; tham gia tri\u1ec3n khai c\u00e1c th\u1ecfa thu\u1eadn th\u1eeba nh\u1eadn l\u1eabn nhau v\u1ec1 ch\u1ee9ng nh\u1eadn h\u1ee3p chu\u1ea9n, ch\u1ee9ng nh\u1eadn h\u1ee3p quy theo quy \u0111\u1ecbnh c\u1ee7a B\u1ed9 Khoa h\u1ecdc v\u00e0 C\u00f4ng ngh\u1ec7;<\/li>\n        <li>H\u1ee3p t\u00e1c, li\u00ean k\u1ebft v\u1edbi c\u00e1c c\u01a1 quan, t\u1ed5 ch\u1ee9c trong v\u00e0 ngo\u00e0i n\u01b0\u1edbc v\u1ec1 c\u00e1c n\u1ed9i dung li\u00ean quan \u0111\u1ebfn hoa\u0323t \u0111\u1ed9ng c\u1ee7a Trung t\u00e2m theo quy \u0111\u1ecbnh c\u1ee7a B\u1ed9 Khoa h\u1ecdc v\u00e0 C\u00f4ng ngh\u1ec7 v\u00e0 c\u1ee7a ph\u00e1p lu\u1eadt;<\/li>\n        <li>\u0110\u01b0\u1ee3c ch\u1ee7 \u0111\u1ed9ng ph\u00e1t tri\u1ec3n c\u00e1c ho\u1ea1t \u0111\u1ed9ng li\u00ean quan \u0111\u1ebfn \u0111o ki\u1ec3m, th\u1eed nghi\u1ec7m, ki\u1ec3m \u0111\u1ecbnh, ch\u1ee9ng nh\u1eadn, \u0111\u00e1nh gi\u00e1 s\u1ef1 ph\u00f9 h\u1ee3p trong l\u0129nh v\u1ef1c vi\u1ec5n th\u00f4ng, internet v\u00e0 h\u1ea1 t\u1ea7ng s\u1ed1; t\u1ea1o th\u00eam c\u00e1c ngu\u1ed3n thu kh\u00e1c ph\u00f9 h\u1ee3p v\u1edbi ch\u1ee9c n\u0103ng c\u1ee7a Trung t\u00e2m theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt, c\u1ee7a B\u1ed9 Khoa h\u1ecdc v\u00e0 C\u00f4ng ngh\u1ec7; b\u1ea3o to\u00e0n v\u00e0 ph\u00e1t tri\u1ec3n c\u00e1c ngu\u1ed3n l\u1ef1c \u0111\u01b0\u1ee3c giao;<\/li>\n        <li>Thu, qu\u1ea3n l\u00fd v\u00e0 s\u1eed d\u1ee5ng ph\u00ed v\u00e0 c\u00e1c ngu\u1ed3n thu t\u1eeb ho\u1ea1t \u0111\u1ed9ng c\u1ee7a Trung t\u00e2m theo quy \u0111\u1ecbnh c\u1ee7a Nh\u00e0 n\u01b0\u1edbc v\u00e0 ph\u00e2n c\u1ea5p c\u1ee7a c\u01a1 quan c\u00f3 th\u1ea9m quy\u1ec1n;<\/li>\n        <li>Qu\u1ea3n l\u00fd v\u1ec1 t\u1ed5 ch\u1ee9c, vi\u00ean ch\u1ee9c, ng\u01b0\u1eddi lao \u0111\u1ed9ng; qu\u1ea3n l\u00fd t\u00e0i s\u1ea3n, t\u00e0i ch\u00ednh, h\u1ed3 s\u01a1, t\u00e0i li\u1ec7u c\u1ee7a Trung t\u00e2m theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt.<\/li>\n      <\/ol>\n    <\/li>\n\n    <li class=\"custom-list-item\">\n     Th\u1ef1c hi\u1ec7n nhi\u1ec7m v\u1ee5 kh\u00e1c theo quy \u0111\u1ecbnh c\u1ee7a ph\u00e1p lu\u1eadt v\u00e0 do C\u1ee5c tr\u01b0\u1edfng C\u1ee5c Vi\u1ec5n th\u00f4ng giao.\n    <\/li>\n  <\/ol>\n<\/div>\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae2a65e elementor-widget elementor-widget-menu-anchor\" data-id=\"ae2a65e\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"nhiemvu\" class=\"elementor-menu-anchor\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9253a03 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"9253a03\" 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<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tS\u01a0 \u0110\u1ed2 T\u1ed4 CH\u1ee8C\t\t\t\t<\/span>\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-120ca99 elementor-widget elementor-widget-menu-anchor\" data-id=\"120ca99\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"sodotochuc\" class=\"elementor-menu-anchor\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6422a30 elementor-widget elementor-widget-image\" data-id=\"6422a30\" 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=\"811\" height=\"632\" src=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2025\/08\/So_Do_To_Chuc_TQC.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2025\/08\/So_Do_To_Chuc_TQC.png 811w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2025\/08\/So_Do_To_Chuc_TQC-300x234.png 300w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2025\/08\/So_Do_To_Chuc_TQC-768x598.png 768w\" sizes=\"auto, (max-width: 811px) 100vw, 811px\" \/>\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-c3f9667 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"c3f9667\" 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<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tN\u0102NG L\u1ef0C PH\u00c1P L\u00dd\t\t\t\t<\/span>\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-e98d446 elementor-widget elementor-widget-html\" data-id=\"e98d446\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n#documentsTable {\n  border-collapse: collapse;\n  width: 100%;\n  font-family: Arial, sans-serif;\n}\n\n#documentsTable th, #documentsTable td {\n  border: 1px solid #ddd;\n  padding: 8px 15px;\n  text-align: left;\n  white-space: nowrap;\n}\n\n#documentsTable th {\n  background-color: #F79A2A;\n  color: white;\n}\n\n#documentsTable tr:nth-child(even) {\n  background-color: #f2f2f2;\n}\n\n#documentsTable tr:hover {\n  background-color: #e6f3ff; \/* M\u00e0u n\u1ec1n nh\u1eb9 khi hover *\/\n  transition: background-color 0.3s ease;\n}\n\n#documentsTable th:nth-child(2),\n#documentsTable td:nth-child(2) {\n  max-width: 180px;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n\n#documentsTable th:nth-child(3),\n#documentsTable td:nth-child(3) {\n  white-space: normal;\n}\n\n#documentsTable th:last-child,\n#documentsTable td:last-child {\n  width: 50px;\n  text-align: center;\n}\n\n.download-icon {\n  color: #0066cc;\n  font-size: 24px;\n  transition: all 0.3s ease;\n}\n\n.download-icon:hover {\n  color: #004c99;\n  transform: scale(1.1); \/* Hi\u1ec7u \u1ee9ng ph\u00f3ng to nh\u1eb9 *\/\n}\n\n\/* Th\u00eam hi\u1ec7u \u1ee9ng hover cho c\u00e1c \u00f4 trong c\u1ed9t \"K\u00fd hi\u1ec7u v\u0103n b\u1ea3n\" *\/\n#documentsTable td:nth-child(2):hover {\n  overflow: visible;\n  white-space: normal;\n  word-break: break-word;\n  max-width: none;\n  position: relative;\n  z-index: 1;\n  background-color: #fff;\n  box-shadow: 0 0 10px rgba(0,0,0,0.1);\n}\n<\/style>\n\n<!-- Th\u00eam Font Awesome -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.3\/css\/all.min.css\">\n\n<table id=\"documentsTable\">\n  <thead>\n    <tr>\n      <th>TT<\/th>\n      <th>K\u00fd hi\u1ec7u V\u0103n b\u1ea3n<\/th>\n      <th>M\u00f4 t\u1ea3<\/th>\n      <th>T\u1ea3i v\u1ec1<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td>1<\/td>\n      <td>178\/Q\u0110-BTTTT<\/td>\n      <td>Quy\u1ebft \u0111\u1ecbnh s\u1ed1 178\/Q\u0110-BTTTT ng\u00e0y 10\/02\/2025 c\u1ee7a B\u1ed9 tr\u01b0\u1edfng B\u1ed9 Th\u00f4ng tin v\u00e0 Truy\u1ec1n th\u00f4ng v\u1ec1 vi\u1ec7c ch\u1ec9 \u0111\u1ecbnh t\u1ed5 ch\u1ee9c th\u1eed nghi\u1ec7m.<\/td>\n      <td><a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/178QD.pdf\" target=\"_blank\" rel=\"noopener\"><i class=\"fas fa-download download-icon\"><\/i><\/a><\/td>\n    <\/tr>\n    <tr>\n      <td>2<\/td>\n      <td>1562\/Q\u0110-BKHCN<\/td>\n      <td>Quy\u1ebft \u0111\u1ecbnh s\u1ed1 1562\/Q\u0110-BKHCN ng\u00e0y 30\/06\/2025 c\u1ee7a B\u1ed9 Khoa h\u1ecdc v\u00e0 C\u00f4ng ngh\u1ec7 v\u1ec1 vi\u1ec7c ch\u1ec9 \u0111\u1ecbnh t\u1ed5 ch\u1ee9c \u0111\u00e1nh gi\u00e1 s\u1ef1 ph\u00f9 h\u1ee3p<\/td>\n      <td><a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/QUYET-DINH-CHI-DINH-TO-CHUC-CHUNG-NHAN-TQC.pdf\" target=\"_blank\" rel=\"noopener\"><i class=\"fas fa-download download-icon\"><\/i><\/a><\/td>\n    <\/tr>\n    <tr>\n      <td>3<\/td>\n      <td>311\/GCN-BTTTT<\/td>\n      <td>Gi\u1ea5y ch\u1ee9ng nh\u1eadn s\u1ed1 311\/GCN-BTTTT ng\u00e0y 23\/10\/2024 c\u1ee7a B\u1ed9 Th\u00f4ng tin v\u00e0 Truy\u1ec1n th\u00f4ng v\u1ec1 vi\u1ec7c c\u1ea5p Gi\u1ea5y ch\u1ee9ng nh\u1eadn \u0111\u0103ng k\u00fd ho\u1ea1t \u0111\u1ed9ng ki\u1ec3m \u0111\u1ecbnh \u0111\u1ed1i v\u1edbi ng\u00e0nh th\u00f4ng tin v\u00e0 truy\u1ec1n th\u00f4ng trong l\u0129nh v\u1ef1c ki\u1ec3m \u0111\u1ecbnh ch\u1ea5t l\u01b0\u1ee3ng thi\u1ebft b\u1ecb vi\u1ec5n th\u00f4ng, \u0111\u00e0i v\u00f4 tuy\u1ebfn \u0111i\u1ec7n theo QCVN 08:2022\/BTTTT v\u00e0 QCVN 78:2014\/BTTTT<\/td>\n      <td><a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/gcn-dang-ky-hoat-dong-chung-nhan_cvt.pdf\" target=\"_blank\" rel=\"noopener\"><i class=\"fas fa-download download-icon\"><\/i><\/a><\/td>\n    <\/tr>\n    <tr>\n      <td>4<\/td>\n      <td>112\/Q\u0110-VPCNCL<\/td>\n      <td>Quy\u1ebft \u0111\u1ecbnh s\u1ed1 112\/Q\u0110-VPCNCL ng\u00e0y 25\/01\/2024 c\u1ee7a Gi\u00e1m \u0111\u1ed1c V\u0103n ph\u00f2ng C\u00f4ng nh\u1eadn Ch\u1ea5t l\u01b0\u1ee3ng \u2013 B\u1ed9 Khoa h\u1ecdc c\u00f4ng ngh\u1ec7 c\u00f4ng nh\u1eadn n\u0103ng l\u1ef1c th\u1eed nghi\u1ec7m \u0111\u00e1p \u1ee9ng ti\u00eau chu\u1ea9n ISO\/IEC 17025:2017, m\u00e3 s\u1ed1 <b>VILAS 103<\/b><\/td>\n      <td><a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/QD-112-CN-VILAS-103-25.01.2024.pdf\" target=\"_blank\" rel=\"noopener\"><i class=\"fas fa-download download-icon\"><\/i><\/a><\/td>\n    <\/tr>\n    <tr>\n      <td>5<\/td>\n      <td>50\/Q\u0110-VPCNCL<\/td>\n      <td>Quy\u1ebft \u0111\u1ecbnh s\u1ed1 50\/Q\u0110-VPCNCL ng\u00e0y 16\/01\/2024 c\u1ee7a Gi\u00e1m \u0111\u1ed1c V\u0103n ph\u00f2ng C\u00f4ng nh\u1eadn Ch\u1ea5t l\u01b0\u1ee3ng \u2013 B\u1ed9 Khoa h\u1ecdc c\u00f4ng ngh\u1ec7 c\u00f4ng nh\u1eadn n\u0103ng l\u1ef1c ch\u1ee9ng nh\u1eadn s\u1ea3n ph\u1ea9m \u0111\u00e1p \u1ee9ng ti\u00eau chu\u1ea9n ISO\/IEC 17025:2012, m\u00e3 s\u1ed1 <b>VICAS 015 - PRO<\/b><\/td>\n      <td><a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/3.-QDCN_VICAS-015-PRO_2023-DGL.pdf\" target=\"_blank\" rel=\"noopener\"><i class=\"fas fa-download download-icon\"><\/i><\/a><\/td>\n    <\/tr>\n    <tr>\n      <td>6<\/td>\n      <td>VICAS 015 - PRO<\/td>\n      <td>Ch\u1ee9ng ch\u1ec9 c\u00f4ng nh\u1eadn Trung t\u00e2m \u0110o l\u01b0\u1eddng Ch\u1ea5t l\u01b0\u1ee3ng Vi\u1ec5n th\u00f4ng c\u00f3 \u0111\u1ee7 n\u0103ng l\u1ef1c ti\u1ebfn h\u00e0nh \u0111\u00e1nh gi\u00e1 v\u00e0 ch\u1ee9ng nh\u1eadn S\u1ea3n ph\u1ea9m theo ti\u00eau chu\u1ea9n ISO\/IEC 17065:2012<\/td>\n      <td><a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/2.-CC_VICAS-015-PRO_2023-DGL.pdf\" target=\"_blank\" rel=\"noopener\"><i class=\"fas fa-download download-icon\"><\/i><\/a><\/td>\n    <\/tr>\n     <tr>\n      <td>7<\/td>\n      <td>533\/Q\u0110-VPCNCLQGL<\/td>\n      <td>Quy\u1ebft \u0111\u1ecbnh s\u1ed1 533\/Q\u0110-VPCNCLQG ng\u00e0y 11\/03\/2026 c\u1ee7a Gi\u00e1m \u0111\u1ed1c V\u0103n ph\u00f2ng C\u00f4ng nh\u1eadn Ch\u1ea5t l\u01b0\u1ee3ng Qu\u1ed1c Gia \u2013 \u1ee6y ban Ti\u00eau chu\u1ea9n \u0110o l\u01b0\u1eddng Ch\u1ea5t l\u01b0\u1ee3ng Qu\u1ed1c gia Quy\u1ebft \u0111\u1ecbnh v\u1ec1 vi\u1ec7c V\u1ec1 vi\u1ec7c c\u00f4ng nh\u1eadn m\u1edf r\u1ed9ng l\u1ea7n 1 t\u1ed5 ch\u1ee9c ch\u1ee9ng nh\u1eadn s\u1ea3n ph\u1ea9m, m\u00e3 s\u1ed1 <b>VICAS 015 - PRO<\/b><\/td>\n      <td><a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/QDCN_VICAS-015-PRO_2026.GS_.MR_.pdf\" target=\"_blank\" rel=\"noopener\"><i class=\"fas fa-download download-icon\"><\/i><\/a><\/td>\n    <\/tr>\n    \n    <tr>\n      <td>8<\/td>\n      <td>533\/Q\u0110-VPCNCLQGL<\/td>\n      <td>Ph\u1ee5 l\u1ee5c c\u00f4ng nh\u1eadn m\u1edf r\u1ed9ng l\u1ea7n th\u1ee9 nh\u1ea5t, m\u00e3 s\u1ed1 <b>VICAS 015 - PRO<\/b><\/td>\n      <td><a href=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2019\/03\/VICAS015GSMR0326PRO.pdf\" target=\"_blank\" rel=\"noopener\"><i class=\"fas fa-download download-icon\"><\/i><\/a><\/td>\n    <\/tr>\n    \n  <\/tbody>\n<\/table>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a0fdb3 elementor-widget elementor-widget-menu-anchor\" data-id=\"3a0fdb3\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"nangluc\" class=\"elementor-menu-anchor\"><\/div>\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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c056250\" data-id=\"c056250\" 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-6c19f3b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6c19f3b\" 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-327a4f3\" data-id=\"327a4f3\" 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-2788fb6 elementor-widget elementor-widget-image\" data-id=\"2788fb6\" 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:\/\/dichvucong.mic.gov.vn\/trang-chu?p_p_id=mictracuu_WAR_egovtracuuportlet&#038;p_p_lifecycle=1&#038;p_p_state=normal&#038;p_p_mode=view&#038;p_p_col_id=column-1&#038;p_p_col_count=2&#038;_mictracuu_WAR_egovtracuuportlet_javax.portlet.action=mainAction&#038;linhVucId=3110\" 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\/11\/Banner-dvc.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/11\/Banner-dvc.jpg 335w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/11\/Banner-dvc-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-9a20b95 elementor-widget elementor-widget-image\" data-id=\"9a20b95\" 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:\/\/kiemdinh.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\/11\/Banner-dlkiemdinh.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/11\/Banner-dlkiemdinh.jpg 335w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/11\/Banner-dlkiemdinh-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-2b6bccf elementor-widget elementor-widget-image\" data-id=\"2b6bccf\" 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:\/\/vnta.gov.vn\/doanhnghiep\/Trang\/HopQuy\/danhsachhopquy.aspx\" 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\/11\/Banner-dl-cnhq.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/11\/Banner-dl-cnhq.jpg 335w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/11\/Banner-dl-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-1f82b57 elementor-widget elementor-widget-image\" data-id=\"1f82b57\" 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\/do-chi-dinh\/ke-hoach-do-chi-dinh\/\">\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\/11\/Banner-dokiem-chidinh.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/11\/Banner-dokiem-chidinh.jpg 335w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/11\/Banner-dokiem-chidinh-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-7b0b96c elementor-widget elementor-widget-image\" data-id=\"7b0b96c\" 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\/do-chi-dinh\/ket-qua-do-chi-dinh\/\">\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\/11\/Banner-ketqua-dokiem-chidinh.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/11\/Banner-ketqua-dokiem-chidinh.jpg 335w, https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/11\/Banner-ketqua-dokiem-chidinh-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-a418da0 elementor-widget elementor-widget-heading\" data-id=\"a418da0\" 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-6f88270 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6f88270\" 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\/178QD.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 178\/Q\u0110-BTTTT<\/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\/QUYET-DINH-CHI-DINH-TO-CHUC-CHUNG-NHAN-TQC.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 1562\/Q\u0110-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\/gcn-dang-ky-hoat-dong-chung-nhan_cvt.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\">Gi\u1ea5y ch\u1ee9ng nh\u1eadn 311\/GCN-BTTTT<\/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-112-CN-VILAS-103-25.01.2024.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 112\/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\/3.-QDCN_VICAS-015-PRO_2023-DGL.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 50\/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\/2.-CC_VICAS-015-PRO_2023-DGL.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 VICAS 015 - PRO<\/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-e229715 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e229715\" 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-ec83982\" data-id=\"ec83982\" 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-9218c5b elementor-widget elementor-widget-heading\" data-id=\"9218c5b\" 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-b3addea 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=\"b3addea\" 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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1902eb51 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1902eb51\" 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-b4adec2\" data-id=\"b4adec2\" 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-79c9d4dc elementor-widget-divider--view-line_text elementor-widget-divider--element-align-left elementor-widget elementor-widget-divider\" data-id=\"79c9d4dc\" 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<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tLi\u00ean k\u1ebft c\u00e1c \u0111\u01a1n v\u1ecb\t\t\t\t<\/span>\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-42ee1fb elementor-skin-carousel elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"42ee1fb\" data-element_type=\"widget\" data-settings=\"{&quot;slides_per_view&quot;:&quot;4&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;slides_per_view_mobile&quot;:&quot;1&quot;,&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t<div class=\"elementor-main-swiper swiper-container\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/mst.gov.vn\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" style=\"background-image: url(https:\/\/tqc.gov.vn\/wp-content\/uploads\/2025\/08\/logo-headerx3.png)\">\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t<a href=\"http:\/\/vnta.gov.vn\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" style=\"background-image: url(https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/Logo_VNTA.png)\">\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t<a href=\"http:\/\/www.rfd.gov.vn\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" style=\"background-image: url(https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/Logo_CucTanSo.png)\">\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/vnnic.vn\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" style=\"background-image: url(https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/vnniv-logo.jpg)\">\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t<a href=\"http:\/\/www.boa.gov.vn\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" style=\"background-image: url(https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/logo_boa_done.png)\">\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/vnpt.com.vn\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" style=\"background-image: url(https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/Logo_VNPT.png)\">\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/www.vietnamobile.com.vn\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" style=\"background-image: url(https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/Logo_VNM.png)\">\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/www.mobifone.vn\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" style=\"background-image: url(https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/Logo_MobiFone.png)\">\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/viettel.com.vn\/\" target=\"_blank\">\t\t<div class=\"elementor-carousel-image\" style=\"background-image: url(https:\/\/tqc.gov.vn\/wp-content\/uploads\/2021\/10\/Logo_Viettel.png)\">\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\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\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":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2368","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/pages\/2368","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=2368"}],"version-history":[{"count":392,"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/pages\/2368\/revisions"}],"predecessor-version":[{"id":9628,"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/pages\/2368\/revisions\/9628"}],"wp:attachment":[{"href":"https:\/\/tqc.gov.vn\/wp-json\/wp\/v2\/media?parent=2368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}