#menu1 .table {
    width: 100% !important;
}

#review .table, #review div, #review table {
    width: 100% !important;
}

.author_item-img img {
    border-radius: 100px;
}

.partner_wrap .partner_content {
    padding-bottom: 50px !important;
}

.ptservice_main-title {
    font-weight: 500 !important;
}

.book_box {
    height: 100% !important;
    margin: 0px !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
    cursor: pointer;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -75px;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.toast-title {
    color: white !important;
}

.brcrumb_info-title {
    font-size: 25px !important;
}

.item-img_sale {
    text-align: center;
    font-size: 11px;
    text-align: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eb5757;
    right: 8px;
    top: 5px;
    color: #fff;
    font-size: 12px;
}

.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,.15);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

    .contact li {
        background: #f4f4f8;
    }

        .contact li:first-child {
            margin-bottom: 4px;
        }

    .contact .contact-item {
        padding: 5px;
    }

.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;
}

.banner-close-wrapper {
    position: absolute;
    right: 8px;
    top: 8px;
}

.chat-close-button {
    background-color: rgba(137,146,164,.7);
    color: #fff;
    border: none;
    outline: none;
    height: 28px;
    width: 40px;
    padding: 0 12px 4px;
    font-size: 16px;
    border-radius: 20px;
}
.copy_text
{
    z-index: 1 !important
}
.yellow .hotline_icon svg path, .account svg path, .pagination_list-btn svg path, .menu_component .menu_my_book .my_book_icon svg path {
    fill: #FFF;
}
.section_header .header_wrap .header_info .header_hotline .hotline_icon svg path {
	fill: #FFF;
}
.section_header .header_wrap .header_button.account a svg path, .menu_component .menu_my_book .my_book_icon svg path, .book_content-title .button_item a svg , .section_header .header_wrap .header_button.cart a svg path{
    fill: #0A64A2;
}
.rounded-circle {
    padding: 30px;
}
.detail_list {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.footer {margin-top: 20px;R}
.printer-list-content {
    padding-top: 0!important;
}
ul.submenu_list {margin-top: 20px;}
.home_page .banner_section {
	background-image: url(../images/bg-hero-slide.jpg);
	background-repeat: repeat;
}
.partner-box_section {display: none;}
.book_content-content {
    padding: 20px 0;
}
.section > .container > .row > .col-lg-9.col-sm-12 > .mb-4 .book_content .book_content-title, .section.my-4 .book_slider .book_content-title {
	border-bottom: none;
	margin: 0 -1.5rem;
	padding-top: 0!important;
	padding-right: 15px;
	background: #F2D424;
	border-radius: 6px 6px 0 0;
}

.section > .container > .row > .col-lg-9.col-sm-12 > .mb-4 .book_content .book_content-title h3, .section.my-4 .book_slider .book_content-title h3{
    background: #0A64A2;
    border-radius: 10px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}

.section > .container > .row > .col-lg-9.col-sm-12 > .mb-4 .book_content .book_content-title h3:before, .section.my-4 .book_slider .book_content-title h3:before {
    background: #0A64A2;
    display: block;
    content: url(../images/sachnoibat.svg);
    float: left;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    width: 47px;
    height: 40px;
    border-radius: 6px 0 0 0;
    padding-top: 5px;
}
.section > .container > .row > .col-lg-9.col-sm-12 > .mb-4 .book_content .book_content-title h3:after, .section.my-4 .book_slider .book_content-title h3:after{
    display: block;
    text-indent: 0;
    content: "";
    float:right;
    background: url(../images/box-head-after.svg);
    width: 47px;
    height: 40px;
    margin-right: -47px;
}

.menu_component .menu_category .dropdown-menu .category_link {
	padding: 14.9px 0;
}
.author-box_section, .service-box_section {
	display: none;
}
.bank .method .icon img {
    width: 100%!important;
    height: inherit!important;
}
.bank .method .icon {
    margin-right: 20px;
}

.detail .col-lg-3 .row {
    position: sticky;
    top: 10px;
}
.section-chi-tiet-sach .list-cart li.li-item {
    flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
}
@media only screen and (min-width:1024px) {
    .detail .detail_group {
        margin-bottom: 0;
    }
}
.detail .detail_group img:not(.initial) {
        margin-bottom: 0!important;
}
.home-slider_item {
    height: 240px;
}
.menu_component {
    background: #0A64A2;
}
.menu_component .menu_category.active, .menu_component .menu_category:hover {
    background: #0A64A2;
}

.header_logo img {
    height: 68px;
    margin-top: 5px;
}

.section_header .header_wrap {
    height: 92px;
}

.section_header, .menu_component {
    background: url(../images/menu-bg.svg) no-repeat #0A64A2;
    background-size: cover;
}
.section_header .header_wrap .header_button.account {
    border-color: #fff;
    background: #fff;
}
.section_header .header_wrap .header_button.account a, .section_header .header_wrap .header_button.cart a {
    color: #0A64A2;
}

.menu_component .menu_my_book a {    
    color: #0A64A2;
}
.section_header .header_wrap .header_button.cart {
    background: #fff;
}
.footer-copyright {
    background-color: #0A64A2;
}
.menu_component .menu_category .category_show_all {
    color: #0A64A2;
    display: none!important;
}
.book_content .color-AA8B47 {
    color: #FF3D00;
}
.partner_wrap .partner_head .partner_title-vector {
    background-color: #0A64A2;    
}
.printer-list-heading::before {
    background: #0A64A2;
}
.home_page .banner_section {
    background: #0A64A2;
}
.home_page .banner_section {    
    background-repeat: repeat;
}
.menu_component .menu_category .dropdown-menu .category_link.maintainHover {
    color: #0A64A2!important;
    border-color: #0A64A2;
}
.menu_component .menu_category .dropdown-menu .category_link.maintainHover .category_icon svg path {
    fill: #0A64A2!important;
}
.menu_component .menu_category .dropdown-menu .popover .submenu_item .title::before {
    background: #0A64A2;
}
.brcrumb {
    background-color: #fff;
}
.menu_component .menu_category.active, .menu_component .menu_category:hover {
    background: none;
}
.tabbar .nav-item-ct .nav-custom.active {
    background-color: #0A64A2;
    color: #fff;
}
.filter_menu-box .box-languages_item input:checked~label {
    background-color: #0A64A2;
    color: #fff;
}
.filter_menu-box .box-price_form {
    background: #0A64A2;    
}
.menu_component .menu_category {
    background: none;
}
.menu_component .menu_search .search_submit .button_icon {
    background: #E6392B;
}
.login-wrap .login_email-btn {
    background-color: #0A64A2;
}
.login-wrap .login_email-heading a {
    color: #0A64A2;
}
.register-wrap .register_email-heading a {    
    color: #0A64A2;
}
.register-wrap .register_email-btn {
    background-color: #0A64A2;
}
.section_header .header_wrap .header_button .header-account_info .info-avatar_img {
    border: 2px solid #0A64A2;
}
.change_password-content .form-group button {
    background: #0A64A2;
}
.sidebar .sidebar_user .user_photo {
    border: 2px solid #0A64A2;
}
.topic-headding .topic-box .box_item {
    background-color: #0A64A2;
}
.collection-book .collection-slider .item-content_price span {
    color: #0A64A2;
}
.menu_component .menu_category .dropdown-menu {
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
}
.comment-box .comment_text .btn-submit a {
    background: #0A64A2;
}
.comment-box .comment_title::before {
    background: #0A64A2;
}
.component_pagination ul li a {    
    color: #0A64A2;    
}
.component_pagination ul li.active {
    background-color: #0A64A2;
}
.component_pagination ul li:hover {
    background-color: #0A64A2;    
}
.component_pagination ul .pagination_list-btn a svg:hover rect {
    fill: #0A64A2;
}
.footer .footer_content .list-sty .content-list_item a:hover {
    color: #0A64A2;
}
.footer .footer_info .footer_content-list .content-list_item:hover {
    color: #0A64A2;
}
.detail .contentBook .nav-tabs .nav-item .nav-link.active {
    border-bottom: 5px solid #0A64A2!important;
}
.menu_component-mobile, .footer-copyright {
    background: #DB2D1F;
}
.section_header-mobile .header_wrap .header_button {    
    color: #0A64A2;
    border: 1px solid #0A64A2;    
}
.section_header-mobile .header_wrap .header_button svg path {
    transition: .3s ease;
    fill: #0A64A2;
}
.section_header-mobile .header_wrap .header_button svg path {
    fill: #0A64A2;
}
.topview-content .position-relative.active::before {    
    background: #0A64A2;   
}
.checkout_mb .group_item .icon-item svg path {
    fill: #e1afb1;
}
.checkout_mb .icon-item.active svg path {
    fill: #0A64A2;
}
.checkout_mb .group_item .icon-item {
    border: 1px solid #e1afb1;
    color: #0A64A2;
}
.my-account-mb-main_dashboard .dashboard_box-img {   
    background: #0A64A2;    
}
.login_mb .login_mb-btn button.mb_btn-btn {
    background-color: #0A64A2;
}
.login_mb .login_mb-title a {
    color: #0A64A2;
}
.resgiter_mb .login_mb-btn button.mb_btn-btn {    
    background-color: #0A64A2;    
}
.resgiter_mb .resgiter_mb-title a {
    color: #0A64A2;
}
.brcrumb_info-title {    
    color: #333;
}
.brcrumb_info-content .content_txt p {
    color: #333;
}
.author_section .author_wrap .author_heading-line {
    background: #0A64A2;
}
.home-slider .owl-dots button.owl-dot.active {
    background-color: #e1afb1;
}
.item_infor-price .h6-14 {
    color: #0A64A2 !important;
}
.section_header-mobile .header_wrap .header_button:hover {
    background: #0A64A2;
}
.my-account-mb-main_user .sidebar_user-avatar .user_photo {
    border: 2px solid #e1afb1;
}
.author_section .author_wrap .author_box .author_list-avatar img {border-radius: inherit!important}
.book_content .border_bottom
{
	padding-bottom: 0px;
}
.menu_component .menu_category .dropdown-menu .category_link {
    padding: 12px 0;
}
.license{display:none}
.section_header {
    background-image: url(../images/bghead.svg);
    background-position: calc(50% + 50px) bottom;
    background-repeat: no-repeat;
    background-color: #f2d423;
    height: 90px;
}

.section_header .header_wrap .header_info .header_hotline.yellow a, .section_header .header_wrap .header_info .header_hotline.yellow p, .section_header .header_wrap .header_info .header_hotline.blue a, .section_header .header_wrap .header_info .header_hotline.blue p {
    color: #fff;
}

.home-slider_item img {
    height: inherit!important;
}

.btn-gray-link {color: #0A64A2;}
body > div > div.home_page > div:nth-child(4) {display: none}


@media (max-width: 991px) {
	.section_header-mobile {
		display: block;
		background: url(../images/menu-mobile-bg.svg) no-repeat #083a5d;
		background-size: cover;
		background-position: center;
		padding: 9px 0;
	}
	.section_header-mobile .header_wrap .header_button {
		color: #0A64A2;
		border: 1px solid #fff;
		background: #fff;
	}
	.section_header-mobile .header_wrap .header_logo a img {
		height: 27px;
	}
	.book_content .color-8C8C8C {
		color: #E6392B;
		padding-bottom: 5px!important;
		border-bottom: 2px solid;
	}
	.book_content-title .button_item a {
		font-size: 0;
	}
	.book_content-mb .book_item:nth-child(-n+2), .book_content-content {
		border-top: none;
		padding-top: 0!important;
	}
	.password_reset_page_wrap form button {
		background: #0A64A2 !important;
	}
}
.audiobook-content_left {
    margin-top: 50px!important;
	margin-bottom: 50px!important;
}
p.body-13.regular.lyrics-running {
    text-align: justify!important;
}
.audiobook-content_right {
    border: 1px solid #f0f0f0;
    background: #f8f8f8;
    border-radius: 5px;
    overflow: hidden;
	padding: 5px!important;
}
.section_header .header_wrap .line {
    height: 25px;
    width: 1px;
    margin: 0 8px;
    background: #e0e0e0;
}
div.header_hotline.d-flex.align-items-center.yellow > div.hotline_icon {
    display: none;
}
.footer_tablet > div > ul > li:nth-child(1) {
    margin-top: -6px;
}
.footer_tablet > div > p {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.footer_tablet > div > ul > li:nth-child(2), .footer_tablet > div > ul > li:nth-child(3), .footer_tablet > div > ul > li:nth-child(4) {
	display: none!important
}
.item_infor-category {
    text-align: center;
}
.partner-detail_left {
    display: none;
}
a.des_logo {
    display: none;
}
.author-list_more-list .list_content-author .author_item-img {
    display: none;
}
.filter_menu-box .box-languages_item .language {
    background: #F5F6FA
}
.border_bottom {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
    margin-bottom: 4px !important;
}
.footer .phoneCustom {
    padding-left: 88px;
}
.hotline_icon {
    padding-top: 15px;
}
.chi-tiet-sach-main-table-list-wrapper table tr:nth-child(5) {
  display:none
}
.chi-tiet-sach-main-table-list-wrapper table tr:nth-child(9) {
  display:none
}
.chi-tiet-sach-main-table-list-wrapper table tr:nth-child(10) {
  display:none
}
/*audio*/
.audioplayerDevice {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(200px);
}

.showplay {
    transform: translateY(0px) !important;
}

.player-controls-right .option-speeds,
.option-speeds {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: 0;
    padding: 0 15px;
    cursor: pointer;
}

.player-controls-right .volumeBtn {
    cursor: pointer;
    font-size: 20px;
}

.player-controls-right .range-input {
    width: 70px;
    position: relative;
}

    .player-controls-right .range-input input[type=range],
    .player-controls-right .timebar input[type=range] {
        width: 100%;
        border: none;
        outline: 0;
        position: absolute;
        top: 3px;
        height: 0;
        -webkit-appearance: none;
    }

.player-controls-right #range-progressBar {
    width: 100%;
    height: 4px;
    background: #d4b26b;
    border-radius: 3px;
    position: absolute;
    top: 1px;
    left: 0;
    pointer-events: none;
}

.player-controls-right .zm-btn.queue-expand-button.active {
    background-color: #d4b26b;
    color: #fff;
}

.player-controls-right .zm-btn.queue-expand-button {
    position: relative;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid transparent;
    font-weight: 500;
    color: var(--player-text);
    font-size: 12px;
    outline: none;
}

.active {
    visibility: inherit !important;
}
.queue-list {
    bottom: 92px;
    background: #f8f8f8;
    right: 0;
    width: 480px;
    height: 600px;
    max-height: calc(100vh - 12rem);
    position: absolute;
    overflow-y: auto;
    visibility: hidden;
}
.queue-list_mobile {
    position: absolute;
    width: 100%;
    z-index: 9999;
    display: block;
    height: calc(100vh - 90px);
    bottom: 90px;
    left: 0;
    background: #fff;
    transform: translateY(100vh);
}

.showplay {
    transform: translateY(0) !important;
}

.chevron-down {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width:500px) {
    .queue-list {
        position: fixed !important;
        width: 100% !important;
        bottom: 18vh !important;
    }

    .audiobook-content_left .main-controls img {
        margin: 0 10px !important;
    }
}
.audiobook-content_left {
    margin-top: 0px !important;
    margin-bottom: 12px !important;
}

.audiobook-content_right {
    border: 1px solid #f0f0f0;
    background: #f8f8f8;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px !important;
}
.close-player{
    text-align:right;
}
.footer .footer_tablet .tablet-follow ul{
	margin-top: 10px;
}
.menu_component .menu_category .dropdown-menu .category_link {
    padding: 9.8px 0;
}