.tc__tab a{
    display: inline-block;
    background: #505050;
    color: white;
    padding: 10px 35px;
    width: 300px;
    max-width: 40%;
    margin: 10px;
    font-family: "UTM HelvetIns", sans-serif;
    font-size: 25px;
    border-radius: 10px;
}
.tc__tab a.active,.tc__tab a:hover{
    background: #f47820;
    text-decoration: none;
}
.tc__list a{
    background: white;
    color: black;
    border-radius: 5px;
    border: 1px solid black;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    margin: 5px;
    padding: 3px 15px 5px;
    display: inline-block;
}
.tc__list a:hover, .tc__list a.active{
    background: #f47820;
    color: white;
    border-radius: 5px;
    border: 1px solid #f47820;
    text-decoration: none;
}
.tc__list strong{
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}
.tc__list tr td:first-child{
    display: block;
}

.btn-tab-ranking{
    display: flex;
    justify-content: center;
}
.tab-ranking{
    display: inline-block;
    padding: 5px 25px;
    border-radius: 25px;
    margin: 0 5px;
    font-weight: bold;
    background: #505050;
    color: white;
}
.tab-ranking.showing,.tab-ranking:hover{
    text-decoration: none;
    background: #f47820;
    color: white;
}
.comic-item{
    position: relative;
}
.comic-item .show-rank{
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 0 15px 15px 15px;
    padding: 2px;
    font-family: "UTM HelvetIns", sans-serif;
    font-size: 33px;
    width: 50px;
    height: 50px;
    background: white;
    color: white;
    border: 1px solid black;
}
.comic-item .show-rank span{
    background: #16aff8;
    color: white;
    border-radius: 0 13px 13px 13px;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.bi__info-cate{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.bi__info-bottom a{
    background: #f47820;
    color: white;
    font-family: "UTM HelvetIns", sans-serif;
    font-size: 16px;
    padding: 0px 10px 3px;
    border-radius: 20px;
}
.bi__info-bottom a:hover{
    color: white;
    text-decoration: none;
}
.list-comic-slider{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    margin-top: 15px;
}
.category-desc{
    color: gray;
    font-size: 20px;
}
.home-top__banner-slider{
    max-width: 900px;
    margin: 0 auto;
}
.home-top__banner-slider .slick-dots{
    bottom: -25px;
}
.comic-comic{
    position: relative;
}
.slider__item {
    overflow: hidden;
    border-radius: 20px;
}
.comic-comic .comic-item__title{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.71);
    color: white;
    font-weight: bold;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.range .tab-ranking{
    padding: 3px 14px;
}
.range .tab-ranking.showing, .tab-ranking:hover{
    background: #16aff8;
}
@media only screen and (max-width: 768px) {
    .tc__tab a{
        font-size: 18px;
        padding: 5px 15px;
    }
    .tab-ranking{
        padding: 5px 15px;
    }
    .tab-ranking.showing, .tab-ranking:hover{
        font-size: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .tc__list strong{
        font-size: 18px;
    }
    .tc__list a{
        font-size: 15px;
        padding: 3px 15px;
    }
}
@media only screen and (max-width: 414px) {

}