.book-detail-overview {
    position: relative;
}

.book-detail-overview .book-image {
    position: relative;
    z-index: 2;
    justify-content: left;
    height: 100%;
}

.book-detail-overview {
    height: 528px;
    border-radius: 12px 12px 0px 0px;
    background: rgba(0, 0, 0, 0.5);
}

.book-detail-overview.combo-detail {
    height: 460px;
}

.book-detail-overview.combo-detail.owner-combo {
    height: 528px;
}

.book-detail-overview .bg_book {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    background-size: cover;
    opacity: 0.5;
    filter: blur(25px);
    z-index: 1;
    border-radius: 12px 12px 0px 0px;
}

.book-detail-overview .book-image .thumb-book {
    width: 320px;
    max-height: 468px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 21;
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.book-detail-overview.combo-detail .book-image .thumb-book {
    width: 400px;
    max-height: 400px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 21;
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.book-detail-overview .book-image .content-title-book:before {
    position: absolute;
    top: -264px;
    left: 0px;
    width: 100%;
    content: '';
    height: 264px;
    background-image: url(../images/detail_wave.svg);
    background-size: cover;
}

.book-detail-overview .book-image .content-title-book {
    position: absolute;
    display: flex;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-left: 417px;
    padding-right: 30px;
    justify-content: space-between;
    background-color: #FFFFFF;
    z-index: 1;
    height: 280px;
    padding-top: 30px;
}

.book-detail-overview.combo-detail .book-image .content-title-book {
    height: 196px;
    padding-left: 460px;
}

.book-detail-overview.combo-detail.owner-combo .book-image .content-title-book {
    height: 254px;
}

.book-detail-overview .book-image .content-title-book .title-book {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #222222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.book-detail-overview .book-image .content-title-book .book-group-title button, .borrow-book-change {
    margin-top: 30px;
    border-radius: 24px;
    width: 225px;
    height: 48px;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    text-transform: uppercase;
    background: url("../images/open_book.svg") 50px no-repeat, linear-gradient(135deg, #FEB368 0%, #FE5B22 100%);
}

.book-detail-overview .book-image .content-title-book .book-group-title button.borrow-book, .borrow-book-change {
    width: 244px;
    background: url("../images/borrow_icon.svg") 50px no-repeat, linear-gradient(135deg, #FEB368 0%, #FE5B22 100%);
}

.book-detail-overview .book-image .content-title-book .book-group-title button.unborrow-book {
    margin-left: 30px;
    width: 288px;
    background: url("../images/unborrow_icon.svg") 50px no-repeat, linear-gradient(135deg, #FEF0E7 0%, #FEF0E7 100%);
}

.description-book-detail {
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 15px;
    padding: 30px;
}

.description-book-detail .content {
    display: inline-flex;
    width: 100%;
    margin-bottom: 5px;
    line-height: 38px;
}

.description-book-detail .content.desc {
    display: block;
    width: 100%;
}

.description-book-detail .row-price {
    display: inline-flex;
    width: 100%;
}

.description-book-detail .row-price .row-two {
    width: 358px;
}

.description-book-detail .row-price .row-one {
    width: calc(100% - 358px);
    padding-right: 30px;
}

.description-book-detail .content.desc .title-content {
    margin-bottom: 10px;
}

.book-group-title .owner_book {
    padding-top: 20px;
    color: #999999;
}

.book-group-title .owner_book strong {
    color: #222222;
}

.description-book-detail .content.desc .noi-dung {
    width: 100%;
}

.description-book-detail .title-content {
    width: 200px;
    color: #222222;
    font-weight: 700;
}

.description-book-detail .content .noi-dung {
    width: calc(100% - 200px);
    color: #999;
    font-weight: 400;
}

span.book-author, span.publishing_house, span.publisher {
    background: #F5F5F5;
    border-radius: 18px;
    color: #222222;
    padding: 7px 10px;
    margin-right: 10px;
    line-height: 38px;
    cursor: pointer;
}

span.book-author:hover, span.publishing_house:hover, span.publisher:hover {
    color: #F58634;
}

span.view {
    color: #F58634;
    font-weight: 700;
}

.description {
    margin-top: 12px;
    line-height: 24px;
    color: #222222;
    margin-bottom: 0px;
    text-align: justify;
}

.description.short {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 118px;
}

.noi-dung .view_all, .noi-dung .view_short {
    text-align: center;
    cursor: pointer;
}

.group-share {
    display: flex;
}

.group-share.en .social-div {
    width: 114px;
}

.social-div {
    width: 131px;
    overflow: hidden;
    margin-top: 11px;
    height: 21px;
}

button.read-book a,
button.borrow-book a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    padding-left: 30px;
    text-transform: uppercase;
}

button.unborrow-book a {
    display: block;
    color: #F58434;
    font-size: 18px;
    line-height: 48px;
    padding-left: 30px;
    text-transform: uppercase;
}

.category-tag .noi-dung a {
    padding: 7px 10px;
    background: #F5F5F5;
    border-radius: 18px;
    line-height: 38px;
}

.list-group .radio_custom {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
}

.radio_custom input:checked ~ .check {
    border-color: #F58434;
}

.check:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_custom .check {
    position: absolute;
    top: 41%;
    left: 15px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #999999;
}

.radio_custom .check:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F58434;
}

.radio_custom input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    z-index: 999;
    top: 6px;
    left: -3px;
}

.radio_custom input:checked ~ .check:after {
    display: block;
}

.list-group .radio_custom {
    display: inline-block;
}

.list-group label {
    display: inline-block;
    margin-bottom: 0px;
    line-height: 0px;
}

.relative {
    position: relative;
}

.radio_custom .payment-price {
    width: 268px;
    display: inline-flex;
    justify-content: space-between;
}

.row-two .content-price {
    padding: 0px 16px 16px;
    background: url("../images/bg_price_book.svg");
    background-position: center;
    background-size: cover;
    border-radius: 9px;
    position: sticky;
    top: 127px;
}

.go-buy-book {
    width: 100%;
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #F58434;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}

.content-price .list-group {
    background: url("../images/bg_price_in.svg");
    background-position: center;
    background-size: cover;
    border-radius: 6px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    position: relative;
}

span.radio-label {
    font-size: 18px;
    color: #F58434;
    font-weight: 700;
}

@media (max-width: 1359px) {
    .book-detail-overview .book-image .content-title-book .book-group-title button.unborrow-book {
        margin-left: 0px;
    }
}

.select-book-type {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.select-book-type .label-content {
    color: #222222;
    font-weight: 700;
    margin-right: 15px;
}

.select-book-type .noi-dung {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 236px;
    height: 40px;
    background-color: #FEF0E7;
    border-radius: 7px;
    border: 1px solid #FF820F;
}

.select-book-type .noi-dung a {
    width: 116px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #F58434;
    font-weight: 400;
    font-size: 16px;
    border-radius: 7px;
}

.select-book-type .noi-dung a.btn-active {
    color: white;
    background-color: #FF820F;
}

.listen-book {
    margin-top: 30px;
    border-radius: 24px;
    width: 225px;
    height: 48px;
    border: none;
    color: #fff;
    line-height: 48px;
    font-size: 18px;
    text-transform: uppercase;
    /*text-align: right;*/
    /*padding-right: 4%;*/
}

.icon-listen-book {
    background: url("../images/listen_book.svg") 42px no-repeat, linear-gradient(135deg, #FEB368 0%, #FE5B22 100%);
}

.icon-pause-book {
    background: url("../images/icon_pause_book.svg") 42px no-repeat, linear-gradient(135deg, #FEB368 0%, #FE5B22 100%);
}

.listen-book .book-info-link {
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    display: block;
    padding-right: 10%;
    padding-left: 35%;
}
.borrow-book-change{
    margin: 0 auto;
    display: block;
}
.txt-or-book-detail {
    text-align: center;
    color: rgba(153, 153, 153, 1);
    margin: 10px 0;
    font-size: 14px;
}
