
/* Import font từ Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}
* {
  font-family: 'Roboto', sans-serif;
}


body {
  color: #333;
  /* font-family: Arial, sans-serif; */
  font-size: 15px;
  font-style: normal;
  line-height: 1.42857;
  background-color: #fff;
}

.nav > li > a {
    font-family: 'Roboto', sans-serif !important;
}


body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  /* font-family: "UVNTinTucHepBold" !important;
  font-weight: bold !important; */
      font-family: 'Roboto', sans-serif !important;

}

/* h1 {
  font-size: 30px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
} */

.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;
  padding-left: 10px !important;
}

/* Đị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;
  font-size : 0.98em !important;
}

/* Đị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 */
}

/* 1. Các thuộc tính dùng chung cho tất cả tab */
.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;
}

/* 2. Chỉ áp dụng nowrap cho những li KHÔNG PHẢI là active */
.mina-tab-nav li:not(.active) a,
.mina-tab-nav li:not(.active) span {
  flex-wrap: nowrap;
  white-space: nowrap;
  /* Sơn thay thế text-wrap-mode bằng white-space cho chuẩn CSS */
}

/* 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;
  }
}

/* --- Khung tổng thể --- */
.testimonial-item-wrapper {
  padding: 10px;
}

.testimonial-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  /* padding: 25px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease; */
}

/* .testimonial-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
} */

/* --- Cột trái: Ảnh --- */
.testimonial-left {
  flex: 0 0 80px;
  /* Cố định chiều rộng ảnh */
}

.testimonial-left img {
  border-radius: 50%;
  /* Bo góc ảnh */
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
}

/* --- Cột phải: Nội dung --- */
.testimonial-right {
  flex: 1;
}

.testimonial-author strong {
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #02559f;
  font-size: 18px;
  margin: 0;
  padding: 0;

}

.testimonial-author .role {
  font-size: 13px;
  color: #a19f9f;
  margin-bottom: 15px;
  display: block;
  font-style: italic;

}

.testimonial-content {
  color: #555;
  line-height: 1.6;
  position: relative;
}

/* --- Icon Quote --- */
.testimonial-content .fa-quote-left {
  color: #d12020;
  margin-right: 8px;
  font-size: 14px;
  vertical-align: top;
}

.testimonial-content .fa-quote-right {
  color: #d12020;
  margin-left: 8px;
  font-size: 14px;
  vertical-align: bottom;
}

/* --- Responsive (Mobile) --- */
@media (max-width: 600px) {
  .testimonial-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .testimonial-left {
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
}

.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: grid;
    /* Chia làm 4 cột bằng nhau */
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mina-sibling-item {
  flex: 0 0 230px;
  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-banner {
  position: relative;
}

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

/* .page-header {
  position: relative;
  margin-bottom: 30px;
} */
.page-banner {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  color: #fff;
}

.breadcrumbs-wrap {
  text-align: center;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 8px;
  font-size: 0.95em;
}

.breadcrumbs li a {
  /* color: #fff; */
  text-decoration: none;
}

.breadcrumbs li::after {
  content: "›";
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.7);
}

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


.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ẹ */
}

.white-popup-block {
  border-radius: 8px;
}

.trigger-modal {
  cursor: pointer;
}

.product-actions .btn {
  margin-right: 10px;
}

/* Đảm bảo modal không bị che bởi header */
.mfp-wrap {
  z-index: 99999 !important;
}


/* Style cho tiêu đề bài viết */
.entry-title {
  margin-bottom: 15px;
  color: #333;
}

/* Style cho các tool icon */
.article-tools {
  margin-bottom: 20px;
}

.article-tools i {
  font-size: 1.2em;
  margin-right: 10px;
  cursor: pointer;
  color: #555;
}

/* Style cho Mục lục (ETOC) */
.toc-wrapper {
  background: #fdfdfd;
}

.ez-toc-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* Style cho Sidebar */
.widget-title {
  font-size: 1.1em;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.recent-posts-list a:hover {
  color: #d12020;
}


.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.custom-modal-dialog {
  position: relative;
  background: #fff;
  width: 80%;
  max-width: 700px;
  margin: 50px auto;
  border-radius: 4px;
  overflow: hidden;
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.custom-modal-close {
  background: none;
  border: none;
  font-size: 1.6em;
  cursor: pointer;
  color: #666;
  line-height: 1;
  transition: color 0.2s ease;
  padding: 0px;
  margin: 0px;
  float: right;
  top: -15px;
  right: 7px;
}

.custom-modal-body {
  /* padding: 20px; */
}

.product-form-layout .col {
  padding: 0px
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-flags {
  display: flex;
  gap: 10px;
}

.nav-flags img {
  width: 24px;
  height: auto;
}

/* Container chung */
.gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Các flag */
.gtranslate_wrapper .glink img {
  width: 24px;
  height: auto;
  border-radius: 2px;
  transition: transform 0.2s ease;
}

.gtranslate_wrapper .glink:hover img {
  transform: scale(1.1);
}

/* Ẩn dropdown mặc định */
.gtranslate_wrapper select.goog-te-combo {
  display: none !important;
}

/* Ẩn logo Google Translate */
.gtranslate_wrapper .VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}

/* Nếu muốn flags nằm bên phải nav */
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav .nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.top-nav .nav-links li a {
  text-decoration: none;
  font-weight: 500;
  color: #333;
}

.top-nav .gtranslate_wrapper {
  display: flex;
  gap: 10px;
}


.block_primary h3 {
  padding: 0;
  margin: 0px 0 50px;
  position: relative;
  display: block;
  color: #fff;
}

.page-html .block_primary h3{
  color : #333333 !important;
}

.block_primary .menu_inpage {
  padding: 0px;
  margin: 10px 0;
  position: relative;
  list-style: none;
}

ul.menu_inpage li {
  padding: 3px 0px;
  margin: 0 0 2px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-policy h3.title {
  margin-bottom: 15px;
}

.margin-bottom-lg {
  margin-bottom: 15px;
}

.page-policy {
  padding: 20px;
  margin: 0 0 20px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: relative;
  display: block;
  width: 100%;
}

/* Container chính - Khung sang trọng */
.contact-info-1 {
  padding: 5px;
  font-size: 11px;
  border: 2px dashed rgb(41, 120, 24);
  background-color: rgb(238, 238, 238);
}

/* Tiêu đề - Nhấn mạnh sự uy tín */
.contact-title {

  font-size: 18px !important;
  font-weight: bold;
  color: #333;
}

/* Danh sách liên hệ */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2px !important;
}

/* Icon - Tạo khoảng cách đều */
.contact-list li .icon {
  margin-right: 8px;
  font-size: 18px;
  min-width: 25px;
  text-align: center;
}

/* Link - Hiệu ứng chuyên nghiệp */
.contact-list a {
  color: #c0a375;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-list a:hover {
  color: #a6895e;
  text-decoration: underline;
}


#ft-contact-icons {
  left: 20px;
}

.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

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

.custom-modal-dialog {
  position: relative;
  background: #fff;
  margin: 50px auto;
  /* max-width: 900px; */
  padding: 20px;
  border-radius: 4px;
}

.title_h2 {
  font-size: 20px;
  font-weight: bold;
}

.product-form-layout {
  display: flex;
  gap: 20px;
}

.product-form-left {
  flex: 1;
  padding-right: 5px;
}

.product-form-right {
  flex: 1;
  padding-left: 20px;
}


.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
}

.custom-modal-header h5 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.custom-modal-close {
  background: none;
  border: none;
  font-size: 1.6em;
  cursor: pointer;
  color: #666;
  line-height: 1;
  transition: color 0.2s ease;
  padding: 0px;
  margin: 0px;
  float: right;
}

.custom-modal-close:hover {
  color: #d12020;
}

.breadcrumbs-wrap {
  position: relative;
  width: 100%;
  background: transparent url(../images/bg_bread.jpg) repeat-x;
  padding: 28px 0;
  margin: 0 0 20px;
  /* border-bottom: 1px solid #ebebeb; */
}

.breadcrumbs-wrap .breadcrumbs {
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0px;
}

.breadcrumbs-wrap .breadcrumbs li {
  float: left;
  /* padding: 0 7px 0 14px; */
  margin: 0em;
}

.category-page-row {
  padding-top: 0px;
}

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


.breadcrumbs li::after {
  content: ">";
  margin: 0 6px;
  color: rgb(49, 46, 46);
}

.breadcrumbs li a {
  color: #222121
}

.breadcrumbs li.current {
  color: #737171
}

.mina-related-categories {
  margin-top: 20px
}

.infoprd {
  position: relative;
  padding: 20px;
  text-align: center;
  background-color: #ebebeb;
}

.infoprd .title {
  position: relative;
  margin: 20px 0;
}

.infoprd .product_code {
  padding: 20px;
  background-color: #fafafa;
}

.well {
  padding: 8px;
  line-height: 18px;
}

.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Container cha */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Khoảng cách giữa 2 cột */
  margin-bottom: 10px;
}

/* Các cột con */
.form-col {
  flex: 1;
  min-width: 250px;
  /* Khi màn hình nhỏ tự nhảy xuống dòng */
}

/* Tùy chỉnh Captcha */
.quote-form-wrap .cf7-captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  justify-content: left;
}

/* Responsive cho mobile */
@media (max-width: 767px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

.page-quote {
  padding: 20px;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #ebebeb;

}

.quote-form-wrap input,
.quote-form-wrap textarea,
.quote-form-wrap button,
.custom-modal-body input,
.custom-modal-body textarea,
.custom-modal-body button
{
  margin-bottom: 0px !important;
}

.form-contact-home input,
.form-contact-home textarea,
.form-contact-home button {
  margin-bottom: 10px !important;
}

.quote-form-wrap .wpcf7-submit,
.custom-modal-body .wpcf7-submit {
  background-color: #C30 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border: 0 !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-modal-body .contact-phone {
  margin-top: 15px;
}

.list-projects .col {
  padding: 10px
}

/* Thiết lập hiệu ứng zoom cho box-image */
.list-projects .box-image {
  overflow: hidden;
  /* Cực kỳ quan trọng để ảnh không bị tràn ra ngoài khi zoom */
  position: relative;
}

.list-projects .box-image img {
  transition: transform 0.5s ease;
  /* Tạo độ mượt cho hiệu ứng */
  height: 180px;
}

/* Kích hoạt zoom khi hover vào thẻ cha */
.list-projects .post-item:hover .box-image img {
  transform: scale(1.1);
  /* Zoom ảnh lên 1.1 lần */
}

.single-content-project .project_info .project-title h2 {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  color: #aa1b1b;
  font-size: 30px;
}

.single-content-project {
  position: relative;
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #ebebeb;
}

.single-content-project .project_info .project-excerpt {
  position: relative;
  display: block;
  margin: 20px 0;
  padding: 0 0 0 20px;
  border-left: 5px solid #ebebeb;
}

/* --- Style cho Project Item --- */
.project-item .col-inner {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 15px;
  background: #fff;
}

.project-item .box-image {
  margin-bottom: 10px;
}

.project-item .project-title-link {
  display: -webkit-box;
  /* Bắt buộc để sử dụng line-clamp */
  -webkit-line-clamp: 2;
  /* Giới hạn đúng 2 dòng */
  -webkit-box-orient: vertical;
  /* Thiết lập hướng hộp dọc */
  overflow: hidden;
  /* Ẩn phần nội dung tràn ra ngoài */
  text-overflow: ellipsis;
  /* Thêm dấu ... khi bị cắt */

  /* Các thuộc tính cũ của sếp giữ nguyên */
  display: block;
  /* Lưu ý: Nếu dùng -webkit-box, ở một số trình duyệt nó sẽ ghi đè display:block. Sếp có thể bỏ display:block ở trên hoặc thử nghiệm xem cái nào chạy ổn hơn trên theme Flatsome của sếp */
  padding: 0 10px;
  text-align: center;
  color: #333;
  font-weight: bold;
  text-decoration: none;

  /* Mẹo: Để tránh việc chữ bị cắt nửa dòng nhìn khó chịu, sếp nên set thêm line-height */
  line-height: 1.4;
  max-height: 2.8em;
  /* (2 dòng * line-height 1.4) */
}

.project-item .project-title-link:hover {
  color: #d12020;
}

/* --- Style cho Tiêu đề Section --- */
.section-title.has-red-bar {
  border-left: 4px solid #d12020;
  padding-left: 15px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}


footer .s_top {
  position: relative;
  width: 100%;
  background: #666;
  padding: 0;
  overflow: hidden;
  background: transparent url(../images/bg_footer_large.jpg) repeat top center;
}

.absolute-footer {
  display: none;
}

/* Ẩn giá trên trang cửa hàng và trang danh mục */
.archive .price {
  display: none !important;
}

/* Nếu bạn dùng Flatsome hoặc các theme có cấu trúc riêng, có thể cần thêm: */
.product-small .price {
  display: none !important;
}

.product-sku {
  border-radius: 3px
}

.product-title.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

body .container,
body .container-width,
body .full-width body .ubermenu-nav,
body .row,
body .row.row-small {
  max-width: 1150px;
}

.tabs-product .col {
  padding: 0px !important;
}

.block-about img {

  max-width: 100px;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  padding: 0px;
  margin: 0px !important;
}



.mina-partners-slider {
  margin: 0px;
  padding: 20px 10px;
  width: 100%;
  border: 1px solid #ebebeb;
}


/* 1. Tùy chỉnh kích thước và nền nút (nhỏ và gọn hơn) */
.mina-partners-slider .slick-prev,
.mina-partners-slider .slick-next {
  width: 35px !important;
  height: 35px !important;
  background: rgba(0, 123, 255, 0.1) !important;
  border-radius: 50% !important;
  z-index: 99;
  display: flex !important;
  /* Dùng flex để căn giữa mũi tên */
  align-items: center;
  justify-content: center;
}

/* 2. Tùy chỉnh icon mũi tên (nhỏ hơn, thanh mảnh) */
.mina-partners-slider .slick-prev:before,
.mina-partners-slider .slick-next:before {
  font-size: 20px !important;
  /* Giảm size mũi tên */
  color: #007bff !important;
  opacity: 1 !important;
  line-height: 1 !important;
  /* Căn giữa icon */
}

/* 3. Hiệu ứng hover sang trọng */
.mina-partners-slider .slick-prev:hover,
.mina-partners-slider .slick-next:hover {
  background: #007bff !important;
}

.mina-partners-slider .slick-prev:hover:before,
.mina-partners-slider .slick-next:hover:before {
  color: #ffffff !important;
}

/* 4. Điều chỉnh vị trí nút bấm */
.mina-partners-slider .slick-prev {
  left: 5px !important;
}

.mina-partners-slider .slick-next {
  right: 5px !important;
}


.about-eurostone {
  border: 1px solid #ccc;
  padding: 15px;
}


/* =============================================================
     2    CSS HOÀN CHỈNH CHO FOOTER (NỀN TRẮNG - CHỮ ĐEN - FONT ARIAL)
     3    ============================================================= */

/* =============================================================
     2    FOOTER DARK MODE (NỀN ĐEN - CHỮ TRẮNG - FONT ARIAL)
     3    ============================================================= */

/* 1. Thiết lập tổng thể Footer - Nền đen chữ trắng */
footer#footer {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 0px !important;
  border-top: 1px solid #222222 !important;
  line-height: 1.6 !important;
  margin: 0px;
}

/* Ép tất cả các thẻ con dùng font Arial và màu trắng */
footer#footer * {
  color: #ffffff !important;
}

/* 2. Tiêu đề các cột (Về chúng tôi, Hỗ trợ khách hàng...) */
footer#footer .title {
  color: #ffffff !important;
  font-size: 19px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  margin-bottom: 0px !important;
  display: inline-block !important;
  border: none !important;
  padding-top: 18px;
  /* Đảm bảo không viền theo yêu cầu cũ */
}

/* 3. Định dạng danh sách Menu */
footer#footer .footer-menu ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

footer#footer .footer-menu li {
  /* padding: 10px 0 !important; */
  border-bottom: 1px solid #222222 !important;
  padding: 3px !important;
  /* Đường kẻ tối màu */
}

/* 4. Định dạng các liên kết (Links) */
footer#footer a {
  /* color: #ffffff !important; */
  /* Link trắng */
  text-decoration: none !important;
  transition: all 0.3s ease;
}

footer#footer a:hover {
  color: #d4af37 !important;
  /* Hover vẫn giữ màu vàng đồng cho sang */
  padding-left: 5px;
}

/* ÉP CÁC MỤC MENU FOOTER LUÔN TRÊN 1 DÒNG & THU NHỎ CHỮ */
footer#footer .footer-menu ul li a {
  white-space: nowrap !important;
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  font-size: 13px !important;
  letter-spacing: -0.2px !important;
}

/* 5. Mạng xã hội (Social Icons) */
footer#footer .socialList ul {
  display: flex !important;
  list-style: none !important;
  gap: 12px !important;
  padding: 0 !important;
  margin-top: 20px !important;
}

footer#footer .socialList li a {
  background: #ffffff !important;
  /* Nền nút trắng */
  color: #000000 !important;
  /* Icon đen */
  width: 36px;
  height: 36px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
}

/* 6. Bảng thông tin liên hệ */
footer#footer table.info-table td {
  padding: 10px 0 !important;
  color: #ffffff !important;
  vertical-align: top !important;
  border: none !important;
}



footer#footer .footer-menu ul li i,
footer#footer table td i {
  width: 15px !important;
  display: inline-block !important;
  color: #ffffff !important;
  /* Dấu > trắng */
  font-size: 14px !important;
}

/* 7. Phần Bộ đếm (Counter) */
footer#footer .counter {
  background-color: #111111 !important;
  /* Nền đen nhẹ */
  border: 1px solid #222222 !important;
  padding: 15px 20px !important;
  border-radius: 10px !important;
  margin-top: 30px !important;
}

footer#footer .counter li {
  display: flex !important;
  justify-content: space-between !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid #222222 !important;
}

/* 8. Bản quyền dưới cùng (Copyright) */
footer#footer .s_bottom {
  background-color: #000000 !important;
  /* Nền đen tuyền */
  padding: 25px 0 !important;
  margin-top: 0px !important;
  border-top: 1px solid #222222 !important;
  font-size: 14px !important;
}

footer#footer .s_bottom strong {
  color: #ffffff !important;
}

/* 9. Hệ thống Grid (24 cột) & Responsive (Đã sửa lỗi Media Query) */
footer#footer .row {
  display: flex !important;
  flex-wrap: wrap !important;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  footer#footer .col-md-6 {
    width: 25% !important;
  }

  footer#footer .col-md-7 {
    width: 29.16% !important;
  }

  footer#footer .col-md-5 {
    width: 20.83% !important;
  }

  footer#footer .col-md-12 {
    width: 50% !important;
  }

  footer#footer .col-md-6,
  footer#footer .col-md-7 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  footer#footer [class*="col-xs-24"] {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  footer#footer .text-right {
    text-align: left !important;
    margin-top: 10px !important;
  }
}

/* Tùy chỉnh Bản đồ & Xóa khung viền */
footer#footer .s_content,
footer#footer .block_default,
footer#footer table,
footer#footer td {
  border: none !important;
  background: transparent !important;
}

footer#footer .block_default iframe {
  height: 145px !important;
  border: none !important;
  border-radius: 5px !important;

}

footer#footer .s_content {
  padding-top: 25px;
}

footer#footer .s_content table {
  width: auto !important;
  max-width: 100% !important;
  margin: auto !important;
}

/* 1. Xử lý icon trong Footer Menu và Table */
footer#footer .footer-menu ul li i::before,
footer#footer table td i::before {
  content: "\f054" !important;
  /* Mã Unicode của icon mũi tên sang phải */
  font-family: "Font Awesome 6 Free" !important;
  /* Đảm bảo khai báo đúng tên font */
  font-weight: 900 !important;
  /* Bắt buộc phải có để icon hiển thị */
  font-style: normal !important;
  display: inline-block;
  margin-right: 8px;
  /* Tạo khoảng cách với chữ */
  font-size: 12px;
}

/* 2. Xử lý icon Location Pin / Map Marker */
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  display: inline-block;
  margin-right: 5px;
  /* color: #d12020; */
}

/* Style cho các icon trong bảng */
.block_default table td i.fa {
  color: #d12020 !important;
  /* Màu đỏ */
  font-size: 14px !important;
  width: 25px;
  /* Giữ khung cố định để text bên phải thẳng hàng */
  display: inline-block;
  text-align: center;
}

/* Khoảng cách cho các ô trong bảng */
.block_default table td {
  padding: 8px 0 !important;
  vertical-align: middle !important;
}

/* Đảm bảo các icon hiển thị đúng với FontAwesome 6 */
.fa {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

/* Tùy chỉnh khoảng cách tab */
.buying-guide-content {
  /* padding: 20px 0; */
  line-height: 1.6;
  color: #444;
}

/* Nếu sếp muốn làm nổi bật tiêu đề tab */
.woocommerce-tabs ul.tabs li.description_tab a,
.woocommerce-tabs ul.tabs li.huong_dan_mua_hang_tab a {
  font-weight: bold;
}

.project-item img {
  height: 160px;
}

body .header-bottom .nav {

    width: 1150px !important;
}

.cf7-feedback-form .cf7-title p{
  color: #fff !important;
}

.logo-left .html_top_right_text h1{
  display: block !important;
    /* margin-bottom: 20px !important; */
    font-size: 22px !important;
    margin-bottom: 0px;
    color: #0054a6;
    margin-left: 5px;

}
header #logo img{
  max-height: 63px;
}

header #logo{
  width : auto;
}

.project-slider-block {
  position: relative;
}

.project-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.project-nav .swiper-button-prev,
.project-nav .swiper-button-next {
  position: static; /* bỏ định vị mặc định */
  width: 30px;
  height: 30px;
  color: #333;
  cursor: pointer;
}


.icon-angle-up:before {
    font-family: "FontAwesome"; /* hoặc "fl-icons" tùy bộ icon */
    content: "\f106"; /* mã unicode chuẩn cho angle-up */
}

footer#footer .back-to-top.button , 
footer#footer .back-to-top.button i{
  color: #1e73be !important
}


.product-thumbnails img {
    height: 140px;
}

.header-nav.header-bottom-nav.nav>li{
  margin : 2px;
}

.shop-page-title.category-page-title {
  display : none;
}

.search-results  .category-page-row > .col  h4.uppercase, .search-results  .category-page-row > .col  hr , .search-results  .category-page-row > .col > .large-columns-3{
  display : none !important;
}


/* Ẩn giá sản phẩm trong dropdown tìm kiếm */
.search-results .amount, 
.live-search-results .price, 
.ajax-search-result .price, 
.search-form .amount, 
.search-form .price{
    display: none !important;
}

.woocommerce-no-products-found{
  display : none;
}