.custom-product-attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #666;
}
.attr-item {
    background: #f5f5f5;
    padding: 2px 8px;
    border-radius: 4px;
}

/* Ẩn danh mục của Flatsome */
.woocommerce-loop-product__category {
    display: none !important;
}

/* Định dạng container meta */
.product-custom-meta {
    text-align: left;
    color: #444;
}

/* Định dạng dòng thuộc tính */
.attr-item strong {
    color: #000;
    font-weight: 600;
}

/* Hiệu ứng hover cho số điện thoại */
.contact-info a:hover {
    text-decoration: underline;
}

/* Ẩn danh mục của Flatsome */
.woocommerce-loop-product__category {
    display: none !important;
}

/* Định dạng container meta */
.product-custom-meta {
    text-align: left;
    color: #444;
}

/* Định dạng dòng thuộc tính */
.attr-item strong {
    color: #000;
    font-weight: 600;
}

/* Blog Eurostone Block */
.eurostone-blog .blog-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}

.eurostone-blog .blog-list {
    border-left: 2px solid #ccc;
    padding-left: 15px;
}

.eurostone-blog .blog-item {
    margin-bottom: 12px;
}

.eurostone-blog .blog-date {
    font-size: 14px;
    color: #888;
    min-width: 100px;
}

.eurostone-blog .blog-link {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
}

.eurostone-blog .blog-link:hover {
    color: #c00; /* màu nhấn khi hover */
}

/* Blog Section One */
.blog-section-one {
  background: #fff;
}

.blog-section-one .title-one h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222;
}

.blog-section-one .blog-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog-section-one .blog-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.blog-section-one .blog-item .date {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  min-width: 100px;
}

.blog-section-one .blog-item .title a {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-section-one .blog-item .title a:hover {
  color: #c00; /* màu nhấn khi hover */
}


.mina-tabs {
  margin: 20px 0;
}

.mina-tabs .mina-tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  gap: 15px;
}

.mina-tabs .mina-tab-nav li {
  display: inline-block;
}

.mina-tabs .mina-tab-nav li a,
.mina-tabs .mina-tab-nav li span {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.mina-tabs .mina-tab-nav li.active span {
  background: #222;
  color: #fff;
}

.mina-tabs .mina-tab-nav li a:hover {
  background: #eee;
}


/* Container chính */
.mina-tabs-container {
    margin: 20px 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
}

/* Thanh Navigation */
.mina-tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #f4f4f4;
    background: #fafafa;
}

.mina-tab-nav li {
    margin-bottom: -2px; /* Tạo overlap để border che được đường gạch dưới của container */
}

.mina-tab-nav li a, 
.mina-tab-nav li span {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Icon (nếu có) */
.mina-tab-nav li i {
    margin-right: 8px;
}

/* Trạng thái Hover và Active */
.mina-tab-nav li:hover a {
    color: #007bff; /* Sếp thay màu này thành màu chủ đạo của web sếp */
}

.mina-tab-nav li.active a, 
.mina-tab-nav li.active span {
    color: #007bff;
    border-bottom-color: #007bff;
    background: #fff;
}

/* Nội dung Tab */
.mina-tab-pane {
    display: none;
    padding: 25px;
    animation: fadeIn 0.4s ease;
}

.mina-tab-pane.active {
    display: block;
}

/* Hiệu ứng mờ dần */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    margin: 15px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-quote {
    font-size: 16px;
    font-style: italic;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.6;
}

.testimonial-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.testimonial-author strong {
    font-size: 15px;
    color: #222;
}

.testimonial-author .role {
    font-size: 13px;
    color: #888;
}

.mina-partners-slider .partner-item {
    padding: 0 15px;
    outline: none;
}
.mina-partners-slider .partner-item img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
    max-height: 80px; /* Sếp chỉnh chiều cao logo ở đây */
    width: auto;
    margin: 0 auto;
}
.mina-partners-slider .partner-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.mina-sibling-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
}
.mina-sibling-item {
    flex: 0 0 200px;
    text-align: center;
}
.mina-sibling-thumb {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.mina-sibling-title {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.box-image {
  position: relative;
  overflow: hidden;
}
.box-image img {
  width: 100%;
  height: auto;
  display: block;
}
.project-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 8px 12px;
  text-align: center;
}
.project-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.project-title {
  font-size: 24px;
  font-weight: bold;
  color: #d12020;
}
.box-image {
  position: relative;
  overflow: hidden;
}
.box-image img {
  width: 100%;
  height: auto;
  display: block;
}
.project-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 8px 12px;
  text-align: center;
}
.project-caption h3 {
  font-size: 16px;
  margin: 0;
}


.page-header {
  position: relative;
  margin-bottom: 20px;
}

.page-banner {
  position: relative;
}

.page-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.page-breadcrumb {
  position: absolute;
  bottom: 20px; /* cách mép dưới ảnh */
  left: 30px;   /* cách mép trái ảnh */
  background: rgba(0,0,0,0.5); /* nền mờ */
  padding: 8px 15px;
  border-radius: 4px;
}

.page-breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.page-breadcrumb li {
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
}

.page-breadcrumb li::after {
  content: ">";
  margin-left: 5px;
  color: #fff;
}

.page-breadcrumb li:last-child::after {
  content: "";
}

.page-breadcrumb a {
  color: #ffd700; /* vàng nổi bật */
  font-weight: bold;
  text-decoration: none;
}

.page-breadcrumb a:hover {
  text-decoration: underline;
}

.category-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #d12020; /* đỏ nổi bật */
}

.category-description {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #333;
}


/* Container chính - Flexbox để tách menu và cờ */
.top-nav {
    display: flex;
    justify-content: space-between; /* Tách 2 bên */
    align-items: center;
    padding: 10px 20px;
    background: #fff; /* Màu nền */
    border-bottom: 1px solid #eee;
}

/* Danh sách menu */
.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px; /* Khoảng cách giữa các menu */
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #007bff; /* Đổi màu khi di chuột */
}

/* Vùng chứa cờ */
.nav-flags {
    display: flex;
    gap: 15px; /* Khoảng cách giữa các lá cờ */
}

.nav-flags .flag img {
    width: 24px; /* Kích thước lá cờ */
    height: auto;
    border-radius: 3px;
    transition: transform 0.2s;
}

.nav-flags .flag:hover img {
    transform: scale(1.1); /* Hiệu ứng zoom nhẹ */
}
