.package-info {
    background-color: #FAFBFF;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #D9DBE9;
}
.register-btn {
    width: 100%;
}
.profit{
    border-top: 1px dashed #d9dbe9;
    border-bottom: 1px dashed #d9dbe9;
    padding: 20px 0;
}
.benefit-icon {
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon img {
/*    width: 20px;
    height: 20px;*/
}
.profit-info{
    margin: 0 10px;
}
.text-data{
    font-weight: 500;
}
.discount{
    position: relative;
    bottom: 10px;
    right: 57px;
}
.discount-subtract{
    position: absolute;
}
.discount-badge{
    position: absolute;
    color: white;
    left: 15px;
    top: 3px;
    font-size: 14px;
    font-weight: 500;
}

.content-area {
    height: 433px;
    overflow-y: auto; /* Scroll when content overflows */
}
.breadcrumb-item{
    font-size: 20px;
}

/* General styles for the sidebar */
.sidebar {
    background-color: #FAFBFF;
    padding: 10px;
    border-right: 1px solid #e1e4e8;
}
.sidebar .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.sidebar .nav-item{
    margin-bottom: 5px;
}
.sidebar .nav-link:hover::after {
    background-color: #007bff; /* Underline color on hover */
}

.sidebar .nav-link {
    position: relative;
    padding-left: 30px; /* Make space for the icon */
    font-size: 24px;
    color: #6c757d; /* Default gray text */
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sidebar .nav-link.active {
    color: #007bff; /* Active link color */
    font-weight: bold;
}

.sidebar .nav-link:hover {
    color: #007bff; /* Hover link color */
}

/* Add icons before each link */
.sidebar .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

/* Specific icons for each link */
.sidebar .nav-link[href="#gioi-thieu"]::before {
    background-image: url('/images/megaphone2.svg'); 
}

.sidebar .nav-link[href="#goi-cuoc"]::before {
    background-image: url('/images/handbag.svg'); /* Replace with actual icon URL */
}

.sidebar .nav-link[href="#khuyen-mai"]::before {
    background-image: url('/images/gift.svg'); /* Replace with actual icon URL */
}

.sidebar .nav-link[href="#huong-dan"]::before {
    background-image: url('/images/question-circle.svg'); /* Replace with actual icon URL */
}


.sidebar .nav-link[href="#gioi-thieu"]:hover::before {
    background-image: url('/images/megaphone2-fill.svg'); /* Replace with hover icon or use CSS to change color */
}

.sidebar .nav-link[href="#goi-cuoc"]:hover::before {
    background-image: url('/images/handbag-fill.svg'); /* Replace with hover icon or use CSS to change color */
}

.sidebar .nav-link[href="#khuyen-mai"]:hover::before {
    background-image: url('/images/gift-fill.svg'); /* Replace with hover icon or use CSS to change color */
}

.sidebar .nav-link[href="#huong-dan"]:hover::before {
    background-image: url('/images/question-circle-fill.svg'); /* Replace with hover icon or use CSS to change color */
}


/* Styling for disabled links */
.sidebar .nav-link.disabled {
    color: #ccc; /* Disabled gray */
    pointer-events: none; /* Disable clicking */
}
.carousel-detail-img {
    max-height: 155px;
    object-fit: cover;
}

.card {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background-color: #FAFBFF;
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.package-info-detail {
    padding-bottom: 10px;
    border-bottom: 1px dashed #d9dbe9;
}

.card .btn {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}
.ellipse1a img{
    display: block;
}
.owl-prev {
    position: absolute;
    left: -30px;
    top: 25%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    outline: 0;
    background: #d9dbe9;
    transition: all 0.3s;
    color: #fff;
}

.owl-next {
    position: absolute;
    right: -30px;
    top: 25%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    outline: 0;
    background: #d9dbe9;
    color: #fff;
    transition: all 0.3s;
}
.right-title h2{
    font-size: 24px;
    font-weight: bold;
}

.mobile-menu .nav-link {
    font-size: 16px; /* Kích thước chữ nhỏ hơn */
    padding: 10px; /* Khoảng cách */
    flex-grow: 1; /* Đảm bảo các menu chia đều không gian */
    text-align: center;
    color: #6c757d; /* Màu xám mặc định */
    position: relative; /* Để sử dụng `::before` */
    transition: color 0.3s ease;
}

.mobile-menu .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; /* Gạch chân nằm ở đáy */
    height: 2px; /* Độ dày của gạch chân */
    background-color: transparent; /* Mặc định là trong suốt */
    transition: background-color 0.3s ease;
}

.mobile-menu .nav-link:hover::before,
.mobile-menu .nav-link.active::before {
    background-color: #007bff; 
}
.partner-text{
    font-size: 42px;
}

.other-package{
    font-size: 32px;  
}

.news-gd{
    background-image:url('/images/Tin_Tuc/Background1.png'); 
    background-repeat: no-repeat;
}
.text-title-package{
    font-size: 36px; 
    font-weight: 700; 
    color: #000000;
    line-height: 45px; 
    margin-left: 15px;
}
.responsive-iframe {
    height: 437px; 
}
.text-14{
    font-size: 14px;
    line-height: 17px;
}
.title-left{
    padding: 15px 35px;
}

@media (max-width: 1024px) {
    .title-left{
        padding: 0px 15px;
    }
    #btnShowMore {
        background: #FAFBFF;
        border: 1px solid #D9DBE9;
        border-radius: 32px;
        width: 121px;
        height: 48px;
        font-weight: bold;
        font-size: 14px;
        color: #0676F9;
    }
}

@media (max-width: 768px) {
    .title-group-home {
        font-size: 36px;
    }
    #btnShowMore {
        background: #FAFBFF;
        border: 1px solid #D9DBE9;
        border-radius: 32px;
        width: 121px;
        height: 48px;
        font-weight: bold;
        font-size: 14px;
        color: #0676F9;
    }

    .text-title-package{
        font-size: 36px; 
    }
    .sidebar .nav-link::before {
        display: none;
    }

    .right-title h2 {
        font-size: 20px;
        font-weight: bold;
        color: #0676F9;
    }
    .card{
        margin-bottom: 20px;
    }
    .card .btn{
        padding: 7px 24px;
        border-radius: 32px;
        font-weight: 500;
    }
    .content-area{
        height: unset;
    }
    .carousel-btn{
        height: 28px;
        width: 28px;
        font-size: 17px;
    }
    .right-btn{
        right: -10px;
    }
    .left-btn {
        left: -10px;
    }
    .register-btn{
        font-size: 15px;
        padding: 10px;
    }

    /* Custom styling for dropdown button */
    .pack-menu {
        width: 214px;
        height: 42px;
        font-size: 16px; 
        background: #0676F9;
        box-shadow: 0px 4px 4px rgba(176, 199, 241, 0.2);
        border-radius: 57px;
        color: white; /* Màu chữ */
        margin-left: 0%;
        margin-bottom: 0%;
    }

    /* Custom styling for dropdown menu */
    .menu-list-drop {
        width: 349px;
        border-radius: 10px; /* Bo tròn góc */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Đổ bóng */
        padding: 0; /* Bỏ padding mặc định */
        overflow: hidden; /* Ẩn phần thừa */
        background: #FAFBFF;
    }

    /* Styling for dropdown items */
    .menu-list-drop .dropdown-item {
        font-size: 16px;
        padding: 10px 15px;
    }

    .menu-list-drop .dropdown-item:hover {
        color: #0676F9;
    }



    /* Styling for desktop tabs */
    .nav-tabs {
        border-bottom: 1px solid #ddd; /* Đường viền bên dưới của danh sách tab */
        font-size: 16px; /* Kích thước chữ */
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px; /* Loại bỏ khoảng trống dưới tab */
    }

    .nav-tabs .custom-nav-link {
        padding: 10px 15px; /* Khoảng cách bên trong tab */
        color: #007bff; /* Màu chữ */
        border: 1px solid transparent; /* Bỏ viền mặc định */
        border-radius: 5px 5px 0 0; /* Bo tròn góc trên */
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    }

    .nav-tabs .custom-nav-link:hover {
        background-color: #f1f1f1; /* Màu nền khi hover */
        border-color: #ddd; /* Màu viền khi hover */
    }

    .nav-tabs .custom-nav-link.active {
        background-color: #007bff; /* Màu nền khi tab được chọn */
        color: white; /* Màu chữ khi tab được chọn */
        border-color: #007bff; /* Màu viền khi tab được chọn */
    }



    .fire-icon {
        color: #ff4500; /* Màu cam cho icon 🔥 */
    }
    .btn-view-more {
        font-size: 16px;
        color: #0676F9;
        text-decoration: none;
        background: #FAFBFF;
        border: 1px solid #D9DBE9;
        border-radius: 32px;
        padding: 5px 16px;
        display: inline-block;
        font-weight: 500;
    }
    .btn-view-more:hover {
        text-decoration: none;
    }

    .blog_section .blog_content .blog_item {
        height: 465px;
    }

    .blog_section .blog_content .blog_item .blog_image img {
        height: 192px;
    }

    .other-package{
        font-size: 24px;  
    }

    .highlight-mobile{
        padding-bottom: 0;
    }
    .news-gd{
        background-image:unset; 
    }
    .blog_section .blog_content .blog_item .blog_details a {
        font-weight: unset;
    }
    .responsive-iframe {
        height: 393px;
    }
}
@media (max-width: 600px) {
    .title-group-home {
        font-size: 24px;
    }
    .partner-text {
        font-size: 24px;
        text-align: center;
    }
    .text-title-package{
        font-size: 24px; 
    }

    .tab-title {
        font-size: 24px; /* Kích thước chữ tiêu đề */
        font-weight: bold; /* In đậm tiêu đề */
        margin-bottom: 10px; /* Khoảng cách bên dưới tiêu đề */
    }
}
@media (min-width: 768px) {
    #middle-detail {
        border: 1px solid #D9DBE9;
        border-radius: 15px;
        overflow: hidden;
        max-width: 101.3%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .carousel-btn {
        height: 38px;
        width: 38px;
        font-size: 20px;
    }
    
    .freemium-card-detail {
        padding: 16px 8px;
        font-size: 90%;
    }
    .freemium-title {
        font-size: 24px;
    }
    .freemium-card-detail .btn-freemium-detail {
        font-size: 16px;
        padding: 8px 12px;
    }
}
