<script id="lazy-blocker">
(function() {
    var activated = false;
    function activateAllScripts() {
        if (activated) return;
		activated = true;
		var head = document.getElementsByTagName("head")[0];
	
        var inertTags = document.querySelectorAll('script[type="text/lazy-blocker-js"].lazy-blocker-inert');
        inertTags.forEach(function(tag) {
            var src = tag.getAttribute('data-lazy-src');
            if (src) {
                // Nếu là external script
                var s = document.createElement('script');
                s.src = src;
                s.async = false;
                head.append(s);
            } 
			// 	else {
            //     // Nếu là inline script (base64-encoded)
            //     var encoded = tag.getAttribute('data-lazy-content');
            //     if (encoded) {
            //         try {
            //             var code = atob(encoded);
            //             var s = document.createElement('script');
            //             s.type = 'text/javascript';
            //             s.text = code;
            //             document.body.appendChild(s);
            //         } catch(e) {
            //             console.error('[LazyBlocker] BASE64 decode error:', e);
            //         }
            //     }
            // }
			
            // Dọn thẻ inert gốc
            tag.parentNode.removeChild(tag);

        });

		const imgs = document.querySelectorAll('img.lazy-img');
		if (!imgs.length) return;

		// Lặp qua từng ảnh
		imgs.forEach(function (img) {
			img.src = img.dataset.src;
			img.classList.remove('lazy-img');
		});

		// const el1 = document.querySelector('.fix-home');
		// if (el1) {
		// 	el1.classList.add('hide');
		// }

		const el2 = document.querySelector('.banner-hide');
		if (el2) {
			el2.classList.remove('hide');
		}

		const el3 = document.querySelector('.get-phone-number');
		if (el3) {
			el3.classList.remove('hide');
		}
			
        document.removeEventListener('mouseover', activateAllScripts);
        document.removeEventListener('touchstart', activateAllScripts);
        document.removeEventListener('scroll', activateAllScripts);
        document.removeEventListener('click', activateAllScripts);
    }

    document.addEventListener('mouseover', activateAllScripts, { once: true });
    document.addEventListener('touchstart', activateAllScripts, { once: true });
    document.addEventListener('scroll', activateAllScripts, { once: true });
    document.addEventListener('click', activateAllScripts, { once: true });
	
	
	
})();

function gformSubmitForm(formId) {
	document.getElementById('gform_submit_button_' + formId).click();
	setTimeout(function () {
		document.getElementById('gform_' + formId).reset();
		document.getElementById('gform_ajax_frame_' + formId).style.setProperty('display', 'block', 'important');
	}, 1000);
}
document.addEventListener('DOMContentLoaded', function() {
	document.querySelector('#gform_5 [name="input_1"]').addEventListener('change', function() {
		if (this.value !== '') {
			if (document.querySelector('#gform_5 [name="input_1"]').value !== '') {
				document.querySelector('#gform_5 .btn-submit-form').classList.add('submitformdk');
			}
		}
	});

	document.querySelector('#gform_5 [name="input_2"]').addEventListener('change', function() {
		if (this.value !== '') {
			if (document.querySelector('#gform_5 [name="input_1"]').value !== '') {
				document.querySelector('#gform_5 .btn-submit-form').classList.add('submitformdk');
			}
		}
	});
});

</script><?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Các phản hồi luận về: Personal Statement và Motivation Letter khác nhau như thế nào?	</title>
	<atom:link href="https://ieeduhoc.edu.vn/vi/bai-viet/chi-tiet/phan-biet-personal-statement-va-motivation-letter/feed" rel="self" type="application/rss+xml" />
	<link>https://ieeduhoc.edu.vn/vi/bai-viet/chi-tiet/phan-biet-personal-statement-va-motivation-letter</link>
	<description>Học viện Giáo dục Quốc tế</description>
	<lastBuildDate>Tue, 21 Apr 2026 19:02:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.3</generator>
</channel>
</rss>
