body {
  font-size: 14px;
}

/* Reset Bootsrap*/
.carousel-caption {
  bottom: 0;
  height: 90px;
  left: 0;
  right: 0;
}
.navbar-default,
#footer,
.contact-tag {
  background-color: #84c225;
}
a, a:hover,
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
a:hover,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover  {
  text-decoration: underline;
}
.page-header {
  border-bottom: 0;
}

/* Carousel Banner */
.carousel-caption {
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

h1,
h3 {
  color: #d9230f;
}

.content-tag {
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.content-tag .col-md-12 {
  border: 1px solid #eee;
}
.content-tag h1 {
  font-size: 16px;
  color: #333;
}
.content-tag p {
  font-size: 12px;
  color: #666;
}

.detail-contact {
  font-size: 2.5em;
}

.contact-tag {
  border: 2px solid #eee;
}
.contact-tag div {
  text-align: center;
}
.contact-tag h1,
.contact-tag h2,
.contact-tag h3 {
  color: #fff;
  text-align: center;
}
.contact-tag h3 {
  font-size: 2.5em;
}

.item-list {
  border: 1px solid #eee;
  background: #fdfdfd;
  margin-top: 50px;
  padding: 20px;
}
.item-list.last {
  border-left: 0;
}
.item-list img {
  max-height: 298px;
}
.item-list.example .image {
  margin-top: 30px;
}

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd; 
}

#footer li {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
#footer p {
  clear: both;
  margin-bottom: 0;
}

.clear {
  clear: both;
}
.clear-all {
  clear: both;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 80px;
  }
}
