.banner:before {
  background:
    linear-gradient(rgba(13, 15, 20, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 15, 20, 0.1) 1px, transparent 1px);
  background-size: 64px 64px;
  /* mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%); */
}
.when {
  font-size: 18px;
  line-height: 26px;
}
/* .scenario-card .label {
  padding: 10px 15px;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: none;
  background: #f8f8f8;
  border-radius: 15px;
  display: inline-block;
} */
.result {
  font-weight: 400;
  margin-bottom: 20px;
}
.scenario-card a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #828282;
}
.bo-giai-phap {
  padding: 75px 0 90px;
}
.bo-giai-phap .title-sec {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 15px;
}
.home-pro-des {
  margin-bottom: 26px;
}
.bo-giai-phap .item .stt {
  font-size: 30px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.bo-giai-phap .item a {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
}
.notfit-section {
  padding: 75px 0 75px;
}
.notfit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.notfit-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.notfit-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e3edf8;
}
.notfit-x {
  color: #ff6109;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.notfit-item p {
  font-size: 16px;
  line-height: 24px;
}
.notfit-item p strong {
  font-weight: 600;
}
.notfit-right h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}
.notfit-right p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.notfit-section .pro-list-title h2 {
  text-align: left;
}
.notfit-section .pro-list-title .kicker {
  text-align: left;
}
.notfit-section .pro-list-title p {
  text-align: left;
  padding-bottom: 0;
}
.bo-giai-phap-edit .item .name h3 {
  margin: 0;
}
.bo-giai-phap .item{
  background: #fff !important;
  border-radius: 12px;
  padding: 15px;
}
@media (max-width: 678px) {
  .bo-giai-phap .title-sec {
    font-size: 30px;
    line-height: 36px;
  }

  .bo-giai-phap .item .stt {
    margin-bottom: 20px;
  }
  .bo-giai-phap .item .name {
    display: block;
  }
  .bo-giai-phap,.notfit-section {
    padding: 35px 0;
  }
  .session-5-wrap .ses-5-item .ses-5-item-title {
    margin-right: 0;
  }
  .notfit-grid{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .notfit-section .pro-list-title .kicker {
    text-align: center;
  }
  .notfit-section .pro-list-title h2{
    text-align: center;
  }
  .notfit-section .pro-list-title p{
    text-align: center;
  }
  .website-new .bangiga{
    padding-bottom: 0;
  }

  .package-wrap .package {
    overflow: auto;
  }
  .package-wrap .tab-content {
    width: 1000px;
    display: flex;
    gap: 15px;
  }
  .website-new .package .item{
    height: 100%;
  }
  .website-new .package .item.active{
    margin-top: 0;
  }
  .website-new .package .item .popular{
    top: -1px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
  }
  .home-pro-des {
    text-align: justify;
  }
}
