html body {
  /* font-family: 'Kanit-Medium'; */
}
html body .container .dn-breadcrumb {
  color: #6D6E71;
  /* font-family: 'Kanit-Light'; */
}
html body .container .head .display-title {
  background-color: #F9FBFE;
  padding: 30px;
}
html body .container .head .display-title .title {
  font-size: 20px;
  color: #4A9EDE;
}
html body .container .head .display-title .display-date .date {
  font-family: 'Kanit-Light';
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
html body .container .head .display-title .display-date .date .icon {
  background-size: 100%;
  background: url(../img/article/icon/date.svg) center center;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 3px;
}
html body .container .head .display-title .display-date .views {
  font-family: 'Kanit-Light';
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
html body .container .head .display-title .display-date .views .icon {
  background-size: 100%;
  background: url(../img/article/icon/views.svg) center center;
  display: inline-block;
  height: 10px;
  width: 16px;
  margin-right: 3px;
}
html body .container .head .display-title .display-date .share {
  float: right;
}
html body .container .head .display-title .display-date .share span {
  margin-right: 10px;
  color: #6D6E71;
}
html body .container .head .display-title .display-date .share .icon {
  background-size: 100%;
  background: url(../img/article/icon/share.svg) center center;
  display: inline-block;
  height: 14px;
  width: 18px;
  margin-right: 3px;
}
html body .container .body .description {
  font-family: system-ui;
  font-size: 16px;
}
html body .container .body .article-other .list {
  border-bottom: solid 1px #EAEAEA;
  padding: 20px 0;
  margin: 0;
}
html body .container .body .article-other .list .display-date .date {
  /* font-family: 'Kanit-Light'; */
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
html body .container .body .article-other .list .display-date .date .icon {
  background-size: 100%;
  background: url(../img/article/icon/date.svg) center center;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 3px;
}
html body .container .body .article-other .list .display-date .views {
  /* font-family: 'Kanit-Light'; */
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
html body .container .body .article-other .list .display-date .views .icon {
  background-size: 100%;
  background: url(../img/article/icon/views.svg) center center;
  display: inline-block;
  height: 10px;
  width: 16px;
  margin-right: 3px;
}
html body .container .body .article-other .list .text {
  font-family: 'Kanit-Regular';
  font-size: 18px;
  cursor: pointer;
}
html body .container .body .article-other .list .text:hover {
  color: #4A9EDE;
  text-decoration: underline;
}
html body .container .body .tags {
  font-family: 'Kanit-Regular';
}
html body .container .body .tags .tag {
  background-color: #F8F9FA;
  border: solid 1px #DDDDDD;
  color: #6D6E71;
  margin-right: 10px;
  font-size: 14px;
}
html body .container .body .keep {
  background: url(../img/article_detail/bg-keep.svg) bottom center no-repeat;
  min-height: 240px;
  padding-bottom: 20px;
}
html body .container .body .keep .text1 {
  font-size: 20px;
  color: #4A9EDE;
}
html body .container .body .keep .text2 {
  font-family: 'Kanit-Regular';
  font-size: 16px;
}
html body .container .body .thanks .text1 {
  color: #231F20;
  /* font-family: 'Kanit-Light'; */
  font-size: 18px;
  text-align: center;
}
html body .container .body .like {
  padding: 30px 0;
  border-top: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
}
html body .container .body .like .title {
  color: #231F20;
  font-family: 'Kanit-Regular';
  font-size: 18px;
}
html body .container .body .like .button .btn-like:hover,
html body .container .body .like .button .btn-unlike:hover {
  opacity: 0.8;
}
@media (max-width: 575.98px) {
  html body {
    padding: 0;
    overflow-x: hidden;
  }
  html body .container {
    padding: 0;
    margin: 0;
  }
  html body .container .body {
    padding: 0 18px;
  }
}
