@charset "UTF-8";

.hotline_icon {
    padding-top: 5px;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item,
    .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

    .owl-carousel .owl-item .owl-lazy:not([src]),
    .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0;
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

    .owl-theme .owl-nav [class*="owl-"] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*="owl-"]:hover {
            background: 0 0;
            color: #fff;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #d6d6d6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 0.2s ease;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791;
    }

*,
::after,
::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li,
ol,
ul {
    list-style: none;
    margin: 0;
}

a,
a:hover {
    color: #333;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body,
input,
textarea {
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #555;
    -webkit-appearance: none;
}

    body.modal-open {
        overflow: hidden;
    }

body {
    background: #f2f2f2;
}

.left-item_img img {
    max-width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .is-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

img:not(.initial) {
    transition: opacity 1s;
}

p {
    margin: 0;
}

.bg-book-slider {
    padding-top: 75%;
    padding-bottom: 75%;
}

.bg-layout {
    width: 100%;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-book-category-2 {
    padding-top: 75%;
    padding-bottom: 75%;
}

.bg-book-detail {
    padding-top: 75%;
    padding-bottom: 75%;
}

.bg-book-cart {
    padding-top: 75%;
    padding-bottom: 75%;
}

.style-content li,
.style-content p {
    font-size: 14px;
    color: #02010e;
}

.style-content p {
    margin-bottom: 12px;
}

.style-content ul {
    list-style: disc;
}

.btn.btn-danger {
    background: #eb5757;
    border-color: #eb5757;
}

.book_reading {
    background-color: #fff;
    border-radius: 5px;
}

.book_reading-intro h4 {
    color: #333;
}

.book_reading-author {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

    .book_reading-author .reading_author-name h6 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #333;
    }

    .book_reading-author .reading_author-name .content_infor-description svg {
        position: relative;
        top: -2px;
    }

    .book_reading-author .reading_author-name .content_infor-description p {
        color: #828282;
    }

    .book_reading-author p {
        color: #4f4f4f !important;
    }

.book_reading-book {
    position: relative;
}

.book_reading-maintime h6 {
    color: #333 !important;
}

.book_reading-maintime span.color-blue {
    color: #2f80ed;
    padding-right: 4px;
}

.book_reading-btn a {
    color: #fff;
}

.sidebar-mb {
    min-height: 42px;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 4px 16px 4px 42px;
}

    .sidebar-mb .arrow-back {
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translateY(-50%);
    }

    .sidebar-mb .sidebar-btn {
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }

    .sidebar-mb .sidebar-mb_line {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0.81px;
        background: #f2f2f2;
    }

    .sidebar-mb .sidebar-mb_tab {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .sidebar-mb .sidebar-mb_tab h1 {
            margin-bottom: 0;
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 23px;
            color: #4f4f4f;
            margin-top: 5px;
        }

    .sidebar-mb .display {
        display: flex;
    }

.sidebar {
    background-color: #fefefe;
    padding: 20px;
    border-radius: 5px;
    top: 57px;
}

    .sidebar .nav-tabs .nav-item {
        margin-bottom: 0;
    }

    .sidebar .sidebar_user {
        margin-bottom: 22px;
    }

        .sidebar .sidebar_user .user_photo {
            margin-top: 0;
            margin-right: 14px;
            margin-bottom: 0;
            margin-left: 0;
            border-radius: 50%;
            border: 2px solid #d4b26b;
        }

        .sidebar .sidebar_user .user_full-name {
            line-height: 19px;
        }

            .sidebar .sidebar_user .user_full-name h5 {
                color: #333;
            }

            .sidebar .sidebar_user .user_full-name h6 {
                color: #4f4f4f;
            }

    .sidebar .sidebar_dashboard .nav-tabs {
        border-bottom: none;
    }

    .sidebar .sidebar_dashboard .nav .nav-item .nav-line {
        height: 1px;
        background: #bdbdbd;
    }

    .sidebar .sidebar_dashboard .nav .nav-item .nav-link {
        border: none;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0.5rem 0;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #4f4f4f;
    }

        .sidebar .sidebar_dashboard .nav .nav-item .nav-link img {
            padding-right: 16px;
            border-radius: 0;
        }

    .sidebar .sidebar_dashboard .nav .active .nav-link {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #4f4f4f;
    }

    .sidebar p {
        margin-bottom: 0;
    }

    .sidebar #main #faq .card {
        border: none;
    }

        .sidebar #main #faq .card .card-body ul li {
            border-bottom: 1px solid #d1d1d1;
            padding: 0.5rem;
            margin: 5px 0;
        }

            .sidebar #main #faq .card .card-body ul li svg {
                margin-left: 20px;
            }

            .sidebar #main #faq .card .card-body ul li p {
                margin-left: 16px;
            }

            .sidebar #main #faq .card .card-body ul li:last-child {
                border-bottom: none;
            }

            .sidebar #main #faq .card .card-body ul li.active {
                font-weight: 700;
            }

        .sidebar #main #faq .card .card-header .btn-header-link {
            display: block;
            text-align: left;
            color: #4f4f4f;
        }

            .sidebar #main #faq .card .card-header .btn-header-link:after {
                content: "\f107";
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                float: right;
                color: #828282;
            }

            .sidebar #main #faq .card .card-header .btn-header-link.collapsed:after {
                content: "\f106";
                color: #828282;
            }

.alert-confirm {
    width: 445px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 32px rgba(136, 152, 170, 0.15);
    border-radius: 10px;
    text-align: center;
    padding: 28px;
    opacity: 0;
    visibility: hidden;
}

.alert-confirm_label {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 14px 0;
    color: #333;
}

.alert-confirm_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 31px;
    color: #4f4f4f;
}

.alert-confirm_btn a {
    display: inline-block;
    padding: 12px 17px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

    .alert-confirm_btn a:last-child {
        margin-left: 18px;
    }

.alert-confirm_btn-white {
    padding: 12px 32px !important;
    background-color: #e1e1e1;
    color: #333 !important;
}

.alert-confirm_btn-blue {
    background-color: #445ff5;
}

.alert-info {
    width: 445px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 32px rgba(136, 152, 170, 0.15);
    border-radius: 10px;
    text-align: center;
    padding: 28px;
    opacity: 0;
    visibility: hidden;
}

.alert-info_label {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 14px 0;
    color: #333;
}

.alert-info_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 31px;
    color: #4f4f4f;
}

.alert-info_btn a {
    display: inline-block;
    padding: 12.5px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.alert-info_btn-blue {
    background-color: #445ff5;
}

.alert-noti {
    width: 445px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 32px rgba(136, 152, 170, 0.15);
    border-radius: 10px;
    text-align: center;
    padding: 14px 28px 24px;
    opacity: 0;
    visibility: hidden;
}

.alert-noti_label {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    margin: 14px 0;
    color: #333;
}

.alert-noti_text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #525f7f;
}

.alert-noti_btn a {
    display: inline-block;
    padding: 12.5px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.alert-noti_btn-blue {
    background-color: #445ff5;
}

.alert-expired {
    width: 445px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 32px rgba(136, 152, 170, 0.15);
    border-radius: 10px;
    text-align: center;
    padding: 28px;
    opacity: 0;
    visibility: hidden;
}

.alert-expired_label {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 14px 0;
    color: #333;
}

.alert-expired_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 31px;
    color: #4f4f4f;
}

.alert-expired_btn a {
    display: inline-block;
    padding: 12px 13px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

    .alert-expired_btn a:first-child {
        margin-right: 8.5px;
    }

.alert-expired_btn-brown {
    background-color: #d4b26b;
}

.alert-expired_btn-blue {
    background-color: #445ff5;
}

.alert-successful {
    width: 445px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 32px rgba(136, 152, 170, 0.15);
    border-radius: 10px;
    text-align: center;
    padding: 28px;
    opacity: 0;
    visibility: hidden;
}

.alert-successful_label {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 14px 0;
    color: #333;
}

.alert-successful_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 31px;
    color: #4f4f4f;
}

.alert-successful_btn a {
    display: inline-block;
    padding: 12.5px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.alert-successful_btn-green {
    background-color: #27ae34;
}

.alert-delete {
    width: 445px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 32px rgba(136, 152, 170, 0.15);
    border-radius: 10px;
    text-align: center;
    padding: 28px;
    opacity: 0;
    visibility: hidden;
}

.alert-delete_label {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 14px 0;
    color: #333;
}

.alert-delete_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 31px;
    color: #4f4f4f;
}

.alert-delete_btn a {
    display: inline-block;
    padding: 12px 21px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
}

    .alert-delete_btn a:last-child {
        margin-left: 12px;
    }

.alert-delete_btn-white {
    padding: 12px 10px !important;
    background-color: #fff;
}

.alert-delete_btn-yellow {
    background-color: #ffc107;
}

.author-list {
    padding: 24px;
    background-color: #fff;
    border-radius: 5px;
}

.author-list-wrapper-item {
    flex: 0 0 50%;
    max-width: 50%;
}

    .author-list-wrapper-item:last-child {
        padding-left: 24px;
        border-left: 1px solid #e6e6e6;
    }

.author-list_avatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.author-list_avatar-img {
    position: relative;
    margin-right: 8px;
}

    .author-list_avatar-img img {
        border: 1px solid #d4b26b;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 100% !important;
    }

    .author-list_avatar-img .img_check {
        position: absolute;
        top: -12px;
        right: 0;
    }

.author-list_avatar-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.author-list_more-txt {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
}

.author-list_more-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #4f4f4f;
    background: rgba(225, 214, 191, 0.4);
    border: 1px solid rgba(212, 178, 107, 0.4);
    cursor: pointer;
}

    .author-list_more-list .list_content {
        opacity: 0;
        visibility: hidden;
        padding: 25px 16px 30px 25px;
        position: fixed;
        background-color: #fff;
        max-width: 800px;
        top: 50%;
        transform: translateY(-80%);
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 9999;
        border-radius: 10px;
        cursor: default;
        transition: all 0.5s ease;
    }

    .author-list_more-list .list_content-title {
        color: #4f4f4f;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 20px;
        padding-bottom: 17px;
    }

    .author-list_more-list .list_content-btn {
        position: absolute;
        right: 22px;
        top: 16px;
        cursor: pointer;
    }

    .author-list_more-list .list_content-author .author_item {
        position: relative;
        text-align: center;
        margin-bottom: 33px;
    }

    .author-list_more-list .list_content-author .author_item-img {
        display: inline-block;
        position: relative;
        width: 54px;
        height: 54px;
        border: 2px solid #d4b26b;
        border-radius: 50%;
    }

        .author-list_more-list .list_content-author .author_item-img img {
            width: 100%;
        }

        .author-list_more-list .list_content-author .author_item-img .img_check {
            position: absolute;
            top: -2px;
            right: -3px;
        }

    .author-list_more-list .list_content-author .author_item-info .info_title {
        color: #555;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .author-list_more-list .list_content-author .author_item-info .info_name {
        color: #555;
        font-size: 18px;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 0;
    }

    .author-list_more-list .list_content.list_content--show {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
        max-height: 80%;
        overflow-y: auto;
    }

    .author-list_more-list .list_overlay {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #333;
        height: 100%;
        opacity: 80%;
        z-index: 9998;
        cursor: default;
    }

        .author-list_more-list .list_overlay.list_overlay--show {
            opacity: 0.8;
            visibility: visible;
        }

.author-list_sales {
    margin-top: 5px;
}

.author-list_sales-txt {
    color: #555;
    font-size: 14px;
    line-height: 34px;
}

.author-list_sales-des {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

    .author-list_sales-des .des_info {
        margin-left: 8px;
    }

    .author-list_sales-des .des_info-title {
        font-size: 14px;
        color: #4f4f4f;
        margin-bottom: 0;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 3px;
    }

    .author-list_sales-des .des_info-des {
        font-size: 13px;
    }

        .author-list_sales-des .des_info-des .des_text {
            margin-left: 5px;
            line-height: 15px;
        }

.author_section .author_wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100vw;
    width: 100%;
}

    .author_section .author_wrap .author_heading {
        height: 36px;
        left: 536px;
        top: 50px;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0;
        text-align: center;
        margin-top: 20px;
        color: #02010e;
    }

    .author_section .author_wrap .author_heading-line {
        margin: auto;
        height: 2px;
        width: 120px;
        background: #d4b26b;
    }

    .author_section .author_wrap .author_box {
        display: flex;
        justify-content: center;
    }

        .author_section .author_wrap .author_box .box {
            margin: 20px;
        }

        .author_section .author_wrap .author_box .author_list-avatar {
            width: 141px;
        }

            .author_section .author_wrap .author_box .author_list-avatar img {
                top: 10px;
                margin-bottom: 10px;
                border-radius: 50%;
            }

        .author_section .author_wrap .author_box .author_list-name {
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 18.75px;
            letter-spacing: 0;
            text-align: center;
            color: #02010e;
            margin-bottom: 5px;
        }

        .author_section .author_wrap .author_box .author_list-member {
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: 16px;
            letter-spacing: 0;
            text-align: center;
        }

.detail_group .mobi .author-list2 {
    border-top: 1px solid #d1d1d1;
}

    .detail_group .mobi .author-list2 .author-list_more .author-list_more-list {
        border-radius: 5px;
    }

.breadcrumb_detail {
    margin-top: 16px;
    margin-bottom: 16px;
}

    .breadcrumb_detail p {
        color: #767676;
        padding-left: 10px;
    }

        .breadcrumb_detail p span {
            padding-left: 3px;
        }

.detail .detail_group {
    border-radius: 5px;
}

    .detail .detail_group .group-list .list_content {
        font-family: Inter, sans-serif;
    }

        .detail .detail_group .group-list .list_content .bought {
            background: #f2994a;
            color: #fff;
            padding: 2px 10px;
        }

        .detail .detail_group .group-list .list_content p.note {
            margin-top: 5px;
        }

        .detail .detail_group .group-list .list_content h5 b {
            padding: 0 3px;
            color: #2f80ed;
        }

    .detail .detail_group .group-list a {
        color: #fff !important;
    }

.detail .detail-book .list-content .detail_list-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #555;
}

.detail .detail-book .list-content .detail_list-description {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
}

.detail .detail-book .list-mobi {
    display: none;
    background: #fff;
    padding: 18px;
    border-radius: 5px;
}

    .detail .detail-book .list-mobi .list_content .list_content-item {
        display: flex;
        justify-content: space-between;
    }

        .detail .detail-book .list-mobi .list_content .list_content-item .item_text p {
            margin-bottom: 0 !important;
        }

        .detail
        .detail-book
        .list-mobi
        .list_content
        .list_content-item
        .item_text
        .text_one {
            font-weight: 700;
            font-size: 14px;
        }

        .detail
        .detail-book
        .list-mobi
        .list_content
        .list_content-item
        .item_text
        .text_tow {
            font-size: 14px;
        }

        .detail .detail-book .list-mobi .list_content .list_content-item .btn_detail {
            border-radius: 5px;
            padding: 8px 12px 9px 12px;
            border: 1px solid #d1d1d1;
        }

            .detail
            .detail-book
            .list-mobi
            .list_content
            .list_content-item
            .btn_detail:hover {
                background: #f2994a;
            }

                .detail
                .detail-book
                .list-mobi
                .list_content
                .list_content-item
                .btn_detail:hover
                a {
                    color: #fff;
                }

.detail .list-card {
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    padding: 13px 0;
}

    .detail .list-card .card_item .num {
        font-weight: 700;
        color: #100e0c;
        margin: 0;
        text-decoration: underline;
    }

    .detail .list-card .card_item .start {
        margin-left: 10px;
        margin-bottom: 5px;
    }

        .detail .list-card .card_item .start .start_in img {
            line-height: 16px;
            margin-right: 2px;
            transition: 0.3s;
        }

            .detail .list-card .card_item .start .start_in img:hover {
                transform: scale(1.2);
            }

    .detail .list-card .card_item span {
        margin-left: 10px;
    }

    .detail .list-card .border_lr {
        padding: 0 21px;
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
    }

.detail .lstDetail {
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    margin-bottom: 24px;
    padding: 24px;
}

    .detail .lstDetail li {
        align-items: start;
        border-bottom: 1px solid #d1d1d1;
        display: flex;
        padding: 12px 0;
        width: calc(100% / 3);
    }

        .detail .lstDetail li:nth-child(7),
        .detail .lstDetail li:nth-child(8),
        .detail .lstDetail li:nth-child(9) {
            border-bottom: none !important;
        }

        .detail .lstDetail li .icon {
            width: 21px;
        }

            .detail .lstDetail li .icon svg {
                overflow: hidden;
                vertical-align: middle;
            }

        .detail .lstDetail li .text {
            flex: 1;
            font-size: 13px;
            line-height: 15.32px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .detail .lstDetail li .text .fRobotoB {
                font-weight: 700;
                margin-right: 2px;
            }

            .detail .lstDetail li .text span {
                color: #828282;
                line-height: 21px;
            }

.detail .contentBook {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
}

    .detail .contentBook .nav-tabs .nav-item .nav-link {
        color: #333;
        font-size: 16px;
        font-weight: 500;
    }

        .detail .contentBook .nav-tabs .nav-item .nav-link.active {
            border: none !important;
            font-weight: 500;
            border-bottom: 5px solid #d4b26b !important;
        }

    .detail .contentBook .list_tabs {
        margin-top: 21px !important;
    }

        .detail .contentBook .list_tabs .tab-pane h3.pane_title {
            font-family: "Times New Roman";
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.6;
            color: #000;
            font-weight: 700;
        }

        .detail .contentBook .list_tabs .tab-pane p.pane_description {
            font-family: "Times New Roman";
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.6;
        }

.detail .new-book {
    margin: 36px 0;
}

.mobi {
    display: block;
    border-bottom: 1px solid #d1d1d1;
}

    .mobi .detail_title h4 {
        font-family: Inter, sans-serif;
    }

    .mobi .detail_author {
        border-top: 1px solid #d1d1d1;
    }

        .mobi .detail_author .author-img {
            width: 29px;
            height: 29px;
        }

            .mobi .detail_author .author-img img {
                border-radius: 50%;
                max-width: 100%;
                border: 1px solid #d4b26b;
            }

        .mobi .detail_author .author {
            color: #828282;
        }

        .mobi .detail_author .name {
            color: #333;
        }

    .mobi .category_social {
        justify-content: flex-start;
        border-top: 1px solid #d1d1d1;
    }

        .mobi .category_social h6 {
            color: #828282;
        }

        .mobi .category_social .social-title {
            display: flex;
            align-items: center;
        }

            .mobi .category_social .social-title h6 {
                white-space: nowrap;
            }

        .mobi .category_social .social-list {
            display: flex;
            flex-wrap: wrap;
        }

.category_social {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 0 7px;
}

    .category_social .social-title img {
        margin-right: 5px;
        border-radius: 0;
    }

    .category_social .social-title span {
        font-weight: 700;
        font-size: 14px;
        padding: 0 10px;
    }

    .category_social .social-list img {
        width: 32px;
        height: 32px;
    }

        .category_social .social-list img:hover {
            transform: scale(1.2);
        }

.partner_section-book {
    margin-top: 70px;
    background: #f8f8f8;
}

.partner_box {
    padding: 0 28px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 28px;
}

    .partner_box .partner_box-img {
        width: 144px;
        height: 144px;
        margin-top: 40px;
        margin-bottom: 35px;
    }

        .partner_box .partner_box-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .partner_box.--author .partner_box-img {
        border-radius: 50%;
        overflow: hidden;
    }

        .partner_box.--author .partner_box-img img {
            border-radius: 50%;
        }

    .partner_box .partner_box-body {
        border-top: 1px solid #d1d1d1;
        padding: 16px 0;
        min-height: 100px;
        width: 100%;
    }

        .partner_box .partner_box-body h5 {
            margin-bottom: 5px;
        }

            .partner_box .partner_box-body h5 a {
                font-style: normal;
                font-size: 16px;
                line-height: 24px;
                color: #3f3b3b;
            }

        .partner_box .partner_box-body .body_detail img {
            width: 15px;
            height: 14px;
        }

        .partner_box .partner_box-body .body_detail h6 {
            margin-left: 10px;
            margin-bottom: 0;
        }

.brcrumb {
    margin-bottom: 28px;
    background-color: rgba(212, 178, 107, 0.7);
}

.brcrumb_list {
    padding: 10px 0 15px 0;
}

.brcrumb_list-item {
    display: inline-block;
}

    .brcrumb_list-item .item_links {
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        color: #616161;
    }

.brcrumb_info {
    padding-bottom: 18px;
}

.brcrumb_info-title {
    font-size: 25px;
    line-height: 37px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
}

.brcrumb_info-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

    .brcrumb_info-content .content_txt p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
    }

    .brcrumb_info-content .content_btn-link {
        position: relative;
        width: 260px;
        height: 68px;
        display: inline-block;
        background-color: #d4b26b;
        border: 1px solid #e5e5e5;
        border-radius: 40px;
    }

        .brcrumb_info-content .content_btn-link::after {
            content: "Đăng ký trở thành đối tác";
            position: absolute;
            background-color: #fff;
            width: 249px;
            height: 57px;
            border-radius: 30px;
            display: inline-block;
            line-height: 57px;
            color: #b92626;
            text-align: center;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.btn-red-search {
    background: #b70808;
    color: #fff;
    padding: 5px 8px;
}

    .btn-red-search:hover {
        color: #fff;
    }

.btn-brand {
    background: #d4b26b;
    border-radius: 5px;
    color: #fff;
}

    .btn-brand:hover {
        color: #fff;
    }

.btn-brand-brown {
    background: #d4b880;
    border-color: #d4b880;
    border-radius: 5px;
    color: #fff;
}

    .btn-brand-brown:hover {
        background: #d4b26b;
        border-color: #d4b26b;
        color: #fff;
    }

.btn-outline-brand {
    border-color: #d4b26b;
    border-radius: 5px;
    color: #d4b26b;
}

    .btn-outline-brand:hover {
        background: #d4b26b;
        color: #fff;
    }

.btn-outline-brand-2 {
    border-color: #d4b26b;
    border-radius: 5px;
    color: #d4b26b;
}

    .btn-outline-brand-2:hover {
        background: #fbf6eb;
        color: #d4b26b;
    }

.btn-outline-brand-none-border {
    background: #fff;
    border-radius: 5px;
    color: #d4b26b;
}

    .btn-outline-brand-none-border:hover {
        background: #fbf6eb;
        color: #d4b26b;
    }

.btn-xsm {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 16px;
}

.btn-border-radius-30 {
    border-radius: 30px;
}

.btn-red {
    background: #eb5757;
    border-radius: 5px;
    padding: 6px 72px;
    color: #fff;
}

    .btn-red:hover {
        color: #fff;
        background-color: #e94646;
    }

.btn-red-1 {
    background: #eb5757;
    border-radius: 5px;
    padding: 6px 64px;
    color: #fff;
}

    .btn-red-1:hover {
        color: #fff;
    }

.btn-outline-red {
    background: #fff7f7;
    border-color: #eb5757;
    border-radius: 5px;
    color: #eb5757;
    padding: 6px 72px;
}

    .btn-outline-red:hover {
        color: #eb5757;
        background: #ffdada;
    }

.btn-outline-gray {
    border-color: #d1d1d1;
    border-radius: 5px;
    color: #828282;
}

    .btn-outline-gray:hover {
        color: #828282;
    }

.btn-gray-link {
    color: #8c8c8c;
}

    .btn-gray-link:hover {
        color: #377dff;
    }

        .btn-gray-link:hover svg path {
            stroke: #377dff;
        }

    .btn-gray-link:active,
    .btn-gray-link:focus {
        box-shadow: none;
    }

.btn-outline-F2994A {
    border-color: #f2994a;
    border-radius: 5px;
    color: #f2994a;
}

    .btn-outline-F2994A:hover {
        background: #f2994a;
        color: #fff;
    }

.br-2px {
    border-radius: 2px !important;
}

.license {
    align-items: center;
    border-radius: 5px;
    background-color: #2d9cdb;
    display: flex;
    width: 100%;
    height: 139px;
    justify-content: space-between;
    text-decoration: none;
    padding-left: 22px;
    margin-bottom: 24px;
}

    .license svg {
        height: 71.88px;
        width: 96px;
    }

.license_text {
    flex: 1;
    padding-left: 28px;
}

    .license_text span:first-child {
        font-size: 20px;
        font-weight: 500;
        line-height: 23.44px;
        padding-bottom: 6px;
    }

    .license_text span:last-child {
        font-size: 16px;
        font-weight: 500;
        line-height: 18.75px;
    }

    .license_text span {
        display: block;
        color: #fff;
        font-family: Inter, sans-serif;
    }

.license:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}

.checkout_mb-1 {
    border-radius: 5px;
    background-color: #fff;
    padding: 15px 20px;
    margin-top: 16px;
    margin-bottom: 20px;
}

    .checkout_mb-1 .headding {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .checkout_mb-1 .liner {
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #d1d1d1;
    }

    .checkout_mb-1 .section_form {
        padding: 25px 0;
    }

        .checkout_mb-1 .section_form .textarea-wrap {
            position: relative;
            width: 100%;
        }

            .checkout_mb-1 .section_form .textarea-wrap textarea {
                width: 100%;
                padding: 13px 15px;
                border: 1px solid #f0eadf;
                border-radius: 5px;
                font-size: 15px;
            }

                .checkout_mb-1 .section_form .textarea-wrap textarea:focus {
                    outline: 0;
                }

            .checkout_mb-1 .section_form .textarea-wrap img {
                position: absolute;
                right: 2px;
                bottom: 9px;
                z-index: 1;
            }

        .checkout_mb-1 .section_form .single-input {
            padding: 5px 0;
            width: 100%;
            position: relative;
            border: 1px solid #f0eadf;
            border-radius: 5px;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

            .checkout_mb-1 .section_form .single-input span {
                padding: 10px 0;
                width: 20%;
                display: flex;
                justify-content: center;
                align-items: center;
                border-right: 1px solid #f0eadf;
            }

            .checkout_mb-1 .section_form .single-input input {
                padding-left: 10px;
                width: 100%;
                outline: 0;
                border: none;
                box-sizing: border-box;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                color: #02010e;
            }

            .checkout_mb-1 .section_form .single-input select {
                padding-left: 10px;
                font-size: 15px;
                border: none;
                width: 100%;
                outline: 0;
                background: 0 0;
            }

                .checkout_mb-1 .section_form .single-input select option {
                    margin-top: 30px;
                }

                .checkout_mb-1 .section_form .single-input select::-ms-expand {
                    display: none;
                }

            .checkout_mb-1 .section_form .single-input select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                color: #525f7f;
            }

                .checkout_mb-1
                .section_form
                .single-input
                select
                option[value="placeholder"][disabled] {
                    display: none;
                }

            .checkout_mb-1 .section_form .single-input .icon-dropdown img {
                right: 10px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

    .checkout_mb-1 a.btn_checkout-mb-1 {
        display: flex;
        width: 188px;
        justify-content: center;
        align-items: center;
        margin: auto;
        height: 52px;
        border-radius: 5px;
        border: none;
        background-color: #eb5757;
        font-size: 18px;
        color: #fff;
    }

    .checkout_mb-1 .hover-input::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .checkout_mb-1 .hover-input::-moz-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .checkout_mb-1 .hover-input:-ms-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .checkout_mb-1 .hover-input::-ms-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .checkout_mb-1 .hover-input::placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .checkout_mb-1 textarea {
        width: 100%;
        padding: 15px;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #02010e;
        border: 1px solid #e1d6bf;
        box-sizing: border-box;
        border-radius: 5px;
        outline: 0;
    }

.checkout-mb-2 {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 261px;
}

    .checkout-mb-2 .checkout-headding {
        margin-bottom: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .checkout-mb-2 .checkout-headding h1 {
            font-size: 20px;
            margin-bottom: 0;
        }

        .checkout-mb-2 .checkout-headding a {
            font-size: 15px;
            color: #2f80ed;
            white-space: nowrap;
        }

    .checkout-mb-2 .liner {
        width: 100%;
        height: 1px;
        border: 1px solid #d1d1d1;
    }

    .checkout-mb-2 .checkout-infor {
        margin-top: 20px;
    }

        .checkout-mb-2 .checkout-infor .infor-item {
            display: flex;
            margin-bottom: 35px;
        }

            .checkout-mb-2 .checkout-infor .infor-item .item_icon {
                font-size: 20px;
                margin-right: 15px;
                color: #91909a;
            }

            .checkout-mb-2 .checkout-infor .infor-item .item_content {
                font-size: 16px;
                color: #02010e;
            }

    .checkout-mb-2 a.btn_checkout-mb-1 {
        display: flex;
        width: 70%;
        justify-content: center;
        align-items: center;
        margin: auto;
        height: 52px;
        border-radius: 5px;
        border: none;
        background-color: #eb5757;
        font-size: 18px;
        color: #fff;
    }

.checkout_mb {
    background-color: #fff;
    padding-top: 15px;
}

    .checkout_mb .checkout_headding {
        position: relative;
        padding: 6px;
    }

        .checkout_mb .checkout_headding .checkout_headding-icon {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 20px;
            display: inline-block;
            font-size: 20px;
            color: #02010e;
        }

        .checkout_mb .checkout_headding .checkout_headding-title {
            width: 100%;
            margin: auto;
            text-align: center;
        }

            .checkout_mb .checkout_headding .checkout_headding-title h1 {
                color: #4f4f4f;
                font-size: 20px;
                margin-bottom: 0;
                font-weight: 700;
            }

    .checkout_mb .group_item {
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .checkout_mb .group_item .icon-item {
            margin-right: 7px;
            width: 34px;
            height: 34px;
            border: 1px solid #e1d6bf;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #e1d6bf;
        }

            .checkout_mb .group_item .icon-item svg path {
                fill: #e1d6bf;
            }

    .checkout_mb .icon-item.bd {
        width: 21px;
        height: 1px;
        border: 1px solid #e1d6bf;
    }

    .checkout_mb .icon-item.active svg path {
        fill: #d4b26b;
    }

.checkout_modal_wrapper {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    .checkout_modal_wrapper.active {
        pointer-events: unset;
    }

        .checkout_modal_wrapper.active .checkout_modal_overlay {
            opacity: 1;
        }

        .checkout_modal_wrapper.active .checkout_modal_main {
            transform: translate(-50%, -50%);
            opacity: 1;
        }

    .checkout_modal_wrapper .checkout_modal_overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1001;
        transition: 0.3s ease;
        opacity: 0;
    }

    .checkout_modal_wrapper .checkout_modal_main {
        min-width: 950px;
        background: #fff;
        top: 50%;
        left: 50%;
        transition: 0.3s ease;
        transform: translate(-50%, -80%);
        opacity: 0;
        padding: 30px 40px;
        border-radius: 10px;
        position: absolute;
        z-index: 1002;
    }

        .checkout_modal_wrapper .checkout_modal_main .checkout_modal_close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 25px;
            height: 25px;
            cursor: pointer;
        }

        .checkout_modal_wrapper .checkout_modal_main .checkout_modal_header {
            margin-top: 10px;
        }

            .checkout_modal_wrapper
            .checkout_modal_main
            .checkout_modal_header
            .header_logo {
                max-width: 50px;
                flex: 0 0 50px;
                height: 50px;
                margin-right: 20px;
                border: 1px solid #e0e0e0;
                padding: 5px;
                border-radius: 5px;
            }

                .checkout_modal_wrapper
                .checkout_modal_main
                .checkout_modal_header
                .header_logo
                img {
                    width: 100%;
                }

            .checkout_modal_wrapper
            .checkout_modal_main
            .checkout_modal_header
            .header_title {
                font-size: 24px;
                color: #4f4f4f;
                margin-bottom: 0;
                margin-right: 25px;
            }

            .checkout_modal_wrapper
            .checkout_modal_main
            .checkout_modal_header
            .header_button {
                outline: 0;
                border-radius: 5px;
                border: 1px solid #d1d1d1;
                cursor: pointer;
                font-size: 15px;
                color: #bdbdbd;
                background: 0 0;
                padding: 4px 15px;
            }

        .checkout_modal_wrapper .checkout_modal_main .content_info,
        .checkout_modal_wrapper .checkout_modal_main .content_qr {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .checkout_modal_wrapper .checkout_modal_main .qr-code-img {
            width: 200px;
            height: 200px;
            margin: 30px auto;
            background: #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .checkout_modal_wrapper .checkout_modal_main .qr-code-img img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .checkout_modal_wrapper .checkout_modal_main .content_info {
            max-width: 285px;
            margin: 30px auto 0;
        }

        .checkout_modal_wrapper .checkout_modal_main .note-turtorial {
            max-width: 280px;
            font-size: 14px;
            text-align: justify;
            font-style: italic;
            margin: 0 auto;
        }

        .checkout_modal_wrapper .checkout_modal_main .info_item {
            margin-bottom: 15px;
        }

            .checkout_modal_wrapper .checkout_modal_main .info_item p {
                font-size: 14px;
                color: #91909a;
                margin: 0;
            }

            .checkout_modal_wrapper .checkout_modal_main .info_item button {
                outline: 0;
                border: none;
                background: #eb5757;
                color: #fff;
                font-size: 15px;
                font-weight: 500;
                text-align: center;
                width: 100%;
                border-radius: 10px;
                padding: 10px;
                margin-top: 10px;
            }

            .checkout_modal_wrapper .checkout_modal_main .info_item .info_content {
                font-weight: 700;
                font-size: 20px;
                padding: 5px 0;
                border-bottom: 1px solid #c1c0c8;
            }

                .checkout_modal_wrapper
                .checkout_modal_main
                .info_item
                .info_content.red-color {
                    color: #eb5757;
                }

                .checkout_modal_wrapper
                .checkout_modal_main
                .info_item
                .info_content.blue-color {
                    color: #2f80ed;
                }

.comment-box {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
}

    .comment-box .comment_title {
        font-size: 16px;
        font-weight: 500;
        line-height: 21.09px;
        color: #333;
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 13px;
        position: relative;
        margin-bottom: 21px;
    }

        .comment-box .comment_title::before {
            content: "";
            position: absolute;
            width: 77px;
            height: 5px;
            left: 0;
            top: 29px;
            background: #d4b26b;
        }

    .comment-box .comment_list .comment_list-user {
        display: flex;
    }

        .comment-box .comment_list .comment_list-user .user_avatar {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #e0e0e0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .comment-box .comment_list .comment_list-user .user_name {
            line-height: 1.5;
            font-size: 14px;
            margin: 0 0 8px 8px;
            color: #333;
            font-weight: 700;
        }

    .comment-box .comment_list .comment_list-content {
        margin-left: calc(24px + 8px);
    }

        .comment-box .comment_list .comment_list-content .list-content_cm {
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.5;
            color: #828282;
        }

        .comment-box .comment_list .comment_list-content .list-content_reply {
            margin-top: 4px;
        }

            .comment-box
            .comment_list
            .comment_list-content
            .list-content_reply
            .content_reply-name {
                cursor: pointer;
                font-size: 14px;
                line-height: 16px;
                color: #2f80ed;
            }

            .comment-box .comment_list .comment_list-content .list-content_reply small {
                margin-left: 10px;
                font-size: 12px;
                line-height: 14px;
                color: #828282;
            }

        .comment-box .comment_list .comment_list-content .comment_list-rectangle {
            margin: 15px 0;
            padding: 5px 10px;
            background: #f8f8f8;
            border: 1px solid #f2f2f2;
            border-radius: 5px;
            position: relative;
        }

            .comment-box
            .comment_list
            .comment_list-content
            .comment_list-rectangle::before {
                content: "";
                position: absolute;
                border-left: 10px solid transparent;
                border-right: 9px solid transparent;
                border-bottom: 8px solid #f2f2f2;
                content: "";
                left: 32px;
                margin-left: -20px;
                position: absolute;
                top: -9px;
            }

            .comment-box
            .comment_list
            .comment_list-content
            .comment_list-rectangle
            .comment_list-user
            .user_name
            .name-role {
                margin-left: 8px;
                font-size: 12px;
                color: #4f4f4f;
                background: #f2c94c;
                line-height: 14.06px;
                font-weight: 400;
                font-style: normal;
                border-radius: 3px;
                padding: 3px 10px;
            }

            .comment-box
            .comment_list
            .comment_list-content
            .comment_list-rectangle
            .comment_list-content
            .list-content_cm
            .cm-greeting {
                display: block;
                padding-bottom: 2px;
            }

        .comment-box .comment_list .comment_list-content .comment_reply {
            padding: 0 10px;
            overflow: hidden;
            max-height: 0;
            opacity: 0;
            transition: all 0.3s ease-in;
        }

            .comment-box .comment_list .comment_list-content .comment_reply.active {
                opacity: 1;
                overflow: visible;
                max-height: 100%;
            }

            .comment-box
            .comment_list
            .comment_list-content
            .comment_reply
            form
            .comment_avatar {
                display: flex;
            }

                .comment-box
                .comment_list
                .comment_list-content
                .comment_reply
                form
                .comment_avatar
                .avt {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    background: #e0e0e0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .comment-box
                .comment_list
                .comment_list-content
                .comment_reply
                form
                .comment_avatar
                .reply {
                    margin-left: 10px;
                    width: 90%;
                    padding: 6px 10px;
                    border: none;
                    border: 1px solid #d1d1d1;
                    margin-bottom: 20px;
                    box-shadow: none !important;
                    border-radius: 5px;
                    display: inline-block;
                    transition: border 0.25s linear;
                    font-weight: 400;
                    font-size: 14px;
                    outline: 0;
                }

    .comment-box .comment_text .message_form {
        position: relative;
    }

        .comment-box .comment_text .message_form .message {
            width: 100%;
            font-size: 13px;
            position: relative;
            padding: 10px 16px;
            resize: none;
            outline: 0;
            border: 1px solid #d1d1d1;
            margin-bottom: 1.5rem;
            min-height: 80px;
            box-shadow: none !important;
            border-radius: 5px;
        }

            .comment-box .comment_text .message_form .message::-webkit-input-placeholder {
                font-size: 13px;
                line-height: 1.5;
            }

            .comment-box .comment_text .message_form .message::-moz-placeholder {
                font-size: 13px;
                line-height: 1.5;
            }

            .comment-box .comment_text .message_form .message:-ms-input-placeholder {
                font-size: 13px;
                line-height: 1.5;
            }

            .comment-box .comment_text .message_form .message::-ms-input-placeholder {
                font-size: 13px;
                line-height: 1.5;
            }

            .comment-box .comment_text .message_form .message::placeholder {
                font-size: 13px;
                line-height: 1.5;
            }

        .comment-box .comment_text .message_form .icon-mess {
            position: absolute;
            right: 10px;
            bottom: 40px;
        }

    .comment-box .comment_text .btn-submit {
        text-align: center;
    }

        .comment-box .comment_text .btn-submit a {
            color: #fff;
            padding: 6px 10px 7px 11px;
            background: #d4b26b;
            border-radius: 5px;
        }

.filter_menu .line {
    height: 1px;
    background: #f0f0f0;
    margin: 16px 0;
}

.filter_menu-see-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-size: 14px;
    color: #d4b26b;
    cursor: pointer;
}

    .filter_menu-see-more svg {
        flex: 0 0 12px;
        max-width: 12px;
        margin-left: 4px;
    }

.filter_menu.active {
    visibility: visible;
    transform: translateX(0);
}

    .filter_menu.active .box-overlay {
        opacity: 1;
        visibility: visible;
    }

    .filter_menu.active .filter_menu-box {
        transform: translateX(0);
    }

    .filter_menu.active .filter_menu-icon {
        right: calc(320px + 12px);
        visibility: visible;
        opacity: 1;
        background: rgba(255, 255, 255, 0.3);
    }

    .filter_menu.active .box_cancle-mobile {
        opacity: 1;
        transform: translateX(0);
    }

.filter_menu .filter_menu-icon {
    display: none;
}

.filter_menu .box_cancle-mobile {
    display: none;
}

    .filter_menu .box_cancle-mobile .mobile_close {
        flex-basis: 50%;
        text-align: center;
    }

        .filter_menu .box_cancle-mobile .mobile_close span {
            font-size: 15px;
            padding: 10px 27px;
            border-radius: 22px;
            background: #fff;
            color: #4f4f4f;
            font-weight: 500;
        }

    .filter_menu .box_cancle-mobile .mobile_filter {
        flex-basis: 50%;
        text-align: center;
    }

        .filter_menu .box_cancle-mobile .mobile_filter span {
            font-size: 15px;
            padding: 10px 40px;
            border-radius: 22px;
            background: #d4b26b;
            color: #fff;
        }

.filter_menu-box {
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
}

.filter_menu-box-card {
    border-radius: 5px;
    background: #fff;
    padding: 18px 24px;
    margin-bottom: 24px;
}

.filter_menu-box .box-title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #333;
    margin-bottom: 16px;
    display: inline-block;
}

    .filter_menu-box .box-title::before {
        position: absolute;
        width: 3px;
        height: 100%;
        background: #d4b26b;
        content: "";
        top: 0;
        left: -24px;
    }

.filter_menu-box .box-classify {
    margin-top: -8px;
}

.filter_menu-box .box-classify_title {
    font-size: 16px;
    font-weight: 700;
}

.filter_menu-box .box-classify_list {
    position: relative;
}

    .filter_menu-box .box-classify_list .list-item {
        display: flex;
        align-items: center;
    }

        .filter_menu-box .box-classify_list .list-item .icon {
            width: 12px;
        }

            .filter_menu-box .box-classify_list .list-item .icon svg {
                width: 100%;
            }

    .filter_menu-box .box-classify_list .list-item_link {
        padding: 15px 0;
        font-size: 13px;
        color: #4f4f4f;
        font-weight: 400;
        display: flex;
        line-height: 14.06px;
    }

    .filter_menu-box .box-classify_list .list-item + .list-item {
        border-top: 1px solid #d1d1d1;
    }

.filter_menu-box .box-select {
    margin-top: 30px;
    position: relative;
}

    .filter_menu-box .box-select label {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }

    .filter_menu-box .box-select .select2.select2-container,
    .filter_menu-box .box-select .select2.select2-container--open {
        width: 100% !important;
    }

        .filter_menu-box .box-select .select2.select2-container .select2-selection,
        .filter_menu-box
        .box-select
        .select2.select2-container--open
        .select2-selection {
            border: 1px solid #e0e0e0;
            border-radius: 5px;
            outline: 0;
            transition: all 0.15s ease-in-out;
            background: #f2f2f2;
            display: flex;
            align-items: center;
            height: auto;
            position: relative;
            padding: 6px 12px;
        }

        .filter_menu-box
        .box-select
        .select2.select2-container
        .select2-selection_rendered,
        .filter_menu-box
        .box-select
        .select2.select2-container--open
        .select2-selection_rendered {
            color: #2f80ed;
            font-size: 14px;
            font-weight: 500;
            display: flex;
            align-items: center;
            text-transform: uppercase;
            line-height: 25px;
            margin-top: -3px;
            padding: 0;
            flex-wrap: wrap;
        }

    .filter_menu-box .box-select .select2-search_field {
        padding-right: 10px;
    }

.box-author,
.box-languages {
    margin-top: 20px;
    margin-bottom: 20px;
}

.filter_menu-box .box-languages_title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.filter_menu-box .box-languages_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .filter_menu-box .box-languages_item .language {
        width: calc(48%);
        text-align: left;
        margin-bottom: 10px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        align-content: center;
    }

        .filter_menu-box .box-languages_item .language.active {
            background-color: #d4b26b;
        }

            .filter_menu-box .box-languages_item .language.active .item-link {
                color: #fff;
            }

        .filter_menu-box .box-languages_item .language input {
            display: none;
        }

        .filter_menu-box .box-languages_item .language label {
            display: inline-block;
            cursor: pointer;
            width: 100%;
            padding: 8px;
            margin-bottom: 0;
            color: #100e0c;
            font-size: 13px;
            font-weight: 600;
            text-align: center;
            transition: all 0.25s ease 0s;
            border-radius: 5px;
        }

.filter_menu-box .box-price_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.filter_menu-box .box-price_form {
    padding: 17px 13px;
    background: #d4b26b;
    border-radius: 5px;
    width: 100%;
}

    .filter_menu-box .box-price_form .form-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .filter_menu-box .box-price_form .form-item input {
        outline: 0;
        border: none;
    }

    .filter_menu-box .box-price_form .form-item .input-control {
        width: 100%;
        background: #f5f6fa;
        border-radius: 5px;
        color: #828282;
        font-size: 14px;
        font-weight: 400;
        padding: 12px 15px;
    }

        .filter_menu-box .box-price_form .form-item .input-control.diff {
            padding: 12px 25px;
        }

.filter_menu-box .box-author .author-title {
    font-size: 16px;
    font-weight: 700;
}

.filter_menu-box .box-author .box-author_check {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

    .filter_menu-box .box-author .box-author_check:not(:first-child) {
        margin-top: 5px;
    }

    .filter_menu-box .box-author .box-author_check input {
        border: none;
        outline: 0;
    }

        .filter_menu-box .box-author .box-author_check input[type="checkbox"] {
            background: #fff;
            border: 1px solid #d1d1d1;
            border-radius: 3px;
            max-width: 16px;
            flex: 0 0 16px;
            width: 16px;
            height: 16px;
            -webkit-appearance: auto;
        }

    .filter_menu-box .box-author .box-author_check label {
        margin-left: 13px;
        font-size: 14px;
        font-weight: 400;
        color: #4f4f4f;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.filter_menu-box .box-author .box-author_check {
    border-bottom: 1px solid #f8f8f8;
}

.filter_menu-box .select-type {
    margin-top: 12px;
    position: relative;
}

    .filter_menu-box .select-type label {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }

    .filter_menu-box .select-type .select2.select2-container,
    .filter_menu-box .select-type .select2.select2-container--open {
        width: 100% !important;
    }

        .filter_menu-box .select-type .select2.select2-container .select2-selection,
        .filter_menu-box
        .select-type
        .select2.select2-container--open
        .select2-selection {
            border: 1px solid #e0e0e0;
            border-radius: 5px;
            outline: 0;
            transition: all 0.15s ease-in-out;
            background: #f2f2f2;
            display: flex;
            align-items: center;
            height: auto;
            padding: 0 10px;
            position: relative;
            padding: 5px 8px;
        }

        .filter_menu-box
        .select-type
        .select2.select2-container
        .select2-selection_rendered,
        .filter_menu-box
        .select-type
        .select2.select2-container--open
        .select2-selection_rendered {
            color: #2f80ed;
            font-size: 14px;
            font-weight: 500;
            display: flex;
            align-items: center;
            text-transform: uppercase;
            line-height: 25px;
            margin-top: -3px;
            padding: 0;
            flex-wrap: wrap;
        }

        .filter_menu-box .select-type .select2.select2-container .select2-search_field,
        .filter_menu-box
        .select-type
        .select2.select2-container--open
        .select2-search_field {
            padding-right: 10px;
        }

.filter_menu
.select2-selection_rendered
.select2-search.select2-search--inline {
    max-width: 100%;
    flex-basis: 100%;
    line-height: 1;
    margin-top: 2px;
}

    .filter_menu
    .select2-selection_rendered
    .select2-search.select2-search--inline
    .select2-search_field {
        width: 100% !important;
        height: 100%;
        margin: 0;
        padding: 4px 5px;
        box-sizing: border-box;
        border-radius: 3px;
        border: 1px solid transparent;
    }

        .filter_menu
        .select2-selection_rendered
        .select2-search.select2-search--inline
        .select2-search_field:focus {
            color: #828282;
            background-color: #fff;
            border-color: #80bdff;
            outline: 0;
        }

.filter_menu .select2-selection_rendered:hover .select2-search_field {
    color: #828282;
    background-color: #fff;
    border-color: #80bdff;
}

.filter_menu .box-effect button {
    position: absolute;
    right: 15px;
    bottom: 8px;
    outline: 0;
    border: none;
    background: 0 0;
}

.filter_menu .box-effect:visited button {
    background: #fff;
}

.filter_menu
.select2-container.select2-container--default.select2-container--open {
    top: 100% !important;
}

.filter_menu
.select2-container--default
.select2-selection--multiple
.select2-selection_choice {
    font-size: 14px;
    text-transform: capitalize;
    color: #333;
}

.filter_menu .select2-results_options::-webkit-scrollbar {
    width: 6px;
}

.filter_menu .select2-results_options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.filter_menu .select2-results_options::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 5px;
}

.filter_menu
.select2-results_options
.select2-results_option[aria-selected="true"] {
    background-color: #f9fafc;
}

    .filter_menu
    .select2-results_options
    .select2-results_option[aria-selected="true"]::after {
        opacity: 1;
    }

.filter_menu .select2-results_options .select2-results_option--highlighted {
    background-color: #f9fafc;
    color: #4f4f4f;
}

.filter_menu .select2-results_options .select2-results_option {
    position: relative;
}

    .filter_menu .select2-results_options .select2-results_option::after {
        content: "";
        position: absolute;
        right: 28px;
        top: 40%;
        display: inline-block;
        transform: rotate(39deg) translateY(-50%);
        height: 15px;
        width: 8px;
        border-bottom: 3px solid #007bff;
        border-right: 3px solid #007bff;
        opacity: 0;
    }

.filter_menu .partner-items {
    gap: 16px;
}

    .filter_menu .partner-items .partner-item {
        flex: 0 0 88px;
        max-width: 88px;
        height: 88px;
        position: relative;
    }

        .filter_menu .partner-items .partner-item:hover .partner-item-tooltip {
            opacity: 1;
        }

        .filter_menu .partner-items .partner-item:hover .partner-item-image {
            border-color: #d4b26b;
        }

        .filter_menu .partner-items .partner-item input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 2;
            cursor: pointer;
        }

            .filter_menu .partner-items .partner-item input:checked + .partner-item-image {
                border-color: #d4b26b;
                background: #d4b26b;
            }

    .filter_menu .partner-items .partner-item-image {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        border: 1px solid #d1d1d1;
        display: flex;
    }

        .filter_menu .partner-items .partner-item-image img {
            width: 56px;
            margin: auto;
        }

    .filter_menu .partner-items .partner-item-tooltip {
        position: absolute;
        font-size: 12px;
        padding: 6px;
        background: #333;
        color: #fff;
        text-align: center;
        top: -12px;
        left: 50%;
        transform: translate(-50%, -100%);
        white-space: nowrap;
        border-radius: 5px;
        transition: 0.3s ease;
        opacity: 0;
    }

        .filter_menu .partner-items .partner-item-tooltip::before {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 50%) rotate(45deg);
            width: 8px;
            height: 8px;
            background: #333;
            content: "";
        }

.select2-dropdown {
    border: 1px solid #e0e0e0;
    border-radius: 5px !important;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    margin-top: 1px;
}

    .select2-dropdown .select2-search {
        background: #f2f2f2;
        border-radius: 5px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .select2-dropdown .select2-search_field {
        border: none !important;
        outline: 0;
        background: #f2f2f2;
        color: #828282;
        font-size: 14px;
        position: relative;
        display: block;
    }

    .select2-dropdown .select2-results {
        display: block;
    }

    .select2-dropdown .select2-results_options {
        border-radius: 5px;
        overflow: hidden;
    }

    .select2-dropdown .select2-results_option {
        padding: 13px 27px !important;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
        transition: all 0.3s;
        position: relative;
        font-size: 12px;
    }

.select2-dropdown {
    border: 1px solid #e0e0e0;
    border-radius: 5px !important;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    margin-top: 1px;
}

    .select2-dropdown .select2-search {
        background: #f2f2f2;
        border-radius: 5px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .select2-dropdown .select2-search_field {
        border: none !important;
        outline: 0;
        background: #f2f2f2;
        color: #828282;
        font-size: 14px;
        position: relative;
        display: block;
    }

    .select2-dropdown .select2-results {
        display: block;
    }

    .select2-dropdown .select2-results_options {
        border-radius: 5px;
        overflow: hidden;
    }

    .select2-dropdown .select2-results_option {
        padding: 6px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
        transition: all 0.3s;
        position: relative;
    }

.nxb-form .form-control {
    box-shadow: none;
    outline: 0;
}

    .nxb-form .form-control:active,
    .nxb-form .form-control:focus {
        box-shadow: none;
    }

.nxb-form .select-filter select {
    border: 1px solid #ced4da;
}

    .nxb-form .select-filter select:active,
    .nxb-form .select-filter select:focus {
        border: 1px solid #ced4da;
        border-left: none;
    }

.nxb-form .select-filter:after {
    border-top: 5px solid #91909a;
}

.nxb-form label {
    font-size: 14px;
    line-height: 16px;
    color: #91909a;
    margin-bottom: 10px;
}

.nxb-form input,
.nxb-form textarea {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

    .nxb-form input::-webkit-input-placeholder,
    .nxb-form textarea::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #4f4f4f;
    }

    .nxb-form input::-moz-placeholder,
    .nxb-form textarea::-moz-placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #4f4f4f;
    }

    .nxb-form input:-ms-input-placeholder,
    .nxb-form textarea:-ms-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #4f4f4f;
    }

    .nxb-form input::-ms-input-placeholder,
    .nxb-form textarea::-ms-input-placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #4f4f4f;
    }

    .nxb-form input::placeholder,
    .nxb-form textarea::placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #4f4f4f;
    }

.nxb-form i {
    color: #91909a;
    width: 100%;
}

.nxb-form .nxb-input-append-icon,
.nxb-form .nxb-input-prepend-icon {
    background-color: transparent;
}

.nxb-form .nxb-input-prepend-icon {
    position: relative;
    border-right: none;
    padding: 0;
}

    .nxb-form .nxb-input-prepend-icon:after {
        content: "";
        position: absolute;
        width: 1px;
        right: 0;
        background: #ced4da;
        height: 72%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
    }

.nxb-form .nxb-prepend input {
    border-left: none;
}

    .nxb-form .nxb-prepend input:active,
    .nxb-form .nxb-prepend input:focus {
        border-left: none;
    }

.nxb-form .nxb-prepend select {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nxb-form .nxb-append input {
    border-right: none;
}

    .nxb-form .nxb-append input:active,
    .nxb-form .nxb-append input:focus {
        border-right: none;
    }

.nxb-form-inline label {
    margin: 0;
}

.nxb-form-h-49 input[type="email"],
.nxb-form-h-49 input[type="password"],
.nxb-form-h-49 input[type="text"] {
    height: 49px;
}

.nxb-form-h-49 .select-filter select {
    height: 49px;
}

.nxb-form-h-49 .input-group .nxb-input-prepend-icon {
    width: 49px;
}

.nxb-form-h-49 .input-group .nxb-input-append-icon {
    width: 49px;
}

.nxb-form-h-44 input[type="email"],
.nxb-form-h-44 input[type="password"],
.nxb-form-h-44 input[type="text"] {
    height: 44px;
}

.nxb-form-h-44 .select-filter select {
    height: 44px;
}

.nxb-form-h-44 .input-group .nxb-input-prepend-icon {
    width: 44px;
}

.nxb-form-h-44 .input-group .nxb-input-append-icon {
    width: 44px;
}

.nxb-form-h-40 input[type="email"],
.nxb-form-h-40 input[type="password"],
.nxb-form-h-40 input[type="text"] {
    height: 40px;
}

.nxb-form-h-40 .select-filter select {
    height: 40px;
}

.nxb-form-h-40 .input-group .nxb-input-prepend-icon {
    width: 40px;
}

.nxb-form-h-40 .input-group .nxb-input-append-icon {
    width: 40px;
}

.nxb-form-brown-1 .form-control {
    border: 1px solid #e1d6bf;
}

    .nxb-form-brown-1 .form-control:active,
    .nxb-form-brown-1 .form-control:focus {
        border: 1px solid #e1d6bf;
    }

.nxb-form-brown-1 .select-filter select {
    border: 1px solid #e1d6bf;
    border-left: none;
}

    .nxb-form-brown-1 .select-filter select:active,
    .nxb-form-brown-1 .select-filter select:focus {
        border: 1px solid #e1d6bf;
        border-left: none;
    }

.nxb-form-brown-1 .nxb-input-append-icon,
.nxb-form-brown-1 .nxb-input-prepend-icon {
    border: 1px solid #e1d6bf;
}

    .nxb-form-brown-1 .nxb-input-prepend-icon:after {
        background: #e1d6bf;
    }

.nxb-form-bg-input-grey-3 .form-control {
    border: 1px solid #e0e0e0;
    background: #f2f2f2;
}

    .nxb-form-bg-input-grey-3 .form-control:active,
    .nxb-form-bg-input-grey-3 .form-control:focus {
        border: 1px solid #e0e0e0;
    }

.nxb-form-bg-input-grey-3 .select-filter select {
    border: 1px solid #e0e0e0;
    border-left: none;
}

    .nxb-form-bg-input-grey-3 .select-filter select:active,
    .nxb-form-bg-input-grey-3 .select-filter select:focus {
        border: 1px solid #e0e0e0;
        border-left: none;
    }

.nxb-form-bg-input-grey-3 .nxb-input-append-icon,
.nxb-form-bg-input-grey-3 .nxb-input-prepend-icon {
    border: 1px solid #e0e0e0;
    background: #f2f2f2;
}

    .nxb-form-bg-input-grey-3 .nxb-input-prepend-icon:after {
        background: #e0e0e0;
    }

.favourite-book {
    display: none;
}

    .favourite-book .infor_text-mobile {
        display: none;
    }

    .favourite-book .favourite-book_title .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .favourite-book .favourite-book_title .box h3 {
            margin-bottom: 0;
            color: #02010e;
        }

    .favourite-book .favourite-book_wrapper {
        max-width: 100vw;
    }

        .favourite-book
        .favourite-book_wrapper
        .col-6:not(:last-child)
        .book_wrapper-content {
            margin-bottom: 22px;
        }

        .favourite-book .favourite-book_wrapper .favourite-book_box {
            width: 100%;
        }

            .favourite-book
            .favourite-book_wrapper
            .favourite-book_box
            .favourite-book_row {
                margin-left: 0;
                margin-right: 0;
            }

            .favourite-book
            .favourite-book_wrapper
            .favourite-book_box
            .favourite-book_col {
                padding: 0 6px;
            }

        .favourite-book
        .favourite-book_wrapper
        .book_wrapper-content
        .wrapper_content-infor
        .content_infor-text
        p {
            font-size: 14px;
            font-weight: 500;
            line-height: 19px;
            text-align: justify;
            padding-top: 13px;
            text-overflow: ellipsis;
            overflow-x: auto;
            margin-bottom: 5.5px;
            color: #02010e;
        }

            .favourite-book
            .favourite-book_wrapper
            .book_wrapper-content
            .wrapper_content-infor
            .content_infor-text
            p.infor_text-mobile {
                text-align: center;
                padding-top: 17.61px;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
            }

        .favourite-book
        .favourite-book_wrapper
        .book_wrapper-content
        .wrapper_content-infor
        .content_infor-author {
            font-size: 14px;
            font-weight: 300;
            line-height: 16.41px;
            color: #4f4f4f;
            margin-top: 5.5px;
            margin-bottom: 8px;
        }

        .favourite-book
        .favourite-book_wrapper
        .book_wrapper-content
        .wrapper_content-infor
        .content_infor-cost {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            color: #aa8b47;
        }

.scroll_to-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    cursor: pointer;
    display: none;
    z-index: 99;
}

    .scroll_to-top a {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #555;
        line-height: 50px;
        color: #fff;
        text-align: center;
        border-radius: 8px;
    }

.home-sliderMb_item-caption {
    position: absolute;
    left: 18px;
    bottom: 18px;
}

    .home-sliderMb_item-caption span {
        font-size: 14px;
        color: #fff;
        line-height: 16px;
        font-weight: 400;
    }

    .home-sliderMb_item-caption .caption_title {
        margin-bottom: 0;
        font-size: 36px;
        line-height: 34px;
        color: #fff;
        font-weight: 500;
    }

.home-sliderMb .owl-dots {
    position: absolute;
    right: 13px;
    bottom: 13px;
}

    .home-sliderMb .owl-dots button.owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: inline-block;
        background: #828282;
        margin: 0 7px;
        opacity: 0.5;
    }

        .home-sliderMb .owl-dots button.owl-dot.active {
            background-color: #d4b26b;
            opacity: 1;
        }

        .home-sliderMb .owl-dots button.owl-dot:focus {
            outline: 0;
        }

    .home-sliderMb .owl-dots span {
        font-size: 70px;
        position: relative;
    }

.home-slider_inner {
    padding: 8px 0 0 0;
    margin-left: 317px;
}

.home-slider_item {
    overflow: hidden;
    height: 281px;
}

    .home-slider_item img {
        border-radius: 5px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

.home-slider .owl-carousel .owl-nav button {
    position: absolute;
    outline: 0;
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%);
}

.home-slider .owl-carousel .owl-stage-outer {
    border-radius: 5px;
}

.home-slider .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.home-slider .owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

.home-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
}

    .home-slider .owl-dots button.owl-dot {
        width: 13.6px;
        height: 13.6px;
        border-radius: 50%;
        display: inline-block;
        background: #828282;
        margin: 0 7px;
        opacity: 0.5;
    }

        .home-slider .owl-dots button.owl-dot.active {
            background-color: #d4b26b;
            opacity: 1;
        }

        .home-slider .owl-dots button.owl-dot:focus {
            outline: 0;
        }

.home-slider span {
    font-size: 70px;
    position: relative;
}

.home-slider .owl-nav button:focus {
    outline: 0;
}

.home-slider_ads-item {
    margin-bottom: 10px;
    overflow: hidden;
    height: 136px;
}

    .home-slider_ads-item img {
        border-radius: 5px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

.home-slider_botAds,
.home-slider_imgBottom {
    overflow: hidden;
    height: 136px;
    margin-top: 14px;
}

    .home-slider_botAds img,
    .home-slider_imgBottom img {
        width: 100%;
        border-radius: 5px;
    }

.home-slider_imgBottom {
    overflow: hidden;
    height: 136px;
}

    .home-slider_imgBottom img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

.infoaccount {
    font-family: Roboto;
}

.infoaccount_main-form {
    background-color: #fff;
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
}

    .infoaccount_main-form form {
        padding: 25px;
    }

    .infoaccount_main-form .form-input {
        display: flex;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        height: 47px;
        align-items: center;
        background-color: #f5f6fa;
    }

        .infoaccount_main-form .form-input .icon-input,
        .infoaccount_main-form i {
            padding: 16px;
        }

    .infoaccount_main-form .form-btn {
        border: none;
    }

    .infoaccount_main-form input {
        outline: 0;
        border: none;
        font-size: 16px;
        font-weight: 400;
        background-color: #f5f6fa;
        color: #02010e;
    }

        .infoaccount_main-form input.ellipsis {
            margin-right: 10px;
            border-left: 1px solid #e0e0e0;
        }

        .infoaccount_main-form input[type="submit"] {
            background: #d4b26b;
            border-radius: 5px;
            color: #fff;
            font-size: 18px;
            letter-spacing: 1px;
            font-weight: 500;
            cursor: pointer;
            width: 100%;
            height: 47px;
        }

.latest-news {
    border-radius: 5px;
    background-color: #fff;
}

.latest-news_heading {
    padding-bottom: 8px;
}

.latest-news_heading-label {
    color: #8c8c8c !important;
}

.latest-news_heading-view {
    text-decoration: none;
}

    .latest-news_heading-view svg {
        position: relative;
        top: -1px;
    }

    .latest-news_heading-view h6 {
        color: #8c8c8c !important;
    }

.latest-news_heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    height: 1px;
    background-color: #e2ebee;
}

.latest-news_body-box a img {
    border-radius: 5px;
}

.latest-news_body-box .box_date {
    color: #333;
}

.latest-news_body-box .box_label a {
    color: #212529;
}

.latest-news_body-box .box_author {
    color: #4f4f4f;
}

.latest-news_body-box .box_content {
    color: #4f4f4f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.latest-news_body-list .list_item {
    margin-bottom: 35px;
}

    .latest-news_body-list .list_item a .list_item-img img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px;
    }

    .latest-news_body-list .list_item a .list_item-main {
        width: 206px;
        font-family: Inter, sans-serif;
    }

        .latest-news_body-list .list_item a .list_item-main .main_title {
            color: #02010e;
        }

        .latest-news_body-list .list_item a .list_item-main .main_content {
            color: #4f4f4f;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .latest-news_body-list .list_item a .list_item-main .main_date {
            color: #828282;
        }

    .latest-news_body-list .list_item:last-child {
        margin-bottom: 0;
    }

.latest-news .owl-nav {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

    .latest-news .owl-nav button {
        outline: 0;
        margin-right: 20px;
    }

.list_topic {
    width: 100%;
}

    .list_topic .list_topic-category {
        background-color: #e5e5e5;
    }

        .list_topic .list_topic-category .topic_category-title .category_title-content {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #02010e;
            margin-left: 17.5px;
            padding-top: 10px;
        }

        .list_topic .list_topic-category .topic_category-list {
            display: flex;
            flex-wrap: wrap;
        }

            .list_topic .list_topic-category .topic_category-list a.category_list-items {
                background-color: #f2c94c;
                align-items: center;
                border-radius: 12px;
                color: #fff;
                height: 92px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 30px;
                margin-right: 17.5px;
                margin-left: 17.5px;
                width: 177px;
            }

                .list_topic
                .list_topic-category
                .topic_category-list
                a.category_list-items:hover {
                    -webkit-filter: brightness(105%);
                    filter: brightness(105%);
                }

                .list_topic
                .list_topic-category
                .topic_category-list
                a.category_list-items
                p.list_items-content {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    margin-bottom: 0;
                }

                    .list_topic
                    .list_topic-category
                    .topic_category-list
                    a.category_list-items
                    p.list_items-content
                    span.items_content-num {
                        font-size: 24px;
                        line-height: 28px;
                        font-weight: 700;
                        color: #fff;
                        font-family: Inter, sans-serif;
                    }

                    .list_topic
                    .list_topic-category
                    .topic_category-list
                    a.category_list-items
                    p.list_items-content
                    span.items_content-text {
                        font-size: 14px;
                        font-weight: 400;
                        color: #fff;
                        line-height: 16px;
                        white-space: nowrap;
                    }

.menu_component {
    background: #be9c58;
    position: relative;
}

    .menu_component .menu_component_wrap {
        height: 52px;
    }

.menu_component-overlay {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: none;
}

.menu_component .menu_category {
    position: relative;
    width: 285px;
    height: 100%;
    padding: 15px 0 15px 20px;
    transition: 0.3s ease;
    margin-right: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    background: #d1ae66;
}

.menu_component .download-category {
    padding: 14px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.menu_component .menu_category.menu_index {
    width: 285px;
}

.menu_component .menu_category.active .dropdown-menu {
    display: block;
}

.menu_component .menu_category .dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: none;
}

    .menu_component .menu_category .dropdown-menu li {
        padding: 0 20px;
    }

        .menu_component .menu_category .dropdown-menu li.submenu-child_item {
            padding: 5px 0;
        }

    .menu_component .menu_category .dropdown-menu .popover {
        border: 1px solid #f2f2f2;
        display: none;
        top: 0 !important;
        width: calc(1115px - 287px);
        max-width: 100vw;
        border-radius: 0;
        height: 100%;
    }

        .menu_component .menu_category .dropdown-menu .popover .submenu_item {
            border-right: 1px solid #ececec;
            padding: 20px;
        }

            .menu_component
            .menu_category
            .dropdown-menu
            .popover
            .submenu_item.border-none {
                border: none;
            }

            .menu_component .menu_category .dropdown-menu .popover .submenu_item .title {
                font-size: 15px;
                font-weight: 600;
                color: #4f4f4f;
                position: relative;
                padding-bottom: 10px;
                margin-bottom: 10px;
            }

                .menu_component
                .menu_category
                .dropdown-menu
                .popover
                .submenu_item
                .title::before {
                    position: absolute;
                    content: "";
                    width: 30px;
                    height: 1px;
                    background: #d4b26b;
                    bottom: 0;
                    left: 0;
                }

            .menu_component
            .menu_category
            .dropdown-menu
            .popover
            .submenu_item
            .submenu_list
            .list_item
            .submenu-child {
                padding-left: 20px;
                display: none;
            }

                .menu_component
                .menu_category
                .dropdown-menu
                .popover
                .submenu_item
                .submenu_list
                .list_item
                .submenu-child
                .item-link {
                    color: #4f4f4f;
                }

                    .menu_component
                    .menu_category
                    .dropdown-menu
                    .popover
                    .submenu_item
                    .submenu_list
                    .list_item
                    .submenu-child
                    .item-link:hover {
                        color: #d4b26b;
                    }

            .menu_component
            .menu_category
            .dropdown-menu
            .popover
            .submenu_item
            .submenu_list
            .list_item
            .list_link {
                transition: 0.3s ease;
                color: #4f4f4f;
                display: block;
                padding: 5px 0;
                font-size: 14px;
            }

                .menu_component
                .menu_category
                .dropdown-menu
                .popover
                .submenu_item
                .submenu_list
                .list_item
                .list_link
                .image_megamenu {
                    width: 100%;
                }

                .menu_component
                .menu_category
                .dropdown-menu
                .popover
                .submenu_item
                .submenu_list
                .list_item
                .list_link:hover {
                    color: #d4b26b;
                }

                    .menu_component
                    .menu_category
                    .dropdown-menu
                    .popover
                    .submenu_item
                    .submenu_list
                    .list_item
                    .list_link:hover
                    .link_icon
                    svg
                    path {
                        fill: #d4b26b !important;
                    }

                .menu_component
                .menu_category
                .dropdown-menu
                .popover
                .submenu_item
                .submenu_list
                .list_item
                .list_link
                .link_icon {
                    margin-right: 10px;
                }

                    .menu_component
                    .menu_category
                    .dropdown-menu
                    .popover
                    .submenu_item
                    .submenu_list
                    .list_item
                    .list_link
                    .link_icon
                    svg
                    path {
                        transition: 0.3s ease;
                    }

.submenu_item .submenu_list {
    padding-top: 10px;
}

.menu_component .menu_category .dropdown-menu .category_link {
    color: #4f4f4f;
    display: block;
    padding: 12.4px 0;
    transition: 0.3s ease;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
}

    .menu_component .menu_category .dropdown-menu .category_link .category_icon {
        flex: 0 0 20px;
        max-width: 20px;
        margin-right: 5px;
    }

        .menu_component
        .menu_category
        .dropdown-menu
        .category_link
        .category_icon
        svg {
            width: 18px;
            height: 100%;
        }

            .menu_component
            .menu_category
            .dropdown-menu
            .category_link
            .category_icon
            svg
            path {
                transition: 0.3s ease;
                fill: #91909a !important;
            }

    .menu_component .menu_category .dropdown-menu .category_link .category_arrow {
        margin-left: auto;
    }

        .menu_component
        .menu_category
        .dropdown-menu
        .category_link
        .category_arrow
        svg
        path {
            transition: 0.3s ease;
            fill: #91909a !important;
        }

    .menu_component .menu_category .dropdown-menu .category_link.maintainHover {
        color: #d4b26b !important;
        border-color: #d4b26b;
    }

        .menu_component
        .menu_category
        .dropdown-menu
        .category_link.maintainHover
        .popover {
            display: block;
        }

        .menu_component
        .menu_category
        .dropdown-menu
        .category_link.maintainHover
        .category_arrow
        svg
        path,
        .menu_component
        .menu_category
        .dropdown-menu
        .category_link.maintainHover
        .category_icon
        svg
        path {
            fill: #d4b26b !important;
        }

.menu_component .menu_category .fa-bars {
    margin-right: 15px;
}

.menu_component .menu_category.active,
.menu_component .menu_category:hover {
    background: #d4b880;
}

.menu_component .menu_category .category_show_all {
    font-size: 14px;
    font-weight: 700;
    color: #d4b26b;
    display: block;
    padding: 15px 0;
}

.menu_component .menu_search {
    padding: 0 30px;
    max-width: 500px;
    flex: 1;
    border-radius: 20px;
    height: 36px;
    background: #f2f2f2;
    margin-right: 20px;
}

    .menu_component .menu_search .search_input {
        outline: 0;
        border: none;
        width: 100%;
        height: 100%;
        background: 0 0;
        font-size: 13px;
        font-weight: 400;
    }

        .menu_component .menu_search .search_input::-webkit-input-placeholder {
            color: #828282;
        }

        .menu_component .menu_search .search_input::-moz-placeholder {
            color: #828282;
        }

        .menu_component .menu_search .search_input:-ms-input-placeholder {
            color: #828282;
        }

        .menu_component .menu_search .search_input::-ms-input-placeholder {
            color: #828282;
        }

        .menu_component .menu_search .search_input::placeholder {
            color: #828282;
        }

    .menu_component .menu_search .search_submit {
        position: relative;
        outline: 0;
        border: none;
        background: 0 0;
        font-size: 14px;
        color: #4f4f4f;
        padding: 0 15px;
        white-space: nowrap;
        border-left: 1px solid #e0e0e0;
        cursor: pointer;
    }

        .menu_component .menu_search .search_submit:hover .button_icon {
            background: #404040;
        }

        .menu_component .menu_search .search_submit .button_icon {
            position: absolute;
            right: -15px;
            top: 50%;
            transform: translate(50%, -50%);
            width: 36px;
            height: 36px;
            display: flex;
            border-radius: 50%;
            background: #b70808;
            transition: 0.3s ease;
        }

            .menu_component .menu_search .search_submit .button_icon:hover {
                background: #950000;
            }

            .menu_component .menu_search .search_submit .button_icon i {
                margin: auto;
                color: #fff;
            }

.menu_component .menu_my_book {
    margin-left: auto;
    position: relative;
    background: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    color: #d4b26b;
    cursor: pointer;
    transition: 0.3s ease;
}

    .menu_component .menu_my_book a {
        display: flex;
        align-items: center;
        color: #d4b26b;
    }

    .menu_component .menu_my_book:hover {
        color: #eae8dc;
        background: #4f4f4f;
    }

        .menu_component .menu_my_book:hover svg path {
            fill: #eae8dc;
        }

    .menu_component .menu_my_book .my_book_notification {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50%;
        background: #f2c94c;
        font-size: 11px;
        width: 20px;
        height: 20px;
        transform: translate(50%, -50%);
        color: #be2623;
    }

    .menu_component .menu_my_book .my_book_icon {
        flex: 0 0 22px;
        max-width: 22px;
        margin-right: 5px;
    }

        .menu_component .menu_my_book .my_book_icon svg path {
            transition: 0.3s ease;
        }

.menu_component-mobile {
    background: #be9c58;
    padding: 12px 0;
    display: none;
}

    .menu_component-mobile .menu_search {
        padding: 10px 15px;
        border-radius: 30px;
        height: 40px;
        background: #fff;
    }

        .menu_component-mobile .menu_search .search_input {
            outline: 0;
            border: none;
            width: 100%;
            height: 100%;
            background: 0 0;
            font-size: 13px;
            font-weight: 400;
        }

            .menu_component-mobile .menu_search .search_input::-webkit-input-placeholder {
                color: #828282;
            }

            .menu_component-mobile .menu_search .search_input::-moz-placeholder {
                color: #828282;
            }

            .menu_component-mobile .menu_search .search_input:-ms-input-placeholder {
                color: #828282;
            }

            .menu_component-mobile .menu_search .search_input::-ms-input-placeholder {
                color: #828282;
            }

            .menu_component-mobile .menu_search .search_input::placeholder {
                color: #828282;
            }

        .menu_component-mobile .menu_search .search_submit {
            position: relative;
            outline: 0;
            border: none;
            background: 0 0;
            cursor: pointer;
            margin-right: 10px;
        }

            .menu_component-mobile .menu_search .search_submit svg path {
                fill: #c1c0c8;
            }

.main-menu {
    margin-left: auto;
}

    .main-menu li {
        color: #fff;
        padding: 0 5px 0 5px;
        position: relative;
    }

        .main-menu li:hover > a {
            color: #fe9;
        }

        .main-menu li a {
            font-size: 14px;
            padding: 0 5px 0 5px;
            cursor: pointer;
            color: #fff;
        }

        .main-menu li:not(:last-child)::before {
            position: absolute;
            top: 50%;
            right: 0;
            height: 16px;
            transform: translateY(-50%);
            width: 1px;
            content: "";
            background: #fff;
        }

.menu_list-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
}

    .menu_list-mobile.active {
        visibility: visible;
    }

        .menu_list-mobile.active .menu_list_overlay {
            opacity: 1;
        }

        .menu_list-mobile.active .menu_list_wrap {
            transform: translateX(0);
        }

    .menu_list-mobile .menu_list_overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1001;
        opacity: 0;
        transition: 0.3s ease;
    }

    .menu_list-mobile .menu_list_wrap {
        width: 284px;
        overflow: auto;
        background: #fff;
        right: 0;
        top: 0;
        height: 100%;
        position: absolute;
        z-index: 1002;
        transition: 0.3s ease;
        padding: 0 22px;
        transform: translateX(100%);
    }

        .menu_list-mobile .menu_list_wrap .category_show_all {
            margin-top: 15px;
            font-size: 14px;
            font-weight: 700;
            color: #d4b26b;
            display: block;
            padding: 15px 0;
        }

            .menu_list-mobile .menu_list_wrap .category_show_all i {
                margin-right: 10px;
            }

        .menu_list-mobile .menu_list_wrap > li.active .category_link .category_arrow {
            transform: rotate(-90deg);
        }

        .menu_list-mobile .menu_list_wrap .popover_submenu {
            display: none;
        }

            .menu_list-mobile
            .menu_list_wrap
            .popover_submenu
            li.active
            .category_link
            .category_arrow {
                transform: rotate(-90deg) !important;
            }

            .menu_list-mobile .menu_list_wrap .popover_submenu .category_link {
                padding: 10px 0 10px 25px;
                font-size: 14px;
                border: none;
            }

                .menu_list-mobile
                .menu_list_wrap
                .popover_submenu
                .category_link
                .category_icon {
                    flex: 0 0 6px;
                    max-width: 6px;
                    margin-right: 10px;
                }

                .menu_list-mobile
                .menu_list_wrap
                .popover_submenu
                .category_link
                .category_arrow {
                    transform: rotate(90deg) !important;
                }

            .menu_list-mobile .menu_list_wrap .popover_submenu .submenu_item {
                padding-left: 30px;
                display: none;
            }

                .menu_list-mobile .menu_list_wrap .popover_submenu .submenu_item.border-none {
                    border: none;
                }

                .menu_list-mobile .menu_list_wrap .popover_submenu .submenu_item .title {
                    font-size: 15px;
                    font-weight: 600;
                    color: #4f4f4f;
                    position: relative;
                    padding-bottom: 10px;
                    margin-bottom: 10px;
                }

                    .menu_list-mobile
                    .menu_list_wrap
                    .popover_submenu
                    .submenu_item
                    .title::before {
                        position: absolute;
                        content: "";
                        width: 30px;
                        height: 1px;
                        background: #d4b26b;
                        bottom: 0;
                        left: 0;
                    }

                .menu_list-mobile
                .menu_list_wrap
                .popover_submenu
                .submenu_item
                .submenu_list
                .list_item
                .list_link {
                    transition: 0.3s ease;
                    color: #4f4f4f;
                    display: block;
                    padding: 5px 0 5px 13px;
                    font-size: 14px;
                }

                    .menu_list-mobile
                    .menu_list_wrap
                    .popover_submenu
                    .submenu_item
                    .submenu_list
                    .list_item
                    .list_link
                    .image_megamenu {
                        width: 100%;
                    }

                    .menu_list-mobile
                    .menu_list_wrap
                    .popover_submenu
                    .submenu_item
                    .submenu_list
                    .list_item
                    .list_link:hover {
                        color: #d4b26b;
                    }

                        .menu_list-mobile
                        .menu_list_wrap
                        .popover_submenu
                        .submenu_item
                        .submenu_list
                        .list_item
                        .list_link:hover
                        .link_icon
                        svg
                        path {
                            fill: #d4b26b !important;
                        }

                    .menu_list-mobile
                    .menu_list_wrap
                    .popover_submenu
                    .submenu_item
                    .submenu_list
                    .list_item
                    .list_link
                    .link_icon {
                        margin-right: 10px;
                    }

                        .menu_list-mobile
                        .menu_list_wrap
                        .popover_submenu
                        .submenu_item
                        .submenu_list
                        .list_item
                        .list_link
                        .link_icon
                        svg
                        path {
                            transition: 0.3s ease;
                        }

        .menu_list-mobile .menu_list_wrap .category_link {
            color: #4f4f4f;
            display: block;
            padding: 15px 0;
            transition: 0.3s ease;
            border-bottom: 1px solid #f2f2f2;
            font-weight: 400;
            font-size: 14px;
            white-space: nowrap;
        }

            .menu_list-mobile .menu_list_wrap .category_link.border-bottom-none {
                border-bottom: none;
            }

            .menu_list-mobile .menu_list_wrap .category_link .category_icon {
                flex: 0 0 20px;
                max-width: 20px;
                margin-right: 13px;
            }

                .menu_list-mobile .menu_list_wrap .category_link .category_icon svg {
                    width: 100%;
                    height: 100%;
                }

                    .menu_list-mobile .menu_list_wrap .category_link .category_icon svg path {
                        transition: 0.3s ease;
                        fill: #91909a !important;
                    }

            .menu_list-mobile .menu_list_wrap .category_link .category_arrow {
                margin-left: auto;
                transition: 0.3s ease;
                transform: rotate(90deg);
            }

                .menu_list-mobile .menu_list_wrap .category_link .category_arrow svg path {
                    transition: 0.3s ease;
                    fill: #91909a !important;
                }

            .menu_list-mobile .menu_list_wrap .category_link.active,
            .menu_list-mobile .menu_list_wrap .category_link:hover {
                color: #d4b26b !important;
                border-color: #d4b26b;
            }

                .menu_list-mobile
                .menu_list_wrap
                .category_link.active
                .category_arrow
                svg
                path,
                .menu_list-mobile .menu_list_wrap .category_link.active .category_icon svg path,
                .menu_list-mobile .menu_list_wrap .category_link:hover .category_arrow svg path,
                .menu_list-mobile .menu_list_wrap .category_link:hover .category_icon svg path {
                    fill: #d4b26b !important;
                }

.partner-card .partner-card-img {
    padding: 38px 0;
}

.partner-card .card-content-title {
    font-size: 15px;
    font-weight: 500;
    color: #d4b26b;
}

.partner-card .bottom-book-amount {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
}

.large-title-32 {
    font-style: normal;
    font-size: 32px;
    line-height: 39px;
    color: #3f3b3b;
}

.h1-28 {
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    color: #3f3b3b;
}

.h2-24 {
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    color: #3f3b3b;
}

.h3-20 {
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #3f3b3b;
}

.h4-18 {
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #3f3b3b;
}

.h5-16 {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3f3b3b;
}

.h6-14 {
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #3f3b3b;
}

.body-13 {
    font-style: normal;
    font-size: 13px;
    line-height: 21px;
    color: #3f3b3b;
}

.caption-12 {
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #3f3b3b;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.w-20 {
    width: calc(20% - 30px);
    margin: 0 15px;
}

.sm-11 {
    font-size: 11px;
    line-height: 13.31px;
}

.select-filter {
    position: relative;
}

    .select-filter select {
        font-size: 14px;
        font-weight: 400;
        padding: 5px 20px;
        height: auto;
        outline: 0;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .select-filter select:active,
        .select-filter select:focus {
            outline: 0;
            box-shadow: none;
            border: 1px solid #4f4f4f;
        }

    .select-filter:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 18px;
        width: 0;
        height: 0;
        margin-top: -2px;
        border-top: 5px solid #4f4f4f;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

.table-select {
    width: 60px;
    height: 30px;
}

    .table-select .select-filter select {
        padding: 2px 10px;
        border: 1px solid #e0e0e0;
    }

    .table-select .select-filter:after {
        right: 10px;
        border-top: 5px solid #828282;
    }

    .table-select .select-filter:focus {
        border: 1px solid #e0e0e0;
    }

    .table-select span {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #4f4f4f;
    }

.box-filter {
    width: 169px;
    height: 42px;
}

.table-header {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #02010e;
    margin: 0;
}

.nxb-table td,
.nxb-table th,
.nxb-table thead,
.nxb-table tr {
    white-space: nowrap;
    border: none;
}

.nxb-table thead {
    background: #f8f8f8;
}

    .nxb-table thead th {
        border-bottom: none;
    }

.nxb-table tbody tr:nth-of-type(odd) {
    background-color: #fafbff;
}

.toast-wrapper {
    background-color: #fff;
    padding: 29px 50px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 32px rgba(136, 152, 170, 0.15);
    border-radius: 10px;
}

.printer-list-heading {
    margin-bottom: 45px;
    color: #02010e;
}

    .printer-list-heading::before {
        content: "";
        position: absolute;
        bottom: -15px;
        width: 120px;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        background: #d4b26b;
    }

.printer-list-content h5 {
    color: #02010e;
}

.menu-topic {
    margin-bottom: 24px;
    padding: 20px 22px;
    border-radius: 5px;
    background-color: #fff;
}

.menu-topic_title {
    font-weight: 500;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 21px;
    display: block;
    margin-bottom: 12px;
}

    .menu-topic_title:hover {
        color: #02010e;
    }

.menu-topic_list-item:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
}

.menu-topic_list-item .item_links {
    color: #4f4f4f;
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.06px;
    padding: 10px 8px;
}

.menu-topic_list-item .item_links-icon {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    font-size: 18px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_book-mb {
    padding: 0 21px;
}

    .list_book-mb p.text-indent {
        padding-left: 10px;
    }

    .list_book-mb
    button.infor_btn-details.d-flex.justify-content-center.align-items-center.btn-red {
        background-color: #eb5757;
    }

    .list_book-mb .list_book-title {
        width: 100%;
        padding: 20px 0 17px 0;
        border-bottom: 1px solid #e1d6bf;
    }

        .list_book-mb .list_book-title h4 {
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 23.44px;
            margin-bottom: 0;
            color: #02010e;
        }

        .list_book-mb .list_book-title a {
            background: #d4b26b;
            border-radius: 3px;
            width: 68px;
            height: 30px;
            padding: 0 5px;
        }

            .list_book-mb .list_book-title a span {
                font-size: 14px;
                font-weight: 500;
                line-height: 16.41px;
                margin-right: 5px;
                color: #fff;
            }

    .list_book-mb .list_book-content {
        padding-top: 16px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 16px;
    }

        .list_book-mb .list_book-content:last-child {
            border-bottom: none;
        }

        .list_book-mb .list_book-content .book_content-img {
            position: relative;
            width: 115px;
        }

            .list_book-mb .list_book-content .book_content-img span {
                color: #fff;
                height: 20px;
                position: absolute;
                right: -6px;
                top: 11px;
                font-size: 13px;
                border-radius: 4px;
                font-weight: 400;
                line-height: 20px;
                padding: 0 9px;
                background-color: #27ae34;
            }

        .list_book-mb .list_book-content .book_content-infor {
            padding-left: 22px;
            font-family: Inter, sans-serif;
        }

            .list_book-mb .list_book-content .book_content-infor .content_infor-title h4 {
                font-size: 16px;
                font-weight: 500;
                line-height: 18.75px;
                margin-bottom: 0;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                color: #02010e;
            }

            .list_book-mb
            .list_book-content
            .book_content-infor
            .content_infor-description {
                padding: 8px 0;
            }

                .list_book-mb
                .list_book-content
                .book_content-infor
                .content_infor-description
                p {
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 22px;
                    color: #828282;
                    margin-bottom: 0;
                }

            .list_book-mb
            .list_book-content
            .book_content-infor
            .content_infor-btn
            button.infor_btn-details {
                width: 110px;
                height: 32px;
                border-radius: 5px;
                color: #fff;
                border: none;
                background-color: #445ff5;
            }

                .list_book-mb
                .list_book-content
                .book_content-infor
                .content_infor-btn
                button.infor_btn-details
                span {
                    color: #fff;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 18.75px;
                }

.book_box {
    background: #fff;
    border-radius: 5px;
    padding: 20px 30px 20px 30px;
    margin-bottom: 20px;
}

    .book_box .books_box-img {
        border-radius: 5px;
    }

    .book_box .heading {
        font-weight: 500;
        font-size: 24px;
        line-height: 28.13px;
        color: #d4b26b;
        border-bottom: 1px solid #cfe1e9;
        padding-bottom: 10px;
    }

.new-feed {
    padding: 25px 18px;
    background-color: #fff;
    border-radius: 10px;
    font-family: Inter, sans-serif;
}

.new-feed_heading {
    display: block;
    color: #02010e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
}

    .new-feed_heading:hover {
        color: #02010e;
    }

.new-feed_list-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .new-feed_list-item .item_link {
        display: flex;
        border-radius: 10px;
        width: 80px;
        height: 80px;
        margin-right: 10px;
        overflow: hidden;
    }

        .new-feed_list-item .item_link img {
            -o-object-fit: cover;
            object-fit: cover;
        }

    .new-feed_list-item .item_title {
        flex: 1;
        text-decoration: none;
    }

        .new-feed_list-item .item_title p {
            font-size: 12px;
            line-height: 14px;
            color: #02010e;
            margin: 0;
            font-weight: 500;
        }

        .new-feed_list-item .item_title:hover p {
            color: #d4b26b;
        }

.new-feed_view {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #02010e;
}

    .new-feed_view:hover {
        color: #d4b26b;
    }

.news {
    padding: 25px 18px;
    background-color: #fff;
    border-radius: 5px;
    font-family: Inter, sans-serif;
}

.news_heading {
    display: block;
    color: #02010e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
}

    .news_heading:hover {
        color: #02010e;
    }

.news_list-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .news_list-item .item_link {
        display: flex;
        border-radius: 10px;
        width: 80px;
        height: 80px;
        margin-right: 10px;
        overflow: hidden;
    }

        .news_list-item .item_link img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
        }

    .news_list-item .item_title {
        flex: 1;
        text-decoration: none;
        display: flex;
        flex-direction: column;
    }

        .news_list-item .item_title p {
            margin: 0;
        }

        .news_list-item .item_title:hover p.news_title {
            color: #d4b26b;
        }

        .news_list-item .item_title .news_title {
            font-size: 12px;
            margin-bottom: 7px;
            color: #02010e;
            font-weight: 500;
            line-height: 14.06px;
            transition: all 0.2s ease-in-out;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            min-width: 0;
        }

        .news_list-item .item_title .news_content {
            font-size: 12px;
            font-weight: 400;
            color: #91909a;
            line-height: 12px;
            overflow: hidden;
            display: -webkit-box;
            max-width: 100%;
            line-height: 1;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }

.news_view {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    color: #91909a;
    line-height: 14px;
}

    .news_view:hover {
        color: #d4b26b;
    }

.component_pagination {
    padding: 0 0 0;
    height: 39px;
}

    .component_pagination .pagination {
        text-align: center;
        float: right;
    }

    .component_pagination ul {
        display: flex;
    }

        .component_pagination ul .pagination_list-btn {
            padding: 0;
        }

            .component_pagination ul .pagination_list-btn a svg:hover path {
                fill: #fff;
            }

            .component_pagination ul .pagination_list-btn a svg:hover rect {
                fill: #d4b26b;
            }

        .component_pagination ul li {
            display: inline-block;
            margin-left: 8px;
            height: 39px;
            min-width: 36px;
            background: #fff;
            border-radius: 3px;
            padding: 0 5px;
        }

            .component_pagination ul li a {
                text-decoration: none;
                color: #d4b26b;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                font-size: 18px;
                line-height: 21px;
                font-weight: 400;
            }

            .component_pagination ul li.active {
                background-color: #d4b26b;
            }

                .component_pagination ul li.active a {
                    color: #fff;
                }

                .component_pagination ul li.active:hover {
                    cursor: text;
                }

            .component_pagination ul li:hover {
                background-color: #d4b26b;
                transition: 0.2s;
            }

                .component_pagination ul li:hover a {
                    color: #fff;
                }

            .component_pagination ul li:first-child {
                margin-left: 0;
            }

.comment-box .component_pagination ul li {
    height: 25px;
    min-width: 25px;
    padding: 0;
}

    .comment-box .component_pagination ul li a {
        font-size: 13px;
    }

.component_pagination-mb {
    padding: 0;
    height: 39px;
    margin-top: 7px;
}

    .component_pagination-mb .pagination-mb {
        text-align: center;
        float: right;
    }

    .component_pagination-mb ul {
        margin: 0 12px;
        display: flex;
        justify-content: flex-end;
    }

        .component_pagination-mb ul .pagination-mb_list-btn {
            padding: 0;
        }

        .component_pagination-mb ul li {
            display: inline-block;
            margin-left: 4px;
            height: 30px;
            min-width: 30px;
            border-radius: 3px;
            padding: 0 5px;
        }

            .component_pagination-mb ul li a {
                text-decoration: none;
                color: #d4b26b;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                font-weight: 400;
                font-size: 20px;
                line-height: 23px;
            }

            .component_pagination-mb ul li.active {
                background-color: #d4b26b;
            }

                .component_pagination-mb ul li.active a {
                    color: #fff;
                }

                .component_pagination-mb ul li.active:hover {
                    cursor: default;
                }

            .component_pagination-mb ul li:hover {
                background-color: #d4b26b;
                transition: 0.2s;
            }

                .component_pagination-mb ul li:hover a {
                    color: #fff;
                }

            .component_pagination-mb ul li:first-child {
                margin-left: 0;
            }

.partner_wrap {
    width: 100%;
    background-color: #f8f8f8;
}

    .partner_wrap .partner_content {
        padding: 0 35px;
        padding-top: 44px;
        padding-bottom: 93px;
    }

    .partner_wrap .partner_head {
        position: relative;
        text-align: center;
    }

        .partner_wrap .partner_head .partner_title-title {
            font-size: 24px;
            line-height: 32px;
            font-weight: 500;
            margin: -2px;
            color: #02010e;
        }

        .partner_wrap .partner_head .partner_title-vector {
            width: 120px;
            height: 2px;
            background-color: #d4b26b;
            position: absolute;
            top: calc(100% + 4px);
            right: 50%;
            transform: translatex(50%);
        }

    .partner_wrap .partner_list {
        max-width: 100vw;
        margin-top: 35px;
    }

        .partner_wrap .partner_list .partner_list-link {
            background-color: #fff;
            margin-right: 29px;
            border-radius: 10px;
            overflow: hidden;
        }

            .partner_wrap .partner_list .partner_list-link:last-child {
                margin-right: 0;
            }

            .partner_wrap .partner_list .partner_list-link .link_thumb {
                width: 180px;
                height: 180px;
            }

.partner-detail {
    display: flex;
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
}

.partner-detail_left {
    width: 245px;
    margin-right: 30px;
}

.partner-detail_left-img {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .partner-detail_left-img::before {
        content: "";
        position: absolute;
        border: 4px solid #e1d6bf;
        top: 15px;
        right: -15px;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 5px;
    }

.partner-detail_left-list {
    display: flex;
    margin-top: 32px;
}

    .partner-detail_left-list .list_item {
        width: 100%;
        text-align: center;
    }

        .partner-detail_left-list .list_item:not(:last-child) {
            border-right: 1px solid #e0e0e0;
        }

        .partner-detail_left-list .list_item span {
            display: block;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            color: #333;
        }

    .partner-detail_left-list .list_item-num {
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        color: #aa8b47;
        margin-bottom: 6px;
    }

.partner-detail_right {
    flex: 1;
}

.partner-detail_right-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #333;
    display: inline-block;
    border-bottom: 3px solid #aa8b47;
    padding-bottom: 4px;
}

.partner-detail_right-list {
    margin-left: 20px;
    margin-top: 10px;
}

    .partner-detail_right-list .list_item:not(:last-child) {
        margin-bottom: -30px;
        list-style-image: url(../images/circle.svg) !important;
    }

    .partner-detail_right-list .list_item .btn-readmore_detail {
        top: -75px;
        position: relative;
        z-index: 0;
        margin-bottom: 0;
    }

        .partner-detail_right-list .list_item .btn-readmore_detail .btn_color {
            padding: 7px 14px;
            z-index: 0;
            background-color: #445ff5;
        }

            .partner-detail_right-list .list_item .btn-readmore_detail .btn_color svg {
                margin-left: 2px;
                position: relative;
                top: -1px;
            }

        .partner-detail_right-list .list_item .btn-readmore_detail.active::before {
            top: -210%;
            height: 80px;
            z-index: -1;
        }

    .partner-detail_right-list .list_item-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        color: #333;
        margin-bottom: 11px;
    }

    .partner-detail_right-list .list_item-content {
        font-size: 16px;
        height: auto;
        font-weight: 400;
        line-height: 22px;
        color: #02010e;
        text-align: justify;
        margin-bottom: 50px;
    }

    .partner-detail_right-list .list_item-listData {
        display: flex;
        flex-wrap: wrap;
    }

        .partner-detail_right-list .list_item-listData .listData_item-wrap {
            max-width: 327px;
        }

            .partner-detail_right-list
            .list_item-listData
            .listData_item-wrap:not(:last-child) {
                margin-right: 60px;
            }

        .partner-detail_right-list .list_item-listData .listData_item {
            list-style-image: url(../images/circle.svg) !important;
        }

            .partner-detail_right-list .list_item-listData .listData_item:nth-child(odd) {
                flex-basis: 45%;
                margin-right: 50px;
            }

            .partner-detail_right-list .list_item-listData .listData_item:nth-child(even) {
                flex-basis: 45%;
            }

            .partner-detail_right-list .list_item-listData .listData_item:not(:last-child) {
                margin-bottom: 13px;
            }

        .partner-detail_right-list .list_item-listData .listData_item-title {
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            color: #333;
            margin-bottom: 4px;
        }

        .partner-detail_right-list .list_item-listData .listData_item-content {
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            color: #02010e;
        }

        .partner-detail_right-list
        .list_item-listData
        .listData_item
        span.listData_item-content {
            margin-left: 6px;
        }

        .partner-detail_right-list .list_item-listData .listData_item-full {
            flex-basis: 100% !important;
            margin-right: 0 !important;
        }

.partner-detail .load-more-active {
    height: 170px !important;
    overflow: hidden;
}

.service {
    padding: 33px 0 0;
    margin-bottom: -5px;
    background-color: #f2f2f2;
}

.service_main-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    height: 48px;
    color: #02010e;
}

.service_main-list .list_service-img {
    border-radius: 5px;
    overflow: hidden;
}

.service_main-list .list_service-text {
    margin: 21px 0 22px;
    height: 39px;
}

    .service_main-list .list_service-text a {
        color: #02010e;
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
    }

        .service_main-list .list_service-text a:hover {
            color: #d4b26b;
        }

.nopadding {
    padding: 0 !important;
    padding-left: 7px;
}

.search-author_box {
    border-radius: 5px;
    background-color: #fff;
}

.search-author_box-img {
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #d4b26b;
}

.search-author_box-info p {
    line-height: 18px;
}

    .search-author_box-info p span:first-child {
        color: #b92626;
    }

.search-author_box-link {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.tabbar {
    border-radius: 10px;
}

.tabbar_border {
    border-bottom: 1px solid #f2f2f2;
}

.tabbar .btn_filter {
    display: none;
    width: 68px;
    height: 30px;
    background-color: #d4b26b;
    border-radius: 3px;
    z-index: 100;
    cursor: pointer;
}

    .tabbar .btn_filter span {
        color: #fff;
    }

.tabbar .bd-b {
    border-bottom: 1px solid #d8d8d8;
}

.tabbar .nav-item-ct .nav-custom {
    border-radius: 5px;
    background-color: #f5f6fa;
    color: #100e0c;
    padding: 3px 14px;
    font-size: 13px;
    cursor: pointer;
}

    .tabbar .nav-item-ct .nav-custom.active {
        background-color: #d4b26b;
        color: #fff;
    }

.select-dropdown {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #767676 !important;
}

    .select-dropdown:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 18px;
        width: 0;
        height: 0;
        margin-top: -2px;
        border-top: 5px solid #4f4f4f;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .select-dropdown select {
        padding-right: 40px;
        height: 34px;
        border: none;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .select-dropdown select:active,
        .select-dropdown select:focus {
            outline: 0;
            box-shadow: none;
        }

.topic-headding {
    color: #02010e;
}

    .topic-headding .topic-box {
        overflow-y: auto;
        margin-left: -22px;
    }

        .topic-headding .topic-box.fourItem {
            margin-left: -16px;
        }

        .topic-headding .topic-box .box_item {
            border-radius: 5px;
            margin-left: 22px;
            background-image: url(../images/background/bg.svg);
            background-size: cover;
            width: 166.6px;
            height: 96px;
            text-align: center;
        }

            .topic-headding .topic-box .box_item.fourItem {
                width: calc(100% / 4 - 16px);
                margin-left: 16px;
            }

            .topic-headding .topic-box .box_item h2 {
                color: #fff;
            }

            .topic-headding .topic-box .box_item h6 {
                color: #fff;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

.table-history .component_pagination {
    height: auto;
}

.table-history .table-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .table-history .table-top h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        color: #02010e;
        margin: 0;
    }

.table-bot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .table-bot .show-row {
        display: flex;
        align-items: center;
    }

        .table-bot .show-row span {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #4f4f4f;
        }

    .table-bot .select {
        font-size: 16px;
        line-height: 1;
        width: 60px;
        height: 30px;
        color: #828282;
        margin: 0 5px 0 10px;
        font-weight: 400;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

        .table-bot .select select {
            color: #828282;
            background: #fff;
            padding: 5px 10px;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            border: 1px solid #e0e0e0;
            outline: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .table-bot .select img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 6px;
        }

    .table-bot .component_pagination ul {
        margin: 0;
    }

.regulation-payment {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    color: #333;
}

    .regulation-payment h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 18px;
    }

.regulation-payment_list-item {
    border-top: 1px dashed #e1d6bf;
    padding: 11px 0;
}

    .regulation-payment_list-item:first-child {
        border-top-style: solid;
    }

    .regulation-payment_list-item img {
        margin-right: 9px;
        width: 24px;
        height: 22px;
    }

    .regulation-payment_list-item .item_label {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
    }

    .regulation-payment_list-item .item_content {
        float: right;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .regulation-payment_list-item .item_content-red {
        color: #eb5757;
        font-weight: 700;
        font-size: 20px;
    }

        .regulation-payment_list-item .item_content-red span {
            font-weight: 400;
        }

    .regulation-payment_list-item .item_content-blue {
        color: #2d9cdb;
        font-weight: 700;
    }

.regulation-payment_btn {
    display: block;
    background-color: #eb5757;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: 8px;
}

    .regulation-payment_btn span {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        color: #fff;
    }

    .regulation-payment_btn img {
        margin-right: 6px;
    }

.regulation-moveon {
    background: #fff;
    border-radius: 5px;
    padding: 26px 30px 18px 30px;
    color: #333;
    margin-top: 21px;
}

    .regulation-moveon h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 13px;
    }

.regulation-moveon_list-item {
    display: flex;
    align-items: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    color: #333;
    border-top: 1px dashed #e1d6bf;
    padding: 11px 0;
}

    .regulation-moveon_list-item:first-child {
        border-top-style: solid;
    }

    .regulation-moveon_list-item img {
        margin-right: 8px;
        position: relative;
        top: -1px;
    }

.samplecdeclaration-wrapper {
    margin-bottom: 50px;
}

    .samplecdeclaration-wrapper .wrapper-left {
        margin-bottom: 15px;
    }

        .samplecdeclaration-wrapper .wrapper-left .left-direction {
            margin-bottom: 15px;
        }

            .samplecdeclaration-wrapper .wrapper-left .left-direction .btn {
                padding: 8px 16px;
                border-radius: 5px;
                background-color: #bdbdbd;
                color: #fff;
                font-size: 16px;
                margin-right: 10px;
            }

                .samplecdeclaration-wrapper .wrapper-left .left-direction .btn.active {
                    background-color: #27ae34;
                }

        .samplecdeclaration-wrapper .wrapper-left .left-iframe {
            position: relative;
            border-radius: 5px;
            overflow: hidden;
        }

            .samplecdeclaration-wrapper .wrapper-left .left-iframe .iframe-head {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                text-align: center;
                background-color: #333639;
                padding: 8px 0;
            }

                .samplecdeclaration-wrapper .wrapper-left .left-iframe .iframe-head span {
                    font-size: 14px;
                    font-weight: 400;
                    color: #fff;
                }

            .samplecdeclaration-wrapper
            .wrapper-left
            .left-iframe
            .left-iframe-iframeIndex {
                width: 100%;
                height: 903px;
                margin-top: 35px;
                border-radius: 5px;
            }

.wrapper-form .form-info {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px;
}

    .wrapper-form .form-info .form-info-title {
        color: #333;
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 8px;
        margin: 0;
    }

    .wrapper-form .form-info .form-info-field {
        padding: 10px 0;
    }

        .wrapper-form .form-info .form-info-field .text-left {
            align-items: center;
        }

            .wrapper-form .form-info .form-info-field .text-left p {
                margin-left: 3px;
                color: #333;
                font-size: 16px;
                font-weight: 700;
                line-height: 22px;
            }

        .wrapper-form .form-info .form-info-field .detail-w {
            width: 156px;
            text-align: right;
            font-size: 16px;
            color: #333;
            margin-left: 15px;
        }

        .wrapper-form .form-info .form-info-field .organ-detail {
            text-align: left;
            margin-left: 35px;
        }

        .wrapper-form .form-info .form-info-field .name-detail {
            padding-left: 25px;
            margin-top: 10px;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            color: #333;
        }

.wrapper-form .form-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 10px;
}

    .wrapper-form .form-content .form-content-title {
        padding-bottom: 8px;
        color: #333;
        font-size: 24px;
        line-height: 28px;
        margin: 0;
    }

.wrapper-form .form-d {
    margin-bottom: 10px;
}

    .wrapper-form .form-d .form-head {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

        .wrapper-form .form-d .form-head .head-numb {
            margin-right: 5px;
            background: linear-gradient( 1.46deg, #fff199 1.94%, #fced8d 6%, #f8e97d 13.27%, #f7e777 18.89%, #f6e676 55.61%, #f5df6e 81.03%, #f3dc75 91.29%, #f2da79 95.15% );
            font-size: 12px;
            height: 18px;
            width: 18px;
            font-weight: 400;
            line-height: 18px;
            text-align: center;
            color: #02010e;
        }

        .wrapper-form .form-d .form-head .head-desc {
            font-size: 16px;
            font-weight: 500;
            color: #333;
        }

    .wrapper-form .form-d input,
    .wrapper-form .form-d textarea {
        border: none;
        outline: 0;
        resize: none;
    }

    .wrapper-form .form-d .input-control {
        background-color: #f2f2f2;
        width: 100%;
        font-size: 15px;
        color: #333;
        font-weight: 400;
        padding: 8px 17px;
        border-radius: 5px;
        border: 1px solid #e1d6bf;
    }

        .wrapper-form .form-d .input-control.text-space {
            text-transform: uppercase;
            letter-spacing: 10px;
        }

    .wrapper-form .form-d .textarea-control {
        padding: 20px 17px;
        border-radius: 5px;
        border: 1px solid #e1d6bf;
        background: #fff;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
    }

.wrapper-form .f-btn {
    border-radius: 5px;
    padding: 8px 15px;
    margin-left: 20px;
    cursor: pointer;
}

    .wrapper-form .f-btn svg {
        margin-right: 10px;
    }

    .wrapper-form .f-btn .btn-link {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

        .wrapper-form .f-btn .btn-link:hover {
            text-decoration: none;
        }

    .wrapper-form .f-btn.blue {
        background-color: #445ff5;
    }

    .wrapper-form .f-btn.green {
        background-color: #27ae34;
    }

    .wrapper-form .f-btn.pink {
        background-color: #eb5757;
    }

.wrapper-form .border-b {
    border-bottom: 1px solid #e1d6bf;
}

.wrapper-form .border-d {
    border-bottom: 1px dashed #e1d6bf;
}

p {
    margin: 0;
}

.charge form .form-group {
    margin-bottom: 15px;
}

    .charge form .form-group label {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
        color: #333;
        font-weight: 500;
    }

    .charge form .form-group input,
    .charge form .form-group select,
    .charge form .form-group textarea {
        width: 100%;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #e1d6bf;
        background: 0 0;
        color: #02010e;
        padding: 6px 12px;
        outline: 0;
    }

        .charge form .form-group input::-webkit-input-placeholder,
        .charge form .form-group select::-webkit-input-placeholder,
        .charge form .form-group textarea::-webkit-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            color: #999;
        }

        .charge form .form-group input::-moz-placeholder,
        .charge form .form-group select::-moz-placeholder,
        .charge form .form-group textarea::-moz-placeholder {
            font-weight: 400;
            font-size: 14px;
            color: #999;
        }

        .charge form .form-group input:-ms-input-placeholder,
        .charge form .form-group select:-ms-input-placeholder,
        .charge form .form-group textarea:-ms-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            color: #999;
        }

        .charge form .form-group input::-ms-input-placeholder,
        .charge form .form-group select::-ms-input-placeholder,
        .charge form .form-group textarea::-ms-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            color: #999;
        }

        .charge form .form-group input::placeholder,
        .charge form .form-group select::placeholder,
        .charge form .form-group textarea::placeholder {
            font-weight: 400;
            font-size: 14px;
            color: #999;
        }

        .charge form .form-group input[disabled],
        .charge form .form-group select[disabled],
        .charge form .form-group textarea[disabled] {
            background: #f2f2f2;
            cursor: not-allowed;
        }

        .charge form .form-group input.bold,
        .charge form .form-group select.bold,
        .charge form .form-group textarea.bold {
            font-weight: 500;
        }

    .charge form .form-group .textarea-wrapper {
        position: relative;
    }

        .charge form .form-group .textarea-wrapper svg {
            position: absolute;
            right: 5px;
            bottom: 12px;
            width: 15px;
            height: 15px;
        }

    .charge form .form-group textarea {
        min-height: 100px;
        padding: 10px 12px !important;
        resize: none;
    }

    .charge form .form-group .select-wrapper {
        position: relative;
    }

        .charge form .form-group .select-wrapper:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
            background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="451.847px" height="451.847px" viewBox="0 0 451.847 451.847" style="enable-background:new 0 0 451.847 451.847;" xml:space="preserve"><path d="M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"/></svg>');
            background-size: cover;
            width: 15px;
            height: 13px;
        }

    .charge form .form-group select {
        height: 38px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.reading_book {
    position: relative;
}

.reading_book-hover:hover .reading_book-icon {
    opacity: 1;
    pointer-events: auto;
}

.reading_book-sm {
    position: absolute;
    color: #fff !important;
    top: 16px;
    right: -6px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 2;
}

    .reading_book-sm.overtime {
        background-color: #eb5757;
    }

    .reading_book-sm.type {
        background-color: #27ae34;
    }

.reading_book-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

    .reading_book-icon .icon_overlay {
        position: absolute;
        color: #fff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.38);
        z-index: 1;
    }

    .reading_book-icon .icon_wrap {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: #d4b26b;
        z-index: 1;
    }

        .reading_book-icon .icon_wrap svg {
            color: #fff;
        }

.reading_book .reading_book-body .body_title a {
    display: inline-block;
    color: #333;
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reading_book .reading_book-body .body_content .subheading_time img {
    width: 15px;
    height: 15px;
}

.reading_book .reading_book-body .body_content .subheading_time p a.red-other {
    color: #b92626;
}

.reading_book .reading_book-body .body_content-btn.detail a {
    color: #3882f2;
}

.reading_book .reading_book-body .body_content-btn.extend a {
    color: #27ae34;
}

.reading_book .reading_book-body .body_content-btn:hover a {
    color: #fff;
}

.reading_book .reading_book-body .body_content-btn a {
    line-height: 10px;
}

.info-partner {
    display: flex;
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
}

.info-partner_left {
    width: 245px;
    margin-right: 30px;
}

.info-partner_left-img {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .info-partner_left-img::before {
        content: "";
        position: absolute;
        border: 4px solid #e1d6bf;
        top: 15px;
        right: -15px;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 5px;
    }

.info-partner_left-list {
    display: flex;
    margin-top: 32px;
}

    .info-partner_left-list .list_item {
        width: 100%;
        text-align: center;
    }

        .info-partner_left-list .list_item:not(:last-child) {
            border-right: 1px solid #e0e0e0;
        }

        .info-partner_left-list .list_item span {
            display: block;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            color: #333;
        }

    .info-partner_left-list .list_item-num {
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        color: #aa8b47;
        margin-bottom: 6px;
    }

.info-partner_right {
    flex: 1;
}

.info-partner_right-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #333;
    display: inline-block;
    border-bottom: 3px solid #aa8b47;
    padding-bottom: 4px;
}

.info-partner_right-list {
    margin-left: 20px;
    margin-top: 10px;
}

    .info-partner_right-list.load-more-active {
        height: 170px !important;
    }

    .info-partner_right-list .list_item:not(:last-child) {
        margin-bottom: 14px;
    }

    .info-partner_right-list .list_item:last-child {
        display: none;
    }

    .info-partner_right-list .list_item-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        color: #333;
        margin-bottom: 11px;
    }

    .info-partner_right-list .list_item-content {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #02010e;
        text-align: justify;
    }

    .info-partner_right-list .list_item-listData {
        display: flex;
        flex-wrap: wrap;
    }

        .info-partner_right-list .list_item-listData .listData_item-wrap {
            max-width: 327px;
        }

            .info-partner_right-list
            .list_item-listData
            .listData_item-wrap:not(:last-child) {
                margin-right: 60px;
            }

        .info-partner_right-list .list_item-listData .listData_item {
            list-style-image: url(../images/circle.svg) !important;
        }

            .info-partner_right-list .list_item-listData .listData_item:nth-child(odd) {
                flex-basis: 45%;
                margin-right: 50px;
            }

            .info-partner_right-list .list_item-listData .listData_item:nth-child(even) {
                flex-basis: 45%;
            }

            .info-partner_right-list .list_item-listData .listData_item:not(:last-child) {
                margin-bottom: 13px;
            }

        .info-partner_right-list .list_item-listData .listData_item-title {
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            color: #333;
            margin-bottom: 4px;
        }

        .info-partner_right-list .list_item-listData .listData_item-content {
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            color: #02010e;
        }

        .info-partner_right-list
        .list_item-listData
        .listData_item
        span.listData_item-content {
            margin-left: 6px;
        }

        .info-partner_right-list .list_item-listData .listData_item-full {
            flex-basis: 100% !important;
            margin-right: 0 !important;
        }

.partner-author {
    padding: 28px 0;
    position: relative;
}

    .partner-author h3 {
        padding-bottom: 12px;
        margin-bottom: 30px;
        position: relative;
    }

        .partner-author h3::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 2px;
            background: #d4b26b;
        }

.partner-author_item {
    height: 180px;
}

.partner-author .owl-theme .owl-nav {
    margin: 0;
    display: block;
}

    .partner-author .owl-theme .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: 0 0;
        outline: 0;
    }

        .partner-author .owl-theme .owl-nav button:hover {
            background: 0 0;
        }

        .partner-author .owl-theme .owl-nav button.owl-prev {
            left: -40px;
        }

        .partner-author .owl-theme .owl-nav button.owl-next {
            right: -40px;
        }

.partner-author.--partner {
    background: #f8f8f8;
}

    .partner-author.--partner .partner-author_item {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 10px;
    }

    .partner-author.--partner .partner-author_item-img {
        width: 70px;
        height: 70px;
        position: relative;
    }

        .partner-author.--partner .partner-author_item-img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            -o-object-fit: cover;
            object-fit: cover;
        }

.partner-author.--author {
    background: #fff;
}

    .partner-author.--author .partner-author_item {
        padding: 0 18px;
    }

    .partner-author.--author .partner-author_item-img {
        width: 140px;
        height: 140px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 18px;
        border-radius: 50%;
        overflow: hidden;
    }

        .partner-author.--author .partner-author_item-img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50%;
        }

.large-title-32 {
    font-style: normal;
    font-size: 32px;
    line-height: 39px;
    color: #3f3b3b;
}

.h1-28 {
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    color: #3f3b3b;
}

.h2-24 {
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    color: #3f3b3b;
}

.h3-20 {
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #3f3b3b;
}

.h4-18 {
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #3f3b3b;
}

.h5-16 {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3f3b3b;
}

.h6-14 {
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #3f3b3b;
}

.body-13 {
    font-style: normal;
    font-size: 13px;
    line-height: 21px;
    color: #3f3b3b;
}

.caption-12 {
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #3f3b3b;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.w-20 {
    width: calc(20% - 30px);
    margin: 0 15px;
}

.sm-11 {
    font-size: 11px;
    line-height: 13.31px;
}

.list-cart {
    background: #f5f6fa;
    border-radius: 5px;
}

    .list-cart .cart_category .category-top {
        display: flex;
    }

        .list-cart .cart_category .category-top h3.tit_option {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 21px;
            color: #4f4f4f;
            background: #fff;
            padding: 15px 60px 8px 28px;
            margin: 0;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            position: relative;
        }

            .list-cart .cart_category .category-top h3.tit_option::after {
                content: "";
                position: absolute;
                top: 0;
                right: -9px;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 50px solid #fff;
            }

    .list-cart .cart_category .cart-bg {
        background: #fff;
        padding: 24.52px 18px 18px 18px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .list-cart .cart_category .category-li {
        padding-bottom: 14px;
        border-bottom: 1px solid #d1d1d1;
    }

        .list-cart .cart_category .category-li li .line {
            width: 1px;
            height: 88%;
            background: #d1d1d1;
        }

        .list-cart .cart_category .category-li li .category-li_item {
            cursor: pointer;
            width: 100%;
            border: 1px solid #d1d1d1;
            border-radius: 5px;
            padding: 10px 35px 10px 18px;
        }

            .list-cart .cart_category .category-li li .category-li_item.active {
                border: 1px solid #e1d6bf !important;
                position: relative;
            }

                .list-cart .cart_category .category-li li .category-li_item.active::before {
                    content: "\f058";
                    position: absolute;
                    top: -10px;
                    right: -5px;
                    color: #27ae34;
                    font-size: 20px;
                    background: #fff;
                }

            .list-cart .cart_category .category-li li .category-li_item .title {
                margin-right: 15px;
                margin-bottom: 0;
                font-style: normal;
                font-weight: 700;
                font-size: 14px;
                line-height: 21px;
                color: #91909a;
            }

            .list-cart .cart_category .category-li li .category-li_item .item_left {
                padding-right: 15px;
            }

            .list-cart .cart_category .category-li li .category-li_item .item-price {
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 24px;
                color: #eb5757;
            }

        .list-cart .cart_category .category-li li .amout-options .option-wrap {
            border-radius: 5px;
            overflow: hidden;
            display: flex;
        }

            .list-cart .cart_category .category-li li .amout-options .option-wrap .amount {
                color: #02010e;
                font-weight: 500;
                font-size: 20px;
                display: flex;
                text-align: center;
            }

                .list-cart
                .cart_category
                .category-li
                li
                .amout-options
                .option-wrap
                .amount
                .number {
                    border: none;
                    background: 0 0;
                    width: 25px;
                    height: 30px;
                    text-align: center;
                    font-size: 20px;
                    font-weight: 500;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    margin: 0;
                    color: #02010e;
                }

            .list-cart
            .cart_category
            .category-li
            li
            .amout-options
            .option-wrap
            .buy_amount
            .number {
                width: 47px;
            }

        .list-cart .cart_category .category-li li .amout-options .option_rental-book {
            width: 138px;
        }

            .list-cart
            .cart_category
            .category-li
            li
            .amout-options
            .option_rental-book
            .click-show-dropdow {
                padding-left: 25px;
            }

                .list-cart
                .cart_category
                .category-li
                li
                .amout-options
                .option_rental-book
                .click-show-dropdow
                .dropdow
                li {
                    padding-left: 25px;
                }

                .list-cart
                .cart_category
                .category-li
                li
                .amout-options
                .option_rental-book
                .click-show-dropdow
                .time-text {
                    color: #333;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 21px;
                    margin: 0;
                }

        .list-cart .cart_category .category-li li .amout-options .button {
            font-size: 16px;
            font-weight: 500;
            width: 32px;
            height: 32px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #91909a;
            background: #f5f6fa;
        }

            .list-cart .cart_category .category-li li .amout-options .button.amount {
                display: flex;
            }

                .list-cart
                .cart_category
                .category-li
                li
                .amout-options
                .button.amount
                .mounth {
                    margin-bottom: 0 !important;
                }

            .list-cart .cart_category .category-li li .amout-options .button.minus,
            .list-cart .cart_category .category-li li .amout-options .button.plus {
                border-radius: 3px;
                border: 1px solid #e0e0e0;
                cursor: pointer;
            }

    .list-cart .cart_category .category-total {
        margin: 19px 0;
    }

        .list-cart .cart_category .category-total .total_pr {
            display: flex;
        }

            .list-cart .cart_category .category-total .total_pr .title {
                font-size: 14px;
                line-height: 23px;
                color: #555;
            }

            .list-cart .cart_category .category-total .total_pr .price {
                color: #eb5757;
                font-weight: 700;
                font-size: 20px;
                margin-left: 21px;
                margin-bottom: 0;
            }

    .list-cart .cart_category .category-submit {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #d1d1d1;
    }

        .list-cart .cart_category .category-submit .submit_item {
            width: 47%;
            height: 36px;
        }

            .list-cart .cart_category .category-submit .submit_item button {
                padding: 0;
                width: 100%;
                height: 100%;
                border-radius: 5px;
                transition: 0.3s all;
                outline: 0;
                overflow: hidden;
            }

                .list-cart .cart_category .category-submit .submit_item button span {
                    padding-left: 9px;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 2;
                }

                .list-cart .cart_category .category-submit .submit_item button a {
                    color: #fff;
                }

    .list-cart .cart_category .category-vote img {
        margin-bottom: 3px;
    }

    .list-cart .cart_category .category-vote .title {
        font-size: 14px;
        line-height: 19px;
        font-weight: 700;
        margin: 0 6px;
    }

    .list-cart .cart_category .category-vote .description {
        font-size: 14px;
        font-weight: 400;
        padding-left: 12px;
        color: #555;
        margin: 0;
    }

.book_content {
    border-radius: 5px;
}

.section-mb .book_content {
    border-radius: 0 !important;
}

.book_content .color-8C8C8C {
    color: #8c8c8c;
}

.book_content .color-AA8B47 {
    color: #aa8b47;
}

.book_content .boder-5px {
    border-radius: 5px;
}

.book_content .border_bottom {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
}

.book_content .element-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
}

.book_content .book_content-content .content_item {
    margin: 12px;
    width: 141px;
}

    .book_content .book_content-content .content_item .bg-book-search {
        padding-top: 75%;
        padding-bottom: 75%;
    }

    .book_content .book_content-content .content_item:first-child {
        margin-left: 0;
    }

    .book_content .book_content-content .content_item:last-child {
        margin-right: 0;
    }

.item-img_sale {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eb5757;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    z-index: 2;
    right: 5px;
    top: 5px;
}

.item_feature {
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    z-index: 100;
    opacity: 0.8;
}

.book_slider .book_content-content .content_item {
    width: initial;
    margin-right: 0;
}

    .book_slider .book_content-content .content_item a {
        display: block;
        max-width: 80%;
        position: relative;
    }

.book_slider .typical_slider {
    position: relative;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    outline: 0;
    top: 110px;
}

.owl-nav .owl-prev {
    left: 1px;
}

.owl-nav .owl-next {
    right: 1px;
}

.last-view {
    padding: 25px;
    background: #fff;
    border-radius: 5px;
}

    .last-view .plyr {
        max-height: 450px;
    }

    .last-view h3 {
        margin-bottom: 30px;
    }

.last-view_info {
    padding-top: 16px;
}

    .last-view_info h5 {
        margin-bottom: 4px;
    }

    .last-view_info p {
        font-size: 13px;
        line-height: 21px;
        color: #828282;
        margin-bottom: 5px;
    }

        .last-view_info p:last-child {
            margin-bottom: 0;
        }

        .last-view_info p .time {
            margin-left: 20px;
            display: inline-block;
        }

.list-book {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
}

.collection-book {
    padding: 12px 24px 5px 24px;
    background: #fff;
    border-radius: 5px;
}

    .collection-book .collection-heading {
        padding-bottom: 8px;
        margin-bottom: 24px;
        border-bottom: 1px solid #f2f2f2;
    }

    .collection-book .collection-slider {
        position: relative;
    }

    .collection-book .collection-slider_item {
        background-color: #fff;
        border-radius: 5px;
        max-height: 335px;
    }

        .collection-book .collection-slider_item img {
            border-radius: 5px 5px 0 0;
        }

    .collection-book .collection-slider .item-img {
        position: relative;
    }

    .collection-book .collection-slider .item-content_title {
        padding: 12px 0;
    }

        .collection-book .collection-slider .item-content_title span {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            color: #02010e;
        }

    .collection-book .collection-slider .item-content_desc {
        font-size: 13px;
        color: #4f4f4f;
    }

        .collection-book .collection-slider .item-content_desc span {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .collection-book .collection-slider .item-content_rate {
        padding: 5px 0;
    }

        .collection-book .collection-slider .item-content_rate i {
            margin-right: 3px;
            font-size: 10px;
            color: #c1c0c8;
        }

            .collection-book .collection-slider .item-content_rate i:not(:last-child) {
                color: #ffce47;
            }

    .collection-book .collection-slider .item-content_price span {
        font-size: 14px;
        color: #aa8b47;
        font-weight: 700;
    }

    .collection-book .collection-slider .owl-carousel .owl-nav .owl-next,
    .collection-book .collection-slider .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        outline: 0;
    }

    .collection-book .collection-slider .owl-carousel .owl-nav .owl-prev {
        top: 77px;
        left: 1px;
    }

    .collection-book .collection-slider .owl-carousel .owl-nav .owl-next {
        right: 1px;
        top: 77px;
    }

    .collection-book .collection-slider .owl-carousel .owl-stage-outer {
        border-radius: 5px;
    }

.topview {
    padding-bottom: 30px;
    padding-top: 15px;
    width: 100%;
}

.topview-content-heading {
    color: #8c8c8c;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.topview-content .position-relative.active::before {
    position: absolute;
    content: "";
    width: 100%;
    background: #d4b26b;
    height: 4px;
    bottom: 0;
    left: 0;
    transform: translateY(6px);
}

.topview-content img {
    margin-right: 8px;
}

.topview-content-line::before {
    position: absolute;
    content: "";
    width: 100%;
    background: #f2f2f2;
    height: 1px;
    top: -10px;
    left: 0;
}

.topview-content-main-title {
    color: #333;
}

.topview-content-main-view {
    bottom: 0;
    font-style: normal;
    font-size: 11px;
    line-height: 13px;
    color: #91909a;
}

.topview-content-number {
    font-family: Roboto Condensed;
    font-style: normal;
    font-size: 64px;
    line-height: 75px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #d1d1d1;
    opacity: 0.2;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
}

    .topview-content-number::before {
        content: "";
        position: relative;
        top: 21px;
        background-color: #fff;
        height: 30px;
        width: 100px;
        right: -40%;
    }

.decu {
    margin-top: 16px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.book-coin {
    margin-bottom: 28px;
}

.book-coin_item {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 80px;
    padding: 16px;
}

    .book-coin_item:first-child {
        margin-right: 5px;
    }

    .book-coin_item:last-child {
        margin-left: 5px;
    }

.book-coin .item-title {
    color: #828282;
    font-weight: 400;
}

.book-coin .item-value_coin {
    color: #b92626;
    font-size: 16px;
    font-weight: 500;
}

.book-coin .btn-coin {
    background-color: #445ff5;
}

.book_content-mb {
    border-radius: 0;
}

    .book_content-mb .book_item {
        border-top: 1px solid #f2f2f2;
    }

        .book_content-mb .book_item:nth-child(-n + 2) {
            border-top: none;
        }

    .book_content-mb .book_content-content .content_item {
        margin: 0;
        width: 100%;
    }

        .book_content-mb .book_content-content .content_item .content_item-img {
            width: 127px;
            margin-left: auto;
            margin-right: auto;
        }

.list-cart-mb {
    background: #f5f6fa;
    border-radius: 5px;
}

    .list-cart-mb .cart_category .category-top {
        display: flex;
    }

        .list-cart-mb .cart_category .category-top h3.tit_option {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 21px;
            color: #4f4f4f;
            background: #fff;
            padding: 15px 60px 8px 28px;
            margin: 0;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            position: relative;
        }

            .list-cart-mb .cart_category .category-top h3.tit_option::after {
                content: "";
                position: absolute;
                top: 0;
                right: -9px;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 50px solid #fff;
            }

    .list-cart-mb .cart_category .cart-bg {
        background: #fff;
        padding: 24.52px 18px 18px 18px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .list-cart-mb .cart_category .category-li li.li-item {
        border: 1px solid #d1d1d1;
        border-radius: 5px;
        padding: 10px 12px;
    }

    .list-cart-mb .cart_category .category-li li.bd-color {
        border: 1px solid #ece6d7;
    }

    .list-cart-mb .cart_category .category-li li .line {
        width: 1px;
        height: 88%;
        background: #d1d1d1;
    }

    .list-cart-mb .cart_category .category-li li .category-li_item {
        cursor: pointer;
        width: 100%;
    }

        .list-cart-mb .cart_category .category-li li .category-li_item.active {
            position: relative;
        }

            .list-cart-mb .cart_category .category-li li .category-li_item.active::before {
                content: "\f058";
                position: absolute;
                top: -22px;
                right: -22px;
                color: #27ae34;
                font-size: 20px;
                background: #fff;
            }

        .list-cart-mb .cart_category .category-li li .category-li_item .title {
            margin-right: 15px;
            margin-bottom: 0;
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 21px;
            color: #91909a;
        }

        .list-cart-mb .cart_category .category-li li .category-li_item .item_left {
            padding-right: 15px;
        }

    .list-cart-mb .cart_category .category-li li .amout-options {
        display: flex;
        align-items: center;
    }

        .list-cart-mb .cart_category .category-li li .amout-options .option-wrap {
            border-radius: 5px;
            overflow: hidden;
            display: flex;
        }

            .list-cart-mb
            .cart_category
            .category-li
            li
            .amout-options
            .option-wrap
            .amount {
                color: #02010e;
                font-weight: 500;
                font-size: 20px;
                display: flex;
                text-align: center;
            }

                .list-cart-mb
                .cart_category
                .category-li
                li
                .amout-options
                .option-wrap
                .amount
                .number {
                    border: none;
                    background: 0 0;
                    width: 25px;
                    height: 30px;
                    text-align: center;
                    font-size: 20px;
                    font-weight: 500;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    margin: 0;
                    color: #02010e;
                }

            .list-cart-mb
            .cart_category
            .category-li
            li
            .amout-options
            .option-wrap
            .buy_amount
            .number {
                width: 56px;
            }

        .list-cart-mb
        .cart_category
        .category-li
        li
        .amout-options
        .option_rental-book {
            width: 120px;
        }

            .list-cart-mb
            .cart_category
            .category-li
            li
            .amout-options
            .option_rental-book
            .click-show-dropdow {
                padding-left: 25px;
            }

                .list-cart-mb
                .cart_category
                .category-li
                li
                .amout-options
                .option_rental-book
                .click-show-dropdow
                .dropdow
                li {
                    padding-left: 25px;
                }

                .list-cart-mb
                .cart_category
                .category-li
                li
                .amout-options
                .option_rental-book
                .click-show-dropdow
                .time-text {
                    color: #333;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 21px;
                    margin: 0;
                }

        .list-cart-mb .cart_category .category-li li .amout-options .button {
            font-size: 16px;
            font-weight: 500;
            width: 32px;
            height: 32px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #91909a;
            background: #f5f6fa;
        }

            .list-cart-mb .cart_category .category-li li .amout-options .button.amount {
                display: flex;
            }

                .list-cart-mb
                .cart_category
                .category-li
                li
                .amout-options
                .button.amount
                .mounth {
                    margin-bottom: 0 !important;
                }

            .list-cart-mb .cart_category .category-li li .amout-options .button.minus,
            .list-cart-mb .cart_category .category-li li .amout-options .button.plus {
                border-radius: 3px;
                border: 1px solid #e0e0e0;
                cursor: pointer;
            }

        .list-cart-mb .cart_category .category-li li .amout-options .item-price {
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: #eb5757;
        }

            .list-cart-mb .cart_category .category-li li .amout-options .item-price span {
                font-weight: 300;
            }

    .list-cart-mb .cart_category .category-total {
        margin: 19px 0;
    }

        .list-cart-mb .cart_category .category-total .total_pr {
            display: flex;
        }

            .list-cart-mb .cart_category .category-total .total_pr .title {
                font-size: 14px;
                line-height: 23px;
                color: #555;
            }

            .list-cart-mb .cart_category .category-total .total_pr .price {
                color: #eb5757;
                font-weight: 700;
                font-size: 20px;
                margin-left: 21px;
                margin-bottom: 0;
            }

    .list-cart-mb .cart_category .category-submit {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #d1d1d1;
    }

        .list-cart-mb .cart_category .category-submit .submit_item {
            width: 47%;
            height: 36px;
        }

            .list-cart-mb .cart_category .category-submit .submit_item button {
                padding: 0;
                width: 100%;
                height: 100%;
                border-radius: 5px;
                transition: 0.3s all;
                outline: 0;
                overflow: hidden;
            }

                .list-cart-mb .cart_category .category-submit .submit_item button span {
                    padding-left: 9px;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 2;
                }

                .list-cart-mb .cart_category .category-submit .submit_item button a {
                    color: #fff;
                }

    .list-cart-mb .cart_category .category-vote img {
        margin-bottom: 3px;
    }

    .list-cart-mb .cart_category .category-vote .title {
        font-size: 14px;
        line-height: 19px;
        margin: 0 6px;
    }

    .list-cart-mb .cart_category .category-vote .description {
        font-size: 14px;
        color: #555;
        margin: 0;
    }

.cate-filter {
    background: #fff;
}

.cate-filter_button button {
    padding: 8px;
    background: #fff;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    color: #4f4f4f;
    margin-bottom: 5px;
    margin-right: 1px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-transform: capitalize;
}

    .cate-filter_button button:last-child {
        margin-right: 0;
    }

    .cate-filter_button button.active {
        background: #d4b26b;
        color: #fff;
    }

.cate-filter_control {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 8px 0;
    position: relative;
}

    .cate-filter_control span {
        font-size: 13px;
        color: #333;
        white-space: nowrap;
    }

    .cate-filter_control .control-value {
        font-size: 14px;
        color: #333;
        display: inline-flex;
        flex: 1;
    }

        .cate-filter_control .control-value h6 {
            border-bottom: 2px solid #d4b26b;
            position: relative;
            margin-right: 12px;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            padding-bottom: 4px;
            min-width: 80px;
            text-align: left;
            margin-bottom: 0;
            margin-left: 10px;
        }

        .cate-filter_control .control-value i.fas.fa-angle-down {
            font-size: 18px;
            color: #828282;
        }

    .cate-filter_control .control-btn {
        position: relative;
        max-width: 24%;
        flex-basis: 24%;
        padding: 3px 0;
        padding-left: 26px;
        cursor: pointer;
    }

        .cate-filter_control .control-btn:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 1px;
            background: #d1d1d1;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

.cate-filter_dropdow {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 9999;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    background: #757575;
}

    .cate-filter_dropdow.active {
        height: 100vh;
    }

    .cate-filter_dropdow li {
        padding: 0 16px;
        position: relative;
        overflow: hidden;
        background: #fff;
    }

        .cate-filter_dropdow li input[type="radio"] {
            position: absolute;
            -webkit-appearance: auto;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

            .cate-filter_dropdow li input[type="radio"]:checked + p i {
                opacity: 1;
            }

        .cate-filter_dropdow li p {
            padding: 12px 0;
            border-bottom: 1px solid #f1efef;
        }

            .cate-filter_dropdow li p i {
                color: #d4b26b;
                opacity: 0;
            }

            .cate-filter_dropdow li p span {
                padding-left: 10px;
            }

            .cate-filter_dropdow li p img {
                padding-right: 10px;
            }

        .cate-filter_dropdow li:last-child p {
            border: none;
        }

        .cate-filter_dropdow li:hover {
            background: #f2f2f2;
        }

.single-author {
    padding: 24px;
    background-color: #fff;
    border-radius: 5px;
}

.single-author_info {
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
}

    .single-author_info .info-avatar {
        position: relative;
        margin-right: 15px;
        border: 1px solid #d4b26b;
        border-radius: 50%;
        height: 36px;
        width: 36px;
    }

        .single-author_info .info-avatar .icon-check {
            position: absolute;
            top: -12px;
            right: 0;
        }

    .single-author_info .info-txt {
        font-size: 13px;
    }

.single-author_publisher .publisher-title {
    padding: 10px 0;
    color: #555;
}

.single-author_publisher .publisher-info_logo {
    margin-right: 8px;
}

.single-author_publisher .publisher-info_desc .desc-icon {
    margin-right: 5px;
}

.single-author_publisher .publisher-info_desc .desc-txt span {
    font-size: 12px;
    color: #4f4f4f;
}

.section_banner_goi-doc {
    margin: 30px 0;
}

    .section_banner_goi-doc .section_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        z-index: -1;
    }

    .section_banner_goi-doc .banner_wrapper {
        padding: 50px 15px;
        max-width: 900px;
        margin: 0 auto;
    }

    .section_banner_goi-doc .section_banner_goi-doc_wrapper {
        padding: 0 15px;
        background: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        z-index: 3;
    }

        .section_banner_goi-doc .section_banner_goi-doc_wrapper .banner_logo {
            flex: 0 0 135px;
            max-width: 135px;
            height: 135px;
            position: relative;
            z-index: 3;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .section_banner_goi-doc .section_banner_goi-doc_wrapper .banner_logo-wrap {
            width: 135px;
            height: 135px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            overflow: hidden;
        }

        .section_banner_goi-doc .section_banner_goi-doc_wrapper .banner_logo img {
            width: 100%;
            max-height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }

        .section_banner_goi-doc .section_banner_goi-doc_wrapper .banner_logo:before {
            position: absolute;
            content: "";
            border-radius: 5px;
            border: 1px solid #d1d1d1;
            background: #fff;
            top: 5px;
            left: 5px;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        .section_banner_goi-doc .section_banner_goi-doc_wrapper .banner_info {
            flex: 1;
            margin-left: 30px;
        }

            .section_banner_goi-doc .section_banner_goi-doc_wrapper .banner_info h1 {
                margin-bottom: 30px;
                line-height: 1.5;
            }

            .section_banner_goi-doc
            .section_banner_goi-doc_wrapper
            .banner_info
            .info_wrapper
            .info_item {
                font-size: 16px;
                margin: 0 15px;
                color: #555;
            }

                .section_banner_goi-doc
                .section_banner_goi-doc_wrapper
                .banner_info
                .info_wrapper
                .info_item.check {
                    color: #27ae34;
                }

                .section_banner_goi-doc
                .section_banner_goi-doc_wrapper
                .banner_info
                .info_wrapper
                .info_item
                img {
                    width: 15px;
                    margin-right: 5px;
                }

.section-contact-info-items {
    margin: 30px 0;
}

.section-contact-info-item:not(:last-child) {
    margin-bottom: 30px;
}

.section-contact-info-item-icon {
    flex: 0 0 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #e1d6bf;
    margin-right: 14px;
}

.section-contact-info-item-content {
    flex: 1;
}

.section-contact-info-item-content-title {
    font-size: 14px;
    color: #828282;
}

.section-contact-info-item-content-des {
    font-size: 16px;
    color: #333;
}

.section-contact-info-banner img {
    width: 100%;
}

.category-panel {
    position: relative;
    background: #fff;
    padding: 16px 24px;
    border-radius: 5px;
}

.category-panel-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
}

    .category-panel-title::before {
        position: absolute;
        content: "";
        width: 55%;
        height: 3px;
        background-color: #d4b26b;
        bottom: 0;
        left: 0;
    }

.category-panel-item.category-panel-subitem {
    max-height: 0;
    transition: 0.5s ease;
    overflow: hidden;
}

    .category-panel-item.category-panel-subitem.active {
        max-height: 100vh;
        overflow: auto;
    }

.category-panel-item-wrapper {
    border-bottom: 1px solid #f2f2f2;
    transition: 0.3s ease;
    cursor: pointer;
}

    .category-panel-item-wrapper.active > .category-panel-item-arrow svg {
        transform: rotate(180deg);
    }

    .category-panel-item-wrapper.active,
    .category-panel-item-wrapper:hover > {
        border-color: #007bff;
    }

        .category-panel-item-wrapper.active .category-panel-item-arrow svg circle,
        .category-panel-item-wrapper.active .category-panel-item-arrow svg path,
        .category-panel-item-wrapper.active .category-panel-item-icon svg circle,
        .category-panel-item-wrapper.active .category-panel-item-icon svg path,
        .category-panel-item-wrapper:hover > .category-panel-item-arrow svg circle,
        .category-panel-item-wrapper:hover > .category-panel-item-arrow svg path,
        .category-panel-item-wrapper:hover > .category-panel-item-icon svg circle,
        .category-panel-item-wrapper:hover > .category-panel-item-icon svg path {
            fill: #007bff;
        }

        .category-panel-item-wrapper.active .category-panel-item-link,
        .category-panel-item-wrapper:hover > .category-panel-item-link {
            color: #007bff;
        }

        .category-panel-item-wrapper.active .category-panel-item-total,
        .category-panel-item-wrapper:hover > .category-panel-item-total {
            background: rgba(0, 123, 255, 0.2);
            color: #007bff;
        }

.category-panel-item-icon {
    margin-top: 10px;
    flex: 0 0 16px;
    max-width: 16px;
    height: 16px;
    display: flex;
}

    .category-panel-item-icon.circle svg {
        width: 8px;
        height: 8px;
        margin: auto;
    }

    .category-panel-item-icon svg {
        width: 100%;
        height: 100%;
    }

        .category-panel-item-icon svg circle,
        .category-panel-item-icon svg path {
            transition: 0.3s ease;
        }

.category-panel-item-link {
    display: block;
    flex: 1;
    margin: 0 8px;
    font-size: 13px;
    color: #4f4f4f;
    padding: 8px 0;
    transition: 0.3s ease;
}

.category-panel-item-arrow {
    margin-top: 5px;
    flex: 0 0 14px;
    max-width: 14px;
    height: 14px;
}

    .category-panel-item-arrow svg {
        width: 100%;
        height: 100%;
        transition: 0.3s ease;
    }

        .category-panel-item-arrow svg path {
            transition: 0.3s ease;
        }

.category-panel-item-total {
    margin-top: 10px;
    flex: 0 0 15px;
    max-width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    background: #ced4da;
    border-radius: 3px;
    font-size: 9px;
    color: #4f4f4f;
    transition: 0.3s ease;
}

.info-detail-legal-document {
    padding: 16px 24px;
    border-radius: 5px;
    background: #fff;
    border-radius: 5px;
}

.info-detail-legal-document-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
}

    .info-detail-legal-document-title::before {
        position: absolute;
        content: "";
        width: 55%;
        height: 3px;
        background-color: #d4b26b;
        bottom: 0;
        left: 0;
    }

.info-detail-legal-document-description {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.info-detail-legal-document-main-row {
    padding: 8px 0;
    border-top: 1px dashed #e1d6bf;
}

.info-detail-legal-document-main-row-text {
    font-size: 13px;
    font-weight: 400;
}

    .info-detail-legal-document-main-row-text svg {
        flex: 0 0 10px;
        max-width: 10px;
        height: 10px;
        margin-right: 4px;
    }

    .info-detail-legal-document-main-row-text.bold {
        font-weight: 700;
    }

    .info-detail-legal-document-main-row-text.blue {
        color: #2d9cdb;
    }

    .info-detail-legal-document-main-row-text.red {
        color: #eb5757;
    }

.info-detail-legal-document-main-btn {
    padding: 8px;
    border: 1px solid;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
    cursor: pointer;
}

    .info-detail-legal-document-main-btn span {
        font-size: 11px !important;
        font-weight: 400;
        text-transform: unset;
        display: block;
    }

    .info-detail-legal-document-main-btn.blue {
        border-color: 1px solid rgba(0, 123, 255, 0.1);
        background: rgba(0, 123, 255, 0.1);
        color: #007bff;
    }

    .info-detail-legal-document-main-btn.red {
        color: #fff;
        background: #eb5757;
        border-color: #eb5757;
    }

.BookBlock-image {
    position: relative;
    margin-bottom: 12px;
}

    .BookBlock-image img {
        width: 100%;
        border-radius: 5px;
    }

.BookBlock-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: 3px;
    background: #eb5757;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
}

.BookBlock-title {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #02010e;
    display: block;
    margin-bottom: 8px;
}

.BookBlock-description {
    font-size: 13px;
    color: #4f4f4f;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.BookBlock-star {
    display: flex;
    margin-bottom: 10px;
}

.BookBlock-star-item {
    margin-right: 4px;
}

    .BookBlock-star-item svg {
        width: 9.5px;
        height: 9.5px;
    }

.BookBlock-price {
    font-size: 14px;
    font-weight: 700;
    color: #aa8b47;
}

    .BookBlock-price del {
        font-size: 12px;
        font-weight: 500;
        color: #4f4f4f;
        display: inline-block;
        margin-left: 10px;
    }

.payment-page .services-contact-title {
    font-size: 20px !important;
}

.payment-page-info-item {
    margin-bottom: 16px;
}

.payment-page-info-item-text {
    min-width: 120px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-right: 12px;
}

.payment-page-info-item-input {
    padding: 12px 16px;
    background: #f8f8f8;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    width: 100%;
}

.payment-page-info-item-input-text {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    width: 80%;
}

.payment-page-info-item-input-icon {
    cursor: pointer;
}

    .payment-page-info-item-input-icon img {
        max-width: 100%;
    }

.payment-page-info-item-note {
    padding: 16px;
    background: #fff9eb;
    border-radius: 5px;
}

.payment-page-info-item-note-text {
    font-size: 14px;
    font-weight: 700;
    color: #e2621a;
}

.payment-page-info-item-note-input {
    margin: 12px 0;
    padding: 5px 16px;
    background: #fff;
    border: 1px dashed #e2621a;
    border-radius: 5px;
}

.payment-page-info-item-note-input-text {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    width: 80%;
}

.payment-page-info-item-note-input-icon {
    cursor: pointer;
}

    .payment-page-info-item-note-input-icon img {
        max-width: 100%;
    }

.payment-page-bill {
    background: url(../images/bg-bill.png);
    background-size: cover;
    background-position: center bottom;
    padding: 38px 24px;
    border-radius: 5px;
}

.payment-page-bill-row {
    padding: 8px 0;
}

    .payment-page-bill-row.border-bottom {
        border: 1px dashed #e1d6bf;
    }

.payment-page-bill-text {
    font-size: 14px;
    color: #333;
}

    .payment-page-bill-text.medium {
        font-size: 16px;
    }

    .payment-page-bill-text.green {
        color: #219626;
    }

    .payment-page-bill-text.red {
        color: #eb5757;
    }

    .payment-page-bill-text.big {
        font-size: 24px;
        font-weight: 700;
    }

    .payment-page-bill-text.small {
        font-size: 14px;
    }

.payment-page-bill-note {
    margin: 8px 0;
    padding: 5px 10px;
    background: #f4faff;
    border: 1px solid #8cc7fd;
    border-radius: 2px;
}

.payment-page-bill-note-icon {
    flex: 0 0 16px;
    max-width: 16px;
    margin-right: 12px;
}

.payment-page-bill-note-text {
    color: #247bcb;
    font-weight: 500;
    font-size: 14px;
}

.ComboBooksList {
    background: #fff;
    padding: 24px;
    border-radius: 5px;
    margin-bottom: 16px;
}

.ComboBooksList-title {
    font-size: 16px;
    color: #02010e;
    font-weight: 500;
    margin-bottom: 12px;
}

.ComboBooksList .select-dropdown {
    margin: 0 0 12px 0;
}

.ComboBooksList-header {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 16px;
}

.ComboBooksList-header-filter-title {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    margin: 0 -24px;
    border-bottom: 1px solid #d8d8d8;
}

.ComboBooksList-header-mb {
    display: none;
}

.ComboBooksList-main-list {
    margin-top: -16px;
}

.ComboBooksList-main-list-col:nth-last-child(1) .ComboBooksList-main-list-item,
.ComboBooksList-main-list-col:nth-last-child(2) .ComboBooksList-main-list-item,
.ComboBooksList-main-list-col:nth-last-child(3) .ComboBooksList-main-list-item {
    border-bottom: none;
}

.ComboBooksList-main-list-item {
    margin: 0 -15px;
    padding: 16px 15px;
    border-bottom: 1px solid #f2f2f2;
}

.BookDetailSection {
    padding: 30px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 5px;
}

.BookDetailSection-col {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}

    .BookDetailSection-col .SeeMore {
        max-height: 255px;
    }

.BookDetailSection-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #4f4f4f;
}

.BookDetailSection-subtitle {
    font-size: 14px;
    color: #4f4f4f;
    margin-bottom: 28px;
    white-space: pre-wrap;
}

.BookDetailSection-values {
    margin-bottom: 16px;
}

.BookDetailSection-values-item {
    padding: 0 24px;
}

    .BookDetailSection-values-item:first-child {
        padding-left: 0;
    }

    .BookDetailSection-values-item:last-child {
        padding-right: 0;
    }

    .BookDetailSection-values-item:not(:last-child) {
        border-right: 1px solid #d1d1d1;
    }

.BookDetailSection-values-item-number {
    font-size: 14px;
    font-weight: 700;
    color: #02010e;
    margin-right: 8px;
}

.BookDetailSection-values-item-label {
    font-size: 14px;
    color: #828282;
}

    .BookDetailSection-values-item-label img {
        flex: 0 0 16px;
        max-width: 16px;
    }

        .BookDetailSection-values-item-label img:not(:last-child) {
            margin-right: 2px;
        }

.BookDetailSection-values-item-share {
    cursor: pointer;
}

    .BookDetailSection-values-item-share img {
        width: 100%;
    }

.BookDetailSection-table {
    width: 100%;
    border-collapse: collapse;
}

    .BookDetailSection-table thead td {
        font-weight: 500;
    }

    .BookDetailSection-table tr:hover td {
        background: #f8f8f8;
    }

    .BookDetailSection-table td {
        border: 1px solid #d1d1d1;
        padding: 6px 12px;
        font-size: 13px;
        color: #02010e;
        font-weight: 500;
        vertical-align: middle;
        transition: 0.3s ease;
    }

        .BookDetailSection-table td .btn {
            margin: 0 auto;
            display: block;
            white-space: nowrap;
            width: 85px;
        }

        .BookDetailSection-table td a {
            text-decoration: underline;
            color: #097be4;
        }

        .BookDetailSection-table td:first-child {
            white-space: nowrap;
        }

.BookDetailSection-actions {
    margin-top: 16px;
}

    .BookDetailSection-actions.auto .btn {
        margin: 0 5px;
    }

    .BookDetailSection-actions.full .btn {
        flex: 0 0 calc(100% / 2 - 8px);
        max-width: calc(100% / 2 - 8px);
    }

    .BookDetailSection-actions.full .btn-control {
        width: 100%;
    }

    .BookDetailSection-actions.full-size .btn-control {
        width: 100%;
    }

.BookDetailSection-preview-list {
    margin-right: 15px;
    transform: translateY(-10px);
}

.BookDetailSection-preview-list-arrow {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.BookDetailSection-preview-list-group {
    max-height: calc(85px * 4 + 15px * 3);
    overflow: auto;
    scroll-behavior: smooth;
}

    .BookDetailSection-preview-list-group::-webkit-scrollbar {
        display: none;
    }

.BookDetailSection-preview-list-item {
    display: flex;
    width: 85px;
    height: 85px;
    transition: 0.3s ease;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer;
}

    .BookDetailSection-preview-list-item.active,
    .BookDetailSection-preview-list-item:hover {
        background: #f2f2f2;
    }

    .BookDetailSection-preview-list-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .BookDetailSection-preview-list-item img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.BookDetailSection-preview-carousel {
    position: relative;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

    .BookDetailSection-preview-carousel .owl-next,
    .BookDetailSection-preview-carousel .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        display: none;
    }

        .BookDetailSection-preview-carousel .owl-next.disabled,
        .BookDetailSection-preview-carousel .owl-prev.disabled {
            opacity: 0.5;
        }

    .BookDetailSection-preview-carousel .owl-prev {
        left: 0;
    }

    .BookDetailSection-preview-carousel .owl-next {
        right: 0;
    }

.BookDetailSection-preview-carousel-wrapper {
    width: calc(100% - 85px - 15px);
}

.BookDetailSection-preview-carousel-item {
    display: flex;
    padding: 16px;
    position: relative;
    height: 421px;
}

    .BookDetailSection-preview-carousel-item img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        width: unset !important;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        border-radius: 5px;
        width: calc(100% - 32px) !important;
        height: 100% !important;
    }

.BookDetailSection-preview-carousel .owl-dots {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .BookDetailSection-preview-carousel .owl-dots .owl-dot {
        width: 37px;
        height: 3px;
        border-radius: 5px;
        transition: 0.3s ease;
        background: #d1d1d1;
        margin: 0 6px;
    }

        .BookDetailSection-preview-carousel .owl-dots .owl-dot.active {
            background: #097be4;
        }

.BookDetailSection-info {
    border-radius: 5px;
    overflow: hidden;
}

.BookDetailSection-info-header {
    background: #f2f2f2;
}

.BookDetailSection-info-header-item {
    background: #f9fafc;
    padding: 10px 48px 10px 28px;
    font-size: 16px;
    font-weight: 700;
    color: #4f4f4f;
    cursor: pointer;
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}

.BookDetailSection-info-body {
    padding: 28px;
    background: #f9fafc;
}

.BookDetailSection-info-amount {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #d1d1d1;
}

.BookDetailSection-info-price-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

    .BookDetailSection-info-price-text strong {
        font-weight: 700;
        font-size: 20px;
        margin-left: 20px;
        color: #eb5757;
    }

.BookDetailSection-info-price-btn .btn {
    flex: 0 0 calc(100% / 2 - 8px);
    max-width: calc(100% / 2 - 8px);
}

.BookDetailSection-info-type {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #d1d1d1;
}

.BookDetailSection-info-type-item {
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 13px;
    color: #343a40;
    padding: 6px 12px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
}

.BookDetailSection-info-type-item-wrapper {
    margin: 0 12px 12px 0;
    position: relative;
}

    .BookDetailSection-info-type-item-wrapper.out-stock {
        pointer-events: none;
    }

        .BookDetailSection-info-type-item-wrapper.out-stock
        .BookDetailSection-info-type-item::before {
            content: "Tạm hết";
            position: absolute;
            top: 0;
            left: 0;
            padding: 3px 8px;
            border-top-left-radius: 6px;
            border-bottom-right-radius: 6px;
            font-size: 10px;
            color: #fff;
            transform: translateY(-50%);
            background: #91909a;
        }

    .BookDetailSection-info-type-item-wrapper.disabled {
        pointer-events: none;
    }

        .BookDetailSection-info-type-item-wrapper.disabled
        .BookDetailSection-info-type-item {
            background: #f8f8f8;
            color: #cacaca;
        }

            .BookDetailSection-info-type-item-wrapper.disabled
            .BookDetailSection-info-type-item
            svg
            path {
                fill: #cacaca;
            }

    .BookDetailSection-info-type-item-wrapper input {
        position: absolute;
        top: 0;
        cursor: pointer;
        z-index: 2;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

        .BookDetailSection-info-type-item-wrapper
        input:checked ~ .BookDetailSection-info-type-item {
            background: rgba(39, 174, 52, 0.03);
            border-color: #27ae34;
            color: #27ae34;
        }

            .BookDetailSection-info-type-item-wrapper
            input:checked ~ .BookDetailSection-info-type-item
            svg
            path {
                fill: #27ae34;
            }

.BookDetailSection-info-type-item:hover {
    background: rgba(39, 174, 52, 0.03);
    border-color: #27ae34;
    color: #27ae34;
}

    .BookDetailSection-info-type-item:hover svg path {
        fill: #27ae34;
    }

.BookDetailSection-info-type-item svg {
    flex: 0 0 12px;
    max-width: 12px;
    margin-right: 4px;
}

    .BookDetailSection-info-type-item svg path {
        transition: 0.3s ease;
    }

.BookDetailSection-info-options {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}

.BookDetailSection-info-options-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
}

    .BookDetailSection-info-options-mobile.active {
        pointer-events: unset;
    }

        .BookDetailSection-info-options-mobile.active
        .BookDetailSection-info-options-mobile-overlay {
            opacity: 1;
        }

        .BookDetailSection-info-options-mobile.active
        .BookDetailSection-info-options-mobile-main {
            transform: translateY(0);
        }

.BookDetailSection-info-options-mobile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 1, 14, 0.3);
    z-index: 1;
    opacity: 0;
    transition: 0.3s ease;
}

.BookDetailSection-info-options-mobile-title {
    background: #fff;
    padding: 10px 48px 10px 28px;
    font-size: 16px;
    font-weight: 700;
    color: #4f4f4f;
    cursor: pointer;
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}

.BookDetailSection-info-options-mobile-subtitle {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}

.BookDetailSection-info-options-mobile-main {
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: #fff;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    transition: 0.3s ease;
}

.BookDetailSection-info-options-mobile-main-header {
    background: #f8faff;
}

.BookDetailSection-info-options-mobile-main-body {
    background: #fff;
    padding: 16px;
}

.BookDetailSection-info-options-item {
    padding: 15px 12px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 8px;
}

    .BookDetailSection-info-options-item .skin-1 .num-in input {
        width: 40px;
        font-weight: 700;
    }

.BookDetailSection-info-options-item-icon {
    flex: 0 0 14px;
    max-width: 14px;
    margin-right: 6px;
}

.BookDetailSection-info-options-item-control {
    margin-right: 16px;
    min-width: 105px;
}

    .BookDetailSection-info-options-item-control .time-text {
        font-size: 14px;
    }

.BookDetailSection-info-options-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #343a40;
    margin-right: 16px;
    width: 80px;
    margin-right: 16px;
    white-space: nowrap;
}

.BookDetailSection-info-options-item-out-stock {
    font-size: 14px;
    font-weight: 700;
    color: #eb5757;
}

.BookDetailSection-info-options-item-price {
    font-weight: 800;
    font-size: 14px;
    color: #828282;
    white-space: nowrap;
    text-align: right;
}

    .BookDetailSection-info-options-item-price del {
        display: block;
        color: #d1d1d1;
        font-size: 13px;
        font-weight: 400;
    }

.BookDetailSection-info-options-item-checkbox {
    height: 18px;
    margin-left: auto;
}

    .BookDetailSection-info-options-item-checkbox input {
        -webkit-appearance: auto;
        border: 1px solid #d1d1d1;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(50, 50, 93, 0.15);
        border-radius: 3px;
        outline: 0;
        width: 18px;
        height: 18px;
        position: relative;
        cursor: pointer;
    }

        .BookDetailSection-info-options-item-checkbox input:disabled {
            cursor: not-allowed;
            box-shadow: none;
        }

        .BookDetailSection-info-options-item-checkbox input:checked::before {
            opacity: 1;
        }

        .BookDetailSection-info-options-item-checkbox input::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 3px;
            font-size: 14px;
            background: #27ae34 url(data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2218%22%20viewBox%3D%220%200%2019%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.0351562%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%223%22%20fill%3D%22%2327AE34%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.14511%209.97093L4.62511%207.3183L2.73511%209.30778L7.14511%2013.9499L15.3351%205.32883L13.4451%203.33936L7.14511%209.97093Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            opacity: 0;
        }

.BookDetailSection-voice {
    margin: 15px 0;
    padding: 16px 0;
    border-top: 1px dashed #d1d1d1;
    border-bottom: 1px dashed #d1d1d1;
}

.BookDetailSection-voice-wrapper {
    padding: 12px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

.BookDetailSection-voice-item {
    font-size: 14px;
    font-weight: 700;
    color: #007bff;
}

    .BookDetailSection-voice-item img {
        flex: 0 0 32px;
        max-width: 32px;
        margin-right: 8px;
    }

    .BookDetailSection-voice-item .btn {
        font-size: 14px;
    }

        .BookDetailSection-voice-item .btn img {
            flex: 0 0 78px;
            max-width: 78px;
            margin: 0 0 0 8px;
        }

.BookDetailSection-bonus {
    font-size: 14px;
    color: #555;
}

    .BookDetailSection-bonus svg {
        flex: 0 0 24px;
        max-width: 24px;
        margin-right: 6px;
    }

    .BookDetailSection-bonus strong {
        font-weight: 700;
        margin-right: 12px;
    }

.SeeMore {
    position: relative;
    max-height: 230px;
    overflow: hidden;
    padding: 0 4px;
}

    .SeeMore.active {
        max-height: unset !important;
    }

        .SeeMore.active .SeeMore-btn {
            position: relative;
        }

            .SeeMore.active .SeeMore-btn svg {
                transform: rotate(0);
            }

.SeeMore-btn {
    min-height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.61) 20.21%, rgba(255, 255, 255, 0.85) 33.1%, #fff 56.78% );
    cursor: pointer;
    font-size: 13px;
    color: #0065ca;
    transition: 0.3s ease;
}

    .SeeMore-btn svg {
        flex: 0 0 24px;
        max-width: 24px;
        margin-right: 8px;
        transform: rotate(180deg);
    }

.section_header {
    background: #fff;
    display: block;
}

    .section_header .header_wrap {
        height: 52px;
    }

        .section_header .header_wrap .header_button.account {
            background: 0 0;
            border-color: #d4b26b;
            color: #d4b26b;
        }

        .section_header .header_wrap .line {
            height: 25px;
            width: 1px;
            margin: 0 15px;
            background: #e0e0e0;
        }

        .section_header .header_wrap .header_info {
            margin-left: auto;
        }

            .section_header .header_wrap .header_info .header_hotline .hotline_icon {
                margin-right: 10px;
            }

            .section_header .header_wrap .header_info .header_hotline.yellow a,
            .section_header .header_wrap .header_info .header_hotline.yellow p {
                color: #d4b26b;
            }

            .section_header .header_wrap .header_info .header_hotline.blue a,
            .section_header .header_wrap .header_info .header_hotline.blue p {
                color: #72aaf3;
            }

            .section_header .header_wrap .header_info .header_hotline p {
                font-size: 11px;
                margin: 0;
            }

            .section_header .header_wrap .header_info .header_hotline a {
                font-size: 14px;
                font-weight: 600;
            }

        .section_header .header_wrap .header_button {
            position: relative;
            font-size: 12px;
            padding: 5px 10px;
            border: 1px solid transparent;
            border-radius: 5px;
            cursor: pointer;
        }

            .section_header .header_wrap .header_button svg {
                margin-right: 5px;
            }

.header_info .header_hotline {
    border-right: 1px solid #e0e0e0;
    padding-right: 10px;
    margin-right: 10px;
}

.button_notification {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(50%, -50%);
    font-size: 10px;
    z-index: 2;
    color: #fff;
    background: #eb5757;
}

.section_header .header_wrap .header_button.cart {
    background: #d4b26b;
}

    .section_header .header_wrap .header_button.cart a {
        color: #fff;
    }

.section_header .my-account {
    color: #d4b26b;
}

.section_header .header_wrap .header_button:hover .header-account_info {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header-account_info {
    position: absolute;
    width: 264px;
    height: 368px;
    background-color: #fefefe;
    top: 40px;
    right: -1px;
    border-radius: 5px;
    padding: 24px;
    z-index: 1025;
    border: 1px solid #d1d1d1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(10px);
}

    .header-account_info .info-inner {
        position: relative;
    }

        .header-account_info .info-inner::after,
        .header-account_info .info-inner::before {
            content: "";
            position: absolute;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-bottom: 8px solid #fefefe;
            content: "";
            left: 92%;
            margin-left: -20px;
            position: absolute;
            top: -32px;
        }

        .header-account_info .info-inner::after {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 9px solid;
            border-bottom-color: #d1d1d1;
            margin-left: -21px;
            top: -33px;
            z-index: -1;
        }

    .header-account_info .info-avatar {
        margin-bottom: 15px;
    }

    .header-account_info .info-avatar_img {
        margin-right: 12px;
        border: 2px solid #d4b26b;
        border-radius: 50%;
        width: 35px;
        height: 35px;
    }

    .header-account_info .info-list_item {
        padding: 12px 0;
    }

        .header-account_info .info-list_item:not(:last-child) {
            border-bottom: 1px solid #d1d1d1;
        }

    .header-account_info .info-list .item-link {
        font-size: 14px;
    }

    .header-account_info::before {
        content: "";
        position: absolute;
        height: 20px;
        width: 100%;
        top: -20px;
        left: 0;
        background-color: transparent;
    }

.section_header-mobile {
    background-color: #fff;
    display: none;
    padding: 13px 0;
}

    .section_header-mobile .header_wrap .header_logo a img {
        height: 34px;
    }

    .section_header-mobile .header_wrap .header_info {
        margin-left: auto;
    }

    .section_header-mobile .header_wrap .header_button {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d4b26b;
        border: 1px solid #d4b26b;
        transition: 0.3s ease;
        margin-left: 15px;
        position: relative;
    }

        .section_header-mobile .header_wrap .header_button svg path {
            transition: 0.3s ease;
            fill: #d4b26b;
        }

        .section_header-mobile .header_wrap .header_button:hover {
            cursor: pointer;
            background: #d4b26b;
            color: #fff;
        }

            .section_header-mobile .header_wrap .header_button:hover svg path {
                fill: #fff;
            }

.lable-subscribe {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
}

.ip-subscribe {
    height: auto;
}

.footer {
    background: #fcfcfc;
    color: #333;
    padding: 25px 0 0 0;
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
}

    .footer .footer_info {
        margin-bottom: 20px;
    }

        .footer .footer_info .footer_logo {
            color: #333;
            align-items: center;
            display: flex;
            margin-bottom: 17px;
        }

            .footer .footer_info .footer_logo .footer_logo-text {
                font-size: 16px;
                line-height: 19px;
                margin-left: 10px;
                font-weight: 700;
            }

                .footer .footer_info .footer_logo .footer_logo-text:hover {
                    color: #eed922;
                }

                .footer .footer_info .footer_logo .footer_logo-text span {
                    display: block;
                }

        .footer .footer_info .footer_content-list .content-list_item {
            margin-bottom: 10px;
            cursor: pointer;
            transition: 0.3s all;
        }

            .footer .footer_info .footer_content-list .content-list_item:hover {
                color: #eed922;
            }

            .footer .footer_info .footer_content-list .content-list_item i {
                margin-right: 8px;
            }

        .footer .footer_info .footer_tablet {
            display: none;
            margin: 30px 0;
        }

    .footer .footer_content {
        margin-bottom: 20px;
        padding-left: 3px;
    }

        .footer .footer_content a.content-title {
            display: block;
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 15px;
            padding-bottom: 7px;
            position: relative;
            color: #333;
            text-transform: uppercase;
            cursor: pointer;
        }

            .footer .footer_content a.content-title::after {
                background: #333;
                bottom: 0;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                width: 140px;
            }

        .footer .footer_content .list-sty .content-list_item {
            line-height: 22px;
            position: relative;
            list-style-type: none;
        }

            .footer .footer_content .list-sty .content-list_item:hover {
                color: #eed922;
            }

            .footer .footer_content .list-sty .content-list_item a {
                color: #333;
            }

                .footer .footer_content .list-sty .content-list_item a:hover {
                    color: #eed922;
                }

    .footer .footer_tablet {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        padding-top: 12px;
        position: relative;
    }

        .footer .footer_tablet::before {
            background: #333;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            top: -5px;
            width: 270px;
        }

        .footer .footer_tablet .tablet-follow ul {
            display: flex;
        }

            .footer .footer_tablet .tablet-follow ul li {
                background: #333;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                margin-right: 10px;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: 0.3s all;
            }

                .footer .footer_tablet .tablet-follow ul li:hover {
                    transform: translateY(-5px);
                }

                .footer .footer_tablet .tablet-follow ul li a i {
                    color: #fff;
                }

        .footer .footer_tablet .footer-bct img {
            width: 158px;
            display: inline;
        }

.footer-copyright {
    background-color: #d4b26b;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

    .footer-copyright span + span::before {
        content: " - ";
    }

.footer_logo-list {
    margin-top: 10px;
    font-size: 0;
}

    .footer_logo-list li {
        float: left;
        margin: 0 8px 8px 0;
    }

.alert-show {
    background-color: #fff;
}

.alert-modal-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000085;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

.alert-modal-content, .alert-modal-huydon, .alert-modal-thanhtoan {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000085;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

    .alert-modal-content.active {
        opacity: 1;
        visibility: visible;
        z-index: 10000;
    }

    .alert-modal-huydon.active {
        opacity: 1;
        visibility: visible;
        z-index: 10000;
    }

    .alert-modal-thanhtoan.active {
        opacity: 1;
        visibility: visible;
        z-index: 10000;
    }

    .alert-modal-content.active .alert-modal {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        transform: cale(1);
    }

    .alert-modal-huydon.active .alert-modal {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        transform: cale(1);
    }
    .alert-modal-thanhtoan.active .alert-modal {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        transform: cale(1);
    }

.alert-modal {
    pointer-events: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

    .alert-modal .alert-modal_img {
        width: 57px;
        height: 57px;
    }

.alert-confirm,
.alert-delete,
.alert-expired,
.alert-info,
.alert-noti,
.alert-successful {
    box-shadow: 0 0 32px rgba(136, 152, 170, 0.15);
    transform: scale(0.7);
    transition: all 0.3s;
    transform-origin: center;
}

.btn-alert {
    padding: 10px;
    margin: 10px;
}

.overlay-modal-alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
    cursor: pointer;
}

    .overlay-modal-alert.active {
        visibility: visible;
        opacity: 0.6;
    }

.audiobook_player-header {
    background-color: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #d1d1d1;
}

.audiobook-content_right {
    width: 100%;
    color: #333;
}

    .audiobook-content_right .chapter_title {
        text-align: center;
        padding: 10px 0;
        position: relative;
        text-transform: uppercase;
        margin: 0;
    }

        .audiobook-content_right .chapter_title::after {
            position: absolute;
            content: "";
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 5px;
            background: #d4b26b;
        }

    .audiobook-content_right .chapter_list-item:nth-child(odd) {
        background: #f8f8f8;
    }

    .audiobook-content_right .chapter_list-item {
        font-size: 14px;
        padding: 11px 0;
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        cursor: pointer;
        transition: color 0.3s;
    }

        .audiobook-content_right .chapter_list-item .item-intro {
            margin-right: 10px;
            flex-basis: 125px;
        }

        .audiobook-content_right .chapter_list-item .item-content {
            flex: 1;
        }

        .audiobook-content_right .chapter_list-item.active {
            color: #007bff;
        }

            .audiobook-content_right .chapter_list-item.active .item-order span {
                display: none;
            }

            .audiobook-content_right .chapter_list-item.active .item-order img {
                display: block;
            }

        .audiobook-content_right .chapter_list-item .item-order {
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .audiobook-content_right .chapter_list-item .item-order img {
                display: none;
            }

            .audiobook-content_right .chapter_list-item .item-order span {
                display: block;
            }

.audiobook-content_left {
    width: 100%;
    color: #333;
    margin-top: 90px;
}

    .audiobook-content_left .audiobook_images img {
        border-radius: 5px;
    }

    .audiobook-content_left .audiobook_title {
        margin: 15px 0;
        padding: 0 35px;
        text-align: center;
    }

    .audiobook-content_left .chapter-numb {
        width: 115px;
        text-align: center;
    }

    .audiobook-content_left .lyrics-running {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .audiobook-content_left .audio--player {
        margin: 30px 0 0 0;
    }

    .audiobook-content_left .audio-controls img {
        cursor: pointer;
    }

    .audiobook-content_left .main-controls img {
        display: inline-block;
        margin: 0 15px;
    }

    .audiobook-content_left .option-speeds {
        -webkit-appearance: none;
        -moz-appearance: none;
        border: none;
        outline: 0;
        padding: 0 15px;
        cursor: pointer;
    }

        .audiobook-content_left .option-speeds::-ms-expand {
            display: none;
        }

    .audiobook-content_left .play-pause-btn {
        cursor: pointer;
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #d4b26b;
        border-radius: 50%;
    }

        .audiobook-content_left .play-pause-btn .audio-play-btn {
            color: #fff;
            font-size: 18px;
            padding: 13px;
        }

    .audiobook-content_left .timebar {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }

    .audiobook-content_left .volumeBtn {
        cursor: pointer;
        font-size: 20px;
    }

    .audiobook-content_left .range-input {
        width: 70px;
        position: relative;
    }

        .audiobook-content_left .range-input input[type="range"],
        .audiobook-content_left .timebar input[type="range"] {
            width: 100%;
            border: none;
            outline: 0;
            position: absolute;
            top: 3px;
            height: 0;
            -webkit-appearance: none;
        }

            .audiobook-content_left .range-input input[type="range"]::-webkit-slider-thumb,
            .audiobook-content_left .timebar input[type="range"]::-webkit-slider-thumb {
                -webkit-appearance: none;
                width: 10px;
                height: 10px;
                margin: -3px 0 0;
                border-radius: 50%;
                background-color: #d4b26b;
                cursor: pointer;
                border: 0 !important;
            }

            .audiobook-content_left .range-input input[type="range"]::-moz-range-thumb,
            .audiobook-content_left .timebar input[type="range"]::-moz-range-thumb {
                width: 10px;
                height: 10px;
                margin: -3px 0 0;
                border-radius: 50%;
                background-color: #d4b26b;
                cursor: pointer;
                border: 0 !important;
            }

            .audiobook-content_left .range-input input[type="range"]::-ms-thumb,
            .audiobook-content_left .timebar input[type="range"]::-ms-thumb {
                width: 10px;
                height: 10px;
                margin: -3px 0 0;
                border-radius: 50%;
                background-color: #d4b26b;
                cursor: pointer;
                border: 0 !important;
            }

            .audiobook-content_left
            .range-input
            input[type="range"]::-webkit-slider-runnable-track,
            .audiobook-content_left
            .timebar
            input[type="range"]::-webkit-slider-runnable-track {
                width: 100%;
                height: 5px;
                cursor: pointer;
                background-color: #d1d1d1;
                border-radius: 3px;
            }

            .audiobook-content_left .range-input input[type="range"]::-moz-range-track,
            .audiobook-content_left .timebar input[type="range"]::-moz-range-track {
                width: 100%;
                height: 5px;
                cursor: pointer;
                background-color: #d1d1d1;
                border-radius: 3px;
            }

            .audiobook-content_left .range-input input[type="range"]::-ms-track,
            .audiobook-content_left .timebar input[type="range"]::-ms-track {
                width: 100%;
                height: 5px;
                cursor: pointer;
                background-color: #d1d1d1;
                border-radius: 3px;
            }

            .audiobook-content_left .range-input input[type="range"]:focus,
            .audiobook-content_left .timebar input[type="range"]:focus {
                background: 0 0;
                outline: 0;
            }

            .audiobook-content_left .range-input input[type="range"]::-ms-track,
            .audiobook-content_left .timebar input[type="range"]::-ms-track {
                width: 100%;
                cursor: pointer;
                background: 0 0;
                border-color: transparent;
                color: transparent;
            }

    .audiobook-content_left #range-progressBar {
        width: 100%;
        height: 4px;
        background: #d4b26b;
        border-radius: 3px;
        position: absolute;
        top: 1px;
        left: 0;
        pointer-events: none;
    }

    .audiobook-content_left #range-timeBar {
        width: 0%;
        height: 4px;
        background: #d4b26b;
        border-radius: 3px;
        position: absolute;
        top: 1px;
        left: 0;
        pointer-events: none;
    }

.custom-audio-title {
    margin: 0;
    flex: 1;
    text-align: center;
}

.audiobook_author {
    text-align: center;
    margin-bottom: 10px;
}

.content--mobile .body-13 {
    font-size: 14px;
}

.audio-time-mb {
    position: relative;
    top: 6px;
}

.audio-controls-pos {
    margin-top: 30px;
}

.main-controls-mb {
    margin-bottom: 30px;
}

.chapter--icon {
    cursor: pointer;
    margin: 0 30px;
}

.item-access .items-postion {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .item-access .items-postion .label-items {
        margin-top: 16px;
    }

.chapter_list-change {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

    .chapter_list-change.open {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        overflow: inherit;
    }

    .chapter_list-change .chapter_list-item:nth-child(odd) {
        background: #fff;
    }

    .chapter_list-change .chapter_list-item:first-child {
        border-top: none;
    }

    .chapter_list-change .chapter_list-item .item-main-content {
        flex: 1;
    }

    .chapter_list-change .chapter_list-item .item-intro {
        color: #828282;
        margin: 0;
        flex-basis: 100%;
    }

    .chapter_list-change .chapter_list-item .item-time_counter {
        font-size: 14px;
    }

    .chapter_list-change .chapter_list-item.active .item-content,
    .chapter_list-change .chapter_list-item.active .item-intro {
        color: #007bff;
    }

.section-checkout#cart-mb {
    padding-top: 0;
    background: #f2f2f2;
    padding-bottom: 20px;
}

    .section-checkout#cart-mb .content-cart {
        margin-top: 20px;
    }

    .section-checkout#cart-mb .block-576 {
        display: none;
    }

    .section-checkout#cart-mb .section-checkout_left {
        margin-left: 0;
    }

    .section-checkout#cart-mb .section-checkout_left-item .left-item_desc-price {
        display: flex;
        flex-direction: column;
    }

        .section-checkout#cart-mb
        .section-checkout_left-item
        .left-item_desc-price
        span {
            display: inline-block;
            padding: 5px 0;
        }

            .section-checkout#cart-mb
            .section-checkout_left-item
            .left-item_desc-price
            span.text-over {
                font-weight: 500;
                font-size: 16px;
                color: #bdbdbd;
                display: none;
            }

            .section-checkout#cart-mb
            .section-checkout_left-item
            .left-item_desc-price
            span
            b {
                color: #828282;
            }

    .section-checkout#cart-mb
    .section-checkout_left-item.--product-end
    .left-item_desc-price
    span.text-over {
        display: inline-block;
    }

    .section-checkout#cart-mb
    .section-checkout_left-item.--product-end
    .num-in
    .minus {
        opacity: 0.5;
    }

    .section-checkout#cart-mb
    .section-checkout_left-item.--product-end
    .num-in
    .in-num {
        opacity: 0.5;
    }

    .section-checkout#cart-mb
    .section-checkout_left-item.--product-end
    .num-in
    .plus {
        opacity: 0.5;
    }

    .section-checkout#cart-mb .num-block {
        padding: 6px 0;
    }

.num-in.hide span {
    background: #fff;
    color: #e0e0e0;
    border: 1px solid #e0e0e0;
}

    .num-in.hide span::before {
        background: #e0e0e0 !important;
    }

    .num-in.hide span::after {
        background: #e0e0e0 !important;
    }

.num-in.hide input {
    color: #e0e0e0;
}

.section-checkout_left-item .left-item_desc-item span.colorHide {
    color: #e0e0e0;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.section-checkout_left-item .left-item_delete {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-checkout_right .insert-code h4 {
    font-weight: 400;
}

.section-checkout_right .insert-code_group input {
    background: #f5f6fa;
}

.section-checkout_left-item .left-item_delete i {
    font-size: 10px;
}

.cart-none-book-dk_content {
    background-color: #fff;
    border-radius: 5px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cart-none-book-dk_content-img {
    margin-bottom: 20px;
}

.cart-none-book-dk_content-text {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 48px;
    color: #828282;
}

.cart-none-book-dk_content-btn a {
    max-width: 350px;
    padding: 13px 72px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    background-color: #445ff5;
    color: #fff;
}

.cart-none-book-mb_title {
    padding: 23px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

    .cart-none-book-mb_title a {
        color: #02010e;
        padding-right: 51px;
    }

        .cart-none-book-mb_title a i {
            font-size: 20px;
        }

    .cart-none-book-mb_title h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #333;
        margin: 0;
    }

.cart-none-book-mb_content {
    background-color: #fff;
    border-radius: 5px;
    padding-top: 72px;
    padding-bottom: 72px;
}

.cart-none-book-mb_content-img {
    margin-bottom: 20px;
}

.cart-none-book-mb_content-text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #828282;
    margin-bottom: 58px;
}

.cart-none-book-mb_content-btn a {
    background-color: #445ff5;
    color: #fff;
    padding: 13px 72px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.category_section_textbooks .topic-headding .topic-box {
    margin-left: -15px !important;
}

    .category_section_textbooks .topic-headding .topic-box .box_item {
        margin-left: 17px !important;
    }

.category_wrapper .category_wrapper-right .wrapper_right-topic {
    margin-top: 6px;
}

.category_wrapper .category_wrapper-right .wrapper_right {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
}

    .category_wrapper .category_wrapper-right .wrapper_right .headding {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #333;
    }

.category_wrapper .category_wrapper-typicals {
    padding-bottom: 113px;
}

.category_wrapper .wrapper_pagination {
    padding-top: 17px;
    padding-bottom: 35px;
}

.icon_show {
    padding: 11px;
}

.change_password-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 35px 1px 35px;
}

    .change_password-content .content_heading {
        padding-bottom: 15px;
        font-size: 24px;
        border-bottom: 1px solid #e1e1e1;
    }

    .change_password-content .form-group {
        margin-bottom: 24px;
    }

        .change_password-content .form-group .form-input {
            display: flex;
            width: 100%;
            height: 44px;
            border: 1px solid #d1d1d1;
            border-radius: 5px;
        }

            .change_password-content .form-group .form-input .form-control {
                height: 42px;
                box-sizing: border-box;
                border-radius: 5px;
                border: none;
            }

            .change_password-content .form-group .form-input i {
                margin-top: auto;
                margin-bottom: auto;
                margin-right: 5px;
            }

        .change_password-content .form-group label {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            width: 220px;
            color: #91909a;
        }

        .change_password-content .form-group input:not([value=""]) {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #02010e;
        }

        .change_password-content .form-group input:focus {
            outline: 0;
        }

        .change_password-content .form-group button {
            background: #d4b26b;
            border: 1px solid #fff;
        }

#checkout-mb-info {
    margin-top: 15px;
    margin-bottom: 34px;
}

    #checkout-mb-info .section-checkout_left .payment-group {
        flex-wrap: wrap;
    }

        #checkout-mb-info .section-checkout_left .payment-group .paymentMethod.vnpay {
            margin: 0;
        }

    #checkout-mb-info .section-checkout_right .desc-btn .desc a {
        font-weight: 700;
    }

    #checkout-mb-info .payment-group.confirm-code {
        padding-bottom: 16px;
        border-bottom: 1px dashed #e1d6bf;
    }

        #checkout-mb-info .payment-group.confirm-code .paymentMethod .method {
            border: none;
        }

    #checkout-mb-info
    .section-checkout_right-item.section-checkout_right-item--money.confirm-code {
        border: none;
    }

        #checkout-mb-info
        .section-checkout_right-item.section-checkout_right-item--money.confirm-code
        b {
            font-weight: 500;
            font-size: 18px;
            line-height: 21px;
            color: #333;
        }

    #checkout-mb-info .btn-pay {
        margin-top: 29px;
        margin-bottom: 40px;
    }

    #checkout-mb-info .section-checkout_left .info-user ul li {
        display: flex;
        align-items: flex-start;
    }

        #checkout-mb-info .section-checkout_left .info-user ul li img {
            margin-right: 15px;
        }

        #checkout-mb-info .section-checkout_left .info-user ul li span {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #333;
        }

    #checkout-mb-info .section-checkout_left .payment-group .paymentMethod {
        max-width: 100%;
        flex-basis: 100%;
    }

        #checkout-mb-info
        .section-checkout_left
        .payment-group
        .paymentMethod
        .method
        .icon {
            margin-top: 0;
            margin-bottom: 0;
        }

        #checkout-mb-info
        .section-checkout_left
        .payment-group
        .paymentMethod
        .method
        .text {
            text-align: left;
        }

    #checkout-mb-info .section-checkout_content {
        background: 0 0;
    }

    #checkout-mb-info .section-checkout_right-content {
        background: #fff;
    }

.btn-pay {
    margin: auto;
    width: 188px;
    padding: 13px;
    border-radius: 5px;
    background: #eb5757;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    color: #fff;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 30px;
    font-size: 17px;
    background: #0db14b;
    border-radius: 5px;
    z-index: 999;
    padding: 15px;
    display: flex;
    transform: translateX(-50%);
}

    #snackbar i {
        font-size: 30px;
        vertical-align: middle;
        padding-right: 27px;
    }

    #snackbar span {
        font-weight: 400;
        font-size: 17px;
    }

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

.section-checkout {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .section-checkout .pdl-9 {
        padding-left: 9px;
    }

    .section-checkout .form-phone-email {
        display: flex;
        padding: 0 15px;
        width: 100%;
    }

        .section-checkout .form-phone-email .form-phone {
            width: 208px;
            padding-right: 15px;
        }

        .section-checkout .form-phone-email .form-email {
            flex: 1;
        }

    .section-checkout .title {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #333;
        margin-bottom: 26px;
    }

.section-checkout_content .border-right-1px {
    border-right: 1px solid #d1d1d1;
}

.section-checkout_left {
    background: #fff;
    padding: 15px 20px;
}

.checkout_mb-1 .section-checkout_left {
    padding: 0;
}

    .checkout_mb-1 .section-checkout_left .info {
        border: 1px solid #e1e1e1;
        padding: 10px 10px 3px;
        border-radius: 4px;
        background: #f6f6f6;
    }

.section-checkout_left-item {
    padding: 23px 0;
    padding-right: 30px;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    display: flex;
}

    .section-checkout_left-item:last-child {
        border-bottom: 0;
    }

    .section-checkout_left-item .left-item_img {
        border-radius: 5px;
        position: relative;
        width: 110px;
        margin-right: 20px;
        min-width: 110px;
    }

        .section-checkout_left-item .left-item_img span {
            position: absolute;
            font-size: 13px;
            line-height: 20px;
            color: #fff;
            padding: 0 9px;
            background: #27ae34;
            border-radius: 5px;
            top: 10px;
            right: -15px;
        }

    .section-checkout_left-item .left-item_desc h4 {
        margin: 0;
        padding-right: 20px;
    }

        .section-checkout_left-item .left-item_desc h4 a {
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            color: #333;
        }

    .section-checkout_left-item .left-item_desc-price {
        margin-bottom: 15px;
    }

        .section-checkout_left-item .left-item_desc-price span {
            font-size: 14px;
            line-height: 16px;
            color: #828282;
        }

            .section-checkout_left-item .left-item_desc-price span b {
                font-weight: 700;
                font-size: 16px;
                line-height: 19px;
                color: #828282;
                padding-right: 4px;
            }

    .section-checkout_left-item .left-item_desc-item {
        display: flex;
        margin: 7px 0;
        align-items: center;
    }

        .section-checkout_left-item .left-item_desc-item span.color-33 {
            width: 105px;
        }

        .section-checkout_left-item .left-item_desc-item b {
            font-size: 18px;
            line-height: 21px;
            color: #c45353;
        }

        .section-checkout_left-item .left-item_desc-item .time {
            width: 158px;
        }

            .section-checkout_left-item .left-item_desc-item .time .time-text {
                width: 100%;
                height: 100%;
                font-size: 16px;
                line-height: 19px;
                color: #333;
                border: none;
                cursor: pointer;
                margin: 0;
                display: flex;
                align-items: center;
                white-space: nowrap;
            }

        .section-checkout_left-item .left-item_desc-item.over span {
            color: #91909a;
        }

        .section-checkout_left-item .left-item_desc-item.over .num-in span {
            background: #fff;
            color: #e0e0e0;
            border: 1px solid #e0e0e0;
        }

            .section-checkout_left-item .left-item_desc-item.over .num-in span::before {
                background: #e0e0e0;
            }

            .section-checkout_left-item .left-item_desc-item.over .num-in span::after {
                background: #e0e0e0;
            }

        .section-checkout_left-item .left-item_desc-item.over .num-in input {
            color: #e0e0e0;
        }

    .section-checkout_left-item .left-item_delete {
        position: absolute;
        right: 0;
        top: 23px;
        width: 28px;
        height: 28px;
        background: #f5f6fa;
        border: 1px solid #e0e0e0;
        box-sizing: border-box;
        border-radius: 5px;
    }

        .section-checkout_left-item .left-item_delete:hover {
            background: #f2c94c;
        }

            .section-checkout_left-item .left-item_delete:hover i {
                color: #fff;
            }

        .section-checkout_left-item .left-item_delete i {
            font-size: 14px;
            color: #444;
        }

    .section-checkout_left-item.--product-end .num-in .minus {
        opacity: 0.5;
    }

    .section-checkout_left-item.--product-end .num-in .in-num {
        opacity: 0.5;
    }

    .section-checkout_left-item.--product-end .num-in .plus {
        opacity: 0.5;
    }

    .section-checkout_left-item .num-block {
        padding-left: 15px;
    }

.section-checkout_left .payment {
    margin-bottom: 25px;
}

.section-checkout_left .payment-group {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

    .section-checkout_left .payment-group .paymentMethod {
        position: relative;
        max-width: calc(100% / 4);
        flex-basis: calc(100% / 4);
        border: 1px solid transparent;
        margin: 0;
    }

        .section-checkout_left .payment-group .paymentMethod.vnpay {
            margin: 0;
        }

        .section-checkout_left .payment-group .paymentMethod:hover {
            border: 1px solid #d1d1d1;
            border-radius: 5px;
        }

        .section-checkout_left .payment-group .paymentMethod input {
            position: absolute;
            z-index: -1;
            opacity: 0;
        }

            .section-checkout_left .payment-group .paymentMethod input:checked + .tag {
                opacity: 1;
                visibility: visible;
            }

        .section-checkout_left .payment-group .paymentMethod .method {
            padding: 8px 10px;
            text-align: center;
            min-height: 200px;
            box-sizing: border-box;
            border-radius: 5px;
            background: #fff;
            height: 100%;
            cursor: pointer;
        }

            .section-checkout_left .payment-group .paymentMethod .method.active {
                border: 1px solid #d1d1d1;
            }

                .section-checkout_left .payment-group .paymentMethod .method.active .tag {
                    opacity: 1;
                    visibility: visible;
                }

            .section-checkout_left .payment-group .paymentMethod .method .icon {
                margin-bottom: 14px;
            }

            .section-checkout_left .payment-group .paymentMethod .method h4 {
                font-weight: 700;
                font-size: 14px;
                line-height: 19px;
                color: #333;
                display: block;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .section-checkout_left .payment-group .paymentMethod .method span {
                display: flex;
                flex-direction: column;
                font-size: 14px;
                line-height: 18px;
                color: #828282;
            }

            .section-checkout_left .payment-group .paymentMethod .method .tag {
                position: absolute;
                top: -12px;
                right: -16px;
                width: 36px;
                height: 36px;
                border-radius: 50%;
                background: #27ae34;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 16px;
                z-index: 1;
                opacity: 0;
                visibility: hidden;
            }

.section-checkout_left .info .title {
    border-bottom: 1px solid #e1d6bf;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1d6bf;
}

.section-checkout_left .info .form-group {
    font-family: Inter, sans-serif;
}

    .section-checkout_left .info .form-group label {
        font-size: 14px;
        line-height: 16px;
        color: #91909a;
        display: inline-block;
        margin-bottom: 10px;
    }

    .section-checkout_left .info .form-group .input-group {
        position: relative;
    }

        .section-checkout_left .info .form-group .input-group span.form-icon {
            position: absolute;
            left: 0;
            top: 0;
            width: 48px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            z-index: 1;
        }

            .section-checkout_left .info .form-group .input-group span.form-icon i {
                color: #91909a;
            }

            .section-checkout_left .info .form-group .input-group span.form-icon::after {
                content: "";
                position: absolute;
                left: 46px;
                width: 0.5px;
                background: #e1d6bf;
                height: 72%;
                top: 50%;
                transform: translateY(-50%);
            }

        .section-checkout_left .info .form-group .input-group .hover-input {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #4f4f4f;
        }

            .section-checkout_left
            .info
            .form-group
            .input-group
            .hover-input::-webkit-input-placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 16px;
                color: #4f4f4f;
            }

            .section-checkout_left
            .info
            .form-group
            .input-group
            .hover-input::-moz-placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 16px;
                color: #4f4f4f;
            }

            .section-checkout_left
            .info
            .form-group
            .input-group
            .hover-input:-ms-input-placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 16px;
                color: #4f4f4f;
            }

            .section-checkout_left
            .info
            .form-group
            .input-group
            .hover-input::-ms-input-placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 16px;
                color: #4f4f4f;
            }

            .section-checkout_left
            .info
            .form-group
            .input-group
            .hover-input::placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 16px;
                color: #4f4f4f;
            }

        .section-checkout_left
        .info
        .form-group
        .input-group
        textarea::-webkit-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #4f4f4f;
        }

        .section-checkout_left
        .info
        .form-group
        .input-group
        textarea::-moz-placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #4f4f4f;
        }

        .section-checkout_left
        .info
        .form-group
        .input-group
        textarea:-ms-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #4f4f4f;
        }

        .section-checkout_left
        .info
        .form-group
        .input-group
        textarea::-ms-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #4f4f4f;
        }

        .section-checkout_left .info .form-group .input-group textarea::placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #4f4f4f;
        }

        .section-checkout_left .info .form-group .input-group .form-control {
            border: 1px solid #e1d6bf;
            box-sizing: border-box;
            border-radius: 5px;
            width: 100%;
            height: 40px;
            outline: 0;
            padding-left: 60px;
            text-align: left;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            color: #02010e;
        }

        .section-checkout_left .info .form-group .input-group .form-area {
            position: relative;
        }

        .section-checkout_left .info .form-group .input-group .form-area_icon {
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 8px;
            background: #fff;
            z-index: 99;
            margin: 2px;
        }

        .section-checkout_left .info .form-group .input-group textarea {
            height: 200px;
            width: 100%;
            padding: 15px;
            font-weight: 500 !important;
            font-size: 16px;
            line-height: 19px;
            color: #02010e;
            border: 1px solid #e1d6bf;
            box-sizing: border-box;
            border-radius: 5px;
            outline: 0;
            color: #02010e !important;
        }

        .section-checkout_left .info .form-group .input-group .dropdow-adress {
            background: #fff;
            padding-right: 20px;
            padding-left: 45px;
        }

            .section-checkout_left .info .form-group .input-group .dropdow-adress select {
                font-size: 15px;
                border: none;
                width: 100%;
                outline: 0;
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none;
                color: #4f4f4f;
                padding: 0 13.5px;
                height: 100%;
                background: #fff;
            }

.section-checkout_left .info-user .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1d6bf;
}

    .section-checkout_left .info-user .title a {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        color: #2f80ed;
        display: inline-block;
        padding: 7px;
        border: 1px solid #d1d1d1;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
        margin: 10px 0;
    }

        .section-checkout_left .info-user .title a:hover {
            background: #d4b26b;
            color: #fff;
        }

.section-checkout_left .info-user ul li {
    padding: 15px;
}

    .section-checkout_left .info-user ul li span {
        color: #333;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-align: left;
    }

        .section-checkout_left .info-user ul li span i {
            color: #91909a;
            margin-right: 28px;
        }

        .section-checkout_left .info-user ul li span img {
            margin-right: 15px;
            display: block;
        }

.section-checkout_right {
    border-radius: 5px;
}

.section-checkout_right-content {
    background: #f8f8f8;
    border-radius: 5px;
}

.section-checkout_right-item {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-checkout_right-item--money {
    padding: 15px 0;
    border-top: 1px dashed #e1d6bf;
    border-bottom: 1px dashed #e1d6bf;
}

.section-checkout_right-item b {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
}

.section-checkout_right-item span {
    font-size: 18px;
    line-height: 21px;
    color: #333;
}

    .section-checkout_right-item span.code {
        font-size: 18px;
        line-height: 23px;
    }

    .section-checkout_right-item span.discount {
        color: #27ae34;
    }

    .section-checkout_right-item span.money {
        color: #eb5757;
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
    }

.section-checkout_right .insert-code h4 {
    padding: 15px 0;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    margin: 0;
}

.section-checkout_right .insert-code_group input {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 1;
    color: #828282;
    height: 42px;
    outline: 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.section-checkout_right .insert-code_group button {
    height: 42px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border: none;
    background: #27ae34;
    width: 100%;
    border-radius: 5px;
}

    .section-checkout_right .insert-code_group button:hover {
        background: #10801b;
    }

.section-checkout_right .btn-pay {
    margin: auto;
    width: 218px;
    padding: 20px;
    border-radius: 5px;
    background: #eb5757;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .section-checkout_right .btn-pay:hover {
        background: #b92626;
    }

.section-checkout_right .desc-btn {
    padding: 29px 0;
}

    .section-checkout_right .desc-btn .desc {
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px;
        color: #91909a;
    }

        .section-checkout_right .desc-btn .desc a {
            color: #4953ed;
        }

    .section-checkout_right .desc-btn .btn-pay {
        padding: 13px 42px;
        border: none;
    }

.section-checkout .color-33 {
    font-size: 16px;
    line-height: 19px;
    color: #333;
}

.skin-1 .num-in {
    display: flex;
}

    .skin-1 .num-in span {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #f5f6fa;
        color: #91909a;
        text-align: center;
        position: relative;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid #e0e0e0;
    }

    .skin-1 .num-in input {
        width: 64px;
        height: 32px;
        border: none;
        border-radius: 5px;
        color: #333;
        text-align: center;
        padding: 0;
    }

    .skin-1 .num-in span.minus:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 2px;
        background-color: #333;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .skin-1 .num-in span.plus:after,
    .skin-1 .num-in span.plus:before {
        content: "";
        position: absolute;
        right: 0;
        width: 10px;
        height: 2px;
        background-color: #333;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .skin-1 .num-in span.plus:after {
        transform: translateX(-50%) translateY(-50%) rotate(90deg);
    }

.click-show-dropdow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
    background: #f5f6fa;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 3px;
    height: 32px;
    cursor: pointer;
}

    .click-show-dropdow .dropdow {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #4f4f4f;
        border-radius: 5px;
        overflow: hidden;
        max-height: 0;
        display: flex;
        flex-direction: column;
        transition: all 0.1s 0s ease-in-out;
        z-index: 100;
    }

        .click-show-dropdow .dropdow.active {
            max-height: 100vh;
        }

        .click-show-dropdow .dropdow li {
            font-size: 16px;
            line-height: 19px;
            color: #fff;
            padding: 6px;
            position: relative;
            padding-left: 25px;
            cursor: pointer;
            z-index: 2;
        }

            .click-show-dropdow .dropdow li i {
                font-size: 12px;
                padding-right: 5px;
                position: absolute;
                left: 10px;
                top: 10px;
                opacity: 0;
            }

            .click-show-dropdow .dropdow li:hover i {
                display: inline-block;
            }

textarea::-webkit-input-placeholder {
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #4f4f4f;
}

textarea::-moz-placeholder {
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #4f4f4f;
}

textarea:-ms-input-placeholder {
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #4f4f4f;
}

textarea::-ms-input-placeholder {
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #4f4f4f;
}

textarea::placeholder {
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #4f4f4f;
}

.hover-input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f;
}

.hover-input::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f;
}

.hover-input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f;
}

.hover-input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f;
}

.hover-input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f;
}

.form_title-forget {
    padding: 0 25px;
}

    .form_title-forget h4 {
        font-size: 18px;
        font-weight: 400;
        color: #02010e;
        line-height: 21px;
    }

    .form_title-forget span {
        color: #4953ed;
    }

.form_forget .input_forget {
    margin-bottom: 24px !important;
}

.home_page .banner_section {
    padding: 1px 0;
    background: #d4b880;
}

.home_page .book-box_section {
    margin-top: 10px;
}

.home_page .new-box_section {
    margin-top: 5px;
}

.home_page .partner-box_section {
    background: #f8f8f8;
}

.home_page .author-box_section {
    background: #fff;
}

.home_page .topic-box_section {
    margin-top: 15px;
}

.info-partner-page {
    padding-top: 20px;
}

    .info-partner-page .detail_wrapper-right .wrapper_right {
        background-color: #fff;
        padding: 25px 31px 25px 31px;
        border-radius: 5px;
    }

        .info-partner-page .detail_wrapper-right .wrapper_right .headding {
            font-size: 24px;
            color: #333;
        }

    .info-partner-page .wrapper_pagination {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .info-partner-page .detail_wrapper-right,
    .info-partner-page .main_left {
        margin-top: 20px;
    }

.list_category-wrapper-mb {
    background: #f2f2f2;
}

    .list_category-wrapper-mb .list_category-topic-section {
        margin-top: 29px;
        margin-bottom: 29px;
    }

.list_category-wrapper .category_wrapper-typical {
    overflow: hidden;
}

.list_category-wrapper .category_wrapper-left {
    padding-top: 20px;
}

.list_category-wrapper .category_wrapper-right .wrapper_right-topic {
    padding-top: 20px;
}

.list_category-wrapper .category_wrapper-right .wrapper_right {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    margin-top: 2px;
}

.list_category-wrapper .wrapper_pagination {
    padding-top: 16px;
}

.listpartner_content-main {
    margin-top: 28px;
}

    .listpartner_content-main .btn_filter {
        display: flex;
        display: none;
        justify-content: center;
        align-items: center;
        width: 68px;
        height: 30px;
        background-color: #d4b26b;
        border-radius: 3px;
        z-index: 100;
        cursor: pointer;
    }

        .listpartner_content-main .btn_filter h6 {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            padding-left: 2px;
            padding-top: 7px;
        }

    .listpartner_content-main .row .col-lg-4.col-md-6.col-6 {
        padding-left: 14px;
        padding-right: 14px;
    }

.listpartner_content .main_right {
    margin-left: -12px;
}

    .listpartner_content .main_right .partner {
        padding: 8px 0 20px;
    }

.listpartner .component_pagination {
    margin-bottom: 28px;
}

.login_mb {
    padding: 25px;
    background-color: #fff;
    margin: 32px 20px;
    border-radius: 5px;
}

    .login_mb .login_mb-title {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(209, 209, 209, 0.5);
    }

        .login_mb .login_mb-title h3 {
            font-weight: 500;
            font-size: 24px;
            line-height: 37.5px;
            margin-bottom: 0;
        }

        .login_mb .login_mb-title a {
            font-size: 16px;
            font-weight: 700;
            line-height: 18.75px;
            color: #d4b26b;
        }

.login_mb-form {
    width: 100%;
    margin-top: 24px;
}

.login_mb form .mb_form-password {
    margin-top: 17px;
    margin-bottom: 24px;
}

    .login_mb form .mb_form-password .form_showPassword {
        width: 100%;
    }

.login_mb form .mb_form-gmail,
.login_mb form .mb_form-password {
    background-color: #f5f6fa;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    padding: 13px;
    width: 100%;
    border-radius: 5px;
}

    .login_mb form .mb_form-gmail input,
    .login_mb form .mb_form-password input {
        border: none;
        outline: 0;
        width: 100%;
        background-color: inherit;
        padding-left: 13.5px;
    }

    .login_mb form .mb_form-gmail .icon-border,
    .login_mb form .mb_form-password .icon-border {
        padding-right: 13px;
        border-right: 1px solid #d1d1d1;
    }

.login_mb .login_mb-btn {
    width: 100%;
}

    .login_mb .login_mb-btn button.mb_btn-btn {
        font-size: 18px;
        font-weight: 500;
        line-height: 21.09px;
        color: #fff;
        background-color: #d4b26b;
        padding: 10px 73px;
        border: none;
        border-radius: 5px;
        width: 100%;
        height: 48px;
    }

.login_mb .login_mb-forget {
    padding-top: 20px;
    padding-bottom: 28px;
    color: #2f80ed;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    width: 100%;
}

.login_mb .login_mb-other {
    width: 100%;
}

    .login_mb .login_mb-other .other_select-oval {
        width: 48px;
        height: 48px;
        border-radius: 100%;
        border: 1px solid #c1c0c8;
    }

        .login_mb .login_mb-other .other_select-oval .f {
            color: #fff;
            font-size: 32px;
            font-weight: 600;
        }

        .login_mb .login_mb-other .other_select-oval.oval-second {
            margin: 0 24px;
            background-color: #3c5a99;
        }

        .login_mb .login_mb-other .other_select-oval.oval-third {
            background-color: #02010e;
        }

.login_mb-other span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #91909a;
    padding-bottom: 10px;
}

.login-wrap .login-fix {
    padding: 0 28px;
}

.login-wrap .login {
    background-color: #fff;
    padding: 48px 68px;
    border-radius: 5px;
    margin-bottom: 28px;
}

.login-wrap .login_email {
    padding-right: 66px;
    position: relative;
}

  /*  .login-wrap .login_email::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: #e0e0e0;
        right: 12px;
    }
*/
.login-wrap .login_email-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

    .login-wrap .login_email-heading h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 21.09px;
        color: #02010e;
        margin: 0;
    }

    .login-wrap .login_email-heading a {
        font-size: 18px;
        font-weight: 500;
        line-height: 21.09px;
        color: #d4b26b;
    }

.login-wrap .login_email form input {
    width: 100%;
    margin-bottom: 16px;
    background-color: #e9f0fd;
    border-radius: 5px;
    padding: 12px 27px;
    outline: 0;
    border: 1px solid #d8d8d8;
}

.login-wrap .login_email form ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #999;
}

.login-wrap .login_email form ::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #999;
}

.login-wrap .login_email form :-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #999;
}

.login-wrap .login_email form ::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #999;
}

.login-wrap .login_email form ::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #999;
}

.login-wrap .login_email form .form_showPassword {
    margin-bottom: 16px;
    position: relative;
}

    .login-wrap .login_email form .form_showPassword input {
        margin-bottom: 0;
    }

.login-wrap .login_email form .form_showPassword-icon {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 46px;
    height: 100%;
    cursor: pointer;
}

.login-wrap .login_email-btn {
    width: 100%;
    border-radius: 5px;
    background-color: #d4b26b;
    outline: 0;
    border: none;
    padding: 10px;
    margin-bottom: 5px;
}

    .login-wrap .login_email-btn span {
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }

.login_email-forget {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: right;
}

.login-signup {
    font-size: 15px;
}

.login_social {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 45px;
    padding-right: 0;
}

    .login_social .login_social-btn {
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        outline: 0;
        border: none;
        color: #fff;
        display: flex;
        justify-content: center;
    }

        .login_social .login_social-btn span {
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            margin-left: 10px;
            margin-top: 2px;
            color: #fff;
        }

    .login_social .btn_google {
        background-color: #e02020;
    }

    .login_social .btn_facebook {
        background-color: #3c5a99;
    }

    .login_social .btn_microsoft {
        background-color: #0067b8;
    }

.list_book-mobile .typical_book .box {
    padding-top: 15px !important;
}

.my-account-mb-main_content {
    width: 100%;
    margin-bottom: 16px;
}

.my-account-mb-main_user {
    background-color: #fff;
    width: 100%;
    padding: 24px;
    margin-bottom: 16px;
}

.sidebar_user-avatar {
    margin-right: 5px;
}

    .sidebar_user-avatar .user_photo {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        border: 2px solid #d4b26b;
    }

    .sidebar_user-avatar .user_text {
        position: absolute;
        padding-left: 15px;
        padding-top: 13px;
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 21px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

.my-account-mb-main_user .sidebar_user-full_name {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333;
}

.my-account-mb-main_user .sidebar_money .money {
    height: 80px;
    border-top: 1px solid #d1d1d1;
    margin-top: 15px;
}

.my-account-mb-main_user .sidebar_money .money_heading {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin-top: 13px;
    margin-bottom: 13px;
}

.my-account-mb-main_user .sidebar_money .money button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 6px 12px;
    color: #fff;
}

    .my-account-mb-main_user .sidebar_money .money button.btn-primary {
        background-color: #445ff5;
    }

.my-account-mb-main_user .sidebar_money .money .display_text {
    color: #cd0000;
    margin-left: 16px;
    font-weight: 500;
}

.my-account-mb-main_user
.sidebar_money
.money_real
.money_display
.btn-primary {
    background-color: #445ff5;
}

.my-account-mb-main_dashboard {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .my-account-mb-main_dashboard i {
        color: #fff;
    }

    .my-account-mb-main_dashboard .col-4 {
        border: 1px solid #f9fafc;
    }

    .my-account-mb-main_dashboard .dashboard_box {
        padding: 24px 15px;
    }

    .my-account-mb-main_dashboard .dashboard_box-img {
        position: relative;
        display: flex;
        background: #d4b26b;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
        margin: 0 auto 11px;
        width: 36px;
        height: 36px;
    }

        .my-account-mb-main_dashboard .dashboard_box-img .img_badge {
            position: absolute;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            border: 2px solid #fff;
            background-color: #445ff5;
            top: 0;
            right: 0;
            transform: translate(50%, -50%);
            display: flex;
            justify-content: center;
        }

        .my-account-mb-main_dashboard .dashboard_box-img .img_badge-number {
            font-style: normal;
            font-weight: 700;
            font-size: 10px;
            line-height: 14px;
            display: flex;
            align-items: center;
            color: #fff;
        }

    .my-account-mb-main_dashboard .dashboard_box-heading {
        font-family: Inter;
    }

.my-account-mb-main p {
    margin-bottom: 0;
}

.my_account-mobile p.text-indent {
    padding-left: 10px;
}

.my_account-mobile .account_mobile-reading {
    padding: 16px 20px 4px 20px;
}

.my_account-mobile .account_mobile-book .list_book-mb .list_book-title {
    border-bottom: none;
    padding: 20px 0 17px 0;
    border-bottom: 1px solid #e1d6bf;
}

.my_account-mobile .account_mobile-book .list_book-mb .book_content-img span {
    display: none;
}

.my-account .pl-13 {
    padding-left: 13px;
}

.my-account .my-account-content {
    padding-left: 13px;
    background-color: #fff;
    border-radius: 5px;
    padding: 65px 35px;
}

    .my-account .my-account-content .content_heading {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .my-account .my-account-content .form-group {
        margin-bottom: 24px;
    }

        .my-account .my-account-content .form-group .form-input {
            display: flex;
            width: 100%;
            height: 44px;
            border: 1px solid #d1d1d1;
            border-radius: 5px;
        }

            .my-account .my-account-content .form-group .form-input .form-control {
                width: 86%;
                height: 42px;
                box-sizing: border-box;
                border-radius: 5px;
                border: none;
            }

            .my-account .my-account-content .form-group .form-input img {
                position: absolute;
                padding: 11px;
                text-align: center;
                right: 85px;
            }

        .my-account .my-account-content .form-group label {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            width: 220px;
            color: #91909a;
        }

        .my-account .my-account-content .form-group input:not([value=""]) {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #02010e;
        }

        .my-account .my-account-content .form-group input:focus {
            outline: 0;
        }

        .my-account .my-account-content .form-group button {
            background: #d4b26b;
            border: 1px solid #fff;
            margin-left: 168px;
        }

.partner_detail-wrapper {
    padding-top: 20px;
}

    .partner_detail-wrapper .detail_wrapper-right .wrapper_right {
        background-color: #fff;
        padding: 25px 31px 25px 31px;
        border-radius: 5px;
    }

    .partner_detail-wrapper .wrapper_pagination {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .partner_detail-wrapper .detail_wrapper-right,
    .partner_detail-wrapper .main_left {
        margin-top: 20px;
    }

.password_reset_page .password_reset_page_wrap {
    margin: 0 0 20px;
    background: #fff;
    border-radius: 5px;
    padding: 25px 65px;
}

    .password_reset_page .password_reset_page_wrap .title {
        font-size: 24px;
        color: #4f4f4f;
        margin-bottom: 60px;
    }

    .password_reset_page .password_reset_page_wrap form {
        width: 520px;
        margin: 0 auto;
    }

        .password_reset_page .password_reset_page_wrap form button,
        .password_reset_page .password_reset_page_wrap form input {
            width: 100%;
            outline: 0;
            border: none;
            background: 0 0;
            text-align: center;
            height: 44px;
            border-radius: 5px;
            font-size: 16px;
        }

        .password_reset_page .password_reset_page_wrap form input {
            border: 1px solid #e1d6bf;
            margin: 25px 0;
        }

            .password_reset_page
            .password_reset_page_wrap
            form
            input::-webkit-input-placeholder {
                color: #828282;
            }

            .password_reset_page .password_reset_page_wrap form input::-moz-placeholder {
                color: #828282;
            }

            .password_reset_page
            .password_reset_page_wrap
            form
            input:-ms-input-placeholder {
                color: #828282;
            }

            .password_reset_page
            .password_reset_page_wrap
            form
            input::-ms-input-placeholder {
                color: #828282;
            }

            .password_reset_page .password_reset_page_wrap form input::placeholder {
                color: #828282;
            }

        .password_reset_page .password_reset_page_wrap form button {
            align-items: center;
            background: #d4b26b;
            color: #fff;
            margin-bottom: 25px;
        }

    .password_reset_page .password_reset_page_wrap p {
        font-size: 18px;
        color: #91909a;
        margin-bottom: 0;
    }

        .password_reset_page .password_reset_page_wrap p span {
            color: #2f80ed;
        }

.password_reset_page .password_notification .notify_item {
    margin-bottom: 20px;
    height: 50px;
    font-size: 17px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

    .password_reset_page .password_notification .notify_item svg {
        flex: 0 0 32px;
        height: 32px;
        margin-right: 10px;
    }

    .password_reset_page .password_notification .notify_item.notify_error {
        background: #eb5757;
    }

    .password_reset_page .password_notification .notify_item.notify_success {
        background: #27ae34;
    }

.recent-books {
    margin-bottom: 3px;
}

    .recent-books .recent_content .recent_book {
        background-color: #fff;
        border-radius: 5px;
        padding: 30px;
    }

    .recent-books .recent_content .recent_book-heading {
        margin-bottom: 16px;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 28.13px;
        color: #333;
    }

    .recent-books
    .recent_content
    .recent_book-content
    .recent_book-content-detail-img
    img {
        width: 100%;
        height: auto;
    }

    .recent-books .recent_content .recent_book-content .content_img {
        border-radius: 8px;
        padding-left: 100px;
        padding-bottom: 20px;
        height: 252px;
    }

    .recent-books .recent_content .recent_book-content .content_description {
        margin-left: -6px;
    }

    .recent-books
    .recent_content
    .recent_book-content
    .content_description-heading {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        color: #555;
    }

    .recent-books
    .recent_content
    .recent_book-content
    .content_description-subheading
    img {
        margin-right: 7px;
    }

    .recent-books
    .recent_content
    .recent_book-content
    .content_description-subheading
    p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 34px;
        display: flex;
        align-items: center;
        color: #555;
    }

    .recent-books
    .recent_content
    .recent_book-content
    .content_description-subheading
    a {
        margin-left: 13px;
        margin-right: 13px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 34px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #2f80ed;
    }

    .recent-books
    .recent_content
    .recent_book-content
    .content_description-subheading
    .subheading_time
    a {
        margin-left: 6px;
        margin-right: 6px;
    }

    .recent-books .recent_content .recent_book-content .content_description-button {
        display: flex;
        padding: 0 23px 10px 0;
    }

        .recent-books
        .recent_content
        .recent_book-content
        .content_description-button
        a {
            border-radius: 5px;
            border-color: #fff;
            flex: none;
            order: 0;
            flex-grow: 0;
            margin: 9.5px 0;
            margin-right: 9.5px;
        }

            .recent-books
            .recent_content
            .recent_book-content
            .content_description-button
            a
            img {
                display: none;
            }

        .recent-books
        .recent_content
        .recent_book-content
        .content_description-button
        .blue {
            background-color: #445ff5;
        }

        .recent-books
        .recent_content
        .recent_book-content
        .content_description-button
        .green {
            background-color: #27ae34;
        }

    .recent-books .recent_content .wrapper_pagination {
        margin-top: 24px;
    }

    .recent-books p {
        margin-bottom: 0;
    }

.mx-purchase {
    margin-top: 20px;
    margin-bottom: 30px;
}

.register-wrap {
    padding: 0 0 28px 0;
}

    .register-wrap .register-fix {
        padding: 0 28px;
    }

    .register-wrap .register {
        background-color: #fff;
        padding: 45px;
        border-radius: 5px;
    }

    .register-wrap .register_email {
        padding-right: 45px;
        position: relative;
    }

        .register-wrap .register_email::before {
            content: "";
            position: absolute;
            height: 86%;
            width: 1px;
            background-color: #e0e0e0;
            right: 0;
        }

    .register-wrap .register_email-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 27px;
    }

        .register-wrap .register_email-heading h3 {
            font-size: 18px;
            font-weight: 500;
            line-height: 21.09px;
            color: #02010e;
            margin: 0;
        }

        .register-wrap .register_email-heading a {
            font-size: 18px;
            font-weight: 500;
            line-height: 21.09px;
            color: #d4b26b;
        }

    .register-wrap .register_email form input {
        width: 100%;
        margin-bottom: 24px;
        background-color: #f2f2f2;
        border-radius: 5px;
        padding: 12px 27px;
        outline: 0;
        border: 1px solid #d8d8d8;
    }

    .register-wrap .register_email form ::-webkit-input-placeholder {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
        color: #999;
    }

    .register-wrap .register_email form ::-moz-placeholder {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
        color: #999;
    }

    .register-wrap .register_email form :-ms-input-placeholder {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
        color: #999;
    }

    .register-wrap .register_email form ::-ms-input-placeholder {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
        color: #999;
    }

    .register-wrap .register_email form ::placeholder {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
        color: #999;
    }

    .register-wrap .register_email form .form_showPassword {
        margin-bottom: 16px;
        position: relative;
    }

        .register-wrap .register_email form .form_showPassword:last-of-type {
            margin-bottom: 36.07px;
        }

        .register-wrap .register_email form .form_showPassword input {
            margin-bottom: 0;
        }

    .register-wrap .register_email form .form_showPassword-icon {
        position: absolute;
        right: 30px;
        top: 0;
        line-height: 46px;
        height: 100%;
        cursor: pointer;
    }

    .register-wrap .register_email form .form_label {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        color: #91909a;
        margin-bottom: 13px;
    }

    .register-wrap .register_email form .form_input {
        position: relative;
    }

    .register-wrap .register_email form .form_input-icon {
        position: absolute;
        top: 0;
        height: 100%;
        right: 10px;
        line-height: 40px;
    }

    .register-wrap .register_email-btn {
        width: 100%;
        border-radius: 5px;
        background-color: #d4b26b;
        outline: 0;
        border: none;
        padding: 10px;
    }

        .register-wrap .register_email-btn span {
            font-size: 18px;
            font-weight: 700;
            line-height: 21px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
        }

    .register-wrap .register_email-forget {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
        text-align: right;
    }

    .register-wrap .register_email form input,
    .register-wrap .register_email form select {
        width: 100%;
        margin-bottom: 15px;
        background-color: #f2f2f2;
        border-radius: 5px;
        padding: 10px 15px;
        outline: 0;
        border: 1px solid #d8d8d8;
    }

.register .dropdown-display {
    padding: 6px 20px 6px 12px !important;
    background-color: #f2f2f2;
}

.register_social {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 57px;
    padding-right: 0;
}

    .register_social span {
        font-size: 16px;
        font-weight: 700;
        line-height: 18.75px;
        color: #91909a;
    }

.register_social-btn {
    width: 100%;
    padding: 17px 24px;
    text-align: left;
    border-radius: 5px;
    outline: 0;
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
}

.register-wrap .register_social-btn span,
.register-wrap .register_social-btn svg {
    position: relative;
    right: 6px;
}

.register-wrap .register_social-btn span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-left: 17px;
    color: #fff;
}

.register-wrap .register_social .btn_google {
    background-color: #e02020;
    margin-top: 24px;
    margin-bottom: 16px;
}

.register-wrap .register_social .btn_facebook {
    background-color: #3c5a99;
}

.regulation_document {
    padding-bottom: 23px;
}

    .regulation_document .regulation_files-pagination {
        padding-bottom: 14px;
        margin-top: 0;
    }

        .regulation_document .regulation_files-pagination .component_pagination ul {
            margin: 0;
        }

        .regulation_document .regulation_files-pagination .container {
            padding-right: 0;
            padding-left: 0;
        }

    .regulation_document .regulation_document-content {
        font-family: Inter, sans-serif;
    }

        .regulation_document .regulation_document-content .document_content-category {
            background-color: #fff;
            border-radius: 5px;
            padding: 21px 23px 0 23px;
        }

            .regulation_document
            .regulation_document-content
            .document_content-category
            .content_category-title
            h4 {
                font-size: 18px;
                font-weight: 500;
                line-height: 21.09px;
                color: #4f4f4f;
                margin-bottom: 0;
            }

            .regulation_document
            .regulation_document-content
            .document_content-category
            .content_category-list
            .category_list-items:last-child {
                border-bottom: none;
            }

            .regulation_document
            .regulation_document-content
            .document_content-category
            .content_category-list
            .category_list-items {
                padding-bottom: 9px;
                padding-top: 9px;
                border-bottom: 1px solid #d1d1d1;
            }

                .regulation_document
                .regulation_document-content
                .document_content-category
                .content_category-list
                .category_list-items
                a.list_item-content {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 16.41px;
                    color: #4f4f4f;
                    margin-left: 12px;
                    cursor: pointer;
                }

        .regulation_document
        .regulation_document-content
        .document_content-regulation
        .content_regulation-other {
            background-color: #fff;
            border-radius: 5px;
            padding: 17px 30px 23px 38px;
        }

            .regulation_document
            .regulation_document-content
            .document_content-regulation
            .content_regulation-other
            .regulation_other-title {
                padding-bottom: 10px;
                border-bottom: 1px solid #d1d1d1;
            }

                .regulation_document
                .regulation_document-content
                .document_content-regulation
                .content_regulation-other
                .regulation_other-title
                h3 {
                    font-size: 24px;
                    font-weight: 500;
                    line-height: 28.13px;
                    margin-bottom: 0;
                    color: #333;
                }

            .regulation_document
            .regulation_document-content
            .document_content-regulation
            .content_regulation-other
            .regulation_other-list {
                padding-top: 32px;
            }

                .regulation_document
                .regulation_document-content
                .document_content-regulation
                .content_regulation-other
                .regulation_other-list
                .col-lg-3 {
                    padding-left: 7.5px;
                    padding-right: 7.5px;
                }

                .regulation_document
                .regulation_document-content
                .document_content-regulation
                .content_regulation-other
                .regulation_other-list
                .other_list-items {
                    padding-top: 20px;
                }

                    .regulation_document
                    .regulation_document-content
                    .document_content-regulation
                    .content_regulation-other
                    .regulation_other-list
                    .other_list-items
                    .list_items-icon {
                        border-radius: 5px;
                    }

                        .regulation_document
                        .regulation_document-content
                        .document_content-regulation
                        .content_regulation-other
                        .regulation_other-list
                        .other_list-items
                        .list_items-icon:hover {
                            background-color: #f3dfb6;
                            cursor: pointer;
                        }

                    .regulation_document
                    .regulation_document-content
                    .document_content-regulation
                    .content_regulation-other
                    .regulation_other-list
                    .other_list-items
                    a.list_items-link {
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 22px;
                        color: #333;
                        cursor: pointer;
                    }

                        .regulation_document
                        .regulation_document-content
                        .document_content-regulation
                        .content_regulation-other
                        .regulation_other-list
                        .other_list-items
                        a.list_items-link:hover {
                            color: #445ff5;
                        }

        .regulation_document
        .regulation_document-content
        .document_content-regulation
        .content_regulation-files {
            margin-top: 23px;
            background-color: #fff;
            border-radius: 5px;
            padding: 14px 31px 0 33px;
        }

            .regulation_document
            .regulation_document-content
            .document_content-regulation
            .content_regulation-files
            .regulation_files-title {
                padding-bottom: 10px;
                border-bottom: 1px solid #d1d1d1;
            }

                .regulation_document
                .regulation_document-content
                .document_content-regulation
                .content_regulation-files
                .regulation_files-title
                h3 {
                    margin-bottom: 0;
                    font-size: 24px;
                    font-weight: 500;
                    line-height: 28.13px;
                    color: #333;
                }

            .regulation_document
            .regulation_document-content
            .document_content-regulation
            .content_regulation-files
            .regulation_files-list
            .files_list-items:last-child {
                border-bottom: none;
            }

            .regulation_document
            .regulation_document-content
            .document_content-regulation
            .content_regulation-files
            .regulation_files-list
            .files_list-items {
                border-bottom: 1px solid #d1d1d1;
                padding: 32px 0 24px 0;
            }

                .regulation_document
                .regulation_document-content
                .document_content-regulation
                .content_regulation-files
                .regulation_files-list
                .files_list-items
                .list_items-content
                .items_content-decription {
                    font-size: 16px;
                    line-height: 22px;
                }

                    .regulation_document
                    .regulation_document-content
                    .document_content-regulation
                    .content_regulation-files
                    .regulation_files-list
                    .files_list-items
                    .list_items-content
                    .items_content-decription
                    p {
                        font-weight: 400;
                        margin-bottom: 5px;
                        color: #333;
                    }

                        .regulation_document
                        .regulation_document-content
                        .document_content-regulation
                        .content_regulation-files
                        .regulation_files-list
                        .files_list-items
                        .list_items-content
                        .items_content-decription
                        p
                        span {
                            font-weight: 700;
                        }

                        .regulation_document
                        .regulation_document-content
                        .document_content-regulation
                        .content_regulation-files
                        .regulation_files-list
                        .files_list-items
                        .list_items-content
                        .items_content-decription
                        p.mg-bt-0 {
                            margin-bottom: 0;
                        }

                .regulation_document
                .regulation_document-content
                .document_content-regulation
                .content_regulation-files
                .regulation_files-list
                .files_list-items
                .list_items-button {
                    align-items: flex-end;
                }

                    .regulation_document
                    .regulation_document-content
                    .document_content-regulation
                    .content_regulation-files
                    .regulation_files-list
                    .files_list-items
                    .list_items-button
                    p {
                        font-size: 16px;
                        margin-bottom: 0;
                        color: #eb5757;
                    }

                        .regulation_document
                        .regulation_document-content
                        .document_content-regulation
                        .content_regulation-files
                        .regulation_files-list
                        .files_list-items
                        .list_items-button
                        p
                        span {
                            font-weight: 700;
                            color: #02010e;
                        }

                    .regulation_document
                    .regulation_document-content
                    .document_content-regulation
                    .content_regulation-files
                    .regulation_files-list
                    .files_list-items
                    .list_items-button
                    button {
                        font-size: 16px;
                        line-height: 18.75px;
                        font-weight: 500;
                        border-radius: 5px;
                        padding: 5px 8px;
                        border: none;
                    }

                        .regulation_document
                        .regulation_document-content
                        .document_content-regulation
                        .content_regulation-files
                        .regulation_files-list
                        .files_list-items
                        .list_items-button
                        button
                        a {
                            color: #fff;
                            white-space: nowrap;
                        }

                    .regulation_document
                    .regulation_document-content
                    .document_content-regulation
                    .content_regulation-files
                    .regulation_files-list
                    .files_list-items
                    .list_items-button
                    .button-blue {
                        background-color: #2f80ed;
                        margin-top: 16px;
                        margin-bottom: 16px;
                        width: 101px;
                    }

                    .regulation_document
                    .regulation_document-content
                    .document_content-regulation
                    .content_regulation-files
                    .regulation_files-list
                    .files_list-items
                    .list_items-button
                    .button-color {
                        background-color: #27ae34;
                    }

.resgiter_mb {
    padding: 25px;
    background-color: #fff;
    margin: 32px 20px;
    border-radius: 5px;
}

    .resgiter_mb .resgiter_mb-title {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(209, 209, 209, 0.5);
    }

        .resgiter_mb .resgiter_mb-title h3 {
            font-weight: 500;
            font-size: 24px;
            line-height: 37.5px;
            margin-bottom: 0;
        }

        .resgiter_mb .resgiter_mb-title a {
            font-size: 16px;
            font-weight: 700;
            line-height: 18.75px;
            color: #d4b26b;
        }

    .resgiter_mb form .mg-top-bottom {
        margin-bottom: 16px;
        height: 47px;
    }

    .resgiter_mb form .input_last {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .resgiter_mb form .mb_form-password .form_showPassword {
        width: 100%;
    }

    .resgiter_mb form .mb_form-gmail,
    .resgiter_mb form .mb_form-mygamail,
    .resgiter_mb form .mb_form-number,
    .resgiter_mb form .mb_form-password {
        background-color: #f5f6fa;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
        padding: 13px;
        width: 100%;
        border-radius: 5px;
    }

        .resgiter_mb form .mb_form-gmail input,
        .resgiter_mb form .mb_form-mygamail input,
        .resgiter_mb form .mb_form-number input,
        .resgiter_mb form .mb_form-password input {
            border: none;
            outline: 0;
            width: 100%;
            background-color: inherit;
            padding-left: 13.5px;
        }

        .resgiter_mb form .mb_form-gmail .icon-border,
        .resgiter_mb form .mb_form-mygamail .icon-border,
        .resgiter_mb form .mb_form-number .icon-border,
        .resgiter_mb form .mb_form-password .icon-border {
            padding-right: 13px;
            border-right: 1px solid #d1d1d1;
        }

    .resgiter_mb .login_mb-btn {
        width: 100%;
    }

        .resgiter_mb .login_mb-btn button.mb_btn-btn {
            font-size: 18px;
            font-weight: 500;
            line-height: 21.09px;
            color: #fff;
            background-color: #d4b26b;
            padding: 10px 73px;
            border: none;
            border-radius: 5px;
            width: 100%;
            height: 48px;
        }

    .resgiter_mb .login_mb-forget {
        padding-top: 20px;
        padding-bottom: 28px;
        color: #2f80ed;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.41px;
        width: 100%;
    }

    .resgiter_mb .login_mb-other {
        width: 100%;
    }

        .resgiter_mb .login_mb-other .other_select-oval {
            width: 48px;
            height: 48px;
            border-radius: 100%;
            border: 1px solid #c1c0c8;
        }

            .resgiter_mb .login_mb-other .other_select-oval .f {
                color: #fff;
                font-size: 32px;
                font-weight: 600;
            }

            .resgiter_mb .login_mb-other .other_select-oval.oval-second {
                margin: 0 24px;
                background-color: #3c5a99;
            }

            .resgiter_mb .login_mb-other .other_select-oval.oval-third {
                background-color: #02010e;
            }

.other_select-oval button {
    border: none;
    background: 0 0;
}

.search_result-wrapper .result_wrapper-left {
    padding-top: 28px;
}

    .search_result-wrapper .result_wrapper-left .filter_menu-box .box-title {
        color: #4f4f4f;
    }

.search_result-wrapper .result_wrapper-right .wrapper_right-author,
.search_result-wrapper .result_wrapper-right .wrapper_right-result {
    display: flex;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 16px;
    align-items: flex-start;
}

    .search_result-wrapper .result_wrapper-right .wrapper_right-author svg,
    .search_result-wrapper .result_wrapper-right .wrapper_right-result svg {
        margin-right: 6px;
        min-width: 24px;
    }

    .search_result-wrapper .result_wrapper-right .wrapper_right-author p,
    .search_result-wrapper .result_wrapper-right .wrapper_right-result p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        color: #02010e;
    }

        .search_result-wrapper .result_wrapper-right .wrapper_right-author p span,
        .search_result-wrapper .result_wrapper-right .wrapper_right-result p span {
            color: #828282;
            padding-left: 13px;
        }

.search_result-wrapper .result_wrapper-right .wrapper_right {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
}

    .search_result-wrapper .result_wrapper-right .wrapper_right .tabbar .headding {
        font-size: 24px;
        color: #333;
    }

.search_result-wrapper .wrapper_pagination {
    padding-top: 24px;
    padding-bottom: 46px;
}

.search-result-mb {
    background-color: #fff;
}

.transaction-history {
    margin-bottom: 32px;
}

    .transaction-history p {
        margin: 0;
    }

    .transaction-history .transaction-history-content {
        border-radius: 5px;
        padding: 30px;
        background-color: #fff;
    }

        .transaction-history
        .transaction-history-content
        .history
        .transaction-history_table {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #333;
        }

            .transaction-history
            .transaction-history-content
            .history
            .transaction-history_table
            tr {
                height: 56px;
                text-align: left;
            }

                .transaction-history
                .transaction-history-content
                .history
                .transaction-history_table
                tr
                td,
                .transaction-history
                .transaction-history-content
                .history
                .transaction-history_table
                tr
                th {
                    padding-left: 0;
                    padding-right: 0;
                    border: none;
                }

                    .transaction-history
                    .transaction-history-content
                    .history
                    .transaction-history_table
                    tr
                    td
                    .info-via_content,
                    .transaction-history
                    .transaction-history-content
                    .history
                    .transaction-history_table
                    tr
                    th
                    .info-via_content {
                        margin-left: 45px;
                    }

                    .transaction-history
                    .transaction-history-content
                    .history
                    .transaction-history_table
                    tr
                    td
                    .info-type_content,
                    .transaction-history
                    .transaction-history-content
                    .history
                    .transaction-history_table
                    tr
                    th
                    .info-type_content {
                        margin-left: 22px;
                    }

                    .transaction-history
                    .transaction-history-content
                    .history
                    .transaction-history_table
                    tr
                    td
                    .info-value_content,
                    .transaction-history
                    .transaction-history-content
                    .history
                    .transaction-history_table
                    tr
                    th
                    .info-value_content {
                        margin-left: 34px;
                    }

                    .transaction-history
                    .transaction-history-content
                    .history
                    .transaction-history_table
                    tr
                    td
                    .info-time_content,
                    .transaction-history
                    .transaction-history-content
                    .history
                    .transaction-history_table
                    tr
                    th
                    .info-time_content {
                        margin-left: 10px;
                    }

                .transaction-history
                .transaction-history-content
                .history
                .transaction-history_table
                tr
                .table-stt {
                    min-width: 54px;
                }

                .transaction-history
                .transaction-history-content
                .history
                .transaction-history_table
                tr
                .table-magiaodich {
                    min-width: 109px;
                }

                .transaction-history
                .transaction-history-content
                .history
                .transaction-history_table
                tr
                .table-infogiaodich {
                    min-width: 230px;
                }

                .transaction-history
                .transaction-history-content
                .history
                .transaction-history_table
                tr
                .table-status {
                    min-width: 100px;
                }

                .transaction-history
                .transaction-history-content
                .history
                .transaction-history_table
                tr
                .table-mainwallet {
                    min-width: 100px;
                }

                .transaction-history
                .transaction-history-content
                .history
                .transaction-history_table
                tr
                .table-secondwallet {
                    min-width: 121px;
                }

            .transaction-history
            .transaction-history-content
            .history
            .transaction-history_table
            th {
                vertical-align: middle;
                color: #333;
            }

            .transaction-history
            .transaction-history-content
            .history
            .transaction-history_table
            td {
                padding-top: 10px;
                padding-bottom: 10px;
                vertical-align: top;
            }

            .transaction-history
            .transaction-history-content
            .history
            .transaction-history_table
            thead {
                font-weight: 500;
            }

            .transaction-history
            .transaction-history-content
            .history
            .transaction-history_table
            .bg-tbody {
                background: #f8faff;
            }

            .transaction-history
            .transaction-history-content
            .history
            .transaction-history_table
            .bg-thead {
                background: #f8f8f8;
            }

            .transaction-history
            .transaction-history-content
            .history
            .transaction-history_table
            .pl-16px {
                padding-left: 16px;
            }

            .transaction-history
            .transaction-history-content
            .history
            .transaction-history_table
            .info-via-mb {
                margin-bottom: 8px;
            }

            .transaction-history
            .transaction-history-content
            .history
            .transaction-history_table
            .py-10px {
                padding-top: 10px;
                padding-bottom: 10px;
            }

        .transaction-history .transaction-history-content .history .table-top {
            margin-bottom: 20px;
        }

            .transaction-history .transaction-history-content .history .table-top h3 {
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 32px;
                display: flex;
                align-items: center;
                color: #02010e;
            }

.my-account .content.content-purchase {
    padding: 30px 40px;
    border-radius: 5px;
}

.content.content-purchase {
    background: #fff;
}

.purchase-history_table {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333;
}

    .purchase-history_table table {
        margin-top: 20px;
        margin-bottom: 33px;
        color: #333;
    }

        .purchase-history_table table tr {
            height: 56px;
            white-space: nowrap;
        }

            .purchase-history_table table tr:nth-of-type(even) {
                background-color: #f8faff;
            }

        .purchase-history_table table th {
            border: none;
            padding: 0;
            vertical-align: middle;
            padding-left: 12px;
            white-space: nowrap;
            font-weight: 400;
            font-size: 14px;
            text-align: left;

        }

        .purchase-history_table table td {
            /*border: none;
            padding: 0;*/
            vertical-align: middle;
            padding-left: 12px;
            white-space: nowrap;
            font-size:13px;
            text-align:left
        }

        .purchase-history_table table thead tr {
            background: #f8f8f8;
        }

            .purchase-history_table table thead tr th {
                font-weight: 500;
            }

        .purchase-history_table table tbody tr td {
            font-weight: 400;
        }

.checkout-detail {
    margin: 20px 0;
}

    .checkout-detail .checkout_list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        background: #fff;
        border-radius: 5px;
        padding: 31.05px 21px 27px 21px;
    }

        .checkout-detail .checkout_list .title-complete {
            color: #377dff;
            font-size: 20px;
            font-weight: 700;
            line-height: 32px;
        }

        .checkout-detail .checkout_list .descrip-pay {
            font-size: 16px;
            font-weight: 400;
        }

        .checkout-detail .checkout_list .total-pay {
            line-height: 24px;
            margin-top: 10px;
        }

            .checkout-detail .checkout_list .total-pay span {
                color: #eb5757;
                font-size: 24px;
                font-weight: 700;
            }

        .checkout-detail .checkout_list .code-product {
            font-size: 16px;
            color: #4f4f4f;
            margin: 18px 0;
        }

            .checkout-detail .checkout_list .code-product span.code {
                font-weight: 700;
            }

        .checkout-detail .checkout_list .info-product {
            font-size: 16px;
            color: #4f4f4f;
            margin-bottom: 10px;
        }

            .checkout-detail .checkout_list .info-product span a {
                text-decoration: underline;
                color: #377dff;
            }

        .checkout-detail .checkout_list .support-check {
            padding-top: 37px;
            border-top: 1px solid #d1d1d1;
        }

            .checkout-detail .checkout_list .support-check .info-cont {
                font-size: 12px;
                font-family: Arial;
                font-style: normal;
                font-weight: 400;
            }

            .checkout-detail .checkout_list .support-check .number-phone {
                color: #377dff;
                font-size: 14px;
                text-decoration: underline;
            }

.checkout_detail-desktop {
    margin: 20px 0;
    background: #fff;
    padding: 31px 60px 50px 60px;
    border-radius: 5px;
}

    .checkout_detail-desktop .checkout_detail-top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        background: #fff;
        padding: 31.05px 21px 27px 21px;
    }

        .checkout_detail-desktop .checkout_detail-top .title-complete {
            color: #377dff;
            font-size: 22px;
            font-weight: 500;
            line-height: 26px;
            margin-top: 14px;
        }

    .checkout_detail-desktop .checkout_detail-bottom .descrip-pay {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }

        .checkout_detail-desktop
        .checkout_detail-bottom
        .descrip-pay
        .descrip-pay_link {
            color: #555;
            cursor: pointer;
        }

    .checkout_detail-desktop .checkout_detail-bottom .total-pay {
        line-height: 21px;
        font-size: 14px;
        margin-top: 17px;
    }

        .checkout_detail-desktop .checkout_detail-bottom .total-pay span {
            color: #eb5757;
            font-size: 16px;
            font-weight: 500;
        }

    .checkout_detail-desktop .checkout_detail-bottom .code-product {
        font-size: 14px;
        color: #4f4f4f;
        margin: 19px 0;
    }

        .checkout_detail-desktop .checkout_detail-bottom .code-product span.code {
            font-weight: 500;
        }

    .checkout_detail-desktop .checkout_detail-bottom .info-product {
        font-size: 14px;
        color: #4f4f4f;
        margin-bottom: 24px;
    }

        .checkout_detail-desktop .checkout_detail-bottom .info-product a {
            margin-left: 4px;
            text-decoration: underline;
            color: #377dff;
        }

    .checkout_detail-desktop .checkout_detail-bottom .support-check {
        padding-top: 37px;
        border-top: 1px solid #d1d1d1;
    }

        .checkout_detail-desktop .checkout_detail-bottom .support-check .info-cont {
            font-size: 12px;
            font-family: Arial;
            font-style: normal;
            font-weight: 400;
        }

        .checkout_detail-desktop .checkout_detail-bottom .support-check .number-phone {
            margin-left: 4px;
            color: #377dff;
            font-size: 14px;
            text-decoration: underline;
        }

.purchased_book {
    font-family: Inter, sans-serif;
}

    .purchased_book .purchased_book-pagination {
        margin-top: 24px;
    }

        .purchased_book .purchased_book-pagination .component_pagination ul {
            margin: 0;
        }

        .purchased_book .purchased_book-pagination .container {
            padding-right: 0;
            padding-left: 0;
        }

.payment_list {
    background: #fff;
    border-radius: 5px;
    padding: 30px 93px 33px 30px;
    margin-bottom: 36px;
}

    .payment_list .list-title {
        font-weight: 700;
        font-size: 24px;
        color: #333;
        padding: 10px 0;
        margin-bottom: 23px;
    }

    .payment_list .payment_list-gr {
        border-top: 1px solid #e1d6bf;
        padding-top: 17px;
    }

        .payment_list .payment_list-gr .list-gr_item {
            display: flex;
            flex-direction: row;
        }

            .payment_list .payment_list-gr .list-gr_item .item-img {
                padding-right: 9px;
            }

            .payment_list .payment_list-gr .list-gr_item .item-title {
                font-size: 16px;
                font-weight: 700;
                color: #333;
                line-height: 2;
            }

        .payment_list .payment_list-gr .list-gr_contend {
            margin-left: 30px;
            margin-bottom: 0;
        }

            .payment_list .payment_list-gr .list-gr_contend .list-gr_descrip {
                font-size: 16px;
                font-weight: 400;
                font-style: normal;
                color: #333;
                margin-bottom: 0;
            }

        .payment_list .payment_list-gr .item-title_sub {
            font-size: 16px;
            font-weight: 700;
            color: #333;
        }

            .payment_list .payment_list-gr .item-title_sub span {
                padding-left: 5px;
                color: #4953ed;
                cursor: pointer;
            }

                .payment_list .payment_list-gr .item-title_sub span:hover {
                    text-decoration: underline;
                }

        .payment_list .payment_list-gr .list_content {
            margin-bottom: 69.5px;
        }

            .payment_list .payment_list-gr .list_content li.content-item {
                border-bottom: 1px solid #d1d1d1;
                margin-left: 45px;
            }

                .payment_list .payment_list-gr .list_content li.content-item .content-item_gr {
                    padding: 14.5px 0;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                }

                    .payment_list
                    .payment_list-gr
                    .list_content
                    li.content-item
                    .content-item_gr
                    .item-img
                    img {
                        max-width: 28px;
                    }

                    .payment_list
                    .payment_list-gr
                    .list_content
                    li.content-item
                    .content-item_gr
                    .item-title {
                        font-size: 16px;
                        font-weight: 400;
                        color: #333;
                        line-height: 1.8;
                    }

                    .payment_list
                    .payment_list-gr
                    .list_content
                    li.content-item
                    .content-item_gr
                    .item-choice {
                        line-height: 1.8;
                        cursor: pointer;
                    }

                        .payment_list
                        .payment_list-gr
                        .list_content
                        li.content-item
                        .content-item_gr
                        .item-choice
                        span {
                            padding: 6px 10px;
                            margin-left: 10px;
                            border-radius: 5px;
                            font-size: 12px;
                            font-weight: 400;
                        }

                            .payment_list
                            .payment_list-gr
                            .list_content
                            li.content-item
                            .content-item_gr
                            .item-choice
                            span.active {
                                color: #fff;
                                background: #27ae34;
                            }

                            .payment_list
                            .payment_list-gr
                            .list_content
                            li.content-item
                            .content-item_gr
                            .item-choice
                            span.seen {
                                color: #445ff5;
                                border: 1px solid #445ff5;
                            }

                            .payment_list
                            .payment_list-gr
                            .list_content
                            li.content-item
                            .content-item_gr
                            .item-choice
                            span.declared {
                                color: #91909a;
                                border: 1px solid #91909a;
                            }

                            .payment_list
                            .payment_list-gr
                            .list_content
                            li.content-item
                            .content-item_gr
                            .item-choice
                            span.print {
                                background: #445ff5;
                                color: #fff;
                            }

.more {
    display: none;
}

    .more.active {
        display: block;
    }

.btn_readmore {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

    .btn_readmore.active::before {
        content: "";
        position: absolute;
        top: -305%;
        left: 0;
        width: 100%;
        height: 70px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), #fff);
    }

    .btn_readmore .btn_color {
        cursor: pointer;
        padding: 10.5px 20px;
        color: #fff;
        background: #4953ed;
        border-radius: 5px;
        font-weight: 400;
        font-size: 12px;
    }

.edit-order {
    margin-bottom: 20px;
}

    .edit-order .section-checkout {
        padding-top: 0;
    }

        .edit-order .section-checkout .pdr {
            padding-right: 41px;
        }

        .edit-order .section-checkout .pdl {
            padding-left: 41px;
        }

    .edit-order .section-checkout_content {
        position: relative;
    }

        .edit-order .section-checkout_content::after {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0.5px;
            height: 90%;
            background: #d1d1d1;
        }

    .edit-order .section-checkout_right .desc-btn .desc {
        padding: 0 26px;
    }

    .edit-order .section-checkout_right .desc-btn {
        padding-bottom: 92px;
    }

    .edit-order .btn-submit button {
        margin-top: 31px;
        width: 110px;
        height: 44px;
        background: #d4b26b;
        border-radius: 5px;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        color: #fff;
        border: none;
    }

    .edit-order .section-checkout_right-content {
        padding: 48px 34px;
    }

    .edit-order .section-checkout_left .info .form-group .input-group textarea {
        height: 74px;
    }

    .edit-order .section-checkout_left .info .form-group {
        margin-bottom: 14px;
    }

        .edit-order
        .section-checkout_left
        .info
        .form-group
        .input-group
        .form-control {
            height: 47px;
        }

    .edit-order .section-checkout .title {
        margin-bottom: 19px;
        color: #02010e;
    }

    .edit-order .section-checkout_right-item b {
        color: #333;
    }

    .edit-order .section-checkout_right-item:first-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #e1d6bf;
    }

    .edit-order
    .section-checkout_left
    .info
    .form-group
    .input-group
    .dropdow-adress
    select {
        font-size: 14px;
    }

.detail-order-mb {
    margin: 16px 0;
    position: relative;
}

    .detail-order-mb p {
        margin: 0;
    }

    .detail-order-mb .detail-order-mb-content {
        border-radius: 5px;
        padding: 0;
        background-color: #fff;
    }

        .detail-order-mb .detail-order-mb-content .detail-order_active {
            padding: 17px 14px;
            align-items: center;
        }

            .detail-order-mb .detail-order-mb-content .detail-order_active .title {
                font-size: 16px;
                line-height: 19px;
                color: #02010e;
            }

            .detail-order-mb .detail-order-mb-content .detail-order_active .wait_ac {
                padding: 3px 6.5px;
                border-radius: 5px;
                margin: 0 6.5px;
                border: 1px solid #f2994a;
                color: #f2994a;
            }

            .detail-order-mb .detail-order-mb-content .detail-order_active .cancel {
                background-color: #eb5757;
                padding: 7px 10.83px;
                border-radius: 5px;
                display: flex;
                align-items: center;
            }

                .detail-order-mb .detail-order-mb-content .detail-order_active .cancel img {
                    padding-right: 5px;
                }

                .detail-order-mb .detail-order-mb-content .detail-order_active .cancel small {
                    color: #fff;
                }

        .detail-order-mb .detail-order-mb-content .detail-order-mb_table {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #333;
        }

            .detail-order-mb .detail-order-mb-content .detail-order-mb_table tr {
                height: 56px;
                text-align: left;
            }

                .detail-order-mb .detail-order-mb-content .detail-order-mb_table tr .amout {
                    text-align: center;
                }

                .detail-order-mb .detail-order-mb-content .detail-order-mb_table tr .total {
                    color: #eb5757;
                }

                .detail-order-mb .detail-order-mb-content .detail-order-mb_table tr .line-h {
                    line-height: 1.8;
                }

                .detail-order-mb .detail-order-mb-content .detail-order-mb_table tr td,
                .detail-order-mb .detail-order-mb-content .detail-order-mb_table tr th {
                    padding-left: 0;
                    padding-right: 10px;
                    border: none;
                }

                    .detail-order-mb
                    .detail-order-mb-content
                    .detail-order-mb_table
                    tr
                    td
                    .status_fail
                    .status,
                    .detail-order-mb
                    .detail-order-mb-content
                    .detail-order-mb_table
                    tr
                    th
                    .status_fail
                    .status {
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 20px;
                        color: #2f80ed;
                        text-align: center;
                        padding: 3px 7px;
                        background: #fff;
                        border: 1px solid #2f80ed;
                        box-sizing: border-box;
                        border-radius: 2px;
                    }

                    .detail-order-mb
                    .detail-order-mb-content
                    .detail-order-mb_table
                    tr
                    td
                    .info-via,
                    .detail-order-mb
                    .detail-order-mb-content
                    .detail-order-mb_table
                    tr
                    th
                    .info-via {
                        font-size: 14px;
                    }

                .detail-order-mb .detail-order-mb-content .detail-order-mb_table tr .table-stt {
                    min-width: 44px;
                }

                .detail-order-mb
                .detail-order-mb-content
                .detail-order-mb_table
                tr
                .table-product {
                    min-width: 171px;
                }

                .detail-order-mb
                .detail-order-mb-content
                .detail-order-mb_table
                tr
                .table-amount {
                    min-width: 60px;
                }

                .detail-order-mb
                .detail-order-mb-content
                .detail-order-mb_table
                tr
                .table-status {
                    min-width: 70px;
                }

                .detail-order-mb
                .detail-order-mb-content
                .detail-order-mb_table
                tr
                .table-mainwallet {
                    min-width: 120px;
                }

            .detail-order-mb .detail-order-mb-content .detail-order-mb_table th {
                vertical-align: middle;
                color: #333;
            }

            .detail-order-mb .detail-order-mb-content .detail-order-mb_table thead {
                font-weight: 500;
            }

            .detail-order-mb .detail-order-mb-content .detail-order-mb_table .bg-tbody {
                background: #f8faff;
            }

            .detail-order-mb .detail-order-mb-content .detail-order-mb_table .bg-thead {
                background: #f8f8f8;
            }

            .detail-order-mb .detail-order-mb-content .detail-order-mb_table .pl-16px {
                padding-left: 16px;
            }

    .detail-order-mb .detail-cart {
        width: 100%;
        padding: 0 16px;
        font-size: 16px;
        color: #333;
    }

        .detail-order-mb .detail-cart .cart-item {
            padding: 10px 0;
        }

        .detail-order-mb .detail-cart .cart_voucher {
            border-top: 1px dashed #d1d1d1;
            border-bottom: 1px dashed #d1d1d1;
        }

        .detail-order-mb .detail-cart .cart_pay {
            border-top: 1px solid #d1d1d1;
            margin-bottom: 24px;
        }

            .detail-order-mb .detail-cart .cart_pay .title {
                color: #333;
                font-size: 16px;
                font-weight: 700;
            }

            .detail-order-mb .detail-cart .cart_pay .cart-right {
                color: #eb5757;
                font-size: 18px;
                font-weight: 500;
            }

.detail-info {
    background: #fff;
    padding: 20px 19px;
    border-radius: 5px;
}

    .detail-info .info_title {
        font-size: 18px;
        color: #333;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .detail-info .info_list {
        display: flex;
        padding: 8px 0;
        border-bottom: 1px solid #d1d1d1;
    }

        .detail-info .info_list.d-al {
            align-items: center;
        }

            .detail-info .info_list.d-al .list-descrip {
                display: flex;
                align-items: center;
            }

        .detail-info .info_list .list-item {
            width: 35%;
            font-size: 16px;
            color: #333;
            font-weight: 500;
        }

        .detail-info .info_list .list-descrip {
            width: 70%;
        }

            .detail-info .info_list .list-descrip .btn_search {
                float: right;
                padding: 4px 10px;
                background: #445ff5;
                border-radius: 2px;
                margin-left: 20px;
            }

                .detail-info .info_list .list-descrip .btn_search a {
                    color: #fff;
                    line-height: 2;
                    padding-left: 5px;
                }

    .detail-info .info-gr2 .info_title {
        padding: 25px 0 15px 0;
    }

        .detail-info .info-gr2 .info_title .edit {
            float: right;
            padding: 4px 10px;
            color: #2f80ed;
            font-weight: 400;
            border: 1px solid;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 20px;
        }

    .detail-info .info-gr2 .info_list list-item {
        width: 91px;
    }

    .detail-info .info-gr2 .info_list.none_bor {
        border-bottom: none;
    }

.detail-phone {
    position: absolute;
    bottom: 10px;
    right: 40px;
}

    .detail-phone .title_phone {
        font-size: 12px;
        text-align: center;
    }

        .detail-phone .title_phone a {
            color: #6da6f2;
        }

.history-order-mb p {
    margin: 0;
}

.history-order-mb .history-order-mb-content {
    border-radius: 5px;
    padding: 0;
    background-color: #fff;
}

    .history-order-mb .history-order-mb-content .history-order-mb_table {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #333;
    }

        .history-order-mb .history-order-mb-content .history-order-mb_table tr {
            height: 56px;
            text-align: left;
        }

            .history-order-mb .history-order-mb-content .history-order-mb_table tr td,
            .history-order-mb .history-order-mb-content .history-order-mb_table tr th {
                padding-left: 0;
                padding-right: 0;
                border: none;
            }

                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                td
                .status,
                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                th
                .status {
                    padding-left: 8px;
                    padding-right: 8px;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 15px;
                    text-align: center;
                }

                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                td
                .status_fail,
                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                th
                .status_fail {
                    width: 65px;
                    background: #fff;
                    border: 1px solid #f2994a;
                    box-sizing: border-box;
                    border-radius: 2px;
                    color: #f2994a;
                }

                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                td
                .status_done,
                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                th
                .status_done {
                    width: 87px;
                    background: #fff;
                    border: 1px solid #27ae34;
                    box-sizing: border-box;
                    border-radius: 2px;
                    color: #27ae34;
                }

                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                td
                .status_cancel,
                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                th
                .status_cancel {
                    width: 58px;
                    background: #fff;
                    border: 1px solid #eb5757;
                    box-sizing: border-box;
                    border-radius: 2px;
                    color: #eb5757;
                }

                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                td
                .info-via_content,
                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                th
                .info-via_content {
                    margin-left: 45px;
                }

                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                td
                .info-type_content,
                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                th
                .info-type_content {
                    margin-left: 22px;
                }

                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                td
                .info-value_content,
                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                th
                .info-value_content {
                    margin-left: 34px;
                }

                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                td
                .info-time_content,
                .history-order-mb
                .history-order-mb-content
                .history-order-mb_table
                tr
                th
                .info-time_content {
                    margin-left: 10px;
                }

            .history-order-mb
            .history-order-mb-content
            .history-order-mb_table
            tr
            .table-stt {
                min-width: 54px;
            }

            .history-order-mb
            .history-order-mb-content
            .history-order-mb_table
            tr
            .table-magiaodich {
                min-width: 109px;
            }

            .history-order-mb
            .history-order-mb-content
            .history-order-mb_table
            tr
            .table-infogiaodich {
                min-width: 250px;
            }

            .history-order-mb
            .history-order-mb-content
            .history-order-mb_table
            tr
            .table-status {
                min-width: 100px;
            }

            .history-order-mb
            .history-order-mb-content
            .history-order-mb_table
            tr
            .table-mainwallet {
                min-width: 100px;
            }

            .history-order-mb
            .history-order-mb-content
            .history-order-mb_table
            tr
            .table-secondwallet {
                min-width: 121px;
            }

        .history-order-mb .history-order-mb-content .history-order-mb_table th {
            font-size: 16px;
            font-weight: 500;
            line-height: 19px;
            vertical-align: middle;
            color: #333;
        }

        .history-order-mb .history-order-mb-content .history-order-mb_table td {
            padding-top: 10px;
            padding-bottom: 10px;
            vertical-align: top;
        }

        .history-order-mb .history-order-mb-content .history-order-mb_table thead {
            font-weight: 500;
        }

        .history-order-mb .history-order-mb-content .history-order-mb_table .bg-tbody {
            background: #f8faff;
        }

        .history-order-mb .history-order-mb-content .history-order-mb_table .bg-thead {
            background: #f8f8f8;
        }

        .history-order-mb .history-order-mb-content .history-order-mb_table .pl-16px {
            padding-left: 16px;
        }

        .history-order-mb
        .history-order-mb-content
        .history-order-mb_table
        .info-via-mb {
            margin-bottom: 8px;
        }

        .history-order-mb .history-order-mb-content .history-order-mb_table .py-10px {
            padding-top: 10px;
            padding-bottom: 10px;
        }

.history_pagination-wrapper {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .history_pagination-wrapper .component_pagination-mb {
        margin-top: 0;
    }

.purchase-history-mobile {
    padding-top: 0;
}

    .purchase-history-mobile .pd-0 {
        padding: 0;
    }

    .purchase-history-mobile .table-history .table-top {
        justify-content: center;
        padding: 6px 0;
    }

        .purchase-history-mobile .table-history .table-top h3 {
            color: #4f4f4f;
        }

    .purchase-history-mobile .content.content-purchase {
        padding: 0;
    }

    .purchase-history-mobile .purchase-history_table table {
        margin: 0;
        margin-bottom: 12px;
    }

        .purchase-history-mobile .purchase-history_table table tr:nth-of-type(even) {
            background-color: #f8faff;
        }

        .purchase-history-mobile .purchase-history_table table thead tr {
            background: #f2f2f2;
        }

    .purchase-history-mobile .table-history .table-bot .show-row {
        display: none;
    }

.edit-order-history {
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 28px;
    margin-top: 16px;
    margin-bottom: 50px;
}

    .edit-order-history .headding {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .edit-order-history .liner {
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #d1d1d1;
    }

    .edit-order-history .section_form {
        padding: 25px 0;
    }

        .edit-order-history .section_form .textarea-wrap {
            position: relative;
            width: 100%;
        }

            .edit-order-history .section_form .textarea-wrap textarea {
                width: 100%;
                padding: 13px 15px;
                border: 1px solid #f0eadf;
                border-radius: 5px;
                font-size: 15px;
            }

                .edit-order-history .section_form .textarea-wrap textarea:focus {
                    outline: 0;
                }

            .edit-order-history .section_form .textarea-wrap img {
                position: absolute;
                right: 2px;
                bottom: 9px;
                z-index: 1;
            }

        .edit-order-history .section_form .single-input {
            padding: 5px 0;
            width: 100%;
            position: relative;
            border: 1px solid #f0eadf;
            border-radius: 5px;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

            .edit-order-history .section_form .single-input span {
                padding: 10px 0;
                width: 20%;
                display: flex;
                justify-content: center;
                align-items: center;
                border-right: 1px solid #f0eadf;
            }

            .edit-order-history .section_form .single-input input {
                padding-left: 10px;
                width: 100%;
                outline: 0;
                border: none;
                box-sizing: border-box;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                color: #02010e;
            }

            .edit-order-history .section_form .single-input select {
                padding-left: 10px;
                font-size: 15px;
                border: none;
                background: 0 0;
                width: 100%;
                outline: 0;
            }

                .edit-order-history .section_form .single-input select option {
                    margin-top: 30px;
                }

                .edit-order-history .section_form .single-input select::-ms-expand {
                    display: none;
                }

            .edit-order-history .section_form .single-input select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                color: #525f7f;
            }

                .edit-order-history
                .section_form
                .single-input
                select
                option[value="placeholder"][disabled] {
                    display: none;
                }

            .edit-order-history .section_form .single-input .icon-dropdown img {
                right: 10px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

    .edit-order-history a.btn_edit-order {
        display: flex;
        width: 188px;
        justify-content: center;
        align-items: center;
        margin: auto;
        height: 52px;
        border-radius: 5px;
        border: none;
        background-color: #d4b26b;
        font-size: 18px;
        color: #fff;
    }

    .edit-order-history .hover-input::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .edit-order-history .hover-input::-moz-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .edit-order-history .hover-input:-ms-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .edit-order-history .hover-input::-ms-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .edit-order-history .hover-input::placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4f4f4f;
    }

    .edit-order-history textarea {
        width: 100%;
        padding: 15px;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #02010e;
        border: 1px solid #e1d6bf;
        box-sizing: border-box;
        border-radius: 5px;
        outline: 0;
    }

.my-account-nap-tien-mb {
    padding: 20px 15px;
}

    .my-account-nap-tien-mb .checkout_main {
        padding: 25px 30px;
        border-radius: 5px;
        background: #fff;
    }

        .my-account-nap-tien-mb .checkout_main form .form-group {
            margin-bottom: 15px;
        }

            .my-account-nap-tien-mb .checkout_main form .form-group label {
                display: block;
                font-size: 16px;
                margin-bottom: 10px;
                color: #333;
                font-weight: 500;
            }

            .my-account-nap-tien-mb .checkout_main form .form-group button {
                font-size: 16px;
                color: #fff;
                padding: 8px 16px;
                border: none;
                background: #eb5757;
                cursor: pointer;
                border-radius: 5px;
                outline: 0;
                margin-top: 20px;
                display: block;
            }

            .my-account-nap-tien-mb .checkout_main form .form-group input,
            .my-account-nap-tien-mb .checkout_main form .form-group select,
            .my-account-nap-tien-mb .checkout_main form .form-group textarea {
                width: 100%;
                font-size: 16px;
                border-radius: 5px;
                border: 1px solid #e1d6bf;
                background: 0 0;
                color: #02010e;
                padding: 6px 12px;
                outline: 0;
            }

                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                input::-webkit-input-placeholder,
                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                select::-webkit-input-placeholder,
                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                textarea::-webkit-input-placeholder {
                    font-weight: 400;
                    font-size: 14px;
                    color: #999;
                }

                .my-account-nap-tien-mb .checkout_main form .form-group input::-moz-placeholder,
                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                select::-moz-placeholder,
                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                textarea::-moz-placeholder {
                    font-weight: 400;
                    font-size: 14px;
                    color: #999;
                }

                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                input:-ms-input-placeholder,
                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                select:-ms-input-placeholder,
                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                textarea:-ms-input-placeholder {
                    font-weight: 400;
                    font-size: 14px;
                    color: #999;
                }

                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                input::-ms-input-placeholder,
                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                select::-ms-input-placeholder,
                .my-account-nap-tien-mb
                .checkout_main
                form
                .form-group
                textarea::-ms-input-placeholder {
                    font-weight: 400;
                    font-size: 14px;
                    color: #999;
                }

                .my-account-nap-tien-mb .checkout_main form .form-group input::placeholder,
                .my-account-nap-tien-mb .checkout_main form .form-group select::placeholder,
                .my-account-nap-tien-mb .checkout_main form .form-group textarea::placeholder {
                    font-weight: 400;
                    font-size: 14px;
                    color: #999;
                }

                .my-account-nap-tien-mb .checkout_main form .form-group input[disabled],
                .my-account-nap-tien-mb .checkout_main form .form-group select[disabled],
                .my-account-nap-tien-mb .checkout_main form .form-group textarea[disabled] {
                    background: #f2f2f2;
                    cursor: not-allowed;
                }

                .my-account-nap-tien-mb .checkout_main form .form-group input.bold,
                .my-account-nap-tien-mb .checkout_main form .form-group select.bold,
                .my-account-nap-tien-mb .checkout_main form .form-group textarea.bold {
                    font-weight: 500;
                }

            .my-account-nap-tien-mb .checkout_main form .form-group .textarea-wrapper {
                position: relative;
            }

                .my-account-nap-tien-mb .checkout_main form .form-group .textarea-wrapper svg {
                    position: absolute;
                    right: 5px;
                    bottom: 12px;
                    width: 15px;
                    height: 15px;
                }

            .my-account-nap-tien-mb .checkout_main form .form-group textarea {
                min-height: 100px;
                padding: 10px 12px !important;
                resize: none;
            }

            .my-account-nap-tien-mb .checkout_main form .form-group .select-wrapper {
                position: relative;
            }

                .my-account-nap-tien-mb .checkout_main form .form-group .select-wrapper:after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: 15px;
                    transform: translateY(-50%) rotate(180deg);
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    border-bottom: 6px solid #91909a;
                }

            .my-account-nap-tien-mb .checkout_main form .form-group select {
                height: 38px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
            }

.partner_author {
    padding: 16px 20px;
}

    .partner_author .partner_author-wrapper {
        transition: all 0.3s ease;
        padding: 40px 20px 20px 20px;
        border-radius: 5px;
        background-color: #fff;
        position: relative;
        margin-bottom: 15px;
    }

        .partner_author .partner_author-wrapper.active {
            padding-bottom: 50px;
        }

    .partner_author .partner_author-img {
        width: 126px;
        height: 126px;
        position: relative;
        border-radius: 2.33471px;
        z-index: 333;
        margin: 0 auto;
    }

        .partner_author .partner_author-img img {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 111;
        }

        .partner_author .partner_author-img .author_img-boder {
            position: absolute;
            right: -9px;
            bottom: -9px;
            border: 2px solid #e1d6bf;
            border-radius: 2.33471px;
            z-index: 1;
            width: 100%;
            height: 100%;
        }

    .partner_author .partner_author-name {
        padding: 20px 40px;
    }

        .partner_author .partner_author-name h4 {
            font-size: 16px;
            font-weight: 500;
            line-height: 18.75px;
            padding: 3px 0;
            white-space: nowrap;
            position: relative;
        }

            .partner_author .partner_author-name h4 a {
                color: #353541;
                text-decoration: none;
                padding: 10px 0;
                position: relative;
            }

                .partner_author .partner_author-name h4 a:before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 2px;
                    bottom: 0;
                    background-color: #aa8b47;
                }

    .partner_author .partner_author-portfolio {
        padding: 10px 0;
    }

        .partner_author .partner_author-portfolio .author_portfolio-gt {
            padding: 0 9px;
        }

            .partner_author .partner_author-portfolio .author_portfolio-gt p.size-bold {
                font-size: 16px;
                font-weight: 700;
                color: #aa8b47;
                line-height: 18.75px;
            }

            .partner_author .partner_author-portfolio .author_portfolio-gt p.size-light {
                font-size: 13px;
                line-height: 15.23px;
                font-weight: 400;
                white-space: nowrap;
            }

            .partner_author .partner_author-portfolio .author_portfolio-gt:last-child {
                border-leftt: 1px solid #e0e0e0;
            }

    .partner_author .partner_author-resume {
        height: 265px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .partner_author .partner_author-resume.show {
            height: auto;
        }

        .partner_author .partner_author-resume .author_resume-date {
            transition: 0.3s;
        }

            .partner_author .partner_author-resume .author_resume-date p {
                font-size: 16px;
                font-weight: 700;
                line-height: 22px;
                color: #02010e;
                margin-left: 7px;
                padding: 10px 0;
                text-align: justify;
            }

                .partner_author .partner_author-resume .author_resume-date p span {
                    font-weight: 400;
                    margin-left: 7px;
                }

        .partner_author .partner_author-resume .d-non {
            max-height: 0;
            display: flex;
            overflow: hidden;
            transition: 0.2s;
        }

    .partner_author .partner_author-viewmore {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

        .partner_author .partner_author-viewmore::before {
            content: "";
            position: absolute;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
            width: 100%;
            height: 70px;
            top: -50px;
            left: 0;
            z-index: 99;
        }

        .partner_author .partner_author-viewmore button {
            background-color: #445ff5;
            font-size: 12px;
            font-weight: 400;
            line-height: 24px;
            padding: 6px 10px;
            border-radius: 5px;
            color: #fff;
            border: none;
            outline: 0;
            position: relative;
            z-index: 99;
        }

            .partner_author .partner_author-viewmore button svg {
                margin-left: 5px;
            }

.partner_title {
    padding: 8px 20px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

    .partner_title h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 23.44px;
        color: #333;
    }

.partner_search .more-book-result {
    display: none;
}

.partner_full-img {
    width: 126px;
    height: 126px;
    position: relative;
    border-radius: 2.33471px;
    z-index: 333;
    margin: 0 auto;
}

    .partner_full-img img {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 111;
    }

    .partner_full-img .author_img-boder {
        position: absolute;
        right: -9px;
        bottom: -9px;
        border: 2px solid #e1d6bf;
        border-radius: 2.33471px;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

.partner_full-name {
    padding: 20px 60px;
}

.detail-order-desktop {
    margin-bottom: 36px;
}

    .detail-order-desktop .detailOrder-content {
        background: #fff;
        border-radius: 5px;
        padding: 30px 40px;
    }

    .detail-order-desktop .detailOrder-content_top {
        margin-bottom: 20px;
    }

        .detail-order-desktop .detailOrder-content_top .left h3 {
            font-weight: 500;
            font-size: 20px;
            line-height: 32px;
            color: #02010e;
            margin-right: 10px;
            margin-bottom: 0;
        }

        .detail-order-desktop .detailOrder-content_top .right .delete {
            font-size: 12px;
            line-height: 14px;
            color: #fff;
            display: inline-block;
            padding: 9px 18px;
            background: #eb5757;
            border-radius: 5px;
            margin-right: 20px;
            height: 32px;
        }

            .detail-order-desktop .detailOrder-content_top .right .delete img {
                margin-right: 4px;
            }

        .detail-order-desktop .detailOrder-content_top .right .hotline {
            margin-right: 8px;
        }

            .detail-order-desktop .detailOrder-content_top .right .hotline span {
                font-weight: 700;
                font-size: 12px;
                line-height: 18px;
                color: #6da6f2;
            }

                .detail-order-desktop .detailOrder-content_top .right .hotline span.phone {
                    font-size: 16px;
                }

    .detail-order-desktop .detailOrder-content_bot .bot-table {
        margin-bottom: 15px;
    }

        .detail-order-desktop .detailOrder-content_bot .bot-table table {
            color: #333;
            font-style: normal;
            font-size: 16px;
            line-height: 19px;
        }

            .detail-order-desktop .detailOrder-content_bot .bot-table table thead tr {
                background: #f8f8f8;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

                .detail-order-desktop .detailOrder-content_bot .bot-table table thead tr th {
                    font-weight: 500;
                    white-space: nowrap;
                    padding: 18px 10px;
                    border: none;
                }

            .detail-order-desktop
            .detailOrder-content_bot
            .bot-table
            table
            tbody
            .sort-desc {
                font-weight: 400;
                font-size: 16px;
                line-height: 19px;
                color: #333;
                min-width: 227px;
                padding-right: 20px;
            }

            .detail-order-desktop .detailOrder-content_bot .bot-table table tbody td {
                padding: 8px;
                border: none;
                max-width: 260px;
            }

            .detail-order-desktop .detailOrder-content_bot .bot-table table tbody th {
                padding: 8px 10px;
                font-weight: 400;
                border: none;
            }

    .detail-order-desktop .detailOrder-content_bot .info-money {
        max-width: 260px;
        margin-left: auto;
    }

        .detail-order-desktop .detailOrder-content_bot .info-money li {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #333;
            padding: 10px;
            border-top: 0.5px dashed #d1d1d1;
        }

            .detail-order-desktop .detailOrder-content_bot .info-money li:first-child {
                border-bottom: none;
            }

            .detail-order-desktop .detailOrder-content_bot .info-money li h4 {
                font-weight: 400;
                font-size: 16px;
                line-height: 19px;
                color: #333;
                margin-bottom: 0;
            }

            .detail-order-desktop .detailOrder-content_bot .info-money li.into-money {
                border-top: 0.5px solid #d1d1d1;
            }

                .detail-order-desktop .detailOrder-content_bot .info-money li.into-money h4 {
                    font-weight: 700;
                }

                .detail-order-desktop .detailOrder-content_bot .info-money li.into-money span {
                    font-weight: 500;
                    font-size: 18px;
                    line-height: 21px;
                    color: #eb5757;
                }

    .detail-order-desktop .detailOrder-content_bot .right-info {
        background: #f8f8f8;
        border-radius: 5px;
        color: #333;
        font-weight: 400;
        font-size: 16px;
        color: #333;
        padding: 16px;
    }

        .detail-order-desktop .detailOrder-content_bot .right-info h3 {
            font-weight: 700;
            font-size: 18px;
            line-height: 21px;
            color: #333;
            margin-bottom: 10px;
            align-items: center;
        }

            .detail-order-desktop .detailOrder-content_bot .right-info h3 .blue-outline {
                padding: 2px 10px;
            }

        .detail-order-desktop .detailOrder-content_bot .right-info table {
            font-weight: 400;
            color: #333;
        }

            .detail-order-desktop .detailOrder-content_bot .right-info table th {
                padding: 10px 0;
                white-space: nowrap;
            }

            .detail-order-desktop .detailOrder-content_bot .right-info table td {
                padding: 10px 0;
            }

            .detail-order-desktop .detailOrder-content_bot .right-info table .info tr th {
                font-weight: 500;
                width: 105px;
            }

            .detail-order-desktop .detailOrder-content_bot .right-info table .adress th {
                font-weight: 700;
                width: 105px;
            }

        .detail-order-desktop .detailOrder-content_bot .right-info .namepay {
            padding-right: 15px;
        }

        .detail-order-desktop .detailOrder-content_bot .right-info .search {
            max-height: 28px;
            background: #445ff5;
            color: #fff;
            font-size: 12px;
            padding: 6px 12px;
            border-radius: 2px;
            white-space: nowrap;
        }

            .detail-order-desktop .detailOrder-content_bot .right-info .search img {
                margin-right: 5px;
            }

.content.content-purchase .detail-order-desktop {
    margin-bottom: 0;
}

.content.content-purchase .modal-header {
    padding: 0;
}

    .content.content-purchase .modal-header button.close {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 50px;
        height: 50px;
        z-index: 99;
        outline: 0;
    }

.content.content-purchase
.modal-body
.detail-order-desktop
.detailOrder-content {
    padding: 15px 0;
}

.detail-order-desktop .detailOrder-content_top .right .delete {
    outline: 0;
    border: none;
}

.purchase-history.table-history .component_pagination ul {
    flex-wrap: wrap;
}

.list_news .list_news-gr {
    background: #fff;
    padding: 15px 0;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

    .list_news .list_news-gr .news-gr_title {
        line-height: 18.75px;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        color: #333;
    }

    .list_news .list_news-gr:hover {
        border: 1px solid #d4b26b;
    }

        .list_news .list_news-gr:hover .news-gr_title {
            font-weight: 700;
        }

.list_news .list_news-content {
    background: #fff;
    border-radius: 5px;
    padding: 33px 0 40px 45px;
}

    .list_news .list_news-content .news-content_title {
        font-weight: 700;
        font-size: 36px;
    }

    .list_news .list_news-content .news-content_img {
        padding-right: 15px;
        position: relative;
    }

        .list_news .list_news-content .news-content_img img {
            position: relative;
        }

        .list_news .list_news-content .news-content_img .content-text {
            position: absolute;
            left: 34px;
            bottom: 47px;
            font-family: Inter, sans-serif;
        }

            .list_news .list_news-content .news-content_img .content-text small {
                color: #fff;
                font-size: 14px;
                font-weight: 400;
            }

            .list_news
            .list_news-content
            .news-content_img
            .content-text
            .text_description {
                color: #fff;
                font-size: 36px;
                font-weight: 500;
            }

    .list_news .list_news-content .news-content_book {
        padding-right: 31px;
    }

        .list_news .list_news-content .news-content_book .content_book-list {
            padding: 30px 0;
            border-bottom: 1px solid #c4c4c4;
        }

            .list_news .list_news-content .news-content_book .content_book-list:last-child {
                border-bottom: none;
            }

            .list_news .list_news-content .news-content_book .content_book-list .book-left {
                position: relative;
            }

                .list_news
                .list_news-content
                .news-content_book
                .content_book-list
                .book-left
                .book-left_pos {
                    position: absolute;
                    left: 50%;
                    bottom: -6%;
                    transform: translateX(-50%);
                    background: #fff;
                    color: #22a45d;
                    font-size: 14px;
                    font-weight: 400;
                    border: 1px solid #22a45d;
                    padding: 0 20px;
                    border-radius: 6px;
                }

            .list_news
            .list_news-content
            .news-content_book
            .content_book-list
            .book-right
            a {
                color: #333;
            }

            .list_news
            .list_news-content
            .news-content_book
            .content_book-list
            .book-right
            .book-right_text {
                font-size: 16px;
                padding-right: 70px;
                text-align: justify;
                font-weight: 400;
                line-height: 22px;
                color: #333;
                opacity: 0.64;
            }

.list_news .news-pagination {
    margin-top: 16px;
}

.termsofuse {
    margin-bottom: 36px;
}

.content_book-list img,
.termsofuse_details img {
    max-width: 100%;
}

.termsofuse .termsofuse_details {
    background-color: #fff;
    border-radius: 5px;
    color: #02010e;
    padding: 32px 44px;
}

    .termsofuse .termsofuse_details .font-time {
        font-family: "Times New Roman", Times, serif;
    }

    .termsofuse .termsofuse_details .size-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 16.1px;
    }

    .termsofuse .termsofuse_details p {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.1px;
    }

    .termsofuse .termsofuse_details .termsofuse_details-title h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 41.4px;
    }

.termsofuse .termsofuse_bar .menu-topic {
    margin: 0;
}

.termsofuse .termsofuse_bar .termsofuse_bar-license {
    margin-top: 24px;
}

.slidebar-content-left {
    flex: 0 0 0;
    padding: 8px 0;
    position: relative;
    overflow: hidden;
}

    .slidebar-content-left::after {
        position: absolute;
        content: "";
        background: #f2f2f2;
        width: 1px;
        top: 0;
        right: 0;
        height: 90%;
    }

.learning-content {
    cursor: pointer;
}

.panel-change-icon.active .heading--icon {
    transform: rotate(180deg);
}

    .panel-change-icon.active .heading--icon svg {
        margin: 0;
    }

.heading--icon svg {
    margin-bottom: 8px;
}

.roate-icon.active {
    transform: rotate(180deg);
}

.dang-nhap-goi-doc_page {
    padding: 48px 0;
}

    .dang-nhap-goi-doc_page .page_wrapper .page_company {
        border-radius: 5px;
        padding: 25px;
        background: #f4f9ff;
    }

        .dang-nhap-goi-doc_page .page_wrapper .page_company h4 {
            margin-bottom: 15px;
        }

    .dang-nhap-goi-doc_page .page_wrapper .page_form_authen {
        height: 100%;
        background: #fff;
        border-radius: 5px;
        padding: 25px;
    }

        .dang-nhap-goi-doc_page .page_wrapper .page_form_authen h1 {
            margin-bottom: 30px;
        }

        .dang-nhap-goi-doc_page
        .page_wrapper
        .page_form_authen
        .form_authen
        .form_group {
            margin-bottom: 25px;
        }

            .dang-nhap-goi-doc_page
            .page_wrapper
            .page_form_authen
            .form_authen
            .form_group
            .form_item
            label {
                color: #828282;
                font-size: 13px;
                display: block;
            }

            .dang-nhap-goi-doc_page
            .page_wrapper
            .page_form_authen
            .form_authen
            .form_group
            .form_item
            .form_input {
                height: 40px;
                border: 1px solid #d1d1d1;
                border-radius: 5px;
                overflow: hidden;
            }

                .dang-nhap-goi-doc_page
                .page_wrapper
                .page_form_authen
                .form_authen
                .form_group
                .form_item
                .form_input
                .input_icon {
                    display: flex;
                    flex: 0 0 40px;
                    max-width: 40px;
                    height: 40px;
                    position: relative;
                }

                    .dang-nhap-goi-doc_page
                    .page_wrapper
                    .page_form_authen
                    .form_authen
                    .form_group
                    .form_item
                    .form_input
                    .input_icon.prefix:before {
                        position: absolute;
                        content: "";
                        right: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        width: 1px;
                        height: 90%;
                        background: #d1d1d1;
                    }

                    .dang-nhap-goi-doc_page
                    .page_wrapper
                    .page_form_authen
                    .form_authen
                    .form_group
                    .form_item
                    .form_input
                    .input_icon.suffix {
                        cursor: pointer;
                    }

                    .dang-nhap-goi-doc_page
                    .page_wrapper
                    .page_form_authen
                    .form_authen
                    .form_group
                    .form_item
                    .form_input
                    .input_icon
                    img {
                        width: 12px;
                        margin: auto;
                    }

                .dang-nhap-goi-doc_page
                .page_wrapper
                .page_form_authen
                .form_authen
                .form_group
                .form_item
                .form_input
                .input {
                    width: 100%;
                    border: none;
                    height: 40px;
                    outline: 0;
                    background: 0 0;
                    padding: 0 15px;
                }

                .dang-nhap-goi-doc_page
                .page_wrapper
                .page_form_authen
                .form_authen
                .form_group
                .form_item
                .form_input
                .input_suffix {
                    text-align: center;
                    flex: 0 0 150px;
                    max-width: 150px;
                    padding: 0 5px;
                    height: 40px;
                }

                    .dang-nhap-goi-doc_page
                    .page_wrapper
                    .page_form_authen
                    .form_authen
                    .form_group
                    .form_item
                    .form_input
                    .input_suffix:disabled {
                        border: none;
                        background: #f2f2f2;
                        color: #bdbdbd;
                    }

            .dang-nhap-goi-doc_page
            .page_wrapper
            .page_form_authen
            .form_authen
            .form_group
            .form_item
            .btn {
                width: 100%;
                height: 45px;
            }

                .dang-nhap-goi-doc_page
                .page_wrapper
                .page_form_authen
                .form_authen
                .form_group
                .form_item
                .btn
                svg {
                    width: 15px;
                    margin-left: 10px;
                }

        .dang-nhap-goi-doc_page
        .page_wrapper
        .page_form_authen
        .form_authen
        .form_forgot_password {
            display: block;
            text-align: right;
            font-size: 14px;
            color: #007bff;
            font-weight: 500;
            margin-bottom: 25px;
        }

.company_list .company_item {
    background: #fff;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    flex: 0 0 calc(100% / 2 - 7.5px);
    max-width: calc(100% / 2 - 7.5px);
    margin-bottom: 15px;
    cursor: pointer;
}

    .company_list .company_item.active,
    .company_list .company_item:hover {
        background: #f9f6ef;
        border-color: #d4b26b;
    }

    .company_list .company_item p {
        color: #02010e;
    }

    .company_list .company_item .item_logo {
        flex: 0 0 40px;
        max-width: 40px;
        margin-right: 10px;
    }

        .company_list .company_item .item_logo img {
            width: 100%;
        }

.section-chi-tiet-sach .breadcrumb_detail p {
    font-size: 13px;
    padding: 0;
}

.section-chi-tiet-sach .author-list {
    display: block !important;
}

.section-chi-tiet-sach .license,
.section-chi-tiet-sach .menu-topic,
.section-chi-tiet-sach .news {
    margin-bottom: 15px;
}

.section-chi-tiet-sach .list-cart .category-li {
    border-bottom: none;
}

.section-chi-tiet-sach .list-cart li .category-li_item {
    padding: 10px 18px !important;
}

.section-chi-tiet-sach .list-cart li.li-item {
    flex: 0 0 calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
}

    .section-chi-tiet-sach .list-cart li.li-item del.item-price {
        color: #828282 !important;
    }

    .section-chi-tiet-sach .list-cart li.li-item .item-price {
        color: #eb5757;
    }

    .section-chi-tiet-sach .list-cart li.li-item.sach-giay .amout-options {
        display: none;
    }

    .section-chi-tiet-sach .list-cart li.li-item.sach-giay.active .btn {
        display: none;
    }

    .section-chi-tiet-sach .list-cart li.li-item.sach-giay.active .amout-options {
        display: block;
    }

.section-chi-tiet-sach .list-cart li .line {
    margin: 0 10px;
}

.section-chi-tiet-sach .list-cart .btn,
.section-chi-tiet-sach .list-cart-mb .btn {
    width: 100%;
    padding: 4px 8px !important;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.sach-giay_options_wrapper {
    display: none;
}

    .sach-giay_options_wrapper.active {
        display: block;
    }

.section-chi-tiet-sach-mb .list_content-item .item_text {
    flex: 1;
    padding: 0 10px;
}

.section-chi-tiet-sach-mb .li_option .option_text,
.section-chi-tiet-sach-mb .li_option button {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    font-family: Inter, sans-serif;
}

.section-chi-tiet-sach-mb .li_option .option_text {
    color: #828282;
    font-weight: 400;
}

    .section-chi-tiet-sach-mb .li_option .option_text span {
        font-weight: 600;
    }

        .section-chi-tiet-sach-mb .li_option .option_text span.red {
            color: #eb5757;
        }

.list-cart li.li-item.dou-item {
    flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
}

.list-cart li.li-item del.item-price {
    color: #828282 !important;
}

.details-table-list {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
}

.details-table-list-title {
    font-size: 16px;
    font-weight: 500;
    color: #4f4f4f;
    margin-bottom: 16px;
}

.details-table-list table {
    width: 100%;
    border-collapse: collapse;
}

    .details-table-list table tr:nth-child(even) td {
        background: #f8f8f8;
    }

    .details-table-list table td {
        font-size: 13px;
        color: #4f4f4f;
        padding: 8px 12px;
        border: 1px solid #d1d1d1;
    }

        .details-table-list table td img {
            flex: 0 0 16px;
            max-width: 16px;
            margin-right: 8px;
        }

        .details-table-list table td:nth-child(odd) {
            font-weight: 700;
        }

.tab_wrapper .tab_group {
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .tab_wrapper .tab_group .tab_item {
        background: #f2f2f2;
        transform: translateX(-7px) skewX(15deg);
        font-size: 18px;
        cursor: pointer;
        color: #828282;
        border: 1px solid #fff;
        flex: auto;
        padding: 10px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .tab_wrapper .tab_group .tab_item:last-of-type {
            margin-right: -15px;
        }

        .tab_wrapper .tab_group .tab_item.active,
        .tab_wrapper .tab_group .tab_item:hover {
            background: #fff;
        }

        .tab_wrapper .tab_group .tab_item.active {
            color: #02010e;
        }

        .tab_wrapper .tab_group .tab_item span {
            display: block;
            transform: skewX(-15deg);
        }

.tab_wrapper .tab_main_group {
    background: #fff;
}

    .tab_wrapper .tab_main_group .tab_item {
        display: none;
    }

        .tab_wrapper .tab_main_group .tab_item.active {
            display: block;
        }

section.services-contact {
    margin-bottom: 30px;
}

    section.services-contact .brcrumb {
        display: block;
    }

    section.services-contact .sidebar-mb {
        display: none;
        margin-bottom: 16px;
    }

    section.services-contact .services-contact-wrapper {
        background: #fff;
        padding: 0 63px;
        border-radius: 5px;
    }

    section.services-contact .services-contact-title {
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #d1d1d1;
        color: #333;
    }

    section.services-contact .services-contact-des {
        font-size: 14px;
        color: #02010e;
    }

    section.services-contact .services-contact-item {
        padding: 63px 0;
        border-radius: 5px;
        background: #fff;
    }

        section.services-contact .services-contact-item:first-child {
            flex: 0 0 calc(55% - 35px);
            max-width: calc(55% - 35px);
        }

        section.services-contact .services-contact-item:last-child {
            flex: 0 0 calc(45%);
            max-width: calc(45%);
            padding-left: 35px;
            border-left: 1px solid #e1d6bf;
        }

    section.services-contact form label {
        font-size: 14px;
        line-height: 16px;
        color: #91909a;
        display: inline-block;
        margin-bottom: 10px;
    }

    section.services-contact form .form-groups {
        gap: 16px;
    }

    section.services-contact form .form-group {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
        margin-bottom: 0;
    }

        section.services-contact form .form-group .button_item .btn {
            padding: 4px 24px;
            margin-top: 28px;
        }

        section.services-contact form .form-group.width-30 {
            flex: 0 0 calc(100% / 3 - 11px);
            max-width: calc(100% / 3 - 11px);
        }

        section.services-contact form .form-group.width-40 {
            flex: 0 0 calc(40% - 8px);
            max-width: calc(40% - 8px);
        }

        section.services-contact form .form-group.width-60 {
            flex: 0 0 calc(60% - 8px);
            max-width: calc(60% - 8px);
        }

        section.services-contact form .form-group.full {
            flex: 0 0 100%;
            max-width: 100%;
        }

    section.services-contact form .checkbox-group {
        position: relative;
        display: flex;
        align-items: flex-start;
    }

        section.services-contact form .checkbox-group.checkbox-bill {
            margin-top: 8px;
        }

        section.services-contact form .checkbox-group:first-child {
            margin-left: 12px;
        }

        section.services-contact form .checkbox-group:not(:last-child) {
            margin-right: 40px;
        }

        section.services-contact form .checkbox-group input.checkbox-input {
            position: absolute;
            opacity: 0;
            z-index: 2;
            top: 0;
            left: 0;
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

            section.services-contact
            form
            .checkbox-group
            input.checkbox-input:checked + .checkbox-wrapper {
                border-color: #27ae34;
            }

                section.services-contact
                form
                .checkbox-group
                input.checkbox-input:checked + .checkbox-wrapper::before {
                    display: block;
                }

            section.services-contact
            form
            .checkbox-group
            input.checkbox-input:checked ~ .bill-export-info {
                display: block;
            }

        section.services-contact form .checkbox-group .checkbox-wrapper {
            position: relative;
            width: 16px;
            height: 16px;
            margin-right: 8px;
            border: 1px solid #828282;
            outline: 0;
            border-radius: 3px;
            background: #fff;
            overflow: hidden;
        }

            section.services-contact form .checkbox-group .checkbox-wrapper::before {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                content: "";
                transform: scale(1.2);
                background: url(../images/icon-checkbox-checked.svg);
                background-size: cover;
                background-position: center;
                display: none;
            }

        section.services-contact form .checkbox-group label {
            font-size: 14px;
            color: #02010e;
            cursor: pointer;
            margin-bottom: 0;
            flex: 1;
        }

    section.services-contact form .table-group {
        width: 100%;
        overflow: auto;
    }

        section.services-contact form .table-group thead td {
            padding: 8px;
            font-size: 13px;
            color: #333;
            font-weight: 700;
            background: #f8f8f8;
            white-space: nowrap;
        }

        section.services-contact form .table-group tbody tr:nth-of-type(even) td {
            background: #f8faff;
        }

        section.services-contact form .table-group tbody td {
            padding: 8px;
            font-size: 13px;
            color: #02010e;
        }

            section.services-contact form .table-group tbody td .skin-1 .num-in span {
                width: 28px;
                height: 28px;
                line-height: 28px;
            }

            section.services-contact form .table-group tbody td .skin-1 .num-in input {
                width: 40px;
                background: 0 0;
                font-weight: 700;
                height: 28px;
            }

        section.services-contact form .table-group .table-action-item {
            width: 28px;
            height: 28px;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            cursor: pointer;
        }

    section.services-contact form .input-group {
        position: relative;
    }

        section.services-contact form .input-group .form-icon {
            position: absolute;
            left: 0;
            top: 0;
            width: 40px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            z-index: 99;
        }

            section.services-contact form .input-group .form-icon i {
                color: #91909a;
            }

            section.services-contact form .input-group .form-icon::after {
                content: "";
                position: absolute;
                left: 40px;
                width: 0.5px;
                background: #e1d6bf;
                height: 72%;
                top: 50%;
                transform: translateY(-50%);
            }

        section.services-contact form .input-group .hover-input {
            font-weight: 400;
            font-size: 14px;
            line-height: 1.3;
            color: #4f4f4f;
        }

            section.services-contact
            form
            .input-group
            .hover-input::-webkit-input-placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 1.3;
                color: #4f4f4f;
            }

            section.services-contact form .input-group .hover-input::-moz-placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 1.3;
                color: #4f4f4f;
            }

            section.services-contact form .input-group .hover-input:-ms-input-placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 1.3;
                color: #4f4f4f;
            }

            section.services-contact form .input-group .hover-input::-ms-input-placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 1.3;
                color: #4f4f4f;
            }

            section.services-contact form .input-group .hover-input::placeholder {
                font-weight: 400;
                font-size: 14px;
                line-height: 1.3;
                color: #4f4f4f;
            }

        section.services-contact form .input-group textarea::-webkit-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 1.3;
            color: #4f4f4f;
        }

        section.services-contact form .input-group textarea::-moz-placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 1.3;
            color: #4f4f4f;
        }

        section.services-contact form .input-group textarea:-ms-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 1.3;
            color: #4f4f4f;
        }

        section.services-contact form .input-group textarea::-ms-input-placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 1.3;
            color: #4f4f4f;
        }

        section.services-contact form .input-group textarea::placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 1.3;
            color: #4f4f4f;
        }

        section.services-contact form .input-group .form-control {
            border: 1px solid #e1d6bf;
            box-sizing: border-box;
            border-radius: 5px;
            width: 100%;
            height: 40px;
            outline: 0;
            padding-left: 54px;
            text-align: left;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.3;
            color: #02010e;
        }

            section.services-contact
            form
            .input-group
            .form-control::-webkit-input-placeholder {
                color: #828282;
            }

            section.services-contact form .input-group .form-control::-moz-placeholder {
                color: #828282;
            }

            section.services-contact form .input-group .form-control:-ms-input-placeholder {
                color: #828282;
            }

            section.services-contact
            form
            .input-group
            .form-control::-ms-input-placeholder {
                color: #828282;
            }

            section.services-contact form .input-group .form-control::placeholder {
                color: #828282;
            }

        section.services-contact form .input-group .form-area {
            position: relative;
        }

        section.services-contact form .input-group .form-area_icon {
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 8px;
            background: #fff;
            z-index: 99;
            margin: 2px;
        }

        section.services-contact form .input-group textarea {
            height: 80px;
            width: 100%;
            padding: 12px;
            font-weight: 500 !important;
            font-size: 14px;
            line-height: 1.3;
            color: #02010e;
            border: 1px solid #e1d6bf;
            box-sizing: border-box;
            border-radius: 5px;
            outline: 0;
            color: #02010e !important;
        }

            section.services-contact form .input-group textarea::-webkit-input-placeholder {
                color: #828282 !important;
            }

            section.services-contact form .input-group textarea::-moz-placeholder {
                color: #828282 !important;
            }

            section.services-contact form .input-group textarea:-ms-input-placeholder {
                color: #828282 !important;
            }

            section.services-contact form .input-group textarea::-ms-input-placeholder {
                color: #828282 !important;
            }

            section.services-contact form .input-group textarea::placeholder {
                color: #828282 !important;
            }

    section.services-contact form .bill-export-info {
        display: none;
        margin-top: 20px;
        margin-left: 30px;
        padding: 16px 12px;
        border: 1px solid #e1d6bf;
        border-radius: 5px;
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }

        section.services-contact form .bill-export-info .form-group {
            display: flex;
            align-items: center;
        }

            section.services-contact form .bill-export-info .form-group:not(:last-child) {
                margin-bottom: 16px;
            }

            section.services-contact
            form
            .bill-export-info
            .form-group
            .input-group:not(.form-area) {
                height: 32px;
            }

                section.services-contact
                form
                .bill-export-info
                .form-group
                .input-group:not(.form-area)
                .form-control {
                    height: 32px;
                    padding: 6px 12px;
                }

            section.services-contact form .bill-export-info .form-group label {
                flex: 0 0 80px;
                max-width: 80px;
                white-space: nowrap;
                margin: 0 12px 0 0;
                color: #02010e;
                font-weight: 500;
            }

.legal-document {
    margin-bottom: 30px;
}

    .legal-document .btn_filter {
        display: none;
        width: 30px;
        height: 30px;
        background-color: #d4b26b;
        border-radius: 3px;
        z-index: 100;
        margin-bottom: 12px;
        cursor: pointer;
    }

        .legal-document .btn_filter img {
            width: 16px;
            margin: auto;
        }

.legal-document-item:first-child {
    flex: 0 0 265px;
    max-width: 265px;
    margin-right: 30px;
}

.legal-document-item:last-child {
    flex: 1;
}

.legal-document-tutorial {
    padding: 36px 24px 48px;
    border-radius: 5px;
    background: #247bcb url(../images/bg-legal-document.html);
    background-size: cover;
    background-position: center;
    margin-bottom: 28px;
}

    .legal-document-tutorial h1 {
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
        font-size: 16px;
    }

.legal-document-tutorial-wrapper-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}

.legal-document-tutorial-wrapper-item-step {
    margin-right: 8px;
    flex: 0 0 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.legal-document-tutorial-wrapper-item-info h2 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.legal-document-tutorial-wrapper-item-info p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.legal-document-main {
    padding: 16px 24px;
    border-radius: 5px;
    background: #fff;
}

.legal-document-main-pagination {
    justify-content: center !important;
}

.legal-document-main-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 16px;
}

.legal-document-main-filter {
    margin-bottom: 15px;
}

.legal-document-main-filter-item:first-child {
    flex: 1;
    margin-right: 24px;
}

.legal-document-main-filter-item:last-child {
    min-width: 140px;
}

.legal-document-main-filter-item .input-filter {
    border-radius: 3px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    padding: 6px 12px;
}

    .legal-document-main-filter-item .input-filter input {
        width: 100%;
        outline: 0;
        border: none;
        background: 0 0;
        font-size: 14px;
        margin-right: 8px;
    }

    .legal-document-main-filter-item .input-filter svg {
        cursor: pointer;
        flex: 0 0 16px;
        max-width: 16px;
        height: 16px;
    }

.legal-document-main-filter-item .select-filter select {
    padding: 5px 12px;
}

.legal-document-main-filter-item .select-filter::after {
    position: absolute;
    right: 12px;
}

.legal-document-main-wrapper {
    border: 1px solid #d8d8d8;
    margin-bottom: 16px;
}

    .legal-document-main-wrapper
    .legal-document-main-item.level-1
    .legal-document-main-item-level {
        background: rgba(0, 123, 255, 0.1);
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-1
    .legal-document-main-item-level-icon
    svg
    path {
        fill: #007bff;
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-1
    .legal-document-main-item-level-label {
        background: #007bff;
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-2
    .legal-document-main-item-level {
        background: rgba(39, 174, 52, 0.1);
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-2
    .legal-document-main-item-level-icon
    svg
    path {
        fill: #27ae34;
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-2
    .legal-document-main-item-level-label {
        background: #27ae34;
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-3
    .legal-document-main-item-level {
        background: rgba(255, 156, 7, 0.1);
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-3
    .legal-document-main-item-level-icon
    svg
    path {
        fill: #ff9c07;
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-3
    .legal-document-main-item-level-label {
        background: #ff9c07;
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-4
    .legal-document-main-item-level {
        background: rgba(235, 87, 87, 0.1);
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-4
    .legal-document-main-item-level-icon
    svg
    path {
        fill: #eb5757;
    }

    .legal-document-main-wrapper
    .legal-document-main-item.level-4
    .legal-document-main-item-level-label {
        background: #eb5757;
    }

    .legal-document-main-wrapper .legal-document-main-item:not(:last-child) {
        border-bottom: 1px solid #d8d8d8;
    }

    .legal-document-main-wrapper .legal-document-main-item-col {
        padding: 16px 20px;
    }

        .legal-document-main-wrapper .legal-document-main-item-col.col-info {
            flex: 1;
        }

        .legal-document-main-wrapper .legal-document-main-item-col:not(:last-child) {
            border-right: 1px solid #d8d8d8;
        }

    .legal-document-main-wrapper .legal-document-main-item-level {
        width: 85px;
        border-radius: 5px;
        overflow: hidden;
    }

    .legal-document-main-wrapper .legal-document-main-item-level-icon {
        padding: 10px;
    }

        .legal-document-main-wrapper .legal-document-main-item-level-icon svg {
            width: 100%;
            height: 100%;
        }

    .legal-document-main-wrapper .legal-document-main-item-level-label {
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-weight: 500;
        line-height: 2;
    }

    .legal-document-main-wrapper .legal-document-main-item-title {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .legal-document-main-wrapper .legal-document-main-item-description {
        color: #333;
        font-size: 13px;
        line-height: 1.5;
    }

    .legal-document-main-wrapper .legal-document-main-item-price-title {
        font-size: 14px;
        font-weight: 700;
        color: #333;
        text-align: center;
        margin-bottom: 16px;
    }

        .legal-document-main-wrapper .legal-document-main-item-price-title span {
            color: #eb5757;
            font-size: 18px;
            font-weight: 700;
            margin-left: 8px;
            display: inline-block;
        }

    .legal-document-main-wrapper .legal-document-main-item-price-btn-item {
        padding: 8px;
        font-size: 12px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        line-height: 1.3;
        border-radius: 2px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        min-width: 120px;
        width: 100%;
    }

        .legal-document-main-wrapper .legal-document-main-item-price-btn-item.blue {
            background: #007bff;
            margin-right: 6px;
        }

        .legal-document-main-wrapper .legal-document-main-item-price-btn-item.red {
            background: #eb5757;
            margin-left: 6px;
        }

        .legal-document-main-wrapper .legal-document-main-item-price-btn-item.green {
            background: #1c9628;
            margin-left: 6px;
        }

        .legal-document-main-wrapper .legal-document-main-item-price-btn-item span {
            font-size: 10px !important;
            font-weight: 400;
        }

.legal-document section.filter_menu .category-panel {
    padding: 0;
}

.legal-document-detail {
    margin-bottom: 30px;
}

.legal-document-detail-item-wrapper {
    padding: 16px 24px;
    border-radius: 5px;
    background: #fff;
    border-radius: 5px;
}

.legal-document-detail-item:first-child {
    flex: 1;
}

.legal-document-detail-item:last-child {
    flex: 0 0 338px;
    max-width: 338px;
    margin-left: 30px;
}

.legal-document-detail-tabs {
    border-bottom: 1px solid #d1d1d1;
    overflow: auto hidden !important;
    padding: 12px 0 0;
    margin-top: -12px;
}

    .legal-document-detail-tabs .tab_item {
        background: 0 0 !important;
        transform: none !important;
        padding: 0 !important;
        border: none !important;
        overflow: unset !important;
        flex: unset !important;
    }

        .legal-document-detail-tabs .tab_item.disabled {
            cursor: not-allowed;
        }

            .legal-document-detail-tabs .tab_item.disabled span {
                opacity: 0.3;
            }

        .legal-document-detail-tabs
        .tab_item.active
        .legal-document-detail-tabs-item::before {
            transform: scaleX(1);
        }

        .legal-document-detail-tabs
        .tab_item.active
        .legal-document-detail-tabs-item
        span {
            font-size: 16px;
            font-weight: 700;
        }

.legal-document-detail-tabs-item {
    position: relative;
    color: #333;
    padding: 6px 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

    .legal-document-detail-tabs-item::before {
        position: absolute;
        height: 2px;
        background: #d4b26b;
        content: "";
        width: 100%;
        bottom: -1px;
        left: -1px;
        transition: 0.3s ease;
        transform: scaleX(0);
    }

.legal-document-detail-tabs-item-buy {
    position: absolute;
    font-size: 10px !important;
    color: #fff;
    padding: 0 8px;
    line-height: 1.8;
    border-radius: 2px;
    background: #d4b26b;
    top: 0;
    right: 10px;
    transform: translateY(-65%);
}

    .legal-document-detail-tabs-item-buy::before {
        width: 5px;
        height: 5px;
        content: "";
        position: absolute;
        bottom: 0;
        right: 4px;
        transform: translateY(50%) rotate(45deg);
        background: #d4b26b;
        pointer-events: none;
    }

.legal-document-detail-tabs-item span {
    font-weight: 400;
    font-size: 14px;
    transform: none !important;
    transition: 0.3 ease;
}

.legal-document-detail-tabs-main-item {
    padding: 16px 0 0;
}

    .legal-document-detail-tabs-main-item a,
    .legal-document-detail-tabs-main-item h3,
    .legal-document-detail-tabs-main-item li,
    .legal-document-detail-tabs-main-item p {
        font-size: 14px;
        line-height: 1.8;
        color: #333;
        margin-bottom: 5px;
    }

    .legal-document-detail-tabs-main-item h3 {
        font-weight: 700;
    }

    .legal-document-detail-tabs-main-item a {
        color: #2f80ed;
    }

        .legal-document-detail-tabs-main-item a:hover {
            text-decoration: underline;
        }

    .legal-document-detail-tabs-main-item ul {
        padding-left: 13px;
    }

        .legal-document-detail-tabs-main-item ul li {
            list-style: disc;
        }

    .legal-document-detail-tabs-main-item table {
        width: 100%;
        border-collapse: collapse;
    }

        .legal-document-detail-tabs-main-item table thead td {
            font-weight: 700;
            color: #333;
        }

        .legal-document-detail-tabs-main-item table tr:hover td {
            background-color: #f8f8f8;
        }

        .legal-document-detail-tabs-main-item table button.btn {
            white-space: nowrap;
            border-radius: 2px;
        }

        .legal-document-detail-tabs-main-item table .legal-label {
            font-size: 12px;
            font-weight: 500;
            padding: 0 8px;
            line-height: 1.7;
            border-radius: 3px;
            color: #fff;
        }

            .legal-document-detail-tabs-main-item table .legal-label:not(:last-child) {
                margin-right: 8px;
            }

            .legal-document-detail-tabs-main-item table .legal-label.level-1 {
                background: #007bff;
            }

            .legal-document-detail-tabs-main-item table .legal-label.level-2 {
                background: #27ae34;
            }

            .legal-document-detail-tabs-main-item table .legal-label.level-3 {
                background: #ff9c07;
            }

            .legal-document-detail-tabs-main-item table .legal-label.level-4 {
                background: #eb5757;
            }

        .legal-document-detail-tabs-main-item table td {
            font-size: 14px;
            padding: 8px 12px;
            color: #02010e;
            border: 1px solid #f1f1f1;
            transition: 0.3s ease;
        }

            .legal-document-detail-tabs-main-item table td:first-child {
                width: 30%;
            }

            .legal-document-detail-tabs-main-item table td.bold {
                font-weight: 700;
                color: #333;
            }

.legal-document-template {
    margin-bottom: 30px;
}

    .legal-document-template .content a,
    .legal-document-template .content h3,
    .legal-document-template .content li,
    .legal-document-template .content p {
        font-size: 14px;
        line-height: 1.8;
        color: #333;
        margin-bottom: 5px;
    }

    .legal-document-template .content h3 {
        font-weight: 700;
    }

    .legal-document-template .content a {
        color: #2f80ed;
    }

        .legal-document-template .content a:hover {
            text-decoration: underline;
        }

    .legal-document-template .content ul {
        padding-left: 13px;
    }

        .legal-document-template .content ul li {
            list-style: disc;
        }

.legal-document-template-item {
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
}

.legal-document-template-item-wrapper {
    padding: 24px;
    border-radius: 5px;
    background: #fff;
}

.legal-document-template-item-wrapper-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1d6bf;
}

.legal-document-template-item-wrapper:not(:last-child) {
    margin-bottom: 24px;
}

.legal-document-template-main-row {
    padding: 16px 0;
    border-bottom: 1px dashed #e1d6bf;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

    .legal-document-template-main-row strong {
        font-weight: 700;
        padding-right: 5px;
    }

    .legal-document-template-main-row span {
        font-weight: 700;
    }

        .legal-document-template-main-row span.blue {
            color: #2d9cdb;
        }

        .legal-document-template-main-row span.red {
            color: #eb5757;
        }

    .legal-document-template-main-row svg {
        flex: 0 0 16px;
        max-width: 16px;
        height: 16px;
        margin: 2px 8px 0 0;
    }

.legal-document-template-main-note {
    padding: 12px 24px;
    border-radius: 5px;
    background: #fff8eb;
    border: 1px solid #d4b26b;
    margin-bottom: 16px;
}

.legal-document-template-main-btn .button_item {
    flex: 0 0 calc(100% / 3 - 8px);
    max-width: calc(100% / 3 - 8px);
}

    .legal-document-template-main-btn .button_item .btn {
        width: 100%;
        padding: 4px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.6;
    }

        .legal-document-template-main-btn .button_item .btn svg {
            margin-right: 8px;
        }

.legal-document-template .pdf-view {
    position: relative;
    border-radius: 5px;
    background: #535659;
    padding: 50px 24px 8px;
    max-height: 160vh;
    overflow: auto;
}

    .legal-document-template .pdf-view .pdf-view-title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #fff;
        background: #333639;
        font-size: 14px;
        text-align: center;
        padding: 10px 24px;
    }

    .legal-document-template .pdf-view .pdf-page-canvas {
        margin-bottom: 12px;
    }

    .legal-document-template .pdf-view canvas {
        width: 100%;
    }

.legal-document-template-tabs .tab_wrapper .tab_group {
    margin-bottom: 16px;
    background: 0 0;
}

    .legal-document-template-tabs .tab_wrapper .tab_group .tab_item {
        background: 0 0;
        transform: none;
        border: none;
        overflow: unset;
        font-size: 14px;
        padding: 6px 16px;
        border-radius: 3px;
        background: #bdbdbd;
        color: #fff;
        flex: unset;
    }

        .legal-document-template-tabs .tab_wrapper .tab_group .tab_item.active {
            background: #27ae34;
        }

        .legal-document-template-tabs
        .tab_wrapper
        .tab_group
        .tab_item:not(:last-child) {
            margin-right: 16px;
        }

.b_content .listproduct,
.cb_content .listproduct {
    border: none;
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.listproduct {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.b_content .listproduct li,
.cb_content .listproduct li {
    border: none;
    scroll-snap-align: start;
    background-color: #fff;
    padding: 15px 3px 15px 3px;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    overflow: hidden;
    background-color: #fff;
    display: block;
    text-align: center;
}

.item-label {
    height: 23px;
}

.item-label {
    font-size: 0;
    height: 22px;
}

    .item-label span {
        border-radius: 2px;
        font-size: 11px;
        line-height: 12px;
        display: inline-block;
        margin-right: 4px;
        padding: 3px;
    }

    .item-label span {
        border-radius: 2px;
        font-size: 11px;
        line-height: 12px;
        display: inline-block;
        margin-right: 4px;
        padding: 3px;
    }

.lb-tragop {
    background-color: #f1f1f1;
    color: #333;
}

.lb-tragop {
    background-color: #f1f1f1;
    color: #333;
}

.b_content .listproduct .item-img {
    height: 180px;
}

.cb_content .listproduct .item-img {
    max-height: 166px;
}

.listproduct .item-img {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-top: 0;
    overflow: hidden;
}

.listproduct .item-img {
    position: relative;
}

    .listproduct .item-img img {
        height: 100%;
        display: block;
        margin: 0 auto;
    }

.listproduct .price {
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    line-height: 18px;
    display: block;
    margin-top: 5px;
}

.listproduct h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-txt-online {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body,
button,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
input,
label,
legend,
option,
select,
textarea {
    color: #333;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.Cart {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background: #fff;
}

@media (max-width: 991px) {
    .Cart {
        padding: 15px;
        margin-bottom: 15px;
    }

    .cart-price {
        display: none;
    }
}

.Cart .HeadingCard {
    margin: 8px;
}

.cart-wrapper {
    padding-top: 15px;
}

.cart-item .col-1 i {
    font-size: 18px;
    color: #ff4c13;
}

.gift-item {
    font-size: 13px;
    font-style: italic;
    display: grid;
}

    .gift-item i {
        color: #ff4c13;
    }

@media (max-width: 991px) {
    .cart-wrapper .cart-item {
        flex-wrap: nowrap;
    }

    .cart-wrapper .col-1 {
        width: 41px;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cart-wrapper .Select,
    .cart-wrapper .quantity-control,
    .cart-wrapper a.mt-2 img {
        transform: scale(0.8);
    }
}

.cart-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

    .cart-heading .h4,
    .cart-heading .h6,
    .cart-heading a,
    .cart-heading h4,
    .cart-heading h6 {
        font-size: 15px;
        font-weight: 700;
        font-style: normal;
        line-height: 130%;
        text-decoration: none;
        text-transform: none;
        white-space: nowrap;
        text-align: center;
    }

    .cart-heading .h4,
    .cart-heading h4 {
        text-align: left;
    }

@media (max-width: 991px) {
    .cart-heading {
        justify-content: flex-start;
    }

        .cart-heading .col-1 {
            width: 41px;
        }

        .cart-heading .cart-heading-title {
            display: none;
        }
}

.Cart a img {
    width: 32px;
    height: 32px;
}

.cart-item {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .cart-item > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(1.5rem * 0.5);
        padding-left: calc(1.5rem * 0.5);
        margin-top: 0;
    }

    .cart-item {
        height: 140px;
        justify-content: space-between !important;
        position: relative;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .section-checkout-mb .cart-item {
        height: 135px;
    }

    .cart-item .col-6 {
        width: 90%;
        flex: 0 0 90%;
    }

    .cart-item .col-7 {
        width: 90%;
        flex: 0 0 90%;
    }

    .cart-item .cart-info-mobile {
        position: absolute;
        bottom: 20px;
        left: 200px;
        width: auto;
        padding: 0;
    }

    .section-checkout-mb .cart-item .cart-info-mobile {
        bottom: 16px;
    }

    .cart-item .cart-info-mobile-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0;
        width: calc(100% - 20px);
    }

    .cart-item .cart-info-mobile-btn {
        width: auto;
        white-space: nowrap;
    }

    .cart-item .cart-info-mobile .cart-price {
        display: none;
    }
}

@media (max-width: 768px) {
    .Cart .cart-item .cart-info-mobile {
        left: 171px;
    }

    .section-checkout-mb .Cart .cart-item .cart-info-mobile {
        left: 135px;
    }
}

@media (max-width: 370px) {
    .Cart .cart-wrapper .cart-item {
        height: 200px;
    }

    .Cart .cart-card {
        flex-direction: column;
        gap: 16px;
    }

    .Cart .cart-info-mobile-wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .Cart .cart-item .cart-info-mobile-wrapper {
        width: unset;
        align-items: center;
    }
}

.cart-price {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
    color: #ff4c13;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.cart-price-unit {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.cart-price-old {
    color: #a4a4a4;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -webkit-text-decoration-line: strikethrough;
    text-decoration-line: strikethrough;
}

.cart-price-old-unit {
    color: #a4a4a4;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -webkit-text-decoration-line: strikethrough;
    text-decoration-line: strikethrough;
}

.cart-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}

@media (max-width: 991px) {
    .cart-card {
        align-items: unset;
    }
}

.cart-card-book {
    position: relative;
    width: 100px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    margin-right: 23px;
}

.cart-card-book-cover {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcf8f1;
    border-radius: 8px;
}

    .cart-card-book-cover img.book-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        width: unset !important;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        border-radius: 8px;
        transition: 0.5s;
    }

.cart-card-info {
    width: calc(100% - 123px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 991px) {
    .cart-card-info {
        margin: 0;
        margin-top: 0 !important;
    }
}

.cart-card-heading {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

@media (max-width: 991px) {
    .cart-card-heading {
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        line-height: 130%;
        text-decoration: none;
        text-transform: none;
    }
}

.cart-card-description {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

@media (max-width: 991px) {
    .cart-card-description {
        display: none;
    }
}

.cart-card-label {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

    .cart-card-label .cart-price {
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        line-height: 130%;
        text-decoration: none;
        text-transform: none;
        color: #ff4c13;
    }

    .cart-card-label span:nth-child(3) {
        color: #a4a4a4;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        -webkit-text-decoration-line: strikethrough;
        text-decoration-line: strikethrough;
    }

@media (max-width: 991px) {
    .cart-card-label .cart-price-label {
        display: none;
    }
}

.cart-info-mobile-btn {
    text-align: center;
}

.Cart.Medthod .cart-wrapper .col-1,
.Cart.Medthod .cart-wrapper .col-2 .mt-2 {
    display: none;
}

.Cart.Medthod .cart-wrapper .quantity-control .btn {
    display: none;
}

.cart-card-tag {
    position: absolute;
    display: flex;
    flex-direction: row;
    height: 19.42px;
    right: -5%;
    top: 0;
}

    .cart-card-tag .img-tag {
        position: relative;
    }

        .cart-card-tag .img-tag:before {
            position: absolute;
            right: 0;
            top: 0;
            content: "";
            height: 20.5px;
            background-size: cover;
            background-position: center left;
            background-repeat: no-repeat;
            width: 12px;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjYxNjgxMyA4LjQwNTA5Qy0wLjIwNTYwNSA5LjA4MDY1IC0wLjIwNTYwNCAxMC4zMzkzIDAuNjE2ODE0IDExLjAxNDlMMTAuODQ5MSAxOS40MkwxMC44NDkxIDBMMC42MTY4MTMgOC40MDUwOVpNNS45OTk5OCAxMi4wMDAxQzcuMTA0NTUgMTIuMDAwMSA3Ljk5OTk4IDExLjEwNDYgNy45OTk5OCAxMC4wMDAxQzcuOTk5OTggOC44OTU0OSA3LjEwNDU1IDguMDAwMDYgNS45OTk5OCA4LjAwMDA2QzQuODk1NDEgOC4wMDAwNiAzLjk5OTk4IDguODk1NDkgMy45OTk5OCAxMC4wMDAxQzMuOTk5OTggMTEuMTA0NiA0Ljg5NTQxIDEyLjAwMDEgNS45OTk5OCAxMi4wMDAxWiIgZmlsbD0iIzJGNjlGRCIvPgo8L3N2Zz4K);
        }

    .cart-card-tag span {
        border-radius: 0 2px 2px 0;
        background: #2f69fd;
        font-size: 12px;
        font-weight: 700;
        font-style: normal;
        line-height: 15.75px;
        text-decoration: none;
        text-transform: none;
        text-decoration: none;
        text-transform: none;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 4px 4px;
        color: #fff;
        margin-left: -1px;
        box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.15);
    }

    .cart-card-tag.success .img-tag:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjQ2NTkzIDguNDA1MDlDMC42NDM1MTcgOS4wODA2NSAwLjY0MzUxNyAxMC4zMzkzIDEuNDY1OTMgMTEuMDE0OUwxMS42OTgyIDE5LjQyTDExLjY5ODIgMEwxLjQ2NTkzIDguNDA1MDlaTTYuODQ5MSAxMi4wMDAxQzcuOTUzNjcgMTIuMDAwMSA4Ljg0OTEgMTEuMTA0NiA4Ljg0OTEgMTAuMDAwMUM4Ljg0OTEgOC44OTU0OSA3Ljk1MzY3IDguMDAwMDYgNi44NDkxIDguMDAwMDZDNS43NDQ1MyA4LjAwMDA2IDQuODQ5MSA4Ljg5NTQ5IDQuODQ5MSAxMC4wMDAxQzQuODQ5MSAxMS4xMDQ2IDUuNzQ0NTMgMTIuMDAwMSA2Ljg0OTEgMTIuMDAwMVoiIGZpbGw9IiMyNkFENjAiLz4KPC9zdmc+Cg==);
    }

    .cart-card-tag.success span {
        background: #26ad60;
    }

    .cart-card-tag.warning .img-tag:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjMxNTA2IDguNDA1MDlDMC40OTI2MzggOS4wODA2NSAwLjQ5MjYzOCAxMC4zMzkzIDEuMzE1MDYgMTEuMDE0OUwxMS41NDczIDE5LjQyTDExLjU0NzMgMEwxLjMxNTA2IDguNDA1MDlaTTYuNjk4MjMgMTIuMDAwMUM3LjgwMjc5IDEyLjAwMDEgOC42OTgyMyAxMS4xMDQ2IDguNjk4MjMgMTAuMDAwMUM4LjY5ODIzIDguODk1NDkgNy44MDI3OSA4LjAwMDA2IDYuNjk4MjMgOC4wMDAwNkM1LjU5MzY2IDguMDAwMDYgNC42OTgyMyA4Ljg5NTQ5IDQuNjk4MjMgMTAuMDAwMUM0LjY5ODIzIDExLjEwNDYgNS41OTM2NiAxMi4wMDAxIDYuNjk4MjMgMTIuMDAwMVoiIGZpbGw9IiNGRjRDMTMiLz4KPC9zdmc+Cg==);
    }

    .cart-card-tag.warning span {
        background: #ff4c13;
    }

    .cart-card-tag.pupple .img-tag:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NDEyIDguNDA1MDlDMC4zNDE2OTggOS4wODA2NSAwLjM0MTY5OCAxMC4zMzkzIDEuMTY0MTIgMTEuMDE0OUwxMS4zOTY0IDE5LjQyTDExLjM5NjQgMEwxLjE2NDEyIDguNDA1MDlaTTYuNTQ3MjkgMTIuMDAwMUM3LjY1MTg2IDEyLjAwMDEgOC41NDcyOSAxMS4xMDQ2IDguNTQ3MjkgMTAuMDAwMUM4LjU0NzI5IDguODk1NDkgNy42NTE4NiA4LjAwMDA2IDYuNTQ3MjkgOC4wMDAwNkM1LjQ0MjcyIDguMDAwMDYgNC41NDcyOSA4Ljg5NTQ5IDQuNTQ3MjkgMTAuMDAwMUM0LjU0NzI5IDExLjEwNDYgNS40NDI3MiAxMi4wMDAxIDYuNTQ3MjkgMTIuMDAwMVoiIGZpbGw9IiM1MzVGRTEiLz4KPC9zdmc+Cg==);
    }

    .cart-card-tag.pupple span {
        background: #535fe1;
    }

.HeadingCard {
    display: flex;
    justify-content: space-between;
}

    .HeadingCard.isViewLink .isViewLink-item {
        width: 30px;
        height: 30px;
        background: rgba(51, 51, 51, 0.168627451);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-left: 14px;
        transition: 0.5s;
    }

        .HeadingCard.isViewLink .isViewLink-item:hover {
            background: rgba(51, 51, 51, 0.48);
        }

        .HeadingCard.isViewLink .isViewLink-item img {
            transform: rotate(180deg);
            width: 8px;
        }

.HeadingCard-title {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: uppercase;
    color: #262626;
}

.flash-sale-tab-header-title {
    color: #262626;
    padding-right: 9px;
}

.flash-sale-tab-header.style2 .flash-sale-tab-header-title {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
}

.flash-sale-tab-header-timeEnd-in {
    font-size: 15px;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
    color: #333;
    padding: 0 9px;
    border-left: 1px solid #54555b;
}

.flash-sale-tab-header-timeEnd-item {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
    color: var(--black);
    padding: 6px 8px;
    background: #fff;
}

.flash-sale-tab-header.style2 .flash-sale-tab-header-timeEnd-item {
    border-radius: 3px;
    color: #fff;
    padding: 3px 5px;
    background: #333;
}

    .flash-sale-tab-header.style2 .flash-sale-tab-header-timeEnd-item.dot {
        background: 0 0;
        color: #062233;
    }

@media (max-width: 374px) {
    .HeadingCard-title {
        font-size: 14px;
    }
}

@media (max-width: 767px) and (min-width: 375px) {
    .HeadingCard-title {
        font-size: 16px;
    }
}

.HeadingCard-view {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
    color: #ffb40b;
}

    .HeadingCard-view i {
        font-size: 13px;
    }

.HeadingCard.H0-24-B-heading-card .HeadingCard-title {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .HeadingCard.H0-24-B-heading-card .HeadingCard-title {
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        line-height: 130%;
        text-decoration: none;
        text-transform: uppercase;
    }
}

@media (max-width: 374px) {
    .HeadingCard.H0-24-B-heading-card .HeadingCard-title {
        font-size: 14px;
    }
}

.HeadingCard.center {
    justify-content: center;
}

.HeadingCard-view {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
    color: #ffb40b !important;
}

    .HeadingCard-view i {
        font-size: 13px;
    }

.checkbox {
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
}

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:checked ~ span {
            color: #ff4c13;
            background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ1NDQgMC40NTQ1MDRDMTAuODkzOCAwLjAxNTE2NTIgMTEuNjA2MSAwLjAxNTE2NTIgMTIuMDQ1NCAwLjQ1NDUwNEMxMi40Nzk0IDAuODg4NDU2IDEyLjQ4NDcgMS41ODg3MiAxMi4wNjE0IDIuMDI5MjFMNi4wNzMxIDkuNTE0NTlDNi4wNjQ0NiA5LjUyNTQgNi4wNTUyMiA5LjUzNTcxIDYuMDQ1NDQgOS41NDU0OUM1LjYwNjEgOS45ODQ4NCA0Ljg5Mzc5IDkuOTg0ODQgNC40NTQ0NSA5LjU0NTVMMC40ODQ3NzggNS41NzU4M0MwLjA0NTQzODMgNS4xMzY0OSAwLjA0NTQzODYgNC40MjQxNyAwLjQ4NDc3OCAzLjk4NDgzQzAuOTI0MTE4IDMuNTQ1NDkgMS42MzY0MyAzLjU0NTQ5IDIuMDc1NzcgMy45ODQ4M0w1LjIxNjA1IDcuMTI1MTFMMTAuNDI0NiAwLjQ4ODE1N0MxMC40MzM5IDAuNDc2MzUzIDEwLjQ0MzggMC40NjUxMTUgMTAuNDU0NCAwLjQ1NDUwNFoiIGZpbGw9IiNGRjRDMTMiLz4KPC9zdmc+Cg==) 50% 40% no-repeat;
            border: 2px solid #ff4c13;
        }

    .checkbox span {
        border-radius: 3px;
        position: absolute;
        left: 50%;
        top: 0;
        border: 2px solid #aab0b9;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        width: 20px;
        height: 20px;
        transform: translate(-50%);
        filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
    }

.quantity-control {
    display: flex;
    align-items: center;
    width: 121px;
}

    .quantity-control .btn-default:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .quantity-control .btn-default:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.btn-default {
    --bs-btn-hover-bg: rgba(164, 164, 164, 0.5);
    --bs-btn-active-color: #a4a4a4;
    background-color: #eaeaea;
    width: 32px;
    height: 32px;
    font-size: 16px;
    border-radius: unset;
    padding: 0;
}

.quantity-control input {
    width: 45px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
    color: #262626;
    height: 32px;
    border: none;
    background-color: #f6f6f6;
}

.Select {
    position: relative;
    cursor: pointer;
    min-width: 109px;
    background-color: #eaeaea;
    padding: 6px 8px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

    .Select.has-radius {
        border-radius: 5px !important;
    }

.select-label {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 0;
}

.select-options.active {
    max-height: 100vh;
    cursor: pointer;
}

.select-options {
    position: absolute;
    top: calc(100% + 8px);
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    left: 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
}

.select-option {
    transition: 0.5s;
    border-bottom: 1px solid #f6f6f6;
    padding: 8px;
    text-align: center;
}

aside {
    position: sticky;
    top: 0;
}

.bill-shape {
    width: 100%;
    height: 16px;
    border-radius: 8px;
    background: #eaeaea;
}

.bill-wrapper {
    border-radius: 5px 5px 0 0;
    padding: 30px 15px 15px 15px;
    box-shadow: -1px 15px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
}

.deliver-info {
    text-align: center;
    margin-bottom: 15px;
    background-color: #fff8dc;
    padding: 10px;
    font-size: 13px;
    color: #333;
    border: 1px dashed #ffc107;
}

.section-checkout_right .bill-wrapper {
    padding: 30px 25px 15px 25px;
    background: var(--white);
}

.bill-total {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.bill-total-title {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
}

.bill-total .bill-price,
.js-cart-cost,
.js-cart-price {
    color: #2f69fd;
}

.bill-show-price {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 130%;
    text-decoration: none;
    text-transform: none;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.bill-total-price-unit {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.dash {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 25px;
    margin-top: 2px;
}

.bill-total.big .bill-total-title {
    font-weight: 700;
}

.bill-total.big .bill-show-price {
    color: #ff4c13;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}

.codeboxinput {
    background-color: #f1f1f1;
    margin: 15px -15px 15px -15px;
    padding: 15px 15px 15px 15px;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.btn-orange-brand {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff4c13;
    --bs-btn-border-color: #ff4c13;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff3f02;
    --bs-btn-hover-border-color: #ff3f02;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ee3d05;
    --bs-active-border-color: #ee3d05;
    --bs-disabled-bg: #ff4c13;
    --bs-disabled-border-color: #ff4c13;
    background-color: #ff4c13;
    font-weight: 600;
    color: #fff;
}

.btn {
    --bs-btn-font-size: 13px;
    --bs-btn-font-weight: 400;
    --bs-btn-border-radius: 5px;
}

    .btn:hover {
        color: #fff;
        text-decoration: none;
    }

.bill-note {
    color: #555;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: 15px;
}

    .bill-note span {
        color: #333;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px;
    }

.bill-bottom {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    position: absolute;
}

    .bill-bottom img {
        width: 100%;
        display: block;
    }

.input-group-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 6;
    transform: translateY(-50%);
}

    .input-group-icon img {
        width: 16px;
        height: 16px;
    }

.input-group.has-icon .form-control {
    padding-left: 35px;
    border-radius: 5px 0 0 5px;
}

.bill-discount .form-control {
    height: 36px;
    font-size: 15px;
}

.bill-discount .btn-danger,
.bill-discount .btn-success {
    width: 105px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    white-space: nowrap;
    border-radius: 0 5px 5px 0;
}

.codeboxinput-apply {
    font-size: 12px;
}

    .codeboxinput-apply.error {
        color: #c92e38;
    }

    .codeboxinput-apply.success {
        color: #10a702;
    }

.contact {
    width: 46px;
    position: fixed;
    bottom: 150px;
    right: 0;
    list-style: none;
    padding: 4px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

    .contact li {
        background: #f4f4f8;
        margin-bottom: 4px;
    }

        .contact li:last-child {
            margin-bottom: 0;
        }

    .contact .contact-item {
        padding: 5px;
    }

.contact-item .fa-facebook-square {
    color: #4267b2;
}

.contact-item .fa-facebook-messenger {
    color: #006aff;
}

.contact-item .fa-books-medical {
    color: #d4b880;
}

.contact-item {
    position: relative;
    display: inline-block;
}

    .contact-item .tooltiptext {
        visibility: hidden;
        width: max-content;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        right: 45px;
        padding: 5px 8px;
        font-size: 13px;
    }

    .contact-item:hover .tooltiptext {
        visibility: visible;
    }

.contact-banner {
    position: fixed;
    bottom: 5px;
    left: 5px;
    padding: 5px;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    z-index: 1;
    border-radius: 5px;
    max-width: 390px;
}

.noresultsuggestion h3 {
    font-size: 16px;
    font-weight: 600;
}

.noresultsuggestion ul {
    line-height: 20px;
    margin: 10px 0;
}

    .noresultsuggestion ul li {
        list-style-position: inside;
        list-style-type: disc;
        font-size: 14px;
        color: #4f4f4f;
    }

.blockUI span {
    display: none;
}

.Cart::-webkit-scrollbar {
    width: 5px;
    height: 0;
}

.Cart::-webkit-scrollbar-thumb {
    background: #e6e6e6;
}

.Cart::-webkit-scrollbar-track {
    background: #fff;
}

.message_form::-webkit-scrollbar {
    width: 10px;
    height: 0;
}

::-webkit-scrollbar {
    width: 8px;
    height: 0;
}

::-webkit-scrollbar-track {
    background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background: #d5dae2;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #f2f2f2;
    }
