﻿.list-group-item {
    border: 0;
    border-bottom: 0px solid #eee;
    padding: 14px 16px;
    transition: .2s;
}

    .list-group-item:hover {
       /* background: #f8f9fa;*/
        color: #b08d57;
        transform: translateX(4px);
    }

 
.list-group-item.active {
    background: #f4ede3;
    color: #0d2c54;
    border-left: 4px solid #b08d57;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    font-weight: 600;
}
 
 
.card-article {
    width: 100%;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e9ecef;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    transition: .25s;
    /* transition:   color .3s, transform .3s;*/
}
 
.card-article-img-top {
    height: 220px;
    object-fit: cover;
}


.article-Titlecontent {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
}
.article-content {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}


    .article-content h2,
    .article-content h3 {
        color: #0d2c54;
        margin-top: 30px;
    }


    .article-content img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }



.breadcrumb a {
    text-decoration: none;
    color: #0d2c54;
}

 

.btn-search {
    background: #0d2c54;
    border: 1px solid #b08d57; 
    border: 1px solid #0d2c54;
    color: #fff;
    border-radius: 8px;
    transition: all .25s ease;
}

    .btn-search:hover {
        background: #b08d57;
        border-color: #b08d57;
        color: #fff;
    }


.article-link {
    display: inline-block;
    color: #3f4a56; /* เทาเข้ม ไม่ดำสนิท */
    font-weight: 500;
    text-decoration: none;
    transition: color .25s ease, transform .25s ease;
}

    .article-link:hover {
        color: #b08d57; /* สีทอง */
        transform: translateX(4px);
    }



.article-sidebar-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    padding: 25px;
}
     
