
<!-- === ĐOẠN JAVASCRIPT ĐÃ ĐƯỢC ĐẶT ĐÚNG CÁCH Ở ĐÂY === -->
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
    const searchForm = document.getElementById('qlcc-main-search-form');
    const searchInput = document.getElementById('qlcc_search_query');
    const errorMessage = document.getElementById('qlcc-search-error');
    const minChars = 8;

    if (searchForm) {
        searchForm.addEventListener('submit', function(event) {
            const queryValue = searchInput.value.trim();

            if (queryValue.length < minChars) {
                event.preventDefault(); 
                errorMessage.innerText = 'Vui lòng nhập ít nhất ' + minChars + ' ký tự để tra cứu.';
                errorMessage.style.display = 'block';
            } else {
                errorMessage.style.display = 'none';
            }
        });
    }
});
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://sns-vietnam.vn/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://sns-vietnam.vn/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://sns-vietnam.vn/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://sns-vietnam.vn/wp-sitemap-posts-blocks-1.xml</loc></sitemap><sitemap><loc>https://sns-vietnam.vn/wp-sitemap-posts-certificate-1.xml</loc></sitemap><sitemap><loc>https://sns-vietnam.vn/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://sns-vietnam.vn/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
