.main-content {
  padding: 40px 32px;
}

.bao-hiem .about-content {
  max-width: 805px;
}
@media (max-width: 834px) {
  .bao-hiem .about-content {
    max-width: 100%;
  }
}
.bao-hiem .brand-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 32px;
}
@media (max-width: 834px) {
  .bao-hiem .brand-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .bao-hiem .brand-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.bao-hiem .brand-list .brand-item {
  display: flex;
  padding: 24px 0px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 24px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}
.bao-hiem .brand-list .brand-item img {
  width: 100%;
  object-fit: cover;
}
.bao-hiem .brand-list .brand-item p {
  color: var(--Gray-900, #101828);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.bao-hiem .brand-list .brand-item span {
  color: var(--Primary-700, #032eff);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.bao-hiem .about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1024px) {
  .bao-hiem .about {
    grid-template-columns: 1fr;
  }
}
.bao-hiem .about .left > h1 {
  color: var(--Gray-800, #1d2939);
  margin-top: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 834px) {
  .bao-hiem .about .left > h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.bao-hiem .about .left > p {
  margin-top: 16px;
  color: var(--Gray-800, #1d2939);
  font-size: 18px;
  line-height: 28px;
}
.bao-hiem .about .left > ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.bao-hiem .about .left li {
  display: flex;
  gap: 16px;
}
.bao-hiem .about .left li .image {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  border: 8px solid var(--Primary-50, #e8f5ff);
  background: var(--Primary-100, #d5ebff);
}
.bao-hiem .about .left li .image img {
  width: 24px;
  height: 24px;
}
.bao-hiem .about .left li .content {
  margin-top: 10px;
}
.bao-hiem .about .left li .content p {
  color: var(--Gray-900, #101828);
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.bao-hiem .about .left li .content span {
  margin-top: 8px;
  color: var(--Gray-500, #667085);
  font-size: 16px;
  line-height: 24px;
}
.bao-hiem .about .right {
  border-radius: 32px;
  background: url("../../images/bao-hiem-1.png") lightgray;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 672px;
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.06)) drop-shadow(0px 1px 3px rgba(16, 24, 40, 0.1));
}
.bao-hiem .process {
  padding-top: 48px;
  border-top: 1px solid #d0d5dd;
}
.bao-hiem .process .list-tabs {
  margin-top: 40px;
}
.bao-hiem #tab-1,
.bao-hiem #tab-2 {
  position: relative;
  padding: 32px 0;
  display: flex;
  justify-content: center;
}
.bao-hiem #tab-1 .steps,
.bao-hiem #tab-2 .steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 1024px) {
  .bao-hiem #tab-1 .steps,
  .bao-hiem #tab-2 .steps {
    gap: 24px;
  }
}
.bao-hiem #tab-1 .steps::before,
.bao-hiem #tab-2 .steps::before {
  content: "";
  width: 3px;
  background: #1d2939;
  top: 40px;
  bottom: 40px;
  left: 293px;
  position: absolute;
}
@media (max-width: 1024px) {
  .bao-hiem #tab-1 .steps::before,
  .bao-hiem #tab-2 .steps::before {
    left: 243px;
  }
}
@media (max-width: 860px) {
  .bao-hiem #tab-1 .steps::before,
  .bao-hiem #tab-2 .steps::before {
    content: none;
  }
}
.bao-hiem #tab-1 .steps > p,
.bao-hiem #tab-2 .steps > p {
  color: var(--Gray-900, #101828);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  display: inline-block;
  position: absolute;
  left: 255px;
  top: -10px;
}
@media (max-width: 860px) {
  .bao-hiem #tab-1 .steps > p,
  .bao-hiem #tab-2 .steps > p {
    display: none;
  }
}
@media (max-width: 1024px) {
  .bao-hiem #tab-1 .steps > p,
  .bao-hiem #tab-2 .steps > p {
    left: 207px;
  }
}
.bao-hiem #tab-1 .content-container,
.bao-hiem #tab-2 .content-container {
  display: flex;
  align-items: center;
  position: relative;
}
.bao-hiem #tab-1 .content-container:last-child .step,
.bao-hiem #tab-2 .content-container:last-child .step {
  align-self: flex-end;
  margin-bottom: 40px;
}
.bao-hiem #tab-1 .content-container img,
.bao-hiem #tab-2 .content-container img {
  width: 175px;
  height: 175px;
  border-radius: 24px;
  object-fit: cover;
  margin-right: 80px;
}
@media (max-width: 1024px) {
  .bao-hiem #tab-1 .content-container img,
  .bao-hiem #tab-2 .content-container img {
    margin-right: 32px;
  }
}
@media (max-width: 860px) {
  .bao-hiem #tab-1 .content-container,
  .bao-hiem #tab-2 .content-container {
    flex-wrap: wrap;
  }
  .bao-hiem #tab-1 .content-container img,
  .bao-hiem #tab-2 .content-container img {
    flex: 0 1 100%;
    margin: 0;
    margin-bottom: 16px;
  }
  .bao-hiem #tab-1 .content-container .content,
  .bao-hiem #tab-2 .content-container .content {
    margin-left: auto;
  }
}
.bao-hiem #tab-1 .content-container .content,
.bao-hiem #tab-2 .content-container .content {
  position: relative;
  margin-left: 240px;
}
.bao-hiem #tab-1 .content-container .content > .text,
.bao-hiem #tab-2 .content-container .content > .text {
  width: 400px;
  padding: 32px 24px;
  border-radius: 16px;
  background: var(--Primary-50, #e8f5ff);
  color: var(--Gray-700, #344054);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 640px) {
  .bao-hiem #tab-1 .content-container .content > .text,
  .bao-hiem #tab-2 .content-container .content > .text {
    width: 240px;
  }
}
.bao-hiem #tab-1 .content-container .content .line,
.bao-hiem #tab-2 .content-container .content .line {
  display: none;
}
@media (max-width: 1024px) {
  .bao-hiem #tab-1 .content-container .content,
  .bao-hiem #tab-2 .content-container .content {
    margin-left: 99px;
  }
}
@media (max-width: 860px) {
  .bao-hiem #tab-1 .content-container .content,
  .bao-hiem #tab-2 .content-container .content {
    display: flex;
    flex: 1;
    margin-left: 0;
    align-items: center;
  }
  .bao-hiem #tab-1 .content-container .content::after,
  .bao-hiem #tab-2 .content-container .content::after {
    display: none;
  }
  .bao-hiem #tab-1 .content-container .content .content,
  .bao-hiem #tab-2 .content-container .content .content {
    flex: 1;
  }
  .bao-hiem #tab-1 .content-container .content .line,
  .bao-hiem #tab-2 .content-container .content .line {
    display: block;
    flex: 1;
    height: 3px;
    background: repeating-linear-gradient(90deg, #032eff 0, #032eff 10px, transparent 10px, transparent 20px);
  }
}
.bao-hiem #tab-1 .content-container .content::after,
.bao-hiem #tab-2 .content-container .content::after {
  content: "";
  height: 3px;
  background: repeating-linear-gradient(90deg, #032eff 0, #032eff 10px, transparent 10px, transparent 20px);
  width: 240px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 12px);
}
@media (max-width: 1024px) {
  .bao-hiem #tab-1 .content-container .content::after,
  .bao-hiem #tab-2 .content-container .content::after {
    width: 82px;
  }
}
.bao-hiem #tab-1 .content-container .content .rounded,
.bao-hiem #tab-2 .content-container .content .rounded {
  width: 32px;
  height: 32px;
  background: var(--Primary-50, #e8f5ff);
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100rem;
}
.bao-hiem #tab-1 .content-container .content .rounded::after,
.bao-hiem #tab-2 .content-container .content .rounded::after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100rem;
  background: #d5ebff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 860px) {
  .bao-hiem #tab-1 .content-container .content .rounded,
  .bao-hiem #tab-2 .content-container .content .rounded {
    left: unset;
    right: 384px;
    transform: translate(0, -50%);
  }
}
@media (max-width: 640px) {
  .bao-hiem #tab-1 .content-container .content .rounded,
  .bao-hiem #tab-2 .content-container .content .rounded {
    right: 222px;
  }
}
.bao-hiem #tab-1 .step,
.bao-hiem #tab-2 .step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 100rem;
  background: #e8f5ff;
}
.bao-hiem #tab-1 .step[data-step="1"],
.bao-hiem #tab-2 .step[data-step="1"] {
  align-self: flex-start;
  margin-top: 40px;
}
@media (max-width: 860px) {
  .bao-hiem #tab-1 .step,
  .bao-hiem #tab-2 .step {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    align-self: center !important;
  }
}
.bao-hiem #tab-1 .step > div,
.bao-hiem #tab-2 .step > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100rem;
  background: #d5ebff;
}
.bao-hiem #tab-1 .step > div span,
.bao-hiem #tab-2 .step > div span {
  color: var(--Primary-700, #032eff);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.bao-hiem .guild {
  background: url("../../images/bg-1.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 64px 32px;
  width: 100%;
  border-radius: 32px;
  display: flex;
  margin: 88px 0;
}
@media (max-width: 1024px) {
  .bao-hiem .guild {
    margin: 64px 0;
  }
}
@media (max-width: 1024px) {
  .bao-hiem .guild {
    flex-direction: column;
    align-items: center;
  }
  .bao-hiem .guild .image {
    margin-top: 26px;
  }
}
.bao-hiem .guild .content {
  flex: 3;
}
.bao-hiem .guild .content h1 {
  color: var(--Primary-700, #032eff);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 24px;
}
@media (max-width: 640px) {
  .bao-hiem .guild .content h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
.bao-hiem .guild .content p {
  margin-top: 16px;
  color: var(--Gray-800, #1d2939);
  font-size: 18px;
  line-height: 28px;
}
.bao-hiem .guild .image {
  flex: 2;
}
@media (max-width: 1024px) {
  .bao-hiem .guild .image {
    max-width: 540px;
  }
}
@media (max-width: 640px) {
  .bao-hiem .guild .image {
    max-width: 310px;
  }
}
.bao-hiem .guild .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}