.main-content {
  margin: 20px auto 40px;
}

.main-column-content,
.main-column-right {
  padding: 0px 10px;
}

.news_detail {
  margin-bottom: 20px;
}
.news_detail .news_detail_content {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 15px;
}
.news_detail .news_detail_content .news-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.news_detail .news_detail_content .datetime-hits {
  margin-bottom: 24px;
  color: #777777;
}
.news_detail .news_detail_content .datetime-hits .c-time {
  margin-right: 15px;
}
.news_detail .news_detail_content .description {
  line-height: 22px;
  margin-bottom: 20px;
  text-align: justify;
  color: #333333;
}
.news_detail .news_detail_content .description p {
  padding: 5px 0px;
}
.news_detail .news_detail_content .description img {
  max-width: 100% !important;
  height: auto !important;
}
.news_detail .news_detail_content .description ul {
  margin-left: 20px;
  list-style-type: disc;
}
.news_detail .news_detail_content .description ol {
  margin-left: 20px;
  list-style-type: decimal;
}
.news_detail .news_detail_content .description h2 {
  list-style: 28px;
}
.news_detail .news_detail_content .description span,
.news_detail .news_detail_content .description p,
.news_detail .news_detail_content .description strong {
  color: #333333;
  font-size: 15px;
}
.news_detail .news_detail_content .description h1,
.news_detail .news_detail_content .description h2,
.news_detail .news_detail_content .description h3,
.news_detail .news_detail_content .description h4,
.news_detail .news_detail_content .description h5,
.news_detail .news_detail_content .description h6 {
  font-size: 20px;
}
.news_detail .news_detail_content .description h1 span,
.news_detail .news_detail_content .description h2 span,
.news_detail .news_detail_content .description h3 span,
.news_detail .news_detail_content .description h4 span,
.news_detail .news_detail_content .description h5 span,
.news_detail .news_detail_content .description h6 span {
  font-size: 20px;
}
.news_detail .news_detail_content .description h1 strong,
.news_detail .news_detail_content .description h2 strong,
.news_detail .news_detail_content .description h3 strong,
.news_detail .news_detail_content .description h4 strong,
.news_detail .news_detail_content .description h5 strong,
.news_detail .news_detail_content .description h6 strong {
  font-size: 20px;
}

.box-product_related {
  align-items: flex-start;
  background: linear-gradient(135deg, #671281 0%, #8a2f99 50%, #ac4be5 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  position: relative;
  box-shadow: 0 2px 12px rgba(103, 18, 129, 0.15);
  margin: 20px 0;
}
.box-product_related .head {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
}
.box-product_related .head .title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 26px;
}
.box-product_related .head a {
  align-items: center;
  color: #fff !important;
  display: flex;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  gap: 6px;
  letter-spacing: 0.1px;
  line-height: 20px;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.box-product_related .head a:hover {
  opacity: 1;
}
.box-product_related .product_related .list-product-related {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-right: -8px;
  max-height: 578px;
  overflow-y: auto;
  padding-right: 8px;
}
.box-product_related .product_related .list-product-related::-webkit-scrollbar {
  width: 6px;
}
.box-product_related .product_related .list-product-related::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.box-product_related .product_related .list-product-related::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.box-product_related .product_related .list-product-related::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.6);
}
.box-product_related .product_related .list-product-related::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.8);
}
.box-product_related .product_related .list-product-related .item {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 8px;
  display: flex;
  gap: 14px;
  padding: 16px;
  width: 100%;
  transition: all 0.2s ease;
}
.box-product_related .product_related .list-product-related .item:hover {
  border-color: #d0d7de;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.box-product_related .product_related .list-product-related .item .item-image {
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #e8eaed;
  border-radius: 6px;
  display: flex;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  padding: 8px;
}
.box-product_related .product_related .list-product-related .item .item-image img {
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 64px;
}
.box-product_related .product_related .list-product-related .item .item-job__wrapper-content {
  flex-grow: 1;
  min-width: 0;
}
.box-product_related .product_related .list-product-related .item .item-job__content {
  display: flex;
  flex-grow: 1;
  gap: 16px;
  align-items: flex-start;
}
.box-product_related .product_related .list-product-related .item .item-job__content .item-job__content--left {
  flex-grow: 1;
  min-width: 0;
}
.box-product_related .product_related .list-product-related .item .item-job__content .item-job__content--left .item-job__content--title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #263a4d;
  display: -webkit-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.175px;
  line-height: 22px;
  margin-bottom: 4px;
  overflow: hidden;
}
.box-product_related .product_related .list-product-related .item .item-job__content .item-job__content--left .item-job__content--company-name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666;
  display: -webkit-box;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.12px;
  line-height: 16px;
  margin-bottom: 8px;
  overflow: hidden;
}
.box-product_related .product_related .list-product-related .item .item-job__content .item-job__content--salary {
  color: #ad11c2;
  flex-shrink: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.175px;
  line-height: 22px;
  white-space: nowrap;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.box-product_related .product_related .list-product-related .item .item-job__footer {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.box-product_related .product_related .list-product-related .item .item-job__footer .item-job__footer--city {
  background: #f1f3f4;
  border-radius: 4px;
  color: #5f6368;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 16px;
  padding: 6px 10px;
}
.box-product_related .product_related .list-product-related .item .item-job__footer .item-job__footer--box-action a.save-job {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  border: 1px solid #e8eaed;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #5f6368;
  text-decoration: none;
  transition: all 0.2s ease;
}
.box-product_related .product_related .list-product-related .item .item-job__footer .item-job__footer--box-action a.save-job i.fa-heart-o {
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
}
.box-product_related .product_related .list-product-related .item .item-job__footer .item-job__footer--box-action a.save-job i.fa-heart {
  display: none;
  margin-right: 4px;
  color: #ea4335;
  font-size: 12px;
}
.box-product_related .product_related .list-product-related .item .item-job__footer .item-job__footer--box-action a.save-job:hover {
  background-color: #f1f3f4;
  border-color: #dadce0;
}
.box-product_related .product_related .list-product-related .item .item-job__footer .item-job__footer--box-action a.save-job.active {
  background-color: #fce8e6;
  border-color: #fce8e6;
  color: #ea4335;
}
.box-product_related .product_related .list-product-related .item .item-job__footer .item-job__footer--box-action a.save-job.active i.fa-heart-o {
  display: none;
}
.box-product_related .product_related .list-product-related .item .item-job__footer .item-job__footer--box-action a.save-job.active i.fa-heart {
  display: inline-block;
}

.c-box_tags {
  margin-bottom: 20px;
}
.c-box_tags .tags_title {
  margin: 4px 10px 0;
}
.c-box_tags .item-tag {
  font-size: 14px;
  background: #ffffff;
  margin: 0px 3px 3px;
  padding: 6px 15px;
  font-weight: normal;
  border-radius: 4px;
}

.c-box_related .c-item {
  padding: 0 10px;
}
.c-box_related .c-item .c-name {
  color: #ffffff;
  height: 50px;
  line-height: 20px;
  padding: 5px 10px 5px 20px;
  background: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  bottom: 4px;
}
.c-box_related .c-item .c-name:hover {
  background: #777777;
}

/* Hot news section styling */
.c-box_hot .c-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.list_news_hot .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.list_news_hot .item .item-image {
  flex: 0 0 80px;
  margin-right: 15px;
}
.list_news_hot .item .item-image a {
  display: block;
}
.list_news_hot .item .item-image a img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.list_news_hot .item .title {
  flex: 1;
}
.list_news_hot .item .title a {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.list_news_hot .item .title a:hover {
  color: #6b46c1;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .c-box_hot .c-title {
    font-size: 16px;
    padding: 12px 15px;
  }
  .list_news_hot .item .item-image {
    flex: 0 0 70px;
  }
  .list_news_hot .item .title a {
    font-size: 13px;
  }
}
.news-navigation-share {
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px 0;
}

.back-link {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.back-link i {
  margin-right: 5px;
  font-size: 18px;
}

.share-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.share-text {
  margin-right: 10px;
  font-size: 14px;
}

.btn-facebook {
  background-color: #3b5998;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 5px;
  text-decoration: none;
}

.btn-twitter {
  background-color: #1DA1F2;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .share-text {
    display: none;
  }
  .btn-facebook,
  .btn-twitter {
    padding: 3px 8px;
    font-size: 12px;
  }
}
.related-articles a {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
  position: relative;
}
.related-articles a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #9E58C5;
  bottom: -5px;
  left: 0;
}

.card {
  --bs-card-bg: transparent;
}
.card .card-body {
  text-align: center;
  padding: 16px 25px;
}
.card .card-body h3 {
  margin: 0;
  padding: 0;
}
.card .card-body h3 a {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
}
.card .card-body .created-time span {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 0;
}
.card .card-body .summary {
  font-size: 15px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
}
.card .card-body .see-all {
  color: #333333;
  font-size: 15px;
}
.card:hover {
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #FFFFFF;
}
.card:hover h3 a {
  color: purple;
}
.card:hover .see-all {
  color: #9E58C5;
}

@media (max-width: 767px) {
  .main-column-content {
    margin-top: 20px;
  }
  .c-box_related .c-item {
    margin-bottom: 15px;
  }
  .c-box_related .c-item:last-child {
    margin-bottom: 0;
  }
  .c-box_related .c-item .img_news {
    display: block;
    background: #ffffff;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .news_detail_content {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .news_detail_content .news-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .news_detail_content .datetime-hits {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .news_detail_content .datetime-hits .c-time {
    margin-right: 10px;
  }
  .news_detail_content .description {
    line-height: 20px;
    margin-bottom: 15px;
  }
  .news_detail_content .description p {
    padding: 3px 0px;
  }
  .news_detail_content .description ul,
  .news_detail_content .description ol {
    margin-left: 15px;
  }
  .news_detail_content .description span,
  .news_detail_content .description p,
  .news_detail_content .description strong {
    font-size: 14px;
  }
  .news_detail_content .description h1,
  .news_detail_content .description h2,
  .news_detail_content .description h3,
  .news_detail_content .description h4,
  .news_detail_content .description h5,
  .news_detail_content .description h6 {
    font-size: 18px;
  }
  .news_detail_content .description h1 span,
  .news_detail_content .description h2 span,
  .news_detail_content .description h3 span,
  .news_detail_content .description h4 span,
  .news_detail_content .description h5 span,
  .news_detail_content .description h6 span {
    font-size: 18px;
  }
  .news_detail_content .description h1 strong,
  .news_detail_content .description h2 strong,
  .news_detail_content .description h3 strong,
  .news_detail_content .description h4 strong,
  .news_detail_content .description h5 strong,
  .news_detail_content .description h6 strong {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .news_detail_content {
    padding: 12px;
  }
  .news_detail_content .news-title {
    font-size: 18px;
    line-height: 24px;
  }
  .news_detail_content .description span,
  .news_detail_content .description p,
  .news_detail_content .description strong {
    font-size: 13px;
  }
  .news_detail_content .description h1,
  .news_detail_content .description h2,
  .news_detail_content .description h3,
  .news_detail_content .description h4,
  .news_detail_content .description h5,
  .news_detail_content .description h6 {
    font-size: 16px;
  }
  .news_detail_content .description h1 span,
  .news_detail_content .description h2 span,
  .news_detail_content .description h3 span,
  .news_detail_content .description h4 span,
  .news_detail_content .description h5 span,
  .news_detail_content .description h6 span {
    font-size: 16px;
  }
  .news_detail_content .description h1 strong,
  .news_detail_content .description h2 strong,
  .news_detail_content .description h3 strong,
  .news_detail_content .description h4 strong,
  .news_detail_content .description h5 strong,
  .news_detail_content .description h6 strong {
    font-size: 16px;
  }
}
.outer-toc {
  margin-bottom: 20px;
}
.outer-toc .toc-content {
  border: 1px solid #e5e5e5;
  background: #fff;
}
.outer-toc .toc-content .title-toc-list {
  border-bottom: 1px solid #e5e5e5;
  background: #f8f9fa;
}
.outer-toc .toc-content .title-toc-list .title-toc {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.outer-toc .toc-content .title-toc-list .button-select {
  cursor: pointer;
  color: #666;
}
.outer-toc .toc-content .title-toc-list .button-select .fa-chevron-up {
  display: none;
}
.outer-toc .toc-content .title-toc-list .button-select:hover {
  color: #333;
}
.outer-toc .toc-content .list-toc #toc {
  margin: 0;
  padding-left: 20px;
}
.outer-toc .toc-content .list-toc #toc li {
  margin: 5px 0;
  line-height: 1.4;
}
.outer-toc .toc-content .list-toc #toc li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.outer-toc .toc-content .list-toc #toc li a:hover {
  color: #007bff;
}
.outer-toc .toc-content .list-toc #toc li ol {
  margin-top: 5px;
  padding-left: 20px;
}
.outer-toc .toc-content .list-toc #toc li ol li a {
  font-size: 13px;
}
.outer-toc .toc-content.collapsed .list-toc {
  display: none;
}
.outer-toc .toc-content.collapsed .title-toc-list .button-select .fa-chevron-down {
  display: none;
}
.outer-toc .toc-content.collapsed .title-toc-list .button-select .fa-chevron-up {
  display: inline;
}

@media (max-width: 767px) {
  .outer-toc {
    margin-bottom: 15px;
  }
  .outer-toc .toc-content .title-toc-list {
    padding: 12px 15px;
  }
  .outer-toc .toc-content .title-toc-list .title-toc {
    font-size: 15px;
  }
  .outer-toc .toc-content .list-toc {
    padding: 15px;
  }
  .outer-toc .toc-content .list-toc #toc li a {
    font-size: 13px;
  }
}/*# sourceMappingURL=detail.css.map */