[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 .router {
  margin-bottom: 60px;
}
.main .newsDetailsContent {
  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;
}
.main .newsDetailsContent .container_frame{
    padding-top: 50px;
    width: var(--width-container);
    display: block;
    margin: auto;
}
.banner-wrapper {
    display: flex;
    padding: 40px 40px 0px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.banner-wrapper .banner {
    display: flex;
    width: 1840px;
    padding: 50px 200px;
    gap: 100px;
    border-radius: 15px;
    background: var(--background-bg-primary, #5bee2e);
    position: relative;
}
.banner h1 {
    color: var(--text-heading-inverted, #fff);
    /* H4/Bold */
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;

    font-weight: 700;
    line-height: 40px; /* 133.333% */
    flex: 1;
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
}
.banner .banner-navigate {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
    border-radius: 20px 20px 0px 0px;
    background: #f6f9fb;
    position: absolute;
    bottom: 0;
    right: 334.5px;
}
.newsDetailsContentSection a{
    word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
@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 */

@media (max-width: 1919.98px) {
    .banner-wrapper .banner {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    /* --- Banner --- */
    .banner-wrapper {
        padding: 20px 20px 0 20px;
    }
    .banner-wrapper .banner {
        padding: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .banner h1 {
        text-align: center;
        padding-left: 0;
        margin-left: 0;
        font-size: 28px;
        line-height: 36px;
    }
    .banner .banner-navigate {
        position: static;
        right: auto;
        bottom: auto;
        border-radius: 12px;
        padding: 10px 20px;
        background: rgba(255, 255, 255, 0.2);
    }
    .banner .banner-navigate a {
        color: white;
    }
    .banner .banner-navigate span {
        color: rgba(255, 255, 255, 0.8);
    }

    /* --- Container chính --- */
    .main .newsDetailsContent .container_frame {
        width: 100%;
        padding: 30px 20px 0 20px;
        box-sizing: border-box;
    }

    .main .newsDetailsContentSection {
        flex-direction: column;
    }
    .main .newsDetailsContentSection .col-md-9, 
    .main .newsDetailsContentSection .col-md-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .sidebar {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .main .newsDetailsContent {
        padding-bottom: 40px;
    }
    .main .newsDetailsContent .container_frame {
        padding: 20px 15px 0 15px;
    }

    .banner-wrapper {
        padding: 15px 15px 0 15px;
    }
    .banner-wrapper .banner {
        padding: 25px 15px;
    }
    .banner h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .banner .banner-navigate {
        padding: 8px 12px;
        font-size: 12px;
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main .newsDetailsContent .box_content_detail {
        padding: 20px 15px;
    }
    .main .newsDetailsContent .blck_title {
        font-size: 22px;
        line-height: 30px;
    }
    .authorInfo {
        margin-bottom: 24px;
    }
    
    .main .newsDetailsContent article img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }
}
.newsDetailsContentSection {
  line-height: 1.8;
}

.newsDetailsContentSection h2,
.newsDetailsContentSection h3,
.newsDetailsContentSection h4 {
  margin-bottom: 16px;
  margin-top: 24px;
}

.newsDetailsContentSection p {
  margin-bottom: 12px;
}

.newsDetailsContentSection article.description {
  margin-top: 20px;
}

.newsDetailsContentSection .authorInfo {
  margin-bottom: 20px;
}
