.detail_title {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.time-hit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.time-hit .detail-time-hit {
  margin-right: 10px;
  margin-top: 0 !important;
}

p {
  white-space: unset !important;
}

.detail-content p {
  margin-bottom: 8px;
}

.detail-content img {
  height: auto !important;
  max-width: 100% !important;
  width: auto;
  margin-bottom: 0;
}

.list-relate-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}

.list-relate-news .item-relate {
  padding: 15px;
  width: calc(25% - 15px);
}

.list-relate-news .item-relate img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-comment {
  margin-top: 30px;
}

.avatar-cmt {
  height: 45px;
  width: 45px !important;
}

.title-cmt {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.frmCmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-grid {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}

.input-cmt {
  width: 100%;
}

.input-cmt input {
  height: 42px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 20px;
  font-size: 16px;
  outline: none;
}

.input-cmt input:focus {
  -webkit-box-shadow: 0 0 8px rgba(252, 212, 51, 0.6);
          box-shadow: 0 0 8px rgba(252, 212, 51, 0.6);
  border-color: #FAAF40;
}

.input-cmt textarea {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  outline: none;
}

.input-cmt textarea:focus {
  -webkit-box-shadow: 0 0 8px rgba(252, 212, 51, 0.6);
          box-shadow: 0 0 8px rgba(252, 212, 51, 0.6);
  border-color: #FAAF40;
}

.frmReply {
  margin-top: 10px;
}

.input-cmt50 {
  width: calc(50% - 10px);
}

.more-comment {
  background-color: #e9b852;
  text-align: center;
  padding: 10px;
  display: block;
  color: white;
}

.more-comment:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.comment-news img {
  width: initial !important;
}

.comment img {
  width: initial !important;
}

.lv-cmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 20px;
  margin-bottom: 10px;
}

.lv0-cmt {
  margin-top: 20px;
}

.lv1-cmt {
  margin-left: 65px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}

.cmt-cmt {
  margin-bottom: 0;
  line-height: normal;
}

.cmt-detail .cmt-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  line-height: 15px;
}

.cmt-detail .cmt-name span:first-child {
  font-weight: 700;
  color: #6d6e70;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #CCCCCC;
}

.cmt-detail .cmt-name span:last-child {
  color: #6d6e70;
}

.action a {
  font-size: 14px;
  color: #6d6e70;
  cursor: pointer;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.action:hover a {
  color: #FAAF40;
}

.toc-content {
  border: 1px solid #DDDDDD;
}

.toc-content .title-toc-list {
  background: #EEEEEE;
}

.toc-content .title-toc-list .title-toc {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.toc-content .title-toc-list .button-select {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.toc-content .title-toc-list .button-select i {
  margin-left: 14px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-size: 20px;
  font-weight: bold;
}

.toc-content .title-toc-list .button-select i.active {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.toc-content .list-toc {
  background: #fff;
}

.toc-content .list-toc ol {
  margin-bottom: 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 5px 10px;
}

.toc-content .list-toc ol > li {
  counter-increment: my-awesome-counter;
  list-style-position: inside;
  margin-right: 0;
  padding-bottom: 5px;
}

.toc-content .list-toc ol > li:before {
  content: counters(my-awesome-counter, ".") ". ";
}

.toc-content .list-toc ol > li a {
  color: #333;
  text-decoration: none;
}

.toc-content .list-toc > ol > li:before {
  font-weight: bold;
}

.toc-content ol li a {
  margin-bottom: 7px;
}

@media (max-width: 769px) {
  .detail_title {
    font-size: 16px;
    line-height: normal;
  }
  .goodstudy-box-detail {
    width: 100% !important;
  }
}
/*# sourceMappingURL=detail.css.map */