[data-theme=dark] .box_content_detail {
  background: var(--color-dark-theme) !important;
}
[data-theme=dark] .socialSharing {
  background: var(--color-dark-theme) !important;
}
[data-theme=dark] .socialSharing span, [data-theme=dark] .socialSharing p {
  color: #fff !important;
}
[data-theme=dark] .socialSharing .--itemTag {
  border: none;
  background: #494848;
  padding: 5px 12px;
}
[data-theme=dark] .listNewsOther {
  background: var(--color-dark-theme) !important;
}

.main {
  padding-top: 100px;
}
.main .router {
  margin-bottom: 60px;
}
.main .newsDetailsContent {
  padding-top: 40px;
  padding-bottom: 80px;
}
.main .newsDetailsContent .box_content_detail {
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 12px;
}
.main .newsDetailsContent .blck_title {
  margin-bottom: 16px;
}
.main .newsDetailsContent article {
  text-align: justify;
}
.main .newsDetailsContent article img {
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  .main .newsDetailsContent article {
    padding-bottom: 56px;
  }
}
@media (max-width: 1439px) {
  .main .newsDetailsContent .blck_title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .main .newsDetailsContent {
    padding-top: 0;
  }
  .main .newsDetailsContent .newsDetailsContentSection article {
    text-align: justify;
  }
}
@media (max-width: 1056px) {
  .main .newsDetailsContent {
    padding-top: 0;
  }
  .main .newsDetailsContentSection .description {
    text-align: justify;
  }
  .main .newsDetailsContentSection .col-md-9, .main .newsDetailsContentSection .col-md-3 {
    width: 100%;
  }
}

.sidebar .socialSharing {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 16px 24px 32px 24px;
  border-radius: 12px;
  background: var(--color-white);
  margin-bottom: 24px;
}
.sidebar .socialSharing span {
  color: rgba(121, 121, 121, 0.5);
}
.sidebar .socialSharing .listIcon {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  padding-top: 8px;
}
.sidebar .socialSharing .--tag {
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar .--itemTag {
  border: 1px solid rgb(228, 228, 228);
  border-radius: 8px;
  padding: 8px 12px;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  color: rgb(69, 69, 69);
}
.sidebar .--itemTag:hover {
  color: var(--color-blue);
}
.sidebar .--icon {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  background: rgb(246, 246, 246);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #000;
}
.sidebar .--icon:hover {
  transform: scale(0.9);
  color: var(--color-blue);
}
.sidebar .listNewsOther {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: var(--color-white);
  padding: 20px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.sidebar .listNewsOther span {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sidebar .socialSharing {
    margin-top: 1rem;
  }
}

.--itemNewsOther {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-stroke);
  text-decoration: none;
}
.--itemNewsOther:last-child {
  border-bottom: none;
}
.--itemNewsOther .--imgNews {
  width: 100px;
  height: 80px;
  flex: 0 0 auto;
  margin-right: 8px;
}
.--itemNewsOther .--imgNews img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.--itemNewsOther .--title {
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-black);
}
.--itemNewsOther:hover .--title {
  color: var(--color-blue);
}

.authorInfo {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.authorInfo .imgAuthor {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.authorInfo .imgAuthor img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.authorInfo .--authorName {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-right: 16px;
}
.authorInfo .--authorName::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  background: rgb(108, 108, 108);
  top: 49%;
  right: -8px;
}
.authorInfo .--date {
  font-size: 13px;
  margin-right: 16px;
  position: relative;
}
.authorInfo .--date span {
  color: rgb(145, 145, 145);
}
.authorInfo .--role {
  font-weight: 550;
  font-size: 12px;
}
@media (max-width: 767px) {
  .authorInfo {
    flex-wrap: wrap;
  }
  .authorInfo .left {
    margin-bottom: 10px;
  }
  .authorInfo .--authorName::after {
    display: none;
  }
}/*# sourceMappingURL=detailnews.css.map */