﻿.content-main .list-publishers .item-book .back-image {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    width: 85%;
    bottom: 0;
    margin: 0 auto;
    height: 92%;
    overflow: hidden;
    opacity: 0.3;
    border-radius: 4px;
    transition: all 0.8s;
}

.content-main .list-publishers .item-book:hover .back-image {
    width: 10%;
    height: 10%;
    opacity: 0;
}

.content-main .list-publishers .item-book .back-image > img {
    transform: scale(1.1);
}

.content-main .list-publishers .item-book .img-book {
    width: 120px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

    .content-main .list-publishers .item-book .img-book a,
    .content-main .list-publishers .item-book .img-book a > img {
        display: block;
        width: 100%;
    }

.content-main .list-publishers .item-book .info-book {
    background-color: #fff;
    padding: 6px;
    border-radius: 4px;
    width: 85%;
    margin: 0 auto;
    box-shadow: 0 2px 9px -4px #bbb;
    position: relative;
    z-index: 99;
    transition: all 0.5s;
}

.content-main .list-publishers .item-book:hover .info-book {
    background-color: #7ebc2b;
}

.content-main .list-publishers .item-book .info-book .title {
    margin: 0;
}

    .content-main .list-publishers .item-book .info-book .title > a {
        margin: 0;
        color: #333;
        font-size: 14px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s;
    }

.content-main .list-publishers .item-book:hover .info-book .title > a {
    color: #fff;
}

.content-main .list-publishers .item-book .info-book .btn-more {
    font-size: 10px;
    color: #7ebc2b;
    font-weight: bold;
    transition: all 0.3s;
}

.content-main .list-publishers .item-book:hover .info-book .btn-more {
    color: #01449f;
}

.content-main .list-publishers .owl-nav [class*="owl-"] {
    position: absolute;
    background-color: #01449f;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 3px solid #f0f3f8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    top: 40%;
    transition: all 0.5s;
}

    .content-main .list-publishers .owl-nav [class*="owl-"]:hover {
        background-color: #7ebc2b;
        border-color: #fff;
        box-shadow: 0 1px 8px -4px #555;
    }

.content-main .list-publishers .owl-nav .owl-next {
    right: -4px;
}

.content-main .list-publishers .owl-nav .owl-prev {
    left: 0;
}

.content-main .list-books .list-publishers .sub-title {
    font-size: 18px;
}

.content-main .list-books .list-publishers .btn-archive {
    margin-left: 10px;
    float: left;
    padding-top: 32px;
    padding-bottom: 20px;
}
