* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  color: #0c0c0c;
  background: #f0f2f5;
  line-height: 1.6;
}.body_width {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}
div#wrapper {
    margin-top: 88px;
}
section .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}

/* Hero Section */
.hero {
     background: url(/assets/images/design/image_2.png) no-repeat center center;
    background-size: cover;
  color: #fff;
  padding: 60px 0;
}

.hero .body_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 50%;
}

.hero-text h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 16px;
  margin-bottom: 30px;
}

.hero .btn {
  background: linear-gradient(to right, #f90, #f60);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  width: 345px;
  display: block;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  border-radius: 10px;
}

/* Features Section */
.features h2 {
  text-align: center;
  font-size: 28px;
  color: #002244;
  font-weight: 700;
  margin-bottom: 40px;
}

.features-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.feature-image img {
  max-width: 100%;
}

.feature-boxes {
  display: flex;
  gap: 10px;
  width: 40%;
}
.box_left {
    width: calc(50% - 5px);
}
.box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-top: 10px;
  text-align: center;
  width: 227px;
}

.box.active {
  margin-top: 80px;
  color: #fff;
  background: linear-gradient(0deg, #014FAE -3.79%, #013162 100%);
}

.box h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.box p {
  font-size: 14px;
  color: #444;
}
.box.active p{
  color:#fff;
}
.vifonic-section {
  background: linear-gradient(to bottom, #0070c9, #00254d);
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.vifonic-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.vifonic-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.vifonic-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.vifonic-left {
  /* flex: 1; */
  width: 45%;
}

.vifonic-item {
  background: #d2eaff;
  color: #000;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 4px solid #0070c9;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.vifonic-item span {
    font-size: 20px;
    line-height: 1;
}
.vifonic-right {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55%;
}

.vifonic-image {
  border-radius: 8px;
}

.vifonic-tag {
  position: absolute;
  background: white;
  color: #0070c9;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.quytrinh {
  top: 30%;
  left: 0;
}

.dungthu {
  top: 50%;
  left: 10%;
}

.giaiphap {
  top: 20%;
  right: 10%;
}

.chiphi {
  bottom: 10%;
  right: 5%;
}

.vifonic-question {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: orange;
  color: white;
  font-size: 28px;
  font-weight: bold;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}

.package-item .content-wrap {
  flex: 1;
  max-height: 51.4rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
  transition: max-height .6s ease-in-out, opacity .6s ease-in-out;
  position: relative;
  z-index: 1;
}
.package-item .content-list {
  border-top: .1rem solid #d6cee1;
}
.package-item .content-item {
  padding: 3.2rem 0;
  border-bottom: .1rem solid #d6cee1;
}
.package-item .content-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.package-item .info-item:last-child {
  margin-bottom: 0;
}
.package-item .info-item {
  display: flex
;
  gap: .8rem;
  margin-bottom: .8rem;
}
.package-item .info-item .icon {
  display: inline-flex
;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  transform: translateY(1.5px);
}
.package-item .info-item .txt {
  font-size: 14px;
}
  .plans {
      /* background: linear-gradient(to right, #003087, #0050c8); */
      padding: 60px 20px;
      color: white;
      text-align: center;
    }
    .plans h2 {
      font-size: 28px;
      margin-bottom: 40px;
      color: #002244;
      font-weight: 700;
    }
    .box_top_plan {
      border-radius: 20px 20px 0 0;
      padding-bottom: 20px;
      padding-top: 20px;
   }
    .plan-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }
    .plan {
         color: #000 !important;
      border-radius: 30px 30px 0 0;
      text-align: left;
      /* background: linear-gradient(180deg, #144EC6 0%, #041F5B 100%); */
      border-radius: 20px;
      background: #fff;
      padding: 20px;
    }

    .btn-show-more {
      display: flex
  ;
      gap: .8rem;
      padding: 1.6rem;
      width: fit-content;
      margin: 0 auto;
      transition: all .3s;
      border-radius: 1.2rem;
  }
  .btn-show-more .txt {
    font-size: 1.4rem;
    font-weight: 600;
    color: #8142ff;
    transition: all .3s;
}
.btn-show-more .txt-hiden {
  display: none;
}
.btn-show-more .icon {
  display: flex
;
  width: 1.2rem;
  height: auto;
  transition: all .3s;
}
.btn-show-more .icon img {
  object-fit: contain;
  transform: rotate(180deg);
  transition: all .3s;
}
.btn-show-more:hover {
  box-shadow: #8142ff 0 5px 15px;
  text-decoration: none;
}
    .plan h3 {
      font-size: 20px;
      color: #003087;
      margin-bottom: 10px;
      font-weight: 600;
      text-align: center;
    }
    .plan .price {
      font-size: 22px;
      font-weight: bold;
      color: #ff6f00;
      margin-bottom: 10px;
      text-align: center;
      font-size: 4rem;
      font-weight: 700;
      line-height: 1;
      background: linear-gradient(0deg, #a785ff 4.36%, #711ee3 45.6%, #8142ff 86.02%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .plan>ul {
      padding: 20px;
      color: #000;
    }
    .plan>ul>li {
      margin-bottom: 8px;
      list-style: none;
      font-size: 16px;
    }.plan ul img {
    margin-right: 10px;
}

.plan>ul>li>ul>li {
    font-size: 13px;
    list-style: none;
}

.plan>ul>li>ul {
    padding: 10px 20px 0 20px;
}
    .plan .btn-yellow {
      display: inline-block;
      background: #ffc107;
      color: #fff;
      padding: 6px 20px;
      border-radius: 14px;
      text-decoration: none;
      font-weight: bold;
      margin: auto;
      display: block;
      width: 80%;
      text-align: center;
      font-size: 18px;
      line-height: 1;
    }

    .btn-second {
      padding: 2.4rem 4rem;
      display: inline-block;
      z-index: 1;
      box-shadow: .8rem .8rem 4rem rgba(245, 133, 30, .24);
      border-radius: .8rem;
      color: #fff;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex
  ;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      gap: 1.6rem;
      font-weight: 700;
      font-size: 2.4rem;
      width: fit-content;
      height: 8.2rem;
      transition: .5s;
      position: relative;
      overflow: hidden;
      text-align: center;
      cursor: pointer;
  }

  .package-button.btn-second {
    margin: 0 auto;
    padding: 1.6rem 2.4rem;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.btn-second::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(100.87deg, #ffbe18 -38.94%, #ff9635 44.05%, #f31f10 132.4%);
  z-index: -1;
  transition: .45s ease-in-out all;
}
.btn-second:hover::before { 
  background: linear-gradient(100.87deg, #ffbe18 -38.94%, #ff9635 44.05%, #f31f10 132.4%) !important;
  
}
.btn-second:hover {
  text-decoration: none !important;
  color: #fff;
}
.package-button.btn-second::before {
  background: linear-gradient(100.87deg, #8142ff -38.94%, #8142ff 44.05%, #8142ff 132.4%);
}

.btn-second.style-nhtq::before{background:#f5851e}
    .placeholder {
      height: 200px;
      background: #ccc;
      margin: 20px 0;
    } .section {
      padding: 40px 20px;
    }

    .prestarter {
      background-image: url(/assets/images/design_2/Mask_group.png);
      background-repeat: round;
      border-radius: 20px;
      color: white;
      display: flex;
      flex-wrap: wrap;
      padding: 40px !important;
      gap: 20px;
    }

    .prestarter-content {
      max-width: 429px;
    }

    .prestarter h2 {
      font-size: 28px;
      margin-bottom: 10px;
      color: #fff;
      text-align: left;
    }

    .prestarter .price {
      font-size: 26px;
      color: #ffc107;
      margin: 10px 0;
      margin-left: auto;
      font-weight: 700;
    }.prestarter .price span {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.prestarter-content .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    text-align: center;
    border-radius: .25rem;
    background: url(/assets/images/design_2/uu_dai.png);
    width: 110px;
    background-size: cover;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
}
    .list_prestarter {
      background: white;
      color: black;
      padding: 17px;
      border-radius: 10px;
      margin: 20px 0;
      list-style: none;
    }


.list_prestarter ul li {
    list-style: none;
    font-size: 16px;
    text-align: left;
}

.list_prestarter ul li img {
    margin-right: 10px;
}

.list_prestarter p {
    font-size: 20px;
    text-align: left;
}
    .btn-yellow {
      background: #ffc107;
      color: #ffffff;
      padding: 12px 24px;
      border-radius: 8px;
      font-weight: bold;
      text-decoration: none;
      display: block;
      margin-right: auto;
      width: 183px;
    }
.btn-yellow:hover {
    text-decoration: none;
    color: unset;
}
    .steps-section {
      color: white;
      padding: 50px 20px;
      background: url(/assets/images/design/image_2.png) no-repeat center center;
      background-size: cover;
    }

    .steps-section h2 {
      text-align: center;
      font-size: 27px;
      margin-bottom: 40px;
      font-weight: 700;
    }

    .steps {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .step-box {
      background: #eaf6ff;
      color: #000;
      padding: 20px;
      border-radius: 12px;
      width: calc((100% - 40px)/3);
    }

.step-box:nth-child(4) {
  width: 40%;
}
.step-box:nth-child(5) {
  width: calc(60% - 20px);
}
    .step-box h3 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #0050c8;
      display: flex;
      align-items: center;
    }
.step-box h3 img {
    margin-right: 10px;
}

.step-box h3 span {
    font-size: 40px;
    color: #f8b734;
    margin-right: 4px;
}
  .step-box ul {
    list-style: none;
}

.step-box ul img {
    margin-right: 10px;
    margin-top: -4px;
}

.step-box ul li {
    margin-bottom: 7px;
}
    .industries {
      padding: 40px 20px;
      text-align: center;
      margin:0;
      padding-bottom: 0 !important;
    }

    .industries h2 {
      margin-bottom: 80px;
      font-size: 24px;
    }

    .industry-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 20px;
    }
    .industry {
      text-align: center;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s;
      position: relative;
      z-index: 1;
    }
    .industry:hover {
      transform: translateY(-5px);
    }
    .industry img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      z-index: 0;
    }
    .industry p {
      padding: 10px 0;
      font-weight: bold;
      z-index: 2;
      position: absolute;
      width: 100%;
      bottom: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 46.63%, #FFFFFF 100%);
      margin-bottom: 0;
    }

    .register-section {
      background: #00193c;
      color: white;
      padding: 50px 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }
.register-section .d-flex{
  gap: 50px;
}
    .register-info {
      max-width: 400px;
      text-align: center;
    }

    .register-form {
      background: white;
      color: black;
      padding: 20px;
      border-radius: 15px;
      max-width: 400px;
      width: 100%;
      margin-top: 53px;
    }

    .register-form h3 {
      margin-bottom: 20px;
      font-size: 20px;
      text-align: center;
    }

    .register-form input,
    .register-form textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 8px;
    }

    .register-form button {
      background: #ffc107;
      border: none;
      padding: 10px;
      width: 183px;
      border-radius: 8px;
      font-weight: bold;
      color: #fff;
      margin: auto;
      margin-top: 8px;
      display: block;
    }.register-info p {
    background: #3673F9;
    border-radius: 15px;
    padding: 11px 11px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin: 20px auto 10px;
    max-width: 355px;
}

.register-info h2 {
    font-size: 28px;
}
@media only screen and (max-width: 580px) {.hero-text {
    order: 2;
    text-align: center;
}

.hero-text h1 {
    font-size: 27px;
    line-height: 1.5;
}

.hero .btn {
    font-size: 15px;
}

.feature-boxes {
    width: 100%;
}

.box {
    width: 100%;
    padding: 10px;
}

.features-content {
    gap: 0;
}

.vifonic-title {
    font-size: 21px;
}

.vifonic-container {
    padding: 0;
}

.vifonic-left {
    order: 2;
    width: 100%;
    margin-top: 20px;
}

.vifonic-content {
    flex-direction: column;
}

.vifonic-right {
    width: 100%;
}

.plans h2 {
    font-size: 21px;
}

.plan-grid {
    overflow: auto;
    /* width: max-content;  */
    padding: 0;
}

.plans {
    overflow: hidden;
    padding: 40px 20px;
}

.prestarter {
    background-image: url(/assets/images/design_2/Mask_group_2.png);
    width: 100% !important;
    padding: 20 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 79%;
}

.prestarter .price {
    font-size: 23px;
}

.prestarter .price span {
    margin: 0;
}

.list_prestarter ul li {
    font-size: 12px;
}

.list_prestarter {
    padding: 10px;
    margin-bottom: 150px;
}
.plans .body_width {
    padding: 20px 0px;
}

.prestarter-content .badge {
    width: 95px;
    height: 63px;
    font-size: 17px;
}

a.btn-yellow {
    margin: auto;
}

.steps-section .body_width {
    padding: 0;
}

.steps {flex-direction: column;gap: 10px;}

.step-box {
    width: 100% !important;
}

.industries .body_width {
    padding: 0;
}

.industry-grid {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.industry {}

.register-section .body_width {
    padding: 0;
}

.register-section .d-flex {
    gap: 0;
}

.register-form {
    margin-top: -89px;
}.industries h2 {
    margin-bottom: 20px;
}
}