
:root{
  --main:#073b79;
  --main2:#0b5ed7;
  --red:#e21b2d;
  --yellow:#ffd35a;
  --soft:#f3f7ff;
  --dark:#06162f;
  --muted:#667085;
  --border:#e2ebfb;
}

/* =========================================================
   NGỌC MINH - FONT CHUẨN TOÀN SOURCE
   Yêu cầu: thống nhất 1 font giống menu, dùng Arial.
   Ghi chú quan trọng:
   - Không dùng text-transform để tự đổi chữ hoa/thường.
   - Không dùng small-caps/font-variant.
   - Không dùng letter-spacing cho tiếng Việt có dấu.
   - Tiêu đề, nút, menu, badge đều dùng cùng nguyên tắc như menu.
   ========================================================= */

*{box-sizing:border-box}

html,
body,
body *,
button,
input,
select,
textarea{
  font-family:Arial,sans-serif!important;
  font-variant:normal!important;
  font-variant-caps:normal!important;
  text-transform:none!important;
  letter-spacing:normal!important;
  text-rendering:auto!important;
}

html{scroll-behavior:smooth}
body{
  background:#fff;
  color:#162033;
  padding-bottom:0;
  font-size:16px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

a{text-decoration:none}
a:hover{text-decoration:none}
img,video{max-width:100%}

/* Font Awesome / Bootstrap Icons giữ font icon riêng */
i.fa,
i.fas,
i.far,
i.fab,
i.fa-solid,
i.fa-regular,
i.fa-brands,
.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.bi{
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free","FontAwesome","bootstrap-icons"!important;
  letter-spacing:normal!important;
  text-transform:none!important;
  font-variant:normal!important;
}
.fa-brands,.fab{font-family:"Font Awesome 6 Brands","FontAwesome"!important}

/* Chặn lỗi ::first-letter làm LỊCH thành LịCH */
h1::first-letter,h2::first-letter,h3::first-letter,h4::first-letter,h5::first-letter,h6::first-letter,
.hero h1::first-letter,.section-title::first-letter,.page-hero h1::first-letter{
  font-size:inherit!important;
  font-weight:inherit!important;
  color:inherit!important;
  line-height:inherit!important;
  text-transform:none!important;
}

/* Nếu có hiệu ứng tách chữ, ép lại hiển thị bình thường */
.char,.letter,.word,.word span,.animate-letter,.split-char,[data-splitting],[data-splitting] span,
.typing,.typing span,.text-animate,.text-animate span{
  display:inline!important;
  transform:none!important;
  text-transform:none!important;
  letter-spacing:normal!important;
  font-family:Arial,sans-serif!important;
}

/* Trọng lượng chữ: giống menu, không quá dày để dấu tiếng Việt không méo */
.fw-black,
.fw-bold,
strong,b,
.nav-link,
.btn,
.badge,
.section-title,
.hero h1,
.page-hero h1,
.card-title,
.vehicle-title,
.vehicle-name,
.brand,
.logo-text{
  font-family:Arial,sans-serif!important;
  font-weight:700!important;
  line-height:1.35!important;
  text-transform:none!important;
  letter-spacing:normal!important;
}

/* Header */
.top-strip{
  background:linear-gradient(90deg,var(--main),#0f63c6);
  color:#fff;
  font-size:14px;
  padding:8px 0;
  line-height:1.35;
}
.brand{
  color:var(--main)!important;
  font-size:26px;
}
.nav-link{
  color:#24324b;
  font-size:15px;
}
.nav-link:hover{color:var(--red)}
.navbar{z-index:1030}

/* Hero */
.hero{
  background:radial-gradient(circle at top right,#3aa5ff 0,#073b79 45%,#06162f 100%);
  color:#fff;
  border-radius:0 0 34px 34px;
  overflow:hidden;
}
.hero h1{
  font-size:clamp(34px,5vw,62px);
  line-height:1.25!important;
  margin-bottom:0;
}
.hero .lead,
.lead{
  font-family:Arial,sans-serif!important;
  font-size:clamp(18px,2vw,24px);
  font-weight:400!important;
  line-height:1.5!important;
  letter-spacing:normal!important;
  text-transform:none!important;
}
.hero-card{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
  border-radius:24px;
}
.quick-form,.booking-panel{
  background:white;
  border-radius:22px;
  box-shadow:0 20px 50px rgba(7,59,121,.18);
  padding:24px;
}

/* Section */
.section-title{
  color:var(--dark);
  line-height:1.35!important;
}
.section-kicker{
  color:var(--red);
  font-weight:700!important;
  font-size:13px;
  letter-spacing:normal!important;
  text-transform:none!important;
  line-height:1.35;
}
.page-hero{
  background:linear-gradient(135deg,var(--main),#0c6bdc);
  color:#fff;
  padding:56px 0;
  border-radius:0 0 28px 28px;
}
.page-hero h1{line-height:1.35!important}

/* Cards */
.vehicle-card,.media-card,.post-card{
  border:0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(9,35,78,.12);
  transition:.25s;
  background:#fff;
}
.vehicle-card:hover,.media-card:hover,.post-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 44px rgba(9,35,78,.18);
}
.vehicle-img,.media-img{
  height:230px;
  background:linear-gradient(135deg,#eaf2ff,#fff);
  object-fit:cover;
  width:100%;
}
.placeholder-car{
  height:230px;
  background:linear-gradient(135deg,#e8f1ff,#ffffff);
  display:grid;
  place-items:center;
  color:var(--main);
  font-size:70px;
}
.badge-seat{
  background:#e9f2ff;
  color:var(--main);
}
.vehicle-icons{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:12px 0;
}
.vehicle-icon{
  background:#f5f8ff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:8px 6px;
  text-align:center;
  min-height:66px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
}
.vehicle-icon i{
  display:block;
  color:var(--main2);
  font-size:18px;
  margin-bottom:2px;
}
.vehicle-icon b{
  font-size:12.5px;
  display:block;
  line-height:1.25!important;
}
.vehicle-icon span{
  font-size:11.5px;
  color:var(--muted);
  line-height:1.25!important;
}
.feature-box{
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 30px rgba(9,35,78,.09);
  padding:24px;
  height:100%;
}
.feature-box i{
  font-size:34px;
  color:var(--red);
  margin-bottom:14px;
}

/* Forms */
.form-control,.form-select{
  border-radius:13px;
  padding:11px 14px;
  border-color:#d8e1ef;
  line-height:1.35!important;
}
.form-control:focus,.form-select:focus{box-shadow:0 0 0 .2rem rgba(11,94,215,.12)}

/* Buttons */
.btn{
  border-radius:999px;
  line-height:1.35!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.btn-main{
  background:linear-gradient(135deg,var(--red),#ff5b3d);
  border:0;
  color:white;
  border-radius:999px;
  padding:12px 22px;
}
.btn-main:hover{color:white;filter:brightness(.95)}
.btn-blue{
  background:linear-gradient(135deg,var(--main2),var(--main));
  border:0;
  color:white;
  border-radius:999px;
}
.btn-blue:hover{color:#fff}
.btn-icon{
  width:34px;
  height:34px;
  border-radius:12px;
  display:inline-grid;
  place-items:center;
  padding:0;
}

/* Footer */
.footer{background:#071c3b;color:white}
.footer-bottom{background:#05152d;color:rgba(255,255,255,.75)}
.line-list li{margin-bottom:8px}

/* Floating */
.float-actions{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.float-actions a{
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-decoration:none;
  color:white;
  font-weight:700;
  box-shadow:0 12px 28px rgba(0,0,0,.25);
}
.float-actions .call{background:var(--red);font-size:22px}
.float-actions .zalo{background:#0b8df2;font-size:15px}

/* Gallery */
.gallery-item{cursor:pointer;position:relative}
.gallery-item:after{
  content:'\f06e';
  font-family:'Font Awesome 6 Free'!important;
  font-weight:900;
  position:absolute;
  right:14px;
  top:14px;
  background:rgba(0,0,0,.55);
  color:#fff;
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
}
.gallery-thumb{width:120px;height:80px;object-fit:cover;border-radius:12px;margin:4px}
.video-thumb{width:120px;height:80px;border-radius:12px;background:#071c3b;color:#fff;display:grid;place-items:center}

/* Mobile bottom menu */
.mobile-bottom-nav{display:none}

/* Admin */
.admin-sidebar{background:#071c3b;min-height:100vh;color:white}
.admin-sidebar a{
  color:rgba(255,255,255,.84);
  display:flex;
  gap:10px;
  align-items:center;
  padding:12px 16px;
  text-decoration:none;
  border-radius:14px;
  margin:4px 8px;
  font-weight:700;
  line-height:1.35!important;
}
.admin-sidebar a:hover,.admin-sidebar a.active{background:rgba(255,255,255,.13);color:#fff}
.admin-card{border:0;border-radius:20px;box-shadow:0 10px 30px rgba(9,35,78,.1)}
.table>:not(caption)>*>*{vertical-align:middle}
.img-thumb{width:88px;height:60px;object-fit:cover;border-radius:12px;background:#eef3fb}
.admin-topbar{display:none}
.action-col{white-space:nowrap}
.table-check{width:42px}
.text-muted2{color:var(--muted)}

/* Responsive */
@media(max-width:991px){
  body{padding-bottom:74px}
  .float-actions{bottom:86px}
  .mobile-bottom-nav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    height:68px;
    background:#fff;
    box-shadow:0 -8px 24px rgba(9,35,78,.16);
    z-index:1040;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    border-radius:20px 20px 0 0;
  }
  .mobile-bottom-nav a{
    text-decoration:none;
    color:#667085;
    font-size:11px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    font-weight:700;
    line-height:1.15!important;
  }
  .mobile-bottom-nav a i{font-size:19px}
  .mobile-bottom-nav a.active,.mobile-bottom-nav a:hover{color:var(--red)}
  .admin-topbar{
    display:flex;
    background:#071c3b;
    color:#fff;
    padding:10px 14px;
    align-items:center;
    justify-content:space-between;
    position:sticky;
    top:0;
    z-index:1040;
  }
  .admin-sidebar{min-height:auto;position:fixed;left:0;right:0;bottom:0;z-index:1039}
  .admin-sidebar .nav-wrap{display:flex;overflow:auto;padding:8px}
  .admin-sidebar a{white-space:nowrap;margin:2px 4px;padding:10px 12px}
  .admin-sidebar .brand-admin{display:none}
  .admin-main{padding-bottom:88px!important}
  .vehicle-icons{grid-template-columns:repeat(3,1fr);gap:6px}
  .vehicle-icon{min-height:58px;padding:6px 4px;border-radius:12px}
  .vehicle-icon i{font-size:16px}
  .vehicle-icon b{font-size:11.5px}
  .vehicle-icon span{font-size:10.5px}
}
@media(max-width:768px){
  .hero{border-radius:0 0 24px 24px}
  .hero h1{font-size:clamp(34px,9vw,54px);line-height:1.28!important;font-weight:700!important}
  .quick-form{padding:18px}
  .vehicle-img,.placeholder-car,.media-img{height:190px}
  .float-actions{right:12px}
  .float-actions a{width:48px;height:48px}
  .table-responsive{font-size:14px}
  .brand{font-size:23px}
}
@media(max-width:480px){
  .hero h1{font-size:38px;line-height:1.3!important}
  .hero .lead{font-size:18px;line-height:1.45!important}
  .btn{padding-left:16px;padding-right:16px}
}


/* =========================================================
   VEHICLE CARD + DESTINATIONS SYNC PATCH
   ========================================================= */
.vehicle-page-hero,.destination-hero{padding:46px 0 40px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#063174 0%,#0d57b7 65%,#0f7ae5 100%);border-radius:0 0 26px 26px}.vehicle-page-titlebox{max-width:780px}.page-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:14px;font-weight:700;line-height:1.35;margin-bottom:12px}.vehicle-page-titlebox h1{margin:0 0 10px;color:#fff;font-size:clamp(34px,5vw,58px);font-weight:700!important;line-height:1.2!important}.vehicle-page-titlebox p{color:rgba(255,255,255,.9);font-size:18px;line-height:1.55;margin:0}.vehicle-list-section,.destination-section{padding:34px 0 58px;background:#f5f8ff}.vehicle-filter-wrap{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.vehicle-filter-btn{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 14px;border-radius:999px;border:1px solid #dbe7fb;background:#fff;color:#0c3f88;text-decoration:none;font-size:14px;font-weight:700;line-height:1.25;box-shadow:0 8px 20px rgba(9,35,78,.06);transition:.2s ease}.vehicle-filter-btn:hover,.vehicle-filter-btn.active{background:#0d57b7;border-color:#0d57b7;color:#fff;transform:translateY(-1px)}.nm-vehicle-card,.destination-card{position:relative;overflow:hidden;border-radius:22px;background:#fff;border:1px solid #e7eefb;box-shadow:0 10px 28px rgba(9,35,78,.10);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.nm-vehicle-card:hover,.destination-card:hover{transform:translateY(-4px);border-color:#cddfff;box-shadow:0 18px 40px rgba(9,35,78,.16)}.nm-vehicle-photo-wrap,.destination-photo{position:relative;height:210px;overflow:hidden;background:linear-gradient(135deg,#eaf2ff,#fff);display:block}.nm-photo-btn{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.nm-vehicle-photo,.destination-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.nm-vehicle-card:hover .nm-vehicle-photo,.destination-card:hover .destination-photo img{transform:scale(1.045)}.nm-vehicle-placeholder,.destination-placeholder{display:grid;place-items:center;color:#0d57b7;font-size:62px;height:100%}.nm-seat-badge,.destination-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.94);color:#0b3978;font-size:13px;font-weight:700;line-height:1.2;box-shadow:0 8px 20px rgba(0,0,0,.12)}.nm-photo-view{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:rgba(5,25,61,.78);color:#fff;font-size:12px;font-weight:700;line-height:1.2;backdrop-filter:blur(4px)}.nm-vehicle-body,.destination-body{padding:16px}.nm-vehicle-name,.destination-title{margin:0 0 6px;color:#082b63;font-size:20px;font-weight:700!important;line-height:1.28!important}.destination-title a{color:#082b63}.nm-vehicle-cat,.destination-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#64748b;font-size:13px;font-weight:600;line-height:1.3;margin-bottom:8px}.nm-vehicle-desc,.destination-body p{min-height:44px;margin:0 0 12px;color:#435268;font-size:14px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nm-feature-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:0 0 14px}.nm-feature-pills span{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:34px;padding:6px 7px;border-radius:12px;background:#f4f8ff;border:1px solid #e4edfb;color:#123866;font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap}.nm-feature-pills i{color:#0d57b7;font-size:13px}.nm-vehicle-bottom,.destination-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px dashed #dbe7fb}.nm-price small{display:block;color:#7a8798;font-size:11.5px;font-weight:700;line-height:1.2;margin-bottom:3px}.nm-price strong{display:block;color:#d71920;font-size:15px;font-weight:700;line-height:1.25;max-width:135px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nm-actions{display:flex;align-items:center;gap:7px;flex-shrink:0}.nm-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:8px 11px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:700;line-height:1.2;transition:.2s ease}.nm-btn:hover{transform:translateY(-1px)}.nm-btn-light{color:#0b3978;background:#edf5ff;border:1px solid #dbeafe}.nm-btn-red{color:#fff;background:linear-gradient(135deg,#e32020,#ff6a00);border:1px solid transparent;box-shadow:0 8px 18px rgba(227,32,32,.22)}.empty-vehicle-box{padding:42px 20px;border-radius:24px;background:#fff;text-align:center;box-shadow:0 12px 30px rgba(9,35,78,.08)}.empty-vehicle-icon{width:72px;height:72px;margin:0 auto 14px;border-radius:24px;display:grid;place-items:center;background:#edf5ff;color:#0d57b7;font-size:34px}.nm-image-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(2,10,28,.78)}.nm-image-modal.show{display:flex}.nm-image-modal-box{position:relative;width:min(980px,96vw);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.35)}.nm-image-modal-box img{width:100%;max-height:82vh;object-fit:contain;background:#071527;display:block}.nm-image-modal-title{position:absolute;left:14px;bottom:14px;right:58px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.92);color:#082b63;font-size:14px;font-weight:700}.nm-image-modal-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#082b63;font-size:18px;cursor:pointer}.destination-filter-panel{padding:18px;border-radius:22px;background:#fff;border:1px solid #e7eefb;box-shadow:0 10px 28px rgba(9,35,78,.08);margin-bottom:24px}.destination-detail-hero{padding:52px 0;background:linear-gradient(135deg,#063174,#0f7ae5);color:#fff;border-radius:0 0 28px 28px}.destination-detail-hero h1{font-size:clamp(34px,5vw,56px);font-weight:700!important;line-height:1.24!important}.destination-detail-hero p{font-size:18px;line-height:1.55;color:rgba(255,255,255,.9)}.destination-detail-img{width:100%;border-radius:24px;box-shadow:0 18px 44px rgba(0,0,0,.24);max-height:390px;object-fit:cover}.destination-info-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:700}.content-card{background:#fff;border-radius:22px;box-shadow:0 12px 34px rgba(9,35,78,.08);padding:24px}.destination-content{font-size:16px;line-height:1.75;color:#334155}.admin-view-img{width:180px;height:130px;object-fit:cover;border-radius:18px;border:1px solid #e7eefb}@media(max-width:768px){body{padding-bottom:72px}.mobile-bottom-nav{display:flex;overflow-x:auto}.mobile-bottom-nav a{min-width:64px}.vehicle-page-hero,.destination-hero{padding:34px 0 30px;border-radius:0 0 20px 20px}.vehicle-page-titlebox h1{font-size:34px;line-height:1.22!important}.vehicle-page-titlebox p{font-size:15px}.vehicle-list-section,.destination-section{padding:22px 0 80px}.vehicle-filter-wrap{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;margin-bottom:16px;-webkit-overflow-scrolling:touch}.vehicle-filter-btn{flex:0 0 auto;min-height:36px;padding:8px 12px;font-size:13px}.nm-vehicle-card,.destination-card{border-radius:18px}.nm-vehicle-photo-wrap,.destination-photo{height:178px}.nm-vehicle-body,.destination-body{padding:12px}.nm-vehicle-name,.destination-title{font-size:18px;margin-bottom:4px}.nm-vehicle-desc,.destination-body p{min-height:auto;font-size:13px;line-height:1.45;margin-bottom:10px}.nm-feature-pills{grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:10px}.nm-feature-pills span{min-height:30px;padding:5px 4px;border-radius:10px;font-size:11px;gap:3px}.nm-feature-pills i{font-size:11px}.nm-vehicle-bottom,.destination-actions{gap:8px;padding-top:10px}.nm-price strong{font-size:14px;max-width:110px}.nm-actions{gap:5px}.nm-btn{min-height:34px;padding:8px 9px;font-size:12px;gap:4px}.nm-photo-view span{display:none}.nm-seat-badge,.destination-badge{top:9px;left:9px;padding:6px 9px;font-size:12px}.destination-detail-hero{padding:34px 0}.destination-detail-hero p{font-size:15px}.admin-view-img{width:120px;height:90px}}


/* ===== PUBLIC/ADMIN SYNC FIX - NO ADMIN UI ON PUBLIC PAGES ===== */
.public-news-section{padding:34px 0 70px;background:#f5f8ff}.news-hero{padding:46px 0 40px;background:linear-gradient(135deg,#063174,#0f7ae5);border-radius:0 0 26px 26px;color:#fff}.public-post-card{overflow:hidden;border-radius:22px;background:#fff;border:1px solid #e7eefb;box-shadow:0 10px 28px rgba(9,35,78,.10);transition:.22s ease}.public-post-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(9,35,78,.16)}.public-post-photo{position:relative;height:205px;display:block;overflow:hidden;background:linear-gradient(135deg,#eaf2ff,#fff)}.public-post-photo img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.public-post-card:hover .public-post-photo img{transform:scale(1.04)}.public-post-body{padding:16px}.public-post-body h3{font-size:20px;font-weight:700!important;line-height:1.3!important;margin:0 0 8px}.public-post-body h3 a{color:#082b63;text-decoration:none}.public-post-body p{color:#435268;font-size:14px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:64px}.destination-mini-info{display:grid;gap:6px;margin:0 0 12px}.destination-mini-info span{display:flex;align-items:flex-start;gap:7px;padding:7px 9px;border-radius:12px;background:#f4f8ff;border:1px solid #e4edfb;color:#123866;font-size:12px;font-weight:700;line-height:1.28}.destination-mini-info i{color:#0d57b7;min-width:14px;margin-top:1px}.destination-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px}.destination-info-grid>div{padding:13px 14px;border-radius:16px;background:#f6f9ff;border:1px solid #e4edfb;color:#22344d;line-height:1.5}.destination-info-grid i{margin-right:4px}.admin-sidebar .nav-wrap a[href$="_admin.php"]{font-weight:700}.admin-topbar b:after{content:" - KHU VỰC QUẢN TRỊ";font-weight:700;color:#ffdede;margin-left:6px}.navbar .nav-link[href^="admin/"]{display:none!important}@media(max-width:768px){.public-news-section{padding:22px 0 80px}.public-post-photo{height:178px}.public-post-body{padding:12px}.public-post-body h3{font-size:18px}.destination-mini-info span{font-size:11px;padding:6px 7px}.destination-info-grid{grid-template-columns:1fr}.public-post-body p{min-height:auto}}
