
		
		// FIX thay text CỤC ANTT → VN-CERT BCA
function replace_text_frontend() {
    ?>
    <script>
    document.addEventListener("DOMContentLoaded", function() {

        function replaceText(node) {
            if (node.nodeType === 3) {
                node.nodeValue = node.nodeValue.replace(/CỤC ANTT/g, 'TRUNG TÂM VN-CERT BCA');
            } else {
                for (let i = 0; i < node.childNodes.length; i++) {
                    replaceText(node.childNodes[i]);
                }
            }
        }

        replaceText(document.body);

    });
    </script>
    <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//cuocgoithuonghieu.vn/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://cuocgoithuonghieu.vn/post-sitemap.xml</loc>
		<lastmod>2017-10-25T15:07:44+07:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://cuocgoithuonghieu.vn/page-sitemap.xml</loc>
		<lastmod>2026-03-09T09:57:29+07:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://cuocgoithuonghieu.vn/category-sitemap.xml</loc>
		<lastmod>2017-10-25T15:07:44+07:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->