.header-title {
    padding: 1.5rem 0 2rem 0;
    font-weight: 700;
    line-height: 58.61px;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: capitalize;
    border: none;
}

.main-content .action {
    margin-bottom: 1.5rem;
}

.main-content .action .form-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.form-group {
    margin-bottom: 0;
}

.main-content .action label {
    font-size: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
}

.list-csp {
    padding: 0;
}

.list-csp a {
    color: #000000;
    text-decoration: none;
    border: none;
}

.list-csp img.card-img-top {
    /* height: 352px; */
    object-fit: cover;
    aspect-ratio: 1 / 1.17;
}

.list-csp .card-title, .list-csp .card-text, .list-csp .card-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-csp .card-description {
    -webkit-line-clamp: 2;
    height: auto !important;
}

#selectYear {
    max-width: 224px;
    width: 100%;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/tintuc/angle-down.png) no-repeat;
    background-position: right 20px top 50%;
}

@media screen and (max-width: 576px) {
    .list-csp {
        display: flex;
        justify-content: center;
        padding: 0 20px;
    }

    .main-content .action .form-group {
        display: flex;
        justify-content: center;
    }

    .list-csp a {
        padding: 0;
    }
}

@media screen and (max-width: 769px) {
    .card-title {
        margin-bottom: 0.5rem;
    }

    .paginate.paginate-csp {
        margin-top: 0;
    }

    .header-title {
        line-height: 39px;
    }
}