.if-main {
    display: grid;
    grid-template-columns: 65% 35%;
    grid-column-gap: 19px;
}
.if-left-top {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 15px;
}
.if-thumbnail-img{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.if-thumbnail__btn{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 0;
}
.if-thumbnail__btn a{
    display: inline-block;
    padding: 8px 0 10px;
    text-align: center;
    font-size: 33px;
    font-family: "UTM HelvetIns", sans-serif;
    color: white;
    background: rgba(80, 80, 80, 0.9);
}
.if-thumbnail__btn a:hover{
    color: white;
    text-decoration: none;
    background: rgba(244, 120, 32, 0.9)!important;
}
.btn-read-story{
    background: rgba(244, 120, 32, 0.9)!important;
}
.if-desc__title, .if-desc__title h1{
    font-family: "UTM HelvetIns", sans-serif;
    color: #f47820;
    font-size: 25px;
    text-transform: uppercase;
}
.if-desc__desc{
    font-family: "Montserrat", sans-serif;
    color: black;
    font-size: 17px;
}
.if-desc__download{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}
.if-desc__interact{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.if-desc__interact a{
    font-family: "Montserrat", sans-serif;
    color: #626262;
    font-size: 21px;
}
.if-desc__interact a:hover{
    text-decoration: none;
}
.if-desc-title{
    font-family: "Montserrat", sans-serif;
    color: #505050;
    font-size: 21px;
    font-weight: bold;
}
.if-desc-info{
    font-family: "Montserrat", sans-serif;
    color: #505050;
    font-size: 17px;
}
.bxh-item{
    display: grid;
    grid-template-columns: 25% auto;
    grid-column-gap: 8px;
    margin-top: 10px;
    padding: 3px;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.bxh-item__thumb img{
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 5px;
}
.bxh-item__info{
    padding-right: 5px;
}
.bi__info-title{
    font-size: 16px;
    font-weight: bold;
}
.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;
}
.if-left__desc{
    font-family: "Montserrat", sans-serif;
    color: #505050;
    font-size: 17px;
}
.story-chapter__item{
    display: grid;
    grid-template-columns: 75% 25%;
    grid-column-gap: 15px;
}
.story-chapter__link{
    font-family: "Montserrat", sans-serif;
    color: #505050;
    font-size: 17px;
}
.story-chapter__link:hover{
    color: #f47820;
    text-decoration: none;
}
.content-cmt{
    border: 2px solid #fac097;
    border-radius: 15px;
}
.btn-success{
    background: #f47820;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
}
.btn-success:hover{
    background: #f47820;
    color: white;
}
.chapter-list{
    margin-top: 20px;
}
.chapter-list-select{
    height: 50px;
    min-width: 50%;
    padding: 5px 15px;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #2b2b2b;
    background: #ffe8d7;
    cursor: pointer;
    border: none;
}
.btn-next-chapter{
    background: #f47820;
    color: white;
    height: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 5px;
}
.btn-next-chapter:hover{
    background: #f47820;
    color: white;
    text-decoration: none;
}
.game-top{
    display: grid;
    grid-template-columns: 25% 75%;
    grid-column-gap: 15px;
}
.game-cat-item{
    background: #f47820;
    color: white;
    padding: 3px 15px 5px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 10px;
}
.game-cat-item:hover{
    color: white;
    text-decoration: none;
}
.game-intro-for .slick-slide,.game-intro-nav .slick-slide {
    margin: 0 5px;
}
.game-intro-nav .slick-slide{
    opacity: 0.5;
}
.game-intro-nav .slick-slide.slick-current{
    opacity: 1;
}
.game-news-item{
    grid-template-columns: 50% 50%;
}
.game-news-item .news-item__thumb img{
    aspect-ratio: 2/1;
}
.game-news{
    height: 670px;
    overflow-y: scroll;
    padding-right: 15px;

}
.game-news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #cfcfcf;
}

.game-news::-webkit-scrollbar {
    width: 6px;
    background-color: #cfcfcf;
}

.game-news::-webkit-scrollbar-thumb {
    background-color: #f47820;
    cursor: pointer;
}
.mode-night .if-desc__interact a,.mode-night .if-desc__rating div,.mode-night .if-desc__tag div,
.mode-night .if-left__desc,.mode-night .story-chapter__link,.mode-night .not_login,.mode-night .bxh-item__info div,
.mode-night .if-desc__desc, .mode-night .if-desc__desc div, .mode-night .if-desc__desc p, .mode-night .if-desc__desc span {
    color: white!important;
}
@media only screen and (max-width: 992px) {
    .if-main{
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .if-left-top{
        display: block;
    }
    .if-desc{
        margin-top: 30px;
    }
    .game-top{
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    .chapter-list{
        display: block!important;
    }
    .chapter-list-select{
        display: block;
        width: 100%;
    }
    .btn-next-chapter{
        display: inline-block;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 414px) {

}
