
.grad {
    /* background-image: linear-gradient(rgb(255, 255, 255), rgb(219, 219, 219)); */
}

.primary-color{
    color: #FFF;
    background-color:#005596;
}

.primary-color:focus, .primary-color:hover{
    color: #FFF;
    background-color: #005596;
}
.bg-primary{
    background-color: #005596 !important;
}
.btn-primary{
    background-color: #005596 !important;
}
.active>.page-link, .page-link.active{
    background-color: #005596;
    border-color: #005596;
}

.content-main{
    min-height: 500px;
}
.footer-main{
    color: #bdbdbd;
    font-size: 12px;
    margin-top: 50px;
}
.logo-home{
    max-width: 120px;
    margin-bottom: 2px;
    margin-left: 10px;
}
.logo-text{
    color: #FFF;
    padding: 0 15px 0 0px;
}
.logo-sub{
    width: 100px;
}
.logo-page{
    max-width: 100px;
    margin-top: 10px;
}
.top-left-nav a{
    padding:0 8px;
}
.top-nav{
    margin-top: 18px;
    margin-right: 10px;
}
.top-nav a, .top-nav a:link, .top-nav a:visited, .top-nav a:hover{
    padding: 8px 16px;
    text-decoration: none;
    color: #FFF;
}
.top-nav a.active{
    padding: 8px 16px;
    background-color: #ffffff;
    color: #241bdd;
    font-weight: bold;
    border-radius: 15px;
    text-decoration: none;
    line-height: 12px;
}

.box-title{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
}
.box-title-more{
    float:right;
    color: #868686;
    font-weight: normal;
    font-size: 14px;
}
.box-title-more a, .box-title-more a:visited{
    color: #1e1e1e;
    text-decoration: none;
}
.box-title-more a:hover{
    color: #0d00ff;
    text-decoration: none;
}

.box-title-more-2{
    float:right;
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
}
.box-title-more-2 a,.box-title-more-2 a:link, .box-title-more-2 a:visited{
    color: #ffffff;
    text-decoration: none;
}
.box-title-more-2 a:hover{
    color: #0d00ff;
    text-decoration: none;
}

.post-title{
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    padding:8px 0 8px 0;
    font-weight:600;
}
.post-desc{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
    color: #585858;
}
.post-title a, .post-title a:link{
    color: #3e3e3e;
    text-decoration: none;
}
.post-title a:visited{
    color: #3e3e3e;
    text-decoration: none;
}
.post-title a:hover{
    color: #0d00ff;
    text-decoration: none;
}

.toplist-category{
    padding:10px;
}
.toplist-category .title{
    font-size: 15px;

}
.toplist-category ul li{
    padding: 4px;
    font-size: 12px;
}
.toplist-category .active{
    padding: 4px;
    font-size: 12px;
    background-color: #005596;
    color: #FFF;
}

.toplist-area{
    padding:10px;
}
.toplist-area .title{
    font-size: 15px;

}
.toplist-area ul li{
    padding: 4px;
    font-size: 12px;
}
.toplist-area .active{
    padding: 4px;
    font-size: 12px;
    background-color: #005596;
    color: #FFF;
}

.breadcrumb-item{
    padding: 2px;
    font-size: 13px;
}

.s-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.s-list li{
    margin-top: 5px;
    margin-bottom: 15px;
}
.s-title{
    color: #3300b5;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: underline;
}
.s-url{
    color: #0e7744;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    word-break: break-all;
}
.s-description{
    color: #333;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 22px;
}
.s-official-name{
    padding-top: 5px;
    color: #333;
    font-size: 13px;
    line-height: 14px;
}
.s-thumbnail{
    border-radius: 10px;
}

a.s-title-link:link{
    color: #3300b5 !important;
    text-decoration: none;
}
a.s-title-link:visited{
    color: #3300b5 !important;
}
a.s-url:link{
    color: #0e7744 !important;
    text-decoration: none;
}
a.s-url:visited{
    color: #0e7744 !important;
}

.s-list .card-body{
    padding-top:0;
}

.s-list a.card-title:link{
    color: #3300b5 !important;
    text-decoration: none;
}
.s-list a.card-title:visited{
    color: #3300b5 !important;
}

.s-image-more{
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 4px 0;
    width: 340px;
}
.s-image-more li{
    display: inline-block;
    border: solid 0px #e0e0e0;
    margin: 0;
    padding: 0;
    padding: 2px;
    height: 6.4rem;
    /* height: 32%; */
    width: 32%;
}
.s-image-more li img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: fill;
}
.s-image-large{
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 6px 0;
    width: 340px;
}
.s-image-large li{
    display: inline-block;
    border: solid 0px #e0e0e0;
    margin: 0;
    padding: 0;
    padding: 0 6px;
    height: 6.4rem;
    width: 100%;
    text-align: left;
}
.s-image-large li img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: fill;
}

.s-key-more{
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 6px 0;
}
.s-key-more li{
    display: inline-block;
    border: solid 1px #ebeaea;
    padding: 4px 10px;
    background-color: #f4f3f3;
    margin: 2px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
}

.s-key-more li a:link{
    text-decoration: none;
    color: #333;
}
/* unvisited link */
a:link {
    color: #868686;
}

/* visited link */
a:visited {
    color: #868686;
}

/* mouse over link */
a:hover {
    color: blue;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #868686;
}

a.badge{
    text-decoration: none;
}


.list-hot-keywords li{
    font-size: 1.0rem;
    line-height: 2.0rem;
}
.list-hot-keywords li a:link{
    text-decoration: none;
    color: #333;
}
.list-hot-keywords li a:hover{
    text-decoration:underline;
    color: #333;
}

.list-hot-keywords-mobile{
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-hot-keywords-mobile .card-body{
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
.list-hot-keywords-mobile img{
    border: #dbdbdb solid 1px;
    padding:4px; 
    object-fit: cover;
}
.list-hot-keywords-mobile .card-title{
    font-size: 1.0rem;
    font-weight: bold;
}
.list-hot-keywords-mobile .card-text{
    font-size: 0.8rem;
    color: #868686;
}
.list-hot-keywords-mobile li a:link{
    color: #333;
} 


.list-top-keywords{
    list-style: none;
}
.list-top-keywords li.item{
    font-size: 1.0rem;
    line-height: 2.0rem;
    display: inline-block;
    padding: 0 6px 0 6px;
}
.list-top-keywords li.item a:link{
    text-decoration: none;
    color: #3479ee;
}
.list-top-keywords li.item a:visited{
    text-decoration: none;
    color: #3479ee;
}

/* .list-top-keywords-mobile{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
    margin-top: 4px;
}
.list-top-keywords-mobile li.item{
    font-size: 1.0rem;
    line-height: 2.0rem;
    display: inline-block;
    padding: 0 4px 0 4px;
}
.list-top-keywords-mobile li.item a:link{
    text-decoration: none;
    color: #0d6efd;
}
.list-top-keywords-mobile li.item a:visited{
    text-decoration: none;
    color: #0d6efd;
} */

.list-top-keywords-mobile{
    padding-left: 15px;
    padding-right: 15px;
}
.list-top-keywords-mobile div{
    padding: 12px 14px;
    border-bottom: #d9d9d9 solid 1px;
}
.list-top-keywords-mobile a:link, .list-top-keywords-mobile a:visited{
    text-decoration: none;
    color: #3479ee;
}



.dw-image{
    width: 40px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-download{
    display: inline-block;
}
.icon-download img{
    width: 140px;
    margin-right: 20px;
}


.mainpage-toplist-car-thumbnail{
    width:100%; 
    object-fit: cover; 
    width:80%; 
    height:80px; 
    border:solid 0px #000;
}
.mainpage-toplist-novel-thumbnail{
    width:100%; 
    object-fit: cover; 
    width:40%; 
    height:140px; 
    border:solid 0px #000;
}
.mainpage-toplist-game-thumbnail{
    width:100%;
    object-fit: cover; 
    width:100px;
    height:100px; 
    border:solid 0px #000;
}
.mainpage-toplist-movie-thumbnail{
    width:100%; 
    object-fit: cover; 
    width:40%; 
    height:140px; 
    border:solid 0px #000;
}
.mainpage-toplist-drama-thumbnail{
    width:100%; 
    object-fit: cover; 
    width:40%;
    height:140px; 
    border:solid 0px #000;
}

.mobile-top-nav-container{
    margin-top: 20px;
    width: 100% !important;
    position: relative;
    overflow-x: scroll;
}
.mobile-top-nav{
    position:relative;
    width: 500px;
    height: 3.0rem;
    border: solid 0px #000;
    
}
.mobile-top-nav a{
    padding:6px 12px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .content-main{
        min-height: 700px;
        padding-top: 15px;
    }
    .logo-home{
        width: auto;
        max-width: 120px;
    }
    .logo-page{
        max-width: 100px;
    }

    .s-image-more{
        width: 100%;
    }
    .s-image-more li{
        height: 7.4rem;
        /* height: 32%; */
        width: 32%;
    }
    .s-image-more li img{
        max-height:100%; 
        max-width:100%;
        width: 100%; /* or any custom size */
        height: 100%; 
        object-fit: fill;
    }

    .s-image-large{
        width: 100%;
    }
    .s-image-large li{
        height: 8.0rem;
    }
    .s-image-large li img{
        max-height:100%; 
        max-width:100%;
        width: 100%; /* or any custom size */
        height: 100%; 
        object-fit: fill;
    }
    .s-key-more li{
        margin: 2px;
        width: 22%;
    }

    .mainpage-toplist-car-thumbnail{
        width:140px; 
        height:80px; 
    }

    .mainpage-toplist-novel-thumbnail{
        width:100px; 
        height:140px; 
    }
    .mainpage-toplist-game-thumbnail{
        width:120px; 
        height:120px; 
    }
    .mainpage-toplist-movie-thumbnail{
        width:100px; 
        height:140px; 
    }
    .mainpage-toplist-drama-thumbnail{
        width:100px; 
        height:140px; 
    }
}


.scrolltop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 28px;
    width: 45px;
    height: 45px;
    background: #333;
    color: #FFF !important;
    text-align: center;
    font-size: 24px;
    padding-top:5px;
    z-index:1000;
    border-radius: 25px;
  
  }
  
  .scrolltop:hover, .scrolltop:active, .scrolltop:focus {
    color: #fff !important;
    opacity: .75;
  }

  .highlight{
    color: red;
    background-color:#FFF;
  }