/* ===== BANNER ===== */
.hero-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ===== GIỚI THIỆU ===== */
.gioithieu {
  padding: 40px 15px;
  background: #fff;
}

.gioithieu-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.gioithieu-content h2 {
  font-size: 18px;
  margin: 4px 0 4px;
  color: #fe0000;
  font-weight: bold;
  line-height: 1.5;
  text-transform: none !important;
}
.gioithieu-content h3 {
  font-size: 17px;
  margin-top: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}

/* TITLE */
.gioithieu-title {
  font-size: 28px;
  font-weight: 700;
  color: #c00;
  margin-bottom: 20px;
  line-height: 1.4;
  border-left: 5px solid #c00;
  padding-left: 12px;
}

/* CONTENT */

.gioithieu-content {
  font-size: 17px;
  line-height: 1.85;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}

/* Tiêu đề */
.gioithieu-content h2 {
  font-size: 34px;
  color: #d60000;
  font-weight: 700;
  margin: 15px 0 20px;
  line-height: 1.3;
  position: relative;
  padding-left: 15px;
}

.gioithieu-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 34px;
  background: #d60000;
  border-radius: 5px;
}

.gioithieu-content h3 {
  font-size: 24px;
  color: #222;
  margin: 30px 0 15px;
  font-weight: 700;
}

/* Đoạn văn */
.gioithieu-content p {
  margin: 0 0 18px;
  line-height: 1.9;
}

/* Danh sách */
.gioithieu-content ul,
.gioithieu-content ol {
  margin: 15px 0 20px 25px;
}

.gioithieu-content li {
  margin-bottom: 10px;
  line-height: 1.8;
}

/* Chữ đậm */
.gioithieu-content strong {
  color: #111;
  font-weight: 700;
}

/* Link */
.gioithieu-content a {
  color: #0d6efd;
  text-decoration: none;
  transition: 0.3s;
}

.gioithieu-content a:hover {
  color: #d60000;
  text-decoration: underline;
}

/* Hình ảnh */
.gioithieu-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .gioithieu-content {
    font-size: 16px;
    line-height: 1.8;
  }

  .gioithieu-content h2 {
    font-size: 28px;
  }

  .gioithieu-content h3 {
    font-size: 22px;
  }
}

.gioithieu-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

/* LIST đẹp */
.gioithieu-content ul {
  padding-left: 0;
  list-style: none;
}

.gioithieu-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.gioithieu-content ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #c00;
}

/* ẨN SEO */
.seo-hidden {
  font-size: 0;
  height: 0;
  overflow: hidden;
}

/* MOBILE */
@media (max-width: 768px) {
  .gioithieu-title {
    font-size: 22px;
  }

  .gioithieu-box {
    padding: 20px;
  }
  .gioithieu {
    padding: 20px 0px;
    background: #fff;
  }
}

/* ===== TIÊU ĐỀ LIÊN QUAN ===== */
.title-lienquan {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #c00;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: inline-block;
}

/* Gạch dưới sang */
.title-lienquan::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #c00, transparent);
  margin: 8px auto 0;
}

/* Hiệu ứng nền nhẹ */
.title-lienquan span {
  padding: 5px 12px;
  background: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .title-lienquan {
    font-size: 20px;
  }
}

/*STYLE ĐỐI TÁC*/

.projects {
  text-align: center;
  padding: 60px 0px;
  background: #f5f5f5;
}

.projects h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fe0000;
  text-transform: uppercase;
}

/* GRID LOGO */

.logo-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 80%;
}

.logo-grid li {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.logo-grid li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.logo-grid img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* TABLET */

@media (max-width: 992px) {
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* MOBILE */

@media (max-width: 790px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .projects h2 {
    font-size: 20px;
  }

  .logo-grid img {
    height: 40px;
  }
}

/* TIN TỨC VNMICO */

/* SECTION */
.titletinatv {
  padding: 70px 20px;
  background: #fff;
}

/* TITLE */
.titletinatv-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 40px;
  position: relative;
}

.titletinatv-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #b30000, #ff4d4d);
  display: block;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* CARD */
.titletinatv-item {
  margin-bottom: 25px;
}

/* IMAGE */
.titletinatv-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.titletinatv-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;

  transition: 0.4s ease;
}

.titletinatv-img:hover img {
  transform: scale(1.08);
}

/* CONTENT */
.titletinatv-content {
  background: #fff;
  padding: 15px 15px 18px;

  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* TITLE NEWS */
.titletinatv-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.titletinatv-name a {
  color: #111;
  text-decoration: none;
  transition: 0.3s;
}

.titletinatv-name a:hover {
  color: #c00;
}

/* DESC */
.titletinatv-desc {
  font-size: 17px;
  color: #666;
  line-height: 1.6;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* HOVER CARD */
.titletinatv-item:hover .titletinatv-content {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
  transition: 0.3s;
}

/* sản phẩm nổi bật end  */

/* LĨNH VỰC HOẠT ĐỘNG  */

/* ==============================
   SECTION
============================== */
.titledichvutc-section {
  padding: 70px 20px;
  background: #fff;
}
/* LIST */
.titledichvutc-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;

  max-width: 1270px;
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
}

.dichvu-tc {
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.3;
  color: #111;
  position: relative;
  padding-bottom: 12px;
}

.titledv {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 12px;
}
/* ITEM */
.titledichvutc-item:nth-child(1),
.titledichvutc-item:nth-child(2),
.titledichvutc-item:nth-child(3) {
  grid-column: span 2;
}

.titledichvutc-item:nth-child(4),
.titledichvutc-item:nth-child(5) {
  grid-column: span 3;
}

/* CARD */
.titledichvutc-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.titledichvutc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.titledichvutc-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* TITLE */
.titledichvutc-title {
  font-size: 17px;
  font-weight: 600;
  color: #c00;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
}
/* ==============================
   TITLE (titledichvutc)
============================== */
.titledichvutc {
  text-align: center;
  margin-bottom: 25px;
}

.titledichvutc-heading {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #0d47a1;
}

/* GẠCH TRÁI */
.titledichvutc-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-15px, -50%);
  width: 50px;
  height: 2px;
  background: #c00;
}

/* GẠCH PHẢI */
.titledichvutc-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(15px, -50%);
  width: 50px;
  height: 2px;
  background: #c00;
}

@media (max-width: 768px) {
  .titledichvutc-list {
    display: grid !important;
    grid-template-columns: 1fr !important; /* 1 cột */
    gap: 16px;
    max-width: 100%;
  }

  /* RESET toàn bộ span */
  .titledichvutc-item {
    grid-column: span 1 !important;
  }

  /* CARD đẹp hơn mobile */
  .titledichvutc-card {
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  }

  /* Ảnh hiển thị rõ */
  .titledichvutc-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  /* Tiêu đề */
  .titledichvutc-title {
    font-size: 16px;
    padding: 10px;
  }

  /* Heading */
  .titledichvutc-heading {
    font-size: 22px;
  }

  /* Ẩn gạch nếu bị lệch */
  .titledichvutc-heading::before,
  .titledichvutc-heading::after {
    display: none;
  }
}

/* ==============================
ĐỐI TÁC VNEMICO
============================== */

.doitacatv {
  padding: 70px 20px;
  background: #fff;
}

.doitacatv-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.doitacatv-content {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 32px;
}

.doitacatv-lead {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
  line-height: 1.4;
}

/* LOGO GRID */
.doitacatv-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.doitacatv-logos li {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px; /* bạn muốn ít bo thì để 8px */
  padding: 12px;

  display: flex;
  justify-content: center;
  align-items: center;

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.doitacatv-logos img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
.doitacatv-logos li {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);

  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* hover sang hơn */
.doitacatv-logos li:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #f0caca;
}
.doitacatv-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #0d47a1;
  position: relative;
  margin-bottom: 45px;
  letter-spacing: 0.5px;
}

/* line dưới title */
.doitacatv-title::after {
  content: "";
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #b30000, #ff4d4d);
  display: block;
  margin: 12px auto 0;
  border-radius: 3px;
  animation: lineGrow 0.8s ease;
}

@keyframes lineGrow {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 90px;
    opacity: 1;
  }
}
.doitacatv-content {
  font-size: 15px;
  line-height: 1.8;
  color: #444;

  background: #fff;
  padding: 25px;
  border-radius: 12px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.doitacatv-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* ánh sáng quét nhẹ */
.doitacatv-logos li::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 120%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transform: rotate(25deg);
  transition: 0.6s;
}

.doitacatv-logos li:hover::before {
  left: 120%;
}

.doitacatv-logos img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;

  filter: grayscale(20%);
  transition: 0.3s;
}

.doitacatv-logos li:hover img {
  filter: grayscale(0%);
}

/* MOBILE */
@media (max-width: 768px) {
  .doitacatv-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Ẩn logo thứ 9 */
  .doitacatv-logos li:nth-child(9) {
    display: none;
  }
}

/* TIN TỨC VNMICO */

/* SECTION */
.titletinatv {
  padding: 70px 20px;
  background: #fff;
}

/* TITLE */
.titletinatv-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 40px;
  position: relative;
}

.titletinatv-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #b30000, #ff4d4d);
  display: block;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* CARD */
.titletinatv-item {
  margin-bottom: 25px;
}

/* IMAGE */
.titletinatv-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.titletinatv-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;

  transition: 0.4s ease;
}

.titletinatv-img:hover img {
  transform: scale(1.08);
}

/* CONTENT */
.titletinatv-content {
  background: #fff;
  padding: 15px 15px 18px;

  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* TITLE NEWS */
.titletinatv-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.titletinatv-name a {
  color: #111;
  text-decoration: none;
  transition: 0.3s;
}

.titletinatv-name a:hover {
  color: #c00;
}

/* DESC */
.titletinatv-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* HOVER CARD */
.titletinatv-item:hover .titletinatv-content {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
  transition: 0.3s;
}

/* sản phẩm nổi bật end  */

/* =========================
   WHY CHOOSE US
========================= */

.why-choose-us {
  padding: 50px 0;
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.why-choose-us .container {
  max-width: 1340px;
  margin: auto;
  padding: 0 15px;
}

/* =========================
   TITLE
========================= */

.section-title {
  text-align: center;
  margin-bottom: 55px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 15px;
  line-height: 1.3;
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #ff5b2e, #ff8c42);
  display: block;
  margin: 6px auto 0;
  border-radius: 50px;
}

.section-title p {
  max-width: 760px;
  margin: auto;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

/* =========================
   GRID
========================= */

.why-choose-us .row {
  row-gap: 30px;
}

/* =========================
   FEATURE BOX
========================= */

.feature-box {
  background: #fff;
  border-radius: 24px;
  padding: 40px 25px;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  border: 1px solid #edf2f7;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

/* glow effect */
.feature-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 91, 46, 0.06),
    rgba(255, 140, 66, 0.02)
  );
  opacity: 0;
  transition: 0.4s;
}

.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.feature-box:hover::before {
  opacity: 1;
}

/* =========================
   ICON
========================= */

.icon-circle {
  width: 95px;
  height: 95px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff, #fff7f3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;

  box-shadow: 0 12px 30px rgba(255, 91, 46, 0.12);
}

.icon-circle img {
  width: 67px;
  height: 67px;
  object-fit: contain;
  transition: 0.35s;
}

.feature-box:hover .icon-circle img {
  transform: scale(1.12) rotate(3deg);
}

/* =========================
   TITLE ITEM
========================= */

.feature-box h3 {
  font-size: 21px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

/* =========================
   DESC
========================= */

.feature-box p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* =========================
   HOVER
========================= */

.feature-box:hover h3 {
  color: #ff5b2e;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {
  .why-choose-us {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .feature-box {
    padding: 35px 22px;
  }
}

@media (max-width: 767px) {
  .why-choose-us {
    padding: 50px 0;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .section-title p {
    font-size: 15px;
  }

  .feature-box {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .icon-circle {
    width: 82px;
    height: 82px;
  }

  .icon-circle img {
    width: 40px;
    height: 40px;
  }

  .feature-box h3 {
    font-size: 19px;
  }
}

/* =========================================================
   PARTNER SECTION
========================================================= */
.partner-section {
  padding: 60px 0;
  background: #f5f7fb;
  margin-top: 40px;
}

/* CONTAINER */
.partner-section .container {
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
}

/* =========================================================
   HEADER
========================================================= */
.partner-header {
  text-align: center;
  margin-bottom: 45px;
}

.partner-title {
  font-size: 38px;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.partner-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0171bb, #00a6ff);
  display: block;
  margin: 1px auto 0;
  border-radius: 30px;
}

.partner-subtitle {
  font-size: 18px;
  color: #0d47a1;
  line-height: 30px;
  max-width: 900px;
  margin: auto;
  font-weight: 600;
}

/* =========================================================
   LAYOUT
========================================================= */
.partner-layout {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 40px;
  align-items: center;
}

/* =========================================================
   CONTENT
========================================================= */
.partner-content {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.partner-content p {
  font-size: 16px;
  line-height: 32px;
  color: #444;
  margin-bottom: 18px;
}

.partner-content strong {
  color: #0171bb;
}

/* =========================================================
   LOGOS
========================================================= */
.partner-brand {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ITEM */
.partner-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  min-height: 120px;
}

.partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #0171bb;
}

/* IMAGE */
.partner-item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  transition: 0.3s;
}

.partner-item:hover img {
  transform: scale(1.05);
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 991px) {
  .partner-layout {
    grid-template-columns: 1fr;
  }

  .partner-title {
    font-size: 32px;
  }

  .partner-content {
    padding: 28px;
  }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 576px) {
  .partner-section {
    padding: 40px 0;
  }

  .partner-title {
    font-size: 26px;
  }

  .partner-subtitle {
    font-size: 15px;
    line-height: 26px;
  }

  .partner-content {
    padding: 22px;
  }

  .partner-content p {
    font-size: 15px;
    line-height: 28px;
  }

  .partner-brand {
    padding: 18px;
  }

  .partner-logos {
    gap: 12px;
  }

  .partner-item {
    min-height: 90px;
    padding: 10px;
  }

  .partner-item img {
    max-height: 55px;
  }
}
