.section-ebook .container {
    margin-top: 50px;
}

.section-ebook .row .col-3 {
}

.section-ebook .row .list-item {
    background: white;
    padding: 24px;
}

.section-ebook .container .filter_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 55px;
    padding-left: 20px;
    background: white;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

.section-ebook .container .search-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 80px;
    background: #0A2540;
    padding-left: 20px;
    padding-right: 20px;
}

.section-ebook .cmc-nav {
    background: white;
    width: 100%;
    margin: 0;
}

.section-ebook .cmc-nav li {
    /*list-style-type: none;*/
    display: block;
    margin-right: 0;
}

.section-ebook .cmc-nav li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #000000;
    height: 68px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    transition: all .1s ease-in-out;

    margin-bottom: 0;
    border: unset;
    border-bottom: 2px solid #EFEFEF;
    border-radius: 0;
}
.section-ebook .cmc-nav li a:hover,
.section-ebook .cmc-nav li a.active{
    text-decoration: none;
    background-color: #EFEFEF;
    font-weight: 500;
    color: unset;
}

.section-ebook .cmc-nav li a.active{
    text-decoration: none;
    background-color: #EFEFEF;
    font-weight: 500;
    color: unset;
}

.section-ebook .social_link {
    background: white;
}

.section-ebook .social_link a{
    color: #3C3C3C;
}

.section-ebook .social_link  a:hover{
    color: #189FE0;
}

.section-ebook .row .list-item .item{
    background: white;
    padding: 8px;
}

.section-ebook .row .list-item .item-post{
    border: 1px solid #EAEAEA;
    border-radius: 12px 12px 6px 6px;
    /*box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.07);*/
    transition: box-shadow 0.5s;
}

.section-ebook .row .list-item .item-post:hover{
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.07);
}

.section-ebook .row .list-item .post-thumbnail{
    border-radius: 12px 12px 0px 0px;
    background: linear-gradient(179.97deg, rgba(111, 237, 168, 0) 0.03%, #6FEDA8 113.41%);
    height: 180px;
}

.section-ebook .row .list-item .content{
    padding-left: 20px;
    padding-right: 20px;
}

.section-ebook .content .post-title{
    margin-top: 13px;
    height: 60px;
}

.section-ebook .content .post-title a{
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
}

.section-ebook .content .post_description{
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 5px;
    color: #3C3C3C;
    height: 145px;
}

.section-ebook .content .categories{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #898989;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media screen and (max-width: 450px) {
    body .group-filter{
        margin-bottom: 20px;
    }
    .section-ebook .row .list-item {
        /*padding: unset;*/
    }
    .section-ebook .row .list-item {
        background: unset;
    }
}

/*Ipad*/
@media screen and (max-width: 1024px) {
}