<div data-elementor-type="wp-page" data-elementor-id="15236" class="elementor elementor-15236" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-7425d24 e-con e-atomic-element e-flexbox-base e-8895110 " data-id="7425d24" data-element_type="e-flexbox" data-e-type="e-flexbox" data-interaction-id="7425d24" data-e-type="e-flexbox" data-id="7425d24">
 		<div class="elementor-element elementor-element-a0fa2f6 elementor-invisible elementor-widget elementor-widget-html" data-id="a0fa2f6" data-element_type="widget" data-e-type="widget" data-settings="{";_animation";:";fadeInUp";}" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html> 
<html lang="vi"> 
<head> 
 <meta charset="UTF-8"> 
 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
 <title>Phát Âm Hay - Hero Section Responsive</title> 
 <style> 
 /* Reset & Base Styles */ 
 *, *::before, *::after { 
 box-sizing: border-box; 
 margin: 0; 
 padding: 0; 
 } 
 
 body { 
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
 background-color: #ffffff; 
 color: #111111; 
 line-height: 1.5; 
 -webkit-font-smoothing: antialiased; 
 overflow-x: hidden; 
 } 
 
 /* Hero Section Container */ 
 .hero-section { 
 background: linear-gradient(135deg, #fff5f6 0%, #ffebee 100%); 
 padding: clamp(32px, 6vw, 80px) clamp(16px, 4vw, 24px); 
 display: flex; 
 justify-content: center; 
 align-items: center; 
 min-height: 0vh; 
 width: 100%; 
 } 
 
 .hero-container { 
 max-width: 1200px; 
 width: 100%; 
 display: grid; 
 grid-template-columns: 1.1fr 0.9fr; 
 gap: clamp(24px, 4vw, 50px); 
 align-items: center; 
 } 
 
 /* Left Content Column */ 
 .hero-content { 
 display: flex; 
 flex-direction: column; 
 align-items: flex-start; 
 width: 100%; 
 } 
 
 .subtitle-badge { 
 display: inline-block; 
 background-color: rgba(214, 0, 28, 0.08); 
 color: #d6001c; 
 font-size: clamp(0.85rem, 1.2vw, 0.95rem); 
 font-weight: 700; 
 padding: 6px 14px; 
 border-radius: 20px; 
 margin-bottom: 16px; 
 line-height: 1.4; 
 } 
 
 .main-heading { 
 color: #d6001c; 
 font-size: clamp(2rem, 4vw, 3.2rem); 
 font-weight: 900; 
 line-height: 1.1; 
 text-transform: uppercase; 
 letter-spacing: -0.5px; 
 margin-bottom: 12px; 
 word-break: break-word; 
 } 
 
 .italic-heading { 
 font-size: clamp(1.2rem, 2.5vw, 1.6rem); 
 font-weight: 700; 
 font-style: italic; 
 color: #111111; 
 margin-bottom: 20px; 
 } 
 
 .description-text { 
 font-size: clamp(1rem, 1.5vw, 1.1rem); 
 color: #333333; 
 margin-bottom: 14px; 
 width: 100%; 
 } 
 
 .highlight-text { 
 font-size: clamp(0.95rem, 1.4vw, 1.05rem); 
 color: #444444; 
 margin-bottom: 28px; 
 width: 100%; 
 } 
 
 .highlight-text strong { 
 color: #111111; 
 font-weight: 700; 
 } 
 
 /* CTA Button */ 
 .btn-cta { 
 display: inline-flex; 
 align-items: center; 
 justify-content: center; 
 background-color: #d6001c !important; 
 color: #ffffff !important; 
 text-decoration: none; 
 font-weight: 700; 
 font-size: clamp(1rem, 1.5vw, 1.15rem); 
 padding: 16px 36px; 
 border-radius: 8px; 
 transition: all 0.3s ease; 
 box-shadow: 0 8px 20px rgba(214, 0, 28, 0.3); 
 margin-bottom: 32px; 
 } 
 
 .btn-cta:hover, .btn-cta:visited, .btn-cta:active { 
 color: #ffffff !important; 
 } 
 
 .btn-cta:hover { 
 background-color: #b00017 !important; 
 transform: translateY(-3px); 
 box-shadow: 0 12px 24px rgba(214, 0, 28, 0.4); 
 } 
 
 /* Feature Bar */ 
 .feature-bar { 
 width: 100%; 
 display: flex; 
 align-items: center; 
 gap: 12px; 
 flex-wrap: wrap; 
 } 
 
 .feature-item { 
 display: flex; 
 align-items: center; 
 gap: 8px; 
 background-color: #ffffff; 
 padding: 10px 16px; 
 border-radius: 50px; 
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04); 
 font-size: 0.9rem; 
 font-weight: 600; 
 color: #111111; 
 white-space: nowrap; 
 } 
 
 .feature-item svg { 
 width: 18px; 
 height: 18px; 
 flex-shrink: 0; 
 fill: none; 
 stroke: #d6001c; 
 stroke-width: 2.2; 
 stroke-linecap: round; 
 stroke-linejoin: round; 
 } 
 
 /* Right Image Column */ 
 .hero-image-wrapper { 
 position: relative; 
 width: 100%; 
 display: flex; 
 justify-content: center; 
 align-items: center; 
 } 
 
 .hero-image-wrapper img { 
 width: 100%; 
 height: auto; 
 max-height: 540px; 
 object-fit: cover; 
 border-radius: 16px; 
 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); 
 transition: transform 0.4s ease; 
 } 
 
 .hero-image-wrapper:hover img { 
 transform: scale(1.01); 
 } 
 
 /* ================= Responsive Layout Shifts ================= */ 
 
 /* Laptop / Tablet ngang (Dưá»i 1024px) */ 
 @media (max-width: 1024px) { 
 .hero-container { 
 grid-template-columns: 1fr; 
 gap: 32px; 
 } 
 
 /* Đẩy ảnh lên trưá»c, chữ bên dưá»i khi xem trên Tablet/Mobile */ 
 .hero-content { 
 order: 2; 
 } 
 
 .hero-image-wrapper { 
 order: 1; 
 } 
 
 .hero-image-wrapper img { 
 max-height: 420px; 
 } 
 } 
 
 /* Điá»n thoại (Dưá»i 600px) */ 
 @media (max-width: 600px) { 
 .hero-section { 
 align-items: flex-start; 
 } 
 
 .subtitle-badge { 
 font-size: 0.85rem; 
 padding: 6px 12px; 
 margin-bottom: 12px; 
 } 
 
 .btn-cta { 
 width: 100%; /* Nút full chiá»u rá»ng màn hình di đá»ng */ 
 padding: 14px 20px; 
 margin-bottom: 24px; 
 } 
 
 .hero-image-wrapper img { 
 max-height: 300px; 
 } 
 
 /* Layout 2 cá»t cho các thẻ tính năng trên mobile */ 
 .feature-bar { 
 display: grid; 
 grid-template-columns: repeat(2, 1fr); 
 gap: 10px; 
 } 
 
 .feature-item { 
 width: 100%; 
 justify-content: flex-start; 
 padding: 8px 12px; 
 font-size: 0.82rem; 
 white-space: normal; /* Cho phép rá»t dòng nếu chữ quá dài */ 
 } 
 
 /* Thẻ cuá»i cùng nằm full 2 cá»t nếu lẻ */ 
 .feature-item:last-child { 
 grid-column: span 2; 
 } 
 } 
 </style> 
</head> 
<body> 
 
 <section class="hero-section"> 
 <div class="hero-container"> 
 
 <!-- Cá»t Ná»i Dung --> 
 <div class="hero-content"> 
 <span class="subtitle-badge">92% ngưá»i há»c tiếng Anh tại Viá»t Nam chưa vượt qua ngưỡng 'giao tiếp cÆ¡ bản'</span> 
 
 <h1 class="main-heading">ENGLISH FLUENCY &; NATURAL SPEECH</h1> 
 <h2 class="italic-heading">Nói Lưu Loát và Tá»± Nhiên</h2> 
 
 <p class="description-text"> 
 Giải pháp đá»t phá giúp bạn nói tiếng Anh có “há»n” và “nhạc điá»u” như ngưá»i bản xứ, tá»± tin tá»a sáng trong má»i tình huá»ng công viá»c. 
 </p> 
 
 <p class="highlight-text"> 
 Khóa há»c dành cho ngưá»i đã có ná»n tảng tiếng Anh tá»t, <strong>trình đá» B2-C1</strong>, muá»n <strong>phá vỡ rào cản phát âm và ngữ điá»u</strong> đá» giao tiếp tá»± tin, trôi chảy trong công viá»c và cuá»c sá»ng. 
 </p> 
 
 <!-- Nút CTA --> 
 <a href="https://phatamhay.com/kiem-tra/" class="btn-cta" target="_blank" rel="noopener noreferrer"> 
 Kiá»m Tra Phát Âm 
 </a> 
 
 <!-- Thanh Thông Tin Tiá»n Ích --> 
 <div class="feature-bar"> 
 <div class="feature-item"> 
 <svg viewBox="0 0 24 24"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg> 
 <span>8–10 há»c viên / lá»p</span> 
 </div> 
 <div class="feature-item"> 
 <svg viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg> 
 <span>Há»c online qua Zoom</span> 
 </div> 
 <div class="feature-item"> 
 <svg viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> 
 <span>Trình đá» B2–C1</span> 
 </div> 
 </div> 
 
 </div> 
 
 <!-- Cá»t Hình Ảnh --> 
 <div class="hero-image-wrapper"> 
 <img src="https://i.postimg.cc/FFGRhDpF/IMG-8572.jpg" alt="Phát Âm Hay - Há»c viên giao tiếp tá»± tin"> 
 </div> 
 
 </div> 
 </section> 
 
</body> 
</html>				</div>
				</div>
		
</div>
<div class="elementor-element elementor-element-undefined-c8a1826 e-con-full e-flex e-con e-parent" data-id="undefined-c8a1826" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bd5badd elementor-invisible elementor-widget elementor-widget-html" data-id="bd5badd" data-element_type="widget" data-e-type="widget" data-settings="{";_animation";:";fadeInUp";}" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html> 
<html lang="vi"> 
<head> 
 <meta charset="UTF-8"> 
 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
 <title>Bạn sẽ đạt được gì sau khóa há»c?</title> 
 <style> 
 /* Reset & Base Styles */ 
 *, *::before, *::after { 
 box-sizing: border-box; 
 margin: 0; 
 padding: 0; 
 } 
 
 body { 
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
 background-color: #FAFAFA; 
 color: #111111; 
 line-height: 1.6; 
 -webkit-font-smoothing: antialiased; 
 } 
 
 /* Outer Section */ 
 .outcomes-section { 
 width: 100%; 
 padding: clamp(24px, 4vw, 52px) clamp(12px, 2.5vw, 20px); 
 background-color: #FAFAFA; 
 display: flex; 
 justify-content: center; 
 } 
 
 /* Container */ 
 .outcomes-container { 
 max-width: 1140px; 
 width: 100%; 
 margin: 0 auto; 
 } 
 
 /* Section Title */ 
 .outcomes-title { 
 text-align: center; 
 color: #D6001C; 
 font-size: clamp(1.6rem, 3.5vw, 2.4rem); 
 font-weight: 900; 
 line-height: 1.25; 
 margin-bottom: clamp(24px, 3.5vw, 40px); 
 letter-spacing: -0.5px; 
 } 
 
 /* Grid Layout: 3 Cá»t trên Desktop, 2 Cá»t trên Tablet, 1 Cá»t trên Mobile */ 
 .outcomes-grid { 
 display: grid; 
 grid-template-columns: repeat(3, 1fr); 
 gap: clamp(16px, 2vw, 24px); 
 } 
 
 /* Individual Card Style */ 
 .outcome-card { 
 background: #FFFFFF; 
 border-radius: 16px; 
 padding: clamp(18px, 2.2vw, 24px); 
 border: 1px solid #EAEAEA; 
 box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03); 
 transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); 
 display: flex; 
 flex-direction: column; 
 } 
 
 .outcome-card:hover { 
 transform: translateY(-4px); 
 box-shadow: 0 12px 28px rgba(214, 0, 28, 0.09); 
 border-color: rgba(214, 0, 28, 0.25); 
 } 
 
 /* Header trong Card: Ảnh nhá» + Tiêu đá» */ 
 .card-header { 
 display: flex; 
 align-items: center; 
 gap: 14px; 
 margin-bottom: 14px; 
 } 
 
 /* Khung ảnh nhá» xinh bo tròn */ 
 .card-image-thumb { 
 width: 52px; 
 height: 52px; 
 min-width: 52px; 
 border-radius: 50%; 
 overflow: hidden; 
 border: 2px solid #FFE1E4; 
 box-shadow: 0 2px 8px rgba(214, 0, 28, 0.1); 
 flex-shrink: 0; 
 background-color: #FFF0F2; 
 } 
 
 .card-image-thumb img { 
 width: 100%; 
 height: 100%; 
 object-fit: cover; 
 transition: transform 0.3s ease; 
 } 
 
 .outcome-card:hover .card-image-thumb img { 
 transform: scale(1.1); 
 } 
 
 /* Title */ 
 .card-title { 
 font-size: clamp(0.98rem, 1.2vw, 1.1rem); 
 font-weight: 800; 
 color: #111111; 
 line-height: 1.35; 
 } 
 
 /* Description Text */ 
 .card-text { 
 font-size: clamp(0.88rem, 1.05vw, 0.95rem); 
 color: #444444; 
 line-height: 1.6; 
 } 
 
 .card-text em { 
 font-style: normal; 
 font-weight: 600; 
 color: #111111; 
 background-color: #FFF0F2; 
 padding: 1px 5px; 
 border-radius: 4px; 
 } 
 
 /* Responsive Queries */ 
 @media (max-width: 992px) { 
 .outcomes-grid { 
 grid-template-columns: repeat(2, 1fr); 
 } 
 } 
 
 @media (max-width: 576px) { 
 .outcomes-grid { 
 grid-template-columns: 1fr; 
 } 
 
 .card-header { 
 gap: 12px; 
 } 
 
 .card-image-thumb { 
 width: 48px; 
 height: 48px; 
 min-width: 48px; 
 } 
 } 
 </style> 
</head> 
<body> 
 
 <section class="outcomes-section"> 
 <div class="outcomes-container"> 
 
 <h2 class="outcomes-title">Bạn sẽ đạt được gì sau khóa há»c?</h2> 
 
 <div class="outcomes-grid"> 
 
 <!-- Card 1 --> 
 <article class="outcome-card"> 
 <div class="card-header"> 
 <div class="card-image-thumb"> 
 <img src="https://encrypted-tbn3.gstatic.com/licensed-image?q=tbn:ANd9GcQXABwxluEdOMQUX-qUX9fGsp4GQcc1vuT135Gygvg2-qK_6OvdJhlVP2UhWHL3V--H2MlS005Z8FEnr5I" alt="Nói tiếng Anh trôi chảy"> 
 </div> 
 <h3 class="card-title">Nói tiếng Anh trôi chảy, không bá» ngắc ngứ</h3> 
 </div> 
 <p class="card-text">Biết cách ngắt câu đúng chá» đá» ngưá»i nghe không bá» rá»i. Nhấn đúng từ quan trá»ng trong câu, nói ra là ngưá»i ta hiá»u ngay ý chính. Ná»i âm tá»± nhiên thay vì nói từng từ má»t như ngưá»i máy.</p> 
 </article> 
 
 <!-- Card 2 --> 
 <article class="outcome-card"> 
 <div class="card-header"> 
 <div class="card-image-thumb"> 
 <img src="https://encrypted-tbn2.gstatic.com/licensed-image?q=tbn:ANd9GcQuSWU3-3B0tlsRR4FJkqAiyf1EpnyIVzbUOyLXdN9WPmLioz7tYcBQKevsT0LFw0L42Vfn63SiD9MbBI0" alt="Giá»ng nói có chiá»u sâu"> 
 </div> 
 <h3 class="card-title">Giá»ng nói có chiá»u sâu, chuyên nghiá»p & tá»± tin</h3> 
 </div> 
 <p class="card-text">Biết cách lên xuá»ng giá»ng như đi xuá»ng cầu thang, nghe rất "Tây". Phân biá»t được từ nào cần nói to rõ, từ nào nói nhẹ qua thôi. Nói giản lược âm như ngưá»i bản xứ, không bá» cứng nhắc.</p> 
 </article> 
 
 <!-- Card 3 --> 
 <article class="outcome-card"> 
 <div class="card-header"> 
 <div class="card-image-thumb"> 
 <img src="https://encrypted-tbn3.gstatic.com/licensed-image?q=tbn:ANd9GcTG4ipnRfSaKmIk1NvHBOMBYhEMDstePyUdu5ljBD1ZC-eS1qq3JTPltsM5pZ7zi_GmIwkwQ6wco8bbE0M" alt="Phản xạ nhanh"> 
 </div> 
 <h3 class="card-title">Hết cảnh bí từ, áºm ừ hay đứng hình khi nói</h3> 
 </div> 
 <p class="card-text">Biết nói vòng khi quên từ, không còn cảnh "à... ừ... thì..." dài dòng. Có kỹ thuáºt sá»a lá»i trong lúc nói chuyá»n mà vẫn tá»± nhiên. Phản xạ nhanh trong há»p, thuyết trình, đàm phán.</p> 
 </article> 
 
 <!-- Card 4 --> 
 <article class="outcome-card"> 
 <div class="card-header"> 
 <div class="card-image-thumb"> 
 <img src="https://encrypted-tbn0.gstatic.com/licensed-image?q=tbn:ANd9GcSKzMIkWkJRwX1X81fEwmvw4_lr1q16D5JUkOu7kejBe1hBxFKUT03WWExBsJf3vbObm_yuemZ02R-61bo" alt="Phát âm chuẩn"> 
 </div> 
 <h3 class="card-title">Phát âm chuẩn hÆ¡n, đặc biá»t những từ dá» sai</h3> 
 </div> 
 <p class="card-text">Ôn táºp lại toàn bá» nguyên âm và phụ âm. ĐÆ°á»£c sá»a lá»i sai rất kỹ phần phát âm. Nói đúng mấy từ hay bá» nuá»t âm như: <em>chocolate</em>, <em>vegetable</em>, <em>different</em>, <em>comfortable</em>.</p> 
 </article> 
 
 <!-- Card 5 --> 
 <article class="outcome-card"> 
 <div class="card-header"> 
 <div class="card-image-thumb"> 
 <img src="https://encrypted-tbn0.gstatic.com/licensed-image?q=tbn:ANd9GcSvEAU4vutM08vAzptosG_UMC1G0YiZEP3f1mYqkbpTKAe7-0GBh64aodTEfjKZr_biHLaw2HnW4s_Sh2U" alt="Giao tiếp Zoom/Phone"> 
 </div> 
 <h3 class="card-title">Tá»± tin làm viá»c vá»i ngưá»i nưá»c ngoài (Zoom / Phone)</h3> 
 </div> 
 <p class="card-text">Biết bắt chuyá»n xã giao trưá»c khi vào viá»c chính. Tham gia há»p online mượt mà, từ ngắt lá»i lá»ch sá»±, xá» lý sá»± cá» kỹ thuáºt đến kết thúc cuá»c há»p mà không sợ mất lòng.</p> 
 </article> 
 
 <!-- Card 6 --> 
 <article class="outcome-card"> 
 <div class="card-header"> 
 <div class="card-image-thumb"> 
 <img src="https://encrypted-tbn3.gstatic.com/licensed-image?q=tbn:ANd9GcTClL84ibsubiNfcW79NfDuYQAatWXWzU_ew5xgbAw3qMXF_SWYsg9HfNxzh8qVE5zJz6yo0zAgY27g1gw" alt="Tá»± tin không lo lắng"> 
 </div> 
 <h3 class="card-title">Hết lo lắng, run chân run tay khi nói tiếng Anh</h3> 
 </div> 
 <p class="card-text">Sá» dụng 100% tiếng Anh trong lá»p há»c. Có bài táºp thá» đÆ¡n giản đá» bình tĩnh ngay giữa cuá»c há»p căng thẳng. Tá»± tạo đá»ng lá»±c bằng cách "tắm" trong cảm giác dá» chá»u má»i ngày.</p> 
 </article> 
 
 </div> 
 
 </div> 
 </section> 
 
</body> 
</html>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-undefined-3fe5756 e-flex e-con-boxed e-con e-parent" data-id="undefined-3fe5756" data-element_type="container" data-e-type="container" data-settings="{";background_background";:";classic";}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-undefined-6918ff8 e-con-full e-flex e-con e-child" data-id="undefined-6918ff8" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5f771d2 elementor-invisible elementor-widget elementor-widget-html" data-id="5f771d2" data-element_type="widget" data-e-type="widget" data-settings="{";_animation";:";zoomIn";}" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html> 
<html lang="vi"> 
<head> 
 <meta charset="UTF-8"> 
 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
 <title>Khám Phá Trải Nghiá»m Tháºt Trong Lá»p Há»c - Compact</title> 
 <style> 
 /* Reset & Base Styles */ 
 *, *::before, *::after { 
 box-sizing: border-box; 
 margin: 0; 
 padding: 0; 
 } 
 
 body { 
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
 background-color: #FAFAFA; 
 color: #111111; 
 line-height: 1.5; 
 -webkit-font-smoothing: antialiased; 
 } 
 
 /* Section Bao Ngoài - Giảm Khoảng Trá»ng Trên Dưá»i & Trái Phải */ 
 .class-experience-section { 
 width: 100%; 
 background: linear-gradient(135deg, #FFF5F6 0%, #FFEBEB 100%); 
 /* Thu gá»n padding: Trên/Dưá»i chá» từ 20px - 40px | Trái/Phải từ 12px - 20px */ 
 padding: clamp(20px, 3.5vw, 10px) clamp(12px, 2.5vw, 20px); 
 display: flex; 
 justify-content: center; 
 align-items: center; 
 } 
 
 /* Container Giá»i Hạn Chiá»u Rá»ng Tá»i Đa */ 
 .class-experience-container { 
 max-width: 1200px; 
 width: 100%; 
 margin: 0 auto; 
 text-align: center; 
 display: flex; 
 flex-direction: column; 
 align-items: center; 
 } 
 
 /* Subtitle Badge - Giảm Margin Dưá»i */ 
 .experience-badge { 
 display: inline-block; 
 background-color: rgba(214, 0, 28, 0.08); 
 color: #D6001C; 
 font-size: clamp(0.82rem, 1.1vw, 0.95rem); 
 font-weight: 700; 
 padding: 5px 14px; 
 border-radius: 50px; 
 margin-bottom: 10px; /* Thu gá»n khoảng cách */ 
 letter-spacing: 0.2px; 
 line-height: 1.3; 
 } 
 
 /* Main Heading - Giảm Margin Dưá»i */ 
 .experience-title { 
 color: #D6001C; 
 font-size: clamp(1.6rem, 3.8vw, 2.8rem); 
 font-weight: 900; 
 line-height: 1.15; 
 margin-bottom: 12px; /* Thu gá»n khoảng cách */ 
 letter-spacing: -0.5px; 
 word-break: break-word; 
 } 
 
 /* Description Paragraph - Tá»i Ưu Dòng & Khoảng Cách */ 
 .experience-description { 
 font-size: clamp(0.95rem, 1.4vw, 1.08rem); 
 color: #333333; 
 line-height: 1.6; 
 max-width: 900px; 
 margin: 0 auto; 
 } 
 
 .experience-description strong { 
 color: #111111; 
 font-weight: 700; 
 } 
 
 /* Mobile Responsive - Tá»i Ưu Siêu Gá»n Cho Điá»n Thoại */ 
 @media (max-width: 480px) { 
 .class-experience-section { 
 padding: 18px 10px; /* Siêu gá»n cho mobile */ 
 } 
 
 .experience-badge { 
 padding: 4px 10px; 
 margin-bottom: 8px; 
 } 
 
 .experience-title { 
 margin-bottom: 10px; 
 } 
 
 .experience-description { 
 text-align: justify; 
 text-justify: inter-word; 
 } 
 } 
 </style> 
</head> 
<body> 
 
 <section class="class-experience-section"> 
 <div class="class-experience-container"> 
 
 <!-- Subtitle Badge --> 
 <span class="experience-badge"> 
 Làm chá»§ giá»ng Mỹ – nói tá»± nhiên và trôi chảy như ngưá»i Mỹ 
 </span> 
 
 <!-- Main Heading --> 
 <h2 class="experience-title"> 
 Khám phá trải nghiá»m tháºt trong lá»p há»c 
 </h2> 
 
 <!-- Description Paragraph --> 
 <p class="experience-description"> 
 Hãy xem những buá»i há»c thá»±c tế, nÆ¡i há»c viên thá»±c sá»± tương tác và phản xạ ngay trên lá»p. Qua video này, bạn sẽ thấy rõ phương pháp giảng dạy sinh đá»ng, lôi cuá»n, cùng sá»± cải thiá»n phát âm rõ rá»t mà há»c viên đạt được chá» sau thá»i gian ngắn. <strong>Đừng chần chừ, tham gia ngay hôm nay</strong> đá» má»i ngày bạn đá»u tá»± tin hÆ¡n, nói tiếng Anh rõ ràng và trôi chảy hÆ¡n! 
 </p> 
 
 </div> 
 </section> 
 
</body> 
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-3096919c animated-fast e-tabs-view-vertical elementor-layout-end elementor-invisible elementor-widget elementor-widget-video-playlist" data-id="3096919c" data-element_type="widget" data-e-type="widget" data-settings="{";playlist_title";:";Video Collection";,";tabs";:[{";title";:";L\u1edbp Ph\u00e1t \u00c2m N\u1ec1n T\u1ea3ng - \u00c2m \/i\/ &; \/\u026a\/ | Ph\u00e1t \u00c2m Hay";,";_id";:";858a36d";,";youtube_url";:";https:\/\/youtu.be\/izTriPQzKtw";,";vimeo_url";:null,";duration";:";1:38:05";,";thumbnail";:{";url";:";https:\/\/img.youtube.com\/vi\/izTriPQzKtw\/maxresdefault.jpg";,";id";:";";,";size";:";";},";type";:";youtube";,";is_external_url";:null,";hosted_url";:null,";external_url";:null,";section_html_tag";:null,";video_html_tag";:";h4";,";inner_tab_is_content_visible";:";";,";inner_tab_content_1";:null,";inner_tab_content_2";:null},{";title";:";L\u1edbp Ph\u00e1t \u00c2m Trung C\u1ea5p T\u1ea1i Ph\u00e1t \u00c2m Hay";,";_id";:";204bc74";,";youtube_url";:";https:\/\/youtu.be\/wZSb_s73Kx0";,";vimeo_url";:null,";duration";:";1:47:07";,";thumbnail";:{";url";:";https:\/\/img.youtube.com\/vi\/wZSb_s73Kx0\/maxresdefault.jpg";,";id";:";";,";size";:";";},";type";:";youtube";,";is_external_url";:null,";hosted_url";:null,";external_url";:null,";section_html_tag";:null,";video_html_tag";:";h4";,";inner_tab_is_content_visible";:";";,";inner_tab_content_1";:null,";inner_tab_content_2";:null},{";title";:";L\u1edbp N\u00f3i L\u01b0u Lo\u00e1t &; T\u1ef1 Nhi\u00ean | Ph\u00e1t \u00c2m Hay";,";_id";:";9454e66";,";youtube_url";:";https:\/\/youtu.be\/A1R-Po7k35Q";,";vimeo_url";:null,";duration";:";1:37:30";,";thumbnail";:{";url";:";https:\/\/img.youtube.com\/vi\/A1R-Po7k35Q\/maxresdefault.jpg";,";id";:";";,";size";:";";},";type";:";youtube";,";is_external_url";:null,";hosted_url";:null,";external_url";:null,";section_html_tag";:null,";video_html_tag";:";h4";,";inner_tab_is_content_visible";:";";,";inner_tab_content_1";:null,";inner_tab_content_2";:null}],";inner_tab_title_1";:";Basics";,";inner_tab_title_2";:";Advanced";,";_animation";:";fadeInUp";}" data-widget_type="video-playlist.default">
				<div class="elementor-widget-container">
					
		<div class="e-tabs" role="region" aria-labelledby="e-playlist-3096919c">
			<div class="e-tabs-main-area">
				<div class="e-tabs-wrapper">
					<div class="e-tabs-header">
						<h2 class="e-tabs-title" id="e-playlist-3096919c">Video Collection</h2>
						<div class="e-tabs-header-right-side">
															<span class="e-tabs-videos-count">3 Videos</span>
														<svg aria-hidden="true" class="e-tabs-toggle-videos-display-button rotate-down e-font-icon-svg e-eicon-caret-down" viewBox="0 0 571.4 571.4" xmlns="http://www.w3.org/2000/svg"><path d="M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z"></path></svg>						</div>
					</div>
					<div class="e-tabs-items-wrapper">
						<div class="e-tabs-items" role="tablist">
																								<div id="e-tab-title-8151" class="e-tab-title e-tab-desktop-title" aria-selected="true" data-tab="1" role="tab" tabindex="0" aria-controls="e-tab-content-8151">
																					<div class="e-tab-thumbnail">
																									<img src="https://img.youtube.com/vi/izTriPQzKtw/maxresdefault.jpg" alt="Lá»p Phát Âm Ná»n Tảng - Âm /i/ &; /ɪ/ | Phát Âm Hay" loading="lazy" />
																								<span class="icon-play"><svg aria-hidden="true" class="e-font-icon-svg e-fas-play-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg></span>
												<span class="icon-watched"><svg aria-hidden="true" class="e-font-icon-svg e-fas-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg></span>
											</div>
																				<h4 class="e-tab-title-text">
											<button type="button">Lá»p Phát Âm Ná»n Tảng - Âm /i/ & /ɪ/ | Phát Âm Hay</button>
										</h4>
																					<span class="e-tab-duration">1:38:05</span>
																			</div>
																																<div id="e-tab-title-8152" class="e-tab-title e-tab-desktop-title" aria-selected="false" data-tab="2" role="tab" tabindex="-1" aria-controls="e-tab-content-8152">
																					<div class="e-tab-thumbnail">
																									<img src="https://img.youtube.com/vi/wZSb_s73Kx0/maxresdefault.jpg" alt="Lá»p Phát Âm Trung Cấp Tại Phát Âm Hay" loading="lazy" />
																								<span class="icon-play"><svg aria-hidden="true" class="e-font-icon-svg e-fas-play-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg></span>
												<span class="icon-watched"><svg aria-hidden="true" class="e-font-icon-svg e-fas-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg></span>
											</div>
																				<h4 class="e-tab-title-text">
											<button type="button">Lá»p Phát Âm Trung Cấp Tại Phát Âm Hay</button>
										</h4>
																					<span class="e-tab-duration">1:47:07</span>
																			</div>
																																<div id="e-tab-title-8153" class="e-tab-title e-tab-desktop-title" aria-selected="false" data-tab="3" role="tab" tabindex="-1" aria-controls="e-tab-content-8153">
																					<div class="e-tab-thumbnail">
																									<img src="https://img.youtube.com/vi/A1R-Po7k35Q/maxresdefault.jpg" alt="Lá»p Nói Lưu Loát &; Tá»± Nhiên | Phát Âm Hay" loading="lazy" />
																								<span class="icon-play"><svg aria-hidden="true" class="e-font-icon-svg e-fas-play-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg></span>
												<span class="icon-watched"><svg aria-hidden="true" class="e-font-icon-svg e-fas-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg></span>
											</div>
																				<h4 class="e-tab-title-text">
											<button type="button">Lá»p Nói Lưu Loát & Tá»± Nhiên | Phát Âm Hay</button>
										</h4>
																					<span class="e-tab-duration">1:37:30</span>
																			</div>
																					</div>
						<div class="shadow shadow-top" aria-hidden="true"></div>
						<div class="shadow shadow-bottom" aria-hidden="true"></div>
					</div>
				</div>

				<div class="e-tabs-content-wrapper" role="tablist" aria-orientation="vertical">
											<div id="e-tab-content-8151" class="e-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="e-tab-title-8151" tabindex="0" data-video-url="https://youtu.be/izTriPQzKtw" data-video-type="youtube" data-video-title="Lá»p Phát Âm Ná»n Tảng - Âm /i/ &; /ɪ/ | Phát Âm Hay" data-video-duration="1:38:05">
							<div></div>
													</div>
											<div id="e-tab-content-8152" class="e-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="e-tab-title-8152" tabindex="0" data-video-url="https://youtu.be/wZSb_s73Kx0" data-video-type="youtube" data-video-title="Lá»p Phát Âm Trung Cấp Tại Phát Âm Hay" data-video-duration="1:47:07" hidden="hidden">
							<div></div>
													</div>
											<div id="e-tab-content-8153" class="e-tab-content elementor-clearfix" data-tab="3" role="tabpanel" aria-labelledby="e-tab-title-8153" tabindex="0" data-video-url="https://youtu.be/A1R-Po7k35Q" data-video-type="youtube" data-video-title="Lá»p Nói Lưu Loát &; Tá»± Nhiên | Phát Âm Hay" data-video-duration="1:37:30" hidden="hidden">
							<div></div>
													</div>
									</div>
			</div>

			<div class="e-tabs-inner-tabs" >
																																		</div>
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-697ed918 e-flex e-con-boxed e-con e-parent" data-id="697ed918" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-10e6b5b7 animated-fast elementor-invisible elementor-widget elementor-widget-heading" data-id="10e6b5b7" data-element_type="widget" data-e-type="widget" data-settings="{";_animation_mobile";:";fadeIn";,";_animation";:";zoomIn";}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default"><i>Ná»i dung khóa há»c<br></i><b>NÓI LƯU LOÁT VÀ Tá»° NHIÊN</b></h3>				</div>
				</div>
		<div class="elementor-element elementor-element-b545783 e-con-full e-flex e-con e-child" data-id="b545783" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-865f1f8 e-grid e-con-full animated-fast elementor-invisible e-con e-child" data-id="865f1f8" data-element_type="container" data-e-type="container" data-settings="{";animation";:";zoomIn";}">
					<div data-id="3f7a0d6" data-interaction-id="3f7a0d6" data-e-type="e-youtube" class="e-youtube-base" data-e-type="widget" data-id="3f7a0d6" data-settings="&#x7B;";source";&#x3A;";https&#x3A;&#x5C;&#x2F;&#x5C;&#x2F;youtu.be&#x5C;&#x2F;6Oq0056g1cI&#x3F;si&#x3D;8266dOU4SVl8NN6c";,";autoplay";&#x3A;false,";mute";&#x3A;false,";controls";&#x3A;true,";cc_load_policy";&#x3A;false,";loop";&#x3A;false,";rel";&#x3A;true,";start";&#x3A;null,";end";&#x3A;null,";privacy";&#x3A;false,";lazyload";&#x3A;false&#x7D;"></div>
					<div data-id="542bb74" data-interaction-id="542bb74" data-e-type="e-youtube" class="e-youtube-base" data-e-type="widget" data-id="542bb74" data-settings="&#x7B;";source";&#x3A;";https&#x3A;&#x5C;&#x2F;&#x5C;&#x2F;youtu.be&#x5C;&#x2F;quZUjKu4VGU&#x3F;si&#x3D;IJMB9sqzrfvcuSXq";,";autoplay";&#x3A;false,";mute";&#x3A;false,";controls";&#x3A;true,";cc_load_policy";&#x3A;false,";loop";&#x3A;false,";rel";&#x3A;true,";start";&#x3A;null,";end";&#x3A;null,";privacy";&#x3A;false,";lazyload";&#x3A;false&#x7D;"></div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7dc6ca5 e-flex e-con-boxed e-con e-parent" data-id="7dc6ca5" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c09a62d elementor-invisible elementor-widget elementor-widget-html" data-id="c09a62d" data-element_type="widget" data-e-type="widget" data-settings="{";_animation";:";fadeInUp";}" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html> 
<html lang="vi"> 
<head> 
 <meta charset="UTF-8"> 
 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
 <title>Thông Tin Khóa Há»c - Phát Âm Hay</title> 
 <style> 
 /* Reset & Core Setup */ 
 * { 
 box-sizing: border-box; 
 margin: 0; 
 padding: 0; 
 } 
 
 body { 
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
 background-color: #fafafa; 
 color: #1a1a1a; 
 line-height: 1.45; 
 } 
 
 .course-details-section { 
 padding: 50px 20px; 
 background: linear-gradient(180deg, #ffffff 0%, #fff5f6 100%); 
 display: flex; 
 justify-content: center; 
 } 
 
 .section-container { 
 max-width: 1200px; 
 width: 100%; 
 } 
 
 /* Keyframes CSS Animations */ 
 @keyframes fadeInUp { 
 from { 
 opacity: 0; 
 transform: translateY(20px); 
 } 
 to { 
 opacity: 1; 
 transform: translateY(0); 
 } 
 } 
 
 /* Common Card Styling - Căn giữa dá»c tuyá»t đá»i */ 
 .animated-card { 
 background: #ffffff; 
 border-radius: 12px; 
 padding: 18px 22px; 
 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); 
 border: 1px solid rgba(214, 0, 28, 0.08); 
 transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
 animation: fadeInUp 0.6s ease-out forwards; 
 
 /* Flexbox căn giữa dá»c */ 
 display: flex; 
 flex-direction: column; 
 justify-content: center; 
 } 
 
 .animated-card:hover { 
 transform: translateY(-4px); 
 box-shadow: 0 10px 25px rgba(214, 0, 28, 0.12); 
 border-color: rgba(214, 0, 28, 0.3); 
 } 
 
 /* Section Headings */ 
 .section-title { 
 text-align: center; 
 font-size: 1.8rem; 
 font-weight: 800; 
 color: #111111; 
 margin-bottom: 24px; 
 position: relative; 
 } 
 
 .section-title span { 
 color: #d6001c; 
 } 
 
 .section-title::after { 
 content: ''; 
 display: block; 
 width: 50px; 
 height: 3px; 
 background: #d6001c; 
 margin: 6px auto 0; 
 border-radius: 2px; 
 } 
 
 /* Block 1: Overview Grid */ 
 .overview-grid { 
 display: grid; 
 grid-template-columns: 1fr 1fr; 
 gap: 20px; 
 margin-bottom: 40px; 
 } 
 
 .overview-card { 
 justify-content: center; /* Căn giữa ná»i dung cả 2 ô Mục tiêu & Kết quả theo chiá»u dá»c */ 
 } 
 
 .overview-card h3 { 
 font-size: 1.2rem; 
 color: #d6001c; 
 margin-bottom: 10px; 
 display: flex; 
 align-items: center; 
 gap: 8px; 
 } 
 
 .overview-card p { 
 color: #444444; 
 font-size: 0.98rem; 
 } 
 
 .result-list { 
 list-style: none; 
 display: flex; 
 flex-direction: column; 
 gap: 8px; 
 } 
 
 .result-item { 
 display: flex; 
 align-items: center; 
 gap: 10px; 
 font-size: 0.95rem; 
 color: #333333; 
 } 
 
 .icon-check { 
 min-width: 18px; 
 height: 18px; 
 background: #d6001c; 
 color: #ffffff; 
 border-radius: 50%; 
 display: flex; 
 align-items: center; 
 justify-content: center; 
 font-size: 0.75rem; 
 font-weight: bold; 
 flex-shrink: 0; 
 } 
 
 /* Block 2: Quick Info Bar (SỬA Lá»I CĂN GIá»®A NẰM TRÊN HÌNH ẢNH CỦA BẠN) */ 
 .quick-info-bar { 
 display: grid; 
 grid-template-columns: repeat(3, 1fr); 
 gap: 16px; 
 margin-bottom: 45px; 
 align-items: stretch; /* Đảm bảo các ô có cùng chiá»u cao */ 
 } 
 
 .info-box { 
 background: #ffffff; 
 padding: 16px 20px; 
 border-radius: 10px; 
 display: flex; 
 align-items: center; /* Căn giữa Icon + Chữ theo chiá»u dá»c */ 
 justify-content: center; /* Căn giữa toàn bá» khá»i theo chiá»u ngang */ 
 gap: 14px; 
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04); 
 position: relative; 
 overflow: hidden; 
 border: 1px solid rgba(214, 0, 28, 0.08); 
 transition: transform 0.3s ease, box-shadow 0.3s ease; 
 min-height: 80px; /* Chiá»u cao tá»i thiá»u đá»ng nhất cho các ô */ 
 } 
 
 /* Tạo vạch đá» bên trái ôm trá»n góc bo tròn đẹp mắt */ 
 .info-box::before { 
 content: ''; 
 position: absolute; 
 left: 0; 
 top: 0; 
 bottom: 0; 
 width: 4px; 
 background: #d6001c; 
 } 
 
 .info-box:hover { 
 transform: translateY(-3px); 
 box-shadow: 0 6px 20px rgba(214, 0, 28, 0.12); 
 } 
 
 .info-icon { 
 width: 42px; 
 height: 42px; 
 background: rgba(214, 0, 28, 0.08); 
 border-radius: 8px; 
 display: flex; 
 align-items: center; 
 justify-content: center; 
 color: #d6001c; 
 flex-shrink: 0; 
 } 
 
 .info-icon svg { 
 width: 22px; 
 height: 22px; 
 stroke: currentColor; 
 stroke-width: 2; 
 fill: none; 
 } 
 
 .info-content { 
 display: flex; 
 flex-direction: column; 
 justify-content: center; /* Căn giữa 2 dòng văn bản */ 
 } 
 
 .info-content h4 { 
 font-size: 0.78rem; 
 text-transform: uppercase; 
 color: #777777; 
 letter-spacing: 0.5px; 
 line-height: 1.2; 
 margin-bottom: 3px; 
 } 
 
 .info-content p { 
 font-size: 0.95rem; 
 font-weight: 700; 
 color: #111111; 
 line-height: 1.3; 
 } 
 
 /* Block 3: Modules Grid */ 
 .modules-grid { 
 display: grid; 
 grid-template-columns: repeat(2, 1fr); 
 gap: 18px; 
 align-items: stretch; 
 } 
 
 .module-card { 
 position: relative; 
 overflow: hidden; 
 justify-content: center; /* Căn giữa các module theo chiá»u dá»c */ 
 } 
 
 .module-card::before { 
 content: ''; 
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 3px; 
 background: linear-gradient(90deg, #d6001c, #ff6b81); 
 opacity: 0; 
 transition: opacity 0.3s ease; 
 } 
 
 .module-card:hover::before { 
 opacity: 1; 
 } 
 
 .module-header { 
 display: flex; 
 align-items: center; 
 gap: 10px; 
 margin-bottom: 10px; 
 padding-bottom: 8px; 
 border-bottom: 1px solid #f0f0f0; 
 } 
 
 .module-number { 
 background: #111111; 
 color: #ffffff; 
 font-size: 0.75rem; 
 font-weight: 800; 
 padding: 3px 8px; 
 border-radius: 4px; 
 letter-spacing: 0.5px; 
 transition: background 0.3s ease; 
 } 
 
 .module-card:hover .module-number { 
 background: #d6001c; 
 } 
 
 .module-title { 
 font-size: 1.05rem; 
 font-weight: 800; 
 color: #111111; 
 text-transform: uppercase; 
 } 
 
 .module-topics { 
 list-style: none; 
 display: flex; 
 flex-direction: column; 
 justify-content: center; 
 gap: 6px; 
 } 
 
 .module-topics li { 
 position: relative; 
 padding-left: 16px; 
 font-size: 0.92rem; 
 color: #444444; 
 line-height: 1.35; 
 } 
 
 .module-topics li::before { 
 content: '•'; 
 position: absolute; 
 left: 0; 
 color: #d6001c; 
 font-size: 1.1rem; 
 line-height: 1; 
 } 
 
 /* Responsive adjustments */ 
 @media (max-width: 992px) { 
 .overview-grid, .modules-grid, .quick-info-bar { 
 grid-template-columns: 1fr; 
 } 
 } 
 </style> 
</head> 
<body> 
 
 <section class="course-details-section"> 
 <div class="section-container"> 
 
 <!-- 1. MỤC TIÊU & KẾT QUẢ --> 
 <div class="overview-grid"> 
 <!-- Mục tiêu --> 
 <div class="animated-card overview-card"> 
 <h3> 
 <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle></svg> 
 Mục Tiêu Khóa Há»c 
 </h3> 
 <p> 
 Nâng cao các yếu tá» siêu phân đoạn trong tiếng Anh – <strong>nhá»p điá»u, trá»ng âm, ngữ điá»u</strong> – đá»ng thá»i giúp bạn quản lý tá»t các âm khó trong bá»i cảnh giao tiếp thá»±c tế. Khóa há»c chú trá»ng <strong>ứng dụng ngay láºp tức</strong>, không lý thuyết suông. 
 </p> 
 </div> 
 
 <!-- Kết quả --> 
 <div class="animated-card overview-card"> 
 <h3> 
 <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg> 
 Kết Quả Sau Khóa Há»c 
 </h3> 
 <ul class="result-list"> 
 <li class="result-item"> 
 <span class="icon-check">✓</span> 
 <div><strong>Nói tiếng Anh trôi chảy, mượt mà:</strong> Có nhá»p điá»u tá»± nhiên, ná»i âm chuẩn bản xứ.</div> 
 </li> 
 <li class="result-item"> 
 <span class="icon-check">✓</span> 
 <div><strong>Phản xạ giao tiếp nhanh nhạy:</strong> Tá»± tin há»p hành, thuyết trình, đàm phán.</div> 
 </li> 
 <li class="result-item"> 
 <span class="icon-check">✓</span> 
 <div><strong>Làm chá»§ giá»ng Mỹ tá»± tin:</strong> Tạo lợi thế giao tiếp trong môi trưá»ng toàn cầu.</div> 
 </li> 
 </ul> 
 </div> 
 </div> 
 
 <!-- 2. THÔNG TIN KHÓA Há»C --> 
 <h2 class="section-title">Thông Tin <span>Khóa Há»c</span></h2> 
 <div class="quick-info-bar"> 
 <div class="info-box"> 
 <div class="info-icon"> 
 <svg viewBox="0 0 24 24"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg> 
 </div> 
 <div class="info-content"> 
 <h4>Quy Mô Lá»p Há»c</h4> 
 <p>8–10 há»c viên / 1 GV &; 1 Trợ giảng</p> 
 </div> 
 </div> 
 
 <div class="info-box"> 
 <div class="info-icon"> 
 <svg viewBox="0 0 24 24"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line></svg> 
 </div> 
 <div class="info-content"> 
 <h4>Hình Thức Há»c</h4> 
 <p>Online qua Zoom theo giá» cá» đá»nh</p> 
 </div> 
 </div> 
 
 <div class="info-box"> 
 <div class="info-icon"> 
 <svg viewBox="0 0 24 24"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> 
 </div> 
 <div class="info-content"> 
 <h4>Yêu Cầu Cấp Đá»</h4> 
 <p>Trình đá» B2 – C1</p> 
 </div> 
 </div> 
 </div> 
 
 <!-- 3. Ná»I DUNG GIẢNG DẠY (MODULES) --> 
 <h2 class="section-title">Ná»i Dung <span>Giảng Dạy</span></h2> 
 <div class="modules-grid"> 
 
 <!-- Module 1 --> 
 <div class="animated-card module-card"> 
 <div class="module-header"> 
 <span class="module-number">MODULE 1</span> 
 <h3 class="module-title">Nhá»p Điá»u &; Ngữ Điá»u Ná»n</h3> 
 </div> 
 <ul class="module-topics"> 
 <li>Cách ngắt câu đúng chá» – nói là ngưá»i ta hiá»u ngay</li> 
 <li>Phân biá»t từ quan trá»ng cần nhấn và từ chức năng đá»c nhẹ</li> 
 <li>Ngữ điá»u xuá»ng báºc thang – bí kíp nói như ngưá»i Mỹ</li> 
 </ul> 
 </div> 
 
 <!-- Module 4 --> 
 <div class="animated-card module-card"> 
 <div class="module-header"> 
 <span class="module-number">MODULE 4</span> 
 <h3 class="module-title">Ká» Chuyá»n &; Biá»u Đạt Cảm Xúc</h3> 
 </div> 
 <ul class="module-topics"> 
 <li>Cấu trúc ká» chuyá»n 4 bưá»c: Má» đầu – Hành trình – Xung đá»t – Kết thúc</li> 
 <li>Dùng ngữ điá»u đá» thá» hiá»n vui, buá»n, bất ngá», má»a mai</li> 
 <li>Luyá»n vá»i bài hát và đoạn há»i thoại có ká»ch bản</li> 
 </ul> 
 </div> 
 
 <!-- Module 2 --> 
 <div class="animated-card module-card"> 
 <div class="module-header"> 
 <span class="module-number">MODULE 2</span> 
 <h3 class="module-title">Trá»ng Âm &; Cách Nhấn Giá»ng</h3> 
 </div> 
 <ul class="module-topics"> 
 <li>Trá»ng âm trong từ ghép, tên riêng, sá», viết tắt</li> 
 <li>4 lý do đá» nhấn má»t từ: thông tin má»i, cảm xúc, đá»i láºp, phá»§ đá»nh</li> 
 <li>Luyá»n há»i thoại ngoài đá»i tháºt: gặp gỡ, há»p hành, phá»ng vấn</li> 
 </ul> 
 </div> 
 
 <!-- Module 5 --> 
 <div class="animated-card module-card"> 
 <div class="module-header"> 
 <span class="module-number">MODULE 5</span> 
 <h3 class="module-title">Giao Tiếp Thực Chiến</h3> 
 </div> 
 <ul class="module-topics"> 
 <li>Cách bắt chuyá»n nhẹ nhàng (small talk) – công thức Cao – Thấp – Buffalo</li> 
 <li>Há»p online không còn sợ: xá» lý mất kết ná»i, cúp điá»n thoại, ngắt lá»i lá»ch sá»±</li> 
 <li>Góp ý kiá»u Mỹ: Há»i nhẹ – Nêu sá»± tháºt – Tác đá»ng – Đặt câu há»i</li> 
 <li>Nói những chuyá»n khó (vá»i đá»ng nghiá»p, bạn bè) – không mất lòng</li> 
 </ul> 
 </div> 
 
 <!-- Module 3 --> 
 <div class="animated-card module-card"> 
 <div class="module-header"> 
 <span class="module-number">MODULE 3</span> 
 <h3 class="module-title">Ná»i Âm Và Nói Lưá»t</h3> 
 </div> 
 <ul class="module-topics"> 
 <li>Ná»i phụ âm vá»i nguyên âm – nói liá»n mạch, không ngắt câu</li> 
 <li>Ná»i nguyên âm vá»i nguyên âm – thêm âm "w" hoặc "y" nhẹ nhàng</li> 
 <li>Cách nói lưá»t các từ như: to, at, for, of, are, your, him, her, them</li> 
 <li>Những từ bá» nuá»t âm: chocolate, vegetable, different, comfortable...</li> 
 </ul> 
 </div> 
 
 <!-- Module 6 --> 
 <div class="animated-card module-card"> 
 <div class="module-header"> 
 <span class="module-number">MODULE 6</span> 
 <h3 class="module-title">Giữ Bình Tĩnh &; Luyá»n Tá»ng Hợp</h3> 
 </div> 
 <ul class="module-topics"> 
 <li>Thá» 4 nhá»p – bình tĩnh ngay cả khi đang căng thẳng</li> 
 <li>Đi bá» hoặc nhảy vài phút – giải phóng hoạt chất tá»t cho não</li> 
 <li>Luyá»n nói nhại (shadowing), nháºp vai, phản xạ nhanh vá»i nhiá»u tình huá»ng</li> 
 </ul> 
 </div> 
 
 </div> 
 
 </div> 
 </section> 
 
</body> 
</html>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6f2a3ecf e-con-full e-flex e-con e-child" data-id="6f2a3ecf" data-element_type="container" data-e-type="container" data-settings="{";background_background";:";classic";}">
				<div class="elementor-element elementor-element-2f201006 animated-fast elementor-invisible elementor-widget elementor-widget-heading" data-id="2f201006" data-element_type="widget" data-e-type="widget" data-settings="{";_animation";:";zoomIn";}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Má» Khóa Giá»ng Nói</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-692ef0e7 animated-fast elementor-invisible elementor-widget elementor-widget-heading" data-id="692ef0e7" data-element_type="widget" data-e-type="widget" data-settings="{";_animation";:";zoomIn";}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Hành Trình Trưá»c và Sau Khóa Há»c</h2>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2707e580 e-con-full e-flex e-con e-child" data-id="2707e580" data-element_type="container" data-e-type="container" data-settings="{";background_background";:";classic";}">
				<div class="elementor-element elementor-element-619d8eef elementor-widget__width-initial animated-fast e-tabs-view-vertical elementor-layout-end elementor-invisible elementor-widget elementor-widget-video-playlist" data-id="619d8eef" data-element_type="widget" data-e-type="widget" data-settings="{";playlist_title";:";H\u1ecdc Vi\u00ean Ng\u01b0\u1eddi L\u1edbn";,";tabs";:[{";title";:";B\u00e0i ki\u1ec3m tra cu\u1ed1i kh\u00f3a t\u1ea1i Ph\u00e1t \u00c2m Hay - H\u00e0 Cao #Phatamhay #FinalTest";,";youtube_url";:";https:\/\/youtu.be\/QipGk21K-10?si=RF5LiTGjD9hrrCmV";,";duration";:";1:31";,";thumbnail";:{";url";:";https:\/\/img.youtube.com\/vi\/QipGk21K-10\/maxresdefault.jpg";,";id";:";";,";size";:";";},";_id";:";14c757f";,";vimeo_url";:null,";type";:";youtube";,";is_external_url";:null,";hosted_url";:null,";external_url";:null,";section_html_tag";:null,";video_html_tag";:";h4";,";inner_tab_is_content_visible";:";";,";inner_tab_content_1";:null,";inner_tab_content_2";:null},{";title";:";L\u1ed3ng ti\u1ebfng: Raya and the last dragon | My Cao | Ph\u00e1t \u00c2m Hay";,";youtube_url";:";https:\/\/youtu.be\/6Oq0056g1cI?si=aW-pLr2zWzU8Ft6s";,";duration";:";1:33";,";thumbnail";:{";url";:";https:\/\/img.youtube.com\/vi\/6Oq0056g1cI\/maxresdefault.jpg";,";id";:";";,";size";:";";},";_id";:";30ed690";,";vimeo_url";:null,";type";:";youtube";,";is_external_url";:null,";hosted_url";:null,";external_url";:null,";section_html_tag";:null,";video_html_tag";:";h4";,";inner_tab_is_content_visible";:";";,";inner_tab_content_1";:null,";inner_tab_content_2";:null},{";title";:";L\u1ed3ng Ti\u1ebfng: Beauty &; The Beast | Linh Ng\u00e2n | Ph\u00e1t \u00c2m Trung C\u1ea5p | Ph\u00e1t \u00c2m Hay";,";youtube_url";:";https:\/\/youtu.be\/NpKGe4Yw_74?si=cuBhXaMkg1FmBger";,";duration";:";2:27";,";thumbnail";:{";url";:";https:\/\/img.youtube.com\/vi\/NpKGe4Yw_74\/maxresdefault.jpg";,";id";:";";,";size";:";";},";_id";:";8db032e";,";vimeo_url";:null,";type";:";youtube";,";is_external_url";:null,";hosted_url";:null,";external_url";:null,";section_html_tag";:null,";video_html_tag";:";h4";,";inner_tab_is_content_visible";:";";,";inner_tab_content_1";:null,";inner_tab_content_2";:null},{";_id";:";ff1a16e";,";youtube_url";:";https:\/\/youtu.be\/HuLNigbTfdY?si=virdO2Hc7Wo4iHOG";,";vimeo_url";:null,";title";:";Th\u00e0nh Qu\u1ea3 H\u00e0nh Tr\u00ecnh Chinh Ph\u1ee5c Ti\u1ebfng Anh Cho Ng\u01b0\u1eddi M\u1edbi B\u1eaft \u0110\u1ea7u | H\u1ecdc Vi\u00ean: H\u1eb1ng Tr\u1ea7n | Ph\u00e1t \u00c2m Hay";,";duration";:";3:04";,";thumbnail";:{";url";:";https:\/\/img.youtube.com\/vi\/HuLNigbTfdY\/maxresdefault.jpg";,";id";:";";,";size";:";";},";type";:";youtube";,";is_external_url";:null,";hosted_url";:null,";external_url";:null,";section_html_tag";:null,";video_html_tag";:";h4";,";inner_tab_is_content_visible";:";";,";inner_tab_content_1";:null,";inner_tab_content_2";:null},{";_id";:";279698f";,";youtube_url";:";https:\/\/youtu.be\/9coYhkTpGAQ?si=oPLwQZdGluHaFWfU";,";vimeo_url";:null,";title";:";So S\u00e1nh Tr\u01b0\u1edbc V\u00e0 Sau Khi H\u1ecdc | LOK CHAN | 20 Hours To Learn Anything New | Ph\u00e1t \u00c2m Hay";,";duration";:";3:46";,";thumbnail";:{";url";:";https:\/\/img.youtube.com\/vi\/9coYhkTpGAQ\/maxresdefault.jpg";,";id";:";";,";size";:";";},";type";:";youtube";,";is_external_url";:null,";hosted_url";:null,";external_url";:null,";section_html_tag";:null,";video_html_tag";:";h4";,";inner_tab_is_content_visible";:";";,";inner_tab_content_1";:null,";inner_tab_content_2";:null},{";_id";:";04ae98f";,";youtube_url";:";https:\/\/youtu.be\/ahLdpN7jl5A?si=8IGSQjbn04Qan6iN";,";vimeo_url";:null,";title";:";Gi\u1ecdng Ph\u00e1t \u00c2m Tr\u01b0\u1edbc V\u00e0 Sau Kho\u00e1 H\u1ecdc | Thu Hi\u1ec1n | Ph\u00e1t \u00c2m Hay";,";duration";:";0:53";,";thumbnail";:{";url";:";https:\/\/img.youtube.com\/vi\/ahLdpN7jl5A\/maxresdefault.jpg";,";id";:";";,";size";:";";},";type";:";youtube";,";is_external_url";:null,";hosted_url";:null,";external_url";:null,";section_html_tag";:null,";video_html_tag";:";h4";,";inner_tab_is_content_visible";:";";,";inner_tab_content_1";:null,";inner_tab_content_2";:null}],";inner_tab_title_1";:";Tab #1";,";inner_tab_title_2";:";Tab #2";,";_animation";:";fadeInUp";}" data-widget_type="video-playlist.default">
				<div class="elementor-widget-container">
					
		<div class="e-tabs" role="region" aria-labelledby="e-playlist-619d8eef">
			<div class="e-tabs-main-area">
				<div class="e-tabs-wrapper">
					<div class="e-tabs-header">
						<h2 class="e-tabs-title" id="e-playlist-619d8eef">Há»c Viên Ngưá»i Lá»n</h2>
						<div class="e-tabs-header-right-side">
															<span class="e-tabs-videos-count">6 Videos</span>
														<svg aria-hidden="true" class="e-tabs-toggle-videos-display-button rotate-down e-font-icon-svg e-eicon-caret-down" viewBox="0 0 571.4 571.4" xmlns="http://www.w3.org/2000/svg"><path d="M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z"></path></svg>						</div>
					</div>
					<div class="e-tabs-items-wrapper">
						<div class="e-tabs-items" role="tablist">
																								<div id="e-tab-title-1631" class="e-tab-title e-tab-desktop-title" aria-selected="true" data-tab="1" role="tab" tabindex="0" aria-controls="e-tab-content-1631">
																					<div class="e-tab-thumbnail">
																									<img src="https://img.youtube.com/vi/QipGk21K-10/maxresdefault.jpg" alt="Bài kiá»m tra cuá»i khóa tại Phát Âm Hay - Hà Cao #Phatamhay #FinalTest" loading="lazy" />
																								<span class="icon-play"><svg aria-hidden="true" class="e-font-icon-svg e-fas-play-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg></span>
												<span class="icon-watched"><svg aria-hidden="true" class="e-font-icon-svg e-fas-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg></span>
											</div>
																				<h4 class="e-tab-title-text">
											<button type="button">Bài kiá»m tra cuá»i khóa tại Phát Âm Hay - Hà Cao #Phatamhay #FinalTest</button>
										</h4>
																					<span class="e-tab-duration">1:31</span>
																			</div>
																																<div id="e-tab-title-1632" class="e-tab-title e-tab-desktop-title" aria-selected="false" data-tab="2" role="tab" tabindex="-1" aria-controls="e-tab-content-1632">
																					<div class="e-tab-thumbnail">
																									<img src="https://img.youtube.com/vi/6Oq0056g1cI/maxresdefault.jpg" alt="Lá»ng tiếng: Raya and the last dragon | My Cao | Phát Âm Hay" loading="lazy" />
																								<span class="icon-play"><svg aria-hidden="true" class="e-font-icon-svg e-fas-play-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg></span>
												<span class="icon-watched"><svg aria-hidden="true" class="e-font-icon-svg e-fas-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg></span>
											</div>
																				<h4 class="e-tab-title-text">
											<button type="button">Lá»ng tiếng: Raya and the last dragon | My Cao | Phát Âm Hay</button>
										</h4>
																					<span class="e-tab-duration">1:33</span>
																			</div>
																																<div id="e-tab-title-1633" class="e-tab-title e-tab-desktop-title" aria-selected="false" data-tab="3" role="tab" tabindex="-1" aria-controls="e-tab-content-1633">
																					<div class="e-tab-thumbnail">
																									<img src="https://img.youtube.com/vi/NpKGe4Yw_74/maxresdefault.jpg" alt="Lá»ng Tiếng: Beauty &; The Beast | Linh Ngân | Phát Âm Trung Cấp | Phát Âm Hay" loading="lazy" />
																								<span class="icon-play"><svg aria-hidden="true" class="e-font-icon-svg e-fas-play-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg></span>
												<span class="icon-watched"><svg aria-hidden="true" class="e-font-icon-svg e-fas-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg></span>
											</div>
																				<h4 class="e-tab-title-text">
											<button type="button">Lá»ng Tiếng: Beauty & The Beast | Linh Ngân | Phát Âm Trung Cấp | Phát Âm Hay</button>
										</h4>
																					<span class="e-tab-duration">2:27</span>
																			</div>
																																<div id="e-tab-title-1634" class="e-tab-title e-tab-desktop-title" aria-selected="false" data-tab="4" role="tab" tabindex="-1" aria-controls="e-tab-content-1634">
																					<div class="e-tab-thumbnail">
																									<img src="https://img.youtube.com/vi/HuLNigbTfdY/maxresdefault.jpg" alt="Thành Quả Hành Trình Chinh Phục Tiếng Anh Cho Ngưá»i Má»i Bắt Đầu | Há»c Viên: Hằng Trần | Phát Âm Hay" loading="lazy" />
																								<span class="icon-play"><svg aria-hidden="true" class="e-font-icon-svg e-fas-play-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg></span>
												<span class="icon-watched"><svg aria-hidden="true" class="e-font-icon-svg e-fas-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg></span>
											</div>
																				<h4 class="e-tab-title-text">
											<button type="button">Thành Quả Hành Trình Chinh Phục Tiếng Anh Cho Ngưá»i Má»i Bắt Đầu | Há»c Viên: Hằng Trần | Phát Âm Hay</button>
										</h4>
																					<span class="e-tab-duration">3:04</span>
																			</div>
																																<div id="e-tab-title-1635" class="e-tab-title e-tab-desktop-title" aria-selected="false" data-tab="5" role="tab" tabindex="-1" aria-controls="e-tab-content-1635">
																					<div class="e-tab-thumbnail">
																									<img src="https://img.youtube.com/vi/9coYhkTpGAQ/maxresdefault.jpg" alt="So Sánh Trưá»c Và Sau Khi Há»c | LOK CHAN | 20 Hours To Learn Anything New | Phát Âm Hay" loading="lazy" />
																								<span class="icon-play"><svg aria-hidden="true" class="e-font-icon-svg e-fas-play-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg></span>
												<span class="icon-watched"><svg aria-hidden="true" class="e-font-icon-svg e-fas-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg></span>
											</div>
																				<h4 class="e-tab-title-text">
											<button type="button">So Sánh Trưá»c Và Sau Khi Há»c | LOK CHAN | 20 Hours To Learn Anything New | Phát Âm Hay</button>
										</h4>
																					<span class="e-tab-duration">3:46</span>
																			</div>
																																<div id="e-tab-title-1636" class="e-tab-title e-tab-desktop-title" aria-selected="false" data-tab="6" role="tab" tabindex="-1" aria-controls="e-tab-content-1636">
																					<div class="e-tab-thumbnail">
																									<img src="https://img.youtube.com/vi/ahLdpN7jl5A/maxresdefault.jpg" alt="Giá»ng Phát Âm Trưá»c Và Sau Khoá Há»c | Thu Hiá»n | Phát Âm Hay" loading="lazy" />
																								<span class="icon-play"><svg aria-hidden="true" class="e-font-icon-svg e-fas-play-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg></span>
												<span class="icon-watched"><svg aria-hidden="true" class="e-font-icon-svg e-fas-check-circle" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path></svg></span>
											</div>
																				<h4 class="e-tab-title-text">
											<button type="button">Giá»ng Phát Âm Trưá»c Và Sau Khoá Há»c | Thu Hiá»n | Phát Âm Hay</button>
										</h4>
																					<span class="e-tab-duration">0:53</span>
																			</div>
																					</div>
						<div class="shadow shadow-top" aria-hidden="true"></div>
						<div class="shadow shadow-bottom" aria-hidden="true"></div>
					</div>
				</div>

				<div class="e-tabs-content-wrapper" role="tablist" aria-orientation="vertical">
											<div id="e-tab-content-1631" class="e-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="e-tab-title-1631" tabindex="0" data-video-url="https://youtu.be/QipGk21K-10?si=RF5LiTGjD9hrrCmV" data-video-type="youtube" data-video-title="Bài kiá»m tra cuá»i khóa tại Phát Âm Hay - Hà Cao #Phatamhay #FinalTest" data-video-duration="1:31">
							<div></div>
													</div>
											<div id="e-tab-content-1632" class="e-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="e-tab-title-1632" tabindex="0" data-video-url="https://youtu.be/6Oq0056g1cI?si=aW-pLr2zWzU8Ft6s" data-video-type="youtube" data-video-title="Lá»ng tiếng: Raya and the last dragon | My Cao | Phát Âm Hay" data-video-duration="1:33" hidden="hidden">
							<div></div>
													</div>
											<div id="e-tab-content-1633" class="e-tab-content elementor-clearfix" data-tab="3" role="tabpanel" aria-labelledby="e-tab-title-1633" tabindex="0" data-video-url="https://youtu.be/NpKGe4Yw_74?si=cuBhXaMkg1FmBger" data-video-type="youtube" data-video-title="Lá»ng Tiếng: Beauty &; The Beast | Linh Ngân | Phát Âm Trung Cấp | Phát Âm Hay" data-video-duration="2:27" hidden="hidden">
							<div></div>
													</div>
											<div id="e-tab-content-1634" class="e-tab-content elementor-clearfix" data-tab="4" role="tabpanel" aria-labelledby="e-tab-title-1634" tabindex="0" data-video-url="https://youtu.be/HuLNigbTfdY?si=virdO2Hc7Wo4iHOG" data-video-type="youtube" data-video-title="Thành Quả Hành Trình Chinh Phục Tiếng Anh Cho Ngưá»i Má»i Bắt Đầu | Há»c Viên: Hằng Trần | Phát Âm Hay" data-video-duration="3:04" hidden="hidden">
							<div></div>
													</div>
											<div id="e-tab-content-1635" class="e-tab-content elementor-clearfix" data-tab="5" role="tabpanel" aria-labelledby="e-tab-title-1635" tabindex="0" data-video-url="https://youtu.be/9coYhkTpGAQ?si=oPLwQZdGluHaFWfU" data-video-type="youtube" data-video-title="So Sánh Trưá»c Và Sau Khi Há»c | LOK CHAN | 20 Hours To Learn Anything New | Phát Âm Hay" data-video-duration="3:46" hidden="hidden">
							<div></div>
													</div>
											<div id="e-tab-content-1636" class="e-tab-content elementor-clearfix" data-tab="6" role="tabpanel" aria-labelledby="e-tab-title-1636" tabindex="0" data-video-url="https://youtu.be/ahLdpN7jl5A?si=8IGSQjbn04Qan6iN" data-video-type="youtube" data-video-title="Giá»ng Phát Âm Trưá»c Và Sau Khoá Há»c | Thu Hiá»n | Phát Âm Hay" data-video-duration="0:53" hidden="hidden">
							<div></div>
													</div>
									</div>
			</div>

			<div class="e-tabs-inner-tabs" >
																																																													</div>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-55086eac e-flex e-con-boxed e-con e-parent" data-id="55086eac" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4e90c2b elementor-widget elementor-widget-html" data-id="4e90c2b" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- ================= BLOCK: FEEDBACK Há»C VIÊN ================= --> 
<div class="pah-feedback-block"> 
 <style> 
 .pah-feedback-block { 
 max-width: 1300px; 
 margin: 0 auto; 
 padding: clamp(10pxpx, 5vw, 64px) clamp(16px, 3vw, 24px); 
 background-color: #FFFFFF; 
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
 box-sizing: border-box; 
 } 
 
 /* Header */ 
 .pah-fb-header { 
 text-align: center; 
 margin-bottom: clamp(32px, 4vw, 48px); 
 } 
 
 .pah-fb-sub { 
 font-size: 0.95rem; 
 font-weight: 700; 
 color: #D6001C; 
 text-transform: uppercase; 
 letter-spacing: 1px; 
 display: block; 
 margin-bottom: 8px; 
 } 
 
 .pah-fb-title { 
 font-size: clamp(1.8rem, 3.5vw, 2.4rem); 
 font-weight: 900; 
 color: #111827; 
 margin: 0; 
 line-height: 1.25; 
 } 
 
 /* Grid layout */ 
 .pah-fb-grid { 
 display: grid; 
 grid-template-columns: repeat(3, 1fr); 
 gap: clamp(18px, 2.5vw, 24px); 
 } 
 
 /* Card item */ 
 .pah-fb-card { 
 background: #FAFAFA; 
 border-radius: 16px; 
 border: 1px solid #EAEAEA; 
 padding: clamp(20px, 2.5vw, 24px); 
 display: flex; 
 flex-direction: column; 
 justify-content: space-between; 
 transition: all 0.3s ease; 
 position: relative; 
 } 
 
 .pah-fb-card:hover { 
 transform: translateY(-4px); 
 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); 
 border-color: rgba(214, 0, 28, 0.2); 
 background: #FFFFFF; 
 } 
 
 /* Thông tin Há»c viên */ 
 .pah-fb-user { 
 display: flex; 
 align-items: center; 
 gap: 12px; 
 margin-bottom: 16px; 
 } 
 
 .pah-fb-avatar { 
 width: 48px; 
 height: 48px; 
 border-radius: 50%; 
 background: #D6001C; 
 color: #FFFFFF; 
 font-weight: 800; 
 font-size: 1.1rem; 
 display: flex; 
 align-items: center; 
 justify-content: center; 
 flex-shrink: 0; 
 } 
 
 .pah-fb-user-info { 
 flex-grow: 1; 
 } 
 
 .pah-fb-name { 
 font-size: 1rem; 
 font-weight: 800; 
 color: #111827; 
 margin: 0 0 2px 0; 
 } 
 
 .pah-fb-tag { 
 font-size: 0.8rem; 
 color: #059669; 
 font-weight: 600; 
 display: inline-flex; 
 align-items: center; 
 gap: 4px; 
 } 
 
 /* Đánh giá Sao */ 
 .pah-fb-stars { 
 color: #F59E0B; 
 font-size: 0.9rem; 
 margin-bottom: 12px; 
 } 
 
 /* Trích dẫn Feedback */ 
 .pah-fb-text { 
 font-size: 0.92rem; 
 color: #4B5563; 
 line-height: 1.6; 
 margin: 0 0 16px 0; 
 display: -webkit-box; 
 -webkit-line-clamp: 5; 
 -webkit-box-orient: vertical; 
 overflow: hidden; 
 flex-grow: 1; 
 } 
 
 /* Ảnh chụp bằng chứng gá»n gàng */ 
 .pah-fb-proof { 
 margin-top: 12px; 
 padding-top: 12px; 
 border-top: 1px dashed #E5E7EB; 
 display: flex; 
 align-items: center; 
 justify-content: space-between; 
 } 
 
 .pah-fb-thumb-btn { 
 display: inline-flex; 
 align-items: center; 
 gap: 6px; 
 font-size: 0.82rem; 
 font-weight: 700; 
 color: #D6001C; 
 background: #FFF0F2; 
 padding: 6px 12px; 
 border-radius: 8px; 
 text-decoration: none; 
 cursor: pointer; 
 border: none; 
 transition: background 0.2s ease; 
 } 
 
 .pah-fb-thumb-btn:hover { 
 background: #D6001C; 
 color: #FFFFFF; 
 } 
 
 /* Modal xem ảnh phóng to */ 
 .pah-modal { 
 display: none; 
 position: fixed; 
 z-index: 9999; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
 background: rgba(0, 0, 0, 0.8); 
 align-items: center; 
 justify-content: center; 
 padding: 20px; 
 box-sizing: border-box; 
 } 
 
 .pah-modal-content { 
 max-width: 90%; 
 max-height: 90vh; 
 border-radius: 12px; 
 box-shadow: 0 10px 30px rgba(0,0,0,0.5); 
 } 
 
 .pah-modal-close { 
 position: absolute; 
 top: 20px; 
 right: 20px; 
 color: #FFFFFF; 
 font-size: 30px; 
 font-weight: bold; 
 cursor: pointer; 
 } 
 
 /* Responsive */ 
 @media (max-width: 992px) { 
 .pah-fb-grid { 
 grid-template-columns: repeat(2, 1fr); 
 } 
 } 
 
 @media (max-width: 640px) { 
 .pah-fb-grid { 
 grid-template-columns: 1fr; 
 } 
 } 
 </style> 
 
 <!-- Header --> 
 <div class="pah-fb-header"> 
 <span class="pah-fb-sub">Cảm nháºn há»c viên</span> 
 <h2 class="pah-fb-title">Há»c Viên Nói Gì Vá» Phát Âm Hay?</h2> 
 </div> 
 
 <!-- Grid 6 Feedback --> 
 <div class="pah-fb-grid"> 
 
 <!-- Card 1 --> 
 <div class="pah-fb-card"> 
 <div> 
 <div class="pah-fb-user"> 
 <div class="pah-fb-avatar">HY</div> 
 <div class="pah-fb-user-info"> 
 <div class="pah-fb-name">Hoang Yen</div> 
 <div class="pah-fb-tag">✓ Đã há»c Phát Âm Hay</div> 
 </div> 
 </div> 
 <div class="pah-fb-stars">★★★★★</div> 
 <p class="pah-fb-text"> 
 "I'm happy that PAH has helped me boost my confidence in speaking English and discover more about my voice. The course equipped me with essential techniques to become a native-like speaker!" 
 </p> 
 </div> 
 <div class="pah-fb-proof"> 
 <span style="font-size: 0.8rem; color: #888;">Ảnh chụp màn hình</span> 
 <button class="pah-fb-thumb-btn" onclick="openModal('https://i.postimg.cc/3wY3Gj3G/screenshot-1.png')"> 
 ð Xem ảnh gá»c 
 </button> 
 </div> 
 </div> 
 
 <!-- Card 2 --> 
 <div class="pah-fb-card"> 
 <div> 
 <div class="pah-fb-user"> 
 <div class="pah-fb-avatar" style="background-color: #2563EB;">LT</div> 
 <div class="pah-fb-user-info"> 
 <div class="pah-fb-name">Linh Thá»§y</div> 
 <div class="pah-fb-tag">✓ Há»c viên bên Mỹ</div> 
 </div> 
 </div> 
 <div class="pah-fb-stars">★★★★★</div> 
 <p class="pah-fb-text"> 
 "Qua Mỹ 2 năm, nói chuyá»n hàng ngày vá»i đá»ng nghiá»p vẫn cứ sai sai. Sau khóa Phát Âm Giá» mình đang há»c tiếp lá»p Ngữ Điá»u. Mình cảm thấy tá»± tin hÆ¡n nhiá»u vá» phát âm cá»§a mình, dá» dàng nháºn ra chá» sai..." 
 </p> 
 </div> 
 <div class="pah-fb-proof"> 
 <span style="font-size: 0.8rem; color: #888;">Ảnh chụp màn hình</span> 
 <button class="pah-fb-thumb-btn" onclick="openModal('https://i.postimg.cc/3wY3Gj3G/screenshot-1.png')"> 
 ð Xem ảnh gá»c 
 </button> 
 </div> 
 </div> 
 
 <!-- Card 3 --> 
 <div class="pah-fb-card"> 
 <div> 
 <div class="pah-fb-user"> 
 <div class="pah-fb-avatar" style="background-color: #059669;">HA</div> 
 <div class="pah-fb-user-info"> 
 <div class="pah-fb-name">Huá» Anh</div> 
 <div class="pah-fb-tag">✓ Khóa Pronunciation</div> 
 </div> 
 </div> 
 <div class="pah-fb-stars">★★★★★</div> 
 <p class="pah-fb-text"> 
 "Ấn tượng đầu tiên là PHÁT ÂM HAY chấm bài đầu vào rất kỹ. Lần đầu tiên em được nháºn xét và chá» ra từng lá»i nhá» trong từng từ, từng âm... Chính vì sá»± chá»n chu tâm huyết đó nên em đã quyết đá»nh đăng ký khóa há»c." 
 </p> 
 </div> 
 <div class="pah-fb-proof"> 
 <span style="font-size: 0.8rem; color: #888;">Ảnh chụp màn hình</span> 
 <button class="pah-fb-thumb-btn" onclick="openModal('https://i.postimg.cc/3wY3Gj3G/screenshot-1.png')"> 
 ð Xem ảnh gá»c 
 </button> 
 </div> 
 </div> 
 
 <!-- Card 4 --> 
 <div class="pah-fb-card"> 
 <div> 
 <div class="pah-fb-user"> 
 <div class="pah-fb-avatar" style="background-color: #D97706;">HX</div> 
 <div class="pah-fb-user-info"> 
 <div class="pah-fb-name">Hoang Xuan</div> 
 <div class="pah-fb-tag">✓ Há»c viên U40</div> 
 </div> 
 </div> 
 <div class="pah-fb-stars">★★★★★</div> 
 <p class="pah-fb-text"> 
 "Hiá»n nay mình đã U40 rá»i... Sau khi hoàn tất khóa phát âm cÆ¡ bản, mình rất hài lòng. ELSA level tăng má»t báºc (73 lên 85). Sá»a chữa những lá»i phát âm phá» biến cá»§a ngưá»i Viá»t." 
 </p> 
 </div> 
 <div class="pah-fb-proof"> 
 <span style="font-size: 0.8rem; color: #888;">Ảnh chụp màn hình</span> 
 <button class="pah-fb-thumb-btn" onclick="openModal('https://i.postimg.cc/3wY3Gj3G/screenshot-1.png')"> 
 ð Xem ảnh gá»c 
 </button> 
 </div> 
 </div> 
 
 <!-- Card 5 --> 
 <div class="pah-fb-card"> 
 <div> 
 <div class="pah-fb-user"> 
 <div class="pah-fb-avatar" style="background-color: #7C3AED;">TL</div> 
 <div class="pah-fb-user-info"> 
 <div class="pah-fb-name">Trúc Lê</div> 
 <div class="pah-fb-tag">✓ Cá»±u há»c viên PAH</div> 
 </div> 
 </div> 
 <div class="pah-fb-stars">★★★★★</div> 
 <p class="pah-fb-text"> 
 "Phát Âm Hay là trung tâm uy tín và có giảng viên nhiá»t tình nhất mà mình từng há»c. Giúp mình hiá»u rất rõ bản chất cá»§a từng âm, cách đặt vá» trí cá»§a lưỡi, môi từ đó phát âm tá»± nhiên hÆ¡n." 
 </p> 
 </div> 
 <div class="pah-fb-proof"> 
 <span style="font-size: 0.8rem; color: #888;">Ảnh chụp màn hình</span> 
 <button class="pah-fb-thumb-btn" onclick="openModal('https://i.postimg.cc/3wY3Gj3G/screenshot-1.png')"> 
 ð Xem ảnh gá»c 
 </button> 
 </div> 
 </div> 
 
 <!-- Card 6 --> 
 <div class="pah-fb-card"> 
 <div> 
 <div class="pah-fb-user"> 
 <div class="pah-fb-avatar" style="background-color: #DC2626;">TT</div> 
 <div class="pah-fb-user-info"> 
 <div class="pah-fb-name">Tăng Ngá»c Trí</div> 
 <div class="pah-fb-tag">✓ Há»c viên 2 khóa</div> 
 </div> 
 </div> 
 <div class="pah-fb-stars">★★★★★</div> 
 <p class="pah-fb-text"> 
 "Nếu bạn có ý đá»nh tiến xa hÆ¡n trên con đưá»ng há»c ngoại ngữ, hoặc gặp vấn đá» khi nói tiếng Anh vì không đá»§ tá»± tin thì Phát Âm Hay là nÆ¡i hoàn hảo dành cho bạn." 
 </p> 
 </div> 
 <div class="pah-fb-proof"> 
 <span style="font-size: 0.8rem; color: #888;">Ảnh chụp màn hình</span> 
 <button class="pah-fb-thumb-btn" onclick="openModal('https://i.postimg.cc/3wY3Gj3G/screenshot-1.png')"> 
 ð Xem ảnh gá»c 
 </button> 
 </div> 
 </div> 
 
 </div> 
 
 <!-- Modal Phóng To Ảnh --> 
 <div id="pahImageModal" class="pah-modal" onclick="closeModal()"> 
 <span class="pah-modal-close">×;</span> 
 <img class="pah-modal-content" id="pahModalImg"> 
 </div> 
 
 <script> 
 function openModal(imgSrc) { 
 document.getElementById('pahImageModal').style.display = 'flex'; 
 document.getElementById('pahModalImg').src = imgSrc; 
 } 
 function closeModal() { 
 document.getElementById('pahImageModal').style.display = 'none'; 
 } 
 </script> 
</div>				</div>
				</div>
				<div class="elementor-element elementor-element-f15f0f7 elementor-align-center elementor-mobile-align-center animated-fast elementor-invisible elementor-widget elementor-widget-button" data-id="f15f0f7" data-element_type="widget" data-e-type="widget" data-settings="{";_animation";:";fadeInUp";}" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.facebook.com/phatamhay/reviews" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Review tháºt cá»§a há»c viên</span>
					</span>
					</a>
				</div>
								</div>
				</div>
		<div class="elementor-element elementor-element-21c1bd5 e-grid e-con-full e-con e-child" data-id="21c1bd5" data-element_type="container" data-e-type="container">
					<div data-id="02af3f1" data-interaction-id="02af3f1" data-e-type="e-youtube" class="e-youtube-base" data-e-type="widget" data-id="02af3f1" data-settings="&#x7B;";source";&#x3A;";https&#x3A;&#x5C;&#x2F;&#x5C;&#x2F;youtube.com&#x5C;&#x2F;shorts&#x5C;&#x2F;X6vLg_oaQjw&#x3F;feature&#x3D;share";,";autoplay";&#x3A;false,";mute";&#x3A;false,";controls";&#x3A;true,";cc_load_policy";&#x3A;false,";loop";&#x3A;false,";rel";&#x3A;true,";start";&#x3A;null,";end";&#x3A;null,";privacy";&#x3A;false,";lazyload";&#x3A;false&#x7D;"></div>
					<div data-id="03eee55" data-interaction-id="03eee55" data-e-type="e-youtube" class="e-youtube-base" data-e-type="widget" data-id="03eee55" data-settings="&#x7B;";source";&#x3A;";https&#x3A;&#x5C;&#x2F;&#x5C;&#x2F;youtu.be&#x5C;&#x2F;62BvHYOnSxA";,";autoplay";&#x3A;false,";mute";&#x3A;false,";controls";&#x3A;true,";cc_load_policy";&#x3A;false,";loop";&#x3A;false,";rel";&#x3A;true,";start";&#x3A;null,";end";&#x3A;null,";privacy";&#x3A;false,";lazyload";&#x3A;false&#x7D;"></div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5dc3cf5 e-con e-atomic-element e-flexbox-base e-ba65406 " data-id="5dc3cf5" data-element_type="e-flexbox" data-e-type="e-flexbox" data-interaction-id="5dc3cf5" data-e-type="e-flexbox" data-id="5dc3cf5">
 		<div class="elementor-element elementor-element-dedb725 elementor-invisible elementor-widget elementor-widget-html" data-id="dedb725" data-element_type="widget" data-e-type="widget" data-settings="{";_animation";:";fadeInUp";}" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html> 
<html lang="vi"> 
<head> 
 <meta charset="UTF-8"> 
 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
 <title>Các Câu Há»i Thưá»ng Gặp - Khóa Luyá»n Nói Lưu Loát</title> 
 <style> 
 /* Reset & Base Styles */ 
 *, *::before, *::after { 
 box-sizing: border-box; 
 margin: 0; 
 padding: 0; 
 } 
 
 body { 
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
 background-color: #FAFAFA; 
 color: #111111; 
 line-height: 1.6; 
 -webkit-font-smoothing: antialiased; 
 } 
 
 /* Outer Section - Thêm màu ná»n Nude/Há»ng kem ấm áp */ 
 .faq-section { 
 width: 100%; 
 padding: clamp(36px, 5vw, 68px) clamp(12px, 2.5vw, 20px); 
 background: linear-gradient(135deg, #FFF5F6 0%, #FFEBEB 50%, #FFF0F2 100%); 
 display: flex; 
 justify-content: center; 
 position: relative; 
 } 
 
 /* Container */ 
 .faq-container { 
 max-width: 920px; 
 width: 100%; 
 margin: 0 auto; 
 } 
 
 /* Header Block */ 
 .faq-header { 
 text-align: center; 
 margin-bottom: clamp(28px, 4vw, 44px); 
 } 
 
 .faq-badge { 
 display: inline-block; 
 background-color: #FFFFFF; 
 color: #D6001C; 
 font-size: clamp(0.8rem, 1.1vw, 0.9rem); 
 font-weight: 800; 
 text-transform: uppercase; 
 padding: 6px 18px; 
 border-radius: 50px; 
 margin-bottom: 12px; 
 letter-spacing: 1px; 
 box-shadow: 0 4px 12px rgba(214, 0, 28, 0.08); 
 } 
 
 .faq-title { 
 color: #111111; 
 font-size: clamp(1.7rem, 3.8vw, 2.5rem); 
 font-weight: 900; 
 line-height: 1.25; 
 letter-spacing: -0.5px; 
 } 
 
 .faq-title span { 
 color: #D6001C; 
 } 
 
 /* Accordion List */ 
 .faq-list { 
 display: flex; 
 flex-direction: column; 
 gap: 16px; 
 } 
 
 /* FAQ Item */ 
 .faq-item { 
 background: #FFFFFF; 
 border: 1px solid rgba(214, 0, 28, 0.12); 
 border-radius: 16px; 
 overflow: hidden; 
 transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); 
 box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03); 
 } 
 
 .faq-item.active { 
 border-color: #D6001C; 
 box-shadow: 0 8px 24px rgba(214, 0, 28, 0.12); 
 transform: translateY(-2px); 
 } 
 
 /* FAQ Question Button */ 
 .faq-question { 
 width: 100%; 
 background: none; 
 border: none; 
 outline: none; 
 padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 28px); 
 text-align: left; 
 font-size: clamp(1rem, 1.25vw, 1.12rem); 
 font-weight: 800; 
 color: #222222; 
 display: flex; 
 justify-content: space-between; 
 align-items: center; 
 gap: 16px; 
 cursor: pointer; 
 transition: color 0.25s ease; 
 } 
 
 .faq-item.active .faq-question { 
 color: #D6001C; 
 } 
 
 /* Chevron Icon Toggle */ 
 .faq-icon { 
 width: 32px; 
 height: 32px; 
 min-width: 32px; 
 border-radius: 50%; 
 background-color: #FFF0F2; 
 display: flex; 
 align-items: center; 
 justify-content: center; 
 transition: transform 0.35s ease, background-color 0.35s ease; 
 } 
 
 .faq-item.active .faq-icon { 
 transform: rotate(180deg); 
 background-color: #D6001C; 
 } 
 
 .faq-icon svg { 
 width: 18px; 
 height: 18px; 
 fill: none; 
 stroke: #D6001C; 
 stroke-width: 2.2; 
 stroke-linecap: round; 
 stroke-linejoin: round; 
 transition: stroke 0.35s ease; 
 } 
 
 .faq-item.active .faq-icon svg { 
 stroke: #FFFFFF; 
 } 
 
 /* FAQ Answer Content */ 
 .faq-answer { 
 max-height: 0; 
 overflow: hidden; 
 transition: max-height 0.35s cubic-bezier(0, 1, 0, 1); 
 background-color: #FFFFFF; 
 } 
 
 .faq-answer-inner { 
 padding: 0 clamp(20px, 3vw, 28px) clamp(18px, 2.5vw, 22px); 
 font-size: clamp(0.92rem, 1.1vw, 1rem); 
 color: #444444; 
 line-height: 1.7; 
 border-top: 1px dashed #FFE1E4; 
 padding-top: 16px; 
 } 
 
 .faq-answer-inner ul { 
 margin-left: 20px; 
 margin-top: 8px; 
 } 
 
 .faq-answer-inner li { 
 margin-bottom: 6px; 
 } 
 
 .faq-answer-inner strong { 
 color: #111111; 
 } 
 
 /* Responsive Adjustments */ 
 @media (max-width: 576px) { 
 .faq-section { 
 padding: 32px 12px; 
 } 
 
 .faq-question { 
 padding: 16px 18px; 
 } 
 
 .faq-answer-inner { 
 padding: 0 18px 16px; 
 } 
 } 
 </style> 
</head> 
<body> 
 
 <section class="faq-section"> 
 <div class="faq-container"> 
 
 <!-- Header Block --> 
 <div class="faq-header"> 
 <span class="faq-badge">Giải đáp thắc mắc</span> 
 <h2 class="faq-title">Các câu há»i <span>thưá»ng gặp</span></h2> 
 </div> 
 
 <!-- FAQ Accordion List --> 
 <div class="faq-list"> 
 
 <!-- Question 1 --> 
 <div class="faq-item active"> 
 <button class="faq-question"> 
 <span>Khóa Luyá»n Nói Lưu Loát phù hợp vá»i đá»i tượng nào?</span> 
 <div class="faq-icon"> 
 <svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"></polyline></svg> 
 </div> 
 </button> 
 <div class="faq-answer" style="max-height: 300px;"> 
 <div class="faq-answer-inner"> 
 Khóa há»c được thiết kế dành riêng cho há»c viên đã có <strong>ná»n tảng tiếng Anh tá»t (trình đá» B2 - C1)</strong>. Nếu bạn muá»n phá vỡ rào cản phát âm, nâng cao ngữ điá»u và phản xạ đá» giao tiếp tá»± tin, trôi chảy trong công viá»c lẫn cuá»c sá»ng hàng ngày thì đây là khóa há»c tá»i ưu nhất dành cho bạn. 
 </div> 
 </div> 
 </div> 
 
 <!-- Question 2 --> 
 <div class="faq-item"> 
 <button class="faq-question"> 
 <span>Lá»p há»c sá» dụng ngôn ngữ gì và phương pháp giảng dạy như thế nào?</span> 
 <div class="faq-icon"> 
 <svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"></polyline></svg> 
 </div> 
 </button> 
 <div class="faq-answer"> 
 <div class="faq-answer-inner"> 
 Khóa há»c sá» dụng <strong>100% tiếng Anh trong suá»t buá»i há»c</strong>, tạo ra môi trưá»ng phản xạ tá»i ưu và rèn luyá»n tư duy ngôn ngữ tá»± nhiên. Phương pháp dạy sinh đá»ng, lôi cuá»n, yêu cầu há»c viên tương tác và phản xạ liên tục ngay tại lá»p thay vì há»c lý thuyết suông. 
 </div> 
 </div> 
 </div> 
 
 <!-- Question 3 --> 
 <div class="faq-item"> 
 <button class="faq-question"> 
 <span>Khóa há»c táºp trung vào những kỹ năng phát âm cụ thá» nào?</span> 
 <div class="faq-icon"> 
 <svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"></polyline></svg> 
 </div> 
 </button> 
 <div class="faq-answer"> 
 <div class="faq-answer-inner"> 
 Khóa há»c táºp trung nâng cao các <strong>yếu tá» siêu phân đoạn</strong> trong tiếng Anh bao gá»m: 
 <ul> 
 <li>Nhá»p điá»u (Rhythm), trá»ng âm (Stress) và ngữ điá»u (Intonation).</li> 
 <li>Quản lý và làm chá»§ các âm khó trong bá»i cảnh giao tiếp thá»±c tế.</li> 
 <li>Ứng dụng ngay láºp tức vào thá»±c hành đá» tạo thói quen nói tá»± nhiên như ngưá»i bản xứ.</li> 
 </ul> 
 </div> 
 </div> 
 </div> 
 
 <!-- Question 4 --> 
 <div class="faq-item"> 
 <button class="faq-question"> 
 <span>Há»c viên có được giáo viên há» trợ sá»a lá»i cá nhân hóa không?</span> 
 <div class="faq-icon"> 
 <svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"></polyline></svg> 
 </div> 
 </button> 
 <div class="faq-answer"> 
 <div class="faq-answer-inner"> 
 <strong>Có!</strong> Má»i há»c viên đá»u nháºn được <strong>phản há»i 1:1 chi tiết</strong>. Giáo viên sẽ kiá»m tra, đánh giá và chá»nh sá»a từng lá»i phát âm cá nhân hóa, đảm bảo bạn nháºn ra điá»m yếu và cải thiá»n triá»t đá» trong thá»i gian ngắn nhất. 
 </div> 
 </div> 
 </div> 
 
 <!-- Question 5 --> 
 <div class="faq-item"> 
 <button class="faq-question"> 
 <span>Hình thức há»c như thế nào và có tài liá»u tá»± há»c kèm theo không?</span> 
 <div class="faq-icon"> 
 <svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"></polyline></svg> 
 </div> 
 </button> 
 <div class="faq-answer"> 
 <div class="faq-answer-inner"> 
 Khóa há»c diá» n ra trá»±c tuyến qua <strong>Zoom</strong> tương tác trá»±c tiếp. Ngoài ra, bạn được cấp quyá»n truy cáºp **thư viá»n tá»± há»c phát âm chuyên sâu vá»i hÆ¡n 150+ video** đá»c quyá»n do chính cô **Lê Thá» Ngá»c Diá» m** biên soạn đá» chá»§ đá»ng ôn luyá»n má»i lúc má»i nÆ¡i. 
 </div> 
 </div> 
 </div> 
 
 <!-- Question 6 --> 
 <div class="faq-item"> 
 <button class="faq-question"> 
 <span>Làm sao đá» biết tôi có phù hợp vá»i khóa há»c này hay không?</span> 
 <div class="faq-icon"> 
 <svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"></polyline></svg> 
 </div> 
 </button> 
 <div class="faq-answer"> 
 <div class="faq-answer-inner"> 
 Bạn sẽ được tham gia **Kiá»m tra đầu vào hoàn toàn miá» n phí**. Sau khi bài test được ná»p, giáo viên sẽ đánh giá chi tiết trình đá» phát âm cá»§a bạn và tư vấn xếp lá»p phù hợp nhất vá»i năng lá»±c hiá»n tại. 
 </div> 
 </div> 
 </div> 
 
 </div> 
 
 </div> 
 </section> 
 
 <!-- Script xá» lý đóng/má» mượt mà --> 
 <script> 
 document.addEventListener("DOMContentLoaded", function () { 
 const faqItems = document.querySelectorAll(".faq-item"); 
 
 faqItems.forEach((item) => { 
 const questionBtn = item.querySelector(".faq-question"); 
 const answer = item.querySelector(".faq-answer"); 
 
 questionBtn.addEventListener("click", () => { 
 const isActive = item.classList.contains("active"); 
 
 // Đóng tất cả các item khác 
 faqItems.forEach((otherItem) => { 
 otherItem.classList.remove("active"); 
 otherItem.querySelector(".faq-answer").style.maxHeight = null; 
 }); 
 
 // Má»/Đóng item hiá»n tại 
 if (!isActive) { 
 item.classList.add("active"); 
 answer.style.maxHeight = answer.scrollHeight + "px"; 
 } 
 }); 
 }); 
 }); 
 </script> 
 
</body> 
</html>				</div>
				</div>
				<div class="elementor-element elementor-element-9f966c1 animated-fast elementor-invisible elementor-widget elementor-widget-html" data-id="9f966c1" data-element_type="widget" data-e-type="widget" data-settings="{";_animation";:";zoomIn";}" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html> 
<html lang="vi"> 
<head> 
 <meta charset="UTF-8"> 
 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
 <title>CTA Block - Kiá»m Tra Phát Âm Hay</title> 
 <style> 
 /* Reset & Base Styles */ 
 *, *::before, *::after { 
 box-sizing: border-box; 
 margin: 0; 
 padding: 0; 
 } 
 
 body { 
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
 background-color: #FAFAFA; 
 color: #111111; 
 line-height: 1.5; 
 -webkit-font-smoothing: antialiased; 
 } 
 
 /* Outer Wrapper - Đảm bảo căn giữa 100% không lá»ch */ 
 .cta-outer-container { 
 width: 100%; 
 display: flex; 
 justify-content: center; 
 align-items: center; 
 /* Thu gá»n padding trên/dưá»i và trái/phải */ 
 padding: clamp(16px, 3vw, 36px) clamp(12px, 2.5vw, 20px); 
 } 
 
 /* CTA Card Wrapper - Không đóng viá»n, ná»n gradient tinh tế */ 
 .cta-card { 
 width: 100%; 
 max-width: 960px; 
 margin: 0 auto; 
 
 background: linear-gradient(135deg, #FFF5F6 0%, #FFEBEB 100%); 
 border-radius: clamp(16px, 3vw, 28px); 
 border: none; 
 
 /* Padding cá»±c kỳ gá»n gàng */ 
 padding: clamp(28px, 4vw, 48px) clamp(16px, 3vw, 32px); 
 text-align: center; 
 
 display: flex; 
 flex-direction: column; 
 align-items: center; 
 justify-content: center; 
 
 box-shadow: 0 10px 30px rgba(214, 0, 28, 0.05); 
 } 
 
 /* Subtitle Top Badge */ 
 .cta-subtitle { 
 color: #D6001C; 
 font-size: clamp(0.85rem, 1.2vw, 1rem); 
 font-weight: 800; 
 text-transform: uppercase; 
 letter-spacing: 1.5px; 
 margin-bottom: 8px; 
 } 
 
 /* Heading Level 2 */ 
 .cta-heading { 
 font-size: clamp(1.2rem, 2vw, 1.5rem); 
 font-weight: 700; 
 color: #111111; 
 margin-bottom: 4px; 
 } 
 
 /* Main Title - Chữ lá»n màu đá» */ 
 .cta-main-title { 
 font-size: clamp(1.6rem, 3.8vw, 2.8rem); 
 font-weight: 900; 
 color: #D6001C; 
 text-transform: uppercase; 
 letter-spacing: -0.5px; 
 line-height: 1.15; 
 margin-bottom: 10px; 
 word-break: break-word; 
 } 
 
 /* Description Text */ 
 .cta-description { 
 font-size: clamp(0.95rem, 1.4vw, 1.1rem); 
 font-style: italic; 
 color: #444444; 
 margin-bottom: 24px; 
 } 
 
 /* Nút bấm Liên Kết - Chữ màu trắng tuyá»t đá»i */ 
 .btn-speech-test { 
 display: inline-flex; 
 align-items: center; 
 justify-content: center; 
 gap: 10px; 
 
 background-color: #D6001C !important; 
 color: #FFFFFF !important; /* Chữ màu trắng tuyá»t đá»i */ 
 
 font-size: clamp(1rem, 1.3vw, 1.1rem); 
 font-weight: 800; 
 text-decoration: none; 
 letter-spacing: 0.3px; 
 
 padding: clamp(12px, 2vw, 16px) clamp(28px, 4vw, 42px); 
 border-radius: 50px; 
 border: none; 
 
 box-shadow: 0 8px 20px rgba(214, 0, 28, 0.3); 
 transition: all 0.3s ease; 
 cursor: pointer; 
 } 
 
 /* Trạng thái Hover / Active cho nút */ 
 .btn-speech-test:hover, 
 .btn-speech-test:focus, 
 .btn-speech-test:active, 
 .btn-speech-test:visited { 
 color: #FFFFFF !important; 
 text-decoration: none; 
 } 
 
 .btn-speech-test:hover { 
 background-color: #B00017 !important; 
 transform: translateY(-2px); 
 box-shadow: 0 12px 26px rgba(214, 0, 28, 0.45); 
 } 
 
 /* Biá»u tượng micro màu trắng */ 
 .btn-speech-test svg { 
 width: 20px; 
 height: 20px; 
 fill: none; 
 stroke: #FFFFFF !important; 
 stroke-width: 2.2; 
 stroke-linecap: round; 
 stroke-linejoin: round; 
 flex-shrink: 0; 
 } 
 
 /* Tá»i ưu riêng cho màn hình di đá»ng nhá» */ 
 @media (max-width: 576px) { 
 .cta-outer-container { 
 padding: 12px 10px; 
 } 
 
 .cta-card { 
 padding: 24px 16px; 
 border-radius: 20px; 
 } 
 
 .btn-speech-test { 
 width: 100%; /* Nút bấm dãn full chiá»u rá»ng trên điá»n thoại */ 
 } 
 } 
 </style> 
</head> 
<body> 
 
 <div class="cta-outer-container"> 
 <div class="cta-card"> 
 
 <div class="cta-subtitle">BẠN CÒN CHẦN CHá» GÌ Ná»®A?</div> 
 <div class="cta-heading">Đăng ký ngay khóa há»c</div> 
 <h2 class="cta-main-title">NÓI LƯU LOÁT VÀ Tá»° NHIÊN</h2> 
 <p class="cta-description">Đá» tá»± tin hÆ¡n khi nói tiếng Anh!</p> 
 
 <!-- Nút Kiá»m Tra Phát Âm gắn liên kết phatamhay.com/kiem-tra/ --> 
 <a href="https://phatamhay.com/kiem-tra/" class="btn-speech-test" target="_blank" rel="noopener noreferrer"> 
 <span>Kiá»m Tra Phát Âm</span> 
 <svg viewBox="0 0 24 24"> 
 <path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path> 
 <path d="M19 10v2a7 7 0 0 1-14 0v-2"></path> 
 <line x1="12" y1="19" x2="12" y2="23"></line> 
 <line x1="8" y1="23" x2="16" y2="23"></line> 
 </svg> 
 </a> 
 
 </div> 
 </div> 
 
</body> 
</html>				</div>
				</div>
		
</div>
		</div>