.login-btn {
  margin-right: 0;
}
.back-ground-2 {
  background: linear-gradient(180deg, #f9f9f9, #f3f2f2) !important;
}
.banner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 140, 66, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 84% 12%,
      rgba(255, 179, 71, 0.22),
      transparent 28%
    ),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 92%);
}
.banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 97, 9, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 97, 9, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000, transparent 75%);
  pointer-events: none;
}
.banner-image img {
  margin-top: 150px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff1e8;
  color: #ff6109;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #ffe0cc;
  margin-bottom: 20px;
  margin-left: -4px;
}
.website-new .dk {
  font-size: 20px;
  margin-top: 0;
}

.website-new .dk-2 {
  font-size: 20px;
  margin-top: 0;
  color: #333;
  border-color: #ffe0cc;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffb347;
  box-shadow: 0 0 0 6px rgba(255, 179, 71, 0.18);
}
.kicker {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ff6109;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 26px;
  text-align: center;
}
.hero-note {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
}
.hero-note li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff1e8;
  color: #ff6109;
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 12px;
}
.website-new .banner {
  padding: 140px 0 80px;
}
.automation {
  padding: 75px 0 75px;
  background: #fff;
}
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.scenario-card {
  background: #fff;
  border: 1px solid #e3e1e1;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 16px 45px rgba(255,97,9,.12);
  position: relative;
  overflow: hidden;
}
.scenario-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  /* background: linear-gradient(90deg, #e5530a, #ff6109, #ffe0cc); */
}
.label {
  font-size: 18px;
  font-weight: bold;
  color: #ff6109;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: block;
  text-align: left;
  padding-left: 2px;
}
.when {
  padding: 16px;
  border-radius: 12px;
  /* background: #f8f8f8; */
  /* border: 1px solid #e3e1e1; */
  font-weight: bold;
  /* margin-bottom: 15px; */
  font-size: 16px;
  line-height: 24px;
}

.arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f8f8f8;
  color: #ff6109;
  display: grid;
  place-items: center;
  margin: 0 auto 15px;
  font-weight: bold;
}
.auto-list {
  display: grid;
  gap: 15px;
  margin-bottom: 20px;
}
.auto-item-new {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 12px;
  /* background: #f8f8f8; */
  /* border: 1px solid #e3e1e1; */
  color: #4f4f4f;
  font-size: 16px;
  line-height: 24px;
}
.tag {
  /* min-width: 48px; */
  text-align: center;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #e5530a;
  background: #e5530a3d;
}
.result {
  padding: 14px;
  border-radius: 12px;
  background: #f8f8f8;
  /* border: 1px solid #e3e1e1; */
  color: #e5530a;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px;
  align-items: stretch;
}
.compare-card {
  border-radius: 25px;
  padding: 32px;
  border: 1px solid #e3e1e1;
  background: #fff;
  /* box-shadow: var(--shadow-soft); */
}
.compare-card.bad {
  background: #fff;
  color: #333;
}
.compare-card.good {
  /* background: #333; */
  border-color: transparent;
  background: linear-gradient(135deg, #333, #ff6109);
  color: #fff;
  /* border-color: transparent; */
  /* box-shadow: 0 28px 80px rgba(255, 97, 9, 0.24); */
}
.compare-card h3 {
  font-size: 36px;
  margin: 0 0 15px;
  line-height: 50px;
}
.compare-card p {
  margin: 0 0 24px;
  color: inherit;
  opacity: 0.82;
  font-size: 18px;
  line-height: 26px;
}
.compare-list {
  display: grid;
  gap: 15px;
}
.compare-list div {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.minus,
.plus {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  font-weight: bold;
  margin-top: 2px;
}
.minus {
  background: #e2e8f0;
  color: #828282;
}
.plus {
  background: #fff;
  color: #ff6109;
  /* border: 1px solid #ff6109; */
}
.why-me-new {
  padding: 75px 0 75px;
}
.feature-note {
  border-left: 4px solid #ff6109;
  padding: 15px 20px;
  background: #f8f8f8;
  border-radius: 0 15px 15px 0;
  /* color: #4f4f4f; */
  font-weight: bold;
  font-size: 18px;
}

.audience {
  padding: 75px 0 75px;
}
.audience .title-sec {
  padding-bottom: 50px;
  margin-bottom: 0;
  text-align: center;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.audience-card {
  padding: 35px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e3edf8;
}
.audience-card .icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: #fff1e8;
  color: #ff6109;
  display: grid;
  place-items: center;
  font-size: 23px;
  margin-bottom: 18px;
}
.audience-card h3 {
  font-size: 24px;
  margin: 0 0 15px;
  color: #1a1a1a;
  line-height: 30px;
}
.audience-card p {
  color: #828282;
  margin: 0px 0 20px;
  font-size: 16px;
  line-height: 24px;
}
.audience-card a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ff6109;
}
.doi-tac-wrap {
  padding-bottom: 75px;
}
.website-new .nganhnghe {
  padding: 75px 0;
}
.home-session-7 {
  padding-bottom: 75px;
}
.home-session-5,
.home-session-8 {
  padding: 75px 0;
}
.website-new .nganhnghe-item {
  background-color: transparent;
  padding: 0;
}
.website-new .content .des-1, .website-new .content .des-1 h1, .website-new .content .des-1 h2 {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 35px;
}
.website-new .content .des-1 h1, .website-new .content .des-1 h2 {display: initial;font-weight: normal;}
.website-new .content .banner-title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.website-new .content .banner-title span {
  color: #ff6109;
}
.website-new .content .des-1 h1 {font-weight: 600;}
.nganhnghe-item {
  margin-bottom: 28px;
}
.website-new .nganhnghe-item .title {
  margin-bottom: 15px;
}
.website-new .nganhnghe-item-2 .title {
  margin-top: 0;
}
.website-new .nganhnghe-item-2 .image {
  margin-top: 20px;
}
.mg-0 {
  margin-bottom: 0;
}

.pro-list-title p {
  max-width: unset;
}
.website-new .nganhnghe-des {
  max-width: 870px;
}
.website-new .nganhnghe-item .des ul li {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.website-new .nganhnghe-item .des {
  margin-bottom: 25px;
  line-height: 26px;
}
.header-icon-menu {
  left: 0;
}
@media (min-width: 679px) {
  .website-new .pro-list-title h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 15px;
  }
  .website-new .nganhnghe-item .title {
    line-height: 44px;
  }
  .website-new .nganhnghe-title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 678px) {
  .website-new .banner {
    padding: 35px 0;
  }
  .hero-note {
    margin-top: 20px;
    font-size: 14px;
  }
  .banner-image {
    display: none;
  }
  .doi-tac-wrap,
  .home-session-7 {
    padding-bottom: 35px;
  }
  .automation,
  .why-me-new,
  .website-new .nganhnghe,
  .audience,
  .home-session-5,
  .home-session-8 {
    padding: 35px 0;
  }
  .scenario-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .pro-list-title {
    margin-bottom: 30px;
  }
  .compare-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 550px;
  }
  .compare-card h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .compare-card p {
    font-size: 18px;
  }
  .feature-note {
    font-weight: 600;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    line-height: 26px;
  }
  .compare-card {
    padding: 15px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .website-new .nganhnghe-title h2 {
    font-size: 30px;
    font-weight: 500;
    white-space: nowrap;
  }
  .website-new .nganhnghe-item {
    margin-bottom: 15px;
    background-color: #f8f8f8;
    padding: 15px;
  }
  .scenario-card {
    padding: 15px;
  }
  .website-new .content .banner-title {
    font-size: 38px;
    line-height: 46px;
  }
  .website-new .dk-2 {
    margin-top: 15px;
  }
  .ses-7-title h2,
  .ses-8-title h2,
  .doi-tac-wrap .title-sec,
  .website-new .pro-list-title h2,
  .audience .title-sec {
    font-size: 30px;
    line-height: 36px;
  }
  .website-new .nganhnghe-item .des {
    line-height: 24px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .website-new .nganhnghe-item .title {
    font-size: 24px;
    line-height: 32px;
  }
  .website-new .nganhnghe-item .des ul li {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .website-new .nganhnghe ul {
    margin-left: 0;
    margin-right: 0;
  }
  .audience-card {
    padding: 15px;
  }
  .kicker {
    font-size: 16px;
  }
  .website-new .dk{
    width: 100%;
  }
  .compare-grid-wrap{
    overflow-x: auto;
  }
}
