<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gói cài đặt Combo 3 - toolhayvn.com</title>
	<atom:link href="https://toolhayvn.com/danh-muc-san-pham/combo3/feed/" rel="self" type="application/rss+xml" />
	<link>https://toolhayvn.com/danh-muc-san-pham/combo3/</link>
	<description>Công cụ hỗ trợ quảng cáo</description>
	<lastBuildDate>Tue, 21 Apr 2026 12:06:58 +0000</lastBuildDate>
	<language>vi</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://toolhayvn.com/wp-content/uploads/2024/11/cropped-Small-Logo-32x32.png</url>
	<title>Gói cài đặt Combo 3 - toolhayvn.com</title>
	<link>https://toolhayvn.com/danh-muc-san-pham/combo3/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Tách Khuôn Mặt bằng Ai</title>
		<link>https://toolhayvn.com/san-pham/tach-khuon-mat-bang-ai/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 19 Apr 2026 13:41:22 +0000</pubDate>
				<guid isPermaLink="false">https://toolhayvn.com/?post_type=product&#038;p=934</guid>

					<description><![CDATA[<p>⚡ Cảm ơn bạn đã chờ đợi. Chúng tôi đang đồng bộ Video hướng dẫn. Vui lòng quay lại sau.</p>
<p>The post <a href="https://toolhayvn.com/san-pham/tach-khuon-mat-bang-ai/">Tách Khuôn Mặt bằng Ai</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style>
    /* Khối bọc ngoài cùng - Nhốt toàn bộ hiệu ứng bên trong */
    .tech-box-container {
        position: relative;
        width: 100%;
        max-width: 800px; /* Chiều rộng tối đa để form không bị bè ngang */
        margin: 0 auto; /* Căn giữa toàn bộ khối này trên trang web */
        min-height: 400px; /* Chiều cao cố định để tạo không gian */
        display: flex;
        justify-content: center; /* Căn giữa hộp kính theo chiều ngang */
        align-items: center; /* Căn giữa hộp kính theo chiều dọc */
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background: linear-gradient(-45deg, #02000d, #0d0626, #1a0b2e, #04122b);
        background-size: 400% 400%;
        animation: techBgShift 15s ease infinite;</p>
<p>        /* Cực kỳ quan trọng: Giữ mọi thứ trong viền bo góc */
        border-radius: 16px; 
        overflow: hidden; 
        border: 1px solid rgba(0, 255, 255, 0.3);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.8), inset 0 0 15px rgba(0, 255, 255, 0.1);
    }</p>
<p>    @keyframes techBgShift {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }</p>
<p>    /* Lớp hạt năng lượng (Chỉ bay bên trong khối) */
    .tech-particles {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        z-index: 1; pointer-events: none;
    }
    .tech-particles::after {
        content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
        background-image: 
            radial-gradient(2px 2px at 20px 30px, #00ffff, transparent),
            radial-gradient(2px 2px at 50px 160px, #b450ff, transparent),
            radial-gradient(2px 2px at 130px 80px, #00ffff, transparent),
            radial-gradient(2px 2px at 250px 360px, #ffffff, transparent);
        background-repeat: repeat; background-size: 300px 300px;
        animation: techSparkle 4s infinite alternate; opacity: 0.5;
    }
    @keyframes techSparkle {
        0% { opacity: 0.2; transform: scale(0.9); }
        100% { opacity: 1; transform: scale(1.1); }
    }</p>
<p>    /* Hộp kính nội dung */
    .tech-message-glass {
        position: relative;
        z-index: 2; /* Nổi lên trên lớp nền và hạt */
        background: rgba(10, 10, 25, 0.5);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(0, 255, 255, 0.3);
        border-radius: 16px;
        padding: 40px 30px;
        text-align: center; /* Căn giữa chữ */
        width: 90%;
        max-width: 600px;
        box-shadow: 0 0 30px rgba(0, 255, 255, 0.1), inset 0 0 20px rgba(180, 80, 255, 0.2);
    }</p>
<p>    /* Biểu tượng sét */
    .tech-icon {
        font-size: 55px;
        margin-bottom: 15px;
        animation: iconPulse 2s infinite;
    }
    @keyframes iconPulse {
        0%, 100% { transform: scale(1); text-shadow: 0 0 15px rgba(0, 255, 255, 0.8); }
        50% { transform: scale(1.1); text-shadow: 0 0 25px #0ff, 0 0 40px rgba(180, 80, 255, 0.8); }
    }</p>
<p>    /* Text */
    .tech-title {
        font-size: 26px;
        font-weight: 700;
        margin: 0 0 15px 0;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #ffffff;
        text-shadow: 0 0 15px rgba(0, 255, 255, 0.8);
    }</p>
<p>    .tech-desc {
        font-size: 18px;
        line-height: 1.6;
        color: #d1e8ff;
        margin: 5px 0;
        text-shadow: 0 0 10px rgba(180, 80, 255, 0.5);
    }
</style>
<div class="tech-box-container">
<div class="tech-particles"></div>
<div class="tech-message-glass">
<div class="tech-icon">⚡</div>
<h2 class="tech-title">Cảm ơn bạn đã chờ đợi.</h2>
<p class="tech-desc">Chúng tôi đang đồng bộ Video hướng dẫn.</p>
<p class="tech-desc">Vui lòng quay lại sau.</p>
</p></div>
</div>
<p>The post <a href="https://toolhayvn.com/san-pham/tach-khuon-mat-bang-ai/">Tách Khuôn Mặt bằng Ai</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Hàn Điểm &#8211; Giảm Điểm</title>
		<link>https://toolhayvn.com/san-pham/han-diem-giam-diem/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 04 Jan 2025 03:23:51 +0000</pubDate>
				<guid isPermaLink="false">https://toolhayvn.com/?post_type=product&#038;p=315</guid>

					<description><![CDATA[<p>The post <a href="https://toolhayvn.com/san-pham/han-diem-giam-diem/">Hàn Điểm &#8211; Giảm Điểm</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style>
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* Tỷ lệ khung hình 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</style>
<div class="video-container"><iframe title="ToolhayVN.com - Hotline:05.6982.6982" src="https://www.youtube.com/embed/HC4zaV3Gb_U?list=PLFtxHYeBMXP0dLo-X4SzLJYR6DCUunHGU&#038;vq=hd1080" frameborder="0" allowfullscreen="allowfullscreen"><br />
    </iframe></div>
<p>The post <a href="https://toolhayvn.com/san-pham/han-diem-giam-diem/">Hàn Điểm &#8211; Giảm Điểm</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Tạo đèn NEON</title>
		<link>https://toolhayvn.com/san-pham/tao-den-neon/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 11 Dec 2024 06:04:19 +0000</pubDate>
				<guid isPermaLink="false">https://toolhayvn.com/?post_type=product&#038;p=300</guid>

					<description><![CDATA[<p>The post <a href="https://toolhayvn.com/san-pham/tao-den-neon/">Tạo đèn NEON</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style>
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* Tỷ lệ khung hình 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</style>
<div class="video-container"><iframe title="ToolhayVN.com - Hotline:05.6982.6982" src="https://www.youtube.com/embed/aulvsN6AXvw?list=PLFtxHYeBMXP0dLo-X4SzLJYR6DCUunHGU&#038;vq=hd1080" frameborder="0" allowfullscreen="allowfullscreen"><br />
    </iframe></div>
<p>The post <a href="https://toolhayvn.com/san-pham/tao-den-neon/">Tạo đèn NEON</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SmartCrop</title>
		<link>https://toolhayvn.com/san-pham/smartcrop/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 11 Dec 2024 04:38:10 +0000</pubDate>
				<guid isPermaLink="false">https://toolhayvn.com/?post_type=product&#038;p=243</guid>

					<description><![CDATA[<p>The post <a href="https://toolhayvn.com/san-pham/smartcrop/">SmartCrop</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style>
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* Tỷ lệ khung hình 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</style>
<div class="video-container"><iframe title="ToolhayVN.com - Hotline:05.6982.6982" src="https://www.youtube.com/embed/3Vjua6e2YKA?list=PLFtxHYeBMXP0dLo-X4SzLJYR6DCUunHGU&#038;vq=hd1080" frameborder="0" allowfullscreen="allowfullscreen"><br />
    </iframe></div>
<p>The post <a href="https://toolhayvn.com/san-pham/smartcrop/">SmartCrop</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Số tự động</title>
		<link>https://toolhayvn.com/san-pham/so-tu-dong/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 11 Dec 2024 04:37:29 +0000</pubDate>
				<guid isPermaLink="false">https://toolhayvn.com/?post_type=product&#038;p=241</guid>

					<description><![CDATA[<p>The post <a href="https://toolhayvn.com/san-pham/so-tu-dong/">Số tự động</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style>
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* Tỷ lệ khung hình 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</style>
<div class="video-container"><iframe title="ToolhayVN.com - Hotline:05.6982.6982" src="https://www.youtube.com/embed/qWfE7bekDQI?list=PLFtxHYeBMXP0dLo-X4SzLJYR6DCUunHGU&#038;vq=hd1080" frameborder="0" allowfullscreen="allowfullscreen"><br />
    </iframe></div>
<p>The post <a href="https://toolhayvn.com/san-pham/so-tu-dong/">Số tự động</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Hạ phiên bản file hàng loạt</title>
		<link>https://toolhayvn.com/san-pham/ha-phien-ban-file-hang-loat/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 28 Nov 2024 06:35:15 +0000</pubDate>
				<guid isPermaLink="false">http://trieu.halink.dev/toolhayvn/?post_type=product&#038;p=212</guid>

					<description><![CDATA[<p>The post <a href="https://toolhayvn.com/san-pham/ha-phien-ban-file-hang-loat/">Hạ phiên bản file hàng loạt</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style>
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* Tỷ lệ khung hình 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</style>
<div class="video-container"><iframe title="ToolhayVN.com - Hotline:05.6982.6982" src="https://www.youtube.com/embed/xCuLVEJAI2c?list=PLFtxHYeBMXP0dLo-X4SzLJYR6DCUunHGU&#038;vq=hd1080" frameborder="0" allowfullscreen="allowfullscreen"><br />
    </iframe></div>
<p>The post <a href="https://toolhayvn.com/san-pham/ha-phien-ban-file-hang-loat/">Hạ phiên bản file hàng loạt</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mở bằng Ilusstrator</title>
		<link>https://toolhayvn.com/san-pham/mo-bang-ilusstrator/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 28 Nov 2024 06:34:30 +0000</pubDate>
				<guid isPermaLink="false">http://trieu.halink.dev/toolhayvn/?post_type=product&#038;p=210</guid>

					<description><![CDATA[<p>The post <a href="https://toolhayvn.com/san-pham/mo-bang-ilusstrator/">Mở bằng Ilusstrator</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style>
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* Tỷ lệ khung hình 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</style>
<div class="video-container"><iframe title="ToolhayVN.com - Hotline:05.6982.6982" src="https://www.youtube.com/embed/fpHfxwhFEQ4?list=PLFtxHYeBMXP0dLo-X4SzLJYR6DCUunHGU&#038;vq=hd1080" frameborder="0" allowfullscreen="allowfullscreen"><br />
    </iframe></div>
<p>The post <a href="https://toolhayvn.com/san-pham/mo-bang-ilusstrator/">Mở bằng Ilusstrator</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mở bằng Photoshop</title>
		<link>https://toolhayvn.com/san-pham/mo-bang-photoshop/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 28 Nov 2024 06:33:24 +0000</pubDate>
				<guid isPermaLink="false">http://trieu.halink.dev/toolhayvn/?post_type=product&#038;p=206</guid>

					<description><![CDATA[<p>The post <a href="https://toolhayvn.com/san-pham/mo-bang-photoshop/">Mở bằng Photoshop</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style>
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* Tỷ lệ khung hình 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</style>
<div class="video-container"><iframe title="ToolhayVN.com - Hotline:05.6982.6982" src="https://www.youtube.com/embed/fpHfxwhFEQ4?list=PLFtxHYeBMXP0dLo-X4SzLJYR6DCUunHGU&#038;vq=hd1080" frameborder="0" allowfullscreen="allowfullscreen"><br />
    </iframe></div>
<p>The post <a href="https://toolhayvn.com/san-pham/mo-bang-photoshop/">Mở bằng Photoshop</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Tạo đường cắt</title>
		<link>https://toolhayvn.com/san-pham/tao-duong-cat/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 28 Nov 2024 06:32:29 +0000</pubDate>
				<guid isPermaLink="false">http://trieu.halink.dev/toolhayvn/?post_type=product&#038;p=201</guid>

					<description><![CDATA[<p>The post <a href="https://toolhayvn.com/san-pham/tao-duong-cat/">Tạo đường cắt</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style>
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* Tỷ lệ khung hình 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</style>
<div class="video-container"><iframe title="ToolhayVN.com - Hotline:05.6982.6982" src="https://www.youtube.com/embed/bonhUEYP-V0?list=PLFtxHYeBMXP0dLo-X4SzLJYR6DCUunHGU&#038;vq=hd1080" frameborder="0" allowfullscreen="allowfullscreen"><br />
</iframe></div>
<p>The post <a href="https://toolhayvn.com/san-pham/tao-duong-cat/">Tạo đường cắt</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Resize ảnh</title>
		<link>https://toolhayvn.com/san-pham/resize-anh/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 28 Nov 2024 06:31:52 +0000</pubDate>
				<guid isPermaLink="false">http://trieu.halink.dev/toolhayvn/?post_type=product&#038;p=199</guid>

					<description><![CDATA[<p>The post <a href="https://toolhayvn.com/san-pham/resize-anh/">Resize ảnh</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style>
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* Tỷ lệ khung hình 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
</style>
<div class="video-container"><iframe title="ToolhayVN.com - Hotline:05.6982.6982" src="https://www.youtube.com/embed/8h6r2gyJZJ0?list=PLFtxHYeBMXP0dLo-X4SzLJYR6DCUunHGU&#038;vq=hd1080" frameborder="0" allowfullscreen="allowfullscreen"><br />
    </iframe></div>
<p>The post <a href="https://toolhayvn.com/san-pham/resize-anh/">Resize ảnh</a> appeared first on <a href="https://toolhayvn.com">toolhayvn.com</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
