/* BEGIN p-detail-4 */
.p-detail-4 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.p-detail-4 .p_title {
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 0.6em;
  font-family: 'Bai Jamjuree';
  color: var(--color-main);
    font-weight: 600;
}
.p-detail-4 .p_source {
  margin-bottom: 20px;
}
.p-detail-4 .p_source li {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}
.p-detail-4 .p_source li span.fa::before {
  color: #f60;
}
.p-detail-4 .p_desc {
  color: #000;
  font-size: 15px;
  line-height: 1.334em;
  padding: 20px;
  margin-bottom: 20px;
  text-align: justify;
  border-radius: 5px;
  background-color: #F4F4F4;
}
.p-detail-4 .p_other {
  margin-top: 20px;
}
.p-detail-4 .p_other > ul {
  margin: 30px 0 0 40px;
}
.p-detail-4 .p_other > ul > li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.p-detail-4 .p_other > ul > li::before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 5px;
}
.p-detail-4 .p_other > ul > li a:hover {
  color: #f60;
}
@media screen and (max-width: 767px) {
  .p-detail-4 .p_title {
    font-size: 20px;
  }
  .p-detail-4 .p_source li.date {
    display: none;
  }
  .p-detail-4 .p_other > ul {
    margin: 20px 0 0 10px;
  }
}

/* END p-detail-4 */
.p_other .item {
  margin: 0 10px;
}