.content_h1 {
  font-size: 1.2em;
  color: #439e8d !important;
  font-weight: bold;
  display: block;
}

.content_h2 {
  font-size: 1.1em;
  color: #000 !important;
  font-weight: bold;
  padding: 0;
}

.content_h3c1 {
  color: #076858 !important;
}

.content_h3c2 {
  color: #4699e0 !important;
}

.content_footnote {
  color: #000 !important;
  font-size: 0.85em;
  font-weight: bold;
  display: block;
}
.content_footnote a{
  color: #000 !important;
}

.content_highlight {
  color: #2b75c1 !important;
  font-weight: bold;
}

.first-thumbnail {
  /* width: 100%; */
  margin: auto;
  max-width: 900px;
  margin-bottom: 20px;
}

.first-thumbnail img {
  width: 100%;
  border-radius: 4px;
}

.mid {
  color: #000 !important;
  line-height: 1.7em;
  margin-bottom: 2em;
  clear: both;
}

.mid .subject {
  color: #06a096 !important;
  font-size: 1.2em;
  margin-bottom: 6px;
}

.mid ul {
  padding-inline-start: 0;
  margin-block-start: 0;
  padding-left: 20px;
}

.mid ul ul {
  list-style: none;
  padding: 0;
}

.mid .detail {
  margin-bottom: 1em;
}

.mid a {
  text-decoration: underline;
  color: #000 !important;
}

.mid h1 {
  font-size: 1.1em;
  color: #06a096 !important;
}

.mid p {
  color: #000 !important;
  margin-bottom: 0;
  line-height: 24px;
}

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

.content strong,
.content p strong {
  color: #000 !important;
  font-size: bold !important;
}

.content b,
.content p b {
  color: #000 !important;
  font-size: bold !important;
}

.content p img {
  text-align: center;
}

.sub-content-br {
  border-top: thin solid #d9e7e8;
  margin: 20px 0 0 0;
  background-repeat: no-repeat;
}

.sub-content .btn-close-sub-content a {
  color: #4a88ca;
  text-decoration: none;
}

.sub-content .btn-close-sub-content a {
  height: 24px;
  padding: 8px 0;
  background-image: none;
  text-decoration: none;
  width: 100px;
  color: #fff;
  text-align: center;
  float: right;
  background-color: #349187;
  border-radius: 4px;
  color: #fff;

}

.sub-content-block .sub-content-block-title {
  color: #000;
  min-width: 20%;
  display: inline-block;
  padding-top: 10px;
  margin: 0 0 10px 0;
  font-weight: bold;
  border-top: solid 3px #349187;
}

.sub-content-block .sub-content-block-detail img {
  width: 60%;
}

@media (max-width: 991px) {
  .sub-content-block .sub-content-block-detail img {
    width: 100%;
  }
}


.sub-content-block-title{
  font-family: 'Sarabun', sans-serif;
  font-weight: bold; 
  border-top-width: 0px !important;}
.sub-content-br {
  border-top: 1px solid #dee2e5;
  margin: 20px 0;
  position: relative;
}
.sub-content-br::after{
  content: '';
  display: block;
  width: 300px;
  height: 5px;
  background-color: #37b3ab;
  position: absolute;
  top: -3px;
}
@media (max-width: 575px) {
  .sub-content-br::after{
    content: '';
    width: 100px;
  }
}