<?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>gia sư Archives - GIA SƯ NEXTCV</title>
	<atom:link href="https://timgiasu.vn/category/gia-su/feed/" rel="self" type="application/rss+xml" />
	<link>https://timgiasu.vn/category/gia-su/</link>
	<description>DẠY KÈM TẠI NHÀ</description>
	<lastBuildDate>Thu, 22 Jan 2026 04:56:28 +0000</lastBuildDate>
	<language>vi</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://i0.wp.com/timgiasu.vn/wp-content/uploads/2025/05/cropped-LOGO.pdf-1.png?fit=32%2C32&#038;ssl=1</url>
	<title>gia sư Archives - GIA SƯ NEXTCV</title>
	<link>https://timgiasu.vn/category/gia-su/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">241944312</site>	<item>
		<title>Gia Sư Tại Nhà – Giải Pháp Học 1 Kèm 1 Hiệu Quả</title>
		<link>https://timgiasu.vn/gia-su-tai-nha-giai-phap-hoc-1-kem-1-hieu-qua/</link>
		
		<dc:creator><![CDATA[admin.tgs]]></dc:creator>
		<pubDate>Tue, 20 Jan 2026 10:58:06 +0000</pubDate>
				<category><![CDATA[gia sư]]></category>
		<guid isPermaLink="false">https://timgiasu.vn/?p=3397</guid>

					<description><![CDATA[<p>Gia Sư Tại Nhà – Giải Pháp Học 1 Kèm 1 Hiệu Quả Danh Mục Bài Viết Gia Sư Tại Nhà Là Gì? Lợi Ích Khi Thuê Gia Sư Chi Phí Gia Sư Tại Nhà Lưu Ý Khi Thuê Gia Sư Cách Tìm Gia Sư Uy Tín Phương Pháp Dạy Hiệu Quả Có Nên Chọn [&#8230;]</p>
<p>The post <a href="https://timgiasu.vn/gia-su-tai-nha-giai-phap-hoc-1-kem-1-hieu-qua/">Gia Sư Tại Nhà – Giải Pháp Học 1 Kèm 1 Hiệu Quả</a> appeared first on <a href="https://timgiasu.vn">GIA SƯ NEXTCV </a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="vi">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Gia Sư Tại Nhà – Giải Pháp Học 1 Kèm 1 Hiệu Quả</title>
    <style>
        /* Reset và thiết lập chung */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
            padding: 20px;
            min-height: 100vh;
        }
        
        .container {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            gap: 30px;
        }
        
        /* Menu cho máy tính */
        .desktop-menu {
            flex: 0 0 250px;
            background-color: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            height: fit-content;
            position: sticky;
            top: 20px;
        }
        
        .desktop-menu h3 {
            color: #2c4d80;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #ffcc00;
            font-size: 18px;
        }
        
        .desktop-menu ul {
            list-style: none;
        }
        
        .desktop-menu li {
            margin-bottom: 12px;
        }
        
        .desktop-menu a {
            display: block;
            color: #444;
            text-decoration: none;
            padding: 10px 12px;
            border-radius: 6px;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .desktop-menu a:hover, .desktop-menu a.active {
            background-color: #f0f7ff;
            color: #2c4d80;
            transform: translateX(3px);
        }
        
        /* Menu cho điện thoại - Nút bên trái */
        .mobile-menu-toggle {
            display: none;
            position: fixed;
            bottom: 20px;
            left: 20px;
            background-color: #2c4d80;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            z-index: 1001;
            border: none;
            font-size: 24px;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }
        
        .mobile-menu {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            padding: 80px 20px 40px;
            overflow-y: auto;
        }
        
        .mobile-menu-content {
            background-color: white;
            border-radius: 10px;
            padding: 25px;
            max-width: 500px;
            margin: 0 auto;
        }
        
        .mobile-menu-content h3 {
            color: #2c4d80;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #ffcc00;
            font-size: 20px;
        }
        
        .mobile-menu-content ul {
            list-style: none;
        }
        
        .mobile-menu-content li {
            margin-bottom: 12px;
        }
        
        .mobile-menu-content a {
            display: block;
            color: #444;
            text-decoration: none;
            padding: 12px 15px;
            border-radius: 6px;
            transition: all 0.3s ease;
            font-weight: 500;
            font-size: 16px;
        }
        
        .mobile-menu-content a:hover, .mobile-menu-content a.active {
            background-color: #f0f7ff;
            color: #2c4d80;
        }
        
        .close-menu {
            position: absolute;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            color: white;
            font-size: 30px;
            cursor: pointer;
        }
        
        /* Nội dung bài viết */
        .blog-content {
            flex: 1;
            background-color: white;
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        }
        
        .post-header {
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
        }
        
        .post-category {
            display: inline-block;
            background-color: #ffcc00;
            color: #333;
            padding: 6px 18px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 15px;
        }
        
        .post-title {
            color: #2c4d80;
            font-size: 32px;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
        .post-meta {
            display: flex;
            flex-wrap: nowrap;
            gap: 20px;
            color: #666;
            font-size: 15px;
            margin-top: 10px;
            align-items: center;
        }
        
        .post-meta i {
            color: #4a6fa5;
            margin-right: 6px;
        }
        
        .post-content h2 {
            color: #2c4d80;
            margin: 30px 0 18px;
            font-size: 24px;
            padding-bottom: 8px;
            border-bottom: 1px solid #eee;
        }
        
        .post-content h3 {
            color: #2c4d80;
            margin: 25px 0 15px;
            font-size: 20px;
        }
        
        .post-content p {
            margin-bottom: 20px;
            font-size: 16px;
            color: #444;
        }
        
        .post-content ul {
            margin: 20px 0 20px 30px;
        }
        
        .post-content li {
            margin-bottom: 10px;
            font-size: 16px;
            color: #444;
        }
        
        .highlight-box {
            background-color: #f0f7ff;
            border-left: 4px solid #4a6fa5;
            padding: 20px;
            margin: 25px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .internal-link {
            color: #2c4d80;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 2px dotted #2c4d80;
            transition: all 0.3s ease;
        }
        
        .internal-link:hover {
            color: #ff6600;
            border-bottom: 2px solid #ff6600;
        }
        
        .read-more-section {
            background-color: #f9f9f9;
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
            border-left: 5px solid #4a6fa5;
        }
        
        .read-more-title {
            color: #2c4d80;
            font-size: 20px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .read-more-title i {
            color: #ffcc00;
        }
        
        .read-more-list {
            list-style: none;
            margin: 0;
        }
        
        .read-more-list li {
            margin-bottom: 12px;
            padding: 12px;
            background-color: white;
            border-radius: 6px;
            border-left: 3px solid #4a6fa5;
            transition: all 0.3s ease;
        }
        
        .read-more-list li:hover {
            transform: translateX(5px);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }
        
        .read-more-list a {
            color: #2c4d80;
            text-decoration: none;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .read-more-list a:hover {
            color: #ff6600;
        }
        
        .read-more-list i {
            color: #4a6fa5;
        }
        
        /* Hình ảnh trong bài viết */
        .post-image {
            width: 100%;
            max-height: 400px;
            object-fit: cover;
            border-radius: 8px;
            margin: 25px 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .image-caption {
            text-align: center;
            font-style: italic;
            color: #666;
            margin-top: -20px;
            margin-bottom: 25px;
            font-size: 14px;
        }
        
        .image-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 25px 0;
        }
        
        .image-grid img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .pricing-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }
        
        .pricing-table th {
            background-color: #2c4d80;
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }
        
        .pricing-table td {
            padding: 15px;
            border-bottom: 1px solid #eee;
        }
        
        .pricing-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        .price-highlight {
            background-color: #fff9e6 !important;
            font-weight: 600;
        }
        
        .cta-button {
            display: inline-block;
            background: linear-gradient(to right, #4a6fa5, #2c4d80);
            color: white;
            padding: 14px 30px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            margin-top: 25px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 16px;
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 15px rgba(44, 77, 128, 0.2);
        }
        
        /* Phần đánh giá bài viết */
        .rating-section {
            margin-top: 50px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }
        
        .rating-title {
            color: #2c4d80;
            font-size: 22px;
            margin-bottom: 20px;
        }
        
        .rating-stars {
            display: flex;
            gap: 10px;
            margin-bottom: 25px;
        }
        
        .star {
            font-size: 30px;
            color: #ddd;
            cursor: pointer;
            transition: color 0.3s;
        }
        
        .star:hover, .star.active {
            color: #ffcc00;
        }
        
        .rating-count {
            display: flex;
            gap: 20px;
            margin-bottom: 25px;
            color: #666;
            font-size: 15px;
        }
        
        .rating-form {
            background-color: #f9f9f9;
            padding: 25px;
            border-radius: 8px;
            margin-bottom: 25px;
        }
        
        .rating-form h4 {
            color: #2c4d80;
            margin-bottom: 15px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #444;
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
        }
        
        .form-group textarea {
            height: 120px;
            resize: vertical;
        }
        
        .submit-rating {
            background: linear-gradient(to right, #4a6fa5, #2c4d80);
            color: white;
            padding: 12px 25px;
            border-radius: 5px;
            border: none;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .submit-rating:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 10px rgba(44, 77, 128, 0.2);
        }
        
        .reviews-list {
            margin-top: 30px;
        }
        
        .review-item {
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            border-left: 4px solid #4a6fa5;
        }
        
        .review-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        
        .review-author {
            font-weight: 600;
            color: #2c4d80;
        }
        
        .review-date {
            color: #666;
            font-size: 14px;
        }
        
        .review-stars {
            color: #ffcc00;
            margin-bottom: 10px;
        }
        
        .review-content {
            color: #444;
            line-height: 1.5;
        }
        
        /* Responsive - Mobile tối ưu */
        @media (max-width: 992px) {
            .desktop-menu {
                display: none;
            }
            
            .mobile-menu-toggle {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .container {
                flex-direction: column;
                padding: 0;
                margin: 0;
                width: 100%;
                gap: 0;
            }
            
            .blog-content {
                padding: 20px;
                margin: 0;
                border-radius: 0;
                box-shadow: none;
                width: 100%;
                max-width: 100%;
            }
            
            body {
                padding: 0;
                background-color: white;
            }
            
            /* Mobile: Chữ sát mép điện thoại */
            .post-content p,
            .post-content h2,
            .post-content h3,
            .post-content ul,
            .post-content li,
            .post-content .highlight-box,
            .post-content .pricing-table {
                padding-left: 0;
                padding-right: 0;
                margin-left: 0;
                margin-right: 0;
                width: 100%;
            }
            
            .post-content ul {
                margin-left: 20px;
            }
            
            .highlight-box {
                border-radius: 0;
                padding: 15px;
            }
            
            .rating-form {
                padding: 15px;
            }
            
            .review-item {
                padding: 15px;
            }
            
            .read-more-section {
                padding: 15px;
                margin: 20px 0;
            }
            
            /* Mobile: Meta trên 1 hàng */
            .post-meta {
                flex-wrap: nowrap;
                overflow-x: auto;
                gap: 15px;
                padding-bottom: 5px;
                white-space: nowrap;
                -webkit-overflow-scrolling: touch;
            }
            
            .post-meta::-webkit-scrollbar {
                display: none;
            }
            
            .post-meta span {
                display: inline-flex;
                align-items: center;
                flex-shrink: 0;
            }
            
            .image-grid {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .post-title {
                font-size: 26px;
            }
            
            .pricing-table {
                font-size: 14px;
            }
            
            .pricing-table th, 
            .pricing-table td {
                padding: 10px;
            }
            
            .rating-form {
                padding: 15px;
            }
            
            /* Mobile: Chữ sát mép hơn */
            .blog-content {
                padding: 15px;
            }
            
            .post-content h2,
            .post-content h3 {
                padding-left: 0;
                margin-left: 0;
            }
            
            .post-meta {
                gap: 10px;
                font-size: 14px;
            }
        }
        
        @media (max-width: 480px) {
            .blog-content {
                padding: 15px 10px;
            }
            
            .post-title {
                font-size: 22px;
            }
            
            .pricing-table {
                display: block;
                overflow-x: auto;
            }
            
            .star {
                font-size: 24px;
            }
            
            .mobile-menu-content {
                padding: 20px 15px;
            }
            
            .rating-stars {
                gap: 5px;
            }
            
            /* Mobile: Chữ sát mép tối đa */
            .post-content p {
                text-align: justify;
                hyphens: auto;
            }
            
            .post-content h2,
            .post-content h3 {
                font-size: 20px;
                line-height: 1.4;
            }
            
            .post-content ul {
                margin-left: 15px;
            }
            
            .post-content li {
                margin-bottom: 8px;
            }
            
            .highlight-box {
                padding: 12px;
                margin: 20px 0;
            }
            
            .read-more-list li {
                padding: 10px;
            }
            
            /* Mobile: Meta hiển thị trên 1 hàng không xuống dòng */
            .post-meta {
                font-size: 13px;
            }
            
            .post-meta i {
                font-size: 12px;
            }
        }
        
        @media (max-width: 360px) {
            .blog-content {
                padding: 12px 8px;
            }
            
            .post-title {
                font-size: 20px;
            }
            
            .post-content h2 {
                font-size: 18px;
            }
            
            .post-content h3 {
                font-size: 16px;
            }
            
            .post-content p {
                font-size: 15px;
            }
            
            .post-meta {
                font-size: 12px;
                gap: 8px;
            }
        }
    </style>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
    <!-- Nút mở menu mobile - Bên trái -->
    <button class="mobile-menu-toggle" id="menuToggle">
        <i class="fas fa-bars"></i>
    </button>
    
    <!-- Menu mobile -->
    <div class="mobile-menu" id="mobileMenu">
        <button class="close-menu" id="closeMenu">
            <i class="fas fa-times"></i>
        </button>
        <div class="mobile-menu-content">
            <h3><i class="fas fa-bars"></i> Danh Mục Bài Viết</h3>
            <ul id="mobileMenuList">
                <li><a href="#overview" class="active"><i class="fas fa-home"></i> Gia Sư Tại Nhà Là Gì?</a></li>
                <li><a href="#benefits"><i class="fas fa-star"></i> Lợi Ích Khi Thuê Gia Sư</a></li>
                <li><a href="#cost"><i class="fas fa-money-bill"></i> Chi Phí Gia Sư Tại Nhà</a></li>
                <li><a href="#notes"><i class="fas fa-exclamation-circle"></i> Lưu Ý Khi Thuê Gia Sư</a></li>
                <li><a href="#find"><i class="fas fa-search"></i> Cách Tìm Gia Sư Uy Tín</a></li>
                <li><a href="#methods"><i class="fas fa-chalkboard-teacher"></i> Phương Pháp Dạy Hiệu Quả</a></li>
                <li><a href="#conclusion"><i class="fas fa-check-circle"></i> Có Nên Chọn Gia Sư?</a></li>
                <li><a href="#faq"><i class="fas fa-comments"></i> Hỏi Đáp Phụ Huynh</a></li>
                <li><a href="#related"><i class="fas fa-book"></i> Bài Viết Liên Quan</a></li>
            </ul>
        </div>
    </div>
    
    <div class="container">
        <!-- Menu desktop -->
        <aside class="desktop-menu">
            <h3><i class="fas fa-bars"></i> Danh Mục Bài Viết</h3>
            <ul id="desktopMenuList">
                <li><a href="#overview" class="active"><i class="fas fa-home"></i> Gia Sư Tại Nhà Là Gì?</a></li>
                <li><a href="#benefits"><i class="fas fa-star"></i> Lợi Ích Khi Thuê Gia Sư</a></li>
                <li><a href="#cost"><i class="fas fa-money-bill"></i> Chi Phí Gia Sư Tại Nhà</a></li>
                <li><a href="#notes"><i class="fas fa-exclamation-circle"></i> Lưu Ý Khi Thuê Gia Sư</a></li>
                <li><a href="#find"><i class="fas fa-search"></i> Cách Tìm Gia Sư Uy Tín</a></li>
                <li><a href="#methods"><i class="fas fa-chalkboard-teacher"></i> Phương Pháp Dạy Hiệu Quả</a></li>
                <li><a href="#conclusion"><i class="fas fa-check-circle"></i> Có Nên Chọn Gia Sư?</a></li>
                <li><a href="#faq"><i class="fas fa-comments"></i> Hỏi Đáp Phụ Huynh</a></li>
                <li><a href="#related"><i class="fas fa-book"></i> Bài Viết Liên Quan</a></li>
            </ul>
        </aside>
        
        <!-- Nội dung bài viết -->
        <main class="blog-content">
            <article class="blog-post">
                <div class="post-header">
                    <span class="post-category">Giải Pháp Học Tập</span>
                    <h1 class="post-title">Gia Sư Tại Nhà – Giải Pháp Học 1 Kèm 1 Hiệu Quả, Tiến Bộ Rõ Rệt</h1>
                    <div class="post-meta">
                        <span><i class="far fa-calendar"></i> 20/01/2025</span>
                        <span><i class="far fa-user"></i> Admin</span>
                        <span><i class="far fa-eye"></i> 2,008 lượt xem</span>
                    </div>
                </div>
                
                <div class="post-content">
                    <p><strong>Gia sư tại nhà</strong> ngày càng được nhiều phụ huynh lựa chọn như một giải pháp học tập tối ưu cho con em mình. Không chỉ giúp học sinh học đúng năng lực, hình thức dạy kèm tại nhà còn mang lại hiệu quả rõ rệt về điểm số, tư duy và sự tự tin. Vậy gia sư tại nhà là gì, chi phí bao nhiêu, cần lưu ý những gì và làm sao để tìm gia sư dạy kèm tại nhà uy tín? Bài viết dưới đây sẽ giúp phụ huynh hiểu rõ toàn diện trước khi lựa chọn.</p>
                    
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/timgiasu.vn/wp-content/uploads/2026/01/QUANG-CAO-FACEBOOK-_6_.webp?ssl=1" alt="Gia sư dạy kèm tại nhà" class="post-image">
                    <p class="image-caption">Gia sư dạy kèm 1-1 tại nhà giúp học sinh tập trung và tiến bộ nhanh</p>
                    
                    <h2 id="overview">Gia sư tại nhà là gì?</h2>
                    
                    <p><strong>Gia sư tại nhà</strong> là hình thức dạy học trực tiếp tại nhà học sinh, thường theo mô hình 1 kèm 1 hoặc nhóm nhỏ. Gia sư có thể là sinh viên giỏi, giáo viên đang giảng dạy hoặc người có chuyên môn phù hợp với môn học và cấp lớp của học sinh.</p>
                    
                    <p>Khác với các lớp học thêm đông người, gia sư tại nhà tập trung hoàn toàn vào một học sinh, từ đó dễ dàng phát hiện lỗ hổng kiến thức, điều chỉnh phương pháp giảng dạy và xây dựng lộ trình học phù hợp với từng em.</p>
                    
                    <div class="highlight-box">
                        <p><strong>Ưu điểm nổi bật:</strong> Học 1 kèm 1, lộ trình cá nhân hóa, tiến độ học tập linh hoạt, không gian học tập quen thuộc và an toàn.</p>
                    </div>
                    
                    <h2 id="benefits">Lợi ích khi thuê gia sư tại nhà</h2>
                    
                    <p>Thuê <strong>gia sư tại nhà</strong> mang lại nhiều lợi ích vượt trội so với các hình thức học tập truyền thống:</p>
                    
                    <ul>
                        <li><strong>Cá nhân hóa lộ trình học</strong>: Nội dung học được thiết kế riêng theo năng lực và mục tiêu của học sinh.</li>
                        <li><strong>Theo sát và kèm cặp chặt chẽ</strong>: Gia sư dễ dàng phát hiện điểm yếu và hỗ trợ kịp thời.</li>
                        <li><strong>Tiết kiệm thời gian, đảm bảo an toàn</strong>: Học sinh học ngay tại nhà, không cần di chuyển.</li>
                        <li><strong>Tăng sự tự tin và chủ động</strong>: Học sinh thoải mái hỏi bài, trao đổi với gia sư.</li>
                        <li><strong>Hiệu quả học tập rõ rệt</strong>: Đặc biệt phù hợp với học sinh mất gốc, cần củng cố kiến thức hoặc luyện thi.</li>
                    </ul>
                    
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/timgiasu.vn/wp-content/uploads/2026/01/ANH-KHOA-HOC.webp?ssl=1" alt="Lợi ích của gia sư tại nhà" class="post-image">
                    <p class="image-caption">Học 1 kèm 1 giúp phát huy tối đa tiềm năng của từng học sinh</p>
                    
                    <h2 id="cost">Chi phí gia sư tại nhà bao nhiêu?</h2>
                    
                    <p>Chi phí <strong>gia sư tại nhà</strong> không cố định mà phụ thuộc vào nhiều yếu tố như trình độ gia sư, cấp lớp, môn học và yêu cầu cụ thể của phụ huynh.</p>
                    
                    <table class="pricing-table">
                        <thead>
                            <tr>
                                <th>Loại gia sư</th>
                                <th>Cấp học</th>
                                <th>Mức giá/buổi (1.5-2 giờ)</th>
                                <th>Phù hợp với</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td><strong>Sinh viên giỏi</strong></td>
                                <td>Tiểu học</td>
                                <td class="price-highlight">120.000 &#8211; 150.000 VNĐ</td>
                                <td>Củng cố kiến thức cơ bản</td>
                            </tr>
                            <tr>
                                <td><strong>Sinh viên giỏi</strong></td>
                                <td>THCS</td>
                                <td class="price-highlight">150.000 &#8211; 180.000 VNĐ</td>
                                <td>Hỗ trợ bài tập trên lớp</td>
                            </tr>
                            <tr>
                                <td><strong>Sinh viên giỏi</strong></td>
                                <td>THPT</td>
                                <td class="price-highlight">180.000 &#8211; 200.000 VNĐ</td>
                                <td>Ôn tập kiến thức trọng tâm</td>
                            </tr>
                            <tr>
                                <td><strong>Giáo viên</strong></td>
                                <td>Tiểu học</td>
                                <td class="price-highlight">250.000 &#8211; 300.000 VNĐ</td>
                                <td>Xây dựng nền tảng vững chắc</td>
                            </tr>
                            <tr>
                                <td><strong>Giáo viên</strong></td>
                                <td>THCS</td>
                                <td class="price-highlight">300.000 &#8211; 350.000 VNĐ</td>
                                <td>Luyện thi vào lớp 10</td>
                            </tr>
                            <tr>
                                <td><strong>Giáo viên</strong></td>
                                <td>THPT</td>
                                <td class="price-highlight">350.000 &#8211; 400.000 VNĐ</td>
                                <td>Luyện thi Đại học</td>
                            </tr>
                        </tbody>
                    </table>
                    
                    <div class="highlight-box">
                        <p><strong>Lưu ý:</strong> Thời lượng mỗi buổi học thường từ 1,5 đến 2 giờ. Phụ huynh nên trao đổi rõ về học phí, số buổi học mỗi tuần và cam kết chất lượng ngay từ đầu để tránh phát sinh không mong muốn.</p>
                    </div>
                    
                    <h2 id="notes">Những lưu ý quan trọng khi thuê gia sư tại nhà</h2>
                    
                    <p>Khi <strong>tìm gia sư dạy kèm tại nhà</strong>, phụ huynh cần đặc biệt quan tâm đến các yếu tố sau:</p>
                    
                    <ul>
                        <li><strong>Xác định rõ mục tiêu học tập của con</strong> (theo sát chương trình, cải thiện điểm số, luyện thi…)</li>
                        <li><strong>Kiểm tra trình độ chuyên môn, kinh nghiệm và kỹ năng sư phạm</strong> của gia sư</li>
                        <li><strong>Thống nhất rõ ràng về thời gian học, học phí và phương pháp giảng dạy</strong></li>
                        <li><strong>Theo dõi sự tiến bộ của học sinh sau 2–4 tuần học</strong></li>
                        <li><strong>Ưu tiên gia sư có khả năng truyền đạt, kiên nhẫn và hiểu tâm lý học sinh</strong></li>
                    </ul>
                    
                    <h2 id="find">Cách tìm gia sư dạy kèm tại nhà uy tín</h2>
                    
                    <p>Hiện nay, phụ huynh có nhiều cách để <strong>tìm gia sư dạy kèm tại nhà</strong>, trong đó phổ biến nhất là:</p>
                    
                    <h3>1. Thông qua trung tâm gia sư</h3>
                    
                    <p>Các <strong>trung tâm gia sư</strong> uy tín thường có quy trình tuyển chọn gia sư kỹ lưỡng, kiểm tra hồ sơ, bằng cấp và hỗ trợ đổi gia sư nếu không phù hợp. Đây là lựa chọn an toàn, tiết kiệm thời gian và được nhiều phụ huynh tin tưởng.</p>
                    
                    <p>Phụ huynh có thể liên hệ <strong>Gia Sư NEXTCV</strong> để được tư vấn và giới thiệu gia sư phù hợp theo đúng nhu cầu.</p>
                    
                    <h3>2. Qua người quen giới thiệu</h3>
                    
                    <p>Gia sư được giới thiệu từ bạn bè, người thân thường có độ tin cậy cao, tuy nhiên số lượng lựa chọn có thể hạn chế.</p>
                    
                    <h3>3. Tìm trên mạng xã hội, website</h3>
                    
                    <p>Cách này nhanh và nhiều lựa chọn, nhưng phụ huynh cần kiểm tra kỹ thông tin, tránh rủi ro về chất lượng và độ uy tín.</p>
                    
                    <div class="highlight-box">
                        <p><strong>Khuyến nghị:</strong> Ưu tiên tìm gia sư qua các trung tâm uy tín để đảm bảo chất lượng và có chính sách đổi trả, bảo hành dịch vụ rõ ràng.</p>
                    </div>
                    
                    <h2 id="methods">Phương pháp dạy kèm tại nhà hiệu quả</h2>
                    
                    <p>Một <strong>gia sư tại nhà</strong> chất lượng thường áp dụng các phương pháp sau:</p>
                    
                    <ul>
                        <li><strong>Đánh giá năng lực đầu vào</strong> của học sinh</li>
                        <li><strong>Xây dựng lộ trình học tập cá nhân hóa</strong></li>
                        <li><strong>Kết hợp chặt chẽ giữa lý thuyết và bài tập thực hành</strong></li>
                        <li><strong>Ôn tập và kiểm tra định kỳ</strong> để theo dõi tiến độ</li>
                        <li><strong>Tạo động lực học tập</strong> và hình thành thói quen tự học cho học sinh</li>
                    </ul>
                    
                    <h2 id="conclusion">Có nên chọn gia sư tại nhà cho con?</h2>
                    
                    <p>Nếu phụ huynh mong muốn con được học tập sát sao, tiến bộ nhanh và học trong môi trường quen thuộc, thì <strong>gia sư tại nhà</strong> là lựa chọn rất đáng cân nhắc. Hình thức này đặc biệt phù hợp với:</p>
                    
                    <div class="highlight-box">
                        <p>• Học sinh tiểu học cần xây dựng nền tảng vững chắc</p>
                        <p>• Học sinh mất gốc cần củng cố kiến thức cơ bản</p>
                        <p>• Học sinh đang chuẩn bị cho các kỳ thi quan trọng</p>
                        <p>• Học sinh cần rèn luyện tính tự giác và phương pháp học tập</p>
                    </div>
                    
                    <p><strong>Kết luận:</strong> Gia sư tại nhà không chỉ là giải pháp học tập linh hoạt mà còn mang lại hiệu quả bền vững nếu được lựa chọn đúng cách. Phụ huynh nên ưu tiên <strong>tìm gia sư dạy kèm tại nhà</strong> thông qua các <strong>trung tâm gia sư</strong> uy tín để đảm bảo chất lượng giảng dạy và sự an tâm lâu dài cho con em mình.</p>
                    
                    <div class="read-more-section" id="related">
                        <h3 class="read-more-title"><i class="fas fa-book-open"></i> Bài Viết Liên Quan</h3>
                        <ul class="read-more-list">
                            <li>
                                <a href="https://timgiasu.vn/tim-gia-su-lop-3-tai-nha-day-kem-1-kem-1-hieu-qua/" target="_blank">
                                    <i class="fas fa-arrow-right"></i>
                                    <span>Tìm Gia Sư Lớp 3 Tại Nhà &#8211; Dạy Kèm 1 Kèm 1 Hiệu Quả</span>
                                </a>
                            </li>
                            <li>
                                <a href="https://timgiasu.vn/gia-su-lop-3-loi-ich-va-kinh-nghiem-thue/" target="_blank">
                                    <i class="fas fa-arrow-right"></i>
                                    <span>Gia Sư Lớp 3 &#8211; Lợi Ích Và Kinh Nghiệm Thuê Gia Sư Hiệu Quả</span>
                                </a>
                            </li>
                        </ul>
                    </div>
                    
                    <button class="cta-button"><i class="fas fa-phone-alt"></i> Liên Hệ Tư Vấn Gia Sư</button>
                </div>
                
                <!-- Phần đánh giá bài viết -->
                <div class="rating-section">
                    <h3 class="rating-title">Đánh Giá Bài Viết</h3>
                    
                    <div class="rating-stars" id="ratingStars">
                        <span class="star" data-value="1"><i class="far fa-star"></i></span>
                        <span class="star" data-value="2"><i class="far fa-star"></i></span>
                        <span class="star" data-value="3"><i class="far fa-star"></i></span>
                        <span class="star" data-value="4"><i class="far fa-star"></i></span>
                        <span class="star" data-value="5"><i class="far fa-star"></i></span>
                    </div>
                    
                    <div class="rating-count">
                        <span><i class="fas fa-users"></i> 1,850 người đã đánh giá</span>
                        <span><i class="fas fa-star"></i> Điểm trung bình: 4.7/5</span>
                    </div>
                    
                    <div class="rating-form">
                        <h4>Viết đánh giá của bạn</h4>
                        <form id="reviewForm">
                            <div class="form-group">
                                <label for="userName">Tên của bạn:</label>
                                <input type="text" id="userName" required placeholder="Nhập tên của bạn">
                            </div>
                            <div class="form-group">
                                <label for="userEmail">Email (không bắt buộc):</label>
                                <input type="email" id="userEmail" placeholder="Nhập email của bạn">
                            </div>
                            <div class="form-group">
                                <label for="userReview">Đánh giá của bạn:</label>
                                <textarea id="userReview" required placeholder="Chia sẻ suy nghĩ của bạn về bài viết này..."></textarea>
                            </div>
                            <button type="submit" class="submit-rating">Gửi Đánh Giá</button>
                        </form>
                    </div>
                    
                    <div class="reviews-list" id="faq">
                        <h4>Hỏi Đáp Phụ Huynh</h4>
                        
                        <div class="review-item">
                            <div class="review-header">
                                <span class="review-author">Trần Thị Hương</span>
                                <span class="review-date">20/01/2025</span>
                            </div>
                            <div class="review-stars">
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                            </div>
                            <p class="review-content">Bài viết rất chi tiết và hữu ích. Tôi đang tìm gia sư cho con lớp 8 và thông tin về mức giá giúp tôi có cái nhìn rõ ràng hơn để lựa chọn. Có bài viết nào về <a href="https://timgiasu.vn/tim-gia-su-lop-3-tai-nha-day-kem-1-kem-1-hieu-qua/" class="internal-link">tìm gia sư lớp 3</a> không?</p>
                        </div>
                        
                        <div class="review-item">
                            <div class="review-header">
                                <span class="review-author">Nguyễn Văn Tuấn</span>
                                <span class="review-date">20/1/2025</span>
                            </div>
                            <div class="review-stars">
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="far fa-star"></i>
                            </div>
                            <p class="review-content">Bảng giá rất chi tiết, tuy nhiên tôi muốn biết thêm về sự khác biệt giữa gia sư sinh viên và giáo viên cho môn Toán lớp 11. Có bài viết nào so sánh chi tiết hơn không? Thông tin về <a href="https://timgiasu.vn/gia-su-lop-3-loi-ich-va-kinh-nghiem-thue/" class="internal-link">kinh nghiệm thuê gia sư lớp 3</a> cũng rất hữu ích.</p>
                        </div>
                        
                        <div class="review-item">
                            <div class="review-header">
                                <span class="review-author">Phạm Minh Anh</span>
                                <span class="review-date">20/1/2025</span>
                            </div>
                            <div class="review-stars">
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star-half-alt"></i>
                            </div>
                            <p class="review-content">Tôi đồng ý với quan điểm không nên chỉ chọn theo giá rẻ. Con tôi đã thay 2 gia sư giá rẻ trước khi tìm được người phù hợp thực sự. Chất lượng quan trọng hơn giá cả. Bài viết về <a href="https://timgiasu.vn/tim-gia-su-lop-3-tai-nha-day-kem-1-kem-1-hieu-qua/" class="internal-link">gia sư lớp 3 dạy kèm 1-1</a> rất đúng với tình hình của tôi.</p>
                        </div>
                    </div>
                </div>
            </article>
        </main>
    </div>

    <script>
        // JavaScript cho menu mobile
        const menuToggle = document.getElementById('menuToggle');
        const mobileMenu = document.getElementById('mobileMenu');
        const closeMenu = document.getElementById('closeMenu');
        
        menuToggle.addEventListener('click', () => {
            mobileMenu.style.display = 'block';
            document.body.style.overflow = 'hidden';
        });
        
        closeMenu.addEventListener('click', () => {
            mobileMenu.style.display = 'none';
            document.body.style.overflow = 'auto';
        });
        
        // Đóng menu khi click bên ngoài
        mobileMenu.addEventListener('click', (e) => {
            if (e.target === mobileMenu) {
                mobileMenu.style.display = 'none';
                document.body.style.overflow = 'auto';
            }
        });
        
        // Xử lý click menu item
        const desktopMenuLinks = document.querySelectorAll('#desktopMenuList a');
        const mobileMenuLinks = document.querySelectorAll('#mobileMenuList a');
        
        // Hàm xử lý click menu item
        function handleMenuItemClick(e, isMobile = false) {
            e.preventDefault();
            
            const targetId = this.getAttribute('href');
            const targetElement = document.querySelector(targetId);
            
            if (targetElement) {
                // Cuộn đến phần tử mục tiêu
                window.scrollTo({
                    top: targetElement.offsetTop - 20,
                    behavior: 'smooth'
                });
                
                // Cập nhật active menu
                if (isMobile) {
                    mobileMenuLinks.forEach(link => link.classList.remove('active'));
                    desktopMenuLinks.forEach(link => link.classList.remove('active'));
                    mobileMenu.style.display = 'none';
                    document.body.style.overflow = 'auto';
                } else {
                    desktopMenuLinks.forEach(link => link.classList.remove('active'));
                    mobileMenuLinks.forEach(link => link.classList.remove('active'));
                }
                
                this.classList.add('active');
            }
        }
        
        // Gắn sự kiện cho menu desktop
        desktopMenuLinks.forEach(link => {
            link.addEventListener('click', handleMenuItemClick);
        });
        
        // Gắn sự kiện cho menu mobile
        mobileMenuLinks.forEach(link => {
            link.addEventListener('click', (e) => handleMenuItemClick.call(link, e, true));
        });
        
        // JavaScript cho đánh giá sao
        const stars = document.querySelectorAll('.star');
        let selectedRating = 0;
        
        stars.forEach(star => {
            star.addEventListener('click', () => {
                const value = parseInt(star.getAttribute('data-value'));
                selectedRating = value;
                
                // Cập nhật hiển thị sao
                stars.forEach((s, index) => {
                    if (index < value) {
                        s.innerHTML = '<i class="fas fa-star"></i>';
                        s.classList.add('active');
                    } else {
                        s.innerHTML = '<i class="far fa-star"></i>';
                        s.classList.remove('active');
                    }
                });
            });
            
            // Hiệu ứng hover
            star.addEventListener('mouseover', () => {
                const value = parseInt(star.getAttribute('data-value'));
                
                stars.forEach((s, index) => {
                    if (index < value) {
                        s.innerHTML = '<i class="fas fa-star"></i>';
                        s.style.color = '#ffcc00';
                    }
                });
            });
            
            star.addEventListener('mouseout', () => {
                stars.forEach((s, index) => {
                    if (index >= selectedRating) {
                        s.innerHTML = '<i class="far fa-star"></i>';
                        s.style.color = '';
                    }
                });
            });
        });
        
        // Xử lý form đánh giá
        const reviewForm = document.getElementById('reviewForm');
        
        reviewForm.addEventListener('submit', (e) => {
            e.preventDefault();
            
            const userName = document.getElementById('userName').value;
            const userReview = document.getElementById('userReview').value;
            
            if (selectedRating === 0) {
                alert('Vui lòng chọn số sao đánh giá!');
                return;
            }
            
            if (!userName || !userReview) {
                alert('Vui lòng điền đầy đủ thông tin!');
                return;
            }
            
            // Hiển thị thông báo thành công
            alert('Cảm ơn bạn đã đánh giá bài viết! Đánh giá của bạn sẽ được kiểm duyệt trước khi hiển thị.');
            
            // Reset form
            reviewForm.reset();
            
            // Reset sao
            stars.forEach(star => {
                star.innerHTML = '<i class="far fa-star"></i>';
                star.classList.remove('active');
            });
            selectedRating = 0;
        });
        
        // Responsive: đóng menu khi resize về desktop
        window.addEventListener('resize', () => {
            if (window.innerWidth > 992) {
                mobileMenu.style.display = 'none';
                document.body.style.overflow = 'auto';
            }
        });
        
        // Xử lý click nút CTA
        document.querySelector('.cta-button').addEventListener('click', () => {
            alert('Cảm ơn bạn đã quan tâm! Bạn sẽ được chuyển hướng đến trang tư vấn gia sư.');
            // Trong thực tế, bạn có thể chuyển hướng đến trang tư vấn
            // window.location.href = 'https://timgiasu.vn/lien-he/';
        });
        
        // Thêm hiệu ứng cho các link nội bộ
        document.querySelectorAll('.internal-link').forEach(link => {
            link.addEventListener('click', function(e) {
                // Mở link trong tab mới
                e.preventDefault();
                window.open(this.href, '_blank');
            });
        });
        
        // Thêm hiệu ứng cho các link trong phần bài viết liên quan
        document.querySelectorAll('.read-more-list a').forEach(link => {
            link.addEventListener('click', function(e) {
                // Mở link trong tab mới
                e.preventDefault();
                window.open(this.href, '_blank');
            });
        });
    </script>
</body>
</html>
<p>The post <a href="https://timgiasu.vn/gia-su-tai-nha-giai-phap-hoc-1-kem-1-hieu-qua/">Gia Sư Tại Nhà – Giải Pháp Học 1 Kèm 1 Hiệu Quả</a> appeared first on <a href="https://timgiasu.vn">GIA SƯ NEXTCV </a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3397</post-id>	</item>
		<item>
		<title>Gia sư bao nhiêu tiền 1 tiếng? Bảng giá chi tiết mới nhất 2026</title>
		<link>https://timgiasu.vn/gia-su-bao-nhieu-tien-1-tieng-bang-gia-chi-tiet-moi-nhat-2026/</link>
		
		<dc:creator><![CDATA[admin.tgs]]></dc:creator>
		<pubDate>Fri, 16 Jan 2026 13:36:07 +0000</pubDate>
				<category><![CDATA[gia sư]]></category>
		<category><![CDATA[Gia Sư Giỏi]]></category>
		<guid isPermaLink="false">https://timgiasu.vn/?p=3328</guid>

					<description><![CDATA[<p>Gia Sư Bao Nhiêu Tiền 1 Tiếng? Bảng Giá Mới Nhất &#038; Cách Chọn Gia Sư Phù Hợp Danh Mục Bài Viết Gia Sư Bao Nhiêu Tiền? Gia Sư Sinh Viên Gia Sư Giáo Viên Yếu Tố Ảnh Hưởng Giá Chọn Gia Sư Giá Rẻ Hay Chất Lượng? Lợi Ích Gia Sư Tại Nhà Kết [&#8230;]</p>
<p>The post <a href="https://timgiasu.vn/gia-su-bao-nhieu-tien-1-tieng-bang-gia-chi-tiet-moi-nhat-2026/">Gia sư bao nhiêu tiền 1 tiếng? Bảng giá chi tiết mới nhất 2026</a> appeared first on <a href="https://timgiasu.vn">GIA SƯ NEXTCV </a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="vi">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Gia Sư Bao Nhiêu Tiền 1 Tiếng? Bảng Giá Mới Nhất &#038; Cách Chọn Gia Sư Phù Hợp</title>
    <style>
        /* Reset và thiết lập chung */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
            padding: 20px;
            min-height: 100vh;
        }
        
        .container {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            gap: 30px;
        }
        
        /* Menu cho máy tính */
        .desktop-menu {
            flex: 0 0 250px;
            background-color: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            height: fit-content;
            position: sticky;
            top: 20px;
        }
        
        .desktop-menu h3 {
            color: #2c4d80;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #ffcc00;
            font-size: 18px;
        }
        
        .desktop-menu ul {
            list-style: none;
        }
        
        .desktop-menu li {
            margin-bottom: 12px;
        }
        
        .desktop-menu a {
            display: block;
            color: #444;
            text-decoration: none;
            padding: 10px 12px;
            border-radius: 6px;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .desktop-menu a:hover, .desktop-menu a.active {
            background-color: #f0f7ff;
            color: #2c4d80;
            transform: translateX(3px);
        }
        
        /* Menu cho điện thoại - Nút bên trái */
        .mobile-menu-toggle {
            display: none;
            position: fixed;
            bottom: 20px;
            left: 20px;
            background-color: #2c4d80;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            z-index: 1001;
            border: none;
            font-size: 24px;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }
        
        .mobile-menu {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            padding: 80px 20px 40px;
            overflow-y: auto;
        }
        
        .mobile-menu-content {
            background-color: white;
            border-radius: 10px;
            padding: 25px;
            max-width: 500px;
            margin: 0 auto;
        }
        
        .mobile-menu-content h3 {
            color: #2c4d80;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #ffcc00;
            font-size: 20px;
        }
        
        .mobile-menu-content ul {
            list-style: none;
        }
        
        .mobile-menu-content li {
            margin-bottom: 12px;
        }
        
        .mobile-menu-content a {
            display: block;
            color: #444;
            text-decoration: none;
            padding: 12px 15px;
            border-radius: 6px;
            transition: all 0.3s ease;
            font-weight: 500;
            font-size: 16px;
        }
        
        .mobile-menu-content a:hover, .mobile-menu-content a.active {
            background-color: #f0f7ff;
            color: #2c4d80;
        }
        
        .close-menu {
            position: absolute;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            color: white;
            font-size: 30px;
            cursor: pointer;
        }
        
        /* Nội dung bài viết */
        .blog-content {
            flex: 1;
            background-color: white;
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        }
        
        .post-header {
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
        }
        
        .post-category {
            display: inline-block;
            background-color: #ffcc00;
            color: #333;
            padding: 6px 18px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 15px;
        }
        
        .post-title {
            color: #2c4d80;
            font-size: 32px;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
        .post-meta {
            display: flex;
            flex-wrap: nowrap;
            gap: 20px;
            color: #666;
            font-size: 15px;
            margin-top: 10px;
            align-items: center;
        }
        
        .post-meta i {
            color: #4a6fa5;
            margin-right: 6px;
        }
        
        .post-content h2 {
            color: #2c4d80;
            margin: 30px 0 18px;
            font-size: 24px;
            padding-bottom: 8px;
            border-bottom: 1px solid #eee;
        }
        
        .post-content h3 {
            color: #2c4d80;
            margin: 25px 0 15px;
            font-size: 20px;
        }
        
        .post-content p {
            margin-bottom: 20px;
            font-size: 16px;
            color: #444;
        }
        
        .post-content ul {
            margin: 20px 0 20px 30px;
        }
        
        .post-content li {
            margin-bottom: 10px;
            font-size: 16px;
            color: #444;
        }
        
        .highlight-box {
            background-color: #f0f7ff;
            border-left: 4px solid #4a6fa5;
            padding: 20px;
            margin: 25px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .internal-link {
            color: #2c4d80;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 2px dotted #2c4d80;
            transition: all 0.3s ease;
        }
        
        .internal-link:hover {
            color: #ff6600;
            border-bottom: 2px solid #ff6600;
        }
        
        .read-more-section {
            background-color: #f9f9f9;
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
            border-left: 5px solid #4a6fa5;
        }
        
        .read-more-title {
            color: #2c4d80;
            font-size: 20px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .read-more-title i {
            color: #ffcc00;
        }
        
        .read-more-list {
            list-style: none;
            margin: 0;
        }
        
        .read-more-list li {
            margin-bottom: 12px;
            padding: 12px;
            background-color: white;
            border-radius: 6px;
            border-left: 3px solid #4a6fa5;
            transition: all 0.3s ease;
        }
        
        .read-more-list li:hover {
            transform: translateX(5px);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }
        
        .read-more-list a {
            color: #2c4d80;
            text-decoration: none;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .read-more-list a:hover {
            color: #ff6600;
        }
        
        .read-more-list i {
            color: #4a6fa5;
        }
        
        /* Hình ảnh trong bài viết */
        .post-image {
            width: 100%;
            max-height: 400px;
            object-fit: cover;
            border-radius: 8px;
            margin: 25px 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .image-caption {
            text-align: center;
            font-style: italic;
            color: #666;
            margin-top: -20px;
            margin-bottom: 25px;
            font-size: 14px;
        }
        
        .image-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 25px 0;
        }
        
        .image-grid img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .pricing-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }
        
        .pricing-table th {
            background-color: #2c4d80;
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }
        
        .pricing-table td {
            padding: 15px;
            border-bottom: 1px solid #eee;
        }
        
        .pricing-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        .price-highlight {
            background-color: #fff9e6 !important;
            font-weight: 600;
        }
        
        .cta-button {
            display: inline-block;
            background: linear-gradient(to right, #4a6fa5, #2c4d80);
            color: white;
            padding: 14px 30px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            margin-top: 25px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 16px;
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 15px rgba(44, 77, 128, 0.2);
        }
        
        /* Phần đánh giá bài viết */
        .rating-section {
            margin-top: 50px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }
        
        .rating-title {
            color: #2c4d80;
            font-size: 22px;
            margin-bottom: 20px;
        }
        
        .rating-stars {
            display: flex;
            gap: 10px;
            margin-bottom: 25px;
        }
        
        .star {
            font-size: 30px;
            color: #ddd;
            cursor: pointer;
            transition: color 0.3s;
        }
        
        .star:hover, .star.active {
            color: #ffcc00;
        }
        
        .rating-count {
            display: flex;
            gap: 20px;
            margin-bottom: 25px;
            color: #666;
            font-size: 15px;
        }
        
        .rating-form {
            background-color: #f9f9f9;
            padding: 25px;
            border-radius: 8px;
            margin-bottom: 25px;
        }
        
        .rating-form h4 {
            color: #2c4d80;
            margin-bottom: 15px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #444;
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
        }
        
        .form-group textarea {
            height: 120px;
            resize: vertical;
        }
        
        .submit-rating {
            background: linear-gradient(to right, #4a6fa5, #2c4d80);
            color: white;
            padding: 12px 25px;
            border-radius: 5px;
            border: none;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .submit-rating:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 10px rgba(44, 77, 128, 0.2);
        }
        
        .reviews-list {
            margin-top: 30px;
        }
        
        .review-item {
            background-color: #f9f9f9;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            border-left: 4px solid #4a6fa5;
        }
        
        .review-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        
        .review-author {
            font-weight: 600;
            color: #2c4d80;
        }
        
        .review-date {
            color: #666;
            font-size: 14px;
        }
        
        .review-stars {
            color: #ffcc00;
            margin-bottom: 10px;
        }
        
        .review-content {
            color: #444;
            line-height: 1.5;
        }
        
        /* Responsive - Mobile tối ưu */
        @media (max-width: 992px) {
            .desktop-menu {
                display: none;
            }
            
            .mobile-menu-toggle {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .container {
                flex-direction: column;
                padding: 0;
                margin: 0;
                width: 100%;
                gap: 0;
            }
            
            .blog-content {
                padding: 20px;
                margin: 0;
                border-radius: 0;
                box-shadow: none;
                width: 100%;
                max-width: 100%;
            }
            
            body {
                padding: 0;
                background-color: white;
            }
            
            /* Mobile: Chữ sát mép điện thoại */
            .post-content p,
            .post-content h2,
            .post-content h3,
            .post-content ul,
            .post-content li,
            .post-content .highlight-box,
            .post-content .pricing-table {
                padding-left: 0;
                padding-right: 0;
                margin-left: 0;
                margin-right: 0;
                width: 100%;
            }
            
            .post-content ul {
                margin-left: 20px;
            }
            
            .highlight-box {
                border-radius: 0;
                padding: 15px;
            }
            
            .rating-form {
                padding: 15px;
            }
            
            .review-item {
                padding: 15px;
            }
            
            .read-more-section {
                padding: 15px;
                margin: 20px 0;
            }
            
            /* Mobile: Meta trên 1 hàng */
            .post-meta {
                flex-wrap: nowrap;
                overflow-x: auto;
                gap: 15px;
                padding-bottom: 5px;
                white-space: nowrap;
                -webkit-overflow-scrolling: touch;
            }
            
            .post-meta::-webkit-scrollbar {
                display: none;
            }
            
            .post-meta span {
                display: inline-flex;
                align-items: center;
                flex-shrink: 0;
            }
            
            .image-grid {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .post-title {
                font-size: 26px;
            }
            
            .pricing-table {
                font-size: 14px;
            }
            
            .pricing-table th, 
            .pricing-table td {
                padding: 10px;
            }
            
            .rating-form {
                padding: 15px;
            }
            
            /* Mobile: Chữ sát mép hơn */
            .blog-content {
                padding: 15px;
            }
            
            .post-content h2,
            .post-content h3 {
                padding-left: 0;
                margin-left: 0;
            }
            
            .post-meta {
                gap: 10px;
                font-size: 14px;
            }
        }
        
        @media (max-width: 480px) {
            .blog-content {
                padding: 15px 10px;
            }
            
            .post-title {
                font-size: 22px;
            }
            
            .pricing-table {
                display: block;
                overflow-x: auto;
            }
            
            .star {
                font-size: 24px;
            }
            
            .mobile-menu-content {
                padding: 20px 15px;
            }
            
            .rating-stars {
                gap: 5px;
            }
            
            /* Mobile: Chữ sát mép tối đa */
            .post-content p {
                text-align: justify;
                hyphens: auto;
            }
            
            .post-content h2,
            .post-content h3 {
                font-size: 20px;
                line-height: 1.4;
            }
            
            .post-content ul {
                margin-left: 15px;
            }
            
            .post-content li {
                margin-bottom: 8px;
            }
            
            .highlight-box {
                padding: 12px;
                margin: 20px 0;
            }
            
            .read-more-list li {
                padding: 10px;
            }
            
            /* Mobile: Meta hiển thị trên 1 hàng không xuống dòng */
            .post-meta {
                font-size: 13px;
            }
            
            .post-meta i {
                font-size: 12px;
            }
        }
        
        @media (max-width: 360px) {
            .blog-content {
                padding: 12px 8px;
            }
            
            .post-title {
                font-size: 20px;
            }
            
            .post-content h2 {
                font-size: 18px;
            }
            
            .post-content h3 {
                font-size: 16px;
            }
            
            .post-content p {
                font-size: 15px;
            }
            
            .post-meta {
                font-size: 12px;
                gap: 8px;
            }
        }
    </style>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
    <!-- Nút mở menu mobile - Bên trái -->
    <button class="mobile-menu-toggle" id="menuToggle">
        <i class="fas fa-bars"></i>
    </button>
    
    <!-- Menu mobile -->
    <div class="mobile-menu" id="mobileMenu">
        <button class="close-menu" id="closeMenu">
            <i class="fas fa-times"></i>
        </button>
        <div class="mobile-menu-content">
            <h3><i class="fas fa-bars"></i> Danh Mục Bài Viết</h3>
            <ul id="mobileMenuList">
                <li><a href="#overview" class="active"><i class="fas fa-money-bill"></i> Gia Sư Bao Nhiêu Tiền?</a></li>
                <li><a href="#student-price"><i class="fas fa-user-graduate"></i> Gia Sư Sinh Viên</a></li>
                <li><a href="#teacher-price"><i class="fas fa-chalkboard-teacher"></i> Gia Sư Giáo Viên</a></li>
                <li><a href="#factors"><i class="fas fa-chart-line"></i> Yếu Tố Ảnh Hưởng Giá</a></li>
                <li><a href="#choose"><i class="fas fa-balance-scale"></i> Chọn Gia Sư Giá Rẻ Hay Chất Lượng?</a></li>
                <li><a href="#benefits"><i class="fas fa-home"></i> Lợi Ích Gia Sư Tại Nhà</a></li>
                <li><a href="#conclusion"><i class="fas fa-check-circle"></i> Kết Luận</a></li>
                <li><a href="#faq"><i class="fas fa-comments"></i> Hỏi Đáp Phụ Huynh</a></li>
                <li><a href="#related"><i class="fas fa-book"></i> Bài Viết Liên Quan</a></li>
            </ul>
        </div>
    </div>
    
    <div class="container">
        <!-- Menu desktop -->
        <aside class="desktop-menu">
            <h3><i class="fas fa-bars"></i> Danh Mục Bài Viết</h3>
            <ul id="desktopMenuList">
                <li><a href="#overview" class="active"><i class="fas fa-money-bill"></i> Gia Sư Bao Nhiêu Tiền?</a></li>
                <li><a href="#student-price"><i class="fas fa-user-graduate"></i> Gia Sư Sinh Viên</a></li>
                <li><a href="#teacher-price"><i class="fas fa-chalkboard-teacher"></i> Gia Sư Giáo Viên</a></li>
                <li><a href="#factors"><i class="fas fa-chart-line"></i> Yếu Tố Ảnh Hưởng Giá</a></li>
                <li><a href="#choose"><i class="fas fa-balance-scale"></i> Chọn Gia Sư Giá Rẻ Hay Chất Lượng?</a></li>
                <li><a href="#benefits"><i class="fas fa-home"></i> Lợi Ích Gia Sư Tại Nhà</a></li>
                <li><a href="#conclusion"><i class="fas fa-check-circle"></i> Kết Luận</a></li>
                <li><a href="#faq"><i class="fas fa-comments"></i> Hỏi Đáp Phụ Huynh</a></li>
                <li><a href="#related"><i class="fas fa-book"></i> Bài Viết Liên Quan</a></li>
            </ul>
        </aside>
        
        <!-- Nội dung bài viết -->
        <main class="blog-content">
            <article class="blog-post">
                <div class="post-header">
                    <span class="post-category">Bảng Giá Gia Sư</span>
                    <h1 class="post-title">Gia Sư Bao Nhiêu Tiền 1 Tiếng? Bảng Giá Mới Nhất &#038; Cách Chọn Gia Sư Phù Hợp</h1>
                    <div class="post-meta">
                        <span><i class="far fa-calendar"></i> 16/01/2025</span>
                        <span><i class="far fa-user"></i> Admin</span>
                        <span><i class="far fa-eye"></i> 2,548 lượt xem</span>
                    </div>
                </div>
                
                <div class="post-content">
                    <p><strong>Gia sư bao nhiêu tiền 1 tiếng</strong> là câu hỏi được rất nhiều phụ huynh quan tâm khi có nhu cầu tìm gia sư dạy kèm tại nhà cho con. Mức học phí gia sư không cố định mà phụ thuộc vào nhiều yếu tố như trình độ gia sư, cấp lớp, môn học, khu vực và hình thức học. Bài viết dưới đây sẽ giúp phụ huynh nắm rõ bảng giá gia sư phổ biến hiện nay và lựa chọn phương án phù hợp nhất.</p>
                    
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/timgiasu.vn/wp-content/uploads/2026/01/QUANG-CAO-FACEBOOK-_6_.webp?ssl=1" alt="Gia sư dạy kèm tại nhà" class="post-image">
                    <p class="image-caption">Gia sư dạy kèm 1-1 tại nhà giúp học sinh tập trung và tiến bộ nhanh</p>
                    
                    <h2 id="overview">Gia sư bao nhiêu tiền 1 tiếng hiện nay?</h2>
                    
                    <p>Dưới đây là <strong>mức giá gia sư tham khảo trên thị trường</strong>, áp dụng cho hình thức dạy kèm 1 kèm 1 tại nhà:</p>
                    
                    <h3 id="student-price">1. Gia sư là sinh viên</h3>
                    
                    <div class="highlight-box">
                        <p><strong>Tiểu học:</strong> 120.000 – 150.000 VNĐ/giờ</p>
                        <p><strong>THCS:</strong> 150.000 – 180.000 VNĐ/giờ</p>
                        <p><strong>THPT:</strong> 180.000 – 220.000 VNĐ/giờ</p>
                    </div>
                    
                    <p>Phù hợp với học sinh cần củng cố kiến thức cơ bản, chi phí tiết kiệm. Gia sư sinh viên thường là các bạn đang học tại các trường đại học uy tín, có thành tích học tập tốt và nhiệt tình trong giảng dạy. Đặc biệt, đối với học sinh <a href="https://timgiasu.vn/tim-gia-su-lop-3-tai-nha-day-kem-1-kem-1-hieu-qua/" class="internal-link">lớp 3</a>, gia sư sinh viên có thể là lựa chọn tốt vì các bạn này thường gần gũi với độ tuổi học sinh.</p>
                    
                    <h3 id="teacher-price">2. Gia sư là giáo viên hoặc người đã đi dạy lâu năm</h3>
                    
                    <div class="highlight-box">
                        <p><strong>Tiểu học:</strong> 200.000 – 250.000 VNĐ/giờ</p>
                        <p><strong>THCS:</strong> 250.000 – 300.000 VNĐ/giờ</p>
                        <p><strong>THPT:</strong> 300.000 – 400.000 VNĐ/giờ</p>
                    </div>
                    
                    <p>Phù hợp với học sinh mất gốc, cần luyện thi, bám sát chương trình và định hướng học tập lâu dài. Giáo viên có kinh nghiệm sẽ nắm bắt tâm lý học sinh tốt hơn và có phương pháp giảng dạy chuyên sâu. Phụ huynh nên tham khảo thêm về <a href="https://timgiasu.vn/gia-su-lop-3-loi-ich-va-kinh-nghiem-thue/" class="internal-link">kinh nghiệm thuê gia sư lớp 3</a> để có quyết định đúng đắn.</p>
                    
                    <table class="pricing-table">
                        <thead>
                            <tr>
                                <th>Loại gia sư</th>
                                <th>Cấp học</th>
                                <th>Mức giá/giờ</th>
                                <th>Phù hợp với</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td><strong>Sinh viên</strong></td>
                                <td>Tiểu học</td>
                                <td class="price-highlight">120.000 &#8211; 150.000 VNĐ</td>
                                <td>Củng cố kiến thức cơ bản</td>
                            </tr>
                            <tr>
                                <td><strong>Sinh viên</strong></td>
                                <td>THCS</td>
                                <td class="price-highlight">150.000 &#8211; 180.000 VNĐ</td>
                                <td>Hỗ trợ bài tập trên lớp</td>
                            </tr>
                            <tr>
                                <td><strong>Sinh viên</strong></td>
                                <td>THPT</td>
                                <td class="price-highlight">180.000 &#8211; 220.000 VNĐ</td>
                                <td>Ôn tập kiến thức trọng tâm</td>
                            </tr>
                            <tr>
                                <td><strong>Giáo viên</strong></td>
                                <td>Tiểu học</td>
                                <td class="price-highlight">200.000 &#8211; 250.000 VNĐ</td>
                                <td>Xây dựng nền tảng vững chắc</td>
                            </tr>
                            <tr>
                                <td><strong>Giáo viên</strong></td>
                                <td>THCS</td>
                                <td class="price-highlight">250.000 &#8211; 300.000 VNĐ</td>
                                <td>Luyện thi vào lớp 10</td>
                            </tr>
                            <tr>
                                <td><strong>Giáo viên</strong></td>
                                <td>THPT</td>
                                <td class="price-highlight">300.000 &#8211; 400.000 VNĐ</td>
                                <td>Luyện thi Đại học</td>
                            </tr>
                        </tbody>
                    </table>
                    
                    <h2 id="factors">Những yếu tố ảnh hưởng đến giá gia sư 1 tiếng</h2>
                    
                    <p>Khi tìm hiểu <strong>gia sư bao nhiêu tiền 1 tiếng</strong>, phụ huynh cần lưu ý các yếu tố sau:</p>
                    
                    <h3>Trình độ và kinh nghiệm gia sư</h3>
                    
                    <p>Gia sư càng có kinh nghiệm, chuyên môn cao thì mức học phí càng cao. Giáo viên đang đứng lớp hoặc có bằng cấp chuyên môn cao thường có mức phí cao hơn sinh viên. Đặc biệt, với học sinh tiểu học như <a href="https://timgiasu.vn/tim-gia-su-lop-3-tai-nha-day-kem-1-kem-1-hieu-qua/" class="internal-link">lớp 3</a>, kinh nghiệm dạy học sinh nhỏ tuổi là rất quan trọng.</p>
                    
                    <h3>Cấp lớp và môn học</h3>
                    
                    <p>Các môn như Toán, Văn, Anh, Lý, Hóa ở cấp THPT hoặc luyện thi thường có học phí cao hơn tiểu học. Môn học đặc thù như lập trình, nghệ thuật cũng có mức giá khác biệt.</p>
                    
                    <h3>Khu vực dạy kèm</h3>
                    
                    <p>Tại các thành phố lớn như TP.HCM, Hà Nội, giá gia sư thường cao hơn so với khu vực khác. Các khu vực trung tâm thành phố cũng có mức giá cao hơn vùng ngoại thành.</p>
                    
                    <h3>Tần suất học</h3>
                    
                    <p>Học nhiều buổi trong tuần hoặc học lâu dài theo tháng thường có mức giá ưu đãi hơn so với học lẻ từng buổi. Một số trung tâm còn có chính sách giảm giá cho anh chị em học chung.</p>
                    
                    <h2 id="choose">Nên chọn gia sư giá rẻ hay gia sư chất lượng?</h2>
                    
                    <p>Không nên chỉ dựa vào tiêu chí <strong>gia sư bao nhiêu tiền 1 tiếng</strong> để quyết định. Điều quan trọng hơn là:</p>
                    
                    <ul>
                        <li><strong>Gia sư có phù hợp với năng lực của học sinh không</strong> &#8211; Một gia sư quá giỏi nhưng không biết cách truyền đạt cho học sinh trung bình sẽ không hiệu quả. Đọc thêm về <a href="https://timgiasu.vn/gia-su-lop-3-loi-ich-va-kinh-nghiem-thue/" class="internal-link">lợi ích và kinh nghiệm thuê gia sư</a> để hiểu rõ hơn.</li>
                        <li><strong>Phương pháp dạy có dễ hiểu, dễ tiếp thu không</strong> &#8211; Mỗi học sinh có cách tiếp thu khác nhau, cần gia sư biết điều chỉnh phương pháp phù hợp.</li>
                        <li><strong>Có theo sát tiến độ và cải thiện kết quả học tập hay không</strong> &#8211; Gia sư tốt cần có kế hoạch giảng dạy rõ ràng và báo cáo tiến độ thường xuyên cho phụ huynh.</li>
                    </ul>
                    
                    <p>Một gia sư phù hợp sẽ giúp học sinh tiến bộ nhanh, tiết kiệm thời gian và chi phí về lâu dài. Ví dụ, khi tìm gia sư cho học sinh <a href="https://timgiasu.vn/tim-gia-su-lop-3-tai-nha-day-kem-1-kem-1-hieu-qua/" class="internal-link">lớp 3 tại nhà</a>, chất lượng quan trọng hơn giá cả.</p>
                    
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/timgiasu.vn/wp-content/uploads/2026/01/ANH-KHOA-HOC.webp?ssl=1" alt="Chọn gia sư phù hợp" class="post-image">
                    <p class="image-caption">Chọn gia sư phù hợp với năng lực học sinh quan trọng hơn chỉ xem giá cả</p>
                    
                    <h2 id="benefits">Gia sư dạy kèm tại nhà – Giải pháp học tập hiệu quả</h2>
                    
                    <p>Hình thức gia sư dạy kèm 1 kèm 1 tại nhà giúp:</p>
                    
                    <ul>
                        <li><strong>Cá nhân hóa lộ trình học cho từng học sinh</strong> &#8211; Mỗi học sinh có điểm mạnh yếu khác nhau, gia sư sẽ xây dựng kế hoạch học tập riêng.</li>
                        <li><strong>Tăng khả năng tập trung và tương tác</strong> &#8211; Học 1-1 giúp học sinh không bị phân tâm và được giải đáp thắc mắc ngay lập tức.</li>
                        <li><strong>Phụ huynh dễ dàng theo dõi quá trình học của con</strong> &#8211; Gia sư sẽ thường xuyên trao đổi với phụ huynh về tình hình học tập của học sinh.</li>
                    </ul>
                    
                    <p>Vì vậy, dù chi phí có thể cao hơn học nhóm, nhưng hiệu quả mang lại rõ rệt hơn. Đặc biệt với học sinh nhỏ tuổi như <a href="https://timgiasu.vn/gia-su-lop-3-loi-ich-va-kinh-nghiem-thue/" class="internal-link">lớp 3</a>, học 1 kèm 1 tại nhà là phương pháp tối ưu.</p>
                    
                    <div class="read-more-section" id="related">
                        <h3 class="read-more-title"><i class="fas fa-book-open"></i> Bài Viết Liên Quan</h3>
                        <ul class="read-more-list">
                            <li>
                                <a href="https://timgiasu.vn/tim-gia-su-lop-3-tai-nha-day-kem-1-kem-1-hieu-qua/" target="_blank">
                                    <i class="fas fa-arrow-right"></i>
                                    <span>Tìm Gia Sư Lớp 3 Tại Nhà &#8211; Dạy Kèm 1 Kèm 1 Hiệu Quả</span>
                                </a>
                            </li>
                            <li>
                                <a href="https://timgiasu.vn/gia-su-lop-3-loi-ich-va-kinh-nghiem-thue/" target="_blank">
                                    <i class="fas fa-arrow-right"></i>
                                    <span>Gia Sư Lớp 3 &#8211; Lợi Ích Và Kinh Nghiệm Thuê Gia Sư Hiệu Quả</span>
                                </a>
                            </li>
                            
                        </ul>
                    </div>
                    
                    <h2 id="conclusion">Kết luận</h2>
                    
                    <p>Hy vọng qua bài viết này, phụ huynh đã có câu trả lời rõ ràng cho thắc mắc <strong>gia sư bao nhiêu tiền 1 tiếng</strong>. Mức giá hợp lý thường đi kèm với chất lượng phù hợp. Thay vì chỉ so sánh học phí, phụ huynh nên ưu tiên chọn gia sư có chuyên môn, tận tâm và phù hợp với trình độ của con để đạt hiệu quả học tập tốt nhất.</p>
                    
                    <p>Nếu bạn cần tư vấn thêm về việc chọn gia sư phù hợp hoặc muốn tìm gia sư chất lượng với mức giá hợp lý, hãy liên hệ với chúng tôi để được hỗ trợ.</p>
                    
                    <button class="cta-button"><i class="fas fa-phone-alt"></i> Liên Hệ Tư Vấn Gia Sư</button>
                </div>
                
                <!-- Phần đánh giá bài viết -->
                <div class="rating-section">
                    <h3 class="rating-title">Đánh Giá Bài Viết</h3>
                    
                    <div class="rating-stars" id="ratingStars">
                        <span class="star" data-value="1"><i class="far fa-star"></i></span>
                        <span class="star" data-value="2"><i class="far fa-star"></i></span>
                        <span class="star" data-value="3"><i class="far fa-star"></i></span>
                        <span class="star" data-value="4"><i class="far fa-star"></i></span>
                        <span class="star" data-value="5"><i class="far fa-star"></i></span>
                    </div>
                    
                    <div class="rating-count">
                        <span><i class="fas fa-users"></i> 1,850 người đã đánh giá</span>
                        <span><i class="fas fa-star"></i> Điểm trung bình: 4.7/5</span>
                    </div>
                    
                    <div class="rating-form">
                        <h4>Viết đánh giá của bạn</h4>
                        <form id="reviewForm">
                            <div class="form-group">
                                <label for="userName">Tên của bạn:</label>
                                <input type="text" id="userName" required placeholder="Nhập tên của bạn">
                            </div>
                            <div class="form-group">
                                <label for="userEmail">Email (không bắt buộc):</label>
                                <input type="email" id="userEmail" placeholder="Nhập email của bạn">
                            </div>
                            <div class="form-group">
                                <label for="userReview">Đánh giá của bạn:</label>
                                <textarea id="userReview" required placeholder="Chia sẻ suy nghĩ của bạn về bài viết này..."></textarea>
                            </div>
                            <button type="submit" class="submit-rating">Gửi Đánh Giá</button>
                        </form>
                    </div>
                    
                    <div class="reviews-list" id="faq">
                        <h4>Hỏi Đáp Phụ Huynh</h4>
                        
                        <div class="review-item">
                            <div class="review-header">
                                <span class="review-author">Trần Thị Hương</span>
                                <span class="review-date">17/01/2025</span>
                            </div>
                            <div class="review-stars">
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                            </div>
                            <p class="review-content">Bài viết rất chi tiết và hữu ích. Tôi đang tìm gia sư cho con lớp 8 và thông tin về mức giá giúp tôi có cái nhìn rõ ràng hơn để lựa chọn. Có bài viết nào về <a href="https://timgiasu.vn/tim-gia-su-lop-3-tai-nha-day-kem-1-kem-1-hieu-qua/" class="internal-link">tìm gia sư lớp 3</a> không?</p>
                        </div>
                        
                        <div class="review-item">
                            <div class="review-header">
                                <span class="review-author">Nguyễn Văn Tuấn</span>
                                <span class="review-date">16/1/2025</span>
                            </div>
                            <div class="review-stars">
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="far fa-star"></i>
                            </div>
                            <p class="review-content">Bảng giá rất chi tiết, tuy nhiên tôi muốn biết thêm về sự khác biệt giữa gia sư sinh viên và giáo viên cho môn Toán lớp 11. Có bài viết nào so sánh chi tiết hơn không? Thông tin về <a href="https://timgiasu.vn/gia-su-lop-3-loi-ich-va-kinh-nghiem-thue/" class="internal-link">kinh nghiệm thuê gia sư lớp 3</a> cũng rất hữu ích.</p>
                        </div>
                        
                        <div class="review-item">
                            <div class="review-header">
                                <span class="review-author">Phạm Minh Anh</span>
                                <span class="review-date">16/1/2025</span>
                            </div>
                            <div class="review-stars">
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star-half-alt"></i>
                            </div>
                            <p class="review-content">Tôi đồng ý với quan điểm không nên chỉ chọn theo giá rẻ. Con tôi đã thay 2 gia sư giá rẻ trước khi tìm được người phù hợp thực sự. Chất lượng quan trọng hơn giá cả. Bài viết về <a href="https://timgiasu.vn/tim-gia-su-lop-3-tai-nha-day-kem-1-kem-1-hieu-qua/" class="internal-link">gia sư lớp 3 dạy kèm 1-1</a> rất đúng với tình hình của tôi.</p>
                        </div>
                    </div>
                </div>
            </article>
        </main>
    </div>

    <script>
        // JavaScript cho menu mobile
        const menuToggle = document.getElementById('menuToggle');
        const mobileMenu = document.getElementById('mobileMenu');
        const closeMenu = document.getElementById('closeMenu');
        
        menuToggle.addEventListener('click', () => {
            mobileMenu.style.display = 'block';
            document.body.style.overflow = 'hidden';
        });
        
        closeMenu.addEventListener('click', () => {
            mobileMenu.style.display = 'none';
            document.body.style.overflow = 'auto';
        });
        
        // Đóng menu khi click bên ngoài
        mobileMenu.addEventListener('click', (e) => {
            if (e.target === mobileMenu) {
                mobileMenu.style.display = 'none';
                document.body.style.overflow = 'auto';
            }
        });
        
        // Xử lý click menu item
        const desktopMenuLinks = document.querySelectorAll('#desktopMenuList a');
        const mobileMenuLinks = document.querySelectorAll('#mobileMenuList a');
        
        // Hàm xử lý click menu item
        function handleMenuItemClick(e, isMobile = false) {
            e.preventDefault();
            
            const targetId = this.getAttribute('href');
            const targetElement = document.querySelector(targetId);
            
            if (targetElement) {
                // Cuộn đến phần tử mục tiêu
                window.scrollTo({
                    top: targetElement.offsetTop - 20,
                    behavior: 'smooth'
                });
                
                // Cập nhật active menu
                if (isMobile) {
                    mobileMenuLinks.forEach(link => link.classList.remove('active'));
                    desktopMenuLinks.forEach(link => link.classList.remove('active'));
                    mobileMenu.style.display = 'none';
                    document.body.style.overflow = 'auto';
                } else {
                    desktopMenuLinks.forEach(link => link.classList.remove('active'));
                    mobileMenuLinks.forEach(link => link.classList.remove('active'));
                }
                
                this.classList.add('active');
            }
        }
        
        // Gắn sự kiện cho menu desktop
        desktopMenuLinks.forEach(link => {
            link.addEventListener('click', handleMenuItemClick);
        });
        
        // Gắn sự kiện cho menu mobile
        mobileMenuLinks.forEach(link => {
            link.addEventListener('click', (e) => handleMenuItemClick.call(link, e, true));
        });
        
        // JavaScript cho đánh giá sao
        const stars = document.querySelectorAll('.star');
        let selectedRating = 0;
        
        stars.forEach(star => {
            star.addEventListener('click', () => {
                const value = parseInt(star.getAttribute('data-value'));
                selectedRating = value;
                
                // Cập nhật hiển thị sao
                stars.forEach((s, index) => {
                    if (index < value) {
                        s.innerHTML = '<i class="fas fa-star"></i>';
                        s.classList.add('active');
                    } else {
                        s.innerHTML = '<i class="far fa-star"></i>';
                        s.classList.remove('active');
                    }
                });
            });
            
            // Hiệu ứng hover
            star.addEventListener('mouseover', () => {
                const value = parseInt(star.getAttribute('data-value'));
                
                stars.forEach((s, index) => {
                    if (index < value) {
                        s.innerHTML = '<i class="fas fa-star"></i>';
                        s.style.color = '#ffcc00';
                    }
                });
            });
            
            star.addEventListener('mouseout', () => {
                stars.forEach((s, index) => {
                    if (index >= selectedRating) {
                        s.innerHTML = '<i class="far fa-star"></i>';
                        s.style.color = '';
                    }
                });
            });
        });
        
        // Xử lý form đánh giá
        const reviewForm = document.getElementById('reviewForm');
        
        reviewForm.addEventListener('submit', (e) => {
            e.preventDefault();
            
            const userName = document.getElementById('userName').value;
            const userReview = document.getElementById('userReview').value;
            
            if (selectedRating === 0) {
                alert('Vui lòng chọn số sao đánh giá!');
                return;
            }
            
            if (!userName || !userReview) {
                alert('Vui lòng điền đầy đủ thông tin!');
                return;
            }
            
            // Hiển thị thông báo thành công
            alert('Cảm ơn bạn đã đánh giá bài viết! Đánh giá của bạn sẽ được kiểm duyệt trước khi hiển thị.');
            
            // Reset form
            reviewForm.reset();
            
            // Reset sao
            stars.forEach(star => {
                star.innerHTML = '<i class="far fa-star"></i>';
                star.classList.remove('active');
            });
            selectedRating = 0;
        });
        
        // Responsive: đóng menu khi resize về desktop
        window.addEventListener('resize', () => {
            if (window.innerWidth > 992) {
                mobileMenu.style.display = 'none';
                document.body.style.overflow = 'auto';
            }
        });
        
        // Xử lý click nút CTA
        document.querySelector('.cta-button').addEventListener('click', () => {
            alert('Cảm ơn bạn đã quan tâm! Bạn sẽ được chuyển hướng đến trang tư vấn gia sư.');
            // Trong thực tế, bạn có thể chuyển hướng đến trang tư vấn
            // window.location.href = 'https://timgiasu.vn/lien-he/';
        });
        
        // Thêm hiệu ứng cho các link nội bộ
        document.querySelectorAll('.internal-link').forEach(link => {
            link.addEventListener('click', function(e) {
                // Mở link trong tab mới
                e.preventDefault();
                window.open(this.href, '_blank');
            });
        });
        
        // Thêm hiệu ứng cho các link trong phần bài viết liên quan
        document.querySelectorAll('.read-more-list a').forEach(link => {
            link.addEventListener('click', function(e) {
                // Mở link trong tab mới
                e.preventDefault();
                window.open(this.href, '_blank');
            });
        });
    </script>
</body>
</html>



<!DOCTYPE html>
<html lang="vi">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        /* Widget container - ĐẶT CỐ ĐỊNH CAO HƠN 70px (50px + 20px) */
        .widget-container {
            position: fixed;
            bottom: 90px; /* 20px + 50px + 20px = cao hơn 70px */
            left: 20px;
            z-index: 9999;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }
        
        /* Nút chính - Đồng hồ */
        .clock-btn {
            width: 50px;
            height: 50px;
            border-radius: 25px;
            border: none;
            background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
            color: white;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
            transition: all 0.3s ease;
            font-size: 20px;
            position: relative;
        }
        
        .clock-btn:hover:not(.disabled):not(.submitted):not(.completed) {
            transform: scale(1.08);
            box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
        }
        
        /* Trạng thái disabled (chưa hết giờ) */
        .clock-btn.disabled {
            background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
            cursor: not-allowed;
            opacity: 0.9;
        }
        
        /* Trạng thái đã hết giờ - chờ click */
        .clock-btn.completed {
            background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
            cursor: pointer;
        }
        
        /* Trạng thái đã submit - ẨN HOÀN TOÀN */
        .widget-container.hidden,
        .clock-btn.submitted {
            display: none !important;
            visibility: hidden !important;
        }
        
        /* Badge đếm ngược */
        .count-badge {
            position: absolute;
            top: -6px;
            right: -6px;
            background: #ef4444;
            color: white;
            font-size: 11px;
            font-weight: bold;
            min-width: 22px;
            height: 22px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid white;
            font-family: 'Courier New', monospace;
            transition: all 0.3s ease;
        }
        
        /* Form popup - DỊCH SANG PHẢI 10px */
        .form-popup {
            position: absolute;
            bottom: 60px;
            left: 10px;
            width: 280px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.15);
            padding: 0;
            display: none;
            border: 1px solid #e5e7eb;
            overflow: hidden;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }
        
        .form-popup.show {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }
        
        .form-popup.disabled-popup {
            display: none !important;
        }
        
        .form-header {
            background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
            color: white;
            padding: 16px 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .form-title {
            font-weight: 600;
            font-size: 16px;
            flex: 1;
        }
        
        .close-btn {
            background: rgba(255,255,255,0.2);
            border: none;
            color: white;
            cursor: pointer;
            font-size: 18px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: background 0.2s;
        }
        
        .close-btn:hover {
            background: rgba(255,255,255,0.3);
        }
        
        .form-body {
            padding: 20px;
        }
        
        .input-group {
            margin-bottom: 20px;
        }
        
        .input-label {
            display: block;
            color: #4b5563;
            font-size: 14px;
            margin-bottom: 8px;
            font-weight: 500;
        }
        
        .phone-input {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e5e7eb;
            border-radius: 8px;
            font-size: 15px;
            box-sizing: border-box;
            transition: border-color 0.3s;
            text-align: center;
        }
        
        .phone-input:focus {
            outline: none;
            border-color: #8b5cf6;
        }
        
        .submit-btn {
            width: 100%;
            padding: 12px;
            background: #10b981;
            color: white;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            font-size: 15px;
            transition: background 0.3s;
        }
        
        .submit-btn:hover {
            background: #059669;
        }
        
        .submit-btn:disabled {
            background: #9ca3af;
            cursor: not-allowed;
        }
        
        .success-message {
            text-align: center;
            padding: 30px 20px;
            display: none;
        }
        
        .success-message.show {
            display: block;
        }
        
        .success-icon {
            color: #10b981;
            font-size: 40px;
            margin-bottom: 12px;
        }
        
        .success-text {
            color: #065f46;
            font-weight: 600;
            font-size: 16px;
        }
        
        .info-text {
            color: #6b7280;
            font-size: 13px;
            margin-top: 8px;
        }
        
        .error-message {
            color: #dc2626;
            font-size: 12px;
            margin-top: 5px;
            display: none;
        }
        
        /* Loading spinner */
        .spinner {
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 2px solid rgba(255,255,255,0.3);
            border-radius: 50%;
            border-top-color: white;
            animation: spin 0.8s linear infinite;
        }
        
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        
        /* Thông báo chưa hết giờ */
        .timeout-message {
            position: absolute;
            bottom: 60px;
            left: 10px;
            background: rgba(0, 0, 0, 0.85);
            color: white;
            padding: 12px 16px;
            border-radius: 8px;
            font-size: 13px;
            display: none;
            white-space: nowrap;
            backdrop-filter: blur(4px);
            z-index: 10000;
            width: 220px;
            text-align: center;
        }
        
        .timeout-message.show {
            display: block;
            animation: fadeIn 0.2s ease;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Responsive cho mobile */
        @media (max-width: 768px) {
            .widget-container {
                left: 15px;
                bottom: 95px; /* Thêm 10px nữa: 85px + 10px = 95px */
            }
            
            .form-popup {
                width: 260px;
                left: 5px;
            }
            
            .timeout-message {
                width: 200px;
                font-size: 12px;
                left: 5px;
            }
        }
        
        @media (max-width: 480px) {
            .widget-container {
                left: 10px;
                bottom: 90px; /* Thêm 10px nữa: 80px + 10px = 90px */
            }
            
            .form-popup {
                width: 240px;
                left: 0;
            }
            
            .timeout-message {
                width: 180px;
                left: 0;
            }
        }
    </style>
</head>
<body>

    <!-- Widget - BÊN TRÁI -->
    <div class="widget-container" id="widgetContainer">
        <!-- Thông báo chưa hết giờ -->
        <div id="timeoutMessage" class="timeout-message">
            <i class="fas fa-hourglass-half" style="margin-right: 8px;"></i>
            Vui lòng đợi <span id="timeLeftText">180</span> giây nữa
        </div>
        
        <!-- Form popup -->
        <div id="formPopup" class="form-popup">
            <div class="form-header">
                <div class="form-title">
                    <i class="fas fa-clock"></i> Nhập thông tin
                </div>
                <button class="close-btn" id="closeForm">
                    <i class="fas fa-times"></i>
                </button>
            </div>
            
            <div class="form-body">
                <div id="formContent">
                    <div class="input-group">
                        <label class="input-label">Số điện thoại của bạn</label>
                        <input type="tel" 
                               id="phoneInput" 
                               class="phone-input" 
                               placeholder="Nhập Số Điện Thoại"
                               maxlength="11"
                               inputmode="numeric">
                        <div id="phoneError" class="error-message">
                            Vui lòng nhập số điện thoại hợp lệ
                        </div>
                    </div>
                    
                    <button id="submitBtn" class="submit-btn">
                        <span id="btnText">
                            <i class="fas fa-paper-plane"></i> Gửi thông tin
                        </span>
                    </button>
                    
                </div>
                
                <div id="successMessage" class="success-message">
                    <div class="success-icon">
                        <i class="fas fa-check-circle"></i>
                    </div>
                    <div class="success-text">Đã gửi thành công</div>
                    <p class="info-text">
                        Bạn đã tích được 1 điểm quy đổi
                    </p>
                </div>

                <div id="errorMessage" class="success-message" style="display: none; color: #dc2626;">
                    <div class="success-icon">
                        <i class="fas fa-exclamation-circle"></i>
                    </div>
                    <div class="success-text">Gửi thất bại</div>
                    <p class="info-text">
                        Vui lòng thử lại sau
                    </p>
                </div>
            </div>
        </div>
        
        <!-- Nút chính - Đồng hồ -->
        <button id="clockBtn" class="clock-btn disabled" title="Đang đếm ngược...">
            <i class="fas fa-clock"></i>
            <div id="countBadge" class="count-badge">180</div>
        </button>
    </div>

    <script>
        document.addEventListener('DOMContentLoaded', function() {
            // Elements
            const widgetContainer = document.getElementById('widgetContainer');
            const clockBtn = document.getElementById('clockBtn');
            const countBadge = document.getElementById('countBadge');
            const timeoutMessage = document.getElementById('timeoutMessage');
            const timeLeftText = document.getElementById('timeLeftText');
            const formPopup = document.getElementById('formPopup');
            const closeForm = document.getElementById('closeForm');
            const phoneInput = document.getElementById('phoneInput');
            const phoneError = document.getElementById('phoneError');
            const submitBtn = document.getElementById('submitBtn');
            const btnText = document.getElementById('btnText');
            const successMessage = document.getElementById('successMessage');
            const errorMessage = document.getElementById('errorMessage');
            const formContent = document.getElementById('formContent');
            
            // CẤU HÌNH QUAN TRỌNG: THAY ĐỔI URL NÀY THÀNH URL WEB APP CỦA BẠN
            const GOOGLE_SCRIPT_URL = 'https://script.google.com/macros/s/AKfycbww0gAY6jiaNAYXEIpVl24Hn169YTCaY7zvKRZbpfqyFNDROxrswVR5qLgZF5bWROWF/exec';
            
            // Variables
            let countdownTimer;
            let timeLeft = 180; // 180 giây = 2 phút
            let isFormShown = false;
            let isSubmitted = false;
            let isTimeout = false;
            let tooltipTimeout;
            
            // Khởi động đếm ngược
            function initCountdown() {
                console.log('&#x23f0; Bắt đầu đếm 180 giây (3 phút)...');
                console.log('&#x1f4cc; Desktop: Nút cao hơn 70px từ cạnh dưới');
                console.log('&#x1f4f1; Mobile: Nút cao hơn 80px từ cạnh dưới (+10px thêm)');
                startCountdown();
            }
            
            // Bắt đầu đếm ngược
            function startCountdown() {
                updateBadge();
                
                countdownTimer = setInterval(() => {
                    timeLeft--;
                    updateBadge();
                    
                    if (timeLeft <= 0) {
                        endCountdown();
                    }
                }, 1000);
            }
            
            // Cập nhật badge
            function updateBadge() {
                countBadge.textContent = timeLeft;
                timeLeftText.textContent = timeLeft;
                
                // Đổi màu khi sắp hết giờ
                if (timeLeft <= 30) {
                    countBadge.style.background = timeLeft <= 10 ? '#dc2626' : '#f59e0b';
                } else {
                    countBadge.style.background = '#ef4444';
                }
                
                // Hiển thị thời gian dạng phút:giây khi còn dưới 60 giây
                if (timeLeft < 60) {
                    countBadge.textContent = timeLeft;
                }
            }
            
            // Kết thúc đếm ngược
            function endCountdown() {
                clearInterval(countdownTimer);
                countBadge.textContent = '✓';
                countBadge.style.background = '#f59e0b';
                isTimeout = true;
                
                // Mở khóa nút
                clockBtn.classList.remove('disabled');
                clockBtn.classList.add('completed');
                clockBtn.title = 'Nhấn để mở form nhập thông tin';
                
                console.log('&#x2705; Đã hết 180 giây, nút đã sẵn sàng mở form');
            }
            
            // Hiển thị thông báo chưa hết giờ
            function showTimeoutMessage() {
                timeoutMessage.classList.add('show');
            }
            
            // Ẩn thông báo chưa hết giờ
            function hideTimeoutMessage() {
                timeoutMessage.classList.remove('show');
            }
            
            // Hover vào nút đồng hồ
            clockBtn.addEventListener('mouseenter', () => {
                clearTimeout(tooltipTimeout);
                
                if (isSubmitted) return;
                
                if (!isTimeout) {
                    showTimeoutMessage();
                }
            });
            
            clockBtn.addEventListener('mouseleave', () => {
                tooltipTimeout = setTimeout(() => {
                    hideTimeoutMessage();
                }, 300);
            });
            
            // Click nút đồng hồ
            clockBtn.addEventListener('click', function() {
                if (isSubmitted) return;
                
                if (!isTimeout) {
                    // Tính thời gian còn lại để hiển thị
                    const minutes = Math.floor(timeLeft / 60);
                    const seconds = timeLeft % 60;
                    const timeDisplay = minutes > 0 ? 
                        `${minutes} phút ${seconds} giây` : 
                        `${seconds} giây`;
                    
                    timeLeftText.textContent = timeDisplay;
                    showTimeoutMessage();
                    setTimeout(() => hideTimeoutMessage(), 2000);
                    return;
                }
                
                if (!isFormShown) {
                    showForm();
                } else {
                    hideForm();
                }
            });
            
            // Hiện form
            function showForm() {
                isFormShown = true;
                formPopup.classList.add('show');
                hideTimeoutMessage();
                
                // Reset trạng thái form
                phoneError.style.display = 'none';
                phoneInput.style.borderColor = '#e5e7eb';
                
                setTimeout(() => phoneInput.focus(), 300);
            }
            
            // Ẩn form
            function hideForm() {
                formPopup.classList.remove('show');
                isFormShown = false;
            }
            
            // Đóng form bằng dấu X
            closeForm.addEventListener('click', function() {
                hideForm();
            });
            
            // Validate số điện thoại
            function validatePhone(phone) {
                const phoneRegex = /^(0[3|5|7|8|9])[0-9]{8}$/;
                return phoneRegex.test(phone);
            }
            
            // Hiển thị lỗi
            function showError(message) {
                phoneError.textContent = message;
                phoneError.style.display = 'block';
                phoneInput.style.borderColor = '#dc2626';
            }
            
            // Ẩn lỗi
            function hideError() {
                phoneError.style.display = 'none';
                phoneInput.style.borderColor = '#e5e7eb';
            }
            
            // Xử lý submit
            submitBtn.addEventListener('click', submitPhone);
            phoneInput.addEventListener('keypress', (e) => {
                if (e.key === 'Enter') submitPhone();
            });
            
            // Xử lý khi người dùng nhập
            phoneInput.addEventListener('input', () => {
                hideError();
            });
            
            async function submitPhone() {
                const phone = phoneInput.value.trim();
                
                // Validate
                if (!phone) {
                    showError('Vui lòng nhập số điện thoại');
                    phoneInput.focus();
                    return;
                }
                
                if (!validatePhone(phone)) {
                    showError('Số điện thoại không hợp lệ (10-11 số, bắt đầu bằng 03/05/07/08/09)');
                    phoneInput.focus();
                    return;
                }
                
                // Chuyển sang trạng thái loading
                btnText.innerHTML = '<div class="spinner"></div> Đang gửi...';
                submitBtn.disabled = true;
                
                try {
                    console.log('&#x1f4e4; Đang gửi dữ liệu đến Google Sheets...');
                    console.log('Số điện thoại:', phone);
                    console.log('URL:', GOOGLE_SCRIPT_URL);
                    
                    // Gửi dữ liệu đến Google Apps Script
                    const response = await fetch(GOOGLE_SCRIPT_URL, {
                        method: 'POST',
                        mode: 'no-cors', // Quan trọng: tránh lỗi CORS với Google Apps Script
                        headers: {
                            'Content-Type': 'application/json',
                        },
                        body: JSON.stringify({
                            phoneNumber: phone,
                            timestamp: new Date().toISOString(),
                            source: 'Website Widget'
                        })
                    });
                    
                    // Với mode 'no-cors', chúng ta không thể đọc response
                    // Nhưng dữ liệu vẫn được gửi thành công
                    console.log('&#x2705; Dữ liệu đã được gửi thành công');
                    
                    // Hiển thị thông báo thành công
                    showSuccess();
                    
                } catch (error) {
                    console.error('&#x274c; Lỗi khi gửi dữ liệu:', error);
                    showError();
                }
            }
            
            function showSuccess() {
                formContent.style.display = 'none';
                successMessage.classList.add('show');
                errorMessage.style.display = 'none';
                
                isSubmitted = true;
                
                setTimeout(() => {
                    hideForm();
                    formPopup.classList.add('disabled-popup');
                    widgetContainer.classList.add('hidden');
                    
                    console.log('&#x1f47b; Widget đã ẩn hoàn toàn');
                    
                    // Reset form sau khi ẩn
                    setTimeout(() => {
                        resetForm();
                    }, 300);
                    
                }, 2000);
            }
            
            function showError() {
                formContent.style.display = 'none';
                successMessage.style.display = 'none';
                errorMessage.style.display = 'block';
                
                // Hiển thị lại form sau 3 giây
                setTimeout(() => {
                    formContent.style.display = 'block';
                    errorMessage.style.display = 'none';
                    btnText.innerHTML = '<i class="fas fa-paper-plane"></i> Gửi thông tin';
                    submitBtn.disabled = false;
                }, 3000);
            }
            
            function resetForm() {
                formContent.style.display = 'block';
                successMessage.classList.remove('show');
                errorMessage.style.display = 'none';
                phoneInput.value = '';
                btnText.innerHTML = '<i class="fas fa-paper-plane"></i> Gửi thông tin';
                submitBtn.disabled = false;
                hideError();
            }
            
            // Đóng form khi click ra ngoài
            document.addEventListener('click', (e) => {
                if (formPopup.classList.contains('show') &&
                    !formPopup.contains(e.target) && 
                    !clockBtn.contains(e.target)) {
                    
                    hideForm();
                }
            });
            
            // Khởi động
            initCountdown();
        });
    </script>
</body>
</html>
<p>The post <a href="https://timgiasu.vn/gia-su-bao-nhieu-tien-1-tieng-bang-gia-chi-tiet-moi-nhat-2026/">Gia sư bao nhiêu tiền 1 tiếng? Bảng giá chi tiết mới nhất 2026</a> appeared first on <a href="https://timgiasu.vn">GIA SƯ NEXTCV </a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3328</post-id>	</item>
	</channel>
</rss>
