.feature-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.feature-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}
.boxcontent {
    background: #CCEEFF;
    border-radius: 15px;
    padding: 20px;
    padding-top: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.feature-img {
    width: 70px !important;
    height: 100px;
}
.box-item{
    border-radius: 50px;
    width: 40px;
    height: 40px;
    color: white;
    display: flex;
    background: black;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    justify-content: space-around;
}
.box-sp-index{
    box-sizing: border-box;
    position: relative;
    border: 1px solid #C8C8C8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    padding: 15px 15px 15px;
    text-align: center;
    /* margin: 22.5px 0; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
}
.desitem-index ul li{
    text-align: left;
    list-style: none;
}
.desitem-index ul{
    padding-left: 20px;
}


.desitem-index ul li:before {
    content: "";
    width: 1.0625rem;
    height: 1.0625rem;
    position: absolute;
    margin-left: 8px;
    left: 0;
    background: url(/images/icon-check-2.png) no-repeat center;
    background-size: cover;
}
.owl-carousel-wrapper {
    position: relative;
}
.custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}
.custom-nav:hover {
    background: #e9ecef;
}
.custom-nav i {
    font-size: 20px;
    line-height: 38px;
}
.owl-prev {
    left: -50px;
}
.owl-next {
    right: -50px;
}
@media (max-width: 576px) {
    .owl-prev {
        left: -10px;
    }
    .owl-next {
        right: -10px;
    }
}
/* Equal height for box-sp-index */
.owl-inex-gaiseo .owl-stage {
    display: flex;
    align-items: stretch;
}
.owl-inex-gaiseo .item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.box-sp-index {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    /* padding: 20px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.desitem-index {
    flex-grow: 1;
    overflow: auto;
    text-align: justify;
}
.title-blog-index{
    font-size: 1.2rem !important;
    text-align: justify;
    line-height: 26px;
    text-transform: capitalize;
}
.boxblog-index{
    box-sizing: border-box;
    position: relative;
    border: 1px solid #C8C8C8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;

    flex: 1;
    border-radius: 10px;
    height: 100%;
}
.row .col-12{
    padding-bottom: 15px;
}

.desitem-indexx{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin-bottom: 10px;
    text-align: justify;
}
.section-index{
    position: relative; /* Đảm bảo pseudo-element định vị đúng */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.section-index::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Lớp phủ màu trắng với độ mờ 0.5 */
    z-index: 1; /* Đặt lớp phủ phía trên hình nền */
}
.section-index > *{
    position: relative;
    z-index: 2; 
}

.text-center h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff ;
    margin-top: 10px;
  }
  
  .button-banner {
    background-color: #ff4081; /* Màu hồng đậm như trong ảnh */
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  
  .button-banner:hover {
    background-color: #e03570; /* Hiệu ứng hover */
  }
  
  .button-banner i {
    margin-left: 5px;
  }
  
  .section-index .boxblog-index {
    background-color: rgba(240, 248, 255, 0.8); /* Màu nền xanh nhạt mờ */
    border-radius: 10px;
    margin: 10px 0;
    /* min-height: 150px; */
    display: flex;
    align-items: center;
  }
  
  .desitem-indexx {
    font-size: 0.9rem;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Giới hạn tối đa 3 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (max-width: 767px) {
    .section-index .boxblog-index {
      margin: 10px 0;
    }
    .title-blog-index {
      font-size: 1.1rem;
    }
    .desitem-indexx {
      font-size: 0.85rem;
    }
  }
  .banner-container {
    background: linear-gradient(to right, #1E3A8A, #7DD3FC);
    padding: 40px 0;
    font-family: 'Arial', sans-serif;
}

.text-section {
    padding: 20px;
}

.title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}

.description {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}

.button-group {
    display: flex;
    gap: 15px;
}

.btn {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #FF2D55;
    color: #fff;
}

.btn-primary:hover {
    background-color: #e02546;
}

.btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.image-section img {
    max-width: 100%;
    height: auto !important;
    object-fit: contain;
}

@media (max-width: 768px) {
    .title {
        font-size: 1.8rem;
    }

    .description {
        font-size: 0.9rem;
    }

    .btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}
.img-banner-swiper{
    border-radius: 10px; 
    width: 460px !important; 
    height: 530px !important;
    object-fit: fill !important;
}
.container  .h3, h3 {
    font-size: 1.2rem !important;
}
.feature-item {
    display: flex;
    justify-content: center; 
    align-items: stretch; 
}

.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.feature-img {
    margin-bottom: -44px; 
    max-width: 100%;
}

.boxcontent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.feature-title {
    margin-bottom: 10px; 
    font-size: 1.25rem;
}

.feature-desc {
    font-size: 0.9rem;
    color: #666; 
}