.header-content {width: 650px; margin: 150px 0 0}
.title-header {width: 612px; text-align: center; font-size: 35px; min-inline-size: fit-content; font-weight: bold; padding: 0px 4px; box-sizing: border-box; border-radius: 0px; font-family: Roboto; color: rgb(255, 255, 255); margin-bottom: 20px}
.content-header {font-size: 19px; min-inline-size: fit-content; padding: 0px 4px 25px 35px; box-sizing: border-box; border-radius: 0px; font-family: Roboto; color: rgb(255, 255, 255); text-align: left}
.button_pink {background: none 0% 0% / auto repeat scroll padding-box border-box rgb(235, 47, 150); font-weight: bold; text-align: center; box-sizing: border-box; width: 297px; height: 66px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 10px; color: rgb(255, 255, 255); font-size: 20px; margin: auto}

/* Container chính chia làm 2 cột trên Desktop */
.marketing-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px;
  font-family: Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}
div.description {font-size: 20px;}
/* Phần nội dung bên trái */
.main-content {
  flex: 1;
  min-width: 300px;
}

.title {
  color: #004a99;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}
.line {border-top: 2px solid rgb(255, 22, 22); border-right-width: 117px; border-right-style: solid;  border-right-color: rgb(255, 22, 22); border-bottom-width: unset; border-bottom-style: solid; border-bottom-color: rgb(255, 22, 22); border-left-width: unset; border-left-style: solid; border-left-color: rgb(255, 22, 22); height: 2px; width: 117px; margin-top: 20px; margin-bottom: 20px; border-radius: 0px; box-sizing: border-box; border-bottom: unset !important; border-right: unset !important;}
.main-image img {
  width: 100%;
  height: auto;
}

/* Grid bên phải cho 4 item */
.features-grid {
  flex: 1;
  display: grid;
  /* Chia làm 2 cột, mỗi cột chiếm 1 phần bằng nhau */
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px;
}

/* Item con */
.feature-item {
  text-align: center;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Khi ẩn 1 element bằng display: none, các item khác sẽ tự động lấp chỗ */
.feature-item[style*="display: none"] {
  display: none;
}

.feature-item img {
  width: 60px;
  margin-bottom: 15px;
}

.feature-item h3 {
  color: #004a99;
  font-size: 20px;
  margin-bottom: 10px;
  min-inline-size: fit-content;
  font-weight: bold;
  padding: 0px 4px;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: Roboto;
  color: rgb(1, 67, 157);
  text-align: center;
}

.feature-item p {
  font-size: 17px;
  color: #666;
  line-height: 1.5;
  min-inline-size: fit-content;
  padding: 0px 4px;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: Roboto;
  text-align: justify;
}

/* Responsive cho Mobile < 600px */
@media (max-width: 600px) {
  .marketing-container {
      flex-direction: column; /* Chuyển nội dung chính lên trên, grid xuống dưới */
  }

  .features-grid {
      grid-template-columns: 1fr; /* Mỗi item chiếm 1 dòng duy nhất */
  }
  
  .main-content {
      text-align: center;
  }
}

#TITLE34, #LINE7, #TITLE35 {
  position: static !important;
  width: 540px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
#TITLE34 {margin-top: 30px}
/* Tiêu đề chính */
#TITLE34 h3 {
  color: #004693;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

/* Đường line đỏ */
#LINE7 {
  margin: 20px auto;
}

#LINE7 div {
  width: 117px;
  height: 3px;
  background-color: #ff1616;
}
#TITLE35 {
  margin-bottom: 30px;
}
#TITLE35 h3 {
  font-size: 20px;
  min-inline-size: fit-content;
  padding: 0px 4px;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: Roboto;
  text-align: center
}
.benefits-grid {
  display: grid;
  /* Chia 3 cột bằng nhau trên Desktop */
  grid-template-columns: repeat(3, 1fr); 
  gap: 40px 30px; /* Khoảng cách giữa các ô */
  width: 100%;
  padding: 20px 0;
}

.benefit-item {
  display: flex; /* Dùng flex bên trong mỗi item để Icon nằm cạnh Text */
  align-items: flex-start; /* Icon luôn nằm trên đầu nếu text dài */
  gap: 15px;
}

/* Thiết kế Icon hình tròn */
.benefit-icon {
  flex-shrink: 0; /* Không cho icon bị bóp méo */
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

/* Đổ màu icon theo từng loại (ví dụ) */
.purple { background-color: rgb(235, 229, 252); color: #a855f7; }
.blue   { background-color: #d9edf9; color: #0ea5e9; }
.cyan {background-color: #a0f3d6; color:#a0f3d6;}
.orange { background-color: #fde0e0; color: #ff5722; }
.pink  { background-color: #f599c5; color: #e71d7f; }

/* Nội dung văn bản */
.benefit-content h3 {
  margin: 0 0 8px 0;
  line-height: 1.4;
  font-size: 20px;
  min-inline-size: fit-content;
  font-weight: bold;
  padding: 0px 4px;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: Roboto;
  color: rgb(1, 67, 157);
  text-align: left;
}

.benefit-content p {
  margin: 0;
  color: #666;
  line-height: 1.6;
  font-size: 17px;
  min-inline-size: fit-content;
  padding: 0px 4px;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: Roboto;
  text-align: left;
}

/* --- RESPONSIVE --- */

/* Màn hình Tablet/Laptop nhỏ: 2 cột */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Màn hình Mobile: 1 cột */
@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    width: 96%; margin-left: 2%; margin-right: 2%;
  }
  #TITLE34, #LINE7, #TITLE35 {width: 94%; margin-left:3%; margin-right: 3%}
  #TITLE35 h3 {width: 100%; font-size: 20px}
}

.category-grid {display: grid; gap: 20px; padding: 20px; grid-template-columns: repeat(5, 1fr)}
.category-item {position: relative; aspect-ratio: 16 / 9; border: 1px solid #eee; border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05)
}
.kol-grid {display: grid; gap:10px; padding: 0; grid-template-columns: repeat(3, 1fr); margin: 30px 0 25px}
.kol-item {position: relative; aspect-ratio: 16 / 16; border: 0; border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center}
.category-item img, .kol-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}
/* Chữ hiển thị trên ô */
.category-item span {
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #004693;
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8); /* Nền mờ để dễ đọc chữ trên ảnh */
  width: 100%;
}

/* --- RESPONSIVE THEO YÊU CẦU --- */

/* Màn hình từ 600px đến 1024px: Hiển thị 3 cột */
@media (max-width: 1024px) and (min-width: 601px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Màn hình nhỏ hơn hoặc bằng 600px: Hiển thị 2 cột */
@media (max-width: 600px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .kol-grid {grid-template-columns: repeat(1, 1fr); gap: 10px; margin: 5px 0}
  .header-content {width: 96%; margin: 180px 2% 0 2%}
  .title-header {width: 100%; font-size: 20px}
}
/* Container chính */
.services-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 40px 30px;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Từng khối dịch vụ */
.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%; /* Đảm bảo item lấp đầy ô lưới */
}

/* Cố định khung ảnh */
.service-image {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ảnh sẽ luôn nằm gọn trong khung 250px, không bị méo */
}

/* Nội dung text */
.service-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* Giúp các box có chiều cao bằng nhau nếu cần */
  width: 100%;
}
.service-content h3 {text-align: center; font-size: 30px; font-weight: bold; min-inline-size: fit-content; padding: 0px 4px; border-radius: 0px; font-family: Roboto; color: rgb(1, 67, 157)}
.service-content .description {font-size: 20px; min-inline-size: fit-content; padding: 0px 4px; box-sizing: border-box; border-radius: 0px; font-family: Roboto; text-align: center}
.service-content ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}
.service-content div.content-item {font-size: 20px}
.service-content ul li {padding: 0px 4px;box-sizing: border-box; border-radius: 0px; font-weight: bold; line-height: 1.6; font-size: 20px}
.service-content ul li::before {
  content: "•";
  margin-right: 8px;
  font-weight: bold;
}
.service-content button {background: none 0% 0% / auto repeat scroll padding-box border-box rgb(235, 47, 150); font-weight: bold; text-align: center; box-sizing: border-box; width: 232px; height: 61px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 10px; color: rgb(255, 255, 255)}
.service-content button span {font-size: 20px; width: auto}
/* --- RESPONSIVE THEO YÊU CẦU --- */

/* Màn hình từ 1024px trở xuống hiển thị 1 cột */
@media (max-width: 1024px) {
  .services-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .service-content div.content-item {font-size: 20px; padding: 10px 15px}
  .service-image {
    height: auto; /* Có thể để auto ở mobile hoặc giữ cố định tùy ý bạn */
    max-height: 300px;
  }
  .service-content button {margin-left: 15px}
}
.diaChi, .dienThoai, .emailF {padding: 4px 0 4px 37px; font-size: 17px; min-inline-size: fit-content; box-sizing: border-box; border-radius: 0px; color: rgb(255, 255, 255); font-family: Roboto; line-height: 1.3}
.emailF a {color: white;}
.diaChi {background: transparent url(../img/location.png) left 10px no-repeat; background-size: 25px}
.dienThoai {background: transparent url(../img/phone.png) left 5px no-repeat; background-size: 25px}
.emailF {background: transparent url(../img/mail.png) left 5px no-repeat; background-size: 25px}