.doc_banner_area {
    background: unset;
    background-image: url(/assets/user/images/bgr-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-categories {
    .icon-category {
        filter: invert(19%) sepia(86%) saturate(2905%) hue-rotate(329deg) brightness(89%) contrast(93%);
    }
}

.header_search_form_info {
    input-wrapper {
        overflow: hidden;
    }
    .input-wrapper .btn {
        position: absolute;
        right: 0;
        overflow: hidden;
        height: 100%;
        background: var(--black_25);
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
        width: 150px;
        outline: none;
        box-shadow: none;
        &:focus {
            outline: none;
            box-shadow: none;
        }
    }
}

.recommended_item {
    padding: 0;
    overflow: hidden;

    .image-material {
        overflow: hidden;
        margin-bottom: 20px;
    }
    img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .info-material {
        padding: 0 20px 20px 20px;
        .title {
            min-height: 60px;
            display: block;
        }
        .title h3{
            font-size: 16px;
        }
    }
}

.doc_subscribe_inner {
    background: var(--brand_color);
}

.doc_author_area {
    margin: 50px 0 50px 0;
}

.doc_subscribe_area {
    padding: 160px 0 135px;
}

.doc_community_area .container {
    max-width: 1200px;
}

.author-item {
    margin: 0 15px;
    .image-cover {
        border-radius: 20px;
        overflow: hidden;
    }

    .name span {
        display: block;
        padding-top: 20px;
        color: #000 !important;
        font-size: 17px !important;
    }
}

.header_search_keyword ul li a:hover{
    background: #fff !important;
    color: var(--brand_color);
}