/* Container */
.dv-container {
  width: 1440px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.dv-content {
  flex: 1;
}
.dv-header {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  height: 39px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  padding: 8px 40px 8px 40px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.dv-header-contact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dv-header-icon-mail {
  width: 20px;
  height: 16px;
}
.dv-header-icon-phone {
  width: 16px;
  height: 16px;
}
.dv-banner-section {
  width: 1440px;
  height: 590px;
  background: #F5F5F5;
  margin: 200px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dv-banner-inner {
  width: 1299px;
  height: 550px;
  background: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.dv-banner-img {
  width: 533px;
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
  filter: none;
  opacity: 1;
  background: none;
  box-shadow: none;
  margin-left: 0;
}
.dv-banner-img-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.dv-banner-img-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.dv-banner-img-small-1 {
  width: 378px;
  height: 189px;
  object-fit: cover;
  border-radius: 16px;
}
.dv-banner-img-small-2 {
  width: 378px;
  height: 189px;
  object-fit: cover;
  border-radius: 16px;
  margin-top: 12px;
}
.dv-banner-img-small-3 {
  width: 342px;
  height: 401px;
  object-fit: cover;
  border-radius: 16px;
  margin-left: 410px;
  margin-top: -410px;
}
.dv-banner-content {
  display: flex;
  flex-direction: column;
  margin-left: 28px;
  height: 100%;
}
.dv-banner-title-wrap {
  border-radius: 20px;
  background: #FFF;
  width: 738px;
  height: 123px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
.dv-banner-title {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 37.056px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 668px;
  height: 55px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* --- Nhóm khách hàng mà THD hướng đến --- */
.dv-customer-group-section {
  width: 1174px;
  height: 443px;
  margin: 40px auto 0 auto;
  margin-left: 133px;
  margin-right: 133px;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 120px;
}
.dv-customer-group-title {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 54px;
  align-self: stretch;
  margin: 40px auto 0 auto;
  width: 1174px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-customer-group-list {
  width: 1174px;
  height: 357px;
  margin-top: 32px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.dv-customer-group-card {
  border-radius: 20px;
  background: #F1F1F1;
  width: 263px;
  height: 357px;
  padding: 25px 19px 7px 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  box-shadow: none;
  transition: background 0.3s, box-shadow 0.3s;
  cursor: pointer;
  color: #000;
}
.dv-customer-group-card.dv-customer-group-card-active,
.dv-customer-group-card:hover {
  background: #D72323;
  box-shadow: 10px 10px 12.8px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
}
.dv-customer-group-iconwrap {
  border-radius: 20px;
  background: #FFF;
  display: flex;
  width: 111px;
  height: 111px;
  padding: 25px 25px 26px 26px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.dv-customer-group-iconwrap svg {
  width: 60px;
  height: 60px;
  display: block;
}
.dv-customer-group-title-text {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-self: stretch;
  margin-top: 27px;
  margin-bottom: 27px;
  transition: color 0.3s, font-style 0.3s, font-weight 0.3s;
}
.dv-customer-group-desc {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  height: 91px;
  align-self: stretch;
  transition: color 0.3s, font-style 0.3s, font-weight 0.3s;
}
.dv-customer-group-card.dv-customer-group-card-active .dv-customer-group-title-text,
.dv-customer-group-card.dv-customer-group-card-active .dv-customer-group-desc {
  color: #FFF;
  font-style: italic;
  font-weight: 200;
}
.dv-customer-group-card:hover .dv-customer-group-title-text,
.dv-customer-group-card:hover .dv-customer-group-desc {
  color: #FFF;
  font-style: italic;
  font-weight: 200;
}
.dv-description-section {
  width: 1112px;
  height: 449px;
  margin: 40px auto 0 auto;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
}
.dv-description-title {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 54px;
  flex-shrink: 0;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.dv-description-content-row {
  width: 100%;
  height: calc(100% - 54px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dv-description-content-text {
  width: 659px;
  height: 363px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #000;
  text-align: justify;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
.dv-description-img {
  width: 433px;
  height: 362px;
  margin-left: 20px;
  border-radius: 20px;
  object-fit: cover;
  flex-shrink: 0;
}
.dv-team-section {
  width: 1301px;
  margin: 40px auto 0 auto;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
}
.dv-team-title {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 54px;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-team-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 80px;
  align-items: center;
  width: 100%;
  align-items: flex-start !important;
}
.dv-team-card {
  width: 1301px !important;
  height: 350px !important;
  max-width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(215, 35, 35, 0.30);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto 32px auto;
  box-sizing: border-box;
  padding: 0;
  align-items: flex-start !important;
}
.dv-team-card-img {
  width: 220px;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
  flex-shrink: 0;
}
.dv-team-card-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  position: relative;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.dv-team-card-iconwrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.dv-team-card-iconwrap > div {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: #D72323;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  margin: 0 auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.dv-team-card-icon {
  width: 48px;
  height: 48px;
  fill: #fff;
}
.dv-team-card-title {
  width: 486px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
  margin-bottom: 10px;
  color: #D72323;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  align-self: stretch;
  word-break: break-word;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-team-card-desc {
  align-self: stretch;
  color: #000;
  text-align: justify;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  width: 486px;
  max-width: 100%;
  margin: 0 auto;
  word-break: break-word;
  white-space: normal;
}
.dv-team-card-img-left {
  width: 375px;
  height: 347px;
  flex-shrink: 0;
  border-radius: 20px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.dv-team-card-img-right, .dv-team-card img.right {
  width: 375px;
  height: 347px;
  flex-shrink: 0;
  border-radius: 20px;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.dv-service-packages-section {
  width: 1267px;
  height: 870px;
  margin: 40px auto 0 auto;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
.dv-service-packages-title {
  width: 100%;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 54px;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
}
.dv-service-packages-list {
  width: 1275.31px;
  height: 784px;
  background: #fff;
  border-radius: 20px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 15.68px;
}
.dv-service-package-card {
  position: relative;
  width: 182.93px;
  height: 784px;
  transition: width 0.3s, height 0.3s;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(215, 35, 35, 0.10);
  cursor: pointer;
  background: #fff;
  z-index: 1;
}
.dv-service-package-card-active {
  width: 679.47px;
  z-index: 2;
  /* background: #ffeaea !important; */
  /* border: 2px solid #d72323 !important; */
}
.dv-service-package-title {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-align: left;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 0 auto;
  width: 80px;
  white-space: normal;
  overflow-wrap: break-word;
  background: rgba(215, 35, 35, 0.85);
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 3;
  box-shadow: 0 2px 8px 0 rgba(215, 35, 35, 0.10);
}
.dv-service-package-title-vertical-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  z-index: 3;
}
.dv-service-package-title-vertical {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  writing-mode: vertical-rl;
  text-align: center;
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: 80px;
  background: none;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  box-shadow: none;
  transform: rotate(180deg);
  margin-bottom: 10px !important;
}
.dv-service-package-title-vertical-divider {
  position: absolute;
  right: -18px;
  bottom: 10px;
  width: 2px;
  height: 120px;
  background: #FFF;
  border-radius: 1px;
  content: '';
  display: block;
}
.dv-service-package-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: none;
  box-shadow: none;
  border-radius: 20px;
}
.dv-service-package-overlay {
  display: flex;
  width: 680px;
  height: 512px;
  justify-content: flex-start;
  align-items: flex-end;
  flex-shrink: 0;
  background: rgba(0,0,0,0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  border-radius: 0 0 20px 20px;
  padding: 0;
  box-sizing: border-box;
}
.dv-service-package-card-active .dv-service-package-overlay {
  opacity: 1;
  pointer-events: auto;
}
.dv-service-package-overlay-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
}
.dv-service-package-overlay-title-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}
.dv-service-package-overlay-title {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.dv-service-package-overlay-divider {
  width: 90%;
  height: 1.5px;
  background: #FFF;
  margin: 8px 0 0 0;
  border-radius: 1px;
}
.dv-service-package-overlay-desc {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.dv-price-section {
  width: 1250px;
  height: 501px;
  border: 5px solid #D72323;
  border-radius: 20px;
  background: #FFF;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.dv-price-title {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 54px;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-price-content-row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px 52px 40px 52px;
  gap: 0;
}
.dv-price-content-left {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}
.dv-price-service-title {
  color: #D72323;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
}
.dv-price-service-main {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
}
.dv-price-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.dv-price-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.dv-price-list-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dv-price-list-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: Inter, sans-serif;
  line-height: 150%;
  text-align: left;
}
.dv-price-content-right {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 20px;
}
.dv-price-value {
  color: #D72323;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
}
.dv-price-note-list {
  display: flex;
  flex-direction: column;
  gap: 44px;
  width: 100%;
  align-items: flex-start;
}
.dv-price-note-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.dv-price-note-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dv-price-note-text {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  display: flex;
  align-items: center;
}
.dv-price-quote-btn {
  margin-top: 32px;
  width: 270px;
  height: 44px;
  border-radius: 30px;
  background: #F1F1F1;
  box-shadow: 2px 4px 7.3px 0px rgba(0, 0, 0, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  text-align: left;
}
.dv-price-quote-btn-hover, .dv-price-quote-btn:hover {
  background: #D72323;
  color: #FFF;
}
.dv-related-section {
  margin-top: 40px;
  width: 100%;
  max-width: 1267px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dv-related-title {
  width: 100%;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.dv-related-carousel {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.dv-related-arrow {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.dv-related-arrow-img {
  width: 30px;
  height: 30px;
}
.dv-related-arrow-active {
  filter: brightness(0.8);
}
.dv-related-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.dv-related-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
  padding: 16px;
}
.dv-related-card-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 20px;
}
.dv-related-card-label {
  margin-top: 8px;
  color: #222;
  font-size: 16px;
  text-align: center;
}
.dv-service-package-card-active .dv-service-package-title-vertical-wrap {
  display: none;
}

/* ==== Dịch vụ đi kèm (carousel) - dv-extra-service- (chuẩn frame-g) ==== */
.dv-extra-service-section {
  width: 1112px;
  height: 493px;
  margin: 32px auto 0 auto;
  position: relative;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.dv-extra-service-title {
  width: 1112px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 54px;
  font-family: 'Inter', sans-serif;
}
.dv-extra-service-carousel {
  width: 1112px;
  height: 407px;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dv-extra-service-list {
  width: 938px;
  height: 407px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.dv-extra-service-card {
  width: 302px;
  height: 407px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: #fff;
  box-sizing: border-box;
  transition: background 0.3s, outline 0.3s;
}
.dv-extra-service-card-img {
  width: 299px;
  height: 330px;
  border-top-left-radius: 40px;
  object-fit: cover;
  display: block;
  background: #fff;
}
.dv-extra-service-card-label {
  width: 264px;
  height: 44px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  transition: background 0.3s, color 0.3s;
}
.dv-extra-service-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.dv-extra-service-arrow-left {
  left: 0;
}
.dv-extra-service-arrow-right {
  right: 0;
}
.dv-extra-service-arrow-img {
  width: 30px;
  height: 30px;
  display: block;
}
.dv-extra-service-arrow.dv-extra-service-arrow-active .dv-extra-service-arrow-img,
.dv-extra-service-arrow:hover .dv-extra-service-arrow-img {
  background: #f1f1f1;
  border-radius: 50%;
}
.dv-extra-service-card:hover {
  background: #d72323;
  outline: 2.5px solid #d72323;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.dv-extra-service-card:hover .dv-extra-service-card-label {
  background: #d72323;
  color: #fff;
}

/* ==== Khung đỏ thông tin về giá - dv-redbox- ==== */
.dv-redbox {
  width: 1250px;
  height: 647px;
  margin: 32px auto 0 auto;
  position: relative;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.dv-redbox-header {
  width: 1250px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-redbox-header h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 54px;
}
.dv-redbox-content {
  width: 1250px;
  height: 561px;
  margin-top: 32px;
  border-radius: 20px;
  border: 5px solid #d72323;
  background: #fff;
  position: relative;
}
.dv-redbox-info {
  width: 544px;
  height: 158px;
  position: absolute;
  left: 52px;
  top: 45px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.dv-redbox-info-title {
  align-self: stretch;
  color: #D72323;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-bottom: 14px;
}
.dv-redbox-info-main {
  align-self: stretch;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 37.056px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 55.584px */
}
.dv-redbox-price {
  position: absolute;
  width: 440px;
  height: 120px;
  top: 72px;
  left: 737px;
  display: flex;
  align-items: flex-start;
  background: none;
}
.dv-redbox-price-text {
  width: 440px;
  color: #D72323;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
}
.dv-redbox-note {
  position: absolute;
  width: 501px;
  background: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dv-redbox-note-1 {
  height: 68px;
  top: 164px; /* 244 - 20 */
  left: 737px;
}
.dv-redbox-note-2 {
  height: 44px;
  top: 240px; /* 330 - 20 */
  left: 737px;
  display: flex;
  align-items: center;
}
.dv-redbox-note-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.dv-redbox-note-2 .dv-redbox-note-icon {
  margin-top: 3px;
}
.dv-redbox-note-text {
  color: #000 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 150% !important; /* 24px */
  display: flex;
  align-items: center;
  margin: 0;
}
.dv-redbox-note-3 {
  height: 44px;
  top: 306px; /* 386 - 20 */
  left: 737px;
  position: absolute;
  display: flex;
  align-items: center;
}
.dv-redbox-note-3 .dv-redbox-note-icon {
  margin-top: 3px;
}
.dv-redbox-cta {
  position: absolute;
  width: 315px;
  height: 50px;
  left: 750px; /* Dời sang phải so với left cũ 461px */
  top: 430px; /* Đặt dưới 3 khung note */
  background: #F1F1F1;
  border-radius: 60px;
  box-shadow: 2px 4px 7.3px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  z-index: 2;
}
.dv-redbox-cta-text {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  width: 100%;
}
.dv-redbox-cta:hover {
  background: #D72323;
  box-shadow: none;
}
.dv-redbox-cta:hover .dv-redbox-cta-text {
  color: #fff;
}
.dv-redbox-cta,
.dv-redbox-cta-text,
.dv-redbox-cta:hover,
.dv-redbox-cta:focus {
  text-decoration: none !important;
}
.dv-redbox-feature-group {
  position: absolute;
  left: 52px;
  top: 222px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.dv-redbox-feature {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 0;
}
.dv-redbox-feature:nth-child(1) {
  width: 650px;
  height: 44px;
  margin-top: 20px;
}
.dv-redbox-feature:nth-child(2) {
  width: 489px;
  height: 44px;
  margin-top: 0;
}
.dv-redbox-feature:nth-child(3) {
  width: 424px;
  height: 44px;
  margin-top: 0;
}
.dv-redbox-feature:nth-child(4) {
  width: 519px;
  height: 44px;
  margin-top: 0;
}
.dv-redbox-feature-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dv-redbox-feature-text {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.dv-customer-group-card {
  background: #F1F1F1;
  box-shadow: none;
  color: #000;
}
.dv-customer-group-card.dv-customer-group-card-active,
.dv-customer-group-card:hover {
  background: #D72323;
  box-shadow: 10px 10px 12.8px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
}
.dv-customer-group-card.dv-customer-group-card-active .dv-customer-group-title-text,
.dv-customer-group-card.dv-customer-group-card-active .dv-customer-group-desc {
  color: #FFF;
  font-style: italic;
  font-weight: 200;
}

.dv-service-desc-section {
  width: 1112px;
  height: 449px;
  margin: 40px auto 0 auto;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.dv-service-desc-title {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  margin-top: 0;
}
.dv-service-desc-content {
  width: 100%;
  height: calc(100% - 54px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dv-service-desc-text {
  width: 659px;
  height: 363px;
  color: #000;
  text-align: justify;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  display: flex;
  align-items: center;
}
.dv-service-desc-img {
  width: 433px;
  height: 362px;
  margin-left: 20px;
  border-radius: 20px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.dv-package-def-section {
  width: 1267px;
  height: 870px;
  margin: 40px auto 0 auto;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
.section-title {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}
.solution-list-vertical {
  width: 1275.31px;
  height: 784px;
  background: #fff;
  border-radius: 0;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 15.68px;
}
.solution-vertical-card {
  position: relative;
  width: 182.93px;
  height: 784px;
  border-radius: 0;
  overflow: hidden;
  transition: width 0.3s, height 0.3s;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 1;
}
.solution-vertical-card.active,
.solution-vertical-card:hover {
  width: 679.47px;
  z-index: 2;
}
.vertical-title {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-align: left;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 0 auto;
  white-space: normal;
  overflow-wrap: break-word;
  height: 100%;
  width: fit-content;
}
.solution-vertical-card:not(.active):not(:hover) .vertical-title {
  position: relative;
  z-index: 2;
  color: #FFF;
  writing-mode: vertical-rl;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 0 auto;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  box-shadow: none;
  transform: rotate(180deg);
}
.solution-vertical-card:not(.active):not(:hover) .vertical-title-divider {
  position: absolute;
  left: 8px;
  top: 12px;
  width: 3.92px;
  height: calc(100% - 500px);
  background: #FFF;
  border-radius: 2px;
  content: "";
  display: block;
}
.solution-vertical-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.vertical-overlay {
  display: flex;
  width: 679.467px;
  height: 512.213px;
  padding: 108.453px 37.893px 107.147px 37.893px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  transition: opacity 0.3s ease-in-out;
  border-radius: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.vertical-overlay-content {
  width: 603.68px;
  height: 296.613px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: none;
}
.vertical-overlay-title {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 25px;
}
.vertical-overlay-desc {
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  display: flex;
  height: 207.76px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  margin-top: 31.36px;
}
.solution-vertical-card.active .vertical-overlay,
.solution-vertical-card:hover .vertical-overlay {
  opacity: 1;
  pointer-events: auto;
}

.service-definition-title {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 54px;
  align-self: stretch;
  margin-top: 150px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-redbox-feature,
.dv-redbox-feature * {
  font-family: 'Inter', sans-serif !important;
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

