.hero.svelte-1q37ri0{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;overflow:hidden}.hero-bg.svelte-1q37ri0{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-gradient.svelte-1q37ri0{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(59,130,246,.15),transparent),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(249,115,22,.1),transparent),linear-gradient(180deg,var(--thl-bg-primary) 0%,white 100%)}.hero-grid.svelte-1q37ri0{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(59,130,246,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.03) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 0%,black,transparent);mask-image:radial-gradient(ellipse 80% 80% at 50% 0%,black,transparent)}.hero-content.svelte-1q37ri0{position:relative;z-index:2;max-width:700px;padding:0 24px;margin:0 auto}.hero-badge.svelte-1q37ri0{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--thl-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--thl-glass-border);border-radius:100px;font-size:14px;font-weight:500;color:var(--thl-text-secondary);margin-bottom:24px;animation:fadeInUp .6s ease forwards}.badge-dot.svelte-1q37ri0{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}.hero-title.svelte-1q37ri0{font-size:clamp(40px,6vw,64px);font-weight:800;color:var(--thl-text-primary);margin-bottom:24px;letter-spacing:-.02em;animation:fadeInUp .6s ease .1s forwards;opacity:0}.title-highlight.svelte-1q37ri0{background:linear-gradient(135deg,var(--thl-primary),var(--thl-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle.svelte-1q37ri0{font-size:18px;color:var(--thl-text-secondary);line-height:1.7;margin-bottom:40px;animation:fadeInUp .6s ease .2s forwards;opacity:0}.hero-actions.svelte-1q37ri0{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:60px;animation:fadeInUp .6s ease .3s forwards;opacity:0}.hero-stats.svelte-1q37ri0{display:flex;align-items:center;gap:32px;animation:fadeInUp .6s ease .4s forwards;opacity:0}.stat-item.svelte-1q37ri0{text-align:center}.stat-number.svelte-1q37ri0{font-family:var(--thl-font-heading);font-size:36px;font-weight:800;color:var(--thl-text-primary)}.stat-plus.svelte-1q37ri0{font-family:var(--thl-font-heading);font-size:24px;font-weight:700;color:var(--thl-primary)}.stat-label.svelte-1q37ri0{display:block;font-size:14px;color:var(--thl-text-secondary);margin-top:4px}.stat-divider.svelte-1q37ri0{width:1px;height:48px;background:var(--thl-border)}.hero-visual.svelte-1q37ri0{display:block;position:relative;width:100%;max-width:600px;margin:40px auto 0;z-index:1}.hero-illustration.svelte-1q37ri0{width:100%;height:300px;position:relative;border-radius:var(--thl-radius-xl);overflow:hidden;background:linear-gradient(135deg,#3b82f614,#f973160a);box-shadow:0 20px 60px #00000026}.hero-illustration.svelte-1q37ri0 img:where(.svelte-1q37ri0){width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.hero-illustration.svelte-1q37ri0:hover img:where(.svelte-1q37ri0){transform:scale(1.02)}.glass-cards-overlay.svelte-1q37ri0{display:none}.glass-card.svelte-1q37ri0{position:absolute;display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--thl-glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--thl-glass-border);border-radius:var(--thl-radius-lg);box-shadow:var(--thl-glass-shadow);font-size:14px;font-weight:500;color:var(--thl-text-primary);white-space:nowrap;animation:float 6s ease-in-out infinite}.glass-icon.svelte-1q37ri0{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border-radius:var(--thl-radius-md);color:var(--thl-primary)}.glass-card-1.svelte-1q37ri0{top:0;right:0;animation-delay:0s}.glass-card-2.svelte-1q37ri0{top:100px;right:180px;animation-delay:.5s}.glass-card-3.svelte-1q37ri0{top:200px;right:40px;animation-delay:1s}.scroll-indicator.svelte-1q37ri0{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--thl-text-light);font-size:12px;animation:fadeInUp .6s ease .5s forwards;opacity:0}.scroll-line.svelte-1q37ri0{width:1px;height:40px;background:linear-gradient(180deg,var(--thl-primary),transparent);animation:scrollLine 2s ease-in-out infinite}@media(min-width:768px){.hero-illustration.svelte-1q37ri0{height:400px}}@media(min-width:1024px){.hero-illustration.svelte-1q37ri0{height:450px}}@media(min-width:1200px){.hero-visual.svelte-1q37ri0{position:absolute;right:3%;top:50%;transform:translateY(-50%);max-width:500px;margin:0}.hero-illustration.svelte-1q37ri0{height:500px}.glass-cards-overlay.svelte-1q37ri0{display:block;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10}.glass-cards-overlay.svelte-1q37ri0 .glass-card:where(.svelte-1q37ri0){pointer-events:auto}.hero-content.svelte-1q37ri0{margin:0;padding-left:5%}}@media(max-width:768px){.hero.svelte-1q37ri0{padding:100px 0 60px;min-height:auto}.hero-stats.svelte-1q37ri0{flex-wrap:wrap;gap:20px}.stat-divider.svelte-1q37ri0{display:none}.stat-item.svelte-1q37ri0{flex:1;min-width:100px}.scroll-indicator.svelte-1q37ri0{display:none}}@media(max-width:480px){.hero-title.svelte-1q37ri0{font-size:32px}}.services.svelte-hz61c4{padding:var(--thl-section-padding);background:#fff}.services-grid.svelte-hz61c4{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card.svelte-hz61c4{position:relative;background:var(--thl-bg-primary);border:1px solid var(--thl-border);border-radius:var(--thl-radius-lg);overflow:hidden;transition:var(--thl-transition-normal)}.service-card.svelte-hz61c4:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014;border-color:var(--thl-primary-light)}.service-card.featured.svelte-hz61c4{background:linear-gradient(135deg,var(--thl-primary),var(--thl-primary-dark));border:none}.service-card.featured.svelte-hz61c4 .service-content:where(.svelte-hz61c4) *{color:#fff}.service-card.featured.svelte-hz61c4 .service-icon:where(.svelte-hz61c4){background:#fff3}.service-card.featured.svelte-hz61c4:hover{transform:translateY(-8px);box-shadow:0 20px 40px #3b82f64d}.service-image.svelte-hz61c4{width:100%;height:160px;overflow:hidden;background:linear-gradient(135deg,var(--thl-bg-secondary),var(--thl-border))}.service-image.svelte-hz61c4 img:where(.svelte-hz61c4){width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.service-card.svelte-hz61c4:hover .service-image:where(.svelte-hz61c4) img:where(.svelte-hz61c4){transform:scale(1.08)}.service-content.svelte-hz61c4{padding:24px}.featured-badge.svelte-hz61c4{position:absolute;top:16px;right:16px;padding:4px 12px;background:#ffffffe6;color:var(--thl-primary);border-radius:100px;font-size:12px;font-weight:600;z-index:1}.service-icon.svelte-hz61c4{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:#3b82f61a;border-radius:var(--thl-radius-md);color:var(--thl-primary);margin-bottom:16px}.service-card.svelte-hz61c4 h3:where(.svelte-hz61c4){font-size:20px;font-weight:700;margin-bottom:12px;color:var(--thl-text-primary)}.service-card.svelte-hz61c4 p:where(.svelte-hz61c4){font-size:15px;color:var(--thl-text-secondary);line-height:1.6;margin-bottom:0}@media(max-width:1024px){.services-grid.svelte-hz61c4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-grid.svelte-hz61c4{grid-template-columns:1fr}}.about.svelte-7hpc9t{padding:var(--thl-section-padding);background:#fff}.about-grid.svelte-7hpc9t{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-content.svelte-7hpc9t .section-title:where(.svelte-7hpc9t){margin-bottom:24px}.about-text.svelte-7hpc9t{font-size:16px;color:var(--thl-text-secondary);line-height:1.7;margin-bottom:16px}.about-features.svelte-7hpc9t{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:32px}.feature-item.svelte-7hpc9t{display:flex;align-items:center;gap:12px}.feature-icon.svelte-7hpc9t{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#10b9811a;color:#10b981;border-radius:50%;flex-shrink:0}.feature-item.svelte-7hpc9t span:where(.svelte-7hpc9t){font-size:15px;font-weight:500;color:var(--thl-text-primary)}.about-visual.svelte-7hpc9t,.about-image-wrapper.svelte-7hpc9t{position:relative}.about-image.svelte-7hpc9t{aspect-ratio:4/5;background:linear-gradient(135deg,var(--thl-bg-primary),var(--thl-border));border-radius:var(--thl-radius-xl);overflow:hidden}.about-image.svelte-7hpc9t img:where(.svelte-7hpc9t){width:100%;height:100%;object-fit:cover}.about-stats-card.svelte-7hpc9t{position:absolute;bottom:-30px;left:-30px;display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border-radius:var(--thl-radius-lg);box-shadow:0 20px 40px #0000001a}.stats-icon.svelte-7hpc9t{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:var(--thl-radius-md);color:#fff}.stats-number.svelte-7hpc9t{font-family:var(--thl-font-heading);font-size:28px;font-weight:800;color:var(--thl-text-primary);display:block}.stats-label.svelte-7hpc9t{display:block;font-size:13px;color:var(--thl-text-secondary)}@media(max-width:1024px){.about-grid.svelte-7hpc9t{gap:48px}}@media(max-width:768px){.about-grid.svelte-7hpc9t{grid-template-columns:1fr;gap:40px}.about-visual.svelte-7hpc9t{order:-1}.about-stats-card.svelte-7hpc9t{bottom:-20px;left:20px;right:20px}.about-features.svelte-7hpc9t{grid-template-columns:1fr}}.contact-form.svelte-fq8g2m{display:flex;flex-direction:column;gap:1rem}.form-group.svelte-fq8g2m{display:flex;flex-direction:column;gap:.5rem}label.svelte-fq8g2m{font-weight:500;color:#334155;font-size:.875rem}input.svelte-fq8g2m,select.svelte-fq8g2m,textarea.svelte-fq8g2m{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}input.svelte-fq8g2m:focus,select.svelte-fq8g2m:focus,textarea.svelte-fq8g2m:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}textarea.svelte-fq8g2m{resize:vertical;min-height:100px}.submit-btn.svelte-fq8g2m{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn.svelte-fq8g2m:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.submit-btn.svelte-fq8g2m:disabled{opacity:.7;cursor:not-allowed}.spinner.svelte-fq8g2m{animation:svelte-fq8g2m-spin 1s linear infinite}@keyframes svelte-fq8g2m-spin{to{transform:rotate(360deg)}}.notification.svelte-fq8g2m{position:fixed;top:100px;right:24px;z-index:9999;padding:16px 20px;border-radius:12px;box-shadow:0 10px 40px #0003;animation:svelte-fq8g2m-slideIn .3s ease;max-width:400px;color:#fff}.notification-success.svelte-fq8g2m{background:#10b981}.notification-error.svelte-fq8g2m{background:#ef4444}.notification-info.svelte-fq8g2m{background:#3b82f6}.notification-content.svelte-fq8g2m{display:flex;align-items:center;gap:12px}.close-btn.svelte-fq8g2m{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center}@keyframes svelte-fq8g2m-slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.contact.svelte-wt4tt0{padding:var(--thl-section-padding);background:#fff}.contact-grid.svelte-wt4tt0{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.contact-info.svelte-wt4tt0 .section-title:where(.svelte-wt4tt0){margin-bottom:20px}.contact-desc.svelte-wt4tt0{font-size:16px;color:var(--thl-text-secondary);margin-bottom:32px}.location-cards.svelte-wt4tt0{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.location-card.svelte-wt4tt0{padding:20px;background:var(--thl-bg-primary);border:1px solid var(--thl-border);border-radius:var(--thl-radius-lg);transition:var(--thl-transition-fast)}.location-card.svelte-wt4tt0:hover{border-color:var(--thl-primary);box-shadow:var(--thl-shadow-md)}.location-card.primary.svelte-wt4tt0{border-color:var(--thl-primary);background:#3b82f608}.location-header.svelte-wt4tt0{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--thl-primary)}.location-name.svelte-wt4tt0{font-weight:600;font-size:15px}.location-address.svelte-wt4tt0{font-size:14px;color:var(--thl-text-secondary);margin-bottom:12px;line-height:1.5}.location-actions.svelte-wt4tt0{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.cta-call.svelte-wt4tt0{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:var(--thl-accent);color:#fff;border-radius:var(--thl-radius-md);font-size:15px;font-weight:600;transition:var(--thl-transition-fast);text-decoration:none}.cta-call.svelte-wt4tt0:hover{background:var(--thl-accent-dark);transform:translateY(-2px);box-shadow:var(--thl-shadow-md)}.cta-zalo.svelte-wt4tt0{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#0068ff;color:#fff;border-radius:var(--thl-radius-md);font-size:15px;font-weight:600;transition:var(--thl-transition-fast);text-decoration:none}.cta-zalo.svelte-wt4tt0:hover{background:#0054cc;transform:translateY(-2px);box-shadow:var(--thl-shadow-md)}.location-map-link.svelte-wt4tt0{display:inline-block;font-size:13px;color:var(--thl-primary);text-decoration:none;transition:var(--thl-transition-fast)}.location-map-link.svelte-wt4tt0:hover{text-decoration:underline}.contact-general.svelte-wt4tt0{display:flex;flex-direction:column;gap:20px}.contact-item.svelte-wt4tt0{display:flex;align-items:flex-start;gap:16px}.contact-icon.svelte-wt4tt0{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#3b82f61a;color:var(--thl-primary);border-radius:var(--thl-radius-md);flex-shrink:0}.contact-label.svelte-wt4tt0{display:block;font-size:13px;color:var(--thl-text-light);margin-bottom:4px}.contact-value.svelte-wt4tt0{font-size:15px;font-weight:500;color:var(--thl-text-primary);text-decoration:none}a.contact-value.svelte-wt4tt0:hover{color:var(--thl-primary)}.contact-form-wrapper.svelte-wt4tt0{padding:40px;background:var(--thl-bg-primary);border:1px solid var(--thl-border);border-radius:var(--thl-radius-xl)}@media(max-width:1024px){.contact-grid.svelte-wt4tt0{gap:48px}}@media(max-width:768px){.contact-grid.svelte-wt4tt0{grid-template-columns:1fr;gap:40px}.contact-form-wrapper.svelte-wt4tt0{padding:24px}}main.svelte-1uha8ag{overflow-x:hidden}
