/* style/nh-ci-khc.css */
.page-nh-ci-khc {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-nh-ci-khc__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-nh-ci-khc__hero {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-nh-ci-khc__hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.3;
    max-width: 50%;
    height: auto;
    z-index: 1;
}

.page-nh-ci-khc__hero .page-nh-ci-khc__container {
    position: relative;
    z-index: 2;
}

.page-nh-ci-khc__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.page-nh-ci-khc__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-nh-ci-khc__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
}

.page-nh-ci-khc__btn--primary {
    background-color: #ffc107;
    color: #333;
    border: 2px solid #ffc107;
}

.page-nh-ci-khc__btn--primary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    transform: translateY(-2px);
}

.page-nh-ci-khc__btn--secondary {
    background-color: transparent;
    color: #ffc107;
    border: 2px solid #ffc107;
    margin-left: 15px;
}

.page-nh-ci-khc__btn--secondary:hover {
    background-color: #ffc107;
    color: #333;
    transform: translateY(-2px);
}

.page-nh-ci-khc__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
}

.page-nh-ci-khc__section {
    padding: 60px 0;
    text-align: left;
}

.page-nh-ci-khc__section--light-bg {
    background-color: #e9ecef;
}

.page-nh-ci-khc__section--dark-bg {
    background-color: #343a40;
    color: #f8f9fa;
}

.page-nh-ci-khc__section-title {
    font-size: 2.5em;
    margin-bottom: 40px;
    text-align: center;
    color: #007bff;
    font-weight: 700;
}

.page-nh-ci-khc__section--dark-bg .page-nh-ci-khc__section-title {
    color: #ffc107;
}

.page-nh-ci-khc__article {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
    border-left: 5px solid #007bff;
}

.page-nh-ci-khc__section--light-bg .page-nh-ci-khc__article {
    background-color: #fefefe;
}

.page-nh-ci-khc__article-title {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-nh-ci-khc__article p {
    margin-bottom: 15px;
    color: #495057;
}

.page-nh-ci-khc__section--dark-bg p {
    color: #ced4da;
}

.page-nh-ci-khc__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-nh-ci-khc__list li {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    color: #333;
}

.page-nh-ci-khc__section--dark-bg .page-nh-ci-khc__list li {
    background-color: #495057;
    color: #f8f9fa;
}

.page-nh-ci-khc__list li strong {
    color: #007bff;
}

.page-nh-ci-khc__section--dark-bg .page-nh-ci-khc__list li strong {
    color: #ffc107;
}

.page-nh-ci-khc__cta-group {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-nh-ci-khc__cta-group--center {
    text-align: center;
}

.page-nh-ci-khc__image-fullwidth {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-nh-ci-khc__image-inline {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-nh-ci-khc .highlight {
    color: #007bff;
    font-weight: bold;
}

.page-nh-ci-khc__section--dark-bg .highlight {
    color: #ffc107;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-nh-ci-khc__hero-title {
        font-size: 2.8em;
    }
    .page-nh-ci-khc__hero-description {
        font-size: 1.1em;
    }
    .page-nh-ci-khc__section-title {
        font-size: 2em;
    }
    .page-nh-ci-khc__article-title {
        font-size: 1.5em;
    }
    .page-nh-ci-khc__hero-image {
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    .page-nh-ci-khc__hero {
        padding: 60px 0;
    }
    .page-nh-ci-khc__hero-title {
        font-size: 2.2em;
    }
    .page-nh-ci-khc__hero-description {
        font-size: 1em;
    }
    .page-nh-ci-khc__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-nh-ci-khc__btn--secondary {
        margin-left: 0;
        margin-top: 10px;
    }
    .page-nh-ci-khc__cta-group {
        flex-direction: column;
        align-items: center;
    }
    .page-nh-ci-khc__section {
        padding: 40px 0;
    }
    .page-nh-ci-khc__section-title {
        font-size: 1.8em;
    }
    .page-nh-ci-khc__article {
        padding: 20px;
    }
    .page-nh-ci-khc__hero-image {
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .page-nh-ci-khc__hero-title {
        font-size: 1.8em;
    }
    .page-nh-ci-khc__hero-description {
        font-size: 0.9em;
    }
    .page-nh-ci-khc__btn--large {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-nh-ci-khc__section-title {
        font-size: 1.5em;
    }
    .page-nh-ci-khc__article-title {
        font-size: 1.3em;
    }
}