.all_content_news_details {
  padding-top: 1.875rem;
}
.all_content_news_details .new-detail-right {
  position: sticky;
  top: 0;
  height: 100%;
  max-width: 300px;
  width: 100%;
  flex-shrink: 0;
}
.all_content_news_details .new-detail-left {
  flex: 1;
}
.all_content_news_details .control_wide_post_content .row1_heading_post {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .poster {
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .created_time {
  color: rgb(102, 102, 102);
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .created_time::before {
  display: block;
  content: "";
  background-color: rgb(191, 191, 191);
  border-radius: 100px;
  width: 6px;
  height: 6px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .created_time::after {
  display: block;
  content: "";
  background-color: rgb(191, 191, 191);
  border-radius: 100px;
  width: 6px;
  height: 6px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .socials_share {
  display: flex;
  align-items: center;
  gap: 16px;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .socials_share p {
  margin-bottom: 0;
}
.all_content_news_details .control_wide_post_content .row1_heading_post .socials_share .list_icon_socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.all_content_news_details .control_wide_post_content .title_post {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 59.52px;
  margin: 1.5rem 0;
  color: #333333;
}
.all_content_news_details .control_wide_post_content .summary_post {
  font-size: 16px;
  font-weight: 700;
  line-height: 26.88px;
  text-align: left;
  color: #3e3e3f;
}
.all_content_news_details .control_wide_post_content .main_content_post {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.all_content_news_details .control_wide_post_content .main_content_post .main_img_post {
  width: 130%;
  margin: 0;
}
.all_content_news_details .control_wide_post_content .main_content_post p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26.88px;
  text-align: left;
}
.all_content_news_details .control_wide_post_content .main_content_post img {
  width: 100%;
  height: auto;
}
.all_content_news_details .footer_post {
  width: 100%;
  border-top: 1px rgb(222, 222, 222) solid;
  border-bottom: 1px rgb(222, 222, 222) solid;
  padding: 32px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all_content_news_details .footer_post .back_to_news_page {
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
  text-align: left;
  color: rgb(102, 102, 102);
  display: flex;
  align-items: center;
  gap: 5px;
}
.all_content_news_details .footer_post .back_to_news_page img {
  padding: 0.3rem;
  border: 1px solid;
  border-radius: 50%;
}
.all_content_news_details .footer_post .back_to_news_page p {
  margin: 0;
  color: #5f5f62;
}
.all_content_news_details .footer_post .share_post {
  display: flex;
  align-items: center;
  gap: 16px;
}
.all_content_news_details .footer_post .share_post p {
  margin-bottom: 0;
}
.all_content_news_details .footer_post .share_post .list_icon_socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.img_news_wrapper {
  width: 100%;
  height: 195px;
}
.img_news_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.other_video_thumb {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.other_video_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.other_video_thumb .play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_video_thumb .play_icon img {
  width: 1.125rem !important;
  height: 24px !important;
}

.other_videos_section .other_videos_title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #764d2a;
  margin-bottom: 24px;
  position: relative;
}
.other_videos_section .other_videos_title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #bfa76a;
  margin: 12px auto 0 auto;
  border-radius: 2px;
}
.other_videos_section .other_videos_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .other_videos_section .other_videos_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .other_videos_section .other_videos_grid {
    grid-template-columns: 1fr;
  }
}
.other_videos_section .video_layout {
  height: 100%;
}
.other_videos_section .other_video_card {
  background: #faf7ef;
  border-radius: 20px;
  padding: 1.125rem 1.125rem 12px 1.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s;
  transition: all 0.3s ease;
  height: inherit;
}
.other_videos_section .other_video_card:hover {
  box-shadow: 0 4px 24px 0 rgba(191, 167, 106, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.other_videos_section .other_video_card .other_video_thumb {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.other_videos_section .other_video_card .other_video_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.other_videos_section .other_video_card .other_video_thumb .play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_videos_section .other_video_card .other_video_thumb .play_icon img {
  width: 1.125rem;
  height: 24px;
}
.other_videos_section .other_video_card .other_video_info {
  width: 100%;
}
.other_videos_section .other_video_card .other_video_info .other_video_name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.3;
  min-height: 3rem;
}
.other_videos_section .other_video_card .other_video_info .other_video_meta {
  font-size: 1rem;
  color: #bfa76a;
  display: flex;
  align-items: center;
  gap: 8px;
}
.other_videos_section .other_video_card .other_video_info .other_video_meta span {
  font-weight: 400;
}
.other_videos_section .pagination_custom {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.other_videos_section .pagination_custom .pagination {
  gap: 8px;
}
.other_videos_section .pagination_custom .pagination .page-item .page-link {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bfa76a;
  font-weight: 600;
  border: none;
  background: #fff;
  transition: background 0.2s, color 0.2s;
}
.other_videos_section .pagination_custom .pagination .page-item.active .page-link,
.other_videos_section .pagination_custom .pagination .page-item .page-link:hover {
  background: #bfa76a;
  color: #fff;
}

.all_content_new_video {
  display: flex;
  background: #fff;
  border-radius: 20px;
  align-items: stretch;
  margin-bottom: 32px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.04);
}
.all_content_new_video .video_left {
  flex: 3.5;
  min-width: 0;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0px 0px 20px;
}
.all_content_new_video .video_left video,
.all_content_new_video .video_left img {
  width: 100%;
  max-height: 674px;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}
.all_content_new_video .video_right {
  flex: 1;
  background: #faf7ef;
  border-radius: 0 20px 20px 0;
  padding: 40px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  max-width: 480px;
}
.all_content_new_video .video_right .video_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.2;
}
.all_content_new_video .video_right .video_meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  color: #bfa76a;
  margin-bottom: 12px;
}
.all_content_new_video .video_right .video_meta .video_type {
  font-weight: 600;
}
.all_content_new_video .video_right .video_meta .video_time {
  color: #666;
  font-weight: 400;
}
.all_content_new_video .video_right .video_desc {
  font-size: 1.125rem;
  color: #3e3e3f;
  margin-bottom: 22px;
  line-height: 1.6;
}
.all_content_new_video .video_right .video_share {
  display: flex;
  align-items: center;
  gap: 14px;
}
.all_content_new_video .video_right .video_share .share_label {
  color: #666;
  font-size: 1.05rem;
  font-weight: 500;
}
.all_content_new_video .video_right .video_share .icon_social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  transition: box-shadow 0.2s;
}
.all_content_new_video .video_right .video_share .icon_social img {
  width: 20px;
  height: 20px;
}
.all_content_new_video .video_right .video_share .icon_social:hover {
  box-shadow: 0 2px 8px 0 rgba(191, 167, 106, 0.12);
  border-color: #bfa76a;
}

@media screen and (max-width: 1100px) {
  .all_content_new_video {
    gap: 20px;
    padding: 24px 10px;
  }
  .all_content_new_video .video_right {
    padding: 24px 12px 1.125rem 12px;
    border-radius: 0 0 20px 20px;
    min-width: 0;
    max-width: 100%;
  }
  .all_content_new_video .video_left {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .all_content_new_video {
    flex-direction: column;
    gap: 16px;
    padding: 16px 4px;
  }
  .all_content_new_video .video_left {
    margin-bottom: 12px;
  }
  .all_content_new_video .video_right {
    padding: 1.125rem 8px 12px 8px;
  }
}
@media screen and (max-width: 768px) {
  .news_cate_layout1,
  .news_cate_layout2,
  .news_cate_layout3 {
    margin-bottom: 0rem !important;
  }
  .all_content_news_details .control_wide_post_content {
    width: 100%;
  }
  .all_content_news_details .control_wide_post_content .row1_heading_post {
    display: grid;
    padding-top: 24px;
    grid-template-columns: 1fr;
  }
  .all_content_news_details .control_wide_post_content .row1_heading_post .created_time {
    grid-column: 1/3;
  }
  .all_content_news_details .control_wide_post_content .row1_heading_post .created_time::before {
    display: none;
  }
  .all_content_news_details .control_wide_post_content .row1_heading_post .created_time::after {
    display: none;
  }
  .all_content_news_details .control_wide_post_content .row1_heading_post .socials_share {
    display: none;
  }
  .all_content_news_details .control_wide_post_content .title_post {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
  }
  .footer_post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .group_news_card {
    grid-template-columns: 1fr !important;
  }
  .main_content_post img {
    height: auto;
  }
  .image_resized {
    max-width: 100%;
  }
  .news_cate_layout2 .group_news_card.group_news_card-detail .news_item {
    padding: 0rem !important;
    gap: 0.5rem !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .news_cate_layout2 .group_news_card.group_news_card-detail .news_item .img_news_wrapper {
    flex: 1;
    width: 100%;
    border-radius: 1rem;
    min-width: 150px;
  }
  .news_cate_layout2 .group_news_card.group_news_card-detail .news_item .news_desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .news_cate_layout2 .group_news_card.group_news_card-detail .news_item .news_desc .release_date_row.my-3 {
    margin: 0 !important;
  }
  .news_cate_layout2 .group_news_card.group_news_card-detail .news_item .news_desc .release_date_row.my-3 .release_category_name {
    white-space: nowrap;
  }
  .news_cate_layout2 .group_news_card.group_news_card-detail .news_item .news_desc .release_date {
    font-size: 1rem;
  }
  .all_content_news_details .new-detail-right {
    max-width: 100%;
  }
}
