.header-main .nav > li > a {
  color: #000 !important;
  font-size: 14px;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
  border-bottom: 1px solid #91aba78c;
  color: #000;
}
.motion-button {
    width: 120px;
    background-color: #c20505;
    color: white;
    font-size: 15px;
    border: none;
    padding: 5px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    animation: bounce 1s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-2px);
  }
}

.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #dddddd87 !important;
}

#spu-185 {
  background-color: #006838 !important;
  padding-bottom: 0 !important;
}
.wpcf7-spinner {
  display: none !important;
}

#text-2 h3 {
  font-size: 16px !important;
  padding: 20px 0 !important;
}

#text-2 .primary, input[type=submit], input[type=submit].button {
    background-color: #fff;
    color: #404040 !important;
    text-align: center !important;
}
#gioi-thieu .item img {
    width: 15px;
    margin-bottom: 5px;
}
.footer .item {
    padding: 5px;
}

.title-top {
  font-size: 16px;
  color: #006838;
  font-weight: 600;
}

.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
  color: #fff !important;
}

#header .nav>li {
  padding: 0 4px !important;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
  color: #000 !important;
}

.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: #006631 !important;
}