﻿body {
    /* Reset nhẹ */

{
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
}

/* Navbar */
.navbar-brand {
    font-weight: bold;
    color: #ffcc00 !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #333;
    color: #ffcc00 !important;
}

/* Slider */
.carousel .item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

/* Sidebar */
.list-group-item.active {
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item:hover {
    background-color: #f0f0f0;
}

/* Sách mới */
.imgbook {
    height: 220px;
    object-fit: cover;
}

.thumbnail h3 {
    font-size: 16px;
    font-weight: bold;
}

.thumbnail p {
    font-size: 13px;
}

/* Hiệu ứng hover cho sách mới
  .thumbnail {
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .thumbnail:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    z-index: 2;
    position: relative;
  } */

/* Hiệu ứng hover chỉ cho ảnh sách mới */
.imgbook {
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .imgbook:hover {
        transform: scale(1.08);
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
        z-index: 2;
        position: relative;
    }


/* Sách bán nhiều */
.imgsachbannhieu {
    width: 80px;
    height: 110px;
    border-radius: 4px;
    margin-right: 10px;
}

/* Footer */
footer {
    margin-top: 20px;
    background: #222;
    color: #0e0d0dda;
    padding: 15px;
}
/* Khoảng cách giữa Slider và Thân trang */
.container + .container {
    margin-top: 30px; /* chỉnh khoảng cách theo ý bạn */
}
.row.text-center {
    display: flex;
    flex-wrap: wrap;
}

.thumbnail {
    height: 100%;
}
