.buk-srch-wrap {
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    position: relative;
    flex-wrap: wrap;
}

.buk-srch-wrap .buk-search {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.buk-srch-wrap .buk-search .srch-box {
    position: relative;
}

.buk-srch-wrap .buk-search .srch-box .serch {
    border-radius: 10px;
    padding: 12px 25px;
    color: #075056;
    font-size: 15px;
    background: #EAEAEA;
    border: none;
    padding-left: 37px;
    width: 270px;
}

.buk-srch-wrap .buk-search .srch-box .srch-btn {
    position: absolute;
    left: 0;
    top: 0;
    color: #000000;
    content: "";
    font-size: 14px;
    width: 37px;
    padding: 10px 7px;
    cursor: pointer;
}

.buk-srch-wrap .buk-search .gener-selct select {
    background: #EAEAEA;
    border: none;
    padding: 11px 21px;
}

.buk-srch-wrap .tab-head {
    background: #EAEAEA;
    border-radius: 5px;
    padding: 3px 3px;
}

.buk-srch-wrap .tab-head .status-btn {
    color: #000;
    font-size: 15px;
    padding: 5px 15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.buk-srch-wrap .tab-head .status-btn+.status-btn::after {
    position: absolute;
    top: 10px;
    width: 1px;
    height: 12px;
    background: #bbb6b6;
    content: "";
    right: -2px;
}

.buk-srch-wrap .tab-head .status-btn+.status-btn:last-child::after {
    display: none;
}

.buk-srch-wrap .tab-head .status-btn.selected {
    background: #fff;
    border-radius: 5px;
    padding: 7px 50px;
    display: inline-block;
}

.buk-srch-wrap .tab-head .status-btn input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.bk-details {
    padding-top: 50px;
    position: relative;
}

.bk-details .bk-cont {
    display: flex;
    flex-wrap: wrap;
}

.bk-details .bk-cont .left-bx {
    width: 200px;
}

.bk-details .bk-cont .left-bx .thumb-img {
    position: relative;
    background-color: #f3eeea;
    border-radius: 20px;
    line-height: 0;
    overflow: hidden;
}

.bk-details .bk-cont .left-bx .thumb-img img {
    width: 100%;
}

.bk-details .bk-cont .left-bx .thumb-img .no-img {
    padding-top: 100%;
    width: 100%;
    display: block;
}

.bk-details .bk-cont .left-bx .thumb-img .no-img .icn {
    position: absolute;
    color: #979797;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
}

.bk-details .bk-cont .rght-bx {
    flex: 1 1 0;
    margin-left: 30px;
}

.bk-details .bk-cont .rght-bx .titl-bx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

.bk-details .bk-cont .rght-bx .titl-bx .bk-titl {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 500;
    color: #233038;
    word-break: break-word;
    flex: 1 1 0;
    line-height: 35px;
    margin-right: 10px;
}

.bk-details .bk-cont .rght-bx .titl-bx .bk-reqs {
    position: relative;
}

.bk-details .bk-cont .rght-bx .titl-bx .bk-reqs .req-manage {
    display: none;
}

.bk-details .bk-cont .rght-bx .titl-bx .bk-reqs .req-manage.active {
    display: inline-block;
}

.bk-details .bk-cont .rght-bx .desc-bx {
    line-height: 28px;
    font-size: 1.0667em;
    font-weight: 400;
    margin-bottom: 20px;
    word-break: break-word;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.bk-details .bk-cont .rght-bx .crtdt-bx {
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.bk-details .bk-cont .rght-bx .crtdt-bx .dt-lf {
    font-size: 0.8667em;
    color: #bebebe;
}

.bk-details .bk-cont .rght-bx .crtdt-bx .dt-rg {
    color: #e12410;
}

.buk-slider-sec {
    margin: 15px 0;
    position: relative;
}

.buk-slider-sec h1 {
    color: #0F094E;
    font-size: 27px;
    font-weight: 300;
    margin-top: 25px;
}

.buk-slider-sec .buk-slider-wrap {
    border: #8D8D8D 1px solid;
    padding: 35px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.buk-slider-sec .buk-slider-wrap a {
    /* display: flex; */
    text-align: center
}

.pix-btn.orange {
    background-color: #FF914D;
    color: #fff;
    border-color: #FF914D;
}

.pix-btn.orange:hover,
.pix-btn.orange:focus {
    background-color: #f3a474;
    border-color: #FF914D;
    color: #ffffff;
}

.buk-slider-sec .buk-slider-wrap .buk-img {
    width: 180px;
    height: 250px;
    position: relative;
}

.buk-slider-sec .buk-slider-wrap .buk-img img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buk-slider-sec .buk-slider-wrap .buk-img .no-thumb {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    text-align: center;
    background-color: rgb(222, 222, 222);
    font-size: 10px;
    display: block;
    position: relative;
    border-radius: 5px;
}

.buk-slider-sec .buk-slider-wrap .buk-img .no-thumb .icn {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: #afafaf;
}

.buk-slider-sec .buk-slider-wrap .buk-details {
    flex: 1 1 0;
    padding-left: 24px;
}

.buk-slider-sec .buk-slider-wrap .buk-details h3 {
    font-size: 16px;
    font-weight: 400;
    color: #0D0842;
}

.buk-slider-sec .buk-slider-wrap .buk-details p {
    color: #0d084287;
    font-size: 14px;
}

.buk-slider-sec .buk-slider-wrap .buk-details .reading-bar {
    margin-bottom: 15px;
}

.buk-slider-sec .buk-slider-wrap .buk-details .reading-bar .head {
    display: flex;
    flex-direction: row;
    margin-bottom: 6px;
}

.buk-slider-sec .buk-slider-wrap .buk-details .reading-bar .head .categry {
    font-size: 11px;
    color: #4a4949;
    flex: 1 1 0;
    display: flex;
    gap: 15px;
}

.reading-bar .head .categry span {
    display: inline-block;
    vertical-align: middle;
}

.reading-bar .head .categry .material-symbols-outlined {
    font-size: 11px;
}

.buk-slider-sec .buk-slider-wrap .buk-details .reading-bar .head .perctge {
    color: #a59f9f;
    font-size: 12px;
}

.buk-slider-sec .buk-slider-wrap .buk-details .reading-bar .bar {
    width: 100%;
    background: #e1e0e0;
    height: 4px;
    border-radius: 15px;
    position: relative;
}

.buk-slider-sec .buk-slider-wrap .buk-details .reading-bar .bar .progrs {
    height: 4px;
    border-radius: 15px;
}

.buk-slider-sec .buk-slider-wrap .buk-details .reading-bar .bar .progrs.read {
    background: #F5562C;
}

.buk-slider-sec .buk-slider-wrap .buk-details .reading-bar .bar .progrs.green {
    width: 100%;
    background: #3df52c;
}

.buk-slider-sec .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.buk-slider-sec .owl-carousel .owl-nav button.owl-prev {
    background: #ffffff;
    width: 27px;
    border-radius: 50%;
    height: 27px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: normal;
}

.buk-slider-sec .owl-carousel .owl-nav button.owl-next {
    background: #ffffff;
    width: 27px;
    border-radius: 50%;
    height: 27px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: normal;
}

@media only screen and (max-width:991px) {

    .buk-srch-wrap,
    .buk-srch-wrap .buk-search {
        gap: 20px;
        justify-content: center;
    }

    .buk-slider-sec .buk-slider-wrap {
        padding: 15px;
    }

    .bk-details .bk-cont .rght-bx .titl-bx .bk-titl {
        font-size: 1.5em;
        line-height: 25px;
    }
}

@media only screen and (max-width:767px) {
    .bk-details .bk-cont .rght-bx .desc-bx {
        line-height: 25px;
    }
}

@media only screen and (max-width:679px) {
    .bk-details .bk-cont {
        display: block;
    }

    .bk-details .bk-cont .left-bx {
        width: auto;
        margin-bottom: 20px;
    }

    .bk-details .bk-cont .left-bx .thumb-img {
        width: auto;
    }

    .bk-details .bk-cont .rght-bx {
        margin-left: 0px;
    }

    .bk-details .bk-cont .rght-bx .desc-bx {
        min-height: auto;
    }
}

@media only screen and (max-width:480px) {
    .bk-details .bk-cont .rght-bx .titl-bx {
        display: block;
    }

    .bk-details .bk-cont .rght-bx .titl-bx .bk-titl {
        font-size: 1.2em;
        line-height: 26px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:460px) {

    .buk-slider-sec .buk-slider-wrap {
        flex-direction: column;
    }

    .buk-slider-sec .buk-slider-wrap .buk-details {
        padding-left: 0px;
        padding-top: 10px;
    }

    .buk-slider-sec .buk-slider-wrap .buk-img {
        width: 100%;
    }
}

@media only screen and (max-width:430px) {

    .buk-srch-wrap,
    .buk-srch-wrap .buk-search {
        gap: 14px;
        justify-content: center;
    }

    .buk-srch-wrap .tab-head a.selected {
        padding: 5px 11px;
    }

    .buk-srch-wrap .tab-head a {
        padding: 5px 7px;
    }
}

@media only screen and (max-width:360px) {
    .buk-srch-wrap .tab-head a {
        font-size: 13px;
    }
}

@media only screen and (max-width:300px) {

    .buk-srch-wrap .buk-search .gener-selct select,
    .buk-srch-wrap .buk-search .gener-selct {
        width: 100%;
    }

    .buk-srch-wrap .tab-head {
        text-align: center;
        width: 100%;
    }

    .buk-srch-wrap .tab-head a.selected,
    .buk-srch-wrap .tab-head a {
        display: block;
    }

    .buk-srch-wrap .tab-head a+a::after {
        display: none;
    }
}