* {
    padding: 0;
    margin: 0
}

@font-face {
    font-family: averta_exBold;
    src: url(font/Averta_Cyrillic_ExtraBold.otf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: averta_Bold;
    src: url(font/Averta_Cyrillic_SemiBold.otf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: averta_Bold600;
    src: url(font/Averta_Bold.otf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: averta_Regular;
    src: url(font/Averta_Cyrillic_Regular.otf) format("truetype");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: averta_Regular, sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #ebebeb;
    line-height: 1.42857143;
    /*color: #333;*/
}

body.ui-dark {
    background: #3d4044
}

input.search-input {
    width: 368px;
    height: 34px;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 20px
}

input.search-input:focus {
    border-color: #d43c03;
    box-shadow: 0 0 8px 0 #d43c03;
    outline: 0
}

.notifications {
    height: 23px;
    margin-left: 10px;
    right: 13%;
    position: relative;
    color: #fff;
    cursor: pointer;
    display: inline-block
}

.notifications a {
    padding: 10px
}

.notifications a i {
    font-size: 23px
}

.notifications i.fa-comment {
    color: #fff
}

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

.notification-popup h3 {
    text-align: center;
    margin: 0;
    font-size: 18px;
    padding: 8px 0;
    font-weight: 400;
    display: block;
    margin-left: 10px
}

.notification-popup h3 a {
    color: #e52d27
}

.notification-popup h3 i.exits-notice {
    color: #000;
    float: right;
    padding-right: 5px
}

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

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

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

.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: #454444
}

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

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

.no-notice {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 600
}

.no-login {
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    font-style: italic
}

.search form button {
    height: 33px;
    position: absolute;
    z-index: 1;
    top: 0;
    border: 1px solid #fff
}

.search form button:focus {
    outline: 0
}

.icon-user {
    width: 17px;
    color: #ecb057;
    padding-top: 4px
}

.login {
    position: absolute;
    z-index: 1;
    right: 0;
    color: #fff;
    top: 10px;
    width: 238px;
    justify-content: center;
    display: flex;
    font-size: 13px
}

.login a.register {
    color: #ddd;
    text-decoration: none;
    font-weight: 600;
    margin: 0 10px 0 2px
}

a.register {
    font-size: 12px
}

.btn-login {
    background: #ffeb3b;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 8px
}

.btn-login:hover {
    color: #000
}

.hidden-ads {
    display: none!important;
}

input.search-input.form-control {
    width: 368px;
    height: 30px
}

.search {
    position: relative;
    left: -80px;
    width: 366px;
    height: 35px;
    top: 0
}

.logo {
    position: relative;
    z-index: 1;
    left: -5px
}

.logo a img {
    max-width: 222px;
    height: 60px
}

.logo a::before {
    content: '';
    width: 290px;
    height: 63px;
    /*background-image: url(../images/tiger.png);*/
    position: absolute;
    left: -123px;
    background-size: cover;
    display: block;
}

header.user-header {
    position: relative;
    z-index: 999;
    height: 60px;
    width: 100%;
    background: linear-gradient(to right, #006cc2 40%, #2196f3);
    /*background: linear-gradient(to right, #900a0a 40%, #2196f3);*/
}

header.header-new-year {
    background: url(../images/bg_header_new_red.jpg) top center repeat-x;
}

header.user-header .navbar {
    padding: 0 5px
}

.switch {
    position: relative;
    width: 32px;
    height: 16px;
    top: 5px;
    right: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider.round {
    background: rgba(255, 255, 255, .25);
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    transition: .4s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider:before {
    position: absolute;
    /*content: attr(\f388);*/
    content: "\f185";
    font-size: 11px;
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    line-height: 15px;
    width: 15px;
    text-align: center;
    left: 1px;
    bottom: 0.5px;
    background-color: #c3c3c3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round:before {
    border-radius: 50%;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    content: "\f186";
    color: #000;
}

.search-box {
    margin-top: 10px
}

.navbar-collapse {
    display: none
}

.menu-open .navbar-collapse {
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 60px;
    display: block;
    background-color: #141414;
    padding-right: 15px;
    padding-left: 15px
}

.input-group {
    position: relative;
    display: table
}

.input-group .search-mobile {
    border-radius: 20px;
    height: 33px;
    border: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    padding: 5px 10px
}

img.lazy {
    display: none
}

.input-group .search-mobile:focus {
    border-color: #ec480a;
    box-shadow: 0 0 8px 0 #ec480a;
    outline: 0
}

button.icon-search-mobile {
    height: 33px;
    position: absolute;
    border: 1px solid #fff;
    width: 33px;
    z-index: 1;
    right: 0;
    top: 0;
    background: #ec480a;
    margin-left: -2px;
    border-radius: 20px;
    color: #f5f5f5
}

.nav-mobile {
    margin-top: 50px
}

.nav-mobile > ul > li {
    list-style: none
}

.menu-mb {
    padding: 5px 0;
    display: block
}

.menu-mb a.layer-1 {
    color: #ffeef4;
    text-decoration: none;
    padding: 10px 13px;
    width: 20px;
    word-break: break-all;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid transparent
}

.nav-mobile > ul > li.active .menu-mb a.layer-1 {
    color: #ff5210
}

.account-user-mb {
    padding: 5px 10px;
    font-size: 15px;
    margin-bottom: 20px
}

.account-user-mb ul li {
    list-style: none
}

.account-user-mb ul li a {
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff
}

li.register-mb-user {
    padding-bottom: 8px
}

.menu-mb .layer-category-mb {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    display: none
}

.menu-mb .layer-category-mb.show {
    display: inline-block
}

.menu-mb .layer-rate {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    display: none
}

.menu-mb .layer-rate.show {
    display: inline-block
}

.user-header .navbar {
    position: relative;
    min-height: 60px;
    border: 1px solid transparent;
    padding-left: 0
}

.icon-search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 2px;
    background: #e52d27;
    margin-left: -2px;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #f5f5f5
}

.icon-search:focus {
    outline: 0
}

i.fa.fa-search {
    margin: 3px 3px
}

.login .icon-login a {
    text-decoration: none;
    color: #ecb057
}

.icon-login {
    margin-top: 2px
}

.search form button:hover {
    background: #ccc
}

.icon-mobie {
    display: none
}

.icon-search-mobie {
    display: none
}

.chapter.visited {
    color: #8f8f8f !important
}

.live-search {
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 9999;
    max-height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ebebeb;
    background-color: #fff;
    transition: all .3s ease-out;
    width: 368px;
    border-radius: 4px
}

.live-search ul {
    margin: 0;
    padding: 0
}

.live-search ul li {
    padding: 5px 3px;
    list-style: none;
    display: block;
    border-bottom: 1px solid #dedddd
}

.live-search ul li.selected, .live-search ul li:hover {
    background: #acacac
}

.live-search ul li a {
    padding: 3px 2px;
    display: inline-block;
    text-decoration: none;
    background-color: transparent
}

.live-search ul li a img {
    float: left;
    margin: 0 5px 0 0;
    width: 50px;
    height: 50px
}

.live-search ul li a h3 {
    color: #eb0000;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.live-search ul li a h4 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.live-search ul li a h4 {
    font-size: 12px;
    font-weight: 400
}

.live-search ul li a i:nth-child(1) {
    width: 286px
}

.live-search ul li a i:nth-child(3) {
    width: 333px
}

.live-search ul li a i {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.comic-name {
    padding-bottom: 3px
}

.comic-name:first-line {
    text-transform: capitalize
}

.empty-search {
    font-size: 18px;
    padding-top: 5px;
    color: #bd2e2e
}

.content-manga {
    margin-bottom: 5px
}

.content-manga > span {
    font-weight: 600;
    font-size: 14px
}

.h2-footer {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0
}

.h2-footer span {
    padding-bottom: 5px;
    border-bottom: 2px solid #dd1a1a
}

.logo-bottom {
    padding: 10px;
    text-align: center;
    background: #141212
}

.bottom-footer span {
    color: #fff;
    width: 300px;
    margin: 5px auto;
    font-size: 20px;
    display: block;
    text-align: center
}

.bottom-footer p {
    font-size: 14px;
    color: #ccc;
    line-height: 50px;
    border-top: 1px solid #3e3e3e
}

.footer-content {
    padding-bottom: 10px;
    padding-top: 10px
}

@media (max-width: 767.9px) {
    #popup-comic {
        display: none;
    }

    .menu-mb ul.layer-category-mb > li {
        float: left;
        width: 50%;
        padding: 5px 10px;
        list-style: none
    }

    .menu-mb a.layer-1:hover {
        color: #ff5210
    }

    .menu-mb ul.layer-category-mb > li.cat-total > a {
        color: #f39331
    }

    .menu-mb ul.layer-category-mb > li > a {
        font-size: 14px;
        color: #e9e9e9
    }

    .menu-mb ul.layer-rate > li {
        float: left;
        width: 50%;
        padding: 5px 2px;
        list-style: none
    }

    .menu-mb ul.layer-rate > li.cat-total > a {
        color: #f39331
    }

    .menu-mb ul.layer-rate > li > a {
        font-size: 14px;
        color: #e9e9e9
    }

    body.menu-open {
        overflow: hidden
    }

    .notifications {
        right: 15%;
        top: 24%
    }

    .notification-popup {
        left: 0;
        right: 0;
        top: 60px;
        width: 100%;
        position: fixed
    }

    .search-input {
        display: none
    }

    .login {
        display: none
    }

    .main-nav {
        display: none
    }

    .search {
        display: none
    }

    .icon-mobie {
        position: absolute;
        display: block;
        z-index: 5;
        right: -10px;
        top: 7px;
        padding: 2px 11px;
        background: #be0f0f;
        color: #f5f5f5;
        font-size: 26px;
        border: none;
        border-radius: 2px
    }

    .icon-mobie:focus {
        outline: 0
    }

    .icon-search-mobie {
        display: block;
        position: absolute;
        z-index: 4;
        top: 10px;
        right: 45px;
        padding: 2px 10px;
        background-color: transparent;
        border: 1px solid transparent;
        color: #f5f5f5;
        font-size: 23px
    }

    .icon-search-mobie:focus {
        outline: 0
    }

    .icon-mobie i {
        color: #f5f5f5
    }

    .logo a img {
        max-width: 168px;
        height: 51px;
    }

    .logo {
        left: -15px;
    }
}

@media (min-width: 768px) {
    .menu-open .navbar-collapse {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.5px) {
    #popup-comic {
        display: none;
    }

    .logo {
        left: 5%
    }

    .login {
        right: 2%;
        width: 215px;
        font-size: 11px
    }

    input.search-input {
        width: 279px
    }

    .icon-search {
        right: 5px
    }
}

.menu-top {
    width: 100%;
    height: 40px;
    background: #e4e4e4;
    z-index: 100;
    transition: .5s
}

.ui-dark .menu-top {
    background: #232323;
}

.menu-top > ul {
    display: flex;
    list-style: none;
    justify-content: center
}

.menu-top > ul > li {
    display: table-cell;
    /*background: #232323;*/
    border-right: 1px solid #ddd;
}

.ui-dark .menu-top > ul > li {
    background: #232323;
    border-right: 1px solid #9696960f
}

.menu-top > ul > li > a {
    text-decoration: none;
    color: wheat
}

.menu-top > ul > li.active .menu a.layer-1 {
    background: #fff;
    color: #e52d27;
    border: 1px solid transparent;
    border-bottom: none
}

.menu-top > ul > li.active.hidden .menu a.layer-1 {
    background: #e4e4e4;
    color: #000
}

.ui-dark .menu-top > ul > li.active.hidden .menu a.layer-1 {
    background: #323031;
    color: #ffeef4
}

.menu {
    position: relative;
    height: 40px;
    background: #e4e4e4;
    line-height: 40px
}

.ui-dark .menu {
    background: #232323;
}

.menu a.layer-1 {
    color: #000;
    text-decoration: none;
    padding: 10px 13px 11px 13px;
    width: 20px;
    word-break: break-all;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    /*border: 1px solid transparent*/
}

.ui-dark .menu a.layer-1 {
    color: #ffeef4;
}

.menu:hover a.layer-1 {
    background: #fff;
    color: #ec364f;
    cursor: pointer
}

.menu .layer-2 {
    border: none;
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0s, opacity .3s;
    background: #fff;
    margin-bottom: 20px;
    padding: 5px 10px
}

.menu:hover .layer-2 {
    visibility: visible;
    opacity: 1;
    top: 40px
}

.menu .layer-2 {
    width: 568px;
    box-sizing: border-box
}

.menu .layer-2 ul li {
    list-style: none;
    box-sizing: border-box;
    cursor: pointer;
    height: 38px
}

.menu .layer-2 ul li:hover a {
    color: red
}

.menu .layer-2 ul li a {
    color: #000;
    box-sizing: border-box;
    text-decoration: none;
    width: 170px;
    font-family: averta_regular, Sans-Serif;
    line-height: 44px;
    padding-left: 15px
}

.menu .layer-2 ul li a:hover {
    color: red
}

.menu .layer-2.layer-3 {
    width: 320px
}

.description {
    line-height: 20px;
    padding: 10px
}

@media (max-width: 767.9px) {
    .menu-top {
        display: none
    }

    .info-user-login {
        display: none
    }
}

.owl-prev:focus {
    outline: 0
}

.owl-next:focus {
    outline: 0;
    background: rgba(188, 59, 59, .36)
}

.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 10px;
    display: block !important;
    border: none
}

.owl-nav .owl-next:hover {
    background: #f5f5f559 !important
}

.owl-nav .owl-next:active {
    background: rgba(0, 0, 0, .5) !important
}

.owl-nav .owl-prev:hover {
    background: #f5f5f559 !important
}

.owl-nav .owl-prev:active {
    background: rgba(0, 0, 0, .8) !important
}

.next-i, .prev-i {
    width: 50px;
    height: 50px;
    background: #f5f5f559;
    font-size: 30px;
    color: #00000061;
    padding-top: 10px
}

.next-i:hover {
    background: rgba(245, 245, 245, .36)
}

.prev-i:hover {
    background: #f5f5f55b
}

.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 10px;
    display: block !important;
    border: none
}

.slide-title {
    font-size: 21px;
    padding-top: 7px;
    color: #2980b9
}

.ui-dark .slide-title {
    color: #ffc107
}

.slide-item {
    height: 280px
}

.slide-item img {
    display: block;
    margin: 0 auto
}

.slide-show .slide-content {
    height: 280px
}

.slide-show .slide-item .slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    font-size: 13px;
    display: block;
    background: #000000d8
}

.slide-show .slide-item .slide-info h3 {
    padding-top: 5px;
    font-size: 18px;
    text-align: center;
    height: 21px
}

.slide-show .slide-item .slide-info h3 a {
    font-family: averta_Bold, sans-serif;
    font-size: 16px;
    height: 27px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .5s
}

.slide-show .slide-item .slide-info h3 a:hover {
    color: #e52d27
}

.slide-show .slide-item .slide-info a:hover {
    color: #3edfff
}

.slide-show .slide-item .slide-info .slide-chap {
    color: #fdfdfd;
    cursor: pointer;
    text-decoration: none
}

.slide-show .slide-item .slide-info .slide-time {
    color: #fdfdfd;
    padding-left: 10px;
    font-style: italic;
    font-size: 11px
}

.slide-show .slide-item .slide-info .detail-slide {
    text-align: center
}

.sub-content {
    background: #e4e4e4;
    padding: 12px;
    margin-top: 10px
}

.ui-dark .sub-content {
    background: #212124;
}

.list-sub {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-sub > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.list-sub > li > a {
    color: #000
}

.ui-dark .list-sub > li > a {
    color: #efeded
}

.list-sub a > strong {
    font-size: 13px;
    font-weight: 400
}

.ads-pc {
    display: none;
}

@media (min-width: 481px) and (max-width: 767.9px) {
    .slide-title {
        font-size: 16px
    }

    .slide-show .slide-item .slide-info h3 {
        padding-top: 6px
    }

    .slide-show .slide-item .slide-info h3 a {
        padding-top: 2px;
        font-size: 14px;
        height: 25px
    }

    .slide-show .slide-item .slide-info .slide-time {
        padding-left: 2px
    }
}

@media (min-width: 351px) and (max-width: 480px) {
    .slide-show .slide-item .slide-info .slide-time {
        padding-left: 2px
    }

    .slide-show .slide-item {
        height: 260px
    }

    .image-item {
        height: 222px
    }
}

@media (min-width: 768px) and (max-width: 991.5px) {
    .login a.register {
        margin-left: 0;
        margin-right: 5px
    }

    .menu-top > ul > li:nth-child(10), .menu-top > ul > li:nth-child(9) {
        display: none
    }

    .logo {
        left: -15px
    }

    .login {
        right: -18px;
        width: 205px
    }

    .search form button {
        right: 13%
    }

    .switch {
        right: 45px;
    }
}

@media (max-width: 350px) {
    .detail-slide {
        text-align: center
    }

    .logo a img {
        max-width: 158px;
        height: 45px
    }

    .logo a::before {
        width: 268px;
    }
}

.footer {
    background: #212124;
    padding: 15px 0 0 0;
    color: #f8f8ff;
    font-size: 13px
}

.category-footer h4 {
    margin: 5px 0;
    color: #ffc800;
    font-weight: 500;
    font-size: 18px
}

.category-footer ul li {
    list-style: none;
    line-height: 38px;
    margin-right: 7px;
    float: left
}

.category-footer ul li a {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 7px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: .5s
}

.category-footer ul li a:hover {
    background: #ff0;
    color: #000;
    border: 1px solid #000
}

.info-user-login {
    position: absolute;
    z-index: 105;
    right: 0;
    top: 16px
}

.info-user-login ul {
    list-style: none
}

.info-user-login a.user-menu {
    text-decoration: none;
    color: #e0dddd
}

.info-user-login .detail-user {
    position: absolute;
    z-index: 110;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 3px 2px;
    visibility: hidden;
    opacity: 0;
    margin-top: 3px
}

.info-user-login .detail-user li a.user-profile {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    font-size: 13px
}

.info-user-login img.fn-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%
}

.info-user-login .detail-user li a.user-profile:hover {
    color: #a516a5
}

.info-user-login:hover .detail-user {
    visibility: visible;
    opacity: 1
}

.menu-top ul li:nth-child(10) {
    position: static
}

.detail-user-mb {
    display: none
}

.info-login-mb .fn-thumb {
    height: 20px;
    width: 100%;
    width: 20px
}

.loading-search {
    position: absolute;
    z-index: 2;
    top: 23%;
    color: #000;
    right: 10%;
    font-size: 18px;
    display: none
}

.content-comment img {
    max-width: 68px;
    max-height: 68px;
}

a.chapter:visited {
    color: #8f8f8f
}

@media (max-width: 767.9px) {
    .footer .category-footer {
        margin-top: 10px;
        border-top: solid 1px #ddd;
        padding-top: 8px
    }

    body.menu-open {
        overflow-y: hidden
    }

    html.menu-open {
        overflow-y: hidden
    }

    .detail-user-mb {
        background: #f5f5f5;
        border-radius: 4px;
        padding: 3px 2px;
        margin-top: 3px;
        width: 200px
    }

    .info-login-mb a.user-menu-mb {
        text-decoration: none;
        color: #e0dddd
    }

    .detail-user-mb.show {
        display: block
    }

    ul.detail-user-mb > li > a {
        display: block;
        width: 100%;
        padding: .25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        text-decoration: none;
        font-size: 14px
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .search {
        width: 365px
    }

    .live-search {
        width: 306px
    }

    #loading-search {
        right: 11% !important
    }

    .menu a.layer-1 {
        font-size: 14px;
        padding: 11px 10px 12px 10px
    }

    .login a.register {
        margin-left: 5px;
        margin-right: 5px
    }

    .login {
        width: 240px
    }

    .main .container {
        max-width: 1000px
    }

    .user-header .container {
        max-width: 1000px
    }
}

@media (min-width: 768px) and (max-width: 991.5px) {
    .search {
        width: 282px
    }

    .btn-login {
        font-size: 11px
    }

    a.register {
        font-size: 10px
    }

    .main .container {
        max-width: 800px
    }

    .user-header .container {
        max-width: 1000px
    }

    #loading-search {
        right: 15% !important
    }

    .live-search {
        width: 282px
    }
}

@media (min-width: 1024.1px) and (max-width: 1280px) {
    .menu a.layer-1 {
        font-size: 14px
    }

    /*.search {*/
    /*    left: -5%*/
    /*}*/
    .notifications {
        right: 15%
    }

    .login {
        right: -20px;
    }
}

@media (max-width: 767.9px) {
    .live-search {
        width: 100%
    }
}

@media screen and (max-width: 425px) {
    ul.pagination {
        list-style: none;
        display: -webkit-box
    }

    ul.pagination li {
        display: inline-block
    }

    div.paginate {
        float: left;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    input.search-input {
        width: 282px
    }

    .search {
        width: 282px;
        left: -10%
    }

    .icon-search {
        right: 2px
    }

    #loading-search {
        right: 12% !important
    }

    .live-search {
        width: 282px
    }

    .notifications {
        right: 17%
    }
}

.breadcrumb {
    background: 0 0;
    list-style: none;
    overflow: hidden;
    font: 12px averta_regular, sans-serif;
    padding: 0
}

.breadcrumb li {
    float: left
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    padding: 13px 2px 10px 35px;
    background: brown;
    background: #a5630d;
    position: relative;
    display: block;
    float: left
}

@media (min-width: 481px) and (max-width: 767px) {
    .breadcrumb li a {
        padding: 12px 2px 10px 20px
    }
}

@media (min-width: 351px) and (max-width: 480px) {
    .breadcrumb li a {
        padding: 12px 0 10px 20px
    }
}

@media (max-width: 350px) {
    .breadcrumb li a {
        padding: 12px 0 10px 20px
    }
}

.breadcrumb li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 18px solid #a5630d;
    position: absolute;
    top: 129%;
    margin-top: -50px;
    left: 100%;
    z-index: 2
}

.breadcrumb li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 121%;
    margin-top: -50px;
    left: 100%;
    z-index: 1
}

.breadcrumb li:first-child a {
    padding-left: 10px
}

.breadcrumb li:nth-child(2) a {
    background: #d47f11
}

.breadcrumb li:nth-child(2) a:after {
    border-left-color: #d47f11
}

.breadcrumb li:nth-child(3) a {
    background: #ed992a
}

.breadcrumb li:nth-child(3) a:after {
    border-left-color: #ed992a
}

.breadcrumb li:nth-child(4) a {
    background: #f1af59
}

.breadcrumb li:nth-child(4) a:after {
    border-left-color: #f1af59
}

.breadcrumb li:nth-child(5) a {
    background: #f5c689
}

.breadcrumb li:nth-child(5) a:after {
    border-left-color: #f5c689
}

.breadcrumb li:last-child a {
    background: 0 0 !important;
    color: #007bff;
    pointer-events: none;
    cursor: default
}

.ui-dark .breadcrumb li:last-child a {
    color: #ee9904;
}

.breadcrumb li:last-child a::after {
    border: 0
}

.breadcrumb li a:hover {
    background: #754609
}

.breadcrumb li a:hover:after {
    border-left-color: #754609 !important
}

@media (min-width: 481px) and (max-width: 767px) {
    .breadcrumb li a::after {
        left: 100%
    }
}

.charts {
    display: flex;
    justify-content: center
}

.charts span {
    background: #e4cf17;
    color: #000;
    position: relative;
    width: 33%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    display: block;
    cursor: pointer;
    margin: 0 10px;
    font-weight: 700;
    text-align: center
}

.ui-dark .charts span {
    background: #ffeb3b;
}

.charts span::before {
    content: "";
    position: absolute;
    border-bottom: 10px solid #252525;
    border-left: 10px solid transparent;
    top: -19px;
    left: 0;
    border-bottom-color: #e4cf17;
    width: 100%;
    padding-top: 10px
}

.ui-dark .charts span::before {
    border-bottom-color: #ffeb3b;
}

.charts span::after {
    content: "";
    position: absolute;
    border-top: 10px solid #252525;
    border-right: 10px solid transparent;
    top: 20px;
    left: 0;
    width: 100%;
    border-top-color: #e4cf17
}

.ui-dark .charts span::after {
    border-top-color: #ffeb3b;
}

.charts span:hover {
    background: #000;
    color: #fff;
    transition: .4s
}

.charts span:hover::before {
    border-bottom-color: #000;
    transition: .4s
}

.charts span:hover::after {
    border-top-color: #000;
    transition: .4s
}

.charts-clear {
    padding-top: 10px
}

.charts span:first-child {
    margin-left: 10px
}

.charts span.active {
    background: #000;
    color: #fff
}

.charts span.active::before {
    border-bottom-color: #000
}

.charts span.active::after {
    border-top-color: #000
}

.detail-charts ul {
    list-style: none
}

.detail-rank a {
    overflow: hidden;
    width: 55px;
    height: 50px;
    float: left;
    border-radius: 4px
}

@media (max-width: 350px) {
    .charts span {
        margin-right: 7px
    }

    .charts span::after {
        top: 19px
    }

    .logo {
        left: -15px;
    }

    .icon-search-mobie {
        right: 30px
    }

    .switch {
        right: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .charts span {
        height: 21px
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .charts span {
        margin-right: 10px
    }
}

@media (min-width: 1500px) {
    .ads-pc {
        display: block;
        width: 160px;
        height: 600px;
    }

    .ads-left {
        position: absolute;
        top: 150px;
        left: 0;
    }

    .ads-right {
        position: absolute;
        top: 150px;
        right: 0;
    }

    .ads-pc.fixed-ads {
        position: fixed;
        top: 80px;
    }
}
