/*
Theme Name: peace
Theme URI: https://nhakhoapeace.com
Author: Peace 
Author URI: https://nhakhoapeace.com
Description: PeaceDentistry
Version: 1.0
License: MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog
*/


body{
  font-size: 0.85rem
}
.page-numbers{
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-numbers.current{
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
#menu-menu-1 li{
  border-left: 1px  solid #0153a26b;
  text-align: center;
}
#menu-item-42{
  border-right: 1px solid #0153a26b;
}
.background-content-invisalign{
  background: #f5f5f5 url(/wp-content/uploads/background-content-invisalign.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#post-content img{
  max-width: 100%;
}
div > .scrollhmenu {
  overflow: auto;
  white-space: nowrap;
}

div > .scrollhmenu li {
  display: inline-block;
  text-decoration: none;
}

/* width */
.scrollhmenu::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
.scrollhmenu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 8px;
}
 
/* Handle */
.scrollhmenu::-webkit-scrollbar-thumb {
  background: #bfbfbf; 
  border-radius: 8px;
}

/* Handle on hover */
.scrollhmenu::-webkit-scrollbar-thumb:hover {
  background: #bfbfbf; 
}

#menu-item-7455>.sub-menu {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu-item-7455:hover>.sub-menu {
  display: block;
  position: absolute;
  padding-top: 0.45em;
}

#menu-menu-1 li a {
	color: #ffffff !important;
	text-decoration: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 850px;
        margin-top: 3.75rem;
        margin-right: auto;
        margin-bottom: 1.75rem;
        margin-left: auto;
    }
}