
.title-section {
    font-family: 'Eordeoghlakat';
}

.product-image-detail .img-fluid {
    width: 100%;
    height: auto;
}

* {
    font-family: 'SVN-Agency';
}

body {
    background: var(--black);
}

footer p{
    font-family: 'helveticaneue' !important;
}

.bg-black {
    background: var(--black);
}

.pt-10 {
    padding-top: 10rem;
}

header {
    margin-bottom: 5rem;
}

.btn-readnow {
    transition: all 0.2s ease, visibility 0s;
    border-radius: 7px;
    border: 0px solid rgb(71, 67, 197);
    background: #FFFFFF;
    color: #000;
    font-size: 20px;
}

.btn-readnow:hover{
    background: #D63131;
    color: white;
}

.btn-donate {
    transition: all 0.2s ease, visibility 0s;
    border-radius: 7px;
    border: 0px solid rgb(71, 67, 197);
    background: #FFFFFF;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    width: 15rem;
}

.btn-donate:hover{
    background: #D63131;
    color: white;
}

.btn-chuyen-chap {
    color: white;
    background: #D63131;
    padding: 0.5rem;
    border-radius: 5px;
    width: 9rem;
}

.btn-chuyen-chap:hover{
    background: #b22525;
    color: white;
}

.box-btn {
    text-align: center;
    margin-top: 2rem;
}

.btn-unable-chuyen-chap {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
}



@media (min-width: 1000px) {
    .menu-header .menu-section > ul {
        background: var(--white);
        width: fit-content;
        padding: 0 10rem;
    }
}

footer {
    border-top: 1px solid var(--color-black);
}

.list-icon .custom-icon a img {
    height: 15px;
    width: auto;
}

.list-icon .custom-icon {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.list-icon .custom-icon a {
    display: flex;
    align-items: center;
}



.video-banner-home video {
    width: 100% ;
    min-height: 0;
    height: 44vw;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.img-bg {
    background-size: cover;
}

.midright {
    right: -6px !important;
}

.detail-home .article-detail .article-content{
    font-size: 25px;
    color: white;
    text-align: justify;
}

.box-in-bg-1 {
    padding: 13.5rem 11rem;
}

.box-in-bg-2 {
    padding: 9.5rem 11rem;
}

.img-bg-home {
    width: 47rem;
    position: absolute;
    pointer-events: none;
}

.img-bg-topleft {
    top: 0;
    left: 0;
}

.img-bg-topright {
    top: 0;
    right: 0;
}

.img-bg-botleft {
    bottom: 0;
    left: 0;
}

.img-bg-botright {
    bottom: 0;
    right: 0;
}



.post-page-contact p, .post-page-contact span{
    font-size: 20px;
}



.description-truyen {
    color: white;
    font-size: 25px;
    text-align: center;
}

.product-item .inner-content {
    padding: 2rem;
    /*border: 1px solid var(--color-black);*/
}

.product-item .product-title a {
    font-size: 22px;
}


.list-social .btn-social i{
    color: white;
}

.product-detail-head {
    padding: 6rem 10rem;
    border: 1px solid var(--color-black);
}

.product-content-detail .comic-description {
    font-size: 18px;
}

.btn-product-action {
    color: white;
}

.btn-product-action.added-wishlist {
    color: red;
}

.comment-section {
    padding: 4rem 10rem;
    margin-top: 3rem;
    border: 1px solid var(--color-black);
}

.menu-section > ul > li > a {
    font-size: 22px;
}

#info-comment-modal {
    top: 30%;
}

#info-comment-modal .modal-body {
    background: black;
    border: 5px solid white;
}

#info-comment-modal .modal-comment-title {
    color: white;
}

#info-comment-modal .modal-comment-content {
    color: white;
}

#info-comment-modal input.form-control {
    background: black;
    border: black;
    border-bottom: 1px solid white;
    color: white;
}

.btn-form-comment {
    background: white;
    font-size: 18px;
}

.is-mobile .logo-wrapper {
    position: absolute;
    top: 5%;
    right: 50%;
    /*transform: translate(-50%, -50%);*/
}


@media (max-width: 1280px) {
    .box-in-bg-1 {
        padding: 11rem 12rem;
    }
}

@media (min-width: 1600px) {
    .logo-wrapper {
        position: absolute;
        top: 10%;
        left: 15%;
    }
}

@media (min-width: 1400px) and (max-width: 1600px){
    .logo-wrapper {
        position: absolute;
        top: 10%;
        left: 10%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px){
    .logo-wrapper {
        position: absolute;
        top: 10%;
        left: 4%;
    }
}    

@media (min-width: 1000px) and (max-width: 1200px){
    .logo-wrapper {
        position: absolute;
        top: 10%;
        left: 10%;
    }
}    

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 960px;
    }
    
    .cus-menu-top {
        right: 12rem;
        position: relative  
    }
}

@media (max-width: 1200px) {
    .box-in-bg-2 {
        padding: 5rem 12rem;
    }
    
    .logo-wrapper .img-fluid {
        max-width: 100%;
        height: auto;
        width: 35vw;
    }
        
    .logo-wrapper {
        position: absolute;
        top: 10%;
        left: 7%;
    }
}


@media (max-width: 992px) {
    .img-bg-home {
        width: 40rem;
        position: absolute;
    }
}
@media (max-width: 768px) {
    .img-bg-home {
        width: 20rem;
        position: absolute;
    }

    .product-detail-head {
        padding: 2rem;
    }
    
    .comment-section {
        padding: 2rem;
    }
    
    .menu-header .menu-section > ul {
        width: unset; 
        padding: unset; 
    }
    
    .img-bg {
        background-image: none !important;
    }
    
    .box-in-bg {
        padding: 2rem;
    }
    
    .box-in-bg-1, .box-in-bg-2 {
        padding: 5rem;
    }

    /*.logo-wrapper .img-fluid {*/
    /*    max-width: 100%;*/
    /*    height: auto;*/
    /*    width: 20rem;*/
    /*}*/
    
    .midright {
        right: -2px !important;
    }
}


.list-reply .comment-action > div {
    color: black !important;
}

.list-reply .name-author {
    color: black !important;
}

.post-page-contact .article-detail a{
    color: white !important;
}

.post-page-contact .pa-description {
    text-align: justify;
}

.sticky-sidebar a {
    position: absolute;
    top: 2rem;
    width: 22rem;
    height: 39rem;
    z-index: 999;
}

.sticky-sidebar a.banner-left {
    left: calc(((100% - 960px) / 2) - 23rem)
}

.sticky-sidebar a.banner-right {
    right: calc(((100% - 960px) / 2) - 23rem)
}

.sticky-sidebar a img {
    max-width: 100%;
    object-fit: cover;
}



.section-banner-2-ben {
    display: block;
}

@media (min-width:960px) and (max-width: 1200px)  {
    
    .mx-custom-50{
        margin: 0 5rem ;
    }
    
    /*Phuc*/
    .sticky-sidebar a.banner-left {
        left: calc(((100% - 960px) / 2) - 5.7rem);
    }

    .sticky-sidebar a.banner-right {
    	right: calc(((100% - 960px) / 2) - 13.4rem);
    }
    .sticky-sidebar a img {
        width: 65%;
    }
    
    /**/
}
@media (max-width: 960px) {
    .section-banner-2-ben {
        display: none;
    }
}


#ads {
    position: fixed;
    background-color: rgb(0 0 0 / 90%);
    transition: 1000ms;
}

#ads.show {
    display: block !important;
}

#ads button {
    margin-left: auto;
    display: inline-flex;
    background-color: red;
    color: white;
    border: none;
    margin-right: -1px;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    font-size: 1.69rem;
}

.product_detail:not(.is-mobile) header {
    margin-bottom: 0;
}

.ads-horizontal img {
    width: 100%;
    padding: 0 9rem;
    max-height: 15rem;
    object-fit: cover;
}
body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
