:root {
  --primary: #046BBE;
  --primary-dark: #203c72;
  --accent: #CF040C;
  --soft: #F0F4FF;
  --text: #282828;
  --muted: #5b6474;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: #fff;
}

img,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.container {
  max-width: 1240px;
}

.topbar {
  background: var(--primary);
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

.site-header {
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 47, 93, .08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.site-header .logo {
  display: block;
  width: 110px;
}

.site-header .logo img {
    object-fit: contain;
}

.navbar {
  padding: 0px 0;
}

.navbar-brand small,
.footer-brand small {
  color: #CF6D32;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

.navbar-brand strong,
.footer-brand strong {
  color: var(--primary-dark);
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.navbar-brand em,
.footer-brand em {
  color: #1e2b4d;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-top: 4px;
}

.brand-logo {
  align-items: center;
  background: linear-gradient(145deg, #0b75bd, #104b91);
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #0b75bd;
  color: #fff;
  display: inline-flex;
  flex: 0 0 82px;
  font-size: 22px;
  font-weight: 800;
  height: 82px;
  justify-content: center;
  width: 82px;
}

.navbar-nav {
  gap: 10px;
}

.navbar .nav-link {
  color: #1e3263;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--primary);
  text-decoration: underline;
}

.nav-search-item .nav-search-toggle {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  justify-content: center;
  padding: 8px 10px;
}

.search-dropdown {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(12, 37, 79, .15);
  min-width: 300px;
}

.search-dropdown .form-control,
.mobile-search-form .form-control {
  border-color: #d8e0ee;
  min-height: 43px;
  font-size: 16px;
}

.search-dropdown .btn,
.mobile-search-form .btn {
  min-width: 48px;
}

.dropdown-item {
  display: block;
  padding: 12px 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--primary);
  color: #fff
}

.hero-photo {
  background-image: url("../home.png");
  background-position: center 8%;
  background-size: cover;
  height: clamp(280px, 35vw, 475px);
  width: 100%;
}

.intro-section {
  background: var(--soft);
  padding: 30px 0;
}

.content-section,
.gallery-section {
  padding: 32px 0 0px;
}

.section-title {
  color: var(--primary-dark);
  font-size: 24px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.section-title::after {
  background: var(--accent);
  bottom: -10px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 94px;
}

.intro-section p,
.featured-post p,
.side-post p {
  color: #4D4D4D;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  text-align: justify;
}

.gioithieu_lienket img {
  width: 100%;
}

.read-more {
  color: var(--accent);
  display: inline-block;
  font-style: italic;
  margin-top: 4px;
}

.view-all {}

.rounded-photo {
  aspect-ratio: 1.58;
  border-radius: 15px;
  height: 415px;
  object-fit: cover;
  object-position: center 17%;
  width: 100%;
}

.quick-card {
  border-radius: 8px;
  color: #fff;
  display: block;
  min-height: 103px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.quick-card.light {
  background: linear-gradient(120deg, #0676c8, #a6ddff);
}

.quick-card.image {
  background: linear-gradient(90deg, rgba(4, 111, 188, .96), rgba(4, 111, 188, .2)), url("../home.png") center 19% / cover;
}

.quick-card span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.quick-card strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}

.quick-card i {
  bottom: 14px;
  color: rgba(255, 255, 255, .82);
  font-size: 58px;
  position: absolute;
  right: 18px;
}

.view-all {
  color: #1E3668;
  font-size: 18px;
  white-space: nowrap;
}

.view-all:hover {
  text-decoration: underline;
  color: #d6001d;
}

.featured-post img,
.mini-post img,
.card-post img,
.training-feature img,
.side-post img,
.gallery-section img {
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
}

.featured-post img {
  aspect-ratio: 1.55;
  object-position: center 23%;
  height: 280px;
}

.featured-post h3 {
  color: #14204a;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 18px 0 10px;
  text-transform: uppercase;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.meta,
.mini-post span {
  color: #9aa1ac;
  font-size: 13px;
}

.meta i,
.mini-post i {
  color: var(--accent);
}

.news-list {
  display: grid;
  gap: 10px;
}

.mini-post {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 46% 1fr;
  align-items: center;
}

.mini-post img {
  aspect-ratio: 1.75;
  object-position: center 24%;
  height: 110px;
}

.banner-news img {
  width: 100%;
}

.mini-post h3,
.card-post h3,
.side-post h3 {
  color: #10265a;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.side-post h3 a {
  color: #1E3668;
  font-size: 16px;
}

.banner {
  margin: 26px 0;
}

.banner-red {
  background: linear-gradient(90deg, #9f0727, #df171a 48%, #bb0606);
  color: #fff7c4;
}

.activity-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
  margin-bottom: 20px;
}

.activity-tabs button {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #0a2b64;
  font-size: 13px;
  padding: 7px 12px;
}

.activity-tabs button.active {
  background: var(--primary);
  color: #fff;
}

.activity-swiper {
  padding-bottom: 30px;
}

.card-post img {
  aspect-ratio: 1.32;
  margin-bottom: 12px;
  object-position: center 22%;
  height: 172px;
  border-radius: 5px;
  object-fit: cover;
}

.swiper-pagination-bullet-active {
  background: var(--primary);
}

.training-feature img {
  aspect-ratio: 1.62;
  object-position: center 46%;
  height: 340px;
}

.training-feature h3 {
  color: #D83631;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  text-align: justify;
}

.side-post {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.side-post img {
  aspect-ratio: 1.6;
  margin-bottom: 13px;
  object-position: center 28%;
  height: 155px;
}

.sidebar {
  display: grid;
  align-content: start;
}

.card-post h3 a {
  font-weight: 700;
  color: #1E3668;
  /* text-align: justify; */
  display: block;
}

.notice-box,
.links-box {
  border: 1px solid var(--primary);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5px;
}

.notice-swiper {
  height: 450px;
  padding: 20px;
}

.notice-box h2,
.links-box h2 {
  align-items: center;
  background: var(--primary);
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 10px;
  margin: 0;
  padding: 15px 22px;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
}

.notice-box .swiper-slide {
  min-height: 70px;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px dashed #d6001d;
  margin-bottom: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notice-box a {
  width: 100%;
  align-items: center;
  color: #1E3667;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  position: relative;
  padding-left: 17px;
}

.notice-box a:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #d6001d;
  left: 0;
  position: absolute;
  top: 7px;
  border-radius: 50%;
}

.notice-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notice-box a:hover {
  color: #d6001d;
  text-decoration: underline;
}

.notice-box li {
  border-bottom: 1px dashed #4d83b6;
  color: #203c72;
  font-size: 17px;
  line-height: 1.45;
  padding: 17px 22px 17px 42px;
  position: relative;
}

.notice-box li::before {
  background: var(--accent);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 20px;
  position: absolute;
  top: 26px;
  width: 7px;
}

.notice-box li:last-child {
  border-bottom: 0;
}

.sidebar-tile {
  align-items: center;
  background: linear-gradient(120deg, #0978c4, #2352b6);
  border-radius: 8px;
  color: #fff;
  display: flex;
  min-height: 108px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  text-transform: uppercase;
}

.sidebar-tile span {
  display: block;
  font-size: 20px;
}

.sidebar-tile strong {
  display: block;
  font-size: 26px;
  line-height: 1.05;
}

.sidebar-tile i {
  color: rgba(255, 255, 255, .72);
  font-size: 70px;
  position: absolute;
  right: 26px;
}

.sidebar-tile.calendar {
  min-height: 210px;
}

.sidebar-tile.calendar strong {
  font-size: 32px;
}

.sidebar-tile.calendar i {
  bottom: 26px;
  font-size: 92px;
}

.links-box {
  padding-bottom: 10px;
}

.links-box a {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 7px;
  padding-bottom: 7px;
}

.links-box a img {
  width: 100%;
}

.gallery-section img {
  transition: transform .2s ease;
  height: 215px;
  width: 100%;
  object-fit: cover;
}

.gallery-section a {
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.gallery-section a:hover img {
  transform: scale(1.04);
}

.site-footer {
  background: var(--primary);
  color: #fff;
  padding-top: 50px;
}

.footer-brand {
  margin-bottom: 22px;
}

.footer-brand .brand-logo {
  box-shadow: 0 0 0 2px #fff;
}

.footer-brand small,
.footer-brand strong,
.footer-brand em {
  color: #fff;
}

.site-footer h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  margin-top: 10px;
}

.site-footer h3::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
}

.site-footer a,
.site-footer p {
  color: rgba(255, 255, 255, .94);
  /* display: block; */
  line-height: 1.65;
  margin-bottom: 7px;
  font-size: 16px;
}

.map-placeholder {
  background: #d9d9d9;
  border-radius: 16px;
  min-height: 180px;
}

.copyright {
  background: #203c72;
  margin-top: 30px;
  padding: 14px 0;
  font-size: 14px;
}
.copyright a{font-size: 14px;}
.page-hero {
  background: linear-gradient(90deg, rgba(8, 116, 189, .95), rgba(32, 60, 114, .9)), url("../home.png") center 18% / cover;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  font-size: 32px;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, .7);
  --bs-breadcrumb-item-active-color: rgba(255, 255, 255, .78);
  color: rgba(255, 255, 255, .85);
}

.breadcrumb a {
  color: #fff;
}

.inner-section {
  padding: 42px 0 56px;
}

.filter-select {
  max-width: 230px;
}

.post-list {
  display: grid;
  gap: 22px;
}

.list-post {
  border-bottom: 1px dashed #cccc;
  display: grid;
  gap: 20px;
  grid-template-columns: 260px 1fr;
  padding-bottom: 15px;
}

.list-post img {
  aspect-ratio: 1.45;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  width: 100%;
}

.list-post h3 {
  color: #10265a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}

.list-post p {
  color: var(--muted);
  line-height: 1.65;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  text-align: justify;
  font-size: 15px;
}

.post-meta {
  color: #8b96a6;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 14px;
}

.post-meta i {
  color: var(--accent);
}

/* Detail page aligned with category list rhythm */
.detail-news-wrap {
  font-size: 16px;
  line-height: 1.65;
}

.detail-news-wrap .section-title {
  font-size: 28px;
  line-height: 1.35;
  margin-bottom: 14px !important;
}

.detail-news-wrap .descript {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
  font-weight: 600;
}

.detail-news-wrap .p-details,
.detail-news-wrap .p-details p {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}

.detail-news-wrap .post-meta {
  margin-bottom: 14px;
}

.detail-news-wrap .comment-box {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #dbe4f0;
}

.detail-news-wrap .comment-form .form-control {
  font-size: 15px;
  line-height: 1.5;
  min-height: 42px;
}

.detail-news-wrap .comment-list .comment-item {
  font-size: 15px;
  line-height: 1.6;
}

.detail-article-page .sidebar {
  align-self: start;
  position: sticky;
  top: 96px;
}

.detail-article-page .detail-other-posts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.detail-article-page .detail-other-posts .list-post {
  grid-template-columns: 170px 1fr;
  gap: 14px;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  padding: 10px;
  align-items: start;
}

.detail-article-page .detail-other-posts .list-post img {
  aspect-ratio: 1.35;
  height: 100%;
}

.page-pagination .page-link {
  color: var(--primary-dark);
}

.page-pagination .active .page-link {
  background: var(--primary);
  border-color: var(--primary);
}

.article-detail h1 {
  color: #10265a;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
}

.article-detail .lead {
  color: #25375f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}

.article-detail p {
  color: #4e586a;
  font-size: 16px;
  line-height: 1.8;
}

.article-cover {
  aspect-ratio: 1.65;
  border-radius: 8px;
  margin: 24px 0;
  object-fit: cover;
  object-position: center 24%;
  width: 100%;
}

.article-detail blockquote {
  border-left: 4px solid var(--primary);
  color: #203c72;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin: 24px 0;
  padding: 10px 0 10px 18px;
}

.article-share {
  align-items: center;
  border-top: 1px solid #dbe4f0;
  display: flex;
  gap: 12px;
  margin-top: 28px;
  padding-top: 18px;
}

.article-share a {
  align-items: center;
  background: var(--soft);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.announcement-list {
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  overflow: hidden;
}

.announcement-item {
  align-items: center;
  border-bottom: 1px solid #dbe4f0;
  display: grid;
  gap: 18px;
  grid-template-columns: 90px 1fr 20px;
  padding: 10px;
}

.announcement-item:last-child {
  border-bottom: 0;
}

.announcement-item .date {
  align-items: center;
  background: var(--primary);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  height: 85px;
  justify-content: center;
}

.announcement-item .date strong {
  font-size: 28px;
  line-height: 1;
}

.announcement-item span>strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.announcement-item em {
  color: var(--muted);
  display: block;
  font-style: normal;
  line-height: 1.55;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.announcement-item>i {
  color: var(--primary);
}

.announcement-list-2col {
  border: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.announcement-list-2col .announcement-item {
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  margin-bottom: 0;
}

.announcement-list-2col .announcement-item:last-child {
  border-bottom: 1px solid #dbe4f0;
}

.photo-grid,
.video-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.photo-grid a,
.video-card {
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  overflow: hidden;
}

.photo-grid img {
}

.photo-grid span,
.video-card h3 {
  color: #10265a;
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
  padding: 14px;
}

.btn-primary-school {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 700;
}

.btn-primary-school:hover {
  background: #075f9b;
  border-color: #075f9b;
  color: #fff;
}

.video-tabs .nav-link {
  color: var(--primary-dark);
  font-weight: 700;
}

.video-tabs .nav-link.active {
  background: var(--primary);
}

.video-card video,
.video-card iframe {
  background: #111;
  border: 0;
  display: block;
  width: 100%;
}

.video-card video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.contact-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: .9fr 1.1fr;
}

.contact-info {
  background: var(--soft);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  padding: 22px;
}

.contact-info div {
  display: flex;
  gap: 14px;
}

.contact-info i {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.contact-info strong {
  color: #10265a;
  display: block;
  margin-bottom: 3px;
}

.contact-form {
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  padding: 15px;
}

.contact-form .form-label {
  color: #203c72;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-form .field-error {
  color: #cf040c;
  display: block;
  font-size: 13px;
  margin-top: 6px;
}

.contact-success {
  background: #e8f7ee;
  border: 1px solid #98d8ae;
  border-radius: 6px;
  color: #1f7a3e;
  display: block;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 10px 12px;
}

.contact-form textarea.form-control {
  min-height: 120px;
}

.contact-map iframe {
  border: 0;
  border-radius: 8px;
  height: 240px;
  width: 100%;
}

.navbar .dropdown-menu.search-dropdown {
  left: auto;
  right: 0;
  width: 350px;
  padding: 8px !IMPORTANT;
}
.form-control{height: 45px;font-size: 14px;}
.dropdown-menu.dropdown-menu-start.search-dropdown.p-3.show {}


@media (max-width: 1199.98px) {
  .navbar-nav {
    gap: 8px;
  }

  .navbar .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    position: static;
  }

  .navbar-nav {
    align-items: start !important;
    padding-top: 16px;
  }

  .hero-photo {
    height: 330px;
  }

  .sidebar {
    margin-top: 20px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .detail-article-page .sidebar {
    position: static;
    top: auto;
  }

  .detail-article-page .detail-other-posts {
    grid-template-columns: 1fr;
  }

  .detail-article-page .detail-other-posts .list-post {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .topbar {
    font-size: 12px;
  }

  .brand-logo {
    flex-basis: 64px;
    height: 64px;
    width: 64px;
  }

  .navbar-brand strong,
  .footer-brand strong {
    font-size: 28px;
  }

  .navbar-brand small,
  .footer-brand small {
    font-size: 11px;
  }

  .hero-photo {
    height: 260px;
  }

  .section-title {
    font-size: 20px;
  }

  .mini-post {
    grid-template-columns: 40% 1fr;
  }

  .view-all {
    font-size: 15px;
  }

  .list-post,
  .announcement-item,
  .photo-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .announcement-item>i {
    display: none;
  }

  .announcement-list-2col {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 14px 32px rgba(12, 37, 79, .15);
    margin-top: 0;
    min-width: 220px;
    padding: 8px 0;
  }

  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .navbar .dropdown-submenu {
    position: relative;
  }

  .navbar .dropdown-submenu>.dropdown-menu {
    display: none;
    left: 100%;
    margin-left: 0;
    margin-top: -8px;
    position: absolute;
    top: 0;
  }

  .navbar .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}

.offcanvas .mobile-menu-item {
  border-top: 1px solid #2e5591;
  border-bottom: 1px solid #071830;
}

.offcanvas-title img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}

.mobile-menu-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.mobile-menu-link {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 24px;
}

.submenu-toggle {
  align-items: center;
  color: #ffff;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  transition: transform .2s ease;
  width: 50px;
  background-color: transparent;
  border: none;
  /* border-left: 1px solid #fff; */
  border-radius: 0;
  color: #ffff;
}

.submenu-toggle.open {
  transform: rotate(180deg);
  border-left: none;
  /* border-right: 1px solid #fff; */
}

.mobile-submenu {
  display: none;
  margin: 0 0 8px;
  padding-left: 0;
  background-color: #fdfdfd;
}

.mobile-submenu .mobile-menu-link {
  color: var(--primary-dark);
  font-weight: 600;
  padding-left: 40px;
}

.mobile-submenu .mobile-menu-item {
  border-bottom: 1px dashed #cccc !important;
  border-top: none !important;
}

.mobile-submenu.open {
  display: block;
}

.mobile-search-form {
  margin-top: 0 !IMPORTANT;
  padding-top: 15px;
  border-top: 1px solid #2e5591;
  padding-left: 20px;
  padding-right: 20px;
}

.offcanvas-title {}

.offcanvas-title .logo {
  width: 75px !IMPORTANT;
}

.offcanvas-title .logo-text {
  line-height: 19px;
}

.offcanvas-title .logo-text small {
  font-size: 12px;
}

.offcanvas-title .logo-text strong {
  display: block;
  text-transform: uppercase;
  color: var(--primary);
  margin-top: 7px;
  font-size: 28px;
  margin-bottom: 2px;
}

.offcanvas-title .logo-text em {
  font-size: 11px;
}

.offcanvas-body {
  background-color: var(--primary-dark);
  padding: 0;
}

.banner-right {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-right a {
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
}

.banner-right img {
  width: 100%;
}

 {
  margin: 0;
  background: #fff;
  border-radius: 12px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}


.logo-f {
  margin-bottom: 20px !important;
}

.logo-f .logo {}

.logo-f .logo img {
  height: 100px;
}

.logo-f small {}

.logo-f strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 7px;
}

.logo-f em {
  font-size: 14px;
}

.contact-f {}

.contact-f p {
  position: relative;
  padding-left: 28px;
}

.contact-f p i {
  position: absolute;
  left: 0;
  top: 4px;
}
.text-f{font-size: 14px;/* padding-right: 50px; */}
.fanpage{/* margin-left: -54px; */}
footer ul{padding-left: 19px;}
.grid-item {width: 25%;padding: 7px;border: none !important;}
.grid-item img{width: 100%;border-radius: 10px;}
.topbar-right span{display: flex;align-items: center;gap: 7px;}
.jsCalendar{margin-bottom: 20px;margin-top: 15px;border-radius: 10px;overflow: hidden;border: 2px solid #006bba;}
.jsCalendar table{width: 100%;margin: 0;border: none;font-family: "Inter", Arial, sans-serif;}
.jsCalendar tr{display: flex !important;justify-content: space-between;height: 40px;}
.jsCalendar.classic-theme tbody td{width: 100%;height: 40px;}
.jsCalendar.classic-theme thead .jsCalendar-week-days th{height: 40px;line-height: 37px;font-weight: 500;width: 100%;margin: 0;border-right: 1px solid #dadada;padding: 0;background-color: #006bb6e3;font-size: 13px;font-weight: 600;color: #fff;border-top: 1px solid;}
.jsCalendar.classic-theme thead{background-color: #006bba;padding: 0;}
.jsCalendar.classic-theme thead .jsCalendar-week-days{margin: 0;}
.jsCalendar tbody td.jsCalendar-current{background-color: #006bb6;border: none;}
.swiper-button-next, .swiper-button-prev{background-color: #006bbab8;padding: 10px;width: 44px;border-radius: 50%;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 22px;color: #ffffff;font-weight: 700;}
.swiper-pagination{}
.navbar-toggler {
  background: var(--primary);
  padding: 10px 14px;
}

.navbar-toggler i {
  color: #fff !IMPORTANT;
}
.breadcrumb{justify-content: center;margin-bottom: 15px !important;}
.btn-primary{background-color: #006bba;padding: 7px 20px;font-size: 15px;font-weight: 600;}
@media (max-width: 575.98px) {
  .announcement-item span>strong{
    font-size: 14px;
  }
  .announcement-item em{
    font-size:14px;
  }
  .navbar {}
  .swiper-button-next, .swiper-button-prev{background-color: #006bbab8;padding: 5px;width: 35px;border-radius: 50%;height: 34px;}
  .swiper-button-next:after, .swiper-button-prev:after{font-size: 14px;color: #ffffff;font-weight: 700;}
  .site-header .logo {
    width: 80px;
  }

  .navbar-toggler {
    background: var(--primary);
    padding: 10px 14px;
  }

  .navbar-toggler i {
    color: #fff !IMPORTANT;
  }

  .offcanvas {
    max-width: 90%;
  }
  .rounded-photo{
  height: auto;
  }
  .featured-post img{
  height: auto;
  width: 1900%;
  }
  .activity-tabs{
  display: flex;
  flex-wrap:nowrap;
  overflow-x:auto;
  white-space:nowrap;
  padding-bottom: 8px;
  }
  .card-post img{
  height: auto;
  }
  .training-feature img{
  height: auto;
  }
  .training-feature h3{
  font-size: 16px;
  -webkit-line-clamp: 3;
  }
  .side-post img{
  height: auto;
  }
  .side-post h3 a{
  font-weight: 600;
  }
  .side-post{
  padding-bottom: 0;
  }
  .gallery-section img{
  height: 130px;
  }
  .activity-tabs button{
  font-weight: 500;
  font-size: 14px;
  }
  .navbar-brand em, .footer-brand em{
  font-size: 12px;
  }
  .mini-post h3{
  font-size: 16px;
  line-height: 22px;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
  }
  .list-post img{
  height: auto;
  aspect-ratio: auto;
  }
  .page-hero{
  padding-top: 20px;
  padding-bottom: 20px;
  }
  .page-hero h1{
  font-size: 28px;
  }
  .grid-item {
      width: 50%;
      padding: 7px;
      border: none !important;
  }
  .announcement-item{
	  grid-template-columns: 90px 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-item {
    width: 33.333%;
    padding: 7px;
    border: none !important;
}
  .topbar-right{
  gap: 10px !IMPORTANT;
  justify-content: space-between;
  width: 100%;
  }
  .activity-tabs{
  display: flex;
  flex-wrap:nowrap;
  overflow-x:auto;
  white-space:nowrap;
  padding-bottom: 8px;
  }
  .card-post img{
  height: 180px;
  }
  .banner-right{
  display: grid;
  gap: 15px;
  grid-template-columns: 50% 1fr;
  }
  .list-lienket{
    display: grid;
    gap: 15px;
    grid-template-columns: 50% 1fr;
  }
  .gallery-section img{
  height: 190px;
  }
  .site-footer a{
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .grid-item {
    width: 33.333%;
    padding: 7px;
    border: none !important;
}
  .site-header .logo{
  width: 70px;
  }
  .navbar-brand small{
  font-size: 11px;
  }
  .navbar-brand strong{
  font-size: 27px;
  }
  .navbar-brand em{
  font-size: 12px;
  }
  .navbar-nav{
  gap: 0px;
  }
  .mini-post h3, .card-post h3, .side-post h3{
  font-size: 15px;
  }
  .card-post h3 a{
  text-align: left;
  }
}

@media (min-width: 1025px) and (max-width: 1199.98px) {
  .site-header .logo{
  width: 70px;
  }
  .navbar-brand small{
  font-size: 11px;
  }
  .navbar-brand strong{
  font-size: 27px;
  }
  .navbar-brand em{
  font-size: 12px;
  }
  .navbar-nav{
  gap: 0px;
  }
  .mini-post h3, .card-post h3, .side-post h3{
  font-size: 15px;
  }
  .card-post h3 a{
  text-align: left;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .site-header .logo{
  width: 85px;
  }
}

@media (min-width: 1400px) {}
