body, .dichvu-root, .dichvu-root * {
  font-family: 'Inter', sans-serif !important;
}
/* Layout ngoài */
.dichvu-root { max-width: 1440px; margin: 0 auto; min-height: 100vh; position: relative; width: 100%; }

/* Header */
.dichvu-header-bar { padding: 8px 0; font-size: 16px; font-family: Inter, sans-serif; display: flex; justify-content: flex-end; align-items: center; gap: 30px; height: 39px; margin-right: 20px; margin-bottom: 10px; }
.dichvu-header-contact { display: flex; align-items: center; gap: 8px; }
.dichvu-header-icon-mail { width: 20px; height: 16px; }
.dichvu-header-icon-phone { width: 16px; height: 16px; }

/* Banner + Carousel */
.dichvu-banner-container { width: 1443px; height: 626px; flex-shrink: 0; margin: 120px auto 0 auto; background: #fff; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; position: relative; }
.dichvu-banner-bg {
  width: 100%;
  height: 509px;
  border-radius: 0px 0px 25px 25px;
  position: relative;
  overflow: hidden;
}
.dichvu-banner-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
.dichvu-banner-logo { position: absolute; top: 97px; left: 114px; width: 187.849px; height: 76px; aspect-ratio: 187.85/76; flex-shrink: 0; z-index: 3; object-fit: cover; }
.dichvu-banner-title { position: absolute; top: 173px; left: 144px; width: 565px; height: 93px; color: #FFF; font-family: Inter; font-size: 64px; font-style: normal; font-weight: 700; line-height: normal; flex-shrink: 0; z-index: 3; }
.dichvu-banner-carousel-img { position: absolute; top: 13px; left: 710px; width: 539px; height: 429px; flex-shrink: 0; border-radius: 30px; z-index: 3; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.dichvu-banner-carousel-img-inner { border-radius: 30px; display: block; user-select: none; -webkit-user-drag: none; object-fit: cover; }
.dichvu-banner-arrow { position: absolute; width: 48px; height: 48px; display: inline-flex; padding: 10px; align-items: center; gap: 10px; z-index: 3; justify-content: center; cursor: pointer; }
.dichvu-banner-arrow-prev { top: 288px; left: 305px; }
.dichvu-banner-arrow-next { top: 288px; left: 373px; }

/* Tabs dưới banner */
.dichvu-banner-tabs-container { width: 1288px; height: 171px; flex-shrink: 0; border-radius: 10px; background: #FFF; box-shadow: 0px 4px 12px 0px rgba(0, 10, 1, 0.20); position: absolute; left: 79px; top: 455px; z-index: 2; display: flex; align-items: center; justify-content: center; }
.dichvu-banner-tabs-inner { width: 1165px; height: 92px; display: flex; align-items: center; justify-content: center; gap: 40px; margin: 0 auto; }
.dichvu-banner-tab { display: flex; width: 201px; height: 92px; padding: 0; justify-content: flex-start; align-items: center; gap: 0; flex-shrink: 0; position: relative; border-right: 1px solid #000; box-sizing: border-box; background: #FFF; }
.dichvu-banner-tab.active { background: #F5F5F5; border-right: 1px solid #D72323; }
.dichvu-banner-tab-label { color: #000; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 500; line-height: normal; width: 141px; height: 57px; display: flex; align-items: center; padding-left: 5px; white-space: normal; word-break: break-word; }
.dichvu-banner-tab-label.active { color: #D72323; }
.dichvu-banner-tab-center { justify-content: center !important; text-align: center !important; }
.dichvu-banner-tab-left { justify-content: flex-start !important; text-align: left !important; padding-left: 5px !important; }
.dichvu-banner-tab-gap { gap: 25px !important; }
.dichvu-banner-tab-gap10 { gap: 10px !important; }
.dichvu-banner-tab-padding10 { padding: 10px !important; }

/* Main section */
.dichvu-main-section { display: block; width: 1251px; margin: 42px auto 0 auto; padding-top: 42px; background: #fff; }
.dichvu-main-title { color: #000; text-align: center; font-family: Inter; font-size: 40px; font-style: normal; font-weight: 700; line-height: 150%; height: 55.584px; width: 100%; display: block; margin-bottom: 42px; }
.dichvu-card-list { display: flex; flex-direction: column; align-items: center; width: 100%; gap: 80px; }
.dichvu-card-listrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 220px;
  margin-left: -400px;
}
.dichvu-card-listblock {
  flex: 1;
}
.dichvu-card-detail-linkwrap {
  min-width: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-left: 32px;
}
.dichvu-detail-linkwrap.first {
  padding-left: 40px;
  margin-top: 170px !important;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.dichvu-detail-linkwrap.second {
  margin-top: 110px !important;
}
.dichvu-detail-linkwrap.third {
  padding-left: 110px;
  margin-top: 110px !important;
}
.dichvu-detail-linkwrap.fourth {
  margin-left: 60px;
  margin-top: 110px !important;
}
.dichvu-detail-linkwrap.fifth {
  margin-left: 100px;
  margin-top: 110px !important;
}

/* Card dịch vụ */
.dichvu-card { width: 100%; height: 377px; border-radius: 16px; background: #FFF; display: flex; justify-content: flex-start; align-items: center; }
.dichvu-card.reverse { flex-direction: row-reverse; }
.dichvu-card-img { width: 527px; height: 377px; border-radius: 20px; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; flex-shrink: 0; }
.dichvu-card-content { width: 680px; height: 377px; display: grid; grid-template-rows: repeat(6, minmax(0, 1fr)); grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 129px; }
.dichvu-card-content.ml { margin-left: 40px; }
.dichvu-card-content.mr { margin-right: 40px; }
.dichvu-card-number { grid-row: 1 / span 1; grid-column: 1 / span 1; color: #D72323; text-align: center; font-family: Inter; font-size: 32px; font-style: normal; font-weight: 700; line-height: 150%; align-self: start; justify-self: start; }
.dichvu-card-title { color: #000; font-family: Inter; font-size: 36px; font-style: normal; font-weight: 700; line-height: 150%; flex: 1 0 0; align-self: stretch; grid-row: 2 / span 1; grid-column: 1 / span 2; }
.dichvu-card-desc { color: #000; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; line-height: 150%; grid-row: 3 / span 1; grid-column: 1 / span 2; margin-top: 8px; }
.dichvu-card-listitem,
.dichvu-card-listblock > .dichvu-card-listitem,
.dichvu-card-listrow > .dichvu-card-listitem,
.dichvu-card-list > .dichvu-card-listitem,
.dichvu-card-content > .dichvu-card-listitem {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.dichvu-card-listitem:last-child,
.dichvu-card-listblock > .dichvu-card-listitem:last-child,
.dichvu-card-listrow > .dichvu-card-listitem:last-child,
.dichvu-card-list > .dichvu-card-listitem:last-child,
.dichvu-card-content > .dichvu-card-listitem:last-child {
  margin-bottom: 0;
}
.dichvu-card-listitem-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}
.dichvu-card-listitem-text {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dichvu-card-listitem + .dichvu-card-listitem { margin-top: 10px; }
.dichvu-card-listitem:last-child { margin-top: 20px; }
.dichvu-card-detail { display: flex; align-items: center; gap: 64px; }
.dichvu-card-detail-linkwrap {
  margin-top: 24px;
  text-align: right;
  
}

/* Link chi tiết */
.dichvu-detail-link {
  border-radius: 60px;
  background: #FFF;
  display: flex;
  width: 193px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
.dichvu-detail-link:hover,
.dichvu-detail-link.active {
  background: #D72323;
}
.dichvu-detail-link-text {
  color: #D72323;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-right: 10px;
  transition: color 0.2s;
}
.dichvu-detail-link:hover .dichvu-detail-link-text,
.dichvu-detail-link.active .dichvu-detail-link-text {
  color: #FFF;
}
.dichvu-detail-link-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.dichvu-detail-link-arrow path {
  transition: fill 0.2s;
}
.dichvu-detail-link:hover .dichvu-detail-link-arrow path,
.dichvu-detail-link.active .dichvu-detail-link-arrow path {
  fill: #FFF;
}
.dichvu-card-detail-linkwrap.third {
  padding-left: 110px;
  margin-top: 80px;
}

.dichvu-card-detail-linkwrap.fourth {
  margin-left: 60px;
  margin-top: 80px;
}

.dichvu-card-detail-linkwrap.fifth {
  margin-left: 100px;
  margin-top: 80px;
}
/* Khung chất lượng dịch vụ */
.dichvu-quality-section {
  width: 1323px;
  height: 590px;
  margin: 40px auto 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 88px;
}
.dichvu-quality-title { width: 576px; height: 63px; flex-shrink: 0; color: #000; font-family: Inter; font-size: 40px; font-style: normal; font-weight: 700; line-height: 150%; margin: 32px 0 0 0; text-align: center; }
.dichvu-quality-content { display: flex; flex-direction: row; justify-content: center; align-items: flex-start; gap: 40px; }
.dichvu-quality-imgbox { width: 558px; height: 519px; border-radius: 16px; position: relative; }
.dichvu-quality-img1 { position: absolute; top: 0; left: 0; width: 347px; height: 471px; border-radius: 20px; background: url(/images/dv-im11.png) lightgray 50%/cover no-repeat; flex-shrink: 0; }
.dichvu-quality-img2 { position: absolute; bottom: 0; right: 0; width: 281px; height: 399px; border-radius: 20px; border: 5px solid #FFF; background: url(/images/dv-im12.png) lightgray 50%/cover no-repeat; flex-shrink: 0; }
.dichvu-quality-textbox { width: 720px; height: 503px; border-radius: 16px; }
.dichvu-quality-desc { width: 720px; height: 326px; border-radius: 16px; display: flex; flex-direction: column; justify-content: center; flex: 1 0 0; align-self: stretch; color: #000; text-align: justify; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; line-height: 200%; margin-top: 8px; }
.dichvu-quality-icons { width: 720px; height: 155px; margin-top: 0px; border-radius: 16px; display: flex; flex-direction: row; gap: 20px; align-items: center; justify-content: center; position: relative; }
.dichvu-quality-divider { position: absolute; top: 50%; transform: translateY(-40px); left: 0; width: 100%; height: 1px; background: #362F2F; opacity: 0.3; z-index: 0; }
.dichvu-quality-iconbox { position: relative; z-index: 1; width: 165px; height: 154px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; background: transparent; }
.dichvu-quality-iconlabel { color: #362F2F; text-align: center; font-family: Inter; font-size: 12px; font-style: normal; font-weight: 700; line-height: 200%; display: flex; flex-direction: column; justify-content: center; flex: 1 0 0; align-self: stretch; }

.dichvu-tabs-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  min-height: 80px;
  border: none;
  box-shadow: none;
  position: relative;
}
.dichvu-tab {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  cursor: pointer;
  background: #fff;
  border-right: 1.5px solid #E0E0E0;
  transition: background 0.2s, color 0.2s;
  color: #222;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  min-width: 0;
  border-radius: 0;
}
.dichvu-tab:last-child {
  border-right: none;
}
.dichvu-tab.active {
  background: #FFF4F4;
  color: #D72323;
}
.dichvu-tab-label {
  flex: 1 1 auto;
  white-space: pre-line;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
.dichvu-tab-iconwrap {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.dichvu-tab-icon {
  width: 32px;
  height: 32px;
  color: #222;
  display: block;
  transition: color 0.2s;
}
.dichvu-tab.active .dichvu-tab-icon {
  color: #D72323;
}
.dichvu-tab-imgicon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%);
  transition: filter 0.2s;
}
.dichvu-tab {
  background: #fff;
  color: #222;
}
.dichvu-tab.active {
  background: #F5F5F5;
  color: #D72323;
}
.dichvu-tab.active .dichvu-tab-imgicon {
  filter: brightness(0) saturate(100%) invert(24%) sepia(92%) saturate(7492%) hue-rotate(355deg) brightness(97%) contrast(105%);
}
.dichvu-quality-desc-highlight {
  color: #D72323;
  font-weight: 600;
}
.dichvu-quality-desc { margin-top: 40px; }
.dichvu-quality-iconimg {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 12px auto;
}
.dichvu-quality-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  position: relative;
}
.dichvu-quality-icons-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 2px;
  background: #362F2F;
  z-index: 0;
}
.dichvu-quality-iconbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 140px;
  position: relative;
  z-index: 1;
  background: transparent;
}
.dichvu-quality-divider { display: none; }
.dichvu-quality-desc {
  white-space: normal !important;
  width: 100%;
  max-width: 100%;
  display: block;
}
.dichvu-banner-tab-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 10px;
  fill: #000;
  transition: fill 0.2s;
}
.dichvu-banner-tab.active .dichvu-banner-tab-icon {
  fill: #D72323;
}
.dichvu-banner-tab.active .dichvu-banner-tab-label {
  color: #D72323;
}
