.scroll-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

.scroll-custom::-webkit-scrollbar {
    width: 4px;
    height: 10px;
    background-color: #fff;
}

.scroll-custom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b3b3b3;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.navbar-top {
    height: 55px;
    margin: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5);
    border: 0;
}

#logo-main {
    padding: 0;
    max-width: 200px;
    padding: 9px 0;
    max-width: 200px;
    height: 55px;
}

#logo-main img {
    max-width: 100%;
}

.menu-bar {
    margin-left: 30px;
}

.menu-bar>li {}

.menu-bar>li>a {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #333333 !important;
}

.menu-bar>li>a:hover {
    border-bottom: 2px solid #cf1e1e;
    color: #111 !important;
}

.menu-bar>li>a.active {
    border-bottom: 2px solid #cf1e1e;
}

.form-search-comic {
    margin: 11px 0;
    padding: 0;
    margin-right: 5px;
}

.form-search-comic input {
    width: 300px !important;
}

.drop-info-user {
    /*margin: 13px 0;*/
}

.drop-info-user ul {
    padding: 0;
}

.drop-info-user a {
    padding: 13px 0 12px 15px !important;
    position: relative;
}

.drop-info-user a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 50%;
}

.drop-info-user a b {
    /*position: absolute;*/
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
}

.drop-info-user ul li a {
    padding: 6px 10px !important;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.navigation>li.dropdown:hover>a {
    border-bottom: 2px solid #cf1e1e;
}

.navigation>li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navigation>li.dropdown ul.dropdown-menu {
    width: 600px;
    padding: 10px;
    /*display: block;*/
}

.navigation>li.dropdown ul.dropdown-menu li {
    float: left;
    width: 25%;
}

.navigation>li.dropdown ul.dropdown-menu li a {
    background: transparent;
    font-size: 13px;
    padding: 5px 10px;
}

.navigation>li.dropdown ul.dropdown-menu li a:hover {
    color: #af0200;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.navigation>li.dropdown ul.dropdown-menu>div {
    padding: 5px
}

.navigation>li.dropdown ul.dropdown-menu>div p {
    margin: 0;
    border-top: 1px solid #ccc;
    font-size: 13px;
    padding-top: 5px;
}

@media (max-width: 998px) {
    .navigation>li.dropdown ul.dropdown-menu {
        width: 500px;
    }

    .navigation>li.dropdown ul.dropdown-menu li {
        width: 33.33%;
    }
}

@media (max-width: 820px) {
    .navigation>li.dropdown ul.dropdown-menu {
        width: 450px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        z-index: 99;
        position: relative;
        background: #fff;
    }
}

@media (max-width: 998px) {
    .navbar-top .container {
        width: 100%;
    }

    .form-search-comic input {
        width: 200px !important;
    }

    .drop-info-user a {
        padding: 13px 0 12px 0 !important;
    }

    #logo-main {
        float: left;
        width: 170px;
        padding: 11px 5px;
    }
}

.search-xs {
    float: left;
    width: 200px;
    margin: 8px 10px;
    height: 33px;
    width: calc(100% - 250px);

}

@media (max-width: 520px) {
    .search-xs {
        width: 150px;
        width: calc(100% - 250px);
    }
}

.heading {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.heading h2 {
    margin: 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
    color: #af0200;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    display: table;
    padding-bottom: 5px;
    border-bottom: 1px solid #af0200;
    top: 1px;
}


.new-comic {
    position: relative;
}

.new-comic .control {
    position: absolute;
    top: calc(45% - 25px);
    z-index: 9;
    background: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    border: 1px solid rgba(141, 141, 141, 0.5);
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.5);
}

.new-comic .control:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(141, 141, 141, 0.7);
    color: rgba(0, 0, 0, 0.8);
}

.new-comic .control.btn-next {
    right: 10px;
}

.new-comic .control.btn-prev {
    left: 10px;
}

.box-new-comic {
    text-align: center;
    padding: 5px;
}

.box-new-comic img {
    width: 100%;
    box-shadow: 0px 1px 2px 0px #818181;
    object-fit: cover;
    object-position: 50% 50%;
    height: 220px;
}

@media (max-width: 1216px) {
    .box-new-comic img {
        height: 250px;
    }
}

@media (max-width: 1200px) {
    .box-new-comic img {
        height: 205px;
    }
}

@media (max-width: 1008px) {
    .box-new-comic img {
        height: 300px;
    }
}

@media (max-width: 992px) {
    .box-new-comic img {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .box-new-comic img {
        height: 320px;
    }
}

@media (max-width: 615px) {
    .box-new-comic img {
        height: 370px;
    }
}

@media (max-width: 590px) {
    .box-new-comic img {
        height: 350px;
    }
}

@media (max-width: 520px) {
    .box-new-comic img {
        height: 290px;
    }
}

@media (max-width: 450px) {
    .box-new-comic img {
        height: 260px;
    }
}

@media (max-width: 400px) {
    .box-new-comic img {
        height: 220px;
    }
}

@media (max-width: 350px) {
    .box-new-comic img {
        height: 180px;
    }
}


.box-new-comic a {
    display: block;
    position: relative;
    text-decoration: none;
}

.box-new-comic .chapter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 3px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
}

.box-new-comic .title {
    font-family: "Roboto", sans-serif;
    padding: 3px 5px;
}

.box-new-comic .title a {
    font-family: roboto condensed, Tahoma, sans-serif;
    color: #000;
}

.box-new-comic .time-upd {
    color: #ffc800;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.6);
    padding: 2px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.side-left {
    width: calc(100% - 300px);
    float: left;
}

.side-right {
    width: 270px;
    float: right;
}

.posts-left {
    width: calc(100% - 330px);
    float: left;
}

.posts-right {
    width: 300px;
    float: right;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-b-20 {
    margin-bottom: 20px;
}

.mg-b-30 {
    margin-bottom: 30px;
}

.mg-b-40 {
    margin-bottom: 40px;
}

.mg-b-50 {
    margin-bottom: 50px;
}

/* COMIC FULL */
.comic-full {}

.comic-full .box {
    position: relative;
    margin-bottom: 15px;
}

.comic-full .col {
    padding-right: 10px;
    padding-left: 10px;
}

.comic-full .box a {
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 1px 2px 0px #818181;
}

.comic-full .box a img:hover,
.comic-full .box a:hover img {
    /*transform: scale(1.05) rotate(3deg);*/
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.comic-full .box a img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.comic-full .box a span {
    position: absolute;
    top: 16px;
    left: 41px;
    right: -81px;
    background: rgba(175, 2, 74, 0.85);
    color: #fff;
    padding: 3px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    margin: 0;
    transform: rotate(37deg);
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

.comic-full .box:hover h3 {
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.comic-full .box h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: roboto condensed, Tahoma, sans-serif;
    color: #a51361;
    text-align: center;
    text-shadow: 0px 0px 1px rgba(182, 126, 126, 0.4);
    line-height: 20px
}

@media (max-width: 991px) and (min-width: 768px) {
    .side-left {
        width: 100%
    }

    .posts-left {
        width: 100%
    }

    .comic-image .col:nth-of-type(3n+1) {
        clear: left;
    }

}


@media (max-width: 768px) {
    .side-left {
        width: 100%
    }

    .posts-left {
        width: 100%
    }

    .comic-full .box a span {
        top: 15px;
        left: 15px;
        right: -86px;
    }
}

@media (max-width: 767px) {
    .comic-full .col:nth-of-type(2n+1) {
        clear: left;
    }
}

@media (min-width: 0px) {
    .comic-full .box a img {
        width: 100%;
        max-height: 230px;
        object-fit: cover;
        object-position: 50% 50%;
    }

}

@media (min-width: 768px) {
    .comic-full .box a img {
        width: 100%;
        max-height: 284px;
        object-fit: cover;
        object-position: 50% 10%;
    }

}

@media (min-width: 992px) {
    .comic-full .box a img {
        width: 100%;
        max-height: 181px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

@media (min-width: 1200px) {
    .comic-full .box a img {
        width: 100%;
        max-height: 245px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

.select-sort-comic {
    top: -2px;
    right: 0;
    width: 120px;
    padding: 1px 6px;
    height: 24px !important;
    cursor: pointer;
}

/* COMIC IMAGE */
.comic-image {}

.comic-image .box {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px #d9d9d9;
    transition: all 0.3s ease-in-out;
}

.comic-image .box .new {
    position: absolute;
    top: -5px;
    left: -16px;
    background: #eae08d;
    padding: 13px 15px 5px 15px;
    transform: rotate(-45deg);
}

.comic-image .box .hot {
    position: absolute;
    top: 5px;
    right: 5px;
}

.comic-image .col {
    padding-right: 10px;
    padding-left: 10px;
}

.comic-image .box a {
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 1px 2px 0px #818181;
    text-decoration: none;
}

.comic-image .box:hover {
    /*transition: all 0.3s ease-in-out;*/
    /*box-shadow: 0px 1px 4px 0px #202020;*/
    /*opacity: .8;*/
}

.comic-image .box a:hover {
    /*box-shadow: 0px 1px 4px 0px #202020;*/
}

.comic-image .box:hover span {
    /*opacity: .8;*/
}

.comic-image .box a img:hover,
.comic-image .box a:hover img {
    /*transform: scale(1.05) rotate(3deg);*/
    /*    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
    opacity: .8;*/
}

.comic-image .box a img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.comic-image .box a span.chap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(175, 2, 74, 0.85);*/
    background: rgba(55, 55, 55, 0.84);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 3px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    margin: 0;
    /*transform: rotate(37deg);*/
    /*text-align: center;*/
    text-align: left;
    font-weight: 500;
    font-size: 12px;
}

.comic-image .box span.view {
    color: #000;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    display: block;
    text-align: center;
    margin-bottom: 5px
}

.comic-image .box .time-upd {
    color: #ffc800;
    position: absolute;
    bottom: 47px;
    right: 3px;
    font-size: 10px;
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 2px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.comic-image .box:hover h3 {
    /*font-weight: bold; */
    /*transition: all 0.3s ease-in-out;*/
}

.comic-image .box h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    /*font-family: roboto condensed,Tahoma,sans-serif;*/
    /*color: #a51361;*/
    text-align: center;
    text-shadow: 0px 0px 1px rgba(182, 126, 126, 0.4);
    line-height: 20px;
    padding: 0 5px;
    font-weight: 500;
    color: #000
}

@media (min-width: 992px) {
    .comic-image .col:nth-of-type(4n+1) {
        clear: left;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    .side-left {
        width: 100%
    }

    .posts-left {
        width: 100%
    }
}

@media (max-width: 768px) {
    .side-left {
        width: 100%
    }

    .posts-left {
        width: 100%
    }
}

@media (max-width: 767px) {
    .comic-image .col:nth-of-type(2n+1) {
        clear: left;
    }

    .menu-bar {
        margin: 0;
    }

    .drop-info-user {
        margin-left: 30px;
    }
}

@media (min-width: 0px) {
    .comic-image .box a img {
        width: 100%;
        max-height: 230px;
        object-fit: cover;
        object-position: 50% 50%;
    }

}

@media (min-width: 768px) {
    .comic-image .box a img {
        width: 100%;
        max-height: 284px;
        object-fit: cover;
        object-position: 50% 10%;
    }

}

@media (min-width: 992px) {
    .comic-image .box a img {
        width: 100%;
        max-height: 181px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

@media (min-width: 1200px) {
    .comic-image .box a img {
        width: 100%;
        max-height: 245px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}


/* LIST COMIC */
.list-comic {}

.list-comic .box {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px #d9d9d9;
    transition: all 0.3s ease-in-out;
}

.list-comic .box .new {
    position: absolute;
    top: -5px;
    left: -16px;
    background: #eae08d;
    padding: 13px 15px 5px 15px;
    transform: rotate(-45deg);
}

.list-comic .col {
    padding-right: 10px;
    padding-left: 10px;
    width: 16.66%;
    float: left;
}

.list-comic .col:nth-of-type(6n+1) {
    clear: left;
}

@media (max-width: 1199px) {
    .list-comic .col {
        width: 20%;
    }

    .list-comic .col:nth-of-type(6n+1) {
        clear: unset;
    }

    .list-comic .col:nth-of-type(5n+1) {
        clear: left;
    }
}

@media (max-width: 991px) {
    .list-comic .col {
        width: 33.33%;
    }

    .list-comic .col:nth-of-type(6n+1) {
        clear: unset;
    }

    .list-comic .col:nth-of-type(5n+1) {
        clear: unset;
    }

    .list-comic .col:nth-of-type(3n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .list-comic .col {
        width: 50%;
    }

    .list-comic .col:nth-of-type(6n+1) {
        clear: unset;
    }

    .list-comic .col:nth-of-type(5n+1) {
        clear: unset;
    }

    .list-comic .col:nth-of-type(3n+1) {
        clear: unset;
    }

    .list-comic .col:nth-of-type(2n+1) {
        clear: left;
    }
}

.list-comic .box a {
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 1px 2px 0px #818181;
    text-decoration: none;
}

.list-comic .box:hover {}

.list-comic .box a:hover {}

.list-comic .box:hover span {}

.list-comic .box a img:hover,
.list-comic .box a:hover img {}

.list-comic .box a img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.list-comic .box a span.chap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(175, 2, 74, 0.85);*/
    background: rgba(55, 55, 55, 0.84);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 3px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    margin: 0;
    /*transform: rotate(37deg);*/
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

.list-comic .box span.view {
    color: #000;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    display: block;
    text-align: center;
    margin-bottom: 5px
}

.list-comic .box:hover h3 {
    /*font-weight: bold; */
    /*transition: all 0.3s ease-in-out;*/
}

.list-comic .box h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    /*font-family: roboto condensed,Tahoma,sans-serif;*/
    /*color: #a51361;*/
    text-align: center;
    text-shadow: 0px 0px 1px rgba(182, 126, 126, 0.4);
    line-height: 20px;
    padding: 0 5px;
    font-weight: 500;
    color: #000
}

/*@media (max-width: 991px) and (min-width: 768px){
    .side-left{
        width: 100%
    }
}

@media (max-width: 768px){
    .side-left{
        width: 100%
    }
}
@media (max-width: 767px){
    .list-comic .col:nth-of-type(2n+1){
        clear:left;
    }
}

@media (min-width: 0px){
    .list-comic .box a img{
        width: 100%;
        max-height: 230px;
        object-fit: cover;
        object-position: 50% 50%;
    }   
    
}
@media (min-width: 768px){
    .list-comic .box a img{
        width: 100%;
        max-height: 284px;
        object-fit: cover;
        object-position: 50% 10%;
    }

}
@media (min-width: 992px){
    .list-comic .box a img{
        width: 100%;
        max-height: 181px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}
@media (min-width: 1200px){
    .list-comic .box a img{
        width: 100%;
        max-height: 245px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}*/

.comic-top {}

.comic-top ul {
    padding: 0
}

.comic-top ul li {
    list-style: none;
    /*display: table;*/
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
}

.comic-top ul li div.pos {
    width: 42px;
    float: left;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.comic-top ul li div.desc {
    padding-left: 43px;
}

.comic-top ul li a.title {
    width: 100%;
    display: block;
    font-family: roboto condensed, Tahoma, sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comic-top ul li a.chap {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    font-family: roboto condensed, Tahoma, sans-serif;
}

.comic-top ul li a:hover {
    color: #337ab7
}

.comic-top ul li span.view {
    font-size: 13px;
}

.comic-top ul li:nth-child(1) .pos {
    color: #e90000;
    font-weight: 500;
}

.comic-top ul li:nth-child(2) .pos {
    color: #2500e9;
    font-weight: 500;
}

.comic-top ul li:nth-child(3) .pos {
    color: #0F7A00;
    font-weight: 500;
}

.comic-top ul li:nth-child(4) .pos {
    color: #B35C00;
    font-weight: 500;
}

.comic-top ul li:nth-child(5) .pos {
    color: #9d3f08;
    font-weight: 500;
}

.comic-category {}

.comic-category ul {
    padding: 0;
    display: table;
    width: 100%;
}

.comic-category li {
    list-style: none;
    float: left;
    line-height: 32px;
}

.comic-category li a {
    color: #af0200;
    text-decoration: none;
    border: 1px solid #af0200;
    margin-right: 5px;
    padding: 5px 7px;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.comic-category li a:hover {
    color: #12af00;
    border-color: #12af00;
}

.comic-new {}

.comic-new ul {
    padding: 0
}

.comic-new li {
    list-style: none;
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.comic-new li a.img {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    width: 80px;
    display: block;
    float: left;
    border-radius: 3px;
    border: 1px solid #a8a8a8;
}

.comic-new li a.img:hover img {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.comic-new li a.img img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}

.comic-new li div.title {
    padding-left: 90px;
}

.comic-new li div.title a {
    /* font-family: "Roboto",sans-serif; */
    /* font-weight: 400; */
    text-decoration: none;
    font-family: roboto condensed, Tahoma, sans-serif;
    color: #000;
    font-size: 14px;
    display: block;
    /* margin-bottom: 5px; */
    position: relative;
    top: -2px;
}

.comic-new li div.title span {
    font-family: "Roboto", sans-serif;
    text-align: justify;
    display: block;
    font-size: 11px;
    color: #434343;
    /* quotes: "\201c" "\201d"; */
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-top: 10px;
    /* font-size: 13px; */
    font-family: "Roboto", sans-serif;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px 0;
}

.form-login {
    font-family: "Roboto", sans-serif;
}

.form-login .error {
    font-style: italic;
    color: #c30000;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.form-login .modal-dialog {
    max-width: 450px;
}

.form-login .modal-header {
    padding: 10px 15px;
}

.form-login .modal-header h4 {
    text-align: center;
    font-size: 14px;
}

.form-login label {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.form-login input.form-control {
    font-size: 13px;
}

.form-login button.form-control {
    font-size: 13px;
    font-weight: 500;
}

.form-login .form-group {
    margin-bottom: 10px;
}




/*=============================   DETAIL ================================*/

.comic-description {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.comic-description img {
    width: 250px;
    border: 1px solid #eeeeee;
    float: left;
}

.comic-description .box {
    padding-left: 270px;
}

@media (max-width: 615px) {
    .comic-description img {
        width: 150px;
    }

    .comic-description .box {
        padding-left: 165px;
    }
}

@media (max-width: 500px) {
    .comic-description img {
        width: 130px;
    }

    .comic-description .box {
        padding-left: 140px;
    }
}

.comic-description .box .title-co {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #af0200
}

.comic-description .box .div-co {
    margin-bottom: 10px;
}

.comic-description .box .div-co p {
    display: inline-block;
    margin: 0;
}

.comic-description .box .div-co i {
    width: 23px;
    font-size: 17px;
    position: relative;
    top: 2px;
    color: #e7b000;
}

.read-quickly i {
    top: -1px !important;
    color: #000 !important;
    width: unset !important;
}

.read-quickly b {
    /*    font-family: "Roboto",sans-serif;
    font-weight: 500*/
}

.content-desc {
    text-align: justify;
    font-size: 14px;
}

.comic-list-chapter {
    min-width: 500px;
    /*overflow-x: auto;
    max-height: 500px;*/
}

.comic-list-chapter .box {
    border-bottom: 1px dashed #ccc;
    display: table;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
}

.comic-list-chapter .box-title {
    font-weight: 600;
}

.comic-list-chapter .box div:nth-child(1) {
    width: calc(100% - 230px);
    float: left;
}

.comic-list-chapter .box div:nth-child(1) a {
    text-decoration: none;
}

.comic-list-chapter .box div:nth-child(1) a:visited {
    color: #de4fcc;
}

.comic-list-chapter .box div:nth-child(2) {
    width: 130px;
    float: left;
}

.comic-list-chapter .box div:nth-child(3) {
    width: 100px;
    float: left;
    text-align: right;
}


.other_comic {
    position: relative;
}

.other_comic .control {
    position: absolute;
    top: 32%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    border: 1px solid rgba(141, 141, 141, 0.5);
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.5);
}

.other_comic .control:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(141, 141, 141, 0.7);
    color: rgba(0, 0, 0, 0.8);
}

.other_comic .control.btn-next {
    right: 10px;
}

.other_comic .control.btn-prev {
    left: 10px;
}

.box-other-comic {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;

}

.box-other-comic img {
    width: 100%;
    box-shadow: 0px 1px 2px 0px #818181;
}

.box-other-comic a {

    position: relative;
    text-decoration: none;
}

.box-other-comic a.title {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
    font-family: "Roboto", sans-serif;
}

.box-other-comic p {
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
}

.box-other-comic .rank_co {
    font-family: 'Varela Round', sans-serif;
    /* text-align: center; */
    /* display: block; */
    font-size: 19px;
    color: #ca0000;
}

/*====================================================*/
/*===========       INFO USER       =================*/
.box-sidebar {}

.box-sidebar .box-img {}

.box-sidebar .box-img img {
    width: 100%;
}

.box-sidebar .box-info {
    /*font-family: "Open Sans",sans-serif;*/
    font-family: "Roboto", sans-serif;
}

.box-sidebar .box-info .div-in {
    margin-bottom: 5px;
    font-size: 13px;
}

.box-sidebar .box-info .div-in span {}

.box-sidebar .box-info .div-in label {
    margin: 0;
    color: #f90;
    font-weight: 500;
}

.box-sidebar .box-info .div-in.progress {
    position: relative;
}

.box-sidebar .box-info .div-in.progress .percent-exp {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
}

.box-sidebar .box-info .ul-list-feature {
    padding: 0;
}

.box-sidebar .box-info .ul-list-feature li {
    list-style: none;
}

.box-sidebar .box-info .ul-list-feature li a {
    text-decoration: none;
    padding: 5px 0;
    display: block;
    font-weight: 500;
    color: #000;
    font-family: roboto condensed, Tahoma, sans-serif;
    border-right: 2px solid transparent;
    transition: all 0.2s ease-in-out;

}

.box-sidebar .box-info .ul-list-feature li a i {
    width: 20px;

}

.box-sidebar .box-info .ul-list-feature li a span {}

.box-sidebar .box-info .ul-list-feature li a:hover {
    transition: all 0.2s ease-in-out;
    border-right-color: #f0aa9f;
    /*-webkit-transform: scaleX(0);*/
    /*transform: scaleX(0);*/
    background: linear-gradient(to right, transparent, #ffff95);
}

.box-sidebar .box-info .ul-list-feature li.active a {
    transition: all 0.2s ease-in-out;
    border-right-color: #b42e18;
    background: linear-gradient(to right, transparent, yellow);
    /*-webkit-transform: scaleX(0);*/
    /*transform: scaleX(0);*/
}

.form-info-user {}

.form-info-user .form-group {
    margin: 0;
    margin-bottom: 10px;
}

.form-info-user .form-group input {
    font-size: 13px;
}

.form-info-user .form-group select {
    font-size: 13px;
}

.form-info-user .form-group textarea {
    font-size: 13px;
    height: 70px;
    resize: none;
}

.form-info-user .form-group label {
    margin: 0;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.show_error {
    font-style: italic;
    color: #c30000;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.form-info-user h4 {
    text-align: center;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #5cb85c;
}

.control-chapter {}

.div-control-list {}

.div-control-list button {
    width: 60px;
    /*float: left;*/
    padding: 5px;
    display: inline-block;
}

.div-control-list div.div-select {
    /*float: left;*/
    display: inline-block;
    width: calc(100% - 200px);
    max-width: 300px;
    padding: 0 10px
}

.div-control-list div.div-select select {}

.div-control-list div.div-select select option {
    font-size: 13px;
}

.inline-block {
    display: inline-block;
}

.contain-chapter img.main {
    max-width: 100%;
    /*display:block;*/
    margin: 0 auto
}

.contain-chapter br {
    display: block;
    margin: auto 0px;
    line-height: 0;
    content: "";
}

.fix-contain {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #4a4a4a !important;
    padding: 10px 0 0;
}

.fix-contain {
    /*position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #4a4a4a !important;
    padding: 10px 0 0;
    margin: 0;*/
}


.control-bottom {
    background: #4a4a4a;
    padding: 10px 0;
}

.box-load-more {
    position: relative;
    margin-top: 10px;
}

.box-load-more:before {
    /*content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 35px;
    top: -36px;
    background: linear-gradient(rgba(255,255,255,0),white);
    width: 100%;*/
}

.box-load-more button {}

/*===============  FILTER  ===================*/
.form-filter-comic {}

.form-filter-comic button[type=submit] {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.box-filter {
    /*padding: 10px 0;*/
}

.box-filter .title-filter {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #004ad1;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
}

.box-filter .box-input {
    padding-left: 15px;
    /*margin-bottom: 10px;*/
}

.box-filter .box-input input {
    font-size: 12px;
    padding: 3px 8px;
    height: 27px;
    padding-left: 29px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    box-shadow: none;
}

.box-filter .box-input i {
    position: absolute;
    top: 0;
    left: 15px;
    height: 27px;
    line-height: 27px;
    width: 27px;
    text-align: center
}

.box-filter ul {
    padding-left: 15px;
}

.box-filter ul li {
    list-style: none;
}

.box-filter ul li label {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
}

.box-filter ul li label i {}

.box-filter ul li label div.radio {
    margin: 0;
    margin-right: 3px;
}

.box-filter ul li label.active {
    color: red;
}

.box-filter .ul-category-filter {
    min-height: 30px;
    max-height: 200px;
    overflow-x: auto;
}

.box-filter .ul-category-filter li {}

.box-filter .ul-category-filter li label {}

.box-filter .ul-category-filter li label.active {}


#backToTop {
    position: fixed;
    right: 10px;
    /*top: 500px;*/
    bottom: 80px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border: 1px solid rgba(155, 2, 0, 0.6);
    background: #cdcdcd;
    color: #af0200;
}

#backToTop:hover {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    cursor: pointer;
}

#backToTop i {}

.wrapper {
    background: #222
}

.wrapper .bread {
    background: #f3f3f3;
}

.wrapper .contain-control {
    background: #f3f3f3;
}

.form-seach ul.result-search {
    display: none;
    padding: 0;
    min-height: 50px;
    background: #fff;
    border: 1px solid #ccc;
}

.result-search-comic {
    position: absolute;
    width: 100%;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
    min-width: 300px;
    right: 0;
}

.result-search-comic-mobile {
    display: none;
    padding: 0;
    min-height: 50px;
    background: #fff;
    border: 1px solid #ccc;
    left: 0;
    right: 0;
    width: unset;
    margin-top: 13px;
}

.result-search-comic>li {
    display: table;
    width: 100%;
    padding: 5px;
}

.result-search-comic>li:hover {
    background: #eee;
}

.result-search-comic>li>a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}

.result-search-comic>li>a>img {
    width: 50px;
    height: 70px;
    float: left;
    object-fit: cover;
    object-position: 50% 50%;
}

.result-search-comic>li>a>div {
    padding-left: 60px;
}

.result-search-comic>li>a>div>p {
    margin-bottom: 3px;
}

.result-search-comic>li>a>div p.title {
    font-weight: 500;
    color: #af0200;
}

.result-search-comic>li>a>div p.others {
    color: #d19100;
    font-style: italic;
}

.result-search-comic>li>a>div p.chapter {}

.result-search-comic>li>a>div p.author {}

.result-search-comic>li>a>div p.chapter .view {
    color: #636363;
    font-style: italic;
}

#footer {
    background: #222;
    padding-top: 15px;
    border-top: 1px solid #af0200;
}

#footer .copyright {
    color: #fff;
    background: #141414;
    padding: 3px;
    font-size: 12px;
    /* font-family: "Roboto",sans-serif; */
    /* font-weight: 500; */
    margin-top: 15px;
    border-top: 1px solid #575757;
}

#footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

#footer .copyright b {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

#footer .img-foot {}

#footer .img-foot span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    font-family: Roboto, sans-serif;
    border-bottom: 1px solid #ccc;
    display: table;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer .img-foot img {
    max-width: 100%;
    width: 200px;
    margin-bottom: 3px;
}

#footer .name-foot {
    color: #fff;
    text-align: justify;
    color: #fff;
    text-align: justify;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

#footer .name-foot a {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}

#footer .social-foot {
    padding: 0;
    margin: 0;
}

#footer .social-foot li {
    list-style: none;
    list-style: none;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

#footer .social-foot li:last-child {
    margin-right: 0;
}

#footer .social-foot li a {}

#footer .social-foot li a img {
    width: 33px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
}

#footer .menu-foot {
    padding: 0;
    margin: 0
}

#footer .menu-foot li {
    list-style: none
}

#footer .menu-foot li a {
    color: #fff;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    display: inline-block;
    /* min-height: 48px; */
    /*line-height: 48px; */
    /* padding: 0 12px; */
    font-size: 14px;
    padding: 10px 8px;
}

.mobile-hide {
    display: none !important
}

.box-blogs {
    display: table;
    margin-bottom: 10px;
}

.box-blogs .a-img {
    width: 250px;
    display: block;
    float: left;
}

.box-blogs .a-img img {
    width: 100%;
    max-height: 140px;
    object-fit: cover;
    object-position: 50% 50%;
}

.box-blogs .blogs-info {
    padding-left: 270px;
}

.box-blogs .blogs-info a.title {
    text-decoration: none;
    font-family: roboto condensed, Tahoma, sans-serif;
    color: #c70000;
    font-size: 17px;
    display: block;
}

.box-blogs .blogs-info>span {
    color: #666;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}

.box-blogs .blogs-info>div {
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

@media (max-width: 767px) {
    .box-blogs {
        border-bottom: 1px dotted #b5b5b5;
        padding-bottom: 10px;
    }

    .box-blogs .a-img {
        width: 100%;
        float: unset;
    }

    .box-blogs .a-img img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .box-blogs .blogs-info {
        padding: 0;
    }

    .box-blogs .blogs-info a.title {}

    .box-blogs .blogs-info>span {}

    .box-blogs .blogs-info>div {}
}

.ul-list-posts {
    padding: 0;
}

.ul-list-posts li {
    list-style: none;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.ul-list-posts li a.img {
    width: 100px;
    height: 65px;
    float: left;
}

.ul-list-posts li a.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.ul-list-posts li .title {
    padding-left: 110px;
}

.ul-list-posts li .title a {
    position: relative;
    top: -2px;
    text-decoration: none;
    font-family: roboto condensed, Tahoma, sans-serif;
    color: #000;
    font-size: 14px;
    max-height: 40px;
    overflow: hidden;
    display: block;
}

.ul-list-posts li .title .desc {
    font-family: "Roboto", sans-serif;
    text-align: justify;
    display: block;
    font-size: 11px;
    color: #9d3f08;
    font-weight: 500;
    margin-top: 5px;
}

.empty-posts {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #b6b6b6;
}

.detail-posts-title {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.detail-posts-time {
    margin-bottom: 10px;
    color: #969696;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
}

.detail-posts-description {
    text-align: justify;
}

.detail-posts-content img {
    max-width: 100% !important;
}

.fa-list-comic {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: -3px;
    line-height: 30px;
    margin-right: 5px;
    color: #1e7bca;
    font-weight: 500;
    cursor: pointer;
}

.fa-list-comic:hover {
    color: #095ca3;
}

.fix-contain .fa-list-comic {
    color: #ffb336;
}

.fix-contain .fa-list-comic:hover {
    color: #d09136;
}

.show-filter {
    display: none;
}

@media (max-width: 991px) {
    .class-toggle-bar-hide {
        position: fixed;
        top: 0;
        right: -270px;
        background: white;
        bottom: 0;
        border-left: 1px solid #bbbbbb;
        padding-left: 10px;
        width: 270px;
        padding-top: 10px;
        z-index: 99999;

        transition-duration: .5s;
        transition-timing-function: linear;

    }

    .in {
        right: 0;
        transition-duration: .5s;
        transition-timing-function: linear;

    }


    .show-filter {
        display: block;
        position: fixed;
        top: 100px;
        right: 10px;
        background: radial-gradient(red, transparent);
        padding: 6px;
        border-radius: 4px;
        font-size: 16px;
        color: white;
        cursor: pointer;
        z-index: 9999;
    }

    .show-filter:hover {
        background: radial-gradient(#45f000, transparent)
    }

}