body {
    background: #f3f3f3;
}
.p-detail-8 .ht-page__main {
    width: 100%;
    padding: 40px 0 40px;
    border-radius: 20px;
}
.p-detail-8 .p_box-shadow {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 1px 7px 3px #eee;
}
.p-detail-8 .p_title {
    font-size: 22px;
    margin-bottom: 0.75em;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: bold;
}
.p-detail-8 .p_source {
  margin-bottom: 20px;
}
.p-detail-8 .p_source li {
  display: inline-block;
  margin-right: 20px;
}
.p-detail-8 .p_source li span.fa::before {
  color: #f60;
}
.p-detail-8 .p_desc {
  font-size: 15px;
  line-height: 1.334em;
  padding: 1.334em;
  margin-bottom: 1.334em;
  text-align: justify;
  border-radius: 5px;
  background-color: #f4f4f4;
}
.p-detail-8 .p_other > h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.p-detail-8 .p_other > ul {
  margin: 10px 0 0 20px;
}
.p-detail-8 .p_other > ul > li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.p-detail-8 .p_other > ul > li::before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 5px;
}
.p-detail-8 .p_other > ul > li a:hover {
  color: #f60;
}
@media screen and (max-width: 767px) {
  .p-detail-8 .p_box-shadow {
    margin: -15px 0 15px;
    padding: 15px 10px 10px 10px;
  }
  .p-detail-8 .p_title, .p-detail-8 .p_other > h2 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1903px){
  .p-detail-8 .p_title {
    font-size: 35px;
  }
  .p-detail-8 .p_desc {
    font-size: 22px;
    line-height: 1.534em;
    padding: 1.534em;
  }
}
/* END p-detail-8 */