.news_detail {
  background: #fff;
  padding: 60px;
  border-radius: 16px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.news_detail .news-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 24px;
  color: rgba(0, 0, 0, 0.87);
}
.news_detail .news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.news_detail .news-top time {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.news_detail .news-top time a {
  color: #EF6837;
}
.news_detail .news-top time span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.38);
  margin: 0 16px;
}
.news_detail .news-top .share {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.news_detail .news-top .share a {
  cursor: pointer;
  color: #ABABAB;
}
.news_detail .news-top .share a:hover {
  color: #EF6837;
}
.news_detail .contents-summary {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 24px;
}
.news_detail .description {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EEEEEE;
}
.news_detail .description * {
  font-family: inherit !important;
  font-size: 14px;
}
.news_detail .description img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.news_detail .description table {
  max-width: 100% !important;
}
@media (max-width: 960px) {
  .news_detail .description table {
    overflow: auto;
    width: 100% !important;
  }
}
.news_detail .description video, .news_detail .description iframe {
  max-width: 100% !important;
  width: 80vw !important;
}
.news_detail .description p {
  margin-bottom: 8px;
}
.news_detail .description p:last-child {
  margin-bottom: 0;
}
.news_detail .title-module-related {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.87);
}
.news_detail .tag-news {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EEEEEE;
  line-height: normal;
}
.news_detail .tag-news b {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.news_detail .tag-news a {
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.news_detail .tag-news a:hover {
  color: #fff;
  background: #EF6837;
}
.news_detail .comment-news {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EEEEEE;
}

.div-img-banner img {
  border-radius: 16px;
}

.has-banner {
  margin-top: -60px;
  position: relative;
}

.form-post {
  margin-top: 30px;
}
.form-post h6 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #444444;
}
.form-post p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #444444;
}
.form-post textarea:focus {
  box-shadow: 0 0 8px rgba(255, 103, 0, 0.6);
  border-color: #F9920F;
}

.frmCmt {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px 30px;
}
.frmCmt span {
  color: #EF6837;
}
.frmCmt .label_error {
  margin-top: 10px;
  color: #f3473a;
}
.frmCmt input {
  height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  padding: 5px 15px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.frmCmt input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(239, 104, 55, 0.6);
  border-color: #EF6837;
}
.frmCmt textarea {
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.frmCmt textarea:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(239, 104, 55, 0.6);
  border-color: #EF6837;
}
.frmCmt br {
  display: none;
}
.frmCmt label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  color: #444;
}
.frmCmt .input-cmt {
  width: 100%;
}
.frmCmt .input-cmt50 {
  width: calc(50% - 15px);
}
.frmCmt .input-last {
  text-align: right;
}
.frmCmt .input-last a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 35px;
  background: #EF6837;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.frmReply {
  margin-top: 10px;
}

.lv-cmt {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 30px auto;
  grid-gap: 10px;
  margin-bottom: 15px;
  position: relative;
}

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

.lv1-cmt {
  margin-left: 40px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 10px;
}
.lv1-cmt:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f8f8f8;
  left: 20px;
  z-index: 1;
}
.lv1-cmt:after {
  content: "";
  position: absolute;
  top: -11px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #ddd;
  left: 19px;
  z-index: -1;
}

.cmt-detail {
  line-height: 24px;
}
.cmt-detail .cmt-name {
  margin-bottom: 0px;
  font-weight: 700;
  color: #444;
}

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

.action {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.action span {
  color: #777;
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
.action a {
  font-size: 14px;
  color: #20863D;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.action a:hover {
  color: #F9920F;
}
.action b {
  font-weight: normal;
}
.action a[data-check="1"] {
  color: #EF6837;
}

.span_admin {
  width: 76px;
  height: 20px;
  color: #fff;
  display: inline-flex;
  margin-left: 15px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: #F9920F;
  border-radius: 3px;
  font-weight: normal;
}

.news-related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.news-related .item-related {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  font-size: 14px;
}
.news-related .item-related img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
  font-size: 12px;
}
.news-related .item-related span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-related .item-related:hover {
  color: #EF6837;
}

@media (max-width: 960px) {
  .div-img-banner {
    margin-bottom: 20px;
  }
  .news_detail {
    margin-top: 0 !important;
    width: auto;
    padding: 10px;
  }
  .news_detail .news-top {
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .news_detail .news-title {
    font-size: 22px;
  }
  .news_detail .tag-news {
    flex-wrap: wrap;
  }
  .action {
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .action span {
    border: none;
    padding-left: 0;
  }
  .frmCmt .input-cmt50 {
    width: 100%;
  }
  .frmCmt .input-last a {
    width: 100%;
  }
  .news-related {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=detail.css.map */