/* Init */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    font-family: lato, microsoft yahei;
}

body {
    background-color: #f7f7f7f7;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1200px;
}

img {
    width: auto;
    object-fit: cover;
}

/* Header */

.banner-header-location {
    text-align: center;
    width: 80%;
    height: 60px;
}

.banner-header-location img {
    width: 468px;
    height: 60px;
}

.items {
    font-weight: 600;
    color: #000;
}

.items:hover {
    color: #ffd000;
}

.active {
    color: #ffae00;
    font-weight: 700;
}

.search_form {
    position: relative;
}

div#navbarSupportedContent {
    padding-left: 20px;
}

div#navbarSupportedContent ul li a {
    font-size: 15px;
    font-family: "Roboto";
}

.search_form .input-form {
    height: 32px;
    border-radius: 18px;
    border: 0px !important;
    background-position: 128px 9px;
    font-size: 14px;
}

.search_form .icon-search {
    position: absolute;
    top: -3px;
    right: 0px;
}

/* Banner */

.banner {
    width: 100%;
    position: relative;
}

section#tab--content {
    width: 100%;
    display: inline-block;
    height: 40px;
    position: absolute;
    bottom: 0px;
}

/* List the loai truyen */

.genres-detail {
    background-color: #ffae00;
    padding: 0.5rem 0;
    border-radius: 6px;
}

.all {
    background-color: #fff;
    border-radius: 6px;
    color: #ffd000;
}

/* Hot Manga */

.title__view-more {
    padding: 0.5rem 0;
    margin-bottom: 1rem;
}

.title {
    font-weight: 600;
    font-family: "roboto";
    font-size: 25px;
}

.view-more {
    color: #ffae00;
    font-size: 13px;
    line-height: 40px;
}

.product-item {
    width: 20%;
    padding: 0.1rem 0.5rem;
    border: none;
}

.name-product a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    transition: 0.2s;
}

.name-product:hover a {
    color: #ffae00;
}

.chaper {
    font-size: 11px;
}

.chaper a {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 600;
}

.hidden-product {
    width: 470px;
    display: none;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
}

.description {
    font-size: 14px;
}

.rating img {
    width: 13px;
    height: 13px;
}

.box-subscribe {
    padding: 1rem 2rem;
    background-color: #ffffff;
    border-radius: 6px;
    font-size: 13px;
}

.read-online {
    font-weight: 700;
}

.desc {
    text-align: justify;
    font-size: 11px;
}

.info-block {
    font-weight: 700;
}

.info-feed {
    background-image: url(../images/info-block-feed.png);
    background-position: 0 5px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.btn-custom {
    background-color: #ffae00;
    font-size: 14px;
}

.btn-custom:hover {
    color: #ffd000;
}

.card {
    padding: 2rem 1rem;
    border-radius: 6px;
    font-size: 14px;
}

.show-rating {
    font-weight: 700;
    margin: 0.5rem 0;
    text-align: center;
}

.show-genres span {
    padding: 0 0.2rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.footer-bar {
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 4.5rem 0 1rem 0;
    margin-top: 4rem;
    font-size: 13px;
}

.footer-bar-item a {
    border-left: 1px solid #ccc;
    padding: 0 15px;
    color: #f7f7f7;
}

.footer-bar-line-2 {
    margin: 15px 0 15px 0;
}

/* Responsive */

/* 1024px */

@media (max-width: 1024px) {
    .block-product {
        margin-bottom: 20px;
    }
    .assess img {
        width: auto !important;
    }
    .show-desc {
        font-size: 11px;
    }
    .name,
    .chaper {
        font-size: 11px;
        margin-left: 10px;
    }
}

/* 968px */

@media (max-width: 992px) {
    input {
        width: 100%;
    }
    .genres-detail {
        transform: translateY(0);
    }
}

/* 768px */

@media (max-width: 768px) {
    .card {
        margin-bottom: 1.5rem;
    }
    .genre-item {
        padding: 2px 5px;
        font-size: 14px;
    }
}

/* 576px */

@media (max-width: 576px) {
    .block-product {
        padding: 0 5px;
    }
    .name-product {
        margin-top: 10px;
    }
    .name-product a {
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 500;
        display: block;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

#menu-mobile {
    display: none;
}

#user-mobile {
    display: none;
}

/* 420px */

@media (max-width: 420px) {
    .footer-bar-item {
        display: none;
    }
    .boxHot .product {
        width: 67% !important;
    }
}

@media only screen and (max-width: 900px) {
    .category-tab {
        position: unset !important;
    }
    section#article--content {
        margin-top: 10px !important;
    }
    .pagination {
        margin-bottom: 15px;
    }
    #sync1 .item {
        height: 300px !important;
    }
    #sync2 .item {
        height: 70px !important;
    }
    .detial-short {
        margin: 20px 0 20px 0;
    }
    .detial-header h3 {
        font-size: 20px !IMPORTANT;
    }
    button.navbar-toggler {
        background: rgba(255, 255, 255, 0.05);
        padding: 10px;
    }
    button.navbar-toggler i {
        color: #fff;
        background: rgba(255, 255, 255, );
        display: block;
    }
    .boxHot .product {
        width: 73%;
    }
    .banner-header-location {
        display: none;
    }
    section#tab--content {
        display: none;
    }
    #menu-mobile {
        display: block;
    }
    #menu-mobile ul li a {
        color: #fff !important;
    }
    form.my-2.my-lg-0.search_form.mr-5 {
        margin: 10px 0 10px 0 !important;
    }
    .user-icon {
        display: none;
    }
    #user-mobile {
        display: block !important;
    }
    div#navbarSupportedContent ul li a {
        text-align: center;
    }
}