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

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

.btn-primary{
    background-color: #005596;
}
.active>.page-link, .page-link.active{
    background-color: #005596;
    border-color: #005596;
}

.content-main{
    min-height: 500px;
    padding-top: 20px;
}
.footer-main{
    color: #bdbdbd;
    font-size: 12px;
    margin-top: 50px;
}
.logo-home{
    max-width: 130px;
    margin-bottom: 5px;
}
.logo-sub{
    width: 100px;
}
.logo-page{
    max-width: 100px;
    margin-top: 10px;
}

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


@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%;
    }
}


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