
body{
  background: #eeeeee;
font-family: sans-serif;
}
.title-bar{
  margin-top: 20px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color:#4682b4;
  background-color: #f0f8ff;
  background-image: url("../img/title_company_new.jpg");
  width: 100%;
  height: 50px;
}

.title-bar-hr {
  width: 100%;
  max-width: 1000px;
  border-width: 3px 0px 0px 0px; 
  border-style: solid;
  border-color: #4682b4; 
  padding-bottom: 3px;
}

.content-area{
padding-top: 10px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_breadcrumb {

  color: #333;
  border-radius: 0.5em;
}
.cp_breadcrumb a {
  text-decoration: none;
  color: #5d627b;
}
.cp_breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cp_breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
  color: #5d627b;
}
.cp_breadcrumb li::before {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #333;
}
.cp_breadcrumb li:last-child::before {
  content: normal;
}

.slider{
    margin: 10px auto;
    width: 100%;
    max-width: 1000px;
}

.slider img{
    width: 100%;
    max-width: 1000px;
}


@media only screen and (max-width: 770px) {
.title-bar{
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
  width: 98%;

}
.title-bar-hr {
  width: 98%;
  max-width: 1000px;
  border-width: 3px 0px 0px 0px; 
  border-style: solid;
  border-color: #4682b4; 
  padding-bottom: 3px;
  margin: 0 auto;
}
}