
.home-banner-wrap .home-banner-content {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    max-width: 40%;
    padding-left: 20px;
}

ul.menu-col {
    justify-content: center;
}
h2.duan {
    color: white;margin-bottom: 25px;
}
.pricing-box {
  border: 1px solid #e0e0e0;
  padding: 30px 20px;
  border-radius: 12px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  transition: all 0.3s ease;
}

.pricing-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.pricing-box .price {
  font-size: 28px;
  color: #28a745;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.pricing-box .features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-box .features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #555;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}

.pricing-box .features li::before {
  content: "•";
  color: #bbb;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}
.hb_price_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #7e9eff, purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.home-product-tab .home-product-tab-body {
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}
 .product-group {
    margin-bottom: 25px;
    width:24%;
    }
    .product-group2 {
    margin-bottom: 25px;
    } 
.chuchay {
    text-align: center;
}
.chuchay h1 {
    margin-bottom: 40px;
}
.yeucautv {
    border: 1px solid white;
    padding: 10px 25px;
    border-radius: 20px;
    background: linear-gradient(45deg, #9300ff, #000000);
    color: white;
}
.dktv2 {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    border-radius: 10px;
    padding: 6px 14px;
    background: #5a53c8;
    color: white;
    border: none;
}
button.dktv {
    color: #c700ff;
    border: none;
    background: none;border: 1px solid;
}
.chuavideotkw2 {
    max-width: 26%;
}
.home-banner .home-banner-wrap .home-banner-content.home-banner-content2 {
    max-width: 65%;
}
.ndvande {
  border-left: 5px solid #ff5722;
  padding: 20px 30px;
  border-radius: 10px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #007bff;
  box-shadow: 0 4px 12px rgba(255, 87, 34, 0.15);
  animation: pulse-glow 3s infinite;
}

.ndvande p {
  margin: 0 0 15px;
  line-height: 1.6;
  font-weight: 500;
}

.ndvande-final {
  font-size: 17px;
  font-weight: 600;
  margin-top: 25px;
}

.hot-icon {
  font-size: 20px;
  color: #e53935;
  margin-right: 8px;
  animation: shake-fire 3s infinite alternate;
}

.ndvande-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.ndvande-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
  color: #ffffff;font-size: 18px;
}
.home-banner-content.ndvande2 p {
    font-size: 19px;
    padding: 10px 0;
    color: #ff8058 !important;
}
.ndvande-list li::before {
  content: "⚠️";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}

.highlight {
  color: #d32f2f;
  font-weight: bold;
  text-transform: uppercase;
}
.home-banner-content.ndvande2 .faq-container {
    background: none;
    padding: 0;
}
.home-banner-content.ndvande2 .faq-question {
    padding: 10px 0px;
}
.ndvande2 span.arrow {
    color: cornflowerblue;
}
/* Hiệu ứng */
@keyframes shake-fire {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(-5deg); }
  75% { transform: rotate(3deg); }
  100% { transform: rotate(0deg); }
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 rgba(255, 87, 34, 0.4);
  }
  50% {
    box-shadow: 0 0 25px 8px rgba(255, 87, 34, 0.6);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 87, 34, 0.4);
  }
}
.dienthoai{display:none;}


/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup */
.popup {
  background: white;
  padding: 30px 20px;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.popup h3 {
  text-align: center;
  color: red;
  margin-bottom: 20px;
  font-size: 20px;
}

.popup input, .popup select, .popup textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.popup textarea {
  height: 80px;
  resize: none;
}

.popup .submitBtn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(to right, #ff4b2b, #ff416c);
  border: none;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.closeBtn {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  color: red;
  cursor: pointer;
}
.h-procedure-step::before {
    content: "";
    display: block;
    position: absolute;
    top: .8rem;
    left: -2rem;
    width: .4rem;
    height: 92%;
    background: #1ec0f2;
}
.h-procedure-step {
    position: relative;
}
.h-procedure-item {
    margin-bottom: 2.4rem;
    position: relative;
}
.h-procedure-item::before {
    content: "";
    display: block;
    position: absolute;
    top: .8rem;
    left: -2.4rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #1ec0f2;
}
.h-procedure-item .txt-step {
    font-size: 24px;
    font-weight: 700;
    color: #1ec0f2;
    margin-bottom: .8rem;
    display: block;
}
.h-procedure-item .txt-desc {
    font-size: 20px;
    color: #fff;
}
.home-banner-content.home-banner-content2 {
    top: 0 !important;
    transform: translateY(0%) !important;
}
.home-banner-content.home-banner-content2:before {
    display:none!important;
}

    .faq-container {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
    }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 15px 10px;
      text-align: left;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .faq-question:hover {
      color: #3366cc;
    }

    .arrow {
      transition: transform 0.3s ease;
      font-size: 12px;
    }

    .faq-item.active .arrow {
      transform: rotate(180deg);
    }

    .faq-answer {
      display: none;
      padding: 0 10px 15px;
      color: #555;
      font-size: 15px;
      animation: fadeIn 0.3s ease-in-out;
    }

    .faq-item.active .faq-answer {
      display: block;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
  @keyframes textLinear{0%,100%{background-position:0 center}50%{background-position:100% center}}
    .project-header {
    position: relative;margin-bottom: 35px;
}
.sec-com-tt.style-gradient {
    position: relative;
    width: 62%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-com-tt {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
}
.sec-com-tt.style-gradient .txt-gradient {
    animation: textLinear 10s linear infinite;
}
.sec-com-tt.style-gradient .txt-gradient {
    font-size: 35rem;
    font-family: "UTM Bebas";
    font-weight: 700;
    line-height: 1;
    transform: translateY(-10%);
    background: linear-gradient(230deg, #7c0fd1 1.71%, #f41e92 33.46%, #2686ec 44.81%, #1ec0f2 64.81%, #7c0fd1 107.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
}

.project-sub-tt {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(6%, 50%);
    margin-top: 2.4rem;
    font-size: 55px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    color:white;
}
.sec-com-tt.style-gradient .txt-sub {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.txt {
    color: white;
}
.sec-com-tt.style-gradient .txt-sub .plus {
    width: max-content;
    padding: .6rem;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}
    .dash-bg.bg-dark-green
 {
        animation: hotline-wrap-ani 5s linear infinite;
    }
    .plus.dash-bg.bg-dark-green.green {
    border: unset;
    background: linear-gradient(90deg, #2ac34d 50%, transparent 50%), linear-gradient(90deg, #2ac34d 50%, transparent 50%), linear-gradient(0deg, #2ac34d 50%, transparent 50%), linear-gradient(0deg, #2ac34d 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: .5rem .2rem, .5rem .2rem, .2rem .5rem, .2rem .5rem;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    position: relative;
}
.dash-bg.green {
    color: #2ac34d;
    border: unset;
    background: linear-gradient(90deg, #2ac34d 50%, transparent 50%), linear-gradient(90deg, #2ac34d 50%, transparent 50%), linear-gradient(0deg, #2ac34d 50%, transparent 50%), linear-gradient(0deg, #2ac34d 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: .5rem .2rem, .5rem .2rem, .2rem .5rem, .2rem .5rem;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    position: relative;
}

@keyframes hotline-wrap-ani{100%{background-position:100% 0,0 100%,0 0,100% 100%}}

.ndvande2{
    text-align: left!important;
    padding-left: 0;
    padding-right: 0!important;
     max-width: 50%!important;
}
.ndvande2:before{
    display:none;
}


  .feature-box {
      background-color: #fffbe6;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      height: 100%;
      transition: all 0.3s ease;
    }

    .feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
.feature-icon {
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #1a73e8;
    /* letter-spacing: 0.02em; */
    text-transform: uppercase;
    /* perspective: 500px; */
    border: 1px solid;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 99px;
    margin-bottom: 15px;
}
.feature-icon::before {
    content: attr(aria-label);
    position: absolute;
    top: 0px;
    left: 40px;
    text-align: center;
    transform: translate(-50%, -60%);
    text-shadow: 0.01em 0.01em 0.01em rgba(0, 0, 0, 0.3);
}
    .feature-box:nth-child(2) {
      background-color: #fff0f3;
    }

    .feature-box:nth-child(3) {
      background-color: #f0fff4;
    }

    .feature-title {
      font-weight: 700;
      color: #005f3c;
      font-size: 1.25rem;
      margin-bottom: 15px;
    }
.giaiphap h2{
   font-size:45px;
  font-weight: 800;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  background: linear-gradient(90deg, #c471ed, #12c2e9, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;margin-bottom: 40px;
}

    @media (max-width: 767.98px) {
      
        
        .hb_price_title {
            font-size: 16px;
            line-height: 26px;
        }
      .feature-box {
        padding: 20px 10px;
      }
     .giaiphap h2 {
        font-size: 25px;
        }
       .giaiphap .col-6:nth-child(2n+1)
             {
                padding-left: 10px;
                padding-right: 0px;
            }
        .giaiphap .col-6:nth-child(2n) {
            padding-right: 10px;
            padding-left: 5px;
        }
        .giaiphap .mb-4 {
            margin-bottom: 8px !important;
        }
    }


@media(max-width:768px){
     .product-group {
    width:49%;
    }
    .ndvande2{
     max-width: 100%!important;
}
    .sec-com-tt.style-gradient .txt-gradient {
    font-size: 90px;
    }
    .sec-com-tt.style-gradient .txt-sub .plus {
        padding: .6rem;
        font-size: 28px;
    }
  
    .project-sub-tt {
        bottom: -31px;
        font-size: 20px;
    }
    .txt {
    font-size: 18px;
    }
    .sec-com-tt.style-gradient .txt-sub {
       gap: 8px;
         margin-left: 14px;
    }
}
@media(max-width:991px){
    .home-banner-wrap .home-banner-content {
    position: relative;
    max-width: 100%;
    margin-top: 10px;
    transform: none;
    }
    .home-banner-content h1 {
    color: white;
    margin-bottom: 20px;
    font-size: 24px;
    }
    .home-banner-content h2 {
    font-size: 20px !important;
    line-height: 29px;
    margin: 16px 0;
    }
    h2.duan{
    font-size: 23px;
    margin-top:22px;
    }
   
}
@media(max-width:768px){
    .chuavideotkw2 {
    max-width: 60%;
    margin: auto;
}
.home-banner .home-banner-wrap .home-banner-content.home-banner-content2 {
    max-width: 100%;
    margin-left: 10px;
}
    .h-procedure-item .txt-step {
    font-size: 20px;
}
.h-procedure-item .txt-desc{
    font-size: 16px;
}
.h-procedure-step::before {
    left: -32px;
    width: 5px;
}
    .home-banner-wrap picture {
    margin: 35px 0;
    border-radius: 10px;
    overflow: hidden;
}
    .dienthoai{display:block;}
    .maytinh{display:none;}
    .home-banner-content {
    margin-bottom: 40px;
    }
    .ndvande {
    border-left: 2px solid #ff5722;
    padding: 20px 8px;
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #007bff;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.15);
    animation: pulse-glow 3s infinite;
    width: 95%;
    margin: auto;
    }
}
