
  

  section.section.section-solution {
    background: #f3f6fd;
    padding: 40px 0 60px 0;
}
  
  
  .body_width,  .container {
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px;
  }

  h3 {
    margin-bottom: 10px;
  }
  
  ul {
    padding-left: 20px;
  }
  
  .btn {
    display: inline-block;
    background: linear-gradient(to right, #4d73ff, #3f52ff);
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    margin-top: 0px;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  .btn:hover {
    /* color: #fff; */
    /* text-decoration: none; */
}
  .section-solution .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .section-solution .content {
    flex: 1;
  }

.section-about h2 {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 20px;
}

  .section-about .about-right p {
    color: rgba(108, 135, 174, 1);
    line-height: 150%;
  }
  .dich-vu .about-right p {
    color: rgba(108, 135, 174, 1);
    line-height: 150%;
    text-align: left;
}
.dich-vu a {
    float: left;
    border-radius: 100px;
}
  .section-solution .image {
    flex: 1;
    text-align: right;
  }
  
  .section-solution img {
    max-width: 90%;
    height: auto;
  }
  
  .section-about {
    background: #fff;
  }
  
  .section-about .container {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .about-left img {
    max-width: 100%;
    height: auto;
  }

  .about-block {
    border-left: 2px solid rgb(98 98 98);
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .about-block .h3 {
    font-size: 25px;
    color: #1f1f1f;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
  }
  
  .about-block p {
    color: #445577;
    font-size: 15px;
    line-height: 1.6;
  }
  
  .about-boxes {
    margin-top: 20px;
  }
  
  .about-boxes div {
    margin-bottom: 20px;
  }
  
  .section-services .services-header {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
  }

  .services-section {
    padding: 0px 20px;
    background: #ffffff;
    text-align: center;
  }
  
  .container {
    max-width: 1200px ;
    margin: 0 auto;
  }
 
  .section-subtitle {
    color: #667799;
    font-size: 18px;
    max-width: 966px;
    margin: 20px auto 40px;
    line-height: 1.6;
    text-align: justify;
  }
  
  .cta-button {
    margin-bottom: 50px;
  }
  
  .btn-primary {
    display: inline-block;
    background: linear-gradient(90deg, #3c82f7, #7c5efc);
    color: white;
    padding: 14px 28px;
    font-size: 15px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }
  
  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(60, 130, 247, 0.4);
  }
  
  .service-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  
  .service-card {
    background: #fff;
    border: 1px solid rgba(101, 168, 251, 1);
    border-radius: 12px;
    padding: 30px 20px;
    width: calc((100% - 40px) / 3);
    text-align: left;
    transition: 0.3s ease;
  }
  
  .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  }
  
  .icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 100%;
    width: 80px;
    margin-left: 35%;
    height: 80px;
  }
  .service-card h3 {
    text-align: center;
  }

  .icon-circle img {
    width: 40px;
  }
  
  .service-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 120%;
  }
  
  .service-card p {
    font-size: 16px;
    margin-bottom: 12px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  
  .service-card ul {
    padding-left: 18px;
    margin: 0;
    font-size: 14px;
    color: #333;
  }
  
  .stats-section {
    padding: 80px 20px;
    background-color: #ffffff;
    text-align: center;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .stats-title {
    font-size: 32px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 50px;
  }
  
  .stats-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  
  .stats-card {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 30px 20px;
    width: 234px;
    min-height: 220px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    transition: 0.3s;
  }
  
  .stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  }
  
  .stats-card .icon {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .stats-card hr {
    border: none;
    border-top: 2px solid;
    margin: 10px auto 20px;
    width: 100%;
  }
  
  .stats-number {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin-top: 90px;
  }
  
  .stats-number span {
    color: #3b7bf0;
  }
  h2.stats-title {
    font-size: 40px;
    font-weight: 500;
  }
.testimonial strong {
    font-size: 17px;
    font-weight: 500;
    line-height: 120%;
}
.testimonial span {
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: rgba(142, 142, 142, 1);
}
.testimonial.active {
    border: 2px solid rgba(52, 103, 255, 1);
}

.testimonial p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(39, 39, 39, 1);
    line-height: 150%;
    text-align: justify;
}
.section-testimonials h2 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    /* margin-bottom: 70px; */
}
  .stats-card p {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    text-align: left;
  }
  
  /* Background + HR colors by theme */
  .stats-cards .purple {
    background-color: #f7f0fd;
  }
  .stats-cards .purple hr {
    border-color: #a865e1;
  }
  
  .stats-cards .green {
    background-color: #f0fdf7;
  }
  .stats-cards .green hr {
    border-color: #34c77b;
  }
  
  .stats-cards .blue {
    background-color: #ecf4ff;
  }
  .stats-cards .blue hr {
    border-color: #3b7bf0;
  }
  
  .stats-cards .red {
    background-color: #fff7e6;
  }
  .stats-cards .red hr {
    border-color: #db4a39;
  }  

  .service-card ul li {
    margin-bottom: 10px;
  }
  
  /* Accent colors */
  .purple h3 {
    color: #9b5de5;
  }
  .green h3 {
    color: #3bb273;
  }
  .blue h3 {
    color: #3b7bf0;
  }
  .red h3 {
    color: #db4a39;
  }  
  
  .section-services img {
    width: 200px;
    border-radius: 50%;
  }
  
  .service-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .service-cards .card {
    flex: 1 1 200px;
    background: #f0f4ff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    color: #333;
  }
  
  .section-projects .project {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
  }
  
  .section-projects img {
    max-width: 300px;
    border-radius: 12px;
  }

  .section-stats .stats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
  
  .stat {
    flex: 1 1 200px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  
  .stat .number {
    font-size: 28px;
    font-weight: bold;
  }
  
  /* .stat.purple { background: #f6f1ff; }
  .stat.green { background: #e9fff3; }
  .stat.blue { background: #e8f4ff; }
  .stat.yellow { background: #fff8e2; } */
  
  .section-testimonials .testimonials {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  
  .testimonial {
    flex: 1 1 280px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e0e0e0;
  }
  
  .testimonial .stars {
    color: #ffc107;
    font-size: 25px;
  }
  
  .testimonial .author {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
  }
  
  .testimonial .author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  
  .section-cta {
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    border-radius: 20px;
    margin: 60px 20px;
  }
  
  .btn-white {
    background: #fff;
    color: #3366ff;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    width: 300px;
    font-size: 19px;
    line-height: 1;
  }
  
  .section-footer {
    background: linear-gradient(to right, #3870ff, #486bff);
    color: #fff;
    padding: 60px 20px;
  }
  .box-grid {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to right, #4d73ff, #3f52ff);
    padding: 40px;
    border-radius: 30px;
    color: #ffff;
    justify-content: center;
    padding: 40px 20px !important;
}
.box-grid .h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 25px;
}
.box-grid p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
  .footer-grid {
    color: black;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background: #f0f6ff;
    padding: 40px;
    border-radius: 30px;
  }
  
  .footer-grid div {
    flex: 1 1 250px;
  }
  .footer-grid div:first-child {
    flex: 1 1 500px;
}
  .footer-grid h4 {
    margin-bottom: 10px;
  }
  
  .footer-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-grid li {
    margin-bottom: 8px;
  }

  .section-vision {
    padding: 60px 20px;
    background: #fff;
  }
  
  .vision-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .vision-text {
    flex: 1 1 50%;
  }
  
  .vision-text h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #111;
  }
  
  .vision-text p {
    color: #6b7a99;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  
  .vision-text .btn {
    display: inline-block;
    background: linear-gradient(to right, #4d73ff, #3f52ff);
    color: #fff;
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .vision-image {
    flex: 1 1 40%;
    text-align: right;
  }
  
  .vision-image img {
    max-width: 100%;
    height: auto;
  }  
 .about-right{
    flex: 1 1 40%;
    text-align: right;
 }
 .about-left {
    flex: 1 1 50%;
}

.services {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 0;
    flex-wrap: wrap;
  }
  
  .service-box {
    width: 220px;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  
  .service-box .icon {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .service-box h3 {
    font-size: 20px;
    color: #333;
    margin: 0;
    line-height: 1.4;
    font-size: 36px;
    font-weight: normal;
  }
  
  /* Màu nền riêng cho từng box */
  .purple {
    /* background-color: #f7f0ff; */
    color: #8e44ad;
  }
  
  .green {
    /* background-color: #f0fff6; */
    color: #27ae60;
  }
  .project-section {
    background-color: #f3f6fd;
    padding: 40px 20px;
    text-align: center;
    margin-top: 80px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}



.project-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.project-images {
  position: relative;
  width: 48%;
}

.img-stack {
  width: 100%;
}

.img-stack.middle {
  top: 60px;
  left: 40px;
}

.img-laptop {
  position: relative;
  width: 260px;
  z-index: 1;
  margin-top: 140px;
}

.project-info {
  max-width: 400px;
  text-align: left;
}


.project-nav {
  margin-top: 40px;
}
.project-nav img {
    cursor: pointer;
}
.nav-btn {
  background-color: white;
  border: 2px solid #ddd;
  border-radius: 50%;
  padding: 10px 14px;
  font-size: 18px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background-color: #3965f7;
  color: white;
  border-color: #3965f7;
}

  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .section-title {
    font-size: 40px;
    color: #1f1f1f;
    font-weight: 500;
  }
  
  .slider {
    position: relative;
  }
  
  .slide {
    display: none;
    transition: all 0.3s ease-in-out;
  }
  
  .slide.active {
    display: block;
  }
  
  .project-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4%;
    flex-wrap: wrap;
  }
  .section-testimonials {
    background: #ffffff;
  }
  .project-images {
    position: relative;
  }
  
  .img-stack.middle {
    top: 60px;
    left: 40px;
  }
  
  .img-laptop {
    position: relative;
    width: 260px;
    z-index: 1;
    margin-top: 140px;
  }
  
  .project-info {
    max-width: 48%;
    text-align: left;
  }
  
  .project-info .h3 {
    color: #3965f7;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .project-info p {
    color: #6c87ae;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  
  .project-nav {
    margin-top: 40px;
  }
  
  .nav-btn {
    background-color: white;
    border: 2px solid #ddd;
    border-radius: 50%;
    padding: 10px 14px;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .nav-btn:hover {
    background-color: #3965f7;
    color: white;
    border-color: #3965f7;
  }
  
  
  .orange {
    background-color: #fff8e6;
    color: #d35400;
  }
  
  .bg-purple {
    background-color: #f7f0ff !important;
  }
  .blue {
    color: #2e86de !important;
  }
  .bg-blue {
     background-color: #eef6ff  !important;
  }
  .bg-red {
    background-color: #faf0ef  !important;
 }
  .bg-green {
    background-color: #f0fff6  !important;
  }

    .content h1 {
        font-size: 39px;
        color: #3366ff;
        margin-bottom: 20px;
        line-height: 1.5;
    }.content ul {
    padding-left: 20px;
}
  @media only screen and (min-width: 768px) {
    .section {
        padding: 60px 0;
    }

    .content ul li {
        font-size: 20px;
        color: #6C87AE;
        line-height: 150%;
    }
    .content a {
        font-size: 20px;
    }
    .content .btn {
        border-radius: 100px;
        width: 245px;
        text-align: center;
        line-height: 1.3;
        border-radius: 8px;
    }
    .about-right h2 {
        font-size: 48px;
        color: #272727;
        font-weight: normal;
    }
    .about-left img {
        width: 509.63px;
        height: auto;
    }

    .about-left p {
        line-height: 150%;
        color: rgba(108, 135, 174, 1);
        font-size: 16px;
        margin-bottom: 0;
        text-align: justify;
    }
    .btn-login { 
        border-radius: 30px;
    }
    .box-grid p { 
      padding: 0px 280px;
    }
    h2.stats-title { 
      max-width: 700px;
      margin-left: 20%;
    }
  
  }
  
@media only screen and (max-width: 540px) {
  .about-right img {
    width: 100%;
}

.project-images {
    width: 100%;
    order: 2;
}

.project-info {
    max-width: 100%;
}

section.project-section {
    padding: 40px 0;
}

section.stats-section {
    padding: 50px 0;
}

.stats-card {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 20px;
}

section.section.section-cta {
    margin: 0;
    padding: 60px 0;
    padding-bottom: 0;
}

.container.box-grid {
    padding: 20px;
    border-radius: 0;
}section.services-section .container {
    padding: 0;
}

.service-card {
    max-width: 100%;
    flex: unset;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
}

.about-left, .about-right {
    width: 100%;
    flex: 1 1 100%;
}

.section-solution .container {
    flex-direction: column;
}
.content h1 {
    font-size: 33px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20pt;
}

.content ul {
    color: var(--Color-2, rgba(108, 135, 174, 1));
    font-size: 17px;
    padding-left: 20px;
}

.content .btn {
    margin: 0;
    width: 235px;
    display: block;
    text-align: center;
    font-size: 18px;
}

.section-solution .image {
    display: none;
}

.section-about h2 {
    font-size: 27px;
}

.about-left p {
    color: var(--Color-2, #6C87AE);
    margin: 0;
    font-size: 15px;
    text-align: justify;
}

.about-block .h3 {
    font-size: 23px;
    margin-bottom: 5px;
}

.section-title {
    font-size: 27px;
}

.section-subtitle {
    line-height: 1.4;
    font-size: 16px;
}

.icon-circle {
    width: 48px;
    height: 48px;
    margin: auto;
    margin-bottom: 10pt;
}

.icon-circle img {
    width: 20px;
}

.project-info .h3 {
    font-size: 25px;
}

.project-info p {
    line-height: 1.4;
    font-size: 15px;
}

.project-nav img {
    width: 30px;
}

h2.stats-title {
    font-size: 30px;
    margin-top: 0;
}

.stats-number {
    margin-top: 46px;
}

.stats-card p {
    margin: 0;
}

.stats-card .icon img {
    width: 25px;
}

.section-testimonials h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.container.footer-grid img {
    width: 150px;
}.service-card h3 {
    font-size: 18px;
}

.service-card p {
    font-size: 15px;
}

.testimonial p {
    font-size: 16px;
}

.box-grid .h2 {
    font-size: 23px;
    line-height: 1.5;
}

.box-grid p {
    font-size: 15px;
}.section-about {
    padding: 30px 0;
}.btn-white {
    font-size: 17px;
}
}