.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: 18px;
  font-weight: 600;
}

.ft_info a {
  gap: 12px;
  font-size: 16px;
  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: 16px;
  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;
}

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: 14px;
  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 img {
  object-fit: cover;
  width: 140px;
  height: 113px;
}

.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: 18px !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 {
}
