  .content_type11 .search {
    padding: 25px 30px;
    background: rgba(205, 205, 205, 0.3);
    margin-bottom: 50px;
}

.content_type11 .search .form-label {
    font-weight: 500;
}

    .content_type11 .search .search_btn {
        background-color: var(--color-primary);
        color: rgb(255, 255, 255);
    }

.content_type11 .search .search_btn:hover {
    filter: brightness(.9)
}

.content_type11 .card_list {
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0;
    margin: 0;
    padding: 25px 0px;
}

    .content_type11 .card_list.pic .card_list_content {
        align-items: center;
        padding: 0;
    }


    .content_type11 .card_list.viedo .card_list_sm iframe {
        border-radius: 0;
        width: 100%;
        height: 250px;
    }

    .content_type11 .card_list:hover {
        box-shadow:none;
    }
    .content_type11 .card_list .card_list_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 200px;
    }
    .content_type11 .card_list .card_list_content .card-date {
        color: #5E5E5E;
    }


