:root{--navy:#0b2b65;--navy2:#123a78;--blue:#2474d8;--teal:#24a7b5;--teal2:#1493a7;--cyan:#e9f8fb;--bg:#f7fbfd;--soft:#f5f9fc;--line:#e1ebf1;--text:#183153;--muted:#687b91;--white:#fff;--shadow:0 14px 38px rgba(27,68,102,.10);--shadow-sm:0 7px 20px rgba(27,68,102,.07);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(1240px,calc(100% - 44px));margin:auto}.htg-icon{width:20px;height:20px;display:block}.topbar{font-size:12px;background:#f4f8fb;color:#39526e;border-bottom:1px solid #edf2f6}.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar-left{display:flex;gap:24px}.topbar-right{white-space:nowrap}.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{height:76px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:11px;color:var(--navy);min-width:235px}.brand-mark{width:43px;height:43px;border:4px solid #4aaab6;border-radius:13px;position:relative;display:grid;place-items:center;background:#fff}.brand-mark:before,.brand-mark:after{content:"";position:absolute;background:#4aaab6;border-radius:3px}.brand-mark:before{width:22px;height:6px}.brand-mark:after{width:6px;height:22px}.brand-mark span{display:none}.brand-copy b{display:block;font-size:20px;line-height:1.15;font-weight:800}.brand-copy small{display:block;font-size:11px;color:#6d7f90;margin-top:3px}.main-nav{display:flex;align-items:center;gap:30px;margin-left:auto;font-weight:700;font-size:14px;color:#15253f}.main-nav a{position:relative;padding:28px 0}.main-nav a.active,.main-nav a:hover{color:#1457b9}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:#2a80d9;border-radius:99px}.header-actions{display:flex;gap:10px;margin-left:7px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#1ea8ae,#178fa9);color:#fff;border-radius:9px;padding:12px 20px;font-weight:800;border:1px solid transparent;box-shadow:none;transition:.18s}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(26,151,166,.18)}.btn .htg-icon{width:17px;height:17px}.btn-outline{background:#fff;color:#1760bd;border-color:#b8d6e5}.btn-lg{padding:13px 22px}.btn-block{width:100%}.menu-toggle{display:none;background:none;border:0;width:38px;padding:0}.menu-toggle span{height:2px;background:#0d2a61;display:block;margin:6px;border-radius:3px}.hero{background:linear-gradient(130deg,#f7fbff 0%,#eef9fc 100%);padding:50px 0 0;overflow:hidden}.hero-grid{display:grid;grid-template-columns:.95fr 1.15fr;align-items:center;gap:44px}.hero-kicker{font-size:11px;font-weight:900;color:#3191a7;letter-spacing:.16em;margin-bottom:10px}.hero h1{font-size:48px;line-height:1.08;margin:0 0 20px;color:var(--navy);letter-spacing:-.025em}.hero h1 span{color:#2ea3ae}.hero p{font-size:16px;max-width:570px;color:#51677f;margin:0}.hero-actions{display:flex;gap:12px;margin-top:26px}.hero-image{position:relative}.hero-image img{width:100%;height:370px;object-fit:cover;border-radius:28px 28px 0 0;display:block;box-shadow:var(--shadow)}.hero-image:after{content:"";position:absolute;inset:0;border-radius:28px 28px 0 0;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,0) 30%);pointer-events:none}.hero-image-badge{position:absolute;bottom:14px;right:18px;display:flex;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-radius:13px;overflow:hidden;box-shadow:var(--shadow-sm)}.hero-image-badge span{padding:10px 16px;font-size:10px;color:var(--muted);border-right:1px solid var(--line)}.hero-image-badge span:last-child{border:0}.hero-image-badge b{display:block;color:var(--navy);font-size:15px}.stats{position:relative;z-index:3;transform:translateY(34px);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;display:grid;grid-template-columns:repeat(4,1fr);padding:17px 22px}.stats>div{display:flex;align-items:center;gap:14px;padding:4px 22px;border-right:1px solid var(--line)}.stats>div:last-child{border:0}.stat-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.stat-icon .htg-icon{width:22px;height:22px}.stat-icon.aqua{background:#e4f7f7;color:#21a8ad}.stat-icon.blue{background:#eef5ff;color:#2e78e9}.stat-icon.violet{background:#f1edff;color:#7756df}.stat-icon.gray{background:#f4f5f7;color:#657385}.stats b{font-size:21px;color:var(--navy);line-height:1}.stats small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.quick-wrap{padding-top:67px}.quick-actions{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.quick-card{border:1px solid var(--line);border-radius:14px;padding:13px 15px;background:#fff;box-shadow:var(--shadow-sm);display:flex;gap:12px;align-items:center;min-height:74px;transition:.18s}.quick-card:hover{transform:translateY(-2px);border-color:#b9dfe6}.quick-card i{font-style:normal;width:45px;height:45px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto}.quick-card i .htg-icon{width:23px;height:23px}.quick-card.q1 i{background:#eaf4ff;color:#2f77df}.quick-card.q2 i{background:#e7faf7;color:#21a79e}.quick-card.q3 i{background:#fff3e9;color:#f18f2d}.quick-card.q4 i{background:#f2ebff;color:#8159e7}.quick-card.q5 i{background:#eef4fb;color:#163c77}.quick-card b{font-size:13px;color:var(--navy);display:block}.quick-card small{font-size:10px;color:var(--muted);display:block;margin-top:3px}.section{padding:56px 0}.section-soft{background:#f7fafc}.eyebrow{font-size:11px;font-weight:900;color:#1769cc;letter-spacing:.08em}.section h2{font-size:27px;line-height:1.25;color:var(--navy);margin:8px 0 15px;letter-spacing:-.015em}.intro-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:46px;align-items:center}.intro-copy p{color:#51677f;max-width:470px}.ticks{padding:0;list-style:none;margin:20px 0}.ticks li{padding:5px 0;font-size:14px}.ticks li:before{content:'✓';color:#25aab4;font-weight:900;margin-right:9px}.text-link{display:inline-flex;align-items:center;gap:6px;color:#1763c4;font-weight:800;font-size:13px}.text-link .htg-icon{width:15px}.media-card{position:relative;background:#fff;border-radius:17px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.media-card>img{width:100%;height:290px;object-fit:cover;display:block}.play{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;border:0;background:rgba(255,255,255,.95);color:#1774cd;font-size:19px;box-shadow:0 8px 24px rgba(20,70,100,.18)}.media-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:12px 16px}.media-stats span{text-align:center;font-size:10px;color:var(--muted);border-right:1px solid var(--line)}.media-stats span:last-child{border:0}.media-stats b{display:block;font-size:17px;color:var(--navy)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-head h2{margin:0}.section-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.section-head>a{display:inline-flex;align-items:center;gap:5px;color:#1763c4;font-weight:800;font-size:11px}.section-head>a .htg-icon{width:13px}.infrastructure{display:grid;grid-template-columns:.78fr 1.22fr;gap:24px;align-items:stretch}.infra-points{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.infra-points div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 10px;text-align:center;min-height:126px}.infra-points i{width:44px;height:44px;margin:0 auto 9px;border-radius:12px;background:#e9fafb;color:#28a9b2;display:grid;place-items:center}.infra-points i .htg-icon{width:22px}.infra-points b{display:block;color:var(--navy);font-size:11px;line-height:1.3}.infra-points span{display:block;color:var(--muted);font-size:9px;margin-top:5px}.infra-image{position:relative}.infra-image img{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:17px;display:block}.floating-tag{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.94);padding:9px 13px;border-radius:10px;color:#1763c4;font-size:11px;font-weight:800;box-shadow:var(--shadow-sm)}.specialties{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.specialties a{border:1px solid var(--line);border-radius:13px;padding:14px 8px;text-align:center;background:#fff;transition:.18s}.specialties a:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.specialties i{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;margin:auto}.specialties i .htg-icon{width:24px}.tone-pink{background:#fff0f5;color:#ed4d82}.tone-violet{background:#f3eeff;color:#7855df}.tone-teal{background:#eaf9f6;color:#1fa79d}.tone-orange{background:#fff0e8;color:#f08045}.tone-yellow{background:#fff7df;color:#d99a15}.tone-blue{background:#edf4ff;color:#3977dc}.specialties b{display:block;font-size:11px;margin-top:8px;color:#253b5a}.packages-section{background:#fff}.package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.package-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px;box-shadow:0 5px 18px rgba(20,50,80,.045);overflow:hidden}.package-number{position:absolute;top:12px;right:14px;font-size:28px;font-weight:900;color:#f0f4f7}.package-card h3{position:relative;color:var(--navy);font-size:14px;min-height:40px;margin:0 32px 4px 0}.price{font-size:20px;font-weight:900;color:#075b9f;margin:7px 0 9px}.package-card ul{list-style:none;padding:0;margin:0 0 14px;font-size:11px;color:#52667d;min-height:108px}.package-card li{display:flex;gap:7px;align-items:center;padding:4px 0}.package-card li .htg-icon{width:13px;height:13px;color:#27a6b0;flex:0 0 auto}.package-card .btn{font-size:11px;padding:10px}.authority-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.authority-grid article{display:flex;gap:12px;border:1px solid var(--line);border-radius:13px;padding:14px;background:#fff;min-height:136px}.authority-logo{width:38px;height:38px;flex:0 0 auto;border-radius:50%;background:#eaf4ff;color:#1763c4;display:grid;place-items:center;font-size:9px;font-weight:900;border:2px solid #cfe2f5}.authority-logo.alt{background:#e9f8ff;color:#1591a8}.authority-logo.red{background:#fff0f0;color:#d34d4d}.authority-logo.dark{background:#edf1f7;color:#183b72}.authority-grid small{font-size:8px;color:#61748a;font-weight:800}.authority-grid h3{font-size:11px;line-height:1.4;color:var(--navy);margin:4px 0 5px}.authority-grid p{font-size:9px;color:var(--muted);margin:0}.authority-grid a{font-size:9px;color:#1763c4;font-weight:800}.testimonials{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.testimonials blockquote{margin:0;background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px;min-height:170px}.quote{font-family:Georgia,serif;font-size:30px;color:#7b8797;line-height:.7}.quote.orange{color:#f28b41}.testimonials p{font-size:11px;color:#4f6279;min-height:62px}.testimonials cite{display:flex;align-items:center;gap:9px;margin-top:12px;font-style:normal}.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#d8e9f7,#f2d9cf);display:grid;place-items:center;color:#254b78;font-size:10px;font-weight:800}.testimonials cite b{font-size:10px;color:var(--navy);display:block}.testimonials cite small{font-size:8px;color:var(--muted);display:block}.doctor-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.doctor-cards article{display:grid;grid-template-columns:78px 1fr;gap:12px;border:1px solid var(--line);border-radius:13px;padding:12px;background:#fff;min-height:112px}.doctor-photo{border-radius:10px;background-image:url('../img/doctors.jpg');background-size:430% auto;background-repeat:no-repeat;background-color:#edf5f9}.photo1{background-position:2% 20%}.photo2{background-position:33% 20%}.photo3{background-position:67% 20%}.photo4{background-position:98% 20%}.doctor-cards small{font-size:8px;font-weight:800;color:#3b5f89}.doctor-cards h3{font-size:12px;color:var(--navy);margin:2px 0}.doctor-cards p{font-size:9px;color:#3e5976;margin:0 0 7px}.doctor-cards span{font-size:8px;color:var(--muted)}.site-footer{background:linear-gradient(135deg,#0b829b,#0b637c);color:#e9fbff;padding:38px 0 0}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.2fr;gap:34px}.footer-grid>div{display:flex;flex-direction:column;gap:6px;font-size:11px}.footer-grid h4{margin:0 0 8px;font-size:12px;color:#fff}.footer-brand p{font-size:11px;max-width:260px;color:#d7f4f6}.brand-light{color:#fff}.brand-light .brand-mark{border-color:#d5fbff;background:transparent}.brand-light .brand-mark:before,.brand-light .brand-mark:after{background:#d5fbff}.brand-light small{color:#d7f3f8}.socials{display:flex;gap:8px!important;flex-direction:row!important}.socials span{width:auto;min-width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center;padding:0 6px;font-size:8px}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.17);margin-top:30px;padding:13px;font-size:9px}.mobile-bottom{display:none}.portal-page{background:#f5f8fb;padding:36px 0}.portal-layout{display:grid;grid-template-columns:230px 1fr;gap:24px}.portal-side,.portal-main{background:white;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow)}
@media(max-width:980px){.topbar{display:none}.nav-wrap{height:65px}.main-nav,.header-actions{display:none}.menu-toggle{display:block;margin-left:auto}.brand{min-width:auto}.brand-copy b{font-size:17px}.hero{padding-top:20px}.hero-grid{grid-template-columns:1fr;gap:18px}.hero-copy{order:1}.hero-image{order:2}.hero h1{font-size:38px}.hero-image img{height:300px;border-radius:22px}.hero-image-badge{display:none}.stats{grid-template-columns:repeat(2,1fr);transform:none;margin-top:18px}.stats>div:nth-child(2){border-right:0}.stats>div{padding:10px 14px;border-bottom:1px solid var(--line)}.quick-wrap{padding-top:22px}.quick-actions{grid-template-columns:repeat(4,1fr)}.quick-card.q5{display:none}.quick-card{display:block;text-align:center;padding:13px 7px;min-height:89px}.quick-card i{margin:0 auto 7px}.quick-card small{display:none}.intro-grid,.infrastructure{grid-template-columns:1fr}.infra-points{grid-template-columns:repeat(4,1fr)}.specialties{grid-template-columns:repeat(3,1fr)}.package-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.package-card{min-width:46%;scroll-snap-align:start}.authority-grid{grid-template-columns:repeat(2,1fr)}.testimonials{display:flex;overflow-x:auto}.testimonials blockquote{min-width:45%}.doctor-cards{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.mobile-bottom{display:grid;position:fixed;bottom:0;left:0;right:0;z-index:100;grid-template-columns:repeat(5,1fr);background:#0a2e67;color:white;border-radius:19px 19px 0 0;box-shadow:0 -10px 28px rgba(0,0,0,.18);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom a{padding:8px 2px 7px;font-size:9px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:3px}.mobile-bottom span{width:24px;height:24px;display:grid;place-items:center}.mobile-bottom .htg-icon{width:18px;height:18px}.mobile-bottom b{font-weight:500}.mobile-bottom a.primary{background:#3eabb5;border-radius:50% 50% 0 0;transform:translateY(-9px);padding-top:13px}.site-footer{padding-bottom:72px}}
@media(max-width:620px){.container{width:min(100% - 20px,1240px)}.site-header{position:sticky}.nav-wrap{height:62px}.brand-mark{width:38px;height:38px;border-radius:12px}.brand-copy b{font-size:15px}.brand-copy small{font-size:9px}.hero{padding:14px 0 0}.hero-grid{gap:12px}.hero-kicker{display:none}.hero h1{font-size:29px;margin-bottom:12px}.hero p{font-size:13px;line-height:1.6}.hero-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:18px}.hero-actions .btn{font-size:11px;padding:11px 9px}.hero-image img{height:205px;border-radius:17px}.stats{padding:7px 10px;border-radius:14px}.stats>div{gap:8px;padding:10px 8px}.stat-icon{width:34px;height:34px}.stat-icon .htg-icon{width:18px}.stats b{font-size:17px}.stats small{font-size:8px}.quick-wrap{padding-top:14px}.quick-actions{gap:7px}.quick-card{border-radius:13px;padding:10px 4px;min-height:78px;box-shadow:none}.quick-card i{width:39px;height:39px}.quick-card i .htg-icon{width:20px}.quick-card b{font-size:10px}.section{padding:38px 0}.section h2{font-size:22px}.intro-grid{gap:25px}.intro-copy p,.ticks li{font-size:13px}.media-card>img{height:210px}.media-stats{padding:10px 5px}.media-stats b{font-size:14px}.media-stats span{font-size:8px}.section-head{margin-bottom:15px}.section-head>a{font-size:9px}.infra-points{grid-template-columns:repeat(2,1fr);gap:8px}.infra-points div{min-height:112px;padding:14px 8px}.infra-image img{min-height:210px}.specialties{grid-template-columns:repeat(4,1fr);gap:7px}.specialties a{padding:11px 4px}.specialties i{width:39px;height:39px}.specialties b{font-size:9px}.package-card{min-width:82%;padding:16px}.package-card h3{font-size:14px}.authority-grid{grid-template-columns:1fr}.testimonials blockquote{min-width:82%}.doctor-cards{display:flex;overflow-x:auto}.doctor-cards article{min-width:82%}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-brand{grid-column:1/-1}.menu-open .main-nav{display:flex;position:absolute;top:62px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:12px 20px 20px;gap:0;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.menu-open .main-nav a{padding:10px 0}.menu-open .main-nav a:after{display:none}}


/* =========================================================
   HTG Healthcare v1.2.0 — approved header / doctor position
   ========================================================= */
.topbar{
  background:#f8fbfe;
  border-bottom:1px solid #edf2f7;
  color:#344d6c;
  font-size:11px;
}
.topbar-inner{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.topbar-left,.topbar-right{
  display:flex;
  align-items:center;
  gap:24px;
}
.topbar-left span{
  display:flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}
.topbar-left .htg-icon{
  width:14px;
  height:14px;
  color:#0b376e;
}
.topbar-right{
  gap:22px;
}
.topbar-right a{
  color:#243b5a;
  text-decoration:none;
  transition:.18s ease;
}
.topbar-right a:hover{color:#0b82a0}
.topbar-right .lang{
  padding-left:8px;
  white-space:nowrap;
}

.site-header{
  background:rgba(255,255,255,.98);
  border-bottom:1px solid #edf2f7;
  box-shadow:0 2px 10px rgba(31,60,100,.025);
  position:sticky;
  top:0;
  z-index:90;
}
.admin-bar .site-header{top:32px}
.nav-wrap{
  height:84px;
  display:grid;
  grid-template-columns:minmax(250px,1fr) auto minmax(280px,1fr);
  align-items:center;
  gap:28px;
}
.brand{
  justify-self:start;
}
.brand-mark{
  width:48px;
  height:48px;
  border-radius:15px;
}
.brand-copy b{
  font-size:21px;
  letter-spacing:-.025em;
}
.brand-copy small{
  margin-top:2px;
  font-size:10px;
}

.main-nav{
  justify-self:center;
  display:flex;
  align-items:center;
  gap:38px;
  white-space:nowrap;
}
.main-nav a{
  position:relative;
  display:flex;
  align-items:center;
  height:84px;
  color:#122f59;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}
.main-nav a:after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:17px;
  height:2px;
  background:#1479df;
  border-radius:2px;
  transition:.2s ease;
}
.main-nav a:hover:after,
.main-nav a.active:after{
  left:0;
  right:0;
}
.main-nav a:hover,
.main-nav a.active{
  color:#1264c7;
}

.header-actions{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:14px;
}
.header-actions .btn{
  min-width:126px;
  min-height:46px;
  justify-content:center;
  border-radius:10px;
  padding:0 20px;
  font-size:12px;
  font-weight:800;
}
.header-actions .login-btn{
  background:#fff;
  color:#1467c8;
  border-color:#9fc8e6;
}
.header-actions .booking-btn{
  min-width:142px;
  background:linear-gradient(135deg,#37b6b4,#2a9db8);
  box-shadow:none;
}

.doctors-section{
  padding-top:10px;
  padding-bottom:42px;
  background:#fff;
}
#chuyen-khoa{
  padding-bottom:24px;
}
#chuyen-khoa + .doctors-section{
  padding-top:0;
}
.doctors-section .section-head{
  margin-bottom:14px;
}
.doctor-cards article{
  box-shadow:0 3px 12px rgba(22,48,80,.035);
}
.doctor-cards article:hover{
  border-color:#c9dcea;
  box-shadow:0 7px 22px rgba(22,48,80,.07);
  transform:translateY(-1px);
  transition:.18s ease;
}

@media(max-width:1200px){
  .nav-wrap{
    grid-template-columns:auto 1fr auto;
    gap:18px;
  }
  .main-nav{gap:22px}
  .main-nav a{font-size:12px}
  .header-actions .btn{min-width:auto;padding:0 14px}
}
@media(max-width:980px){
  .admin-bar .site-header{top:46px}
  .nav-wrap{
    display:flex;
    height:65px;
  }
  .brand-mark{width:40px;height:40px}
  .brand-copy b{font-size:17px}
  .brand-copy small{font-size:9px}
  .main-nav,.header-actions{display:none}
  .menu-toggle{display:block;margin-left:auto}
  .doctors-section{padding-top:0}
}
@media(max-width:620px){
  .site-header{top:0}
  .admin-bar .site-header{top:46px}
  .nav-wrap{height:62px}
  #chuyen-khoa{padding-bottom:18px}
  .doctors-section{padding-bottom:34px}
  .doctor-cards article{min-width:86%}
}


/* =========================================================
   HTG Healthcare v1.3.0 — Core data binding
   ========================================================= */
.specialty-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
.specialty-card{
  min-height:66px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 16px;
  border:1px solid #e4ebf3;
  border-radius:13px;
  background:#fff;
  text-decoration:none;
  color:#0b2d66;
  box-shadow:0 2px 8px rgba(20,51,86,.025);
}
.specialty-card:hover{border-color:#93d3dc;box-shadow:0 6px 18px rgba(10,166,182,.08)}
.sp-icon{width:39px;height:39px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#edf9fa;color:#0aa6b6;flex:0 0 auto}
.sp-icon .htg-icon{width:22px;height:22px}
.doctor-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.doctor-card{
  position:relative;
  display:flex;
  gap:13px;
  align-items:center;
  min-height:122px;
  padding:14px;
  border:1px solid #e4ebf3;
  border-radius:15px;
  background:#fff;
}
.doctor-avatar{width:76px;height:92px;border-radius:12px;overflow:hidden;flex:0 0 auto;background:#f3f7fb}
.doctor-avatar img{width:100%;height:100%;object-fit:cover}
.doctor-info small{display:block;color:#46617f;font-weight:700;font-size:10px}
.doctor-info h3{margin:4px 0 5px;color:#0b2d66;font-size:15px}
.doctor-info p{margin:0 0 5px;color:#52647b;font-size:11px}
.doctor-info span{font-size:10px;color:#7a889c}
.doctor-book{position:absolute;right:12px;bottom:12px;width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#ecf8fa;color:#0aa6b6}
.doctor-book .htg-icon{width:17px}
.package-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.package-card{display:flex;flex-direction:column;padding:20px;border:1px solid #e4ebf3;border-radius:15px;background:#fff;box-shadow:0 2px 10px rgba(20,51,86,.03)}
.package-top small{color:#7a889c;font-size:10px;font-weight:700}.package-top h3{margin:6px 0 10px;color:#0b2d66;font-size:16px;min-height:42px}
.package-price{font-size:22px;font-weight:800;color:#0a7894;margin-bottom:12px}
.package-card ul{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:8px}.package-card li{display:flex;gap:7px;align-items:center;color:#52647b;font-size:11px}.package-card li .htg-icon{width:15px;color:#0aa6b6}
.package-btn{margin-top:auto;justify-content:center}
.branch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.branch-card{display:flex;gap:14px;padding:18px;border:1px solid #e4ebf3;border-radius:15px;background:#fff}.branch-icon{width:44px;height:44px;border-radius:12px;background:#eef8ff;color:#1479df;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.branch-icon .htg-icon{width:22px}.branch-card h3{margin:0 0 6px;color:#0b2d66;font-size:15px}.branch-card p{margin:0 0 8px;color:#61728a;font-size:11px;line-height:1.5}.branch-card a{display:flex;align-items:center;gap:6px;text-decoration:none;color:#0a7894;font-size:11px}.branch-card a .htg-icon{width:15px}
.htg-authority-grid,.authority-fallback{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.htg-authority-card,.authority-fallback article{padding:16px;border:1px solid #e4ebf3;border-radius:14px;background:#fff}.htg-authority-card small{font-weight:700;color:#63809c;font-size:9px}.htg-authority-card h4{margin:7px 0 10px;color:#0b2d66;font-size:13px;line-height:1.45}
.testimonial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.testimonial-grid article{padding:17px;border:1px solid #e4ebf3;border-radius:14px;background:#fff}.testimonial-grid p{min-height:58px;margin:0 0 12px;color:#52647b;font-size:11px;line-height:1.55}.testimonial-grid b{display:block;color:#0b2d66;font-size:12px}.testimonial-grid small{color:#8a98aa;font-size:9px}
@media(max-width:1180px){
  .specialty-grid{grid-template-columns:repeat(3,1fr)}
  .doctor-cards,.package-grid{grid-template-columns:repeat(2,1fr)}
  .htg-authority-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .specialty-grid{grid-template-columns:repeat(2,1fr)}
  .doctor-cards,.package-grid,.branch-grid,.htg-authority-grid,.testimonial-grid{grid-template-columns:1fr}
  .doctor-card{min-height:110px}
  .package-card{padding:16px}
}

/* HTG Healthcare Theme 1.3.1 — Patient session / mobile nav hotfix */
.header-actions .account-btn .htg-icon{width:16px;height:16px}
.mobile-bottom a.active{color:#fff}
.mobile-bottom a.active:not(.primary){background:rgba(255,255,255,.08)}
@media(max-width:980px){
  .mobile-bottom{display:grid}
}


/* =========================================================
   HTG Healthcare Theme 1.3.2 — Mobile Bottom Navigation FIX
   ========================================================= */
.mobile-bottom{
  display:none;
}

@media (max-width:980px){
  html,body{
    overflow-x:hidden;
  }

  body{
    padding-bottom:86px !important;
  }

  .mobile-bottom{
    position:fixed !important;
    left:10px !important;
    right:10px !important;
    bottom:10px !important;
    z-index:2147483000 !important;

    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    align-items:stretch !important;

    min-height:68px !important;
    padding:7px 6px calc(7px + env(safe-area-inset-bottom)) !important;

    background:#0b2d66 !important;
    border:1px solid rgba(255,255,255,.12) !important;
    border-radius:18px !important;
    box-shadow:0 14px 38px rgba(4,30,68,.28) !important;

    visibility:visible !important;
    opacity:1 !important;
    transform:none !important;
    pointer-events:auto !important;
  }

  .mobile-bottom > a{
    position:relative !important;
    min-width:0 !important;
    height:58px !important;
    padding:6px 2px 5px !important;

    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:4px !important;

    border-radius:12px !important;
    color:rgba(255,255,255,.82) !important;
    text-decoration:none !important;
    font-weight:600 !important;
    background:transparent !important;
  }

  .mobile-bottom > a > span{
    position:relative !important;
    width:25px !important;
    height:25px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .mobile-bottom .htg-icon{
    width:22px !important;
    height:22px !important;
    stroke-width:1.8 !important;
  }

  .mobile-bottom > a > b{
    display:block !important;
    max-width:100% !important;
    margin:0 !important;

    font-size:9px !important;
    line-height:1.05 !important;
    font-weight:600 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .mobile-bottom > a.active{
    color:#fff !important;
    background:rgba(255,255,255,.10) !important;
  }

  .mobile-bottom > a.primary{
    color:#fff !important;
    background:#43a9b7 !important;
    margin-top:-14px !important;
    height:68px !important;
    border-radius:18px 18px 12px 12px !important;
    box-shadow:0 8px 18px rgba(67,169,183,.35) !important;
  }

  .mobile-bottom > a.primary > span{
    width:28px !important;
    height:28px !important;
  }

  .mobile-bottom > a span em{
    position:absolute !important;
    top:-5px !important;
    right:-7px !important;
    min-width:16px !important;
    height:16px !important;
    padding:0 4px !important;
    border-radius:99px !important;
    background:#ef4f48 !important;
    color:#fff !important;
    font-size:8px !important;
    font-style:normal !important;
    line-height:16px !important;
    text-align:center !important;
    border:2px solid #0b2d66 !important;
  }
}

@media (max-width:430px){
  .mobile-bottom{
    left:8px !important;
    right:8px !important;
    bottom:8px !important;
    border-radius:17px !important;
    padding-left:4px !important;
    padding-right:4px !important;
  }

  .mobile-bottom > a{
    padding-left:1px !important;
    padding-right:1px !important;
  }

  .mobile-bottom > a > b{
    font-size:8.5px !important;
  }
}

/* Desktop must never display patient bottom navigation */
@media (min-width:981px){
  .mobile-bottom{
    display:none !important;
  }
}


/* =========================================================
   HTG Healthcare Theme 1.3.3 — Portal mobile nav hard fix
   ========================================================= */
.htg-mobile-patient-nav{display:none!important}

@media (max-width:980px){
  body.htg-patient-route{
    padding-bottom:92px!important;
  }

  body.htg-patient-route .htg-mobile-patient-nav{
    position:fixed!important;
    left:8px!important;
    right:8px!important;
    bottom:8px!important;
    z-index:2147483640!important;

    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:end!important;

    min-height:68px!important;
    padding:7px 5px calc(7px + env(safe-area-inset-bottom))!important;

    background:#0b2d66!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:18px!important;
    box-shadow:0 16px 36px rgba(6,31,70,.34)!important;

    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:translateZ(0)!important;
  }

  body.htg-patient-route .htg-mobile-patient-nav > a{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    min-width:0!important;
    height:56px!important;
    padding:5px 1px!important;
    color:rgba(255,255,255,.82)!important;
    text-decoration:none!important;
    border-radius:12px!important;
    background:transparent!important;
  }

  body.htg-patient-route .htg-mobile-patient-nav > a > span{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:24px!important;
    height:24px!important;
  }

  body.htg-patient-route .htg-mobile-patient-nav .htg-icon{
    width:21px!important;
    height:21px!important;
  }

  body.htg-patient-route .htg-mobile-patient-nav > a > b{
    display:block!important;
    max-width:100%!important;
    margin:0!important;
    color:inherit!important;
    font-size:8.5px!important;
    line-height:1!important;
    font-weight:600!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.htg-patient-route .htg-mobile-patient-nav > a.active:not(.primary){
    background:rgba(255,255,255,.10)!important;
    color:#fff!important;
  }

  body.htg-patient-route .htg-mobile-patient-nav > a.primary{
    margin-top:-15px!important;
    height:67px!important;
    background:#43a9b7!important;
    color:#fff!important;
    border-radius:18px 18px 12px 12px!important;
    box-shadow:0 8px 18px rgba(67,169,183,.34)!important;
  }

  body.htg-patient-route .htg-mobile-patient-nav > a span em{
    position:absolute!important;
    top:-6px!important;
    right:-8px!important;
    min-width:17px!important;
    height:17px!important;
    padding:0 4px!important;
    border-radius:99px!important;
    background:#ef514a!important;
    color:#fff!important;
    border:2px solid #0b2d66!important;
    font-size:8px!important;
    font-style:normal!important;
    line-height:13px!important;
    text-align:center!important;
  }
}

@media (min-width:981px){
  body .htg-mobile-patient-nav{display:none!important}
}


/* =========================================================
   HTG Healthcare Theme 1.3.4 — iPhone Patient Nav DOM Fix
   ========================================================= */
@media (max-width:980px){
  body.htg-patient-route{
    padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;
  }

  #htg-mobile-patient-nav.htg-mobile-patient-nav{
    position:fixed!important;
    left:max(8px, env(safe-area-inset-left))!important;
    right:max(8px, env(safe-area-inset-right))!important;
    bottom:max(8px, env(safe-area-inset-bottom))!important;
    z-index:2147483646!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:end!important;
    min-height:70px!important;
    padding:7px 5px!important;
    background:#0b2d66!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:18px!important;
    box-shadow:0 14px 36px rgba(7,32,70,.35)!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
  }

  #htg-mobile-patient-nav > a{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    height:56px!important;
    min-width:0!important;
    padding:5px 1px!important;
    border-radius:12px!important;
    color:rgba(255,255,255,.86)!important;
    background:transparent!important;
    text-decoration:none!important;
  }

  #htg-mobile-patient-nav > a > span{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:25px!important;
    height:25px!important;
  }

  #htg-mobile-patient-nav .htg-icon{
    width:22px!important;
    height:22px!important;
  }

  #htg-mobile-patient-nav > a > b{
    display:block!important;
    margin:0!important;
    max-width:100%!important;
    color:inherit!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:600!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  #htg-mobile-patient-nav > a.active:not(.primary){
    color:#fff!important;
    background:rgba(255,255,255,.10)!important;
  }

  #htg-mobile-patient-nav > a.primary{
    height:68px!important;
    margin-top:-16px!important;
    border-radius:18px 18px 12px 12px!important;
    color:#fff!important;
    background:#43a9b7!important;
    box-shadow:0 8px 20px rgba(67,169,183,.38)!important;
  }

  #htg-mobile-patient-nav > a span em{
    position:absolute!important;
    top:-6px!important;
    right:-8px!important;
    min-width:17px!important;
    height:17px!important;
    padding:0 4px!important;
    border:2px solid #0b2d66!important;
    border-radius:99px!important;
    background:#ef514a!important;
    color:#fff!important;
    font-size:8px!important;
    font-style:normal!important;
    line-height:13px!important;
    text-align:center!important;
  }
}

@media (min-width:981px){
  #htg-mobile-patient-nav{display:none!important}
}
