.website-new .banner {
  padding: 100px 0 80px;
}

.website-new .content h1 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.website-new .content h1 span {
  color: #ff6109;
}

.website-new .content h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px 0;
  line-height: 34px;
}

.website-new .content .des-1 {
  font-size: 18px;
  margin: 0 0 16px 0;
}
.website-new .dk-2 {
  margin-top: 24px;
  margin-left: 20px;
  width: 300px;
  padding: 14px 0px;
  border-radius: 200px;
  color: white;
  font-size: 22px;
  cursor: pointer;
  border: 2px solid #dedede;
  color: #868686;
  -moz-user-select: none;
  display: block;
  transition: 0.2s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 80px;
  background-color: transparent;
  text-align: center;
}
.website-new .dk-2:hover {
  background: #ff6109;
  border: 2px solid #f15b43;
  color: #fff !important;
}
.website-new .banner-image img {
  width: 100%;
  height: auto;
}

.website-new .dk {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  transition: 0.2s linear;
  background-color: #ff6109;
  padding: 12px 48px;
  border-radius: 200px;
  border: 2px solid var(--second-color);
  margin-top: 24px;
  text-align: center;
}
.website-new .dk:hover {
  background: none;
  border: 2px solid var(--second-color);
  color: var(--second-color) !important;
}

.website-new .btn-group {
  display: flex;
}

.website-new .banner-mid .item.wrap-img {
  padding-bottom: 50%;
  background: #b31717;
}

/* banner-mid */
.banner-mid-wrap {
  margin-top: 100px;
  border: 2px solid #ff6109;
  border-radius: 200px;
  padding: 25px 50px;
  margin-bottom: 46px;
}
.banner-mid-wrap .b-text {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
.banner-mid-wrap .b-text::after {
  content: "";
  position: absolute;
  height: 60px;
  width: 2px;
  background: #ff6109;
  left: -16px;
  top: -20%;
}
.website-new .h2-ai {
  font-size: 40px;
  line-height: 48px;
}
.website-new .space-ai {
  margin-top: 0;
  padding-top: 80px;
  background-color: var(--second-bg);
  padding-bottom: 60px;
}

.website-new .creative {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 60px;
}
.website-new .creative h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.website-new .creative h2 span {
  color: #ff6109;
}
.website-new .pro-list-title p {
  padding-bottom: 50px;
}
.website-new .what-do .content .item {
  border-radius: 25px;
}

.website-new .creative .introduce-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 5px;
}
.website-new .creative .introduce-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
.website-new .creative .introduce-content ul li {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.website-new .creative .introduce-content ul li::after {
  content: url(../img/tich-cam.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  /* transform: translateY(-50%); */
}
.website-new .creative .button-business {
  width: 250px;
  height: 50px;
  line-height: 46px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  -moz-user-select: none;
  display: inline-block;
  transition: 0.2s linear;
  position: relative;
  border-radius: 200px;
  padding: 0;
  text-align: center;
}
.website-new .creative .button-business:hover {
  color: #fff;
}
.website-new .introduce-item .play-rate {
  max-width: 80px;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  cursor: pointer;
}
.website-new .introduce-item .wrap-img {
  border-radius: 20px;
}
.website-new .introduce-item .wrap-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.website-new .support-work .video-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.website-new .support-work .video-wrap .wrap-img {
  border-radius: 20px;
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 60%;
}
.website-new .support-work .wrap-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.website-new .support-work .wrap-img img {
  max-width: 100%;
  height: auto !important;
}

.website-new .support-work .play-rate {
  max-width: 100px;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  cursor: pointer;
}
.website-new .support-work {
  background-color: var(--second-bg);
}

.website-new .nganhnghe {
  padding: 80px 0 60px;
}

.website-new .nganhnghe-title h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.website-new .nganhnghe-title h2 span {
  color: #ff6109;
}

.website-new .nganhnghe-des {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 35px;
  max-width: 615px;
  margin: 0 auto;
}

.website-new .nganhnghe .nganhnghe-tab {
  text-align: center;
}
.website-new .nganhnghe li {
  display: inline-block;
  padding: 5px;
}
.website-new .nganhnghe li a {
  padding: 0px 15px;
  color: #000;
  border: 1px solid #ff6109;
  min-width: 105px;
  display: inline-block;
  border-radius: 15px;
  font-size: 16px;
  line-height: 35px;
  transition: 0.2s linear;
}
.website-new .nganhnghe li a:hover {
  background-color: #ff6109;
  color: #fff;
}
.website-new .nganhnghe li.active a {
  background-color: #ff6109;
  color: #fff;
}
.website-new .nganhnghe-tab {
  margin-bottom: 35px;
}
.website-new .nganhnghe-item {
  padding: 15px 30px;
  border-radius: 20px;
  background-color: #f8f8f8;
}
.website-new .nganhnghe-item .image {
}
.website-new .nganhnghe-item .nganhnghe-item-content {
}
.website-new .nganhnghe-item .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.website-new .nganhnghe-item .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
.website-new .nganhnghe-item .des p {
  margin-bottom: 15px;
}
.website-new .nganhnghe-item .des ul li {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}
.website-new .nganhnghe-item .des ul li::after {
  content: url(../img/tich-cam.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}
.website-new .nganhnghe-item .image-item {
}
.website-new .nganhnghe-item .image-item img {
  max-width: 150px;
}
.website-new .nganhnghe-item .image-item img + img {
  padding-left: 5px;
}
.website-new .nganhnghe-item .nganhnghe-btn {
  width: 250px;
  height: 50px;
  line-height: 46px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  -moz-user-select: none;
  display: inline-block;
  transition: 0.2s linear;
  position: relative;
  border-radius: 200px;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}

/* .website-new .bangiga {
    background-color:  var(--second-bg);
    padding-top: 60px;
    padding-bottom: 46px;
} */
.website-new .home-pro-edit h2 {
  font-weight: 600;
}

.website-new .home-pro-edit h2 span {
  color: #ff6109;
}
.website-new .see-info-package.temp {
  margin-bottom: 60px;
}

.website-new .home-pro {
  background-color: var(--second-bg);
  padding-top: 80px;
}

.website-new .bangiga {
  padding-top: 80px;
  padding-bottom: 35px;
}
.website-new .package-wrap .so-sanh {
  margin-top: 35px;
}
.website-new .pro-list-title h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  margin-bottom: 13px;
  text-align: center;
  max-width: unset;
  padding-bottom: 0;
}
.website-new .pro-list-title h2 span {
  color: #ff6109;
}
.website-new .package-wrap .so-sanh a {
  width: 250px;
  height: 50px;
  line-height: 46px;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  -moz-user-select: none;
  display: inline-block;
  transition: 0.2s linear;
  position: relative;
  border-radius: 200px;
  padding: 0;
  text-align: center;
  margin-top: 20px;
  transition: .2s linear;
}
.website-new .package-wrap .so-sanh a:hover {
  background-color: var(--second-color);
  color: white;
}
.website-new .chongoi {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--second-bg);
}
.website-new .package-wrap {
  margin-bottom: 60px;
}
.website-new .chongoi h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  margin-bottom: 13px;
  text-align: center;
  max-width: unset;
}
.website-new .chongoi h2 span {
  color: #ff6109;
}
.website-new .chongoi .chongoi-title p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 35px;
  max-width: 615px;
  margin: 0 auto;
  color: #333;
}
.website-new .chongoi .btn-1 {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  transition: 0.2s linear;
  background-color: #ff6109;
  padding: 12px 48px;
  border-radius: 200px;
  border: 2px solid var(--second-color);
  width: 400px;
  text-align: center;
}
.website-new .chongoi .btn-2 {
  /* margin-left: 20px; */
  /* width: 300px; */
  padding: 7px 46px;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  -moz-user-select: none;
  display: block;
  transition: 0.2s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 80px;
  background-color: transparent;
  text-align: center;
}
.website-new .chongoi .btn-group {
  justify-content: center;
}
.website-new .chongoi .btn-1:hover {
  background: none;
  border: 2px solid var(--second-color);
  color: var(--second-color) !important;
}
.website-new .chongoi .btn-2:hover {
  background: #ff6109;
  border: 2px solid #f15b43;
  color: #fff !important;
}
.website-new .home-pro-item {
  background-color: #fff;
  padding-bottom: 24px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.website-new .home-pro-item .relative.rela-fix {
  box-shadow: unset;
}
.website-new .package .item .des .sup-text {
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 15px;
  font-size: 13px;
}

.website-new .package .item .des .sup-text.same {
  background-color: #fff;
  color: #333;
  padding: 10px;
  border-radius: 15px;
  border-color: rgb(232, 234, 237);
}
.website-new .what-do .content {
  grid-row-gap: 25px;
}

@media screen and (max-width: 768px) {
  .website-new .package .item .popular {
    border: 1px solid var(--second-color);
    width: 101%;
    left: -1px;
  }
  .website-new .package .tab-pane {
    padding-top: 15px;
  }

  .website-new .package .item.active {
    margin-top: 30px;
  }
  .website-new .banner {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .website-new .banner-image {
    padding-bottom: 25px;
  }
  .website-new .content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .website-new .content h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .website-new .content .des-1 {
    font-size: 16px;
  }
  .website-new .btn-group {
    flex-direction: column;
    align-items: center;
  }
  .website-new .dk-2 {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
    line-height: 20px;
    padding: 11px 48px;
  }
  .website-new .space-ai,
  .website-new .creative,
  .website-new .nganhnghe,
  .website-new .home-pro,
  .website-new .chongoi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .website-new .h2-ai,
  .website-new .pro-list-title h2,
  .website-new .nganhnghe-title h2,
  .website-new .home-pro-edit h2,
  .website-new .chongoi h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .website-new .creative .introduce-title {
    font-size: 26px;
    line-height: 32px;
  }
  .website-new .pro-list-title p {
    padding-bottom: 0;
  }
  .website-new .nganhnghe ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .website-new .nganhnghe li a {
    width: 100%;
    min-width: 100px;
  }
  .website-new .nganhnghe-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .website-new .nganhnghe-item .title {
    font-size: 26px;
    line-height: 32px;
  }
  .website-new .nganhnghe-item .image-item img {
    max-width: 90px;
  }
  .website-new .chongoi .btn-1 {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    padding: 11px 0;
  }
  .website-new .chongoi .btn-2 {
    /* width: 100%; */
    /* margin-top: 15px; */
    margin-left: 0;
    font-size: 16px;
    /* line-height: 18px; */
    padding: 7px 20px;
    width: 170px;
  }
  .nganhnghe-item-content.style2 {
    margin-bottom: 25px;
  }
  .website-new .nganhnghe-des,
  .website-new .chongoi .chongoi-title p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 25px;
  }
  .website-new .home-title > div {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 13px;
    text-align: center;
  }
  .website-new .dk {
    font-size: 20px;
    line-height: 20px;
    padding: 11px 48px;
  }
  .website-new .creative .pro-list-title {
    margin-bottom: 25px;
  }
  .website-new .nganhnghe .nganhnghe-tab {
    margin-bottom: 25px;
  }
  .website-new .nganhnghe-item .nganhnghe-btn {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 20px;
    width: auto;
    height: unset;
  }
  .website-new .see-info-package.temp {
    margin-bottom: 0;
    margin-top: 0;
  }
  .website-new .bangiga {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .website-new .home-pro-list {
    padding-bottom: 15px;
  }
  .website-new .package-wrap {
    margin: 0 0 40px;
  }
  .website-new .package-wrap .so-sanh a {
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    padding: 11px 25px;
  }
  .website-new .creative .button-business {
    font-size: 18px;
    line-height: 18px;
    width: auto;
    height: auto;
    padding: 11px 25px;
  }
  .see-info-package .btn-orange {
    padding-left: 20px;
    padding-right: 20px;
  }
}
