﻿
.border-box {
    border: 1px solid #ECECEC;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    background: #FDFDFD;
}

/*book type 1: image in box*/
.book-type-1 {
    padding: 16px;
    height: auto;
    text-align: center;
    cursor: pointer;
    transition: transform .3s;
}

    .book-type-1:hover {
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
        transform: scale(1.1);
    }

        .book-type-1:hover .book-title {
            color: #1CD2FA;
        }

    .book-type-1 .book-content-1 {
        width: 100%;
        height: 45px;
        cursor: pointer;
    }

    .book-type-1 .book-content-2 {
        width: 100%;
        height: 24px;
        cursor: pointer;
    }

    .book-type-1 .book-img {
        width: 70%;
        height: auto;
        max-width: 175px;
        max-height: 250px;
        border-radius: 8px;
    }


/*child component*/
.title {
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    color: #333333;
}

.book-title {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #333333;
}

.book-author {
    font-size: 12px !important;
    line-height: 16px;
    color: #999999;
}

.book-detail {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #666666;
}

.book-comp {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

.book-line {
    border: 0.3px solid #ECECEC;
    width: 100%;
    margin-bottom: 15px;
}

.color-6 {
    color: #666666;
}

.color-9 {
    color: #999999;
}

.tb-search {
    border-radius: 10px 0px 0px 10px !important;
}

.bt-search {
    height: 40px !important;
    border-radius: 0px 10px 10px 0px !important;
    background: #0061AF;
    color: white;
    margin-left: -5px;
    margin-right: 15px;
}

#timkiemnangcao {
    cursor: pointer;
    color: #333333;
    font-weight: 600;
    font-size: 16px !important;
}

    #timkiemnangcao:hover {
        color: #1CD2FA;
    }

/*xem them*/
.load-more {
    text-align: center;
    margin-bottom: 15px;
}

    .load-more a {
        color: #666666;
        text-decoration: none;
    }

        .load-more a:hover {
            font-weight: 600;
        }

    .load-more .item-icon {
        width: 22px;
        height: 22px;
        margin-top: -3px;
    }
