.author-detail .content .col-md-9 h1 {
  font-size: 24px;
  font-family: GoogleSans-Bold;
  text-transform: uppercase;
  color: #008CF0;
  padding: 35px 0 10px;
  border-bottom: 1px solid #DDDDDD;
}
.author-detail .content .col-md-9 h1 span {
  position: relative;
}
.author-detail .content .col-md-9 h1 span:before {
  position: absolute;
  width: 100%;
  background: #008CF0;
  content: "";
  height: 1px;
  bottom: -9px;
  left: 0;
}
.author-detail .content .col-md-9 h5 {
  font-size: 24px;
  font-family: GoogleSans-Bold;
  padding: 20px 0 10px;
  border-bottom: 1px solid #DDDDDD;
}
.author-detail .content .col-md-9 .source {
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
}
.author-detail .content .col-md-9 .source .time {
  padding-right: 20px;
}
.author-detail .content .col-md-9 .source span {
  color: #777777;
  font-size: 14px;
}
.author-detail .content .col-md-9 .content_detail {
  padding: 20px 0;
}
.author-detail .content .col-md-9 .content_detail ol, .author-detail .content .col-md-9 .content_detail ul {
  padding-left: 40px !important;
}
.author-detail .content .col-md-9 .content_detail li {
  list-style: inherit !important;
  padding-left: initial !important;
}
.author-detail .content .col-md-9 .content_detail .summary {
  padding-bottom: 10px;
}
.author-detail .content .col-md-9 .content_detail .summary p {
  font-size: 18px;
  font-family: GoogleSans-Bold;
}
.author-detail .content .col-md-9 .content_detail img {
  width: 100% !important;
  height: auto !important;
}
.author-detail .content .col-md-9 .content_detail > p {
  padding: 5px 0;
}
.author-detail .content .col-md-9 .comments {
  padding: 20px 0;
}
.author-detail .content .col-md-9 .comments .comment-list .total_comment {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
  font-family: GoogleSans-Bold;
}
.author-detail .content .col-md-9 .comments .comment-list .total_comment i {
  font-size: 20px;
  width: 35px;
  height: 35px;
  background: #f8f8f8;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt_ {
  padding-left: 60px;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt_ .sub_comment {
  background: #F8F8F8;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  padding: 20px 20px 20px 60px;
  margin: 10px 0;
  position: relative;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt_ .sub_comment .tag-wrap {
  filter: drop-shadow(0px -2px 0px rgba(0, 0, 0, 0.1));
  position: absolute;
  left: 95px;
  top: -6.5px;
  z-index: 1;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt_ .sub_comment .tag-wrap .tag {
  background: #f8f8f8;
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(45deg);
}
.author-detail .content .col-md-9 .comments .comment-list .cmt_ .sub_comment .khach {
  position: relative;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt_ .sub_comment .khach:before {
  position: absolute;
  content: "";
  background: url(../images/icon_user.svg);
  width: 40px;
  height: 40px;
  left: -50px;
  background-size: 100%;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt_ .sub_comment .khach b {
  font-family: GoogleSans-Bold;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt_ .sub_comment .admin_cmt {
  position: relative;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt_ .sub_comment .admin_cmt:before {
  position: absolute;
  content: "";
  background: url(../images/icon_logo.svg);
  width: 40px;
  height: 40px;
  left: -50px;
  background-size: 100%;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt_ .sub_comment .admin_cmt b {
  font-family: GoogleSans-Bold;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt__ .khach {
  position: relative;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt__ .khach:before {
  position: absolute;
  content: "";
  background: url(../images/icon_user.svg);
  width: 45px;
  height: 45px;
  left: -60px;
}
.author-detail .content .col-md-9 .comments .comment-list .cmt__ .khach b {
  font-family: GoogleSans-Bold;
}
.author-detail .content .col-md-9 .comments .comment-list .comment-detail {
  font-size: 14px;
  padding: 10px 0;
  line-height: 20px;
}
.author-detail .content .col-md-9 .comments .comment-list .like_khach {
  font-size: 14px;
}
.author-detail .content .col-md-9 .comments .comment-list .like_khach .like, .author-detail .content .col-md-9 .comments .comment-list .like_khach .rep {
  cursor: pointer;
}
.author-detail .content .col-md-9 .comments .comment-list .like_khach .cmt-box .validate_submit .name {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.author-detail .content .col-md-9 .comments .comment-list .like_khach .cmt-box .validate_submit .name > div {
  width: calc(50% - 10px);
}
.author-detail .content .col-md-9 .comments .comment-list .like_khach .cmt-box .validate_submit .name > div input {
  height: 40px;
}
.author-detail .content .col-md-9 .comments .comment-list .like_khach .cmt-box .txt-area {
  display: flow-root;
}
.author-detail .content .col-md-9 .comments .comment-list .like_khach .cmt-box .count_comment .submit {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.author-detail .content .col-md-9 .comments .comment-list .like_khach .cmt-box .count_comment .submit a {
  font-family: GoogleSans-Bold;
  text-transform: uppercase;
  line-height: 45px;
  color: #FFFFff;
  padding: 0px 20px;
  border-radius: 4px;
  font-size: 16px;
}
.author-detail .content .col-md-9 .comments .comment-list .like_khach .cmt-box .count_comment .submit a:first-child {
  background: #008CF0;
  margin-right: 20px;
}
.author-detail .content .col-md-9 .comments .comment-list .like_khach .cmt-box .count_comment .submit a:last-child {
  background: #333E48;
}
.author-detail .content .col-md-9 .box-top .cmt-box .validate_submit .name {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.author-detail .content .col-md-9 .box-top .cmt-box .validate_submit .name > div {
  width: calc(50% - 10px);
}
.author-detail .content .col-md-9 .box-top .cmt-box .validate_submit .name > div input {
  height: 40px;
}
.author-detail .content .col-md-9 .box-top .cmt-box .txt-area {
  display: flow-root;
}
.author-detail .content .col-md-9 .box-top .cmt-box .count_comment .submit {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.author-detail .content .col-md-9 .box-top .cmt-box .count_comment .submit a {
  font-family: GoogleSans-Bold;
  text-transform: uppercase;
  line-height: 45px;
  color: #FFFFff;
  padding: 0px 20px;
  border-radius: 4px;
}
.author-detail .content .col-md-9 .box-top .cmt-box .count_comment .submit a:first-child {
  background: #008CF0;
  margin-right: 20px;
}
.author-detail .content .col-md-9 .box-top .cmt-box .count_comment .submit a:last-child {
  background: #333E48;
}
.author-detail .care h5 {
  font-size: 36px;
  font-family: GoogleSans-Bold;
  text-align: center;
  padding: 30px 0 35px;
}
.author-detail .care .item {
  position: relative;
  margin-bottom: 20px;
}
.author-detail .care .item .info > a {
  overflow: hidden;
  height: 225px;
  display: block;
}
.author-detail .care .item .info > a img {
  width: 100%;
}
.author-detail .care .item .content_news {
  padding: 0px 20px 30px 20px;
  background: #F4F9FC;
}
.author-detail .care .item .content_news .title {
  font-size: 16px;
  font-family: GoogleSans-Bold;
  color: #000000;
  line-height: 20px;
  padding: 10px 0;
}
.author-detail .care .item .content_news .time {
  color: #777777;
  padding-bottom: 10px;
  font-size: 14px;
}
.author-detail .care .item .content_news .summary {
  padding-top: 10px;
  font-size: 14px;
}
.author-detail .same_event {
  padding-bottom: 40px;
}
.author-detail .same_event h5 {
  font-size: 36px;
  font-family: GoogleSans-Bold;
  text-align: center;
  padding: 30px 0 35px;
}
.author-detail .same_event #mixedSlider_pro .item {
  position: relative;
}
.author-detail .same_event #mixedSlider_pro .item .info > a {
  overflow: hidden;
  height: 225px;
  display: block;
}
.author-detail .same_event #mixedSlider_pro .item .content_news {
  padding: 0px 20px 30px 20px;
  background: #F4F9FC;
}
.author-detail .same_event #mixedSlider_pro .item .content_news .title {
  font-size: 16px;
  font-family: GoogleSans-Bold;
  color: #000000;
  line-height: 20px;
  padding: 10px 0;
}
.author-detail .same_event #mixedSlider_pro .item .content_news .time {
  color: #777777;
  padding-bottom: 10px;
  font-size: 14px;
}
.author-detail .same_event #mixedSlider_pro .item .content_news .summary {
  padding-top: 10px;
  font-size: 14px;
}
.author-detail .same_event #mixedSlider_pro .owl-nav .owl-prev {
  background: url(../images/ar_left.svg) no-repeat;
  position: absolute;
  top: 130px;
  left: 10px;
  margin-top: -20px;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.author-detail .same_event #mixedSlider_pro .owl-nav .owl-next {
  background: url(../images/ar_right.svg) no-repeat;
  position: absolute;
  top: 130px;
  right: 10px;
  margin-top: -20px;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .news-detail .row {
    margin: -5px;
  }
  .news-detail .content {
    padding: 25px 0 0;
  }
  .news-detail .content h1 {
    font-size: 18px;
    padding: 0px 0 0px;
    text-align: unset;
    line-height: 24px;
  }
  .news-detail .content .content_detail {
    width: 100%;
  }
  .news-detail .care h5 {
    font-size: 24px;
    padding: 25px 0 25px;
  }
  .news-detail .care .item .detail {
    margin-top: 15px;
  }
  .news-detail .care .item .detail .title {
    font-size: 18px;
    text-transform: uppercase;
    min-height: 56px;
    line-height: 23px;
  }
  .news-detail .care .item .detail .time {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .news-detail .related_news .like_post {
    text-align: center;
  }
  .news-detail .related_news h5 {
    padding-bottom: 10px;
  }
  .news-detail .related_news .item a {
    width: 35%;
  }
  .news-detail .related_news .item .info {
    width: 65%;
  }
  .news-detail .related_news .item .info .title {
    display: none;
  }
  .news-detail .related_news .item .info .title_mobile {
    font-size: 14px;
    font-family: sfu-book;
  }
  .news-detail .related_news .item .info .time {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .author-detail .care h5 {
    font-size: 30px;
    padding: 0px 0 20px;
  }
  .author-detail .same_event h5 {
    font-size: 25px;
    padding: 10px 0 20px;
  }
  .author-detail .same_event #mixedSlider_pro .item .info > a {
    height: 100px;
  }
  .author-detail .same_event #mixedSlider_pro .item .content_news {
    padding: 0;
  }
  .author-detail .same_event #mixedSlider_pro .item .content_news .title {
    height: 95px;
  }
  .author-detail .same_event #mixedSlider_pro .item .content_news .summary {
    display: none;
  }
  .author-detail .same_event #mixedSlider_pro .owl-nav .owl-prev {
    top: 55px;
    width: 30px;
    height: 30px;
  }
  .author-detail .same_event #mixedSlider_pro .owl-nav .owl-next {
    top: 55px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}/*# sourceMappingURL=detail.css.map */