.andvn-menu-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  vertical-align: middle;
}

.andvn-menu-icon svg {
  width: 21px;
  height: 18px;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.uk-navbar-nav li:hover .andvn-menu-icon svg,
.uk-active .andvn-menu-icon svg {
  transform: scale(1.1);
}

.uk-logo_ft {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ft_info h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

.ft_info a {
  gap: 12px;
  font-size: 1rem;
  font-weight: 400;
}

.ft_info a > svg {
  flex: 0 0 20px;
}

.ft_info a:hover span {
  text-decoration: underline;
  transition: all 0.3s;
}

.ft_info .menu-item a:hover {
  text-decoration: underline;
}

.ft_info .menu-item a:hover span {
  text-decoration: none;
}

.address-cty {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.address-cty svg {
  flex: 0 0 20px;
}

.ft_app {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--item-spacing-12, 12px);
  align-self: stretch;
  border-radius: 14px;
  border: var(--stroke-weight-1, 1px) solid
    var(--color-white-20, rgba(255, 255, 255, 0.2));
  background: var(--color-white-10, rgba(255, 255, 255, 0.1));
  margin-top: 24px;
  color: #fff;
}

.ft_app h3 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.list-app {
  display: flex;
  align-items: center;
  gap: 12px;
}

p.copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

p.copyright a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

ul.dieukhoan li a:hover,
p.copyright a:hover {
  text-decoration: underline;
  color: #fff;
  transition: all 0.3s;
}

ul.dieukhoan {
  display: flex;
  align-items: center;
  list-style: none;
  color: #fff;
  gap: 24px;
  margin: 0;
}

ul.dieukhoan li a {
  color: rgba(255, 255, 255, 0.7);
}

a.social-item {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 33554400px;
  background: var(--color-white-10, rgba(255, 255, 255, 0.1));
}

a.social-item:hover {
  background: var(--color-white-20, rgba(255, 255, 255, 0.5));
  transition: all 0.3s;
}

.social-list {
  display: flex;
  gap: 10px;
}

/* about */

.about-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}

.about-content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.about-content ul li::before {
  content: url(../img/Vector-ab.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.about-list .about-item:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}

.about-list .about-item:not(:last-child) {
  margin-bottom: 80px;
}

/* Orgnization Section */
.orgnization-section {
  background-color: #f4f6fa;
  padding: 60px 0;
}

.org-subtitle {
  color: var(--text-color, #364153);
  font-size: 16px;
  font-weight: 500;
  max-width: 90%;
}

.orgnization-list {
  margin: 0;
  padding: 0;
}

.orgnization-list li {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #b7c7e0;
  margin-top: 0 !important;
}

.orgnization-list li:first-child {
  border-top: 1px solid #b7c7e0;
}

.orgnization-list li a {
  color: var(--text-color, #364153);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 15px;
  flex: 1;
}

.orgnization-list li a:hover {
  color: var(--primary-color, #013778);
}

.orgnization-list li > span,
.orgnization-list li > svg {
  color: #92a2bd;
  flex-shrink: 0;
}

/* banner2 */
.banner2-inner {
  background-image: url(../img/bg-banner.png);
  background-size: cover;
  background-position: center;
  padding: 76px 80px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner2-inner h2 {
  color: #6de9aa !important;
  font-size: 38px;
  font-weight: 600;
  margin: 0 !important;
}

.banner2-inner .uk-button {
  background-color: #f4eb46 !important;
  color: #006633 !important;
}

/* News Section */
.featured-news-overlay {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.featured-news {
  border-radius: 12px;
}
.featured-news img {
  border-radius: 12px;
  transition: transform 0.4s ease;
}
.featured-news:hover img {
  transform: scale(1.05);
}

.side-news-list li {
  padding-top: 20px;
  padding-bottom: 0;
}
.side-news-list li:first-child {
  padding-top: 0;
}
.side-news-list li:last-child {
  border-bottom: none;
}
.side-news-list img {
  border-radius: 8px;
  transition: transform 0.4s ease;
}
.side-news-list a:hover img {
  transform: scale(1.05);
}
.side-news-list h4 a {
  color: var(--text-color, #364153);
  font-size: 15px;
  line-height: 1.4;
  transition: color 0.3s;
}
.side-news-list h4 a:hover {
  color: var(--primary-color, #013778);
}

.view-more-btn {
  color: var(--primary-color, #013778);
  border-color: var(--primary-color, #013778);
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0 40px;
  line-height: 40px;
}
.view-more-btn:hover {
  background-color: var(--primary-color, #013778);
  color: #fff;
}

/* card-img */
.card-img {
  width: 140px;
  height: 113px;
  flex: 0 0 140px;
  max-width: 140px;
  overflow: hidden;
}

.card-img a {
  height: 100%;
}

.card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-img.uk-first-column {
  border-radius: 10px;
  background: var(--color-white-02, rgba(255, 255, 255, 0));
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}

.news-list {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
}

.news-left {
  height: 100%;
}

.news-right ul {
  margin: 0;
}

.news-item {
  display: flex;
  gap: 16px;
}

.card-title h4 a {
  font-size: 16px !important;
  color: #1e2939;
  font-weight: 600;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    var(--color-black-80, rgba(0, 0, 0, 0.8)) 0.06%,
    var(--color-black-20, rgba(0, 0, 0, 0.2)) 19.7%,
    var(--color-black-0, rgba(0, 0, 0, 0)) 39.35%
  );
}

@media (max-width: 992px) {
  .news-list {
    grid-template-columns: 1fr;
  }
}

/* Achievements Section */
.achievements-section {
  padding: 60px 0;
}
.achievements-desc {
  color: var(--text-color, #364153);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.achievement-img {
  object-fit: cover;
  aspect-ratio: 4/2.7;
  border-radius: 12px;
  transition: transform 0.4s ease;
}
.achievement-item:hover .achievement-img {
  transform: scale(1.05);
}

.achievement-item:hover .card-title h4 a {
  color: var(--primary-color, #013778) !important;
}

/* Team Section */
.team-section {
  padding: 60px 0;
  background-color: #f7f9fc;
}

.slider-nav-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--primary-color, #013778);
  border-color: #b7c7df;
  transition: all 0.3s;
}
.slider-nav-btn:hover {
  background-color: var(--primary-color, #013778);
  color: #fff !important;
  border-color: var(--primary-color, #013778);
}
.team-img img {
  transition: transform 0.4s ease;
}
.team-card:hover .team-img img {
  transform: scale(1.05);
}
.team-name {
  color: #101828 !important;
  font-size: 20px !important;
  transition: color 0.3s;
}
.team-name:hover {
  color: var(--primary-color, #013778) !important;
}
.team-position {
}

/* Responsive Mobile Header Styling */
@media (max-width: 959px) {
  #ant-header .uk-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #ant-header .uk-navbar-left {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }
  #ant-header .uk-navbar-left .site-title,
  #ant-header .uk-navbar-left .site-title a {
    padding: 0 !important;
    margin: 0 !important;
  }
  #ant-header .uk-navbar-right {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }
  #ant-header .uk-navbar-right .uk-navbar-item {
    padding: 0 !important;
    margin: 0 !important;
  }
  #ant-header .ant-header-button {
    height: 40px;
    padding: 5px 12px;
    border-radius: 20px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  #ant-header .uk-navbar-left {
    gap: 12px;
  }
  #ant-header .uk-navbar-right {
    gap: 20px;
  }

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

  .about-list .about-item:not(:last-child) {
    margin-bottom: 0;
  }

  .orgnization-section {
    padding: 40px 0;
  }

  .banner2-inner {
    padding: 30px 20px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .banner2-inner h2 {
    font-size: 20px;
  }

  .card-title h4 a {
    font-size: 15px !important;
  }

  .achievements-section {
    padding: 0 0 40px;
  }

  p.copyright {
    font-size: 15px;
    text-align: center;
    margin-bottom: 12px !important;
  }
}

/* Doctor Archive Page Header Styles */
.doctor-archive-header {
  background-image: url(../img/bg-banner.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  color: #fff;
}
.doctor-archive-header .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.7) !important;
}
.doctor-archive-header .uk-breadcrumb > :last-child > * {
  color: #fff !important;
}
.doctor-archive-header .uk-heading-small {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: clamp(22px, 2.5vw, 2.5rem);
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .doctor-archive-header {
    padding: 40px 0;
  }
}

/* Doctor Search & Filter Bar Styles */
.doctor-filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.doctor-search-form {
  position: relative;
  width: 100%;
  max-width: 700px;
}
.doctor-search-input {
  width: 100%;
  height: 48px;
  padding: 0 45px 0 20px !important;
  border-radius: 8px !important;
  border: 1px solid #e5e7eb !important;
  background-color: #fff !important;
  font-size: 0.9375rem;
  color: #1f2937;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s;
}
.doctor-search-input:focus {
  border-color: var(--primary-color, #013778) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(1, 55, 120, 0.1) !important;
}
.doctor-search-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor-search-btn svg {
  stroke: #92a2bd;
  transition: stroke 0.3s;
}
.doctor-search-btn:hover svg {
  stroke: var(--primary-color, #013778);
}
.doctor-count {
  font-size: 1rem;
  color: #364153;
}

@media (max-width: 1600px) {
  .team-name {
    font-size: 16px !important;
  }
}

@media (max-width: 640px) {
  .doctor-filter-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .doctor-search-form {
    max-width: 100%;
  }
  .doctor-count {
    text-align: left;
  }
}

/* Doctor Detail Page Badge & Booking Button */
.doctor-badge {
  background-color: #b91c1c !important;
  color: #fff !important;
  padding: 4px 12px;
  border-radius: 4px !important;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.doctor-booking-btn {
  background-color: #ef4444 !important; /* Tailwind's red-500 */
  color: #fff !important;
  border-radius: 8px !important;
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  font-weight: 600;
  font-size: 0.9375rem;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow:
    0 4px 6px -1px rgba(239, 68, 68, 0.2),
    0 2px 4px -1px rgba(239, 68, 68, 0.1) !important;
}

.doctor-booking-btn:hover {
  background-color: #dc2626 !important; /* Tailwind's red-600 */
  transform: translateY(-1px);
  box-shadow:
    0 10px 15px -3px rgba(239, 68, 68, 0.3),
    0 4px 6px -2px rgba(239, 68, 68, 0.15) !important;
  text-decoration: none !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
