.bgwhite {
  background-color: white;
}
/* Top header */
.topWidIcon {
  color: white;
  display: flex;
  align-items: center;
}
.topWidIcon i {
  font-size: 38px;
  display: flex;
  height: 38px;
}
.topWidTitle {
  margin-left: 10px;
}
.topWidTitle p {
  margin-bottom: -5px;
  font-size: 0.7em;
  text-transform: uppercase;
}
.topWidTitle p:last-child {
  font-size: 1.1em;
  text-transform: none;
  font-weight: 500;
}
.site-navigation .site-menu {
  padding-left: 0;
}

.main-menu li.active {
  position: relative;
}
.main-menu li.active a.main-li:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 5;
  bottom: -4px;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 4px;
  background-color: var(--color-pink);
  margin-left: 0;
  margin-top: unset;
}
.site-navigation .site-menu .has-children > a {
  padding-right: 20px;
}
.site-navigation .site-menu .has-children > a:before {
  right: -2px;
}
#header {
  padding: 2px 0;
}
.social-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .social-wrap {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.site-navigation .site-menu > li > a > i,
.social-wrap .socials a i {
  color: var(--color-black);
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
/* Footer */
.footer-title {
  color: white;
}
.footer-content {
  color: white;
}
#footer ul.ftul li a {
  color: white;
}
.footer-content a i.fa-brands {
  color: white;
  font-size: 28px;
  margin-right: 20px;
}
.ftul li i {
  margin-right: 5px;
  font-size: 16px;
  width: 18px;
}
/* Section title */
.section-title h2 {
  position: relative;
  padding-bottom: 20px;
  color: var(--color-black);
}
.section-title h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  content: "";
  background: var(--color-pink);
}
.page .section-title h2::after,
.same .section-title h2::after {
  left: calc(50% - 35px);
}
/* Product */
.product-wrap {
  padding: 10px;
  border-radius: 10px;
}
.product-info h5 a {
  font-weight: 500;
  font-size: large;
}
/* MỤC LỤC */
.table-of-contents {
  margin-bottom: 20px;
}
.table-of-contents .accordion-button:not(.collapsed) {
  color: var(--color-black);
}
.table-of-contents ul {
  padding-left: 20px;
}
.table-of-contents ul li {
  list-style: decimal;
}
.table-of-contents ul li a {
  color: var(--color-black);
}
