@charset "UTF-8";
body {
  font-family: "Opensans-SemiBold";
  margin: 0;
  position: relative;
}
body p,
body span {
  font-family: "Opensans-Light" !important;
  font-weight: 400;
}
body .font-semi-bold {
  font-family: "Opensans-SemiBold" !important;
  font-weight: 600;
}
body .font-light {
  font-family: "Opensans-Light" !important;
  font-weight: 400;
}
body .font-montserrat {
  font-family: "Montserrat" !important;
}
body .text-red {
  color: #dc2626;
}

.main-navigation {
  background: #fff;
}

.nav-container {
  z-index: 2;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}
.nav-container .header-top {
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}
.nav-container .header-top .header-top-left .total-mem-text {
  font-size: 15px;
  border-right: 1px dashed #cccccc;
  padding-right: 16px;
  color: #3b3b3b;
}
.nav-container .header-top .header-top-left .info-mail-text a {
  text-decoration: none;
  color: #3b3b3b;
  font-size: 15px;
}
.nav-container .header-top .header-top-right .hotline {
  border-right: 1px dashed #cccccc;
  padding-right: 16px;
}
.nav-container .header-top .header-top-right a {
  text-decoration: none;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Opensans-Light";
}
.nav-container .header-bottom {
  /* Áp dụng cho tất cả các icon */
}
.nav-container .header-bottom .layout-icon {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: 15px;
}
.nav-container .header-bottom .search,
.nav-container .header-bottom .favourite,
.nav-container .header-bottom .member {
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-container .header-bottom .search:hover svg circle,
.nav-container .header-bottom .favourite:hover svg circle,
.nav-container .header-bottom .member:hover svg circle {
  fill: #dc2626;
  stroke: #dc2626;
  transition: all 0.3s ease;
}
.nav-container .header-bottom .search:hover svg path,
.nav-container .header-bottom .favourite:hover svg path,
.nav-container .header-bottom .member:hover svg path {
  stroke: white;
  transition: all 0.3s ease;
}
.nav-container .language-select {
  position: relative;
  display: inline-block;
}
.nav-container .language-select .btn-light {
  border: 0;
}
.nav-container .dropdown-toggle {
  border: 0 !important;
  padding: 0 !important;
}
.layout-relative {
  position: relative;
  min-height: 100vh;
}

.nav-container > .box-service {
  display: inline-block;
  position: relative;
}

.box-service.level-0 {
  display: inline-block;
  position: relative;
}

.title-menu-0 {
  display: block;
  padding: 15px 20px;
  color: #0d0d0d;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.title-menu-0:hover {
  color: #e74c3c;
  border-bottom-color: #e74c3c;
}

.box-service.has-children .title-menu-0 {
  background-image: url(/img/images/arrow-down.svg);
  background-position: right 0px center;
  background-repeat: no-repeat;
}

.box-service.has-children:hover .title-menu-0::after {
  transform: rotate(180deg);
}

.expand-level-0 {
  position: absolute;
  top: 100%;
  left: -150px;
  min-width: 1000px;
  max-width: 1000px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 20px;
  display: none;
  flex-wrap: wrap;
  gap: 30px;
}

.box-service.level-0:hover .expand-level-0 {
  opacity: 3;
  visibility: visible;
  transform: translateY(0);
}

.box-service.level-0:hover .expand-level-0 {
  display: flex !important;
}

.box-service.level-1 {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 160px;
  max-width: 180px;
}

.title-menu-1 {
  color: #0d0d0d;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.title-menu-1:hover {
  color: #1976d2;
}

.title-menu-1::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* Thêm background cho từng châu lục */
.box-service.level-1.has-children .title-menu-1::after {
  content: "";
  display: none;
}

.expand-level-1 {
  position: static;
  min-width: auto;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  z-index: auto;
  margin-top: 8px;
}

.box-service.level-1:hover .expand-level-1 {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.box-service.level-2 {
  display: block;
  margin-bottom: 4px;
}

.title-menu-2 {
  display: block;
  padding: 8px 12px;
  color: #0d0d0d;
  text-decoration: none;
  font-size: 13px;
  border-bottom: none;
  transition: all 0.3s ease;
  border-radius: 4px;
  background: transparent;
  font-size: 15px;
  font-family: "Opensans-Light";
}

.title-menu-2:hover {
  color: #e40808;
}

.box-service.level-2:last-child .title-menu-2 {
  border-bottom: none;
}

.member-navigation .nav-menu .nav-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.member-navigation .nav-menu .nav-link:hover {
  background-color: #f8f9fa;
  color: #e40808;
}

.user-info .btn,
.member .btn {
  border: 1px solid #dee2e6;
  background: white;
  color: #333;
  font-weight: 500;
}

.user-info .btn:hover,
.member .btn:hover {
  background-color: #f8f9fa;
  border-color: #e40808;
}

.user-info .dropdown-menu,
.member .dropdown-menu {
  border: 1px solid #dee2e6;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.user-info .dropdown-item:hover,
.member .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #e40808;
}

.user-info form .dropdown-item,
.member form .dropdown-item {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0.375rem 1rem;
}

/* Flash Messages Styles */
.alert {
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 12px 16px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}

.alert-info {
  background-color: #cce7ff;
  color: #0c5460;
}

.alert .btn-close {
  padding: 0.5rem;
}

/* Thêm tiêu đề cho dropdown */
/* Responsive */
@media (max-width: 768px) {
  .nav-container {
    padding: 0 10px;
  }
  .title-menu-0 {
    padding: 12px 15px;
    font-size: 13px;
  }
  .expand-level-0 {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  .box-service.level-0 {
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
}
/* Banner Slider Styles */
.banner-slider-section {
  position: relative;
  top: 0;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  overflow: hidden;
  z-index: 1;
  /* Navigation Arrows */
  /* Owl Carousel Custom Styles */
}
.banner-slider-section .banner-carousel {
  height: 100%;
}
.banner-slider-section .banner-carousel .owl-stage-outer,
.banner-slider-section .banner-carousel .owl-stage,
.banner-slider-section .banner-carousel .owl-item {
  height: 100%;
}
.banner-slider-section .banner-item {
  position: relative;
  height: 100%;
}
.banner-slider-section .banner-item .banner-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-slider-section .banner-item .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.banner-slider-section .banner-item .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-slider-section .banner-item .banner-overlay .banner-content {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 20px;
}
.banner-slider-section .banner-item .banner-overlay .banner-content .banner-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.banner-slider-section .banner-item .banner-overlay .banner-content .banner-subtitle {
  font-size: 18px;
  margin-bottom: 32px;
  opacity: 0.9;
}
.banner-slider-section .banner-item .banner-overlay .banner-content .search-form {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.banner-slider-section .banner-item .banner-overlay .banner-content .search-form .search-input {
  flex: 1;
  padding: 16px 24px;
  border: none;
  outline: none;
  font-size: 16px;
}
.banner-slider-section .banner-item .banner-overlay .banner-content .search-form .search-input::-moz-placeholder {
  color: #999;
}
.banner-slider-section .banner-item .banner-overlay .banner-content .search-form .search-input::placeholder {
  color: #999;
}
.banner-slider-section .banner-item .banner-overlay .banner-content .search-form .search-btn {
  background: #dc2626;
  color: white;
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.banner-slider-section .banner-item .banner-overlay .banner-content .search-form .search-btn:hover {
  background: #b91c1c;
}
.banner-slider-section .banner-nav .banner-next {
  position: absolute;
  bottom: 10px;
  transform: translateY(-50%);
  background: #eeeeee;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.banner-slider-section .banner-nav .banner-next:hover {
  transform: translateY(-50%) scale(1.1);
}
.banner-slider-section .banner-nav .banner-prev {
  position: absolute;
  bottom: 10px;
  transform: translateY(-50%);
  background: #eeeeee;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.banner-slider-section .banner-nav .banner-prev:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
.banner-slider-section .banner-nav .banner-prev {
  left: 30px;
}
.banner-slider-section .banner-nav .banner-next {
  right: 30px;
}
.banner-slider-section .owl-dots {
  display: none;
}
.banner-slider-section .owl-nav {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .banner-slider-section {
    height: 60vh;
    min-height: 400px;
  }
  .banner-slider-section .banner-overlay .banner-content .banner-title {
    font-size: 32px;
  }
  .banner-slider-section .banner-overlay .banner-content .banner-subtitle {
    font-size: 16px;
  }
  .banner-slider-section .banner-overlay .banner-content .search-form {
    flex-direction: column;
    border-radius: 12px;
  }
  .banner-slider-section .banner-overlay .banner-content .search-form .search-input,
  .banner-slider-section .banner-overlay .banner-content .search-form .search-btn {
    padding: 12px 20px;
  }
  .banner-slider-section .banner-overlay .banner-content .search-form .search-btn {
    border-radius: 0 0 12px 12px;
  }
  .banner-slider-section .banner-nav .banner-prev,
  .banner-slider-section .banner-nav .banner-next {
    width: 40px;
    height: 40px;
  }
  .banner-slider-section .banner-nav .banner-prev {
    left: 15px;
  }
  .banner-slider-section .banner-nav .banner-next {
    right: 15px;
  }
}
footer {
  padding: 24px 0;
  background-color: #f8f9fa;
  position: relative;
  z-index: 100;
  clear: both;
}
footer .layout-footer {
  margin: 0;
  position: relative;
  z-index: 101;
}
footer .footer-wrap {
  padding: 0;
}
footer .footer-menu-wrapper {
  width: 100%;
}
footer .footer-menu-list.level-0 {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
footer .footer-menu-list.level-0 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu-list.level-0 a {
  font-size: 16px;
  font-family: "Opensans-SemiBold";
}
footer .info h3 {
  font-size: 16px;
  margin-bottom: 16px;
}
footer .info .content-hotline span,
footer .info .content-email span {
  display: block;
  margin-bottom: 5px;
}
footer .footer-menu-list.level-1 {
  margin-top: 16px;
}
footer .footer-menu-list.level-1 a {
  font-size: 15px;
  font-family: "Opensans-Light" !important;
}
footer a {
  text-decoration: none;
  color: #3b3b3b;
}
footer a:hover {
  color: #dc2626;
}
footer .footer-first h3 {
  font-size: 16px;
}
footer .footer-first .content-footer {
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive Footer */
@media (max-width: 768px) {
  footer .layout-footer {
    flex-direction: column;
    gap: 20px;
  }
  footer .footer-menu-list.level-0 {
    flex-direction: column;
    gap: 15px;
  }
  footer .info {
    order: 2;
  }
  footer .footer-wrap:first-child {
    order: 1;
  }
}
