/**
 * TIỂU HỌC TỪ LIÊM 2 - CONSOLIDATED & OPTIMIZED CUSTOM CSS
 * Version: 2.0.0
 * Fully deduplicated, syntax-cleaned, modularized into 7 functional sections.
 */

/* ==========================================================================
   1. DESIGN TOKENS & CSS VARIABLES (:root)
   ========================================================================== */
:root {
  /* Flatsome & Global Theme Colors */
  --primary-color: #044485;
  --fs-color-primary: #044485;
  --fs-color-secondary: #e8884d;
  --fs-color-success: #627D47;
  --fs-color-alert: #b20000;
  --fs-color-base: #262626;
  --fs-experimental-link-color: #09519a;
  --fs-experimental-link-color-hover: #1e7bd2;

  /* TL2 Brand Tokens */
  --tl2-blue: #004b8d;
  --tl2-blue-dark: #003b73;
  --tl2-blue-soft: #dff2ff;
  --tl2-orange: #fa0009;
  --tl2-green: #2c8e47;
  --tl2-red: #d13948;
  --tl2-text: #263f55;
  --tl2-muted: #5c5c5c;
  --tl2-bg: #f8fbfe;
  --tl2-line: #e2e8f0;
  --tl2-radius: 12px;
  --tl2-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);

  /* TL2 News Page Specific Tokens */
  --tl2-news-blue: #004b8d;
  --tl2-news-orange: #fa0009;
  --tl2-news-blue-soft: #e0f2fe;
  --tl2-news-text: #2d3748;
  --tl2-news-muted: #718096;
  --tl2-news-bg: #f8fbfe;
  --tl2-news-line: #edf2f7;
  --tl2-news-radius: 12px;
  --tl2-news-shadow: 0 8px 22px rgba(0, 54, 105, 0.07);
}

/* ==========================================================================
   CONDITIONAL VISIBILITY BY CAMPUS (.tl2-campus-1 / .tl2-campus-2)
   ========================================================================== */
body[data-phan-hieu="1"] .tl2-campus-2 {
  display: none !important;
}

body[data-phan-hieu="2"] .tl2-campus-1 {
  display: none !important;
}


/* Tooltipster & Drawer Overrides */
.tooltipster-base {
  --tooltip-color: #fff;
  --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
  --drawer-width: 300px;
}

/* Global Container Width System (1370px Standard) */
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1370px;
}

.row.row-collapse {
  max-width: 1340px;
}

.row.row-small {
  max-width: 1362.5px;
}

.row.row-large {
  max-width: 1400px;
}

.page-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

iframe {
  border-radius: 10px;
}

.is-divider {
  display: none;
}

/* ==========================================================================
   2. HEADER, TOPBAR, LOGO & MAIN NAVIGATION
   ========================================================================== */
.header-top {
  min-height: 40px;
  background-color: #044485 !important;
}

#top-bar .nav li {
  margin: 0 17px;
}

#top-bar li a {
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 600;
}

.top-bar-nav>li>a {
  line-height: 18px;
}

.nav-small.nav>li.html {
  font-size: 14px;
  gap: 20px;
  display: flex;
}

.nav-small.nav>li.html i {
  margin-right: 6px;
}

#header-contact li a {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  color: #616161;
}

.header-search-lightbox.has-icon:after {
  content: "Tìm kiếm";
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}

.header-main {
  height: 106px;
  background-image: url(/wp-content/uploads/2026/08/header2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#logo {
  width: 86px;
}

#logo img {
  max-height: 106px;
  padding: 7px 0;
}

.tieu-de-website {
  display: block;
}

.tieu-de-website h2 {
  margin-bottom: 0;
  font-size: 28px;
  text-transform: uppercase;
  color: #004183;
  font-weight: 800;
}

.tieu-de-website .des {
  text-transform: uppercase;
  font-weight: 600;
  color: #fa0009;
  font-size: 17px;
}

.chon-phan-hieu {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.chon-phan-hieu p {
  margin: 0 0 4px 0 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  color: #004183 !important;
  line-height: 1 !important;
}

.chon-phan-hieu .button-box {
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
  padding: 3px !important;
  background: #f1f5f9 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 30px !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(4, 68, 133, 0.05) !important;
  margin-top: 0 !important;
  transition: all 0.25s ease !important;
}

.chon-phan-hieu .button-box:hover {
  background-color: #e2e8f0 !important;
  border-color: #94a3b8 !important;
}

.chon-phan-hieu a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background-image: url(/wp-content/uploads/2026/08/school-svgrepo-com.svg) !important;
  background-size: 18px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding: 6px 14px 6px 34px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  color: #475569 !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.chon-phan-hieu a:hover {
  color: #044485 !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.chon-phan-hieu a.active {
  background-color: #044485 !important;
  background-image: url(/wp-content/uploads/2026/08/school-svgrepo-com.svg) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  box-shadow: 0 3px 10px rgba(4, 68, 133, 0.3) !important;
}

/* --- Mobile Navigation Sidebar Override for Campus Switcher --- */
.off-canvas .chon-phan-hieu,
.mobile-sidebar .chon-phan-hieu,
.nav-sidebar .chon-phan-hieu,
.header-sidebar .chon-phan-hieu {
  display: block !important;
  width: calc(100% - 24px) !important;
  margin: 14px 12px !important;
  padding: 14px 12px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.off-canvas .chon-phan-hieu p,
.mobile-sidebar .chon-phan-hieu p,
.nav-sidebar .chon-phan-hieu p,
.header-sidebar .chon-phan-hieu p {
  color: #ffffff !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  margin-bottom: 8px !important;
  opacity: 0.9 !important;
}

.off-canvas .chon-phan-hieu .button-box,
.mobile-sidebar .chon-phan-hieu .button-box,
.nav-sidebar .chon-phan-hieu .button-box,
.header-sidebar .chon-phan-hieu .button-box {
  display: flex !important;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  padding: 3px !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) !important;
}

.off-canvas .chon-phan-hieu a,
.mobile-sidebar .chon-phan-hieu a,
.nav-sidebar .chon-phan-hieu a,
.header-sidebar .chon-phan-hieu a {
  flex: 1 !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 8px 10px 8px 30px !important;
  background-position: 8px center !important;
  background-size: 16px !important;
  font-size: 12.5px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 8px !important;
  background-color: transparent !important;
}

.off-canvas .chon-phan-hieu a:hover,
.mobile-sidebar .chon-phan-hieu a:hover,
.nav-sidebar .chon-phan-hieu a:hover,
.header-sidebar .chon-phan-hieu a:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.off-canvas .chon-phan-hieu a.active,
.mobile-sidebar .chon-phan-hieu a.active,
.nav-sidebar .chon-phan-hieu a.active,
.header-sidebar .chon-phan-hieu a.active {
  background-color: #fa0009 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 12px rgba(250, 0, 9, 0.4) !important;
}

.header-bottom {
  min-height: 45px;
  background-color: #044485;
}

.header-bottom-nav li {
  margin: 0;
}

.header-bottom-nav>li>a {
  padding-left: 17px;
  padding-right: 17px;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}

.header-bottom-nav>li>a:hover,
.header-bottom-nav li.active>a,
.header-bottom-nav li:hover>a {
  background: #1e7bd2;
}

.header-button-1 a {
  border-radius: 10px;
  line-height: 36px;
  font-size: 15px;
  background: #FF9800;
  text-transform: none;
  letter-spacing: 0;
}

.nav-dropdown {
  border-radius: 5px;
  font-size: 100%;
}

.nav-column>li>a,
.nav-dropdown>li>a {
  display: block;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  padding: 7px 20px;
}

.nav-dropdown>li>a:hover {
  padding-left: 10px;
  background: none !important;
  color: #1c4581 !important;
}

.nav-vertical-fly-out>li+li {
  border-top-width: 1px;
  border-top-style: solid;
}

/* Sticky & Transparent Header */
.transparent .header-main {
  height: 30px;
}

.transparent #logo img {
  max-height: 30px;
}

.header.show-on-scroll,
.stuck .header-main {
  height: 55px !important;
}

.stuck #logo img {
  max-height: 55px !important;
}

.stuck .header-main .nav>li>a {
  line-height: 25px;
}

.header-bg-color {
  background-color: rgba(255, 255, 255, 0.9);
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
  padding-top: 110px;
}

/* Menu Badges */
.label-new.menu-item>a:after {
  content: "Mới";
}

.label-hot.menu-item>a:after {
  content: "Nổi bật";
}

.label-sale.menu-item>a:after {
  content: "Giảm giá";
}

.label-popular.menu-item>a:after {
  content: "Phổ biến";
}

/* ==========================================================================
   3. HOME SECTIONS (Section 1, 2, 3, 4, Sliders, Tuyển sinh, Thực đơn)
   ========================================================================== */

/* Slider Section */
.slider-section .flickity-prev-next-button svg {
  background: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.34);
  border-radius: 99%;
  padding: 11px;
}

.slider-nav-outside .flickity-page-dots,
.row-slider .flickity-page-dots {
  bottom: 14px;
}

.flickity-page-dots .dot.is-selected {
  background-color: #d33 !important;
}

.row-slider .flickity-page-dots .dot {
  opacity: 1;
  background-color: #ffffff;
}

/* Section 1 - Icon Boxes */
.section1 {
  margin-top: -50px;
}

.section1 .col {
  padding-bottom: 0;
}

.section1 .row1 {
  background: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  padding: 20px;
}

.section1 .icon-box {
  font-size: 14px;
  align-items: center;
}

.section1 .icon-box h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.section1 .icon-box svg {
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.section1 .icon-box svg path {
  fill: rgba(255, 255, 255, 0);
}

.section1 .icon-box1 svg {
  background: #0f259e;
}

.section1 .icon-box2 svg {
  background: #0184e0;
}

.section1 .icon-box3 svg {
  background: #f08e09;
}

.section1 .icon-box4 svg {
  background: #d13948;
}

/* Section 2 - Tuyển sinh & Thực đơn hôm nay */
.section2 .col {
  padding-bottom: 0;
}

.section2 .icon-box {
  margin-bottom: 29px;
  align-items: center;
}

.section2 .icon-box h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.section2 .icon-box p {
  font-size: 14px;
}

.section2 .img img {
  border-radius: 14px !important;
}

.section2 .icon-box .icon-box-img img {
  padding: 0;
  background: #ffffff;
  border-radius: 99%;
}

.section2 .note {
  font-size: 13px;
  color: #5c5c5c;
}

.section2 .note p {
  margin-bottom: 0;
}

.section2 .cot1>.col-inner:before {
  content: "";
  display: block;
  width: 2px;
  height: 328px;
  background: rgba(231, 231, 231, 0.53);
  position: absolute;
  left: 44px;
  top: 100px;
}

.section2 .icon-box-big {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.section2 .icon-box-big .icon-inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  transform: rotate(-6deg);
}

.section2 .icon-box-big h2 {
  font-size: 17px;
  text-transform: uppercase;
  color: #3c3c3c;
}

.section2 .icon-box-big h2 strong {
  margin-bottom: 7px;
  display: block;
  font-size: 24px;
  color: #d50000;
}

.section2 .nut1 {
  border-radius: 10px !important;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
  background: #dd0549;
  padding: 2px;
}

.section2 .cot2 .icon-box-big {
  margin-bottom: 0;
}

.section2 .cot2 .icon-box-big h2 strong {
  color: green;
}

.section2 .cot2 .icon-box-big .icon-inner {
  transform: none !important;
}

.section2 .tabbed-content {
  margin-top: 14px;
}

.section2 .tabbed-content li a {
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #828282;
}

.section2 .tabbed-content li.active a {
  background: #2c951b;
  color: #ffffff;
}

.section2 .cot2 .large-4 {
  padding: 0 5px 0;
}

.section2 .cot2 .large-4>.col-inner {
  min-height: 313px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 5px;
  box-shadow: 2px 2px rgba(128, 128, 128, 0.08);
}

.section2 .cot2 .large-4 .box .box-image {
  border-radius: 10px !important;
}

.section2 .cot2 .large-4 h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #4CAF50;
}

.section2 .cot2 .box .box-text {
  padding: 0;
  font-size: 14px;
  color: #494949;
  font-weight: 600;
}

.section2 .nut2 {
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

/* Section 3 - Tin tức, sự kiện & Đội ngũ */
.section3 .col {
  padding-bottom: 0;
}

.section3 .cot1 h2,
.section4 h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  color: #044485;
}

.section3 .section-title-normal {
  margin-bottom: 0;
  border-bottom: none;
  background: #044485;
  padding: 10px;
  color: #ffffff;
  border-radius: 15px 14px 0 0;
  font-size: 20px;
}

.section3 .section-title-normal span {
  border-bottom: none;
  margin-bottom: -2px;
  margin-right: 15px;
  padding-bottom: 0;
}

.section3 .section-title a {
  display: block;
  font-size: 13px;
  margin-left: auto;
  padding-left: 15px;
  font-weight: 600;
  color: #FF9800;
}

.section3 .tabbed-content .nav {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 5px;
}

.section3 .tabbed-content li {
  width: 33.33% !important;
  margin: 0 !important;
}

.section3 .tabbed-content li a {
  width: 100%;
  border-radius: 10px;
  padding: 10px 30px;
  color: #044485;
  font-size: 15px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.section3 .tabbed-content li.active a {
  background: #044485;
  color: #ffffff !important;
}

.thoi-khoa-bieu .tabbed-content li {
  width: 20% !important;
  margin: 0 !important;
}

.section3 .banner-grid-wrapper .grid-col {
  padding: 0 6px 12px;
}

.section3 .grid-col .img {
  border-radius: 10px !important;
  overflow: hidden;
}

.section3 .nut1 {
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  padding: 3px 20px;
}

.section3 .cot2>.col-inner {
  background: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.18);
  border-radius: 13px;
}

.slider-doi-ngu .flickity-slider>div:not(.col) {
  width: 20% !important;
  margin: 0 !important;
  opacity: 1;
}

.slider-doi-ngu .box {
  background: #ffffff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.07);
}

.slider-doi-ngu .box h3 {
  color: #044485;
  font-size: 16px;
  margin-bottom: 8px;
}

.slider-doi-ngu .box .box-text {
  padding: 0;
}

.slider-doi-ngu .flickity-prev-next-button svg {
  background: #ffffff;
  border-radius: 99%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
  padding: 10px;
}

/* Section 4 */
.section4 h2 {
  margin-bottom: 20px;
}

.section4 .row1>.large-12>.col-inner {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 20px;
}

/* ==========================================================================
   4. NEWS & BLOCK TIN TỨC (nbw-cmp-block-tin-tuc, list-post)
   ========================================================================== */

/* Post Item Shared Lists */
.list-post .post-item {
  padding-bottom: 0;
}

.list-post .post-item .box-image {
  border-radius: 10px;
}

.list-post .post-item .post-title a {
  font-size: 17px;
  font-weight: bold;
  color: #044485;
  margin-bottom: 10px;
}

.list-post .post-item .from_the_blog_excerpt {
  font-size: 14px;
  color: #4f4f4f;
}

.list-post-1 .post-item {
  padding-bottom: 10px !important;
}

.list-post-1 .post-item .box-text {
  padding-bottom: 0;
}

.list-post-1 .post-item .post-title {
  border-left: 6px solid #ed1c24;
  margin: 0 0 15px 0;
  padding-left: 15px;
  line-height: normal;
  font-size: 26px;
  font-weight: normal;
}

.list-post-1 .post-item .post-title:hover {
  color: #ed1c24;
}

.list-post-1 .post-item .from_the_blog_excerpt {
  color: #4e4e4e;
  font-size: 15px;
  line-height: 20px;
}

.list-post-1 .post-item a:hover {
  color: #000000;
}

.list-post2 .post-item {
  padding-bottom: 20px !important;
}

.list-post2 .post-item .box-text {
  padding: 0 0 0 12px;
}

.list-post2 .post-item .post-title a {
  font-size: 15px;
  color: #044485;
  margin: 0;
}

.list-post2 .post-item .post-title a:hover {
  color: #1e7bd2;
}

.list-post2 .post-item .box-image .image-cover {
  border-radius: 10px;
}

.list-post2 .from_the_blog_comments {
  display: none;
}

.list-post-2 .post-item .post-title {
  font-size: 22px;
  font-weight: normal;
}

.list-post-2 .post-item .box-text {
  background: linear-gradient(#e3e3e3, #f6f7f9);
  padding: 10px;
}

.list-post-3 .post-item .post-title {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.list-post-3 .post-item .post-title:hover,
.list-post-2 .post-item .post-title:hover,
.list-post-4 .post-item .post-title:hover {
  color: #ed1c24;
}

.list-post-4 .post-item .col-inner {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px dashed #dcdcdc;
}

.list-post-4 .post-item .box-text {
  padding-right: 0;
}

.list-post-4 .post-item .post-title {
  margin: 0 0 10px 0;
  font-size: 23px;
  font-weight: 500;
}

.list-post-4 .post-item .from_the_blog_excerpt {
  color: gray;
}

.list-post-4 .post-item a:hover {
  color: #000000;
}

.row2 .list-post-4 {
  margin-right: -9px !important;
}

.row2 .list-post-4 .post-item .box-text {
  padding: 0 0 0 15px;
}

.row2 .list-post-4 .post-item .post-title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 21px;
}

.row2 .list-post-4 .post-item .from_the_blog_excerpt {
  color: #5d5d5d;
  line-height: 20px;
  font-size: 16px;
}

.section1 .large-8 .row2 .large-12 .list-post-4 .col-inner {
  border-top: 1px dashed #3c3c3c;
  background: #222222;
  padding: 20px;
}

.list-post-5 {
  padding: 20px 20px 40px 20px;
  background: #dedede;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.list-post-5 .flickity-page-dots .dot {
  opacity: 0.5;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.list-post-5 .flickity-page-dots .dot.is-selected {
  background: #ffffff;
}

.list-post-5 .flickity-button {
  background: red;
}

.list-post-5 .flickity-button svg {
  color: #ffffff;
}

.list-post-5 .flickity-prev-next-button.previous {
  left: auto;
  right: 97%;
}

.list-post-5 .flickity-prev-next-button.next {
  right: auto;
  left: 97%;
}

.list-post-5 .post-item.col {
  padding-bottom: 5px !important;
}

.list-post-5 .post-item .box-text {
  background: linear-gradient(transparent, #000000);
  padding: 12px;
}

.list-post-5 .post-item .post-title {
  margin: 0;
  font-size: 19px;
  font-weight: normal;
  text-shadow: none;
}

.row4 .list-post-5 {
  background: #3a3a3a;
}

.row4 .list-post-5 .post-item .box-text {
  background: none;
  padding: 10px 0 0 0;
}

.row4 .list-post-5 .post-item .post-title {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #ababab;
}

.row4 .list-post-5 .post-item .post-title:hover {
  color: #ffffff;
}

.row4 .flickity-prev-next-button {
  margin-top: 1% !important;
}

.row3 .tieu-de .section-title-normal {
  background: #dedede;
  border-top: 3px solid #dd3333;
  padding-bottom: 0;
  border-bottom: 1px solid #bbbbbb;
}

.row3 .tieu-de .section-title-normal span {
  color: #000000;
}

.tieu-de .section-title-normal {
  margin-bottom: 0;
  border-bottom: 0;
  background: #ed1c24;
}

.tieu-de .section-title-normal span {
  margin-right: 15px;
  padding: 7px 10px 0 10px;
  border-bottom: 0;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: normal;
  font-size: 22px;
}

.section-title-container {
  margin-bottom: 0;
}

/* NBW CMP Block Tin Tuc Shared */
.nbw-cmp-block-tin-tuc,
.nbw-cmp-block-tin-tuc-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.nbw-cmp-block-tin-tuc .col,
.nbw-cmp-block-tin-tuc-2 .col {
  padding-bottom: 0;
}

.nbw-cmp-block-tin-tuc .bg,
.nbw-cmp-block-tin-tuc-2 .bg {
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

.nbw-cmp-block-tin-tuc .bg-loaded,
.nbw-cmp-block-tin-tuc-2 .bg-loaded {
  opacity: 1;
}

.nbw-cmp-block-tin-tuc .luot-xem,
.nbw-cmp-block-tin-tuc-2 .luot-xem {
  color: gray;
  font-size: 14px;
  margin: 10px 0;
  display: block;
}

.nbw-cmp-block-tin-tuc .fa,
.nbw-cmp-block-tin-tuc-2 .fa {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.nbw-cmp-block-tin-tuc .fa-eye,
.nbw-cmp-block-tin-tuc-2 .fa-eye {
  margin-left: 20px;
  font-weight: 400;
}

.nbw-cmp-block-tin-tuc .fa-eye:before,
.nbw-cmp-block-tin-tuc-2 .fa-eye:before {
  content: "\f06e";
}

.nbw-cmp-block-tin-tuc .fa.fa-clock-o,
.nbw-cmp-block-tin-tuc-2 .fa.fa-clock-o {
  font-weight: 400;
}

.nbw-cmp-block-tin-tuc .fa.fa-clock-o:before,
.nbw-cmp-block-tin-tuc-2 .fa.fa-clock-o:before {
  content: "\f017";
}

.nbw-cmp-block-tin-tuc .list-post1 .post-item a:hover {
  color: #4a4a4a;
}

.nbw-cmp-block-tin-tuc .list-post1 .post-item .box-image {
  background: #e2e5de;
  padding: 6px;
}

.nbw-cmp-block-tin-tuc .list-post1 .post-item .post-title {
  font-size: 19px;
  color: #9f0004;
  margin: 0 0 10px 0;
}

.nbw-cmp-block-tin-tuc .list-post2 .post-item {
  padding-bottom: 17px;
}

.nbw-cmp-block-tin-tuc .list-post2 .post-item .box-text {
  padding: 0 0 0 10px;
}

.nbw-cmp-block-tin-tuc .list-post2 .post-item .post-title {
  font-weight: normal;
  font-size: 15px;
  color: #333333;
}

.nbw-cmp-block-tin-tuc .list-post2 .post-item .post-title:hover,
.nbw-cmp-block-tin-tuc .list-post1 .post-item .post-title:hover {
  color: #288ad6;
}

/* NBW CMP Block Tin Tuc 2 Specifics */
.nbw-cmp-block-tin-tuc-2 .large-7 {
  flex-basis: 53%;
  max-width: 53%;
}

.nbw-cmp-block-tin-tuc-2 .large-2 {
  flex-basis: 22%;
  max-width: 22%;
}

.nbw-cmp-block-tin-tuc-2 .widget a {
  color: #303030;
}

.nbw-cmp-block-tin-tuc-2 .widget a:hover {
  color: #1e73be;
}

.nbw-cmp-block-tin-tuc-2 .widget img {
  width: 100%;
}

.nbw-cmp-block-tin-tuc-2 .flickity-button {
  display: none;
}

.nbw-cmp-block-tin-tuc-2 .section-title-normal {
  border-bottom: none;
  margin-bottom: 0 !important;
}

.nbw-cmp-block-tin-tuc-2 .section-title a:hover,
.nbw-cmp-block-tin-tuc-2 .sub-title li a:hover {
  color: #1e73be;
}

.nbw-cmp-block-tin-tuc-2 .cot1 .section-title-container,
.nbw-cmp-block-tin-tuc-2 .cot2 .section-title-container {
  margin-bottom: 0;
}

.nbw-cmp-block-tin-tuc-2 .cot1 .section-title-normal {
  position: relative;
  border-bottom: 3px solid #09519a;
}

.nbw-cmp-block-tin-tuc-2 .cot1 .section-title-normal span {
  display: inline-block;
  position: relative;
  background: #09519a;
  padding: 5px 30px 5px 10px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
}

.nbw-cmp-block-tin-tuc-2 .cot1 .section-title-normal span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  width: 5px;
  height: 100%;
  background: #09519a;
  transform: skewX(40deg);
}

.nbw-cmp-block-tin-tuc-2 .cot1 .section-title-normal span:before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  background: #ffffff;
  width: 28px;
  height: calc(100% - 2px);
  transform: skewX(40deg);
}

.nbw-cmp-block-tin-tuc-2 .section-title a {
  color: #5ab317;
  font-size: 15px;
  margin-left: auto;
  font-weight: normal;
}

.nbw-cmp-block-tin-tuc-2 .tieu-de-new .section-title-normal span {
  background: #e8e8e8;
  position: relative;
  margin-bottom: 0;
  padding: 7px 10px;
  color: #09519a;
  font-size: 16px;
  display: block;
  width: 100%;
  text-transform: none;
  font-weight: normal;
  border-left: 5px solid #288ad6;
  border-bottom: none;
  margin-right: 0;
}

.nbw-cmp-block-tin-tuc-2 .title-do .section-title-normal span {
  background: #8a0206;
  color: #ffffff;
  text-transform: uppercase;
  border-left: none;
  font-size: 15px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
}

.nbw-cmp-block-tin-tuc-2 .list-post2 .post-item {
  padding-bottom: 17px;
}

.nbw-cmp-block-tin-tuc-2 .list-post2 .post-item .box-text {
  padding: 0 0 0 10px;
}

.nbw-cmp-block-tin-tuc-2 .list-post2 .post-item .post-title {
  font-weight: normal;
  font-size: 15px;
  color: #333333;
}

.nbw-cmp-block-tin-tuc-2 .list-post2 .post-item .post-title:hover {
  color: #288ad6;
}

.nbw-cmp-block-tin-tuc-2 .list-post3 .post-item {
  padding-bottom: 15px;
}

.nbw-cmp-block-tin-tuc-2 .list-post3 .post-item .box-text {
  padding: 0 0 0 15px;
}

.nbw-cmp-block-tin-tuc-2 .list-post3 .post-item .post-title {
  color: #333333;
  margin-bottom: 10px;
}

.nbw-cmp-block-tin-tuc-2 .list-post3 .post-item .post-title:hover {
  color: #288ad6;
}

.nbw-cmp-block-tin-tuc-2 .list-post3 .post-item .from_the_blog_excerpt {
  font-size: 14px;
  color: #505050;
}

.nbw-cmp-block-tin-tuc-2 .list-post3 .post-item .post-meta {
  color: #9c9c9c;
}

.nbw-cmp-block-tin-tuc-2 .list-post3 .post-item a:hover {
  color: #333333;
}

.nbw-cmp-block-tin-tuc-2 .list-post4 .post-item {
  padding-bottom: 0;
}

.nbw-cmp-block-tin-tuc-2 .list-post4 .post-item .post-title {
  font-weight: normal;
  font-size: 15px;
}

.nbw-cmp-block-tin-tuc-2 .list-post4 .post-item .post-title:hover {
  color: #288ad6;
}

.nbw-cmp-block-tin-tuc-2 .list-post5 {
  background: #9f0004;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.nbw-cmp-block-tin-tuc-2 .list-post5 .post-item {
  padding: 20px !important;
}

.nbw-cmp-block-tin-tuc-2 .list-post5 .post-item .box-image {
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.nbw-cmp-block-tin-tuc-2 .list-post5 .post-item .box-text {
  padding: 0;
}

.nbw-cmp-block-tin-tuc-2 .list-post5 .post-item .post-title {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}

.nbw-cmp-block-tin-tuc-2 .list-post6 .post-item .box-text {
  padding-bottom: 0;
}

.nbw-cmp-block-tin-tuc-2 .list-post6 .post-item .post-title {
  font-size: 15px;
  margin: 0;
  padding-left: 15px;
  font-weight: normal;
  position: relative;
}

.nbw-cmp-block-tin-tuc-2 .list-post6 .post-item .post-title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #65a527;
  border-radius: 100px;
  top: 15px;
  left: 0;
}

.nbw-cmp-block-tin-tuc-2 .list-post6 .post-item .post-title:hover {
  color: #288ad6;
}

.nbw-cmp-block-tin-tuc-2 .list-post7 .post-item .box-text {
  padding-bottom: 0;
}

.nbw-cmp-block-tin-tuc-2 .list-post7 .post-item .post-title {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  color: #353535;
}

.nbw-cmp-block-tin-tuc-2 .list-post7 .post-item .post-title:hover {
  color: #288ad6;
}

.nbw-cmp-block-tin-tuc-2 .overlay-icon {
  width: 35px;
  height: 35px;
  line-height: 33px;
}

.nbw-cmp-block-tin-tuc-2 .tieu-de-tin-tuc.sub-title {
  margin-left: 170px;
}

.nbw-cmp-block-tin-tuc-2 ul.sub-title {
  display: inline-block;
  position: absolute;
  margin-bottom: 0;
  margin-left: 120px;
  margin-top: -30px;
}

.nbw-cmp-block-tin-tuc-2 .sub-title li {
  display: inline-block;
  float: left;
  list-style: none;
}

.nbw-cmp-block-tin-tuc-2 .sub-title li a {
  color: #5ab317;
  font-size: 15px;
}

/* ==========================================================================
   5. ABOUT PAGE (tl2-about, Hero, Campus, Ban giám hiệu, Cơ sở vật chất)
   ========================================================================== */
.tl2-about-page,
.tl2-about-page * {
  box-sizing: border-box;
}

.tl2-about-page {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--tl2-text);
}

.tl2-about-page p {
  color: #385268;
  line-height: 1.65;
}

.tl2-about-page img {
  max-width: 100%;
  display: block;
}

.tl2-about-page a {
  text-decoration: none;
}

.tl2-intro-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  background-color: #dff2ff;
}

.tl2-intro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 38%, rgba(255, 255, 255, 0.28) 72%);
  z-index: 1;
  pointer-events: none;
}

.tl2-intro-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 92px;
  background: linear-gradient(0deg, var(--tl2-bg), rgba(246, 249, 252, 0));
  z-index: 1;
  pointer-events: none;
}

.tl2-intro-hero .section-content {
  position: relative;
  z-index: 2;
}

.tl2-hero-row {
  min-height: 430px;
}

.tl2-hero-content {
  padding-top: 76px;
  padding-bottom: 116px;
}

.tl2-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: var(--tl2-blue);
  font-weight: 700;
  font-size: 22px;
}

.tl2-hero-content h1 {
  margin: 0;
  color: var(--tl2-blue);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  text-transform: uppercase;
  font-weight: 800;
}

.tl2-divider {
  width: 260px;
  height: 2px;
  margin: 26px 0;
  background: linear-gradient(90deg, var(--tl2-orange), var(--tl2-orange) 42%, transparent 42%, transparent 58%, var(--tl2-orange) 58%);
  position: relative;
}

.tl2-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--tl2-orange);
  border: 4px solid #ffffff;
}

.tl2-hero-content p {
  margin: 0 0 28px;
  max-width: 560px;
  font-size: 20px;
  color: #263f55;
}

.tl2-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tl2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 7px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tl2-btn:hover {
  transform: translateY(-1px);
}

.tl2-btn-primary {
  background: var(--tl2-blue);
  color: #ffffff !important;
}

.tl2-btn-primary:hover {
  background: #0b65b3;
  color: #ffffff !important;
}

.tl2-btn-light {
  background: #ffffff;
  color: var(--tl2-blue) !important;
  box-shadow: 0 8px 20px rgba(0, 75, 141, 0.12);
}

.tl2-quick-section {
  background: var(--tl2-bg);
  position: relative;
  z-index: 5;
}

.tl2-quick-panel {
  margin-top: -48px;
  background: #ffffff;
  border-radius: var(--tl2-radius);
  box-shadow: var(--tl2-shadow);
  overflow: hidden;
}

.tl2-quick-panel>.col {
  padding: 0 !important;
}

.tl2-quick-item {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid var(--tl2-line);
  color: var(--tl2-text) !important;
}

.tl2-quick-item:hover {
  background: #f8fbff;
}

.tl2-quick-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  flex: 0 0 auto;
}

.tl2-bg-green {
  background: var(--tl2-green);
}

.tl2-bg-blue {
  background: #0076d6;
}

.tl2-bg-orange {
  background: var(--tl2-orange);
}

.tl2-bg-red {
  background: var(--tl2-red);
}

.tl2-quick-item strong {
  display: block;
  color: var(--tl2-text);
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}

.tl2-quick-item small {
  display: block;
  color: var(--tl2-muted);
  font-size: 13px;
  line-height: 1.35;
  margin-top: 4px;
}

.tl2-overview-section,
.tl2-facilities-section,
.tl2-gallery-section {
  background: var(--tl2-bg);
}

.tl2-photo-stack {
  position: relative;
  min-height: 390px;
}

.tl2-photo-main,
.tl2-photo-small {
  border-radius: var(--tl2-radius);
  overflow: hidden;
  box-shadow: var(--tl2-shadow);
  background: #d9e7f4;
}

.tl2-photo-main {
  width: 82%;
  height: 360px;
}

.tl2-photo-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  height: 210px;
  border: 8px solid #ffffff;
}

.tl2-photo-main img,
.tl2-photo-small img,
.tl2-campus-image img,
.tl2-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tl2-overview-box {
  background: #ffffff;
  border-radius: var(--tl2-radius);
  padding: 34px;
  box-shadow: 0 10px 24px rgba(0, 54, 105, 0.08);
}

.tl2-section-title {
  margin-bottom: 28px;
}

.tl2-section-title span {
  display: block;
  color: var(--tl2-orange);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3;
}

.tl2-section-title h2 {
  margin: 6px 0 0;
  color: var(--tl2-blue);
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 800;
}

.tl2-check-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.tl2-check-list div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 700;
  color: var(--tl2-blue);
}

.tl2-check-list div::before {
  content: "";
  width: 9px;
  height: 14px;
  border-right: 3px solid var(--tl2-green);
  border-bottom: 3px solid var(--tl2-green);
  transform: rotate(45deg);
  flex: 0 0 auto;
  margin: 2px 4px 0 2px;
}

.tl2-principal-section {
  position: relative;
  background-color: var(--tl2-blue);
}

.tl2-principal-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 75, 141, 0.96), rgba(0, 75, 141, 0.86));
  pointer-events: none;
}

.tl2-principal-section .section-content {
  position: relative;
  z-index: 2;
}

.tl2-principal-card {
  background: #ffffff;
  color: var(--tl2-text);
  padding: 24px;
  border-radius: var(--tl2-radius);
  text-align: center;
  box-shadow: var(--tl2-shadow);
}

.tl2-principal-card img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 18px;
  border: 6px solid var(--tl2-blue-soft);
}

.tl2-principal-card h3 {
  margin: 0;
  color: var(--tl2-blue);
  font-size: 22px;
  font-weight: 800;
}

.tl2-principal-card p {
  margin: 5px 0 0;
  color: var(--tl2-orange);
  font-weight: 800;
  text-transform: uppercase;
}

.tl2-principal-content h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
}

.tl2-principal-content>p {
  margin: 0 0 24px;
  max-width: 720px;
  color: #e1effb;
  font-size: 17px;
}

.tl2-leaders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tl2-leaders div {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--tl2-radius);
  padding: 16px;
}

.tl2-leaders strong,
.tl2-leaders span {
  display: block;
}

.tl2-leaders strong {
  color: #ffffff;
  font-size: 16px;
}

.tl2-leaders span {
  color: #d7ebfb;
  font-size: 14px;
}

.tl2-campus-section {
  background: #ffffff;
}

.tl2-campus-intro {
  margin: 12px 0 28px;
  color: var(--tl2-muted);
}

.tl2-campus-card {
  height: 100%;
  border: 1px solid var(--tl2-line);
  border-radius: var(--tl2-radius);
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 54, 105, 0.08);
}

.tl2-campus-image {
  height: 270px;
  background: #d9e7f4;
  position: relative;
}

.tl2-campus-image span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: var(--tl2-blue);
  color: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  font-size: 13px;
}

.tl2-campus-card-orange .tl2-campus-image span {
  background: var(--tl2-orange);
}

.tl2-campus-body {
  padding: 24px;
}

.tl2-campus-body h3 {
  margin: 0 0 8px;
  color: var(--tl2-blue);
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
}

.tl2-campus-body p {
  margin: 0 0 18px;
  color: var(--tl2-muted);
}

.tl2-campus-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.tl2-campus-meta div {
  background: var(--tl2-blue-soft);
  border-radius: 7px;
  padding: 12px;
  text-align: center;
}

.tl2-campus-meta strong,
.tl2-campus-meta small {
  display: block;
}

.tl2-campus-meta strong {
  color: var(--tl2-blue);
  font-size: 22px;
  line-height: 1.1;
}

.tl2-campus-meta small {
  color: var(--tl2-muted);
  font-size: 12px;
}

.tl2-stats-section {
  position: relative;
  background-color: var(--tl2-blue);
}

.tl2-stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 70, 133, 0.95), rgba(0, 94, 177, 0.9));
  pointer-events: none;
}

.tl2-stats-section .section-content {
  position: relative;
  z-index: 2;
}

.tl2-stat {
  min-height: 110px;
  padding: 10px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.tl2-stats-section .col:last-child .tl2-stat {
  border-right: 0;
}

.tl2-stat strong {
  display: block;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.tl2-stat span {
  display: block;
  margin-top: 8px;
  color: #dbefff;
  font-size: 15px;
}

.tl2-facility {
  height: 100%;
  background: #ffffff;
  border-radius: var(--tl2-radius);
  padding: 22px;
  box-shadow: 0 8px 22px rgba(0, 54, 105, 0.08);
  border-top: 4px solid var(--tl2-blue);
}

.tl2-facilities-section .col:nth-child(2) .tl2-facility {
  border-top-color: var(--tl2-green);
}

.tl2-facilities-section .col:nth-child(3) .tl2-facility {
  border-top-color: var(--tl2-orange);
}

.tl2-facilities-section .col:nth-child(4) .tl2-facility {
  border-top-color: var(--tl2-red);
}

.tl2-facility-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--tl2-blue-soft);
  color: var(--tl2-blue);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}

.tl2-facility h3 {
  margin: 0 0 8px;
  color: var(--tl2-blue);
  font-size: 18px;
  font-weight: 800;
}

.tl2-facility p {
  margin: 0;
  color: var(--tl2-muted);
  font-size: 14px;
}

.tl2-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 190px;
  gap: 14px;
}

.tl2-gallery a {
  border-radius: var(--tl2-radius);
  overflow: hidden;
  background: #d9e7f4;
}

.tl2-gallery a:first-child {
  grid-row: span 2;
}

.tl2-cta-section {
  background: #fff7eb;
}

.tl2-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #ffffff;
  border-radius: var(--tl2-radius);
  padding: 34px;
  box-shadow: var(--tl2-shadow);
  border-left: 6px solid var(--tl2-orange);
}

.tl2-cta-box h2 {
  margin: 0 0 8px;
  color: var(--tl2-blue);
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
}

.tl2-cta-box p {
  margin: 0;
  color: var(--tl2-muted);
}

/* ==========================================================================
   6. NEWS ARCHIVE & SINGLE BLOG (tl2-news, Sidebar, Bài viết liên quan)
   ========================================================================== */
.tl2-news-page,
.tl2-news-page * {
  box-sizing: border-box;
}

.tl2-news-page {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--tl2-news-text);
}

.tl2-news-page img {
  max-width: 100%;
  display: block;
}

.tl2-news-page a {
  text-decoration: none;
}

.tl2-news-hero {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  background-color: #dff2ff;
}

.tl2-news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0.25) 78%);
  z-index: 1;
  pointer-events: none;
}

.tl2-news-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76px;
  background: linear-gradient(0deg, var(--tl2-news-bg), rgba(246, 249, 252, 0));
  z-index: 1;
  pointer-events: none;
}

.tl2-news-hero .section-content {
  position: relative;
  z-index: 2;
}

.tl2-news-hero-row {
  min-height: 360px;
}

.tl2-news-hero-content {
  padding-top: 68px;
  padding-bottom: 96px;
}

.tl2-news-eyebrow {
  margin-bottom: 12px;
  color: var(--tl2-news-blue);
  font-size: 21px;
  font-weight: 700;
}

.tl2-news-hero-content h1 {
  margin: 0;
  color: var(--tl2-news-blue);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.08;
  text-transform: uppercase;
  font-weight: 800;
}

.tl2-news-divider {
  width: 260px;
  height: 2px;
  margin: 24px 0;
  background: linear-gradient(90deg, var(--tl2-news-orange), var(--tl2-news-orange) 42%, transparent 42%, transparent 58%, var(--tl2-news-orange) 58%);
  position: relative;
}

.tl2-news-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--tl2-news-orange);
  border: 4px solid #ffffff;
}

.tl2-news-hero-content p {
  margin: 0;
  max-width: 580px;
  color: #263f55;
  font-size: 19px;
  line-height: 1.65;
}

.tl2-news-filter-section,
.tl2-news-main-section {
  background: var(--tl2-news-bg);
}

.tl2-news-filter-wrap {
  margin-top: -42px;
  position: relative;
  z-index: 5;
}

.tl2-news-filter-wrap>.col {
  padding-bottom: 0 !important;
}

.tl2-news-filter {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: var(--tl2-news-radius);
  box-shadow: var(--tl2-news-shadow);
  padding: 14px;
}

.tl2-news-filter a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 7px;
  color: var(--tl2-news-blue) !important;
  background: #f4f8fc;
  font-weight: 800;
  font-size: 14px;
}

.tl2-news-filter a.active,
.tl2-news-filter a:hover {
  color: #ffffff !important;
  background: var(--tl2-news-blue);
}

.tl2-news-featured {
  overflow: hidden;
  background: #ffffff;
  border-radius: var(--tl2-news-radius);
  box-shadow: var(--tl2-news-shadow);
}

.tl2-news-featured-image {
  display: block;
  height: 330px;
  position: relative;
  background: #d9e7f4;
}

.tl2-news-featured-image img,
.tl2-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tl2-news-featured-image span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--tl2-news-orange);
  font-size: 13px;
  font-weight: 800;
}

.tl2-news-featured-body {
  padding: 26px;
}

.tl2-news-meta {
  color: var(--tl2-news-orange);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.tl2-news-featured h2 {
  margin: 0 0 10px;
  color: var(--tl2-news-blue);
  font-size: 27px;
  line-height: 1.25;
  font-weight: 800;
}

.tl2-news-featured h2 a,
.tl2-news-card h3 a {
  color: var(--tl2-news-blue) !important;
}

.tl2-news-featured p,
.tl2-news-card p {
  margin: 0;
  color: var(--tl2-news-muted);
  line-height: 1.6;
}

.tl2-news-readmore,
.tl2-news-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 7px;
  color: #ffffff !important;
  background: var(--tl2-news-blue);
  font-weight: 800;
}

.tl2-news-readmore:hover,
.tl2-news-btn:hover {
  color: #ffffff !important;
  background: #0b65b3;
}

.tl2-news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.tl2-news-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 160px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--tl2-news-line);
  border-radius: var(--tl2-news-radius);
  box-shadow: 0 8px 22px rgba(0, 54, 105, 0.07);
}

.tl2-news-thumb {
  display: block;
  min-height: 160px;
  background: #d9e7f4;
}

.tl2-news-card-body {
  padding: 16px;
}

.tl2-news-card h3 {
  margin: 0 0 8px;
  color: var(--tl2-news-blue);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.tl2-news-card p {
  font-size: 14px;
}

.tl2-news-sidebar {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 18px;
}

.tl2-news-widget {
  background: #ffffff;
  border-radius: var(--tl2-news-radius);
  padding: 22px;
  box-shadow: 0 8px 22px rgba(0, 54, 105, 0.07);
}

.tl2-news-widget h3 {
  margin: 0 0 16px;
  color: var(--tl2-news-blue);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
}

.tl2-news-search form {
  display: flex;
  gap: 8px;
}

.tl2-news-search input {
  width: 100%;
  height: 42px;
  border: 1px solid var(--tl2-news-line);
  border-radius: 7px;
  padding: 0 12px;
  box-shadow: none;
}

.tl2-news-search button {
  height: 42px;
  border: 0;
  border-radius: 7px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--tl2-news-orange);
  font-weight: 800;
  cursor: pointer;
}

.tl2-news-cats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.tl2-news-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--tl2-news-text) !important;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--tl2-news-line);
}

.tl2-news-cats li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.tl2-news-cats span {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--tl2-news-blue);
  background: var(--tl2-news-blue-soft);
  font-size: 12px;
}

.tl2-news-mini-list {
  display: grid;
  gap: 12px;
}

.tl2-news-mini-list a {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  color: var(--tl2-news-text) !important;
}

.tl2-news-mini-list span {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 7px;
  color: #ffffff;
  background: var(--tl2-news-blue);
  font-weight: 800;
  font-size: 13px;
}

.tl2-news-mini-list strong {
  color: var(--tl2-news-text);
  line-height: 1.4;
  font-size: 14px;
}

.tl2-news-admission-box {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(0, 75, 141, 0.96), rgba(0, 99, 184, 0.92)), var(--tl2-news-blue);
  border-radius: var(--tl2-news-radius);
  padding: 22px;
}

.tl2-news-admission-box span {
  color: #ffd89a;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.tl2-news-admission-box h3 {
  color: #ffffff;
  margin-top: 6px;
}

.tl2-news-admission-box p {
  color: #dcecff;
  margin: 0;
}

.tl2-news-admission-box .tl2-news-btn {
  background: var(--tl2-news-orange);
}

.tl2-news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.tl2-news-pagination a,
.tl2-news-pagination span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  border-radius: 7px;
  color: var(--tl2-news-blue) !important;
  background: #ffffff;
  border: 1px solid var(--tl2-news-line);
  font-weight: 800;
}

.tl2-news-pagination a.active,
.tl2-news-pagination a:hover {
  color: #ffffff !important;
  background: var(--tl2-news-blue);
  border-color: var(--tl2-news-blue);
}

/* Blog Archive & Blog Single Legacy Support */
.blog-single .large-9,
.blog-archive .large-9 {
  flex-basis: 70%;
  max-width: 70%;
}

.blog-single .large-3,
.blog-archive .large-3 {
  flex-basis: 30%;
  max-width: 30%;
  padding-left: 0;
}

.blog-archive .large-9 .badge.post-date,
.home .post-item .button {
  display: none;
}

.widget .current-cat>a {
  color: #245296;
  font-weight: 700;
}



/* ==========================================================================
   7. FOOTER, WIDGETS & CONSOLIDATED RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* Footer System */
.footer-section {
  font-size: 15px;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.footer-section .col {
  padding-bottom: 20px;
}

.footer-section h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-section ul li {
  list-style: none;
  margin-left: 0;
  font-size: 15px;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-section .social-icons span {
  font-weight: 700;
  padding-right: 10px;
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  text-transform: uppercase;
}

.footer-section .button {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
}

.footer-section .cot3 ul li {
  list-style: none;
  margin-left: 0;
  font-size: 15px;
  margin-bottom: 11px;
  background-image: url(/wp-content/uploads/2026/08/arrow-right-2-svgrepo-com.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-y: 5px;
  padding-left: 17px;
}

.footer1 p strong {
  display: block;
  font-size: 45px;
  line-height: 50px;
}

.absolute-footer {
  color: #000000;
  padding: 10px 0 15px;
  font-size: 13px;
  background-color: #044485;
}

.footer-wrapper .widget_nav_menu {
  margin-bottom: 0;
  background: #09519a;
}

.footer-wrapper .menu-main-menu-container {
  max-width: 1204px;
  margin: 0 auto;
  height: 40px;
}

.footer-wrapper.menu-main-menu-container .menu {
  display: inline-block;
  width: 100%;
  clear: both;
}

.footer-wrapper .menu-main-menu-container .menu li {
  border-top: none;
  float: left;
  margin-right: 22px;
  display: inline-block;
}

.footer-wrapper .menu-main-menu-container .menu li a {
  line-height: 26px;
  font-size: 15px;
  color: #ffffff;
}

.footer-wrapper .menu-main-menu-container .menu li a:hover {
  color: #b0d9ff;
}

.nbw-cmp-footer-trang-tin .col {
  padding-bottom: 0 !important;
}

a.back-to-top {
  background: #ed1c24 !important;
  color: #ffffff !important;
  border: none !important;
}

.back-to-top {
  background: #03a9f4 !important;
  border: none !important;
  color: #ffffff !important;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS (CONSOLIDATED)
   -------------------------------------------------------------------------- */

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  .tl2-news-list {
    grid-template-columns: 1fr;
  }

  .tl2-news-sidebar {
    position: static;
  }
}

/* Small Tablet / Landscape Phone (max-width: 849px) */
@media (max-width: 849px) {

  .tl2-intro-hero,
  .tl2-hero-row,
  .tl2-news-hero,
  .tl2-news-hero-row {
    min-height: auto;
  }

  .tl2-hero-content {
    padding-top: 52px;
    padding-bottom: 92px;
  }

  .tl2-news-hero-content {
    padding-top: 52px;
    padding-bottom: 86px;
  }

  .tl2-quick-panel {
    margin-top: -36px;
  }

  .tl2-quick-item {
    border-right: 0;
    border-bottom: 1px solid var(--tl2-line);
  }

  .tl2-photo-stack {
    min-height: auto;
  }

  .tl2-photo-main,
  .tl2-photo-small {
    position: static;
    width: 100%;
    height: 250px;
    border: 0;
    margin-bottom: 14px;
  }

  .tl2-leaders,
  .tl2-campus-meta,
  .tl2-gallery {
    grid-template-columns: 1fr;
  }

  .tl2-gallery a:first-child {
    grid-row: span 1;
  }

  .tl2-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .tl2-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .tl2-news-filter-wrap {
    margin-top: -32px;
  }

  .tl2-news-filter {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .tl2-news-filter a {
    white-space: nowrap;
  }

  .tl2-news-featured-image {
    height: 240px;
  }

  .tl2-news-card {
    grid-template-columns: 1fr;
  }

  .tl2-news-thumb {
    height: 210px;
  }
}

/* Mobile Devices (max-width: 549px) */
@media (max-width: 549px) {
  .header-main {
    height: 70px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06);
  }

  .header-main .header-inner {
    background: #ffffff;
  }

  #logo {
    width: 59px;
  }

  #logo img {
    max-height: 70px;
  }

  .tieu-de-website h2 {
    font-size: 17px;
  }

  .tieu-de-website .des {
    font-size: 11px;
  }

  .nav>li>a>i.icon-menu,
  .nav>li>a>i.icon-search {
    color: #3F51B5;
  }

  .toggle i {
    font-size: 15px;
    color: #ffffff;
  }

  .off-canvas .nav-vertical>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0;
  }

  .off-canvas-right .mfp-content,
  .off-canvas-left .mfp-content {
    width: 300px;
  }

  .off-canvas-left .mfp-content {
    background: #09519a;
  }

  .nav-sidebar.nav-vertical>li+li {
    border-top: 1px solid #21669d;
    border-bottom: 2px solid #2f42ad;
  }

  .medium-logo-left .flex-right {
    flex: none !important;
  }

  .form-flat input:not([type="submit"]) {
    background: #ffffff !important;
  }

  .nav-vertical>li>ul li a {
    color: #ffffff;
    font-size: 14px;
  }

  .nav:not(.nav-slide) .active>.children {
    padding-bottom: 10px;
  }

  /* Section 1 Mobile */
  .section1 {
    margin-top: -12px;
  }

  .section1 .row1 {
    padding: 15px 15px 0 15px !important;
  }

  .section1 .col {
    padding-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section1 .icon-box {
    text-align: center;
    flex-direction: column;
  }

  .section1 .icon-box h3 {
    font-size: 15px;
  }

  .section1 .icon-box .icon-box-img {
    width: 40px !important;
  }

  .section1 .icon-box .icon-box-text {
    padding-left: 6px;
  }

  /* Section 2 Mobile */
  .section2 .cot1 {
    padding-bottom: 15px;
  }

  .section2 .tabbed-content li {
    margin: 0 6px;
  }

  .section2 .tabbed-content li a {
    background: #ffffff;
    padding: 4px 9px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
    color: #828282;
    display: block;
    text-align: center;
  }

  .section2 .cot2 .large-4 {
    padding: 0 5px 13px;
  }

  /* Section 3 Mobile */
  .section3 .tabbed-content li a {
    width: 100%;
    border-radius: 10px;
    padding: 10px 7px;
    color: #044485;
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 18px;
  }

  .section3 .banner-grid-wrapper .grid-col {
    width: 50%;
  }

  .slider-doi-ngu .flickity-slider {
    left: -25% !important;
  }

  .slider-doi-ngu .flickity-slider>div:not(.col) {
    width: 50% !important;
  }

  .slider-doi-ngu .flickity-slider>div:not(.col) .col {
    padding-bottom: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .slider-doi-ngu .box {
    min-height: 251px;
    font-size: 13px;
    padding: 10px;
  }

  .slider-doi-ngu .box h3 {
    font-size: 14px;
  }

  .section4 .large-12 {
    padding-bottom: 0;
  }

  /* Shared Post Item Mobile */
  .post-item .button,
  .blog-archive .post-item .from_the_blog_excerpt {
    display: none;
  }

  .list-post-1 .post-item .post-title {
    border-left: 0;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: normal;
    font-size: 22px;
    font-weight: normal;
  }

  .list-post-1 .post-item .from_the_blog_excerpt {
    color: #8a8a8a;
    font-size: 15px;
  }

  .list-post2 .post-item .box {
    display: flex;
  }

  .list-post2 .post-item .box .box-image {
    width: 35% !important;
  }

  .list-post2 .post-item .box .box-text {
    padding: 0 0 0 15px;
  }

  .list-post-3 .post-item {
    flex-basis: 50%;
    max-width: 50%;
  }

  .list-post-3 .post-item .post-title {
    font-size: 14px;
  }

  .list-post-4 .post-item .box-vertical {
    display: flex;
  }

  .list-post-4 .box-vertical .box-image {
    width: 40% !important;
  }

  .list-post-4 .post-item .from_the_blog_excerpt {
    display: none;
  }

  .list-post-4 .post-item .box-text {
    padding: 0 0 0 10px;
    font-size: 15px;
  }

  .list-post-4 .post-item .post-title {
    margin: 0;
    font-size: 18px;
  }

  .row2 .list-post-4 .post-item .post-title {
    font-size: 16px;
  }

  .row4 .list-post-5 .post-item .post-title {
    font-size: 17px;
  }

  /* NBW Blocks Mobile */
  .nbw-cmp-block-tin-tuc .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .nbw-cmp-block-tin-tuc .list-post1 .post-item .post-title {
    font-size: 17px;
  }

  .nbw-cmp-block-tin-tuc .list-post2 .post-item {
    flex-basis: 50%;
    max-width: 50%;
  }

  .nbw-cmp-block-tin-tuc .list-post2 .post-item .box-text {
    padding-left: 0;
    padding-top: 8px;
  }

  .nbw-cmp-block-tin-tuc-2 .large-7,
  .nbw-cmp-block-tin-tuc-2 .large-2,
  .nbw-cmp-block-tin-tuc-2 .small-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .nbw-cmp-block-tin-tuc-2 ul.sub-title {
    display: none;
  }

  .nbw-cmp-block-tin-tuc-2 .list-post2 .post-item {
    flex-basis: 50%;
    max-width: 50%;
  }

  .nbw-cmp-block-tin-tuc-2 .list-post2 .post-item .box-text {
    padding-left: 0;
    padding-top: 8px;
  }

  .nbw-cmp-block-tin-tuc-2 .list-post3 .post-item .box-text {
    padding-top: 8px;
    padding-left: 0;
  }

  .nbw-cmp-block-tin-tuc-2 .list-post3 .post-item .post-title {
    font-size: 16px;
  }

  .nbw-cmp-block-tin-tuc-2 .list-post7 .post-item,
  .nbw-cmp-block-tin-tuc-2 .list-post4 .post-item {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 5px 0;
  }

  .nbw-cmp-block-tin-tuc-2 .list-post7 .post-item .box-text {
    padding-bottom: 10px;
  }

  .nbw-cmp-block-tin-tuc-2 .list-post7 .post-item .post-title {
    font-weight: normal;
  }

  /* Blog Archive & Single Mobile */
  .blog-single .large-3,
  .blog-archive .large-3,
  .blog-single .large-9,
  .blog-archive .large-9 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-archive .post-item .box {
    display: flex;
  }

  .blog-archive .post-item .post-title {
    font-size: 16px;
  }

  .blog-single .entry-title {
    font-size: 24px;
    margin-top: 0;
    border-left: 0;
    padding-left: 0;
  }

  .bai-viet-lien-quan ul li {
    width: 50%;
  }

  .bai-viet-lien-quan ul li .box-image img {
    height: 120px;
  }

  .bai-viet-lien-quan h4 {
    font-size: 16px;
    height: 71px;
  }

  /* About & News Page Mobile */
  .tl2-hero-content h1,
  .tl2-news-hero-content h1 {
    font-size: 34px;
  }

  .tl2-hero-content p,
  .tl2-news-hero-content p {
    font-size: 17px;
  }

  .tl2-section-title h2 {
    font-size: 26px;
  }

  .tl2-overview-box,
  .tl2-campus-body,
  .tl2-cta-box,
  .tl2-news-featured-body,
  .tl2-news-widget {
    padding: 20px;
  }

  .tl2-news-featured h2 {
    font-size: 22px;
  }

  .tl2-news-search form {
    flex-direction: column;
  }

  /* Footer Mobile */
  .footer1 p strong {
    font-size: 25px;
    line-height: 29px;
  }

  .footer-section ul li,
  .row-dashed .col-inner,
  .row-solid .col-inner {
    font-size: 14px;
    padding: 10px;
  }

  .footer-wrapper .menu-main-menu-container {
    max-width: 100%;
    height: auto;
  }

  .footer-wrapper .menu-main-menu-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-wrapper .menu-main-menu-container .menu li a {
    font-size: 14px;
  }
}

/* ==========================================================================
   8. ENHANCED NAVIGATION ACTIVE & HOVER STATES (Desktop & Mobile)
   ========================================================================== */

/* --- Desktop Header Main Navigation Active State --- */
.header-bottom-nav>li.active>a,
.header-bottom-nav>li.current-menu-item>a,
.header-bottom-nav>li.current_page_item>a,
.header-bottom-nav>li.current-menu-ancestor>a,
.header-bottom-nav>li.current-menu-parent>a,
.header-bottom-nav>li.current_page_parent>a,
.header-bottom-nav>li.current_page_ancestor>a {
  background: linear-gradient(180deg, #1e7bd2 0%, #1565c0 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  position: relative;
  box-shadow: inset 0 -3px 0 #fa0009;
}

.header-bottom-nav>li>a {
  transition: all 0.25s ease;
  position: relative;
}

.header-bottom-nav>li:hover>a {
  background: #1e7bd2;
  color: #ffffff !important;
}

/* --- Dropdown Submenu Active & Hover State --- */
.nav-dropdown>li.active>a,
.nav-dropdown>li.current-menu-item>a,
.nav-dropdown>li.current_page_item>a,
.nav-dropdown>li.current-menu-ancestor>a,
.nav-dropdown>li.current-menu-parent>a {
  background-color: #eaf3fc !important;
  color: #044485 !important;
  font-weight: 700 !important;
  padding-left: 24px !important;
  border-left: 3px solid #fa0009;
}

.nav-dropdown>li>a {
  transition: all 0.2s ease;
}

.nav-dropdown>li>a:hover {
  background-color: #f4f8fc !important;
  color: #1e7bd2 !important;
  padding-left: 22px;
}

/* --- Mobile Sidebar Navigation Active State --- */
.nav-sidebar.nav-vertical>li.active>a,
.nav-sidebar.nav-vertical>li.current-menu-item>a,
.nav-sidebar.nav-vertical>li.current_page_item>a,
.nav-sidebar.nav-vertical>li.current-menu-ancestor>a,
.nav-sidebar.nav-vertical>li.current-menu-parent>a {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-left: 4px solid #fa0009 !important;
  padding-left: 16px !important;
}

.nav-sidebar.nav-vertical>li>ul li.active>a,
.nav-sidebar.nav-vertical>li>ul li.current-menu-item>a,
.nav-sidebar.nav-vertical>li>ul li.current_page_item>a {
  color: #ffd89a !important;
  font-weight: 700 !important;
}

/* --- Footer Navigation Active State --- */
.footer-wrapper .menu-main-menu-container .menu li.active>a,
.footer-wrapper .menu-main-menu-container .menu li.current-menu-item>a,
.footer-wrapper .menu-main-menu-container .menu li.current_page_item>a {
  color: #ffd89a !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #ffd89a;
  padding-bottom: 2px;
}

/* ==========================================================================
   9. MODERN BLOG ARCHIVE & CATEGORY SIDEBAR REDESIGN
   ========================================================================== */
.post-sidebar .widget-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* --- Widget Container Card --- */
.post-sidebar .widget {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(4, 68, 133, 0.07) !important;
  overflow: hidden;
  margin-bottom: 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.post-sidebar .widget:hover {
  box-shadow: 0 12px 28px rgba(4, 68, 133, 0.12) !important;
  transform: translateY(-2px);
}

/* --- Widget Header Styling --- */
.post-sidebar .widget .widget-title {
  background: linear-gradient(135deg, #044485 0%, #003366 100%) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 12px 18px !important;
  margin: 0 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  position: relative;
  box-shadow: inset 3px 0 0 #fa0009;
}

.post-sidebar .widget .widget-title span {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* Hide legacy divider inside widget titles */
.post-sidebar .widget .is-divider {
  display: none !important;
}

/* --- Media Image Widgets --- */
.post-sidebar .widget_media_image {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.post-sidebar .widget_media_image img {
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100% !important;
  height: auto !important;
  display: block;
}

.post-sidebar .widget_media_image:hover img {
  transform: scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
}

/* --- Category List Widget (`.widget_categories`) --- */
.post-sidebar .widget_categories {
  padding: 0 !important;
}

.post-sidebar .widget_categories ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 6px 0 !important;
  border: none !important;
}

.post-sidebar .widget_categories ul li.cat-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 0 16px 0 0 !important;
  border: none !important;
  border-bottom: 1px solid #f1f5f9 !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #004183 !important;
  transition: all 0.2s ease !important;
}

.post-sidebar .widget_categories ul li.cat-item:last-child {
  border-bottom: none !important;
}

/* Category Title Link (Aligned LEFT right next to Icon) */
.post-sidebar .widget_categories ul li.cat-item a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
  gap: 10px !important;
  padding: 11px 16px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2d3748 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  flex: 1 !important;
}

.post-sidebar .widget_categories ul li.cat-item a::before {
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #044485;
  font-size: 13px;
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

.post-sidebar .widget_categories ul li.cat-item:hover {
  background-color: #f8fafc !important;
}

.post-sidebar .widget_categories ul li.cat-item a:hover {
  color: #044485 !important;
  padding-left: 20px !important;
}

.post-sidebar .widget_categories ul li.cat-item a:hover::before {
  transform: scale(1.15);
  color: #fa0009;
}

/* Active Category State */
.post-sidebar .widget_categories ul li.cat-item.current-cat {
  background: linear-gradient(90deg, #e0f2fe 0%, #f0f7ff 100%) !important;
  border-left: 4px solid #044485 !important;
}

.post-sidebar .widget_categories ul li.cat-item.current-cat a {
  color: #044485 !important;
  font-weight: 700 !important;
}

.post-sidebar .widget_categories ul li.cat-item.current-cat a::before {
  content: "\f07c";
  font-weight: 900;
  color: #fa0009;
}

/* --- Recent Posts Widget (`.widget.flatsome_recent_posts`) --- */
.post-sidebar .widget.flatsome_recent_posts {
  padding: 0 !important;
}

.post-sidebar .widget.flatsome_recent_posts ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 10px 14px !important;
}

.post-sidebar .widget.flatsome_recent_posts li.recent-blog-posts-li {
  padding: 10px 0 !important;
  border-bottom: 1px dashed #e2e8f0 !important;
  margin: 0 !important;
}

.post-sidebar .widget.flatsome_recent_posts li.recent-blog-posts-li:last-child {
  border-bottom: none !important;
}

.post-sidebar .widget.flatsome_recent_posts .recent-blog-posts {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.post-sidebar .widget.flatsome_recent_posts .badge.post-date {
  width: 54px !important;
  height: 54px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #e2e8f0 !important;
}

.post-sidebar .widget.flatsome_recent_posts .badge.post-date .badge-inner {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}

.post-sidebar .widget.flatsome_recent_posts li.recent-blog-posts-li:hover .badge-inner {
  transform: scale(1.1);
}

.post-sidebar .widget.flatsome_recent_posts .flex-col.flex-grow a {
  font-size: 13.5px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #2d3748 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  transition: color 0.2s ease !important;
}

.post-sidebar .widget.flatsome_recent_posts li.recent-blog-posts-li:hover .flex-col.flex-grow a {
  color: #044485 !important;
}

.post-sidebar .widget.flatsome_recent_posts .post_comments {
  font-size: 11.5px !important;
  color: #a0aec0 !important;
  margin-top: 4px !important;
}

/* ==========================================================================
   10. MODERN BLOG ARCHIVE POST LIST REDESIGN
   ========================================================================== */
/* Page Title Header (Clean Classic Style) */
.blog-archive .page-title {
  background: transparent !important;
  color: #044485 !important;
  border-radius: 0 !important;
  padding: 0 0 8px 0 !important;
  margin-bottom: 20px !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
}

.blog-archive .page-title::after,
.blog-archive .page-title::before {
  display: none !important;
  border-bottom: none !important;
}

.blog-archive .page-title span {
  color: #044485 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

/* Post Item Row Spacing */
.blog-archive .large-9.col .row {
  margin: 0 !important;
}

.blog-archive .post-item {
  padding: 0 0 20px 0 !important;
}

/* Post Item Card Container (Static Card Style) */
.blog-archive .post-item .col-inner {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 16px rgba(4, 68, 133, 0.05) !important;
  padding: 0 !important;
  overflow: hidden !important;
  transform: none !important;
  transition: none !important;
}

.blog-archive .post-item .col-inner:hover {
  border-color: #e2e8f0 !important;
  box-shadow: 0 4px 16px rgba(4, 68, 133, 0.05) !important;
  transform: none !important;
}

/* Post Item Box Layout */
.blog-archive .post-item .box-vertical {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  margin: 0 !important;
}

/* Featured Image Container */
.blog-archive .post-item .box-image {
  width: 32% !important;
  min-width: 240px !important;
  flex-shrink: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
}

.blog-archive .post-item .box-image .image-cover {
  height: 100% !important;
  padding-top: 0 !important;
  min-height: 200px !important;
}

.blog-archive .post-item .box-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: none !important;
  transition: none !important;
}

.blog-archive .post-item .col-inner:hover .box-image img {
  transform: none !important;
  filter: none !important;
}

/* Floating Date Badge on Image */
.blog-archive .post-item .badge.post-date {
  display: block !important;
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 3 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.blog-archive .post-item .badge.post-date .badge-inner {
  background: linear-gradient(135deg, #044485 0%, #003b73 100%) !important;
  color: #ffffff !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  text-align: center !important;
}

.blog-archive .post-item .badge.post-date .post-date-day {
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.blog-archive .post-item .badge.post-date .post-date-month {
  font-size: 11px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  opacity: 0.9 !important;
}

/* Post Content Box Text */
.blog-archive .post-item .box-text {
  flex: 1 !important;
  padding: 20px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.blog-archive .post-item .blog-post-inner {
  padding: 0 !important;
}

/* Post Title */
.blog-archive .post-item .post-title {
  margin: 0 0 10px 0 !important;
  font-size: 18.5px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.blog-archive .post-item .post-title a {
  color: #003b73 !important;
  transition: color 0.2s ease !important;
  text-decoration: none !important;
}

.blog-archive .post-item .col-inner:hover .post-title a {
  color: #fa0009 !important;
}

/* Post Meta Info */
.blog-archive .post-item .thong-tin-meta {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  font-size: 13px !important;
  color: #64748b !important;
  margin-bottom: 12px !important;
}

.blog-archive .post-item .thong-tin-meta i {
  color: #044485 !important;
}

.blog-archive .post-item .svl_post_view_count {
  display: inline-flex !important;
  align-items: center !important;
  background: #e0f2fe !important;
  color: #004183 !important;
  padding: 2px 8px !important;
  border-radius: 99px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* Hide legacy divider */
.blog-archive .post-item .is-divider {
  display: none !important;
}

/* Excerpt Text */
.blog-archive .post-item .from_the_blog_excerpt {
  color: #475569 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 0 0 12px 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Read More Link (Static) */
.blog-archive .post-item .blog-post-inner::after {
  content: "Xem chi tiết →";
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13.5px;
  font-weight: 700;
  color: #044485;
}

.blog-archive .post-item .col-inner:hover .blog-post-inner::after {
  color: #fa0009;
  transform: none !important;
}

/* Responsive Styles for Tablet & Mobile */
@media (max-width: 849px) {
  .blog-archive .post-item .box-vertical {
    flex-direction: column !important;
  }

  .blog-archive .post-item .box-image {
    width: 100% !important;
    min-width: 100% !important;
  }

  .blog-archive .post-item .box-image .image-cover {
    min-height: 200px !important;
    max-height: 240px !important;
  }

  .blog-archive .post-item .post-title {
    font-size: 17px !important;
  }
}

/* ==========================================================================
   11. MODERN SINGLE POST LAYOUT REDESIGN (.blog-single)
   ========================================================================== */

/* Article Main Card Container */
.blog-single article.post {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 20px rgba(4, 68, 133, 0.05) !important;
  padding: 28px !important;
  margin-bottom: 24px !important;
}

@media (max-width: 849px) {
  .blog-single article.post {
    padding: 18px !important;
    border-radius: 10px !important;
  }
}

/* Article Header & Title */
.blog-single .entry-header {
  margin-bottom: 24px !important;
}

.blog-single .entry-title {
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  color: #003b73 !important;
  margin: 0 0 14px 0 !important;
  padding: 0 0 0 14px !important;
  border-left: 5px solid #044485 !important;
  border-bottom: none !important;
  text-transform: none !important;
}

/* Post Meta Info Bar (Views, Date, Author) */
.blog-single .header-meta-post {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  font-size: 13.5px !important;
  color: #64748b !important;
  margin-bottom: 18px !important;
  background: #f8fafc !important;
  padding: 10px 16px !important;
  border-radius: 10px !important;
  border: 1px solid #f1f5f9 !important;
}

.blog-single .header-meta-post i {
  color: #044485 !important;
}

.blog-single .header-meta-post .svl_post_view_count {
  background: #e0f2fe !important;
  color: #004183 !important;
  padding: 3px 10px !important;
  border-radius: 99px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.blog-single .header-meta-post a {
  color: #044485 !important;
  font-weight: 600 !important;
}

/* Featured Image */
.blog-single .entry-image {
  margin-bottom: 24px !important;
}

.blog-single .entry-image img {
  border-radius: 12px !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

/* Entry Content Styling */
.blog-single .entry-content {
  font-size: 15.5px !important;
  line-height: 1.75 !important;
  color: #2d3748 !important;
}

/* Sapo / Intro Paragraph */
.blog-single .entry-content p.sapo {
  background: #f0f7ff !important;
  border-left: 4px solid #044485 !important;
  padding: 16px 20px !important;
  border-radius: 0 10px 10px 0 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #1a365d !important;
  margin-bottom: 24px !important;
}

/* Headings inside content (H2, H3, H4) */
.blog-single .entry-content h2,
.blog-single .entry-content h3,
.blog-single .entry-content h4 {
  color: #003b73 !important;
  font-weight: 700 !important;
  margin-top: 28px !important;
  margin-bottom: 14px !important;
  border-left: 4px solid #044485 !important;
  padding-left: 12px !important;
  line-height: 1.35 !important;
}

.blog-single .entry-content h2 {
  font-size: 21px !important;
}

.blog-single .entry-content h3 {
  font-size: 18.5px !important;
  border-left-color: #fa0009 !important;
}

.blog-single .entry-content h4 {
  font-size: 17px !important;
  border-left-color: #2c8e47 !important;
}

/* Blockquotes inside content */
.blog-single .entry-content blockquote {
  background: #f8fafc !important;
  border-left: 4px solid #fa0009 !important;
  padding: 16px 20px !important;
  margin: 20px 0 !important;
  border-radius: 0 10px 10px 0 !important;
  font-style: italic !important;
  color: #4a5568 !important;
}

.blog-single .entry-content blockquote p {
  margin: 0 !important;
  font-size: 15px !important;
}

/* Content Images */
.blog-single .entry-content img {
  border-radius: 10px !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06) !important;
  margin: 16px auto !important;
  display: block !important;
}

/* Content Unordered & Ordered Lists */
.blog-single .entry-content ul,
.blog-single .entry-content ol {
  background: #f8fafc !important;
  padding: 16px 20px 16px 36px !important;
  border-radius: 10px !important;
  border: 1px solid #edf2f7 !important;
  margin-bottom: 20px !important;
}

.blog-single .entry-content ul li,
.blog-single .entry-content ol li {
  margin-bottom: 8px !important;
  line-height: 1.6 !important;
}

/* "Xem thêm" Box inside/below content (Clean Minimal News Style) */
.blog-single .xem-them {
  background: #f8fafc !important;
  border-left: 4px solid #044485 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0 10px 10px 0 !important;
  padding: 16px 20px !important;
  margin: 24px 0 !important;
  box-shadow: none !important;
}

.blog-single .xem-them .tieu-de-xem-them {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #044485 !important;
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
  display: block !important;
  letter-spacing: 0.5px !important;
}

.blog-single .xem-them ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.blog-single .xem-them ul li {
  margin: 0 !important;
  padding-left: 18px !important;
  position: relative !important;
  background: transparent !important;
}

.blog-single .xem-them ul li::before {
  content: "▶" !important;
  font-size: 10px !important;
  color: #044485 !important;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
}

.blog-single .xem-them ul li a {
  display: inline !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #2d3748 !important;
  box-shadow: none !important;
  transition: color 0.2s ease !important;
}

.blog-single .xem-them ul li a:hover {
  color: #fa0009 !important;
  text-decoration: underline !important;
  padding-left: 0 !important;
}

/* Article Footer Meta (Categories & Tags) */
.blog-single footer.entry-meta {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  margin-top: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.blog-single footer.entry-meta .danh-muc,
.blog-single footer.entry-meta .the-tim-kiem {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

.blog-single footer.entry-meta span.title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #044485 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 5px 12px !important;
  border-radius: 6px !important;
  margin: 0 !important;
}

.blog-single footer.entry-meta .the-tim-kiem span.title {
  background: #fa0009 !important;
}

.blog-single footer.entry-meta a {
  display: inline-flex !important;
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 4px 12px !important;
  border-radius: 99px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.blog-single footer.entry-meta a:hover {
  background: #044485 !important;
  color: #ffffff !important;
  border-color: #044485 !important;
}

.blog-single footer.entry-meta .the-tim-kiem a:hover {
  background: #fa0009 !important;
  color: #ffffff !important;
  border-color: #fa0009 !important;
}

/* Related Posts Section (`.bai-viet-lien-quan`) */
.blog-single .bai-viet-lien-quan {
  margin-top: 32px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 22px !important;
  box-shadow: 0 4px 18px rgba(4, 68, 133, 0.05) !important;
}

.blog-single .bai-viet-lien-quan h3 {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #044485 !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid #044485 !important;
  padding-bottom: 8px !important;
  margin-bottom: 18px !important;
}

.blog-single .bai-viet-lien-quan ul.list-bai-viet {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.blog-single .bai-viet-lien-quan ul.list-bai-viet li {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
}

.blog-single .bai-viet-lien-quan ul.list-bai-viet li .box-image {
  width: 100% !important;
  height: 140px !important;
  overflow: hidden !important;
  position: relative !important;
}

.blog-single .bai-viet-lien-quan ul.list-bai-viet li .box-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.blog-single .bai-viet-lien-quan ul.list-bai-viet li a {
  text-decoration: none !important;
}

.blog-single .bai-viet-lien-quan h4.tieu-de-bai-viet {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #2d3748 !important;
  padding: 10px 12px !important;
  height: auto !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  transition: color 0.2s ease !important;
}

.blog-single .bai-viet-lien-quan ul.list-bai-viet li:hover h4.tieu-de-bai-viet {
  color: #fa0009 !important;
}

@media (max-width: 849px) {
  .blog-single .bai-viet-lien-quan ul.list-bai-viet {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 549px) {
  .blog-single .bai-viet-lien-quan ul.list-bai-viet {
    grid-template-columns: 1fr !important;
  }
}

/* Comments Section (`#comments`, `.comments-area`) */
.blog-single #comments {
  margin-top: 32px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 24px !important;
  box-shadow: 0 4px 18px rgba(4, 68, 133, 0.05) !important;
}

.blog-single #comments h3.comments-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #044485 !important;
  border-bottom: 2px solid #e2e8f0 !important;
  padding-bottom: 10px !important;
  margin-bottom: 18px !important;
  text-transform: uppercase !important;
}

.blog-single #comments ol.comment-list {
  list-style: none !important;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
}

.blog-single #comments ol.comment-list li.comment,
.blog-single #comments ol.comment-list li.pingback {
  background: #f8fafc !important;
  border: 1px solid #edf2f7 !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  margin-bottom: 12px !important;
  font-size: 14px !important;
  color: #4a5568 !important;
}

.blog-single #respond {
  margin-top: 24px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 20px !important;
}

.blog-single #respond h3#reply-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #044485 !important;
  margin-bottom: 14px !important;
}

.blog-single #respond textarea#comment {
  width: 100% !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  padding: 12px !important;
  font-size: 14px !important;
  background: #ffffff !important;
  margin-bottom: 14px !important;
}

.blog-single #respond input#submit {
  background: linear-gradient(135deg, #044485 0%, #003366 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 24px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  transition: background 0.2s ease !important;
}

/* =========================================
   TRANG TUYỂN SINH - TRƯỜNG TIỂU HỌC TỪ LIÊM 2 (MODERN DESIGN)
   ========================================= */

:root {
  --ts-blue: #044485;
  --ts-blue-2: #003b73;
  --ts-navy: #022d83;
  --ts-green: #2c8e47;
  --ts-orange: #f08e09;
  --ts-purple: #70369d;
  --ts-red: #fa0009;
  --ts-cyan: #0076d6;
  --ts-text: #2d3748;
  --ts-muted: #64748b;
  --ts-line: #e2e8f0;
  --ts-soft: #f8fafc;
  --ts-radius: 16px;
  --ts-shadow: 0 10px 30px rgba(4, 68, 133, 0.08);
}

.ts-admission-page {
  color: var(--ts-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.ts-admission-page .section-content {
  position: relative;
  z-index: 2;
}

.ts-admission-page .row {
  max-width: 1280px !important;
}

/* --- HERO SECTION ENHANCEMENTS --- */
.ts-hero,
.tl2-intro-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--ts-blue);
}

.tl2-intro-hero .tl2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e0f2fe !important;
  color: var(--ts-blue) !important;
  padding: 6px 16px !important;
  border-radius: 99px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 14px !important;
}

.tl2-intro-hero h1 {
  color: var(--ts-blue) !important;
  font-size: clamp(34px, 4.5vw, 54px) !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 14px 0 !important;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
}

.tl2-intro-hero p {
  color: #475569 !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  max-width: 620px !important;
}

/* --- CARDS CONTAINER SYSTEM --- */
.ts-card {
  height: 100% !important;
  background: #ffffff !important;
  border: 1px solid var(--ts-line) !important;
  border-radius: var(--ts-radius) !important;
  box-shadow: var(--ts-shadow) !important;
  padding: 28px !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ts-card:hover {
  box-shadow: 0 14px 36px rgba(4, 68, 133, 0.12) !important;
}

.ts-card-title {
  color: var(--ts-blue) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 22px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  border-left: 4px solid var(--ts-red) !important;
  padding-left: 12px !important;
}

.ts-title-icon {
  font-size: 20px !important;
}

/* --- INFO LIST STYLING --- */
.ts-info-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.ts-info-row {
  padding: 12px 14px !important;
  border-radius: 10px !important;
  border-bottom: 1px dashed #e2e8f0 !important;
  transition: background 0.2s ease !important;
}

.ts-info-row:hover {
  background: #f8fafc !important;
}

.ts-info-row b {
  display: block !important;
  color: var(--ts-blue) !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.ts-info-row span {
  color: #475569 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.ts-notice {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
  border: 1px solid #fde68a !important;
  border-left: 4px solid var(--ts-orange) !important;
  border-radius: 12px !important;
  color: #92400e !important;
  padding: 16px 18px !important;
  line-height: 1.6 !important;
  margin-top: 20px !important;
  font-size: 14px !important;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.08) !important;
}

.ts-notice b {
  color: #78350f !important;
}

/* --- GUIDE CARD & 6 STEPS --- */
.ts-guide-card .ts-section-subtitle {
  color: var(--ts-muted) !important;
  font-size: 14.5px !important;
  margin-top: -12px !important;
  margin-bottom: 26px !important;
}

.ts-guide-steps {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  position: relative !important;
}

.ts-guide-step {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 20px 16px !important;
  text-align: center !important;
  position: relative !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ts-guide-step:hover {
  background: #ffffff !important;
  border-color: var(--ts-blue) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 20px rgba(4, 68, 133, 0.1) !important;
}

.ts-guide-no {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background: var(--ts-blue) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 12px !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  box-shadow: 0 4px 10px rgba(4, 68, 133, 0.2) !important;
}

.ts-guide-step:nth-child(2) .ts-guide-no { background: var(--ts-green) !important; box-shadow: 0 4px 10px rgba(44, 142, 71, 0.2) !important; }
.ts-guide-step:nth-child(3) .ts-guide-no { background: var(--ts-orange) !important; box-shadow: 0 4px 10px rgba(240, 142, 9, 0.2) !important; }
.ts-guide-step:nth-child(4) .ts-guide-no { background: var(--ts-purple) !important; box-shadow: 0 4px 10px rgba(112, 54, 157, 0.2) !important; }
.ts-guide-step:nth-child(5) .ts-guide-no { background: var(--ts-red) !important; box-shadow: 0 4px 10px rgba(250, 0, 9, 0.2) !important; }
.ts-guide-step:nth-child(6) .ts-guide-no { background: var(--ts-cyan) !important; box-shadow: 0 4px 10px rgba(0, 118, 214, 0.2) !important; }

.ts-guide-icon {
  display: block !important;
  font-size: 30px !important;
  line-height: 1 !important;
  margin-bottom: 10px !important;
}

.ts-guide-step h4 {
  color: #1e293b !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  margin: 0 0 6px 0 !important;
  line-height: 1.35 !important;
}

.ts-guide-step p {
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.ts-guide-note {
  margin-top: 24px !important;
  padding: 16px 20px !important;
  background: #f0f7ff !important;
  border-radius: 12px !important;
  border-left: 4px solid var(--ts-blue) !important;
  color: #1e3a8a !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.ts-guide-note b {
  color: var(--ts-blue) !important;
}

/* --- PORTAL CTA BANNER --- */
.ts-portal-cta {
  margin-top: 24px !important;
  background: linear-gradient(135deg, var(--ts-blue) 0%, #002d62 100%) !important;
  border-radius: var(--ts-radius) !important;
  padding: 28px 32px !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  box-shadow: 0 10px 28px rgba(4, 68, 133, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.ts-portal-cta h3 {
  color: #ffffff !important;
  margin: 6px 0 6px 0 !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
}

.ts-portal-cta p {
  color: rgba(255, 255, 255, 0.88) !important;
  margin: 0 !important;
  font-size: 14.5px !important;
}

.ts-portal-label {
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px !important;
  color: #ffd89a !important;
  text-transform: uppercase !important;
}

/* --- FAQ ACCORDION --- */
.ts-admission-page .accordion-item {
  margin-bottom: 12px !important;
}

.ts-admission-page .accordion-title {
  border: 1px solid var(--ts-line) !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #1e293b !important;
  background: #ffffff !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
}

.ts-admission-page .accordion-title:hover {
  background: #f8fafc !important;
  color: var(--ts-blue) !important;
  border-color: #cbd5e1 !important;
}

.ts-admission-page .accordion-title.active {
  color: var(--ts-blue) !important;
  background: #f0f7ff !important;
  border-color: var(--ts-blue) !important;
  border-left: 4px solid var(--ts-blue) !important;
}

.ts-admission-page .accordion-inner {
  padding: 16px 20px 20px !important;
  color: #475569 !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  background: #fafbfc !important;
  border: 1px solid #e2e8f0 !important;
  border-top: none !important;
  border-radius: 0 0 12px 12px !important;
}

/* --- SUPPORT SIDEBAR CARD --- */
.ts-support-card {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%) !important;
}

.ts-support-card p {
  color: #64748b !important;
  font-size: 14px !important;
  margin-bottom: 16px !important;
}

.ts-support-line {
  padding: 12px 14px !important;
  border-bottom: 1px dashed #e2e8f0 !important;
  color: #334155 !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.ts-support-line:last-of-type {
  border-bottom: none !important;
}

.ts-support-line b {
  color: var(--ts-blue) !important;
  font-weight: 700 !important;
}

.ts-support-hours {
  margin-top: 18px !important;
  background: #e0f2fe !important;
  color: #004183 !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 1024px) {
  .ts-guide-steps {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 849px) {
  .ts-card {
    padding: 20px !important;
  }

  .ts-guide-steps {
    grid-template-columns: 1fr !important;
  }

  .ts-portal-cta {
    flex-direction: column !important;
    text-align: center !important;
    padding: 24px 20px !important;
  }
}

@media (max-width: 480px) {
  .tl2-intro-hero h1 {
    font-size: 32px !important;
  }

  .ts-card-title {
    font-size: 17px !important;
  }
}

/* =========================================================
   TRANG LIÊN HỆ - FLATSOME MODERN REDESIGN
========================================================= */

.tl2-contact-info-section .row,
.tl2-contact-main-section .row,
.tl2-contact-support-strip .row {
  max-width: 1220px !important;
}

/* --- Hero Banner --- */
.tl2-contact-hero {
  position: relative !important;
  overflow: hidden !important;
  border-bottom: 3px solid #044485 !important;
}

.tl2-contact-hero,
.tl2-contact-hero .banner-bg,
.tl2-contact-hero .banner-bg-img,
.tl2-contact-hero .overlay,
.tl2-contact-hero .overlay-color,
.img-inner.dark,
.img-inner.dark::before,
.img-inner.dark::after {
  background: none !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  filter: none !important;
  opacity: 1 !important;
}

.tl2-contact-hero img,
.img-inner.dark img {
  filter: none !important;
  opacity: 1 !important;
}

.tl2-contact-hero .text-box-content h2 {
  font-size: 34px !important;
  font-weight: 900 !important;
  color: #003b73 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-left: 5px solid #fa0009 !important;
  padding-left: 14px !important;
}

/* --- Top 4 Contact Info Boxes (.tl2-contact-box) --- */
.tl2-contact-info-section {
  position: relative !important;
  padding: 30px 0 !important;
}

.tl2-contact-info-row {
  align-items: stretch !important;
}

.tl2-contact-info-col {
  padding-bottom: 0 !important;
}

.tl2-contact-info-col>.col-inner {
  height: 100% !important;
}

.tl2-contact-box {
  height: 100% !important;
  min-height: 175px !important;
  padding: 24px 20px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 18px rgba(4, 68, 133, 0.06) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.tl2-contact-box:hover {
  transform: translateY(-4px) !important;
  border-color: #044485 !important;
  box-shadow: 0 12px 28px rgba(4, 68, 133, 0.12) !important;
}

.tl2-contact-box .icon-box-img {
  margin: 0 auto 12px !important;
  width: 52px !important;
  height: 52px !important;
  background: #e0f2fe !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.tl2-contact-box:hover .icon-box-img,
.tl2-contact-box:hover .icon-box-img img,
.tl2-contact-box:hover .icon-inner img {
  transform: none !important;
  background: #e0f2fe !important;
}

.tl2-contact-box .icon-box-img img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
}

.tl2-contact-box .icon-box-text {
  text-align: center !important;
}

.tl2-contact-box h3 {
  margin: 0 0 8px 0 !important;
  color: #044485 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.tl2-contact-box p {
  margin: 0 !important;
  color: #4a5568 !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
}

.tl2-contact-box p strong {
  font-weight: 700 !important;
  color: #1a202c !important;
}

.tl2-contact-box a {
  color: #044485 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.tl2-contact-box a:hover {
  color: #fa0009 !important;
  text-decoration: underline !important;
}

.tl2-contact-box .tl2-hotline {
  color: #fa0009 !important;
  font-weight: 700 !important;
  display: block !important;
  margin-top: 2px !important;
}

/* --- Section Headings --- */
.tl2-contact-heading {
  position: relative !important;
  margin: 0 0 20px 0 !important;
  color: #003b73 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  border-left: 5px solid #044485 !important;
  padding-left: 12px !important;
}

.tl2-contact-heading:after {
  display: none !important;
}

/* --- Main Columns (Form + Campuses) --- */
.tl2-contact-main-section {
  padding-bottom: 36px !important;
}

.tl2-contact-main-row {
  align-items: stretch !important;
}

.tl2-contact-main-row>.col>.col-inner {
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 18px rgba(4, 68, 133, 0.05) !important;
  background: #ffffff !important;
  padding: 24px !important;
}

/* --- Contact Form 7 Modern Styling --- */
.tl2-contact-form-wrap {
  width: 100% !important;
}

.tl2-contact-form-wrap .tl2-cf7-grid {
  display: grid !important;
  gap: 14px !important;
}

.tl2-contact-form-wrap .tl2-cf7-grid-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 849px) {
  .tl2-contact-form-wrap .tl2-cf7-grid-3 {
    grid-template-columns: 1fr !important;
  }
}

.tl2-contact-form-wrap .tl2-cf7-field {
  margin-bottom: 14px !important;
}

.tl2-contact-form-wrap .tl2-cf7-field label {
  display: block !important;
  margin-bottom: 6px !important;
  color: #2d3748 !important;
  font-size: 13.5px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.tl2-contact-form-wrap .tl2-cf7-field .required {
  color: #fa0009 !important;
}

.tl2-contact-form-wrap input[type="text"],
.tl2-contact-form-wrap input[type="email"],
.tl2-contact-form-wrap input[type="tel"] {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  line-height: 44px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #2d3748 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

.tl2-contact-form-wrap select {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  padding: 0 36px 0 14px !important;
  line-height: 42px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  background-color: #ffffff !important;
  color: #2d3748 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  appearance: auto !important;
  -webkit-appearance: select !important;
  -moz-appearance: select !important;
  transition: all 0.2s ease !important;
}

.tl2-contact-form-wrap select option {
  padding: 8px 12px !important;
  background: #ffffff !important;
  color: #2d3748 !important;
}

.tl2-contact-form-wrap textarea {
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #2d3748 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  min-height: 110px !important;
  resize: vertical !important;
  transition: all 0.2s ease !important;
}

.tl2-contact-form-wrap input[type="text"]:focus,
.tl2-contact-form-wrap input[type="email"]:focus,
.tl2-contact-form-wrap input[type="tel"]:focus,
.tl2-contact-form-wrap select:focus,
.tl2-contact-form-wrap textarea:focus {
  outline: none !important;
  border-color: #044485 !important;
  box-shadow: 0 0 0 3px rgba(4, 68, 133, 0.12) !important;
}

.tl2-contact-form-wrap input[type="submit"] {
  width: 100% !important;
  min-height: 46px !important;
  margin-top: 6px !important;
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #044485 0%, #003366 100%) !important;
  color: #ffffff !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 14px rgba(4, 68, 133, 0.18) !important;
}

.tl2-contact-form-wrap input[type="submit"]:hover {
  background: #002244 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(4, 68, 133, 0.28) !important;
}

.tl2-contact-form-wrap .tl2-cf7-note {
  margin-top: 14px !important;
  background: #f8fafc !important;
  border-radius: 8px !important;
  border: 1px solid #e2e8f0 !important;
  border-left: none !important;
  padding: 10px 14px !important;
  color: #64748b !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

/* --- Campus Cards & Google Maps --- */
.tl2-campus-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 16px !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.25s ease !important;
}

.tl2-campus-row:hover {
  border-color: #044485 !important;
  box-shadow: 0 6px 18px rgba(4, 68, 133, 0.08) !important;
}

.tl2-campus-info {
  display: flex !important;
  align-items: center !important;
  padding: 16px !important;
}

.tl2-campus-info h3 {
  margin: 0 0 8px 0 !important;
  color: #044485 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
}

.tl2-campus-info p {
  margin: 0 0 8px 0 !important;
  color: #4a5568 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.tl2-campus-phone {
  font-size: 12px !important;
  color: #004183 !important;
  font-weight: 700 !important;
}

.tl2-map-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #e0f2fe !important;
  color: #004183 !important;
  border-radius: 8px !important;
  padding: 6px 14px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  border: none !important;
}

.tl2-map-button:hover {
  background: #044485 !important;
  color: #ffffff !important;
}

.tl2-campus-map {
  overflow: hidden !important;
  min-height: 150px !important;
  background: #f1f5f9 !important;
}

.tl2-campus-map iframe {
  display: block !important;
  width: 100% !important;
  min-height: 150px !important;
  height: 100% !important;
  border: 0 !important;
}

/* --- Mobile Responsive Styles --- */
@media (max-width: 849px) {
  .tl2-contact-info-col {
    padding-bottom: 14px !important;
  }

  .tl2-contact-box {
    min-height: 150px !important;
    padding: 18px 14px !important;
  }

  .tl2-contact-main-row>.col {
    margin-bottom: 18px !important;
  }

  .tl2-campus-info {
    display: block !important;
  }
}

/* =========================================================
   WIDGET LỐI TẮT NHANH (SIDEBAR QUICK SHORTCUTS)
========================================================= */

.tl2-quick-shortcuts-widget {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 18px rgba(4, 68, 133, 0.06) !important;
  padding: 22px 18px !important;
  margin-bottom: 24px !important;
}

.tl2-quick-shortcuts-widget .widget-title {
  display: block !important;
  margin-bottom: 14px !important;
  color: #003b73 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-left: 4px solid #044485 !important;
  padding-left: 10px !important;
  line-height: 1.2 !important;
}

.tl2-shortcuts-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.tl2-shortcut-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tl2-shortcut-item:hover {
  transform: translateX(4px) !important;
  background: #ffffff !important;
  border-color: #044485 !important;
  box-shadow: 0 6px 16px rgba(4, 68, 133, 0.1) !important;
}

/* Icons */
.tl2-shortcut-item .shortcut-icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  font-size: 15px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.25s ease !important;
}

.tl2-shortcut-item:hover .shortcut-icon {
  transform: scale(1.08) !important;
}

/* Color Schemes */
.tl2-shortcut-item.item-blue .shortcut-icon {
  background: linear-gradient(135deg, #044485 0%, #0056b3 100%) !important;
}

.tl2-shortcut-item.item-green .shortcut-icon {
  background: linear-gradient(135deg, #2c8e47 0%, #1e6331 100%) !important;
}

.tl2-shortcut-item.item-orange .shortcut-icon {
  background: linear-gradient(135deg, #e67e22 0%, #d35400 100%) !important;
}

.tl2-shortcut-item.item-purple .shortcut-icon {
  background: linear-gradient(135deg, #70369d 0%, #4b2368 100%) !important;
}

.tl2-shortcut-item.item-red .shortcut-icon {
  background: linear-gradient(135deg, #fa0009 0%, #b30006 100%) !important;
}

/* Info Text */
.tl2-shortcut-item .shortcut-info {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}

.tl2-shortcut-item .shortcut-info strong {
  color: #1a202c !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  transition: color 0.2s ease !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.tl2-shortcut-item:hover .shortcut-info strong {
  color: #044485 !important;
}

.tl2-shortcut-item .shortcut-info small {
  color: #64748b !important;
  font-size: 11.5px !important;
  line-height: 1.3 !important;
  margin-top: 2px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Arrow Indicator */
.tl2-shortcut-item .shortcut-arrow {
  color: #94a3b8 !important;
  font-size: 14px !important;
  transition: all 0.25s ease !important;
}

.tl2-shortcut-item:hover .shortcut-arrow {
  color: #044485 !important;
  transform: translateX(3px) !important;
}
