
.solution-divider > .divider-line {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #979797;
}

.solution-divider > .divider-point {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #979797;
  margin-top: -65px;
}

.solution-divider > .left-point {
  float: left;
  margin-left: -30px;
}

.solution-divider > .right-point {
  float: right;
  margin-right: -30px;
}

.solution-tab .nav-tabs {
  border-bottom: none;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  margin-top: -95px;
}

.solution-tab .nav-tabs > li{
  font-weight: bold;
  text-align: center;
}

.solution-tab .nav-tabs > li > a{
  font-size: 20px;
  border: 1px solid #979797;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 20px 10px;
  border-radius: 50px;
  color: #979797;
  background-color: #eee;
}

.solution-tab .nav-tabs > li > a:hover,
.solution-tab .nav-tabs > li.active > a {
  color: #fff;
  background-color: #D43635;
}

.solution-tab .solution-tab-content {
  margin-top: 80px;
  padding: 30px;
  border: 1px solid #979797;
  border-radius: 5px;
}

.solution-detail-description {
  height: 180px;
  overflow: hidden;
}

.solution-detail-img {
  box-shadow: 3px 4px 1px #979797;
}

.solution-detail-img img {
  width: 100%;
  height: 180px;
}

.solution-detail-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
}

p.solution-detail-body {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 0;
}

ul.solution-detail-body {
  list-style-type: disc;
}

ul.solution-detail-body > li {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  height: 20px;
}

button.solution-detail-btn {
  position: absolute;
  top: 70px;
  margin-left: -10px;
  background-color: #fff;
  border: 1px solid #d43636;
  box-shadow: 2px 3px 1px #e1e1e1;
}

.solution-detail-divider {
  border-top: 1px dashed #979797;
  border-bottom: none;
  background: none;
}

.solution-article {
  margin-left: 20%;
  margin-right: 20%;
}

.solution-article > h1,
.solution-article > h2,
.solution-article > h3,
.solution-article > h4,
.solution-article > h5,
.solution-article > h6 {
  text-align: center;
  color: #000;
}

.solution-article > img {
  width: 100%;
}

.solution-article > p {
  font-size: 14px;
  text-indent: 30px;
  text-align: justify;
}

.solution-data {
  width: 100%;
  border: 1px solid #000;
}

.solution-data thead th{
  color: #000;
  background-color: #476ED1;
  text-align: center;
  font-weight: bold;
  border: 1px solid #000;
}

.solution-data tbody th{
  width: 30%;
  color: #000;
  background-color: #476ED1;
  text-align: left;
  border: 1px solid #000;
  padding-left: 10px;
  font-weight: bold;
}

.solution-data th.sub-title{
  text-align: right;
  padding-right: 10px;
}

.solution-data td{
  text-align: center;
  border: 1px solid #000;
}
