/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
#dung{
  display: none;
}

/* Định dạng cho fixed bottom menu */
.fixed-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, #9fc2e0 0%, #428bca 62%);
    color: #fff;
    padding-top: 0px;
    z-index: 500;
}

.fixed-bottom-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}

.fixed-bottom-menu li {
  margin: 0 10px;
}

.fixed-bottom-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

.fixed-menu-item {
  display: inline-block;
  padding: 8px 3px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s;
}

.fixed-menu-item:active {
  transform: translateY(3px); /* Hiệu ứng nhấn xuống */
}

/* nút tăng giảm phông chữ */
.font-size-controls {
  z-index: 1000;
}

.font-size-controls buton {
  padding: 5px 5px;
  margin: 0 5px;
  cursor: pointer;
}
.navbar-default .navbar-toggle {
    border-color: #3330;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #2a5f8d;
}

.navbar-default {
    background-color: #0855a100;
    border-color: #06448100;
}

.footerNav2 {
    padding: 19px 0;
}

/* thêm cách phải hình thumb */
.img-thumbnail {
    margin-right: 8px;
}