.title {
  padding: 40px 0;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}

.img-box {
  padding-bottom: 40px;
  border-radius: 8px;
}
.img-box img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.content p {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
}
.content .row-1 .content ul {
  margin: 35px 0;
}
.content .row-1 .content ul li {
  padding: 5px 0;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
}

.lien-he {
  padding-bottom: 60px;
}
.lien-he .lien-he-cot {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.lien-he .lien-he-cot .cot-1,
.lien-he .lien-he-cot .cot-2 {
  padding: 24px 40px;
  border: 1px solid #f07c00;
  border-radius: 4px;
}
.lien-he .lien-he-cot .cot-1 .content .ten,
.lien-he .lien-he-cot .cot-2 .content .ten {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.lien-he .lien-he-cot .cot-1 .content .phone, .lien-he .lien-he-cot .cot-1 .content .mail,
.lien-he .lien-he-cot .cot-2 .content .phone,
.lien-he .lien-he-cot .cot-2 .content .mail {
  color: #f07c00;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.lien-he .lien-he-cot .cot-1 .content .phone img, .lien-he .lien-he-cot .cot-1 .content .mail img,
.lien-he .lien-he-cot .cot-2 .content .phone img,
.lien-he .lien-he-cot .cot-2 .content .mail img {
  margin-right: 5px;
}/*# sourceMappingURL=chitiet.css.map */