body {
  padding-top: 90px;
  background-color: #eeeeee;
}

header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

header img {
  padding: 15px 0;
}

#top-nav {
  display: flex;
  justify-content: flex-end;
  line-height: 91px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#top-nav > li {
  position: relative;
  padding: 0 20px;
}

#top-nav > li > a {
  color: #666666;
  font-size: 16px;
  padding-bottom: 10px;
}

#top-nav > li > a:hover {
  text-decoration: none;
  color: #e9300f;
}

#top-nav > li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #e9300f;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}

#top-nav > li ul a {
  color: #666666;
}

#top-nav > li ul a:hover {
  text-decoration: none;
  color: #e9300f;
}

#top-nav > li:hover ul {
  display: block;
}

#top-nav > li:hover > a {
  border-bottom: 2px solid #e9300f;
}

#sub-nav {
  line-height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  z-index: 9999;
  background-color: white;
}

#sub-nav div {
  display: none;
  justify-content: center;
  border-top: 1px solid #dddddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#sub-nav a {
  color: #666666;
}

#sub-nav a:hover {
  text-decoration: none;
  color: #e9300f;
}

#sub-nav a + a {
  margin-left: 40px;
}

.title {
  text-align: center;
  margin: 1em auto 30px;
  padding-bottom: 30px;
  background: url(../images/title_hr.png) center bottom no-repeat;
}

.index-box {
  padding-top: 60px;
  padding-bottom: 100px;
}

.product-item {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.product-item img {
  width: 100%;
}

.product-item p {
  margin: 0;
  line-height: 30px;
}

.about-box {
  background: url(../images/bg_news.jpg) center;
  background-size: cover;
}

.about-box .row {
  margin-left: 0;
  margin-right: 0;
  background-color: white;
}

.about-box .row [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.about-box .about-text {
  font-size: 16px;
  padding: 20px;
}

.about-box .about-text p {
  text-indent: 2em;
  color: #5c5c5c;
  line-height: 2;
}

.about-box .about-text a {
  float: right;
  color: #e9300f;
}

.about-box .about-text a:hover {
  text-decoration: none;
}

.solution-list {
  display: flex;
  justify-content: space-between;
}

.solution-list a {
  display: block;
  width: 20%;
  flex: auto;
  margin: 0 10px;
  text-align: center;
  color: #3A3A3A;
  font-size: 18px;
}

.solution-list a:hover {
  text-decoration: none;
}

.solution-list a:hover img {
  transform: scale(1.1);
}

.solution-list a img {
  display: block;
  width: 100%;
  transition: all 0.35s;
  margin-bottom: 10px;
}

.news-box {
  background: url(../images/bg_about.jpg) center;
  background-size: cover;
}

.news-box h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
}

.news-box h3 a:hover {
  text-decoration: none;
}

.news-item {
  display: flex;
  margin-top: 20px;
  background-color: white;
}

.news-item a {
  display: block;
  padding: 10px;
}

.news-item a:hover {
  text-decoration: none;
  color: #e9300f;
}

.news-item img {
  width: 100px;
}

.news-item h4 {
  font-size: 18px;
  margin-top: 0;
}

.news-item p {
  color: gray;
  margin: 0;
  text-indent: 2em;
}

.news-list .news-item a {
  padding: 0;
}

.news-list .news-item a:first-child {
  flex: none;
  margin-right: 20px;
}

.news-list .news-item h4 {
  margin-top: 10px;
}

.news-list .news-item h4 span {
  float: right;
}

.news-list .news-item img {
  width: 150px;
}

@media (max-width: 767px) {

.news-list .news-item h4 span {
  display: block;
  float: none;
  color: gray;
font-size:13px;
padding-top:10px;
}
}

footer {
  background: #454545;
  padding-top: 30px;
  color: #BBBBBB;
}

footer nav {
  display: flex;
  justify-content: space-between;
}

footer nav div {
  width: 20%;
}

footer nav h3 {
  font-size: 16px;
  margin-top: 0;
}

footer nav a {
  display: block;
  color: white;
  padding: 0 5px;
}

footer nav a:hover {
  color: #e9300f;
  text-decoration: none;
}

footer img {
  display: block;
  max-width: 100%;
  margin: auto;
}

footer .foot {
  text-align: center;
  line-height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 20px;
}

.banner {
  height: 200px;
  background: url(../images/bg.jpg) center;
  background-size: cover;
}

.banner h1 {
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  margin: 0;
  line-height: 200px;
  font-size: 48px;
}

.location {
  line-height: 36px;
  border-bottom: 1px solid #e9300f;
  margin-bottom: 1em;
}

.location span {
  color: #BBBBBB;
}

.location i {
  padding: 0 5px;
  color: #dddddd;
}

.location i.glyphicon {
  color: #e9300f;
}

.location a {
  color: #3A3A3A;
  text-decoration: none !important;
}

.location a:hover {
  color: #e9300f;
}

.location a.no-link {
  color: #BBBBBB;
}

.content {
  padding-top: 1em;
  padding-bottom: 1em;
}

.content h1 {
  text-align: center;
  margin-top: 0;
}

.content p {
  text-indent: 2em;
  line-height: 1.8;
}

.content img {
  max-width: 100%;
}

.content [class^=col-] p {
  text-indent: 0;
}

.content td {
  border: 1px solid #cccccc;
  padding: 5px;
}

.page {
  text-align: center;
}
