/*******************
Theme Name: NetTruyen
Text Domain: NetTruyen
Theme URI: https://nettruyen.net
Description: Wordpress Theme NetTruyen
Author: Trung.Nguyen
Author URI: https://nettruyen.net
Version: 1.0
*******************/

html,
body {
    height: 100%;
}
body {
    background: #f4f4f4;
    color: #4e4e4e;
    font-family: Tahoma, sans-serif;
}
* {
    margin: 0;
}
::selection {
    background: #4e4e4e;
    text-shadow: none;
    color: #fff;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
a,
a:focus {
    color: #333;
}
a:hover {
    color: #ae4ad9;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.35;
    filter: alpha(opacity=35);
}
.form-control {
    box-shadow: none;
}
.form-control,
.form-control:focus {
    box-shadow: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    display: inline-block;
    font-family: Tahoma, sans-serif;
}

/* Header */
.header-main {
    background: url(assets/images/bg_header_2017.jpg) top center repeat-x;
    width: 100%;
    height: 50px;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}
.header-logo img.custom-logo {
    max-height: 40px;
    width: auto;
    height: auto;
    display: block;
}
@media (min-width: 992px) {
    .header .navbar-brand {
        min-width:240px
    }

    .header .navbar-form .input-group {
        width: 455px
    }

    .header .suggestsearch {
        width: 422px
    }
}
.toggle-dark {
    color: #ff9601;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    font-size: 26px;
    cursor: pointer;
}
.notifications {
    padding: 12px 0 0 15px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.notifications .fa {
    color: #fff;
    font-size: 24px
}

.notifications .notification-count {
    position: absolute;
    font-size: 10px;
    background-color: red;
    color: #fff;
    top: 10px;
    left: 24px;
    padding: 0 3px;
    border-radius: 3px
}

.notifications .notification-content {
    max-height: 350px;
    overflow: hidden;
    overflow-y: scroll
}

.notification-popup {
    position: absolute;
    width: 350px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-top: 0;
    top: 50px;
    right: 0;
    z-index: 1001;
    color: #000
}

.notification-popup h3 {
    text-align: center;
    margin: 0;
    font-size: 17px;
    padding: 8px 0;
    font-weight: 400
}

.notification-popup ul {
    margin: 0;
    padding: 0
}

.notification-popup ul a {
    color: #000
}

.notification-popup ul a:hover {
    color: #fff;
    text-decoration: none
}

.notification-popup ul li {
    list-style-type: none;
    background: #d8d8d8;
    margin-top: 1px
}

.notification-popup ul li.unread {
    background: #a3bad1
}

.notification-popup ul li:hover {
    background: #000
}

.notification-popup ul li:hover a {
    color: #fff
}

.notification-popup ul li img {
    float: left;
    margin: 5px
}

.notification-popup ul li .content {
    line-height: 1.4
}

.notification-popup ul li .time {
    font-size: 12px;
    font-style: italic;
    white-space: nowrap
}

.notification-popup ul li .view-all {
    text-align: center
}

.notification-popup ul li.new-notify-item {
    background-color: #81c36d
}

.notification-popup ul li.new-notify-item:hover {
    background: red
}

@media (max-width: 767px) {
    .notification-popup {
        left:0;
        right: auto
    }
}

@media (max-width: 575px) {
    .notification-popup {
        left:0;
        right: 0;
        width: 100%;
        position: fixed
    }
}
.navbar-bottom {
    background-color: #e4e4e4;
}
.navbar-bottom li > a .fa-home {
    font-size: 20px;
}
.navbar-bottom .navbar-nav > li:hover > a,
.navbar-bottom .navbar-nav > li.active > a {
    color: #ae4ad9;
    background-color: #fff;
}
/* Make sure logo is responsive on mobile */
@media (max-width: 767px) {
    .header-logo {
        height: 40px;
    }
    
    .header-logo img.custom-logo {
        max-height: 40px;
        max-width: 150px;
    }
}

/* Fix spacing in header */
.navbar-header h1 {
    margin: 10px 0;
}

/* Custom Style */
.single-page {
    min-height: 50vh;
}
#body_chapter {
    background-image: none;
    background-color: #111
}
.navbar-default {
    background-color: #14425d;
    background-position-x: -50px;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.navbar-default .navbar-nav > li > a {
    color: #f2f2f2;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: #2f566d;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu.settings > form > div {
    color: #f9f9f9;
}
.navbar-breadcrumb {
    background: #ececec;
    border-top: 1px solid #476171;
}
.settings .form-horizontal .form-group-sm .control-label {
    font-weight: 400;
}
.search-holder .form-control {
    height: 32px;
    padding: 5px 10px;
    border-right: 0;
    border-radius: 0;
}
.search-holder > .input-group-btn > .btn {
    padding: 5px 10px;
    border-left: 0;
    border-radius: 0;
}
.search-holder .btn:active,
.search-holder .btn.active {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-logged > li img {
    width: 30px;
    height: 30px;
    padding: 1px;
    border: 1px solid #ddd;
    margin: -7px 5px -5px 0;
}
.breadcrumb-container {
    line-height: 30px;
    color: #4e4e4e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb {
    padding: 0;
    margin: 0;
    background-color: inherit;
    border-radius: 0;
    display: inline-block;
}
.breadcrumb > li:first-child span.glyphicon {
    padding-right: 6px;
}
.breadcrumb a {
    color: #666;
}
.breadcrumb > .active,
.breadcrumb > .active a {
    color: #8d8d8d;
}
.multi-column {
    width: 600px;
}
.navbar-dropdown {
    width: 300px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.navbar-dropdown a {
    width: 49.99999%;
    float: left;
    color: #333;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    display: block;
    padding: 8px 16px
}

.navbar-dropdown a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #ae4ad9 !important;
}
.multi-column .dropdown-menu {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    min-width: 95px;
    max-width: 106px;
    background-color: transparent;
}
.dropdown-menu > li > a {
    padding: 6px 15px;
    font-size: 14px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ae4ad9 !important;
    background-color: transparent;
}
.nav-account {
    margin: 15px 0;
}
.nav-account>li>a {
    color: #fff;
    text-decoration: none;
}

.nav-account>li>a:hover {
    text-decoration: underline
}

.nav-account>li>a.user-menu:hover {
    text-decoration: none
}

.nav-account>li {
    padding: 0
}

.nav-account .fn-thumb {
    height: 20px
}

.nav-account .dropdown-menu {
    margin-top: 0
}

.nav-account .dropdown-menu>li>a:hover {
    color: #ae4ad9
}
.user-info {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 15px 0;
    float: right;
}
.user-info a {
    color: #fff;
    text-decoration: none;
}
.user-info img {
    width: 30px;
    height: 30px;
    padding: 1px;
    border: 1px solid #ddd;
    margin: -7px 5px -5px 0;
}

/* Main css */
.main .container {
    background-color: #fff;
}
.notify_block {
    border-radius: 3px;
    background: #feff99;
    border: 1px solid #f0e679;
    background-color: transparent;
    border: solid 1px #4080ff;
    color: #333;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 13px;
    position: relative;
    padding-left: 40px
}

.notify_block .info {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    width: 35px;
    background-color: #4080ff;
    padding-top: 10px
}

.notify_block .info .fa {
    color: #fff;
    font-size: 15px
}

.chapter-detail .notify_block {
    background-color: #fff
}
.dot {
    width: 9px;
    height: 9px;
    background-color: #f33;
    border-radius: 100%;
    display: inline-block
}

.dot .ping {
    border: 1px solid #f33;
    width: 9px;
    height: 9px;
    opacity: 1;
    background-color: rgba(238,46,36,0.2);
    border-radius: 100%;
    -webkit-animation-duration: 1.25s;
    animation-durastion: 1.25s;
    -webkit-animation-name: sonar;
    animation-name: sonar;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block;
    margin: -1px 0 0 -1px
}
@-webkit-keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}
.list-search-res {
    margin-top: 3px;
    position: absolute;
    width: 235px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 10px #ababab;
}
.list-search-res img {
    margin: 0 auto;
    padding: 5px;
    display: block;
}
.list-search-res .list-group-item {
    padding: 8px 12px;
}
.list-search-res .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-search-res .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list {
    display: table;
    text-align: left;
}
.list h3 {
    display: inline;
}
.list-thumbnail {
    border: 0;
}
.list-thumbnail,
.col-info-desc,
#list-chapter,
.comment-box {
    padding: 0;
}

.title-list > h2,
.title-list > h4 {
    color: #2980b9;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    max-width: 100%;
    text-transform: none;
    position: relative;
}
.title-list h2:after {
    content: "\f105";
    font-family: icomanga !important;
    display: block;
    height: 1px;
    margin-top: 5px;
    font-size: 20px;
    position: absolute;
    right: -15px;
    top: -4px;
}
.title-list a:hover,
.title-list a:focus {
    text-decoration: none;
}
.filter-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border: solid 1px #ff9601;
    border-radius: 30px;
    text-align: center;
    color: #ff9601
}
/* Home */
.truyen-item .image {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: #000 0 0 0;
    text-align: center;
    overflow: hidden
}
@media (min-width: 768px) {
    .list-truyen .truyen-item:nth-child(4n+1) {
        clear: both;
    }
}
.truyen-item .image img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.truyen-item .image .icon {
    position: absolute
}

.truyen-item .image .icon-hot {
    top: 5px;
    right: 5px
}

.truyen-item .image .view {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    display: block;
    color: #fff;
    background-color: #000;
    opacity: .65;
    filter: alpha(opacity=50)
}

.truyen-item .image .view a {
    color: #fff
}

.truyen-item .image .view a:hover,.truyen-item .image .view a:visited,.truyen-item .image .view a:focus {
    text-decoration: none
}

/* Top Posts Widget Styles */
/* Sidebar - Top Truyện Widget */
#topViewsTabs .nav-link {
    border-radius: 0;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    background-color: #f8f9fa;
    padding: 9px 5px;
    margin: 0;
    border:none;
    border-top: 2px solid transparent;
}
#topViewsTabs .nav-link:hover {
    background-color: #fff;
    border-top: 2px solid #721799;
}
#topViewsTabs .nav-link.active {
    background-color: #fff;
    border-top: 2px solid #721799;
    border-left: 1px solid #ddd;
    font-weight: 600;
}
.tab-content {
    border: 1px solid #EAEAEA;
    border-top: none;
    padding: 10px;
}

.rank-number {
    width: 40px;
    line-height: 45px;
    text-align: center;
    display: block;
    font-size: 18px;
}

#topViewsTabContent .tab-pane {
    background-color: #fff;
}

#topViewsTabContent .rank-item {
    gap: 10px;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #EAEAEA;
    border-top: none;
    padding: 10px 0;
}

#topViewsTabContent .rank-image {
    overflow: hidden;
    height: 45px;
    width: 55px;
}

#topViewsTabContent .rank-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#topViewsTabContent .rank-content {
    max-width: calc(100% - 100px);
    text-align: left;
    display: block;
    width: 100%;
}

#topViewsTabContent .rank-content h6 {
    line-height: 1.3;
    margin-bottom: 3px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#topViewsTabContent .rank-content a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#topViewsTabContent .rank-content a:hover {
    color: #007bff;
}

#topViewsTabContent .small.text-muted {
    font-size: 12px;
}

/* Dark mode compatibility */
body.dark #topViewsTabs .nav-link {
    background-color: #2a2a2a;
    color: #ccc;
}

body.dark #topViewsTabs .nav-link.active {
    background-color: #1a1a1a;
    border-bottom: 2px solid #1e90ff;
    color: #1e90ff;
}

body.dark #topViewsTabContent .tab-pane {
    background-color: #1a1a1a;
}

body.dark #topViewsTabContent .rank-content a {
    color: #ddd;
}

body.dark #topViewsTabContent .rank-content a:hover {
    color: #1e90ff;
}

body.dark #topViewsTabContent .d-flex:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    #topViewsTabContent .rank-content h6 {
        font-size: 13px;
    }
    
    #topViewsTabContent .rank-image {
        height: 70px;
        width: 50px;
    }
    
    .rank-number {
        width: 30px !important;
        font-size: 1rem !important;
    }
    
    #topViewsTabContent .rank-content {
        width: calc(100% - 90px);
    }
}

.truyen-item .image .view a:hover {
    color: #f0f306
}

.truyen-item .image .viewed {
    top: 0;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    overflow: hidden
}

.truyen-item .image .unfollow {
    bottom: 0;
    z-index: 99;
    line-height: 25px;
    height: 0;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    opacity: 1;
    transition: height .3s;
    -webkit-transition: height .3s
}

.truyen-item:hover .image .unfollow {
    height: 25px
}

.truyen-item figcaption {
    padding: 5px 0 0;
    position: relative
}

.truyen-item figcaption h3 {
    font-size: 16px;
    margin: 0 0 7px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.truyen-item figcaption h3 a {
    color: #000
}

.truyen-item figcaption h3 a:hover {
    text-decoration: none;
    color: #03f
}

.truyen-item figcaption ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.truyen-item figcaption ul li {
    margin-bottom: 6px
}

.chapter a {
    font-size: 13px;
    color: #000
}

.chapter a:focus,.chapter a:visited,a.visited {
    text-decoration: none;
    color: silver
}

.chapter a:hover {
    text-decoration: none;
    color: #03f
}

.chapter .time {
    color: silver;
    font-size: 11px;
    line-height: 20px;
    font-style: italic;
    float: right;
    max-width: 47%;
    overflow: hidden;
    white-space: nowrap
}

.items .follow-share .input-link {
    border: 1px solid #b3b3b3;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    padding: 5px;
    width: 80%
}



#tos .content {
    padding: 15px;
}
#tos h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
}
.suggest-holder {
    white-space: nowrap;
    margin-top: 10px;
}
.list-suggest {
    width: 49%;
    display: inline-table;
    white-space: normal;
}
.list-thumbnail > .row:nth-child(2) > div {
    height: auto;
    margin: 7.5px 0;
    padding: 0;
    border-left: 0;
    line-height: 0;
    text-align: center;
}
.list-thumbnail img {
    max-width: 100%;
    max-height: 100%;
}
/* Single css */
.single-post-title {
    font-weight: 400;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}
ul.list-info {
    clear: both;
    overflow: hidden;
    padding: 0;
    margin: 0
}

ul.list-info li {
    display: block;
    margin: 0 0 7px;
    text-align: left;
}

ul.list-info li p,h2 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    text-transform: inherit;
    color: #777676
}

ul.list-info li p {
    padding-top: 0;
    line-height: 27px
}

ul.list-info li.facebook {
    margin-top: 20px;
    margin-bottom: 15px
}

.follow {
    margin-top: 12px;
    font-size: 15px
}

.total-comment {
    padding-top: 7px
}

.star img {
    width: 22px;
    height: 22px;
    margin-right: 5px
}
.col-info-desc h3.title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0 15px 7px;
    border-bottom: 1px solid #b5b5b5;
    text-transform: uppercase;
    float: right;
    width: 68%;
    text-align: center;
}
.desc .read-btn {
    display: block;
    margin: 5px auto;
    text-align: center;
}
.desc .read-btn > a {
    text-shadow: 1px 1px 1px #333;
    filter: dropshadow(color=#333333, offx=1, offy=1);
}
.desc .read-btn > a > span {
    margin-right: 5px;
}
.desc .desc-text {
    margin-top: 10px;
    height: 204px;
    overflow: hidden;
    text-align: left;
    font-family: "Arial", sans-serif;
}
.desc .showmore {
    text-align: right;
    position: relative;
    height: 22px;
}
.desc .showmore a {
    background-color: #f4f4f4;
    margin-top: 5px;
}
.desc .l-chapter {
    text-align: left;
}
.desc .rate {
    display: block;
}
.desc-text img {
    max-width: 100%;
}
.rate-holder,
.rate-text {
    display: inline-block;
}
.rate-text {
    margin-left: 5px;
    padding-top: 3px;
    position: absolute;
}
.list-chapter {
    list-style: none;
    padding-left: 15px;
    text-align: left;
}
.list-chapter > li {
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-chapter > li > span {
    font-size: 10px;
    line-height: 25px;
    vertical-align: top;
}
.list-chapter > li > a {
    font-size: 15px;
    line-height: 1.8em;
    display: inline;
    margin: 0px;
}
.title-list {
    text-align: left;
    height: 40px;
    text-transform: uppercase;
    position: relative;
}
.list-title {
    color: #2980b9;
    border-bottom: 2px solid #2980b9;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0;
    padding-bottom: 2px;
    display: block;
}
#truyen .title-list,
.list-side .title-list {
    margin-bottom: 15px;
}
.col-info-desc {
    margin-bottom: 5px;
}
#list-chapter .pagination {
    margin-top: 10px;
}
#list-chapter > .row {
    margin: 0;
}
.list-chapter .heading {
    padding: 5px 10px 5px 5px;
    font-size: 17px;
}

.list-chapter .no-wrap {
    white-space: nowrap;
    overflow: hidden
}

.list-chapter nav {
    border: solid 1px #ddd;
    padding: 5px;
    border-radius: 5px
}
.pagination-wrap {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
}
.pagination > li > a > span.arrow {
    font-size: 14px;
    line-height: 12px;
}
.page-nav {
    position: relative;
}
.page-nav .dropdown-menu {
    padding: 0;
    border: 0;
}
.desc-text-full {
    overflow: hidden;
}
/* Chapter single css*/
.chapter-title {
    font-weight: 400;
    font-size: 21px;
    margin: 0;
    line-height: 1.2;
}
.chapter-title a {
    color: #288ad6;
}
.chapter hr.chapter-start,
.chapter hr.chapter-end {
    border: 0;
    margin: 10px auto;
    display: table;
}
.chapter hr.chapter-start {
    background: url(/assets/images/spriteimg_new_white_op.png) -200px -27px no-repeat;
    width: 59px;
    height: 20px;
}
.chapter hr.chapter-end {
    background: url(/assets/images/spriteimg_new_white_op.png) 0 -51px no-repeat;
    width: 277px;
    height: 35px;
}
.chapter .chapter-c {
    line-height: 180%;
    color: #2b2b2b;
    font-size: 22px;
    text-align: left;
    word-wrap: break-word;
}
.chapter-c img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.chapter-c img.inline {
    display: inline-block;
}
.chapter-c hr {
    border-top: 2px solid #a2a2a2;
}
.chapter-c table {
    font-family: Tahoma, sans-serif;
    font-size: 80%;
    border: 1px solid #000;
    margin: 5px;
}
.chapter-c table td {
    padding: 5px;
    border: 1px solid;
}
.chapter-c h3 {
    font-weight: 700;
    font-size: 120%;
}
.chapter-c h4 {
    font-weight: 700;
    font-size: 110%;
}
.chapter-c.onebreak br:nth-child(2n + 2) {
    display: none;
}
.chapter-nav {
    text-align: center;
    margin: 15px 0 10px;
}
.chapter-nav .home {
    width: 30px;
    text-align: center;
    color: #d9534f;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 10px;
}
.chapter-nav .btn-group .chapter_jump {
    margin: 0 5px;
    text-align: left;
}
.chapter-nav .form-control {
    width: 205px;
}
.box-notice {
    margin: 10px auto;
    width: 420px;
    padding: 5px;
    border: 1px dashed #2d9fd8;
    border-radius: 5px;
}
#chapter_error,
#chapter_comment {
    display: inline-block;
    margin: 10px auto;
}
#chapter_comment {
    margin-left: 5px;
}
#fb-like-chapter {
    margin-bottom: 10px;
}
.settings {
    padding: 10px;
    width: 300px;
}

.footer {
    color: #aaa;
    background-color: #222;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer a {
    color: #fff;
}
.footer .tag-list{ 
    opacity: 0.1;
}
.footer .tag-list li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.footer .tag-list a {
    border: solid 1px #ddd;
    padding: 5px;
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 4px;
    display: inline-block;
}
.footer .tag-list a:hover {
    color: #3e6d8e;
    background-color: #dae6ef;
    border: 1px solid #dae6ef;
}
.footer .container {
    padding: 15px 0 0 0;
}
.single-page .list > .row > div {
    white-space: normal;
    height: auto;
    line-height: inherit;
    border-left: 0;
}
.single-page-inner {
    padding-top: 15px;
}
.single-page-inner .well {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.twice-pass #password {
    border-top-right-radius: 4px;
}
.twice-pass #password-repeat {
    border-top: 0;
    border-top-right-radius: 0;
}
.label-title {
    padding: 1px 3px;
    font-size: 13px;
    vertical-align: bottom;
    margin-left: 5px;
}
.label-full {
    border: 1px solid #86ad86;
    color: #86ad86;
}
.label-hot {
    border: 1px solid #fd8383;
    color: #fd8383;
}
.label-new {
    border: 1px solid #8eb3fd;
    color: #8eb3fd;
}
.label-full:before {
    content: "Full";
}
.label-hot:before {
    content: "Hot";
}
.label-new:before {
    content: "New";
}
.text-info a {
    color: #31708f;
}
.ads-320-100 {
    height: 100px;
}
.ad-link {
    display: table;
    margin: 0 auto 10px;
    font-size: 19px;
    font-weight: 700;
}
.ad-link:before {
    content: "Ads ";
    color: #afafaf;
    font-weight: 500;
}
.user-nav > legend {
    padding: 10px 15px 5px;
    margin-bottom: 0;
}
.new-select,
.filter {
    line-height: 40px;
    height: 40px;
    width: initial;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    text-transform: uppercase;
    background-color: transparent;
}
.new-select {
    font-size: 20px !important;
    color: #4e4e4e;
    border-color: transparent;
    border-bottom-color: #4e4e4e;
    border: 1px solid;
    background: #f4f4f4;
}
.new-select-loading {
    position: absolute;
    top: 14px;
    right: 135px;
    background-color: #f4f4f4;
}
.row-cols-5 .col {
    width: 20%;
    margin: 0 10px;
}
.flickity-prev-next-button {
    border-radius:8px;
}
.index-intro div.title {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #f4f4f4;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 5px;
    text-shadow: 1px 2px 2px #000;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
}
.index-intro div.title h3 {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-intro .item .item-img {
    box-shadow: 0 1px 2px #b5b5b5;
    width: 100%;
    height: 220px;
}

.index-intro .item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.chat-button,
.chat-holder {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.chat-button {
    background-color: #47649f;
    color: #fff;
    border: 1px solid #435a8b;
    height: 25px;
    width: 50px;
    padding: 4px 9px;
    font: normal normal normal normal 13.3333330154419px / normal Arial;
    cursor: pointer;
}
.chat-button:before {
    content: "Chat";
}
.chat-holder {
    height: 400px;
    width: 350px;
    z-index: 1;
}
.chat-holder .top {
    background-color: #47649f;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid rgba(0, 39, 121, 0.76);
}
.chat-holder .top a.x {
    float: right;
    color: #fff;
    text-decoration: none;
}
.chat-frame {
    height: 373px;
    width: 350px;
    border: 0;
}
#list-index {
    position: relative;
}
.h50 {
    height: 60px;
    overflow: hidden;
}
.h90 {
    height: 114px;
}
.h250 {
    height: 250px;
}
.backtop {
    margin-left: 15px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 20px;
}
.overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    overflow: scroll;
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-title {
    font-size: 2em;
    font-weight: 700;
}
.form-link {
    display: block;
    font-size: 0.95em;
}
.chapter_like {
    display: block;
}
.balloon {
    height: 270px;
    width: 300px;
    background: #7f94a1;
    position: fixed;
    bottom: 0;
    left: 0;
}
.bl-title {
    background-color: #14425d;
    color: #fff;
    padding: 0 2px;
}
.bl-close {
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0 1px 0;
    opacity: 1;
}
#truyen-slide .lazyimg {
    height: 177px;
}
.ads-taboola-desktop {
    max-width: 1000px !important;
    max-height: 390px;
    min-height: 280px;
    margin: 0 auto;
}
.ads-taboola {
    margin-top: 10px;
}
.mgbox .mgline {
    box-shadow: none !important;
}
.mgbox,
.mgbox .mgline {
    background: transparent !important;
}
.mgbox .mgline .text_on_hover {
    padding: 0 5px 0 0 !important;
}
.mgbox .mgline .mctitle {
    text-align: left !important;
}
.fb_iframe_widget,
.fb_iframe_widget > span,
.fb_iframe_widget > span > iframe {
    width: 100% !important;
}
.no-padding {
    padding: 0;
}
.report {
    float: right;
    line-height: 42px;
    text-transform: capitalize;
    cursor: pointer;
}
.no-br br {
    display: none;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (max-width: 480px) {
    .form-control {
        font-size: 16px !important;
    }
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #eee;
    }
}
@media all and (min-width: 768px) {
    .settings .form-horizontal .form-group-sm .control-label {
        font-size: 14px;
    }
    .col-cat {
        width: 27.5%;
    }
    .col-chap {
        width: 22.5%;
    }
    .form-control {
        font-size: 14px;
    }
    .new-select-loading {
        right: 155px;
    }
}
@media all and (min-width: 992px) {
    .multi-column .dropdown-menu {
        max-width: 106px;
    }
    .dropdown-menu > li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .navbar-logged .logout-link {
        padding-left: 0;
    }
    #list-index {
        min-height: 900px;
    }
    .col-cat {
        width: 23%;
    }
    .col-chap {
        width: 18.66666667%;
    }
    .info-holder {
        width: 32%;
    }
    .desc {
        width: 68%;
        padding: 0 15px 0 0;
    }
    .chapter-c table td {
        padding: 10px;
    }
    .new-select-loading {
        height: 20px;
        top: 13px;
    }
    .desc .desc-text.desc-text-full {
        height: 304px;
    }
    #truyen-slide .lazyimg {
        height: 245px;
    }
}
@media all and (min-width: 1025px) {
    .navbar-social {
        line-height: 20px;
        margin-top: 5px;
        margin-left: 6px;
    }
    .list-thumbnail img {
        box-shadow: 0 1px 2px #b5b5b5;
    }
    .list {
        border: 0;
    }
    .list .glyphicon-chevron-right {
        font-size: 14px;
    }
    #list-index .list h3 a {
        font-size: 16px;
    }
    .comment-box {
        margin-top: 15px;
    }
    .comment-box > .title-list {
        margin-bottom: 0 !important;
    }
    .comment-box .fb_iframe_widget,
    #fb-comment-chapter .fb_iframe_widget {
        display: block !important;
        overflow: hidden;
    }
    .comment-box .fb_iframe_widget > span,
    #fb-comment-chapter .fb_iframe_widget > span {
        margin-bottom: -38px;
    }
    #fb-comment-chapter {
        max-width: 832px;
        margin: 0 auto;
    }
}
@media all and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 0) {
    .chapter .chapter-c {
        font-size: 26px;
    }
}
@media all and (min-width: 1200px) {
    .col-title {
        width: 44.16666667%;
    }
    .col-cat {
        width: 22.5%;
    }
    .col-chap {
        width: 19.66666667%;
    }
    .col-time {
        width: 13.66666667%;
    }
    .list-thumbnail > .row:nth-child(2) > div {
        padding: 0;
    }
   
   
}

@media all and (max-width: 1024px) {
    .ads-margin {
        margin-left: -20px;
    }
}
@media all and (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }
    #intro-index {
        height: auto;
    }

    .index-intro .item {
        margin: 2% 0 0 3%;
        height: auto;
        width: 30%;
    }
    .index-intro .item .item-img{
        width: 100%;
        height: 100%;
    }
}
@media all and (max-width: 767px) {
    .col-info-desc h3.title {
        padding: 0 5px 7px;
        border-bottom: 0;
        float: none;
        width: 100%;
    }
    .info-holder .info {
        border-right: 0;
        margin-right: 0;
        padding-left: 15px;
    }
}
@media all and (max-width: 480px) {

    .list > .row > div,
    .list > .row:first-child > div > h2,
    .title-list > h2,
    .title-list > h4 {
        padding: 0 5px !important;
    }
    .chapter .chapter-c {
        font-family: "Arial", sans-serif;
        font-size: 20px;
    }
    .container,
    .single-page .list,
    .chapter .row > div {
        padding: 0;
    }
    .container > .row {
        margin: 0;
    }
    .header {
        
        width: 100%;
        height: 50px;
        -moz-transition: top 0.3s ease-in-out;
        -ms-transition: top 0.3s ease-in-out;
        -o-transition: top 0.3s ease-in-out;
        transition: top 0.3s ease-in-out;
    }
    .header-logo {
        margin-left: 20px;
    }
    .navbar-collapse,
    .navbar-header {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .breadcrumb-container {
        padding: 0 5px;
    }
    .breadcrumb > li + li:before {
        padding: 0 1px;
    }
    #truyen-slide .caption {
        padding: 0;
        line-height: 11px;
    }
    .list-thumbnail img {
        padding: 5px;
    }
    #truyen-slide .caption > h3,
    #truyen-slide .caption > small {
        font-size: 10px;
    }
    .chapter-c {
        padding-right: 5px;
        padding-left: 5px;
    }
    .book-text span {
        display: none;
    }
    .book-text:before {
        display: inline;
        content: "Q";
    }
    .chapter-text:before {
        display: inline;
    }
    .chapter-nav .form-control {
        width: 115px;
        box-shadow: none;
    }
  
    #fb-comment-chapter .fb_iframe_widget,
    #fb-comment-chapter .fb_iframe_widget span,
    #fb-comment-chapter .fb_iframe_widget span iframe[style] {
        min-width: 100% !important;
        width: 100% !important;
    }
    .list-chapter {
        padding-left: 10px;
    }
    .rate-text {
        display: none;
    }
    .footer {
        font-size: 12px;
    }
    .footer .container {
        padding: 5px 0 0 0;
    }
    .footer ul {
        margin-bottom: 0;
    }
    .footer .text-right {
        text-align: center;
        float: none !important;
        padding: 0 0 5px;
        height: auto;
        font-weight: 500;
    }
    .single-page .title-list {
        max-width: 300px;
    }
    .col-title,
    .col-title-history {
        max-width: 280px;
    }
    .top-truyen {
        margin-top: -15px;
    }
}
@media all and (max-width: 320px) {
    .col-title,
    .col-title-history {
        max-width: 240px;
    }
    .chapter-nav .form-control {
        width: 85px;
    }
}
@media all and (device-width: 768px) {
    .chapter .row,
    .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }
    .chapter .row .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
   
}
.input-group.search-holder {
    width: 100%;
}
.navbar-form .input-group.search-holder .input-group-btn {
    width: 1%;
}
@media (min-width: 992px) {
    .input-group.search-holder {
        width: auto;
    }
    .navbar-form .input-group.search-holder .input-group-btn {
        width: auto;
    }
}
.ads-728-90-center {
    height: 90px;
    width: 728px;
    margin: 0 auto;
}
.ads-300-250-center {
    height: 250px;
    width: 300px;
    margin: 0 auto;
}
.ads-video-pc {
    display: table;
    margin: 0 auto;
    min-height: 285px;
    height: 285px;
    overflow: hidden;
}
.ads-fan-fullwidth {
    line-height: 100%;
    min-height: 315px;
    display: block;
    margin: 15px -5px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.ads-320-100-backup-1 {
    min-height: 351px;
}
.ads-video > div {
    margin: 0 auto;
}
.fb-middle {
    margin: 0 auto;
}
.fbsp {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: -apple-system, "Helvetica Neue", sans-serif;
    line-height: 24px;
    height: 24px;
    background-color: #fff;
    color: #3477a7;
    text-align: left;
    border-top: 1px solid #ced0d4;
}
.fbsp > span {
    padding-left: 10px;
}
.w320 {
    width: 100%;
    height: auto;
    min-height: 400px;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
}
.w320-middle {
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
}
.ad-bghighlight {
    background: #f3ecc7;
    background: repeating-linear-gradient(
        45deg,
        #fff6cc,
        #fff6cc 5px,
        #f3ecc7 5px,
        #f3ecc7 10px
    );
}

.video-mobile,
.video-mobile > .ads-320-100-backup-1 {
    height: 251px;
    min-height: 251px;
}
.ads-780-90,
.taitro-728-90,
.taitro-780-90 {
    height: 240px;
    min-height: 240px;
}
.ads-300-250-top,
.ads-300-250,
.taitro-300-250-top,
.taitro-300-250 {
    height: 255px;
    min-height: 255px;
    display: table;
}
.vdo-mobile {
    max-width: 100vw;
    max-height: 250px;
    margin: 0 auto;
    overflow: hidden;
}
.adlabel {
    font-size: 14px;
    line-height: 14px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    text-align: center;
    color: #2b9bbd;
    font-weight: 700;
    text-transform: uppercase;
}
.ads-responsive {
    width: 100%;
    margin: 15px auto;
    display: block;
    min-height: 300px;
}
.chapter-c .ads-responsive,
#chapterads-bottom {
    min-height: initial;
    margin: 25px auto;
    max-width: 100%;
}
#chapterads-bottom {
    margin: 40px auto;
}

.ads-taboola-truyen {
    min-height: 260px;
}
@media (min-width: 480px) {
    .mgiframe {
        width: 100% !important;
        margin: 0 auto;
        display: table;
    }
    #mgiframe-728x90-1 {
        height: 207px !important;
        max-width: 830px;
    }
    .mgiframe-728x90-chapter-1 {
        margin-top: -28px;
    }
}
@media (min-width: 992px) {
    .ads-taboola-truyen {
        min-height: 110px;
        overflow: hidden;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .mgiframe {
        width: 100% !important;
        height: 1920px !important;
    }
}
.dark-theme ::selection {
    background: rgba(255, 255, 255, 0.6);
    color: #2b2b2b;
}
.dark-theme {
    background-image: url(images/bg_dark.gif);
    background-color: #232323;
    background-repeat: repeat;
    color: rgba(255, 255, 255, 0.6);
}
.dark-theme img {
    opacity: 0.9;
}
.dark-theme a,
.dark-theme a:hover,
.dark-theme a:focus,
.dark-theme .filter a {
    color: #b1b1b1;
}
.dark-theme .navbar-default,
.dark-theme.navbar-default {
    background: #242f39;
    border-bottom-color: #242f39;
    box-shadow: 0 0 1px rgba(10, 10, 10, 0.4);
}
.dark-theme .navbar-breadcrumb {
    background: #2e3740;
    border-top: 0;
}
.dark-theme .breadcrumb-container,
.dark-theme .breadcrumb a {
    color: #b1b1b1;
}
.dark-theme .breadcrumb > .active,
.dark-theme .breadcrumb > .active a {
    color: #dadada;
}
.dark-theme .filter {
    border-bottom: 0;
}

.dark-theme .list > .row:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.04);
}
.dark-theme .panel {
    background-color: rgba(255, 255, 255, 0.04);
    border: 0;
}
.dark-theme .list > .row > div,
.dark-theme #list-page .list > .row > div {
    border-left: 0;
    border-bottom: 0;
}
.dark-theme .title-list,
.dark-theme .title-list > h2,
.dark-theme .title-list > h4 {
    border-bottom: 0;
}
.dark-theme .title-list > h2,
.dark-theme .title-list > h4,
.dark-theme .title-list > a,
.dark-theme .title-list > h2 > a,
.dark-theme .title-list > h4 > a {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.dark-theme .text-888 a {
    color: rgba(255, 255, 255, 0.6);
}
.dark-theme .text-info a {
    color: #a9cf54;
}
.dark-theme .new-select,
.dark-theme #intro-index .new-select,
.dark-theme .filter {
    background-color: #2d3741;
    box-shadow: 0 0 3px rgba(10, 10, 10, 0.4);
}
.dark-theme .new-select {
    line-height: 34px;
    height: 34px;
    border: 0;
    color: #fff;
}
.dark-theme .col-info-desc,
.dark-theme #list-chapter,
.dark-theme .comment-box {
    background: transparent;
}
.dark-theme .info-holder .info {
    border-right: 1px dashed #5d5d5d;
}
.dark-theme .col-info-desc h3.title {
    border-bottom-color: #000;
}
.dark-theme .desc .showmore a,
.dark-theme .pagination > li > a,
.dark-theme .pagination > li > span,
.dark-theme .pagination > li:last-child > a,
.dark-theme .pagination > li:last-child > span,
.dark-theme .pagination > li:first-child > a,
.dark-theme .pagination > li:first-child > span {
    color: #b1b1b1;
    border-color: #435361;
    background-image: url(assets/images/bg_dark.gif);
    background-color: #232323;
    background-repeat: repeat;
}
.dark-theme .l-chapter .l-title {
    border-bottom-color: #000;
}
.dark-theme .l-chapter .l-title > h3 {
    border-bottom-color: #ccc;
}
.dark-theme .pagination > li > a:hover,
.dark-theme .pagination > li > span:hover,
.dark-theme .pagination > li.active > a,
.dark-theme .pagination > li.active > span,
.dark-theme .pagination > li.active > a:hover,
.dark-theme .pagination > li.active > span:hover {
    border-right: 1px solid;
    border-left: 1px solid;
    padding-right: 9px;
    padding-left: 9px;
    color: #92bb35;
    border-color: #92bb35 !important;
    text-shadow: 1px 1px 0 rgba(10, 10, 10, 0.4);
    background: rgba(10, 10, 10, 0.15);
}
.dark-theme .pagination > li.active + li > a:hover {
    border-left: 0;
    padding-left: 10px;
}
.dark-theme .pagination > li:first-child > a:hover {
    padding-left: 10px;
}
.dark-theme .pagination > li:last-child > a:hover {
    padding-right: 10px;
}
.dark-theme .no-hover .pagination > li > a:hover,
.dark-theme .no-hover .pagination > li > span:hover,
.dark-theme .no-hover .pagination > li.active > a:hover,
.dark-theme .no-hover .pagination > li.active > span:hover {
    color: #b1b1b1;
    border-right: 0;
    border-left: 0;
    border-color: #435361 !important;
    background-image: url(assets/images/bg_dark.gif);
    background-color: #232323;
    background-repeat: repeat;
}
.dark-theme .no-hover .pagination > li.active + li > a:hover,
.dark-theme .no-hover .pagination > li:first-child > a:hover,
.dark-theme .no-hover .pagination > li:last-child > a:hover {
    border-left: 1px solid;
    padding-left: 9px;
    padding-right: 9px;
}
.dark-theme #truyen-slide .caption > h3 {
    font-weight: 400;
}
.dark-theme #truyen-slide .caption > small {
    border: 1px solid;
    border-radius: 0;
    margin: 5px auto 0;
    display: table;
}

.dark-theme .list-side h3 a {
    color: #92bb35;
}
.dark-theme #list-page .list > .row > div > div > .cover {
    border: 1px solid #939393;
}
.dark-theme .search-holder > .input-group-btn > .btn {
    border: 1px solid;
    margin-left: 2px;
}
.dark-theme .search-holder .form-control,
.dark-theme .list-search-res,
.dark-theme .list-group-item,
.dark-theme .form-control,
.dark-theme .input-group-addon {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background: #1c242d;
    border: 1px solid #192128;
    color: #fff;
}
.dark-theme .list-search-res {
    border-color: #555;
    box-shadow: 0 2px 10px #222;
}
.dark-theme a.list-group-item:hover,
.dark-theme button.list-group-item:hover,
.dark-theme a.list-group-item:focus,
.dark-theme button.list-group-item:focus {
    background-color: #000;
    color: #fff;
}
.dark-theme .footer {
    background-color: #121212;
    border-top: 1px solid #000;
    color: #8d8d8d;
}
.dark-theme .footer a,
.dark-theme .footer strong,
.dark-theme .footer .text-right a {
    color: #8d8d8d;
}
.dark-theme .footer .tag-list a,
.dark-theme .footer .tag-list a:hover,
.dark-theme #truyen-slide .caption > small,
.dark-theme .search-holder > .input-group-btn > .btn {
    color: #92bb35;
    border-color: #92bb35;
    text-shadow: 1px 1px 0 rgba(10, 10, 10, 0.4);
    background: rgba(10, 10, 10, 0.15);
}
.dark-theme .footer .tag-list a {
    color: #888;
    border-color: #404040;
}
.dark-theme legend {
    color: #8d8d8d;
}
.dark-theme .chapter .chapter-c,
.dark-theme .ad-link {
    color: rgba(255, 255, 255, 0.6);
}
.dark-theme .chapter-c table {
    border: 1px solid #b3b3b3;
}
.dark-theme .btn,
.dark-theme .btn:hover,
.dark-theme .btn:focus,
.dark-theme .btn:active,
.dark-theme .bg-info {
    color: #a9a9a9;
    background: #121212;
}
.dark-theme .btn-success {
    color: #82a82d;
    border-color: #82a82d;
}
.dark-theme .btn-warning {
    color: #c49654;
    border-color: #c49654;
}
.dark-theme .btn-info {
    color: #5ba3b8;
    border-color: #5ba3b8;
}
.dark-theme .btn-success:hover,
.dark-theme .btn-success:focus,
.dark-theme .btn-success:active {
    color: #aadb3c;
    border-color: #aadb3c;
}
.dark-theme .btn-warning:hover,
.dark-theme .btn-warning:focus,
.dark-theme .btn-warning:active {
    color: #dfac63;
    border-color: #dfac63;
}
.dark-theme .btn-info:hover,
.dark-theme .btn-info:focus,
.dark-theme .btn-info:active {
    color: #71c2d9;
    border-color: #71c2d9;
}
.dark-theme .box-notice {
    border: 1px dashed #545d62;
    color: #a9a9a9;
}
.dark-theme .mgbox .mghead {
    color: #5fb3c1 !important;
}
.dark-theme .mgbox .mgline {
    border-color: #5d5d5d !important;
}
.dark-theme .mgbox .mgline .mctitle a {
    color: #999 !important;
}
.dark-theme .mgbox .mgline:hover .mctitle a {
    color: #b9b9b9 !important;
}
.dark-theme .ad-bghighlight {
    background: #000;
    background: repeating-linear-gradient(
        45deg,
        #000,
        #000 5px,
        #1d1b0c 5px,
        #1d1b0c 10px
    );
}
.dark-theme .ob-widget-header {
    color: #f2f2f2 !important;
}
.dark-theme .ob-unit.ob-rec-text,
.dark-theme .ob-unit.ob-rec-description {
    color: #b5b5b5 !important;
}
.dark-theme .thumbnails-a .trc_rbox_header,
.dark-theme .thumbnails-a .logoDiv a span,
.dark-theme .thumbnails-a .syndicatedItem .video-title {
    color: #aaa;
}
.dark-theme .index-intro .item .item-img,
.dark-theme .list-thumbnail img {
    box-shadow: 0 1px 2px #000;
}
@media (hover: none) and (pointer: none) {
    .dark-theme .pagination > li > a:hover,
    .dark-theme .pagination > li > span:hover,
    .dark-theme .pagination > li.active > a:hover,
    .dark-theme .pagination > li.active > span:hover {
        color: #b1b1b1;
        border-right: 0;
        border-left: 0;
        border-color: #435361 !important;
        background-image: url(images/bg_dark.gif);
        background-color: #232323;
        background-repeat: repeat;
    }
    .dark-theme .pagination > li.active + li > a:hover,
    .dark-theme .pagination > li:first-child > a:hover,
    .dark-theme .pagination > li:last-child > a:hover {
        border-left: 1px solid;
        padding-left: 9px;
        padding-right: 9px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .dark-theme .no-hover .pagination > li > a:hover,
    .dark-theme .no-hover .pagination > li > span:hover,
    .dark-theme .no-hover .pagination > li.active > a:hover,
    .dark-theme .no-hover .pagination > li.active > span:hover {
        border-right: 1px solid;
        border-left: 1px solid;
        padding-right: 9px;
        padding-left: 9px;
        color: #92bb35;
        border-color: #92bb35 !important;
        text-shadow: 1px 1px 0 rgba(10, 10, 10, 0.4);
        background: rgba(10, 10, 10, 0.15);
    }
    .dark-theme .no-hover .pagination > li.active + li > a:hover {
        border-left: 0;
        padding-left: 10px;
    }
    .dark-theme .no-hover .pagination > li:first-child > a:hover {
        padding-left: 10px;
    }
    .dark-theme .no-hover .pagination > li:last-child > a:hover {
        padding-right: 10px;
    }
}
.thirdPartyRoot {
    background-color: #fff;
    color: #2b2b2b;
    border-left: 0;
    border-right: 0;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 16px;
    width: 100vw;
    text-align: left;
    position: relative;
    border-top: 1px solid #ced0d4;
    border-bottom: 1px solid #ced0d4;
}
.thirdPartyHeader {
    display: flex;
    height: 36px;
    margin: 12px 40px 12px 12px;
}
.thirdPartyFooter {
    padding: 12px 0;
    margin: 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.thirdPartyIconClass {
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    min-width: 36px;
    overflow: hidden;
    vertical-align: middle;
    width: 36px;
}
.thirdPartySubtitleContainer {
    line-height: 16px;
    margin: 2px 0 0 10px;
    max-height: 36px;
    overflow-y: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thirdPartyMediaClass {
    width: 100%;
    text-align: center;
}
.thirdPartyMediaClass > img,
.thirdPartyMediaClass video {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 367px;
}
.thirdPartyMediaClass video {
    position: relative;
}
.thirdPartySubtitleClass {
    color: #4b4f56;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thirdPartyTitleClass {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 36px;
    line-height: 18px;
    overflow-y: hidden;
    margin: 0 0 6px 0;
    color: #4b4f56;
    font-weight: 600;
    text-align: left;
    text-overflow: ellipsis;
}
.thirdPartyBodyClass {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4b4f56;
    line-height: 18px;
    text-align: left;
}
.thirdPartyCallToActionWrapper {
    align-self: center;
    color: #fff;
    background-color: #3477a7;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    line-height: 14px;
    margin-top: 10px;
    position: relative;
    align-self: initial;
    max-width: 100%;
}
.thirdPartyCallToActionWrapper > img {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 9px;
    right: 72px;
}
.thirdPartyCallToActionClass {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.01);
    position: relative;
    z-index: 1;
}
.control-label {
    padding-top: 4px;
    font-size: 11px;
}
.label {
    border-radius: 1px;
    padding: 0.3em 0.6em;
}
.label,
.label.label-default {
    background-color: #9e9e9e;
}
.label.label-inverse {
    background-color: #3f51b5;
}
.label.label-primary {
    background-color: #009688;
}
.label.label-success {
    background-color: #4caf50;
}
.label.label-info {
    background-color: #03a9f4;
}
.label.label-warning {
    background-color: #ff5722;
}
.label.label-danger {
    background-color: #f44336;
}
.thirdPartyCallToActionClass:empty {
    display: none;
}
@media all and (min-width: 480px) {
    .thirdPartyRoot,
    .fbsp {
        width: 400px;
        margin: 0 auto;
        border: 1px solid #ced0d4;
    }
    .fbsp {
        border-bottom: 0;
    }
}
@media all and (min-width: 480px) and (orientation: landscape) {
    .thirdPartyHeader {
        display: none;
    }
    .thirdPartyMediaClass > img,
    .thirdPartyMediaClass video {
        max-height: 173px;
    }
    .thirdPartyFooter {
        padding: 5px 0;
    }
    .thirdPartyTitleClass {
        -webkit-line-clamp: 1;
    }
    .thirdPartyBodyClass {
        -webkit-line-clamp: 2;
    }
}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Page Tìm kiếm */
.comic-filter .nav-tabs {
    margin-top: 0;
    border-bottom: none;
    text-align: center
}

.comic-filter .nav-tabs li {
    float: none;
    display: inline-block;
    min-width: 90px;
    background-color: transparent
}

.comic-filter .nav-tabs li a {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 6px;
    color: #555;
    font-weight: 400;
    outline: 0;
    white-space: nowrap;
    display: block;
    line-height: 32px
}

.comic-filter .nav-tabs li a:hover {
    border: 1px solid #ddd;
    cursor: pointer
}

.comic-filter .nav-tabs li.active a {
    color: #fff!important;
    background: #00b9f2;
    border: none;
    position: relative;
    margin-bottom: 7px;
    outline: 0;
    border-top: none!important
}

.comic-filter h1 {
    text-align: center;
    margin: 0;
    font-size: 25px;
    font-weight: 400
}

.comic-filter .description {
    margin-top: 10px;
    margin-bottom: 15px
}

.comic-filter .description .info {
    padding: 10px;
    border: 1px solid #ddd
}

.comic-filter .sort-by {
    margin-top: 15px;
    margin-bottom: 20px
}

.comic-filter .sort-by a {
    border-radius: 5px;
    width: 112px;
    margin-bottom: 2px;
    display: inline-block;
    text-align: center;
    background: #f4f4f4;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 4px 2px;
    color: #555;
    font-weight: 400;
    outline: 0
}

.comic-filter .sort-by a:hover,.comic-filter .sort-by a.active {
    text-decoration: none
}

.comic-filter .sort-by a.active {
    background-color: #f7941d;
    border-color: #f28809;
    color: #fff
}
/* Responsive css */
@media (max-width: 912px) {
    .navbar-brand {
        padding: 0px 15px;
        line-height: 0.8;
    }
    .list-truyen .truyen-item:nth-child(2n+1) {
        clear: both;
    }
}