.menuTemplate1 li:hover {
  background: red;
}
.menuTemplate1 .drop div:hover {
  background: red;
}
.menuTemplate1 .btnsearch {
  background-color: red;
}
.topNews .title {
  background-color: #c6386a;
}
#banner .name {
  margin-top: 50px;
  margin-left: 120px;
  color: red;
  text-align: center;
  width: 430px;
}
#banner .logo {
  margin-top: 23px;
  width: 110px;
  float: left;
}
#banner a {
  text-decoration: none;
}
#banner p {
  font-weight: bold;
  font-size: 16px;
}
#banner h2 {
  font-weight: bold;
  font-size: 27px;
  color: red;
  margin: 0;
}
#menu {
  background: red;
}
#menu ul ul li a {
  background: red;
}
#footer {
  background-color: #ff3333;
}
#footer .menu {
  background-color: red;
}
.notification li.title,
.website_link .title {
  background-color: #c6386a;
}
.chuchay marquee {
  color: red;
}
.pagination {
  margin: 0;
}
.box {
  margin-bottom: 10px;
}
.box .title {
  background: #ff3333;
  padding: 8px 10px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.box .title i {
  font-size: 16px;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
}
.box .content {
  padding: 10px;
  border: 1px solid #eee;
}
.box .content .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box .content .list li {
  margin-bottom: 10px;
  list-style: none;
}
.box .content .list li :last-child {
  margin-bottom: 0;
}
.box .content .top {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin: 10px 0;
}
