<?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>Lưu trữ tuyển sinh - Trường Đại học Quốc tế Hồng Bàng</title>
	<atom:link href="https://hiu.vn/tag/tuyen-sinh/feed/" rel="self" type="application/rss+xml" />
	<link>https://hiu.vn</link>
	<description>Chuyên sâu về Khoa học Sức khoẻ &#38; các ngành ứng dụng trong Kinh doanh - Công Nghệ - Xã hội - Ngôn ngữ</description>
	<lastBuildDate>Tue, 25 Aug 2026 07:40:32 +0000</lastBuildDate>
	<language>vi</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.6</generator>

<image>
	<url>https://hiu.vn/wp-content/uploads/2020/02/cropped-Logo-HBU-Final-1-32x32.png</url>
	<title>Lưu trữ tuyển sinh - Trường Đại học Quốc tế Hồng Bàng</title>
	<link>https://hiu.vn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>DANH MỤC HỒ SƠ NHẬP HỌC 2026</title>
		<link>https://hiu.vn/tuyen-sinh/danh-muc-ho-so-nhap-hoc-2026/</link>
					<comments>https://hiu.vn/tuyen-sinh/danh-muc-ho-so-nhap-hoc-2026/#respond</comments>
		
		<dc:creator><![CDATA[Nguyễn Minh Cường]]></dc:creator>
		<pubDate>Mon, 21 Jul 2025 02:55:51 +0000</pubDate>
				<category><![CDATA[Tuyển Sinh]]></category>
		<category><![CDATA[HIU tuyển sinh 2026]]></category>
		<category><![CDATA[hồ sơ thí sinh]]></category>
		<category><![CDATA[tuyển sinh]]></category>
		<category><![CDATA[Tuyển sinh 2026]]></category>
		<guid isPermaLink="false">https://hiu.vn/?p=106703</guid>

					<description><![CDATA[<p>Bài viết <a rel="nofollow" href="https://hiu.vn/tuyen-sinh/danh-muc-ho-so-nhap-hoc-2026/">DANH MỤC HỒ SƠ NHẬP HỌC 2026</a> đã xuất hiện đầu tiên vào ngày <a rel="nofollow" href="https://hiu.vn">Trường Đại học Quốc tế Hồng Bàng</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="kc-elm kc-css-237823 kc-row-container module"><div class="wc-row row"><div class="kc-wrap-columns"><div class="kc-elm kc-css-38932 small-12 columns small-12"><div class="kc-col-container"><div class="kc-elm kc-css-986584 kc-raw-code"><!-- BẮT ĐẦU: KHỐI HỒ SƠ NHẬP HỌC (Copy đoạn này dán vào website) -->
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">

<style>
    .hiu-admission-wrapper {
        width: 100%;
        max-width: 900px;
        margin: 10px auto;
        box-sizing: border-box;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    }

    .hiu-admission-wrapper * {
        box-sizing: border-box;
    }

    .hiu-card {
        background: #fff;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .hiu-card-header {
        background: linear-gradient(135deg, #c8102e 0%, #8b0000 100%);
        padding: 12px 10px;
        text-align: center;
        color: #fff;
    }

    .hiu-card-header h3 {
        color: #fff !important;
        margin: 0 0 2px !important;
        font-size: 1.05rem !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        line-height: 1.35;
    }

    .hiu-card-header p {
        color: rgba(255, 255, 255, 0.9) !important;
        margin: 0 !important;
        font-size: 0.8rem;
    }

    .hiu-card-body {
        padding: 12px 10px;
    }

    .hiu-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 0 12px !important;
    }

    @media (min-width: 640px) {
        .hiu-grid {
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 10px;
        }
    }

    .hiu-item {
        background: #f9fafb;
        border: 1px solid #f3f4f6;
        border-radius: 8px;
        padding: 8px 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }

    .hiu-item i.hiu-main-icon {
        font-size: 1.4rem;
        color: #c8102e;
        margin-bottom: 4px;
    }

    .hiu-item-title {
        font-weight: 600;
        font-size: 0.8rem;
        color: #1f2937;
        margin-bottom: 2px;
        line-height: 1.25;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hiu-item-sub {
        font-size: 0.72rem;
        color: #6b7280;
        margin-bottom: 4px;
        font-style: italic;
    }

    .hiu-badge {
        font-size: 0.68rem;
        font-weight: 600;
        padding: 1px 6px;
        border-radius: 6px;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 2px;
    }

    .hiu-badge-red {
        background-color: #fef2f2;
        color: #991b1b;
        border: 1px solid #fecaca;
    }

    .hiu-badge-green {
        background-color: #f0fdf4;
        color: #166534;
        border: 1px solid #bbf7d0;
    }

    .hiu-text-link {
        margin-top: 4px;
        font-size: 0.75rem;
        color: #c8102e !important;
        font-weight: 600;
        text-decoration: none !important;
        display: inline-flex;
        align-items: center;
        gap: 3px;
        transition: color 0.2s;
    }

    .hiu-text-link:hover {
        color: #8b0000 !important;
        text-decoration: underline !important;
    }

    .hiu-text-link i {
        font-size: 0.8rem;
    }

    /* BUTTON TRA CỨU NỔI BẬT */
    .hiu-btn-wrapper {
        text-align: center;
        margin: 16px 0;
    }

    .hiu-btn-search {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
        color: #ffffff !important;
        font-weight: 700;
        font-size: 0.95rem;
        padding: 12px 24px;
        border-radius: 50px;
        text-decoration: none !important;
        box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35);
        transition: all 0.3s ease;
        border: 1px solid #ef4444;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .hiu-btn-search:hover {
        background: linear-gradient(135deg, #b91c1c 0%, #7f1d1d 100%);
        box-shadow: 0 6px 20px rgba(220, 38, 38, 0.5);
        transform: translateY(-2px);
        color: #ffffff !important;
    }

    .hiu-btn-search i {
        font-size: 1.2rem;
    }

    .hiu-note-box {
        background: #fff;
        border: 1px solid #fee2e2;
        border-left: 4px solid rgb(192, 13, 13);
        border-radius: 6px;
        padding: 12px 14px;
    }

    .hiu-note-title {
        font-weight: 700;
        color: rgb(192, 13, 13);
        font-size: 0.95rem;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .hiu-note-title i {
        font-size: 1.1rem;
    }

    .hiu-note-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .hiu-note-list li {
        position: relative;
        padding-left: 16px;
        font-size: 0.88rem;
        color: #111827;
        line-height: 1.5;
    }

    .hiu-note-list li::before {
        content: "";
        position: absolute;
        left: 2px;
        top: 8px;
        width: 5px;
        height: 5px;
        background-color: rgb(192, 13, 13);
        border-radius: 50%;
    }

    .hiu-note-list strong,
    .hiu-note-highlight {
        color: rgb(192, 13, 13);
    }

    .hiu-note-highlight {
        font-weight: 700;
    }

    .hiu-section {
        margin-top: 15px;
    }

    .hiu-section-title {
        font-weight: 700;
        color: rgb(192, 13, 13);
        font-size: 0.9rem;
        margin-bottom: 6px;
    }

    .hiu-section-text {
        font-size: 0.88rem;
        color: #111827;
        line-height: 1.5;
        margin: 0 0 10px;
    }

    .hiu-list-no-bullets {
        margin-bottom: 10px !important;
    }

    .hiu-list-no-bullets li {
        padding-left: 0 !important;
    }

    /* KHỐI THÔNG TIN CƠ SỞ HỌC TẬP (BO KHUNG - DẢI MÀU ĐỎ NHƯ HEADER) */
    .hiu-sub-card {
        background: #fff;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
        overflow: hidden;
        margin-top: 15px;
    }

    .hiu-sub-card-header {
        background: linear-gradient(135deg, #c8102e 0%, #8b0000 100%);
        padding: 10px 12px;
        text-align: center;
        color: #fff;
    }

    .hiu-sub-card-header h4 {
        color: #fff !important;
        margin: 0 !important;
        font-size: 0.95rem !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .hiu-sub-card-body {
        padding: 12px;
    }

    .hiu-table-wrapper {
        overflow-x: auto;
        border: 1px solid #fecaca;
        border-radius: 8px;
    }

    .hiu-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.88rem;
        text-align: left;
    }

    .hiu-table th {
        background-color: #fef2f2;
        color: rgb(192, 13, 13);
        font-weight: 700;
        padding: 10px 12px;
        border-bottom: 1px solid #fecaca;
        white-space: nowrap;
    }

    .hiu-table td {
        padding: 10px 12px;
        border-bottom: 1px solid #e5e7eb;
        color: #111827;
        vertical-align: top;
        line-height: 1.4;
    }

    .hiu-table tr:last-child td {
        border-bottom: none;
    }

    .hiu-table-ul {
        margin: 4px 0 0 0 !important;
        padding-left: 18px !important;
    }

    .hiu-table-ul li {
        margin-bottom: 3px;
        list-style-type: disc;
    }
</style>

<div class="hiu-admission-wrapper">
    <div class="hiu-card">
        <div class="hiu-card-header">
            <h3>Trường Đại học Quốc tế Hồng Bàng</h3>
            <p>DANH MỤC HỒ SƠ NHẬP HỌC 2026</p>
        </div>

        <div class="hiu-card-body">
            <ul class="hiu-grid">
                <li class="hiu-item">
                    <i class="la la-file-alt hiu-main-icon"></i>
                    <div class="hiu-item-title">Giấy báo trúng tuyển</div>
                    <span class="hiu-badge hiu-badge-red">Bản gốc</span>
                </li>

                <li class="hiu-item">
                    <i class="la la-graduation-cap hiu-main-icon"></i>
                    <div class="hiu-item-title">Giấy Chứng nhận Kết quả thi TN THPT 2026</div>
                    <span class="hiu-badge hiu-badge-red">Bản gốc</span>
                </li>

                <li class="hiu-item">
                    <i class="la la-book-open hiu-main-icon"></i>
                    <div class="hiu-item-title">Học bạ THPT 06 học kỳ</div>
                    <span class="hiu-badge hiu-badge-green">1 bản Công chứng</span>
                </li>

                <li class="hiu-item">
                    <i class="la la-id-card-alt hiu-main-icon"></i>
                    <div class="hiu-item-title">Sơ yếu lý lịch mẫu HIU</div>
                    <span class="hiu-badge hiu-badge-green">1 bản Công chứng, Thí sinh dán ảnh theo quy định</span>
                    <a href="https://drive.google.com/file/d/1iNpLn-X6nHgTgsO7pCzVdQaeJjiJWwxg/view?usp=sharing" target="_blank" rel="noopener noreferrer" class="hiu-text-link">
                        <span>(Tải mẫu tại đây)</span>
                        <i class="la la-external-link-alt"></i>
                    </a>
                </li>

                <li class="hiu-item">
                    <i class="la la-id-card hiu-main-icon"></i>
                    <div class="hiu-item-title">Căn cước công dân</div>
                    <span class="hiu-badge hiu-badge-green">2 bản Công chứng</span>
                </li>

                <li class="hiu-item">
                    <i class="la la-birthday-cake hiu-main-icon"></i>
                    <div class="hiu-item-title">Giấy khai sinh</div>
                    <span class="hiu-badge hiu-badge-green">1 bản Công chứng</span>
                </li>

                <li class="hiu-item">
                    <i class="la la-award hiu-main-icon"></i>
                    <div class="hiu-item-title">Giấy tờ đối tượng ưu tiên</div>
                    <div class="hiu-item-sub">(nếu có)</div>
                    <span class="hiu-badge hiu-badge-green">1 bản Công chứng</span>
                </li>

                <li class="hiu-item">
                    <i class="la la-language hiu-main-icon"></i>
                    <div class="hiu-item-title">Chứng chỉ ngoại ngữ</div>
                    <div class="hiu-item-sub">(nếu xét tuyển)</div>
                    <span class="hiu-badge hiu-badge-green">1 bản Công chứng</span>
                </li>
            </ul>

            <!-- BUTTON TRA CỨU KẾT QUẢ XÉT TUYỂN -->
            <div class="hiu-btn-wrapper">
                <a href="https://xettuyen.hiu.vn/tra-cuu-thong-tin-trung-tuyen.html" target="_blank" rel="noopener noreferrer" class="hiu-btn-search">
                    <i class="la la-search"></i>
                    <span>Tra cứu kết quả xét tuyển</span>
                </a>
            </div>

            <!-- KHỐI LƯU Ý QUAN TRỌNG -->
            <div class="hiu-note-box">
                <div class="hiu-note-title">
                    <i class="la la-exclamation-triangle"></i> LƯU Ý QUAN TRỌNG KHI NHẬP HỌC:
                </div>
                <ul class="hiu-note-list">
                    <li><strong>Thời gian nhập học:</strong> Từ 08g00 đến 17g00, từ <strong>24/08</strong> đến hết <strong>31/08</strong> (bao gồm T7 & CN).</li>
                    <li><strong>Địa điểm làm thủ tục nhập học:</strong> Cơ sở 215 Điện Biên Phủ P.Gia Định TP.HCM.</li>
                    <li><strong>Về Giấy báo trúng tuyển:</strong> Giấy báo gửi qua đường bưu điện có thể đến sau 3–4 ngày hoặc phát sinh chậm trễ. Thí sinh <span class="hiu-note-highlight">KHÔNG CẦN CHỜ</span> nhận bản giấy mới đến trường. Chỉ cần nhận được <strong>Email</strong> hoặc <strong>Tin nhắn thông báo trúng tuyển</strong>, bạn có thể chuẩn bị hồ sơ đến HIU làm thủ tục ngay. Bản giấy (nếu chưa nhận được) sẽ được Nhà trường hỗ trợ bổ sung sau.</li>
                    <li>Mang theo <strong>bản chính</strong> các loại giấy tờ để đối chiếu.</li>
                    <li>Đối với sinh viên có chứng chỉ ngoại ngữ còn thời hạn, Sinh viên nộp chứng chỉ ngoại ngữ (công chứng) về phòng Đào tạo Đại học ngày 3/9/2026 và 4/9/2026 để được hỗ trợ quy đổi điểm tín chỉ tiếng Anh. Phòng Đào tạo Đại học có văn phòng đón tiếp sinh viên ở cơ sở Điện Biên Phủ và cơ sở Hòa Bình.(sau khi có MSSV).</li>
                    <li>Chuẩn bị tài chính đóng học phí HK I tạm thu, lệ phí nhập học & BHYT/BHTN theo quy định.</li>
                </ul>
            </div>

            <!-- KHỐI THÔNG TIN CƠ SỞ HỌC TẬP (BO KHUNG - DẢI MÀU ĐỎ NHƯ HEADER) -->
            <div class="hiu-sub-card">
                <div class="hiu-sub-card-header">
                    <h4><i class="la la-building"></i> THÔNG TIN VỀ CƠ SỞ HỌC TẬP</h4>
                </div>
                <div class="hiu-sub-card-body">
                    <div class="hiu-table-wrapper">
                        <table class="hiu-table">
                            <thead>
                                <tr>
                                    <th>CƠ SỞ HỌC TẬP</th>
                                    <th>CÁC KHỐI NGÀNH</th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <td>
                                        <strong>Cơ sở Điện Biên Phủ và Cơ sở Nguyễn Gia Trí</strong><br>
                                        <span style="font-size: 0.75rem; color: #6b7280; font-style: italic;">(02 cơ sở cách nhau 1km)</span>
                                    </td>
                                    <td>Các ngành thuộc Khối Sức Khỏe</td>
                                </tr>
                                <tr>
                                    <td><strong>Cơ sở Điện Biên Phủ</strong></td>
                                    <td>Các ngành thuộc Khối Ngôn ngữ Và Văn hoá Quốc tế</td>
                                </tr>
                                <tr>
                                    <td><strong>Cơ sở Hòa Bình</strong></td>
                                    <td>
                                        Các ngành thuộc Khối Ứng Dụng:
                                        <ul class="hiu-table-ul">
                                            <li>Khối Kinh Tế - Quản Trị</li>
                                            <li>Khối Khoa Học Xã Hội</li>
                                            <li>Khối Công nghệ - Kỹ thuật</li>
                                        </ul>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
            </div>

            <!-- KHỐI THAM QUAN CƠ SỞ HÒA BÌNH -->
            <div class="hiu-note-box hiu-section">
                <div class="hiu-note-title">
                    <i class="la la-bus"></i> Tham quan Cơ sở Hòa Bình dành cho Tân sinh viên khối ngành Ứng dụng
                </div>

                <p class="hiu-section-text">
                    Nhằm giúp Tân sinh viên và Quý Phụ huynh có cơ hội tham quan, tìm hiểu môi trường học tập và cơ sở vật chất, Trường Đại học Quốc tế Hồng Bàng (HIU) bố trí xe đưa đón miễn phí đến Cơ sở Hòa Bình dành cho các bạn nhập học khối ngành Ứng dụng.
                </p>

                <div class="hiu-section-title">Thông tin chuyến xe:</div>
                <ul class="hiu-note-list hiu-list-no-bullets">
                    <li><img src="https://s.w.org/images/core/emoji/13.0.1/72x72/1f68c.png" alt="🚌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Loại xe:</strong> Xe 45 chỗ</li>
                    <li><img src="https://s.w.org/images/core/emoji/13.0.1/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Thời gian áp dụng:</strong> Từ 13/08/2026 đến 15/08/2026</li>
                    <li><img src="https://s.w.org/images/core/emoji/13.0.1/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Chuyến thứ 1</strong> khởi hành lúc 10:00, quay về lúc 11:15</li>
                    <li><img src="https://s.w.org/images/core/emoji/13.0.1/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Chuyến thứ 2</strong> khởi hành lúc 14:00, quay về lúc 15:45</li>
                    <li><img src="https://s.w.org/images/core/emoji/13.0.1/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Điểm khởi hành:</strong> Cơ sở Điện Biên Phủ</li>
                    <li><img src="https://s.w.org/images/core/emoji/13.0.1/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Điểm đến:</strong> Cơ sở Hòa Bình</li>
                </ul>

                <p class="hiu-section-text">
                    Sau khi hoàn tất thủ tục nhập học, Kính mời Quý Phụ huynh và các bạn Tân sinh viên sắp xếp thời gian tham gia để trực tiếp trải nghiệm không gian học tập, thực hành và tìm hiểu thêm về chương trình đào tạo của Nhà trường.
                </p>

                <div class="hiu-section-text" style="margin-bottom: 0;">
                    <strong style="color: rgb(192, 13, 13);">Lưu ý:</strong> Chuyến xe được bố trí theo lịch cố định. Quý Phụ huynh và Tân sinh viên vui lòng có mặt tại điểm tập trung trước giờ khởi hành ít nhất 15 phút để thuận tiện cho việc di chuyển. Điều này sẽ giúp việc tổ chức được chuyên nghiệp và hạn chế tình trạng xe phải chờ hoặc khởi hành muộn.
                </div>
            </div>
        </div>
    </div>
</div>
<!-- KẾT THÚC KHỐI HỒ SƠ NHẬP HỌC --></div><div class="kc-elm kc-css-404488 kc_row kc_row_inner"><div class="kc-elm kc-css-268965 small-12 columns small-12"><div class="kc_wrapper kc-col-inner-container"><div class="kc-elm kc-css-466350 kc_row kc_row_inner"><div class="kc-elm kc-css-329603 small-12 columns small-12"><div class="kc_wrapper kc-col-inner-container"><div class="kc-elm kc-css-349666 kc-raw-code"><!-- Nhập font Montserrat (bỏ qua dòng này nếu web bạn đã có font) -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap" rel="stylesheet">

<style>
  /* Khung bọc ngoài có nhiệm vụ căn giữa an toàn, không ảnh hưởng xung quanh */
  .hiu-btn-wrapper {
    width: 100%;
    text-align: center !important;
    margin: 15px 0; /* Khoảng cách trên/dưới cho thoáng */
    box-sizing: border-box !important;
  }

  /* Style nút đã cô lập (Scoped) */
  .hiu-btn-clean {
    box-sizing: border-box !important;
    display: inline-block !important;
    width: auto;
    max-width: 100%;
    margin: 0 auto !important;
    
    /* Font & Chữ */
    font-family: 'Montserrat', -apple-system, sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    
    /* Màu sắc rgb(192, 13, 13) & Chữ trắng */
    color: #ffffff !important;
    background-color: rgb(192, 13, 13);
    
    /* Kích thước & Bo góc */
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    
    /* Hiệu ứng mượt */
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
    vertical-align: middle;
  }

  /* Hiệu ứng Hover */
  .hiu-btn-clean:hover {
    background-color: rgb(215, 20, 20);
    color: #ffffff !important;
    transform: translateY(-1px);
  }

  /* Hiệu ứng Click */
  .hiu-btn-clean:active {
    transform: translateY(0);
  }
</style>

<!-- KHỐI NÚT CĂN GIỮA (Dán toàn bộ khối này vào vị trí mong muốn trong form) -->
<div class="hiu-btn-wrapper">
  <a href="https://forms.cloud.microsoft/Pages/ResponsePage.aspx?id=Z5E9Iw5yJUekTRo_0KvN2iDWfM-caXVLpJl88kOP8HFUMDlCS0RGRUNVUVVWR0dMSlU5MUdJR0pINC4u" class="hiu-btn-clean"> ĐĂNG KÝ KIỂM TRA IELTS MIỄN PHÍ</a>
</div></div></div></div></div><div class="kc-elm kc-css-891626 kc_text_block"></p>
<div style="max-width: 1000px; margin: 20px auto; font-family: &#039;Segoe UI&#039;, Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 14px; line-height: 1.5;">
<p><!-- ================= 1. BẢNG HỌC PHÍ TẠM THU ================= --></p>
<h2 style="color: #c00d0d; font-size: 20px; font-weight: bold; text-align: center; margin-top: 0; margin-bottom: 20px; text-transform: uppercase; border-bottom: 2px solid #c00d0d; padding-bottom: 10px;">Thông tin học phí hk1 tạm thu SAU HỌC BỔNG &#8211; 2026</h2>
<div style="width: 100%; overflow-x: auto; border-radius: 8px; border: 1px solid #e0e0e0; box-shadow: 0 2px 8px rgba(0,0,0,0.06);">
<table style="width: 100%; border-collapse: collapse; font-size: 14px; text-align: left; background-color: #fff;">
<thead>
<tr style="background-color: #c00d0d; color: #ffffff; font-size: 14px;">
<th style="padding: 12px 10px; text-align: center; width: 45px; font-weight: 600;">STT</th>
<th style="padding: 12px 10px; font-weight: 600;">Tên Ngành Học</th>
<th style="padding: 12px 10px; font-weight: 600;">Chương Trình</th>
<th style="padding: 12px 10px; font-weight: 600;">Bằng Cấp</th>
<th style="padding: 12px 10px; text-align: center; font-weight: 600;">Thời Gian</th>
<th style="padding: 12px 10px; text-align: center; font-weight: 600;">Tín Chỉ</th>
<th style="padding: 12px 10px; text-align: right; font-weight: 600;">Học Phí HK I (Tạm thu sau học bổng)</th>
</tr>
</thead>
<tbody>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">1</td>
<td style="padding: 10px; font-weight: 600;">Y khoa</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Bác sĩ</td>
<td style="padding: 10px; text-align: center;">6.0 năm</td>
<td style="padding: 10px; text-align: center;">183</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">67.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">2</td>
<td style="padding: 10px; font-weight: 600;">Y học cổ truyền</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Bác sĩ</td>
<td style="padding: 10px; text-align: center;">6.0 năm</td>
<td style="padding: 10px; text-align: center;">183</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">28.700.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">3</td>
<td style="padding: 10px; font-weight: 600;">Răng Hàm Mặt</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Bác sĩ</td>
<td style="padding: 10px; text-align: center;">6.0 năm</td>
<td style="padding: 10px; text-align: center;">183</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">67.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">4</td>
<td style="padding: 10px; font-weight: 600;">Kỹ thuật hình ảnh y học</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">16.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">5</td>
<td style="padding: 10px; font-weight: 600;">Kỹ thuật y sinh</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Kỹ sư</td>
<td style="padding: 10px; text-align: center;">4.5 năm</td>
<td style="padding: 10px; text-align: center;">151</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">6</td>
<td style="padding: 10px; font-weight: 600;">Y tế công cộng</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">7</td>
<td style="padding: 10px; font-weight: 600;">Dược học</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Dược sĩ</td>
<td style="padding: 10px; text-align: center;">4.5 năm</td>
<td style="padding: 10px; text-align: center;">150</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">16.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">8</td>
<td style="padding: 10px; font-weight: 600;">Điều dưỡng</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">16.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">9</td>
<td style="padding: 10px; font-weight: 600;">Hộ sinh</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">10</td>
<td style="padding: 10px; font-weight: 600;">Dinh dưỡng</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">11</td>
<td style="padding: 10px; font-weight: 600;">Kỹ thuật xét nghiệm y học</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">16.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">12</td>
<td style="padding: 10px; font-weight: 600;">Kỹ thuật phục hồi chức năng</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">16.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">13</td>
<td style="padding: 10px; font-weight: 600;">Quản trị kinh doanh</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">14</td>
<td style="padding: 10px; font-weight: 600;">Digital Marketing</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">15</td>
<td style="padding: 10px; font-weight: 600;">Kế toán</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">16</td>
<td style="padding: 10px; font-weight: 600;">Tài chính &#8211; Ngân hàng</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">17</td>
<td style="padding: 10px; font-weight: 600;">Quản trị sự kiện</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">18</td>
<td style="padding: 10px; font-weight: 600;">Quản trị khách sạn</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">19</td>
<td style="padding: 10px; font-weight: 600;">Quản trị Dịch vụ du lịch và lữ hành</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">20</td>
<td style="padding: 10px; font-weight: 600;">Thương mại điện tử</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">21</td>
<td style="padding: 10px; font-weight: 600;">Công nghệ tài chính</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">22</td>
<td style="padding: 10px; font-weight: 600;">Kinh doanh quốc tế</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">23</td>
<td style="padding: 10px; font-weight: 600;">Ngôn ngữ Anh</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">24</td>
<td style="padding: 10px; font-weight: 600;">Ngôn ngữ Trung</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">25</td>
<td style="padding: 10px; font-weight: 600;">Ngôn ngữ Nhật</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">26</td>
<td style="padding: 10px; font-weight: 600;">Ngôn ngữ Hàn</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">27</td>
<td style="padding: 10px; font-weight: 600;">Truyền thông đa phương tiện</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">28</td>
<td style="padding: 10px; font-weight: 600;">Quan hệ công chúng</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">29</td>
<td style="padding: 10px; font-weight: 600;">Quan hệ quốc tế</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">30</td>
<td style="padding: 10px; font-weight: 600;">Tâm lý học</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">31</td>
<td style="padding: 10px; font-weight: 600;">Việt Nam học</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">32</td>
<td style="padding: 10px; font-weight: 600;">Luật kinh tế</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">33</td>
<td style="padding: 10px; font-weight: 600;">Luật</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">34</td>
<td style="padding: 10px; font-weight: 600;">Quản lý giáo dục</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">35</td>
<td style="padding: 10px; font-weight: 600;">Công nghệ thông tin</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">36</td>
<td style="padding: 10px; font-weight: 600;">Logistics và quản lý chuỗi cung ứng</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">37</td>
<td style="padding: 10px; font-weight: 600;">Kiến trúc</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Kỹ sư</td>
<td style="padding: 10px; text-align: center;">4.5 năm</td>
<td style="padding: 10px; text-align: center;">151</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">38</td>
<td style="padding: 10px; font-weight: 600;">Thiết kế đồ họa</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">39</td>
<td style="padding: 10px; font-weight: 600;">Công nghệ sinh học</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">40</td>
<td style="padding: 10px; font-weight: 600;">Kỹ thuật cơ điện tử</td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Kỹ sư</td>
<td style="padding: 10px; text-align: center;">4.5 năm</td>
<td style="padding: 10px; text-align: center;">151</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 10px; text-align: center;">41</td>
<td style="padding: 10px; font-weight: 600;">Công nghệ thẩm mỹ <span style="font-size: 12px; color: #c00d0d; font-weight: normal;">(Mở mới)</span></td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 10px; text-align: center;">42</td>
<td style="padding: 10px; font-weight: 600;">Tâm lý học giáo dục <span style="font-size: 12px; color: #c00d0d; font-weight: normal;">(Mở mới)</span></td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.0 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #333333; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
<tr style="background-color: #fff;">
<td style="padding: 10px; text-align: center;">43</td>
<td style="padding: 10px; font-weight: 600;">Quản lý công nghiệp <span style="font-size: 12px; color: #c00d0d; font-weight: normal;">(Mở mới)</span></td>
<td style="padding: 10px;">Tiếng Việt</td>
<td style="padding: 10px;">Cử nhân</td>
<td style="padding: 10px; text-align: center;">3.5 năm</td>
<td style="padding: 10px; text-align: center;">123</td>
<td style="padding: 10px; text-align: right; color: #c00d0d; font-weight: 600;">12.000.000 VNĐ</td>
</tr>
</tbody>
</table>
</div>
<p><!-- GHI CHÚ HỌC PHÍ --></p>
<div style="margin-top: 15px; margin-bottom: 40px; padding: 12px 15px; background-color: #fff8f8; border-left: 4px solid #c00d0d; border-radius: 4px; font-size: 14px; line-height: 1.6;">
<p style="margin: 0 0 5px 0; font-weight: bold; color: #c00d0d;">* Ghi chú:</p>
<ul style="margin: 0; padding-left: 18px; color: #444;">
<li style="margin-bottom: 4px;">Học phí trên là mức <strong>tạm thu Học kỳ I</strong> dành cho tân sinh viên khóa 2026.</li>
<li style="margin-bottom: 4px;">Mức phí này đã bao gồm các chính sách học bổng, xem chi tiết <a style="color: #c00d0d; text-decoration: underline; font-weight: 600;" href="https://hiu.vn/tu-van-tuyen-sinh/hoc-bong-tuyen-sinh-truong-dai-hoc-quoc-te-hong-bang-nam-2026/" target="_blank" rel="noopener">TẠI ĐÂY</a>.</li>
<li>Học phí trên <strong>chưa bao gồm</strong> học phần GDTC và GDQP-AN.</li>
</ul>
</div>
<p><!-- ================= 2. BẢNG CÁC KHOẢN PHÍ THU KHÁC ================= --></p>
<h2 style="color: #c00d0d; font-size: 20px; font-weight: bold; text-align: center; margin-bottom: 20px; text-transform: uppercase; border-bottom: 2px solid #c00d0d; padding-bottom: 10px;">Thông báo các khoản phí thu khác</h2>
<div style="width: 100%; overflow-x: auto; border-radius: 8px; border: 1px solid #e0e0e0; box-shadow: 0 2px 8px rgba(0,0,0,0.06);">
<table style="width: 100%; border-collapse: collapse; font-size: 14px; text-align: left; background-color: #fff;">
<thead>
<tr style="background-color: #c00d0d; color: #ffffff; font-size: 14px;">
<th style="padding: 12px 10px; text-align: center; width: 45px; font-weight: 600;">STT</th>
<th style="padding: 12px 10px; font-weight: 600;">Khoản Phí Thu</th>
<th style="padding: 12px 10px; text-align: center; width: 160px; font-weight: 600;">Hình Thức Thu</th>
<th style="padding: 12px 10px; text-align: right; width: 150px; font-weight: 600;">Mức Phí</th>
</tr>
</thead>
<tbody>
<tr style="border-bottom: 1px solid #eee; background-color: #fff;">
<td style="padding: 12px 10px; text-align: center; font-weight: 600;">1</td>
<td style="padding: 12px 10px;">
<div style="font-weight: 600; color: #111;">Lệ phí nhập học</div>
<div style="font-size: 12px; color: #666; margin-top: 3px;">Thu theo từng hồ sơ đăng ký <span style="color: #c00d0d; font-weight: 600;">(Đã giảm 50%)</span></div>
</td>
<td style="padding: 12px 10px; text-align: center;"><span style="display: inline-block; padding: 4px 8px; font-size: 12px; font-weight: 600; background-color: #fde8e8; color: #c00d0d; border: 1px solid rgba(192, 13, 13, 0.3); border-radius: 4px;">Bắt buộc</span></td>
<td style="padding: 12px 10px; text-align: right; font-weight: 600; color: #c00d0d;">750.000 VNĐ</td>
</tr>
<tr style="border-bottom: 1px solid #eee; background-color: #fcfcfc;">
<td style="padding: 12px 10px; text-align: center; font-weight: 600;">2</td>
<td style="padding: 12px 10px;">
<div style="font-weight: 600; color: #111;">Bảo hiểm Y tế (BHYT)</div>
<div style="font-size: 12px; color: #666; margin-top: 3px;">Thời hạn 15 tháng (01/10/2026 – 31/12/2027)</div>
</td>
<td style="padding: 12px 10px; text-align: center;"><span style="display: inline-block; padding: 4px 8px; font-size: 12px; font-weight: 600; background-color: #fde8e8; color: #c00d0d; border: 1px solid rgba(192, 13, 13, 0.3); border-radius: 4px;">Bắt buộc</span></td>
<td style="padding: 12px 10px; text-align: right; font-weight: 600; color: #333333;">853.875 VNĐ</td>
</tr>
<tr style="background-color: #fff;">
<td style="padding: 12px 10px; text-align: center; font-weight: 600;">3</td>
<td style="padding: 12px 10px;">
<div style="font-weight: 600; color: #111;">Bảo hiểm Tai nạn (BHTN)</div>
<div style="font-size: 12px; color: #666; margin-top: 3px;">Thời hạn 15 tháng (Tùy chọn)</div>
</td>
<td style="padding: 12px 10px; text-align: center;"><span style="display: inline-block; padding: 4px 8px; font-size: 12px; font-weight: 600; background-color: #e6f4ea; color: #137333; border: 1px solid rgba(19, 115, 51, 0.3); border-radius: 4px;">Không bắt buộc</span></td>
<td style="padding: 12px 10px; text-align: right; font-weight: 600; color: #c00d0d;">63.000 VNĐ</td>
</tr>
</tbody>
</table>
</div>
<p><!-- GHI CHÚ PHÍ THU KHÁC --></p>
<div style="margin-top: 15px; padding: 12px 15px; background-color: #fff8f8; border-left: 4px solid #c00d0d; border-radius: 4px; font-size: 14px; line-height: 1.6;">
<p style="margin: 0 0 5px 0; font-weight: bold; color: #c00d0d;">* Ghi chú:</p>
<ul style="margin: 0; padding-left: 18px; color: #444;">
<li style="margin-bottom: 4px;">BHYT và Lệ phí nhập học: Bắt buộc nộp khi làm thủ tục nhập học.</li>
<li>BHTN: Thu trên tinh thần tự nguyện, sinh viên có thể chọn tham gia hoặc không.</li>
</ul>
</div>
</div>
<p>
</div></div></div></div></div></div></div></div></div>
<p>Bài viết <a rel="nofollow" href="https://hiu.vn/tuyen-sinh/danh-muc-ho-so-nhap-hoc-2026/">DANH MỤC HỒ SƠ NHẬP HỌC 2026</a> đã xuất hiện đầu tiên vào ngày <a rel="nofollow" href="https://hiu.vn">Trường Đại học Quốc tế Hồng Bàng</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hiu.vn/tuyen-sinh/danh-muc-ho-so-nhap-hoc-2026/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
