.block-page {
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 1276px;
}


.action-back {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-left: 20px;
  color: var(--primary-color);
  margin-top: 30px !important;
}

.action-back:hover {
  cursor: pointer;
}

.block-page .right {
  display: none;
}

.block-page .page-news .news-popular {
  background-color: rgba(244, 244, 244, 1);
  padding: 12px;
}

.block-page .page-news .news-popular img {
  max-height: 219px;
  object-fit: cover;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 20px;
}

.block-page .page-news .news-popular .title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}

.block-page .page-news .news-popular .content {
  color: rgba(78, 92, 113, 1);
  overflow: hidden;
  word-wrap: break-word;

}

.block-page .page-news .news-popular .content .title {
  font-size: 16px;
  color: rgba(16, 32, 49, 1);
  font-weight: 500;
}

.block-page .page-news .news-popular .content .desc {
  margin-top: 12px;
  font-size: 14px;
  color: rgba(78, 92, 113, 1);
}

.block-page .page-news .news-popular .content .date {
  margin: 12px 0;
  font-size: 12px;
  color: rgba(78, 92, 113, 1);
}

.block-page .page-news .page-list-news {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.block-page .page-news .page-list-news h3 {
  margin-bottom: 20px;
}

.block-page .page-news .page-list-news .items {
  display: flex;
  gap: 20px;
  flex-direction: column;
  border-bottom: 1px solid rgba(216, 216, 217, 1);
  padding: 20px 0;
}

.block-page .page-news .btn {
  width: 100%;
}

.block-page .page-news .page-list-news .content {}

.block-page .page-news .page-list-news .content .title {}

.block-page .page-news .page-list-news .content .date {}

.as-mobile {
  display: block;
}

.as-desktop {
  display: none;
}

.block-page .page-news .btn button {
  display: flex;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  border: none;
  gap: 8px;
  color: var(--primary-color);
  justify-content: center;
  width: 100%;
}

.block-page .input-comment {
  margin-top: 20px;
  position: relative;
}

.block-page .input-comment textarea {
  background: rgba(244, 244, 244, 1);
  border-radius: 8px;
}

.block-page .comments .header {
  display: flex;
  justify-content: space-between;
}

.block-page .comments .header h2 {
  color: var(--primary-color);
  font-size: 20px;
}

.block-page .comments .header .icon-share {
  width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-page .comments .header .icon-share span {
  display: block;
  width: 100%;
}

.block-page .comments .header .icon-share .action-icon {
  display: flex;
  gap: 12px;
}

.block-page .tag {
  margin-top: 24px;

  display: flex;
}

.block-page .tag .title {
  font-size: 20px;
  color: var(--primary-color);
  margin-right: 12px;
}

.block-page .tag .tag-block {
  background: var(--white-color);
  font-size: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid var(--placeholder-content, rgba(216, 216, 217, 1));
}

.block-page .input-comment button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 16px;
}

.list-related {
  padding: 0 20px;
}

.list-related .items a:hover>a .content h2 {
  color: var(--primary-color);
  cursor: pointer;
}

.block-page .left .info {
  margin: 18px 0;
  display: flex;
  gap: 24px;
  align-items: center;
}

.block-page .left .info .category {
  display: none;
  color: rgba(16, 32, 49, 1);
  font-weight: 500;
}

.block-page .left .info .time {
  color: rgba(78, 92, 113, 1);
  font-size: 14px;
}

.block-page .left .info .category a {
  color: rgba(16, 32, 49, 1);
}

.block-page .left .info .category a:hover {
  color: var(--primary-color);
}

.block-page .left .content img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 4px;
  margin: 12px 0;
}

.block-page .left .content figure {
  max-width: 100%;
  width: 100%;
  margin: 12px 0;
}

.block-page .left .content figure img {
  width: 100%;
  height: auto;
  display: block;
}

.block-page .left .content figcaption {
  text-align: center;
  max-width: 100%;
  word-wrap: break-word;
  padding: 6px 0;
  font-size: 12px;
  color: rgba(78, 92, 113, 0.8);
}

.block-page .left .content {
  overflow: hidden;
  word-wrap: break-word;
}

.block-page .left .content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block-page .left .content img.alignleft {
  float: left;
  margin-right: 12px;
}

.block-page .left .content img.alignright {
  float: right;
  margin-left: 12px;
}

.block-page .content figcaption {
  font-size: 12px;
  color: rgba(78, 92, 113, 0.8);
  margin-top: 4px;
}

.block-page .left .content .featured-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 6px;
}

.list-related {
  display: flex;
  /* flex-direction: column; */
}

.list-related h2 {
  margin-top: 68px;
  text-align: center;
  margin-bottom: 32px;
}

.list-related .items a {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(216, 216, 217, 1);
  max-height: 313px;
  text-decoration: none;
  color: rgba(16, 32, 49, 1);
}

.list-related .items a .content h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  text-align: left;
  color: rgba(16, 32, 49, 1);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-related .items a .content h2:hover {
  color: var(--primary-color);
}

.list-related .items .content .date {
  color: rgba(78, 92, 113, 1);
  font-size: 12px;
  margin-top: 8px;
}

.list-related .items img {
  min-width: 144px;
  max-width: 144px;
  height: 96px;
  object-fit: cover;
}

.row {
  --bs-gutter-x: 0;
}

@media (min-width: 576px) {
  .block-page .page-news .page-list-news {
    flex-direction: row;
  }

  .block-page .page-news .page-list-news .items {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .block-page .page-news .page-list-news {
    flex-direction: row;
  }

  .block-page .page-news .page-list-news .items img {
    width: 100%;
    height: 193px;
    object-fit: cover;
  }

  .block-page .page-news .page-list-news .items {
    padding: 10px;
    border: none;
  }

  .block-page .page-news .news-popular {
    flex-direction: row-reverse;
    gap: 24px;
    display: flex;
  }

  .block-page .page-news .news-popular img {
    margin: 0;
  }

  .as-mobile {
    display: none;
  }

  .as-desktop {
    display: block;
  }
}

@media (min-width: 991px) {
  .block-page .left .info .category {
    display: block;
  }

  .action-back {
    padding: 0;
    padding-left: 20px;
    margin-top: 60px !important;
  }

  .block-page {
    flex-direction: row;
  }

  .shortcut-block {
    display: none;
  }

  .block-page .left {
    width: 70.3%;
    padding-right: 20px;
  }

  .block-page .right {
    width: 20.7%;
    display: block;
  }

  .block-page {
    display: flex;
    justify-content: center;
  }

  .list-related .items a img {
    width: 100%;
    height: 100%;
    min-height: 202px;
    max-height: 202px;
  }
}

@media (min-width: 1200px) {
  .block-page {
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .list-related {
    padding: 0;
  }

  .list-related .items {
    border-bottom: none !important;
  }

  .list-related,
  .action-back {
    max-width: 1166px;
    margin: 12px auto 20px auto;
  }

  .block-page {
    max-width: 1276px;
    margin: 12px auto 68px auto;
  }
}



@media (min-width: 575px) {
  .block-page img {
    width: 100%;
    height: auto;
  }

  .list-related .items a {
    padding: 10px;
    gap: 2px;
    flex-direction: column;
    max-height: 500px;
    border-bottom: none;
  }

  .list-related .items img {
    min-width: 100%;
    min-height: 200px;
    max-height: 200px;
    height: 100%;
  }
}

@media (min-width: 991px) {
  .list-related .items a .content h2 {
    margin-top: 12px;
  }
}