<script>
jQuery(document).ready(function($) {
    // Xử lý thêm kết quả Holland
    var hollandIndex = 0;
    
    $(document).on('click', '.iaeb_add_holland_result', function() {
        hollandIndex++;
        var newItem = `
            <div class="iaeb_holland_item" style="margin-bottom: 15px; padding: 15px; background: #f9f9f9; border: 1px solid #ddd;">
                <div style="display: flex; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;">
                    <label style="display: flex; align-items: center;"><input type="checkbox" class="iaeb_holland_group" value="R"> R - Thực tế</label>
                    <label style="display: flex; align-items: center;"><input type="checkbox" class="iaeb_holland_group" value="I"> I - Nghiên cứu</label>
                    <label style="display: flex; align-items: center;"><input type="checkbox" class="iaeb_holland_group" value="A"> A - Nghệ thuật</label>
                    <label style="display: flex; align-items: center;"><input type="checkbox" class="iaeb_holland_group" value="S"> S - Xã hội</label>
                    <label style="display: flex; align-items: center;"><input type="checkbox" class="iaeb_holland_group" value="E"> E - Doanh nghiệp</label>
                    <label style="display: flex; align-items: center;"><input type="checkbox" class="iaeb_holland_group" value="C"> C - Người bảo vệ</label>
                </div>
                <textarea name="iaeb_holland[${hollandIndex}][content]" rows="5" class="widefat" placeholder="Nhập nội dung phân tích cho nhóm này..."></textarea>
                <input type="hidden" name="iaeb_holland[${hollandIndex}][groups]" class="iaeb_holland_groups_hidden" value="">
            </div>
        `;
        $('#iaeb_holland_results').append(newItem);
    });
    
    // Cập nhật hidden field khi checkbox thay đổi
    $(document).on('change', '.iaeb_holland_group', function() {
        var $item = $(this).closest('.iaeb_holland_item');
        var groups = [];
        $item.find('.iaeb_holland_group:checked').each(function() {
            groups.push($(this).val());
        });
        $item.find('.iaeb_holland_groups_hidden').val(groups.join(','));
    });
    
    // Khởi tạo hidden field cho các checkbox hiện có
    $('.iaeb_holland_item').each(function() {
        var groups = [];
        $(this).find('.iaeb_holland_group:checked').each(function() {
            groups.push($(this).val());
        });
        $(this).find('.iaeb_holland_groups_hidden').val(groups.join(','));
    });
});
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//thanh.net.vn/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://thanh.net.vn/post-sitemap.xml</loc>
		<lastmod>2026-05-26T14:40:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thanh.net.vn/page-sitemap.xml</loc>
		<lastmod>2026-07-17T06:27:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thanh.net.vn/product-sitemap.xml</loc>
		<lastmod>2024-12-18T13:34:07+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thanh.net.vn/category-sitemap.xml</loc>
		<lastmod>2026-05-26T14:40:25+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->