.item {
    position: relative;
    overflow: hidden; /* Đảm bảo nút không tràn ra ngoài */
}

.item img {
    width: 100%; /* Đảm bảo ảnh lấp đầy container */
    display: block; /* Loại bỏ khoảng trắng dưới ảnh */
}

.buttons {
    position: absolute;
    bottom: 10%; /* Cách lề dưới ảnh */
    left: 50%; /* Canh giữa theo chiều ngang */
    transform: translateX(-50%); /* Điều chỉnh vị trí chính xác */
    display: flex;
    gap: 50px; /* Khoảng cách giữa hai nút */
    padding: 0 10px; /* Padding bên trong */
}

.btn {
    padding: 10px 40px; /* Kích thước nút */
    border: none;
    border-radius: 5px; /* Bo góc nhẹ */
    cursor: pointer;
    font-size: 14px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease; /* Hiệu ứng mượt khi hover */
}

.price-btn {
    background-color: #BEC0B1; /* Màu xanh đậm giống ảnh */
    color: #005bb5; /* Chữ trắng */
    border: 1px solid #005bb5; /* Viền xanh đậm */
    font-weight: 700;
}

.price-btn:hover {
    background-color: #005bb5; /* Màu đậm hơn khi hover */
    color: #fff;
}

.contact-btn {
    background-color: #BEC0B1; /* Nền trắng */
    color: #005bb5; /* Chữ xanh đậm */
    border: 1px solid #005bb5; /* Viền xanh đậm */
    font-weight: 700;
}

.contact-btn:hover {
    background-color: #005bb5; /* Nền xanh khi hover */
    color: #fff; /* Chữ trắng khi hover */
}

/* Responsive cho mobile */
@media (max-width: 768px) {
    .buttons {
        flex-direction: column;
        gap: 5px;
        width: 80%;
    }

    .btn {
        width: 100%;
    }
}
.seo-image {
    max-width: 100%;
    height: auto;
}
.content-section {
    /* background-color: #f8f9fa; */
    padding: 20px;
}
.content-section h2 {
    color: #005bb5;
    font-weight: bold;
    font-size: 2rem;
}
.content-section p {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .seo-image {
        margin-bottom: 20px;
    }
    .content-section h2 {
        font-size: 1.5rem;
    }
    .content-section p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .content-section {
        border-left: none;
        padding: 15px;
    }
    .content-section h2 {
        font-size: 1.2rem;
    }
    .content-section p {
        font-size: 0.85rem;
    }
}
.Titleh3{
    color: #005bb5;
    font-weight: 600;
    border-top: 1px solid #bbbbbb; /* Viền xanh đậm */
    border-bottom: 1px solid #bbbbbb; /* Viền xanh đậm */

}
.Titleha{
    color: #005bb5;
    font-weight: 600;
    font-size: 20px;
}
/* CSS tùy chỉnh */
.header-section {
    background-color: #005bb5;
    color: #fff;
    /* padding: 20px; */
    height: 300px;
    text-align: center;
    margin-bottom: -93px;
}
.header-section h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}
.reason-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reason-card .card-title {
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.reason-card .card-text {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .header-section h1 {
        font-size: 1.5rem;
    }
    .reason-card .card-title {
        font-size: 1rem;
    }
    .reason-card .card-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .header-section {
        padding: 15px;
    }
    .header-section h1 {
        font-size: 1.2rem;
    }
    .reason-card {
        padding: 10px;
        min-height: 140px;
    }
    .reason-card .card-title {
        font-size: 0.9rem;
    }
    .reason-card .card-text {
        font-size: 0.85rem;
    }
    .header-section {
        margin-bottom: -150px;
    }
}
.accordion {
    max-width: 600px;
    margin: 0 auto;
}
.accordion-button {
    font-size: 1.1rem;
}
.accordion-body {
    font-size: 1rem;
}
.contact__button .default__button{
    background: red;
    color: white;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer__menu__title .footer__menu a{
    color: white;
}
.footer-title div{
    font-size: 15px;
    font-weight: 500;
}
.footer__menu__title h6{
    font-size: 15px;
    font-weight: 500;
}
.card-titlee{
    color: #ff0000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.txtdes{
    font-size: 16px;
    font-weight: 700;
    color: #005bb5;
}
.d-flex-ngang{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-newsp{
    background: #ff0000 !important;
    color: white !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}