.container-header .mod-menu li,
.container-header .mod-menu li > a,
.container-header .mod-menu__separator {
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
}

.footer .grid-child {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
	padding: 20px 5px !important;
}

.container-header .container-nav {
    padding-bottom: 0.1em;
}

.container-header .navbar-brand {
    padding-top: 1.875rem;
    padding-bottom: .3125rem;
}

.container-header {
    position: relative;
    background-color: #123456; /* สีฟ้าเข้มเดิม */
}

.container-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://smdemo.joomlafree.in.th/images/BG/BarSMCLI.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0.8;
    pointer-events: none;
}

.container-header > * {
    position: relative;
    z-index: 1;
}

.metismenu.mod-menu .metismenu-item .metismenu-item {
    padding: 10px 16px !important;
}
.s-button {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  transition: opacity 0.2s ease;
}

.s-button:hover {
  opacity: 0.75;
}

.s-button img {
  width: 18px;
  height: 18px;
  display: block;
}