div,
ul,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.navbar-about .active {
  padding: 20px 20px 15px 20px;
  border-bottom: 5px solid #aacd06;
}
.navbar-about .active > a {
  color: #aacd06;
}
.navbar-about > li {
  float: left;
  list-style-type: none;
  padding: 20px 20px;
  text-align: center;
}
.navbar-about > li > a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
#brand .row :last-child {
  margin-bottom: 40px;
}
#brand .row :last-child :first-child img {
  width: 99%;
  float: left;
}
#brand .row :last-child :last-child img {
  width: 99%;
  float: right;
}
@media (max-width: 767px) {
  #brand .row :last-child div {
    margin-bottom: -28px;
  }
  #brand .row :last-child :first-child img {
    width: 100%;
  }
  #brand .row :last-child :last-child img {
    width: 100%;
  }
  .navbar-about > li {
    width: 50%;
  }
}
a {
  text-decoration: none !important;
}
li {
  list-style-type: none !important;
}
#box-show {
  box-shadow: 0 10px 15px -8px #888;
}
#aboutbanner {
  width: 100%;
}
#aboutnav #nav-left > li:not(.notlist) {
  height: 80px;
  line-height: 80px;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
#aboutnav #nav-left > li:not(.notlist) a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
#aboutnav #nav-left .active {
  border-bottom: 5px solid #aacd06;
}
#aboutnav #nav-left .active a {
  color: #aacd06 !important;
}
#aboutnav #nav-left .notlist {
  height: 80px;
  line-height: 80px;
  list-style-type: none;
  text-align: center;
}
#aboutnav #nav-left .notlist a {
  font-size: 14px;
  color: #000;
}
#accordion-header #theader div {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#accordion-header .panel-default {
  margin: 10px 0;
}
#accordion-header #heading0,
#accordion-header #heading1,
#accordion-header #heading2,
#accordion-header #heading3,
#accordion-header #heading4 {
  background: #ccc;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#accordion-header #heading0 span,
#accordion-header #heading1 span,
#accordion-header #heading2 span,
#accordion-header #heading3 span,
#accordion-header #heading4 span {
  color: #696148;
}
#accordion-header #theader {
  margin-bottom: 10px;
  padding: 10px 0;
  background: #696148;
  color: #aacd06;
}
#accordion-header a {
  padding-left: 0;
  padding-right: 0;
}
#list-table li {
  float: left;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}
#list-table li a {
  color: #696148;
}
#list-table .a_cur {
  background: #696148;
}
#list-table .a_cur a {
  color: #fff;
}
@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}
@media (max-width: 767px) {
  #carousel-example-generic img {
    width: 100%;
  }
  #list-table li {
    float: left;
    height: 80px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
  }
  #list-table li a {
    color: #696148;
  }
  #list-table .a_cur {
    background: #696148;
  }
  #list-table .a_cur a {
    color: #fff;
  }
}
