.pageMedia .banner_primary {
  position: relative;
  z-index: 10;
}
.pageMedia .mediaLegend {
  padding: 92px 0;
  position: relative;
}
.pageMedia .mediaLegend .container_frame {
  position: relative;
  z-index: 2;
}
.pageMedia .mediaLegend .--content {
  width: 83%;
  margin: 0 auto;
}
.pageMedia .mediaLegend .--top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px;
  margin-bottom: 52px;
}
.pageMedia .mediaLegend .--top .desc {
  line-height: 1.5;
}
.pageMedia .mediaLegend .--video {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1053/593;
  display: block;
}
.pageMedia .mediaLegend .--video .btn_play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.pageMedia .mediaLegend .--video .btn_play_video:hover {
  transform: translate(-50%, -50%) scale(0.95);
  transition: all 0.5s ease;
}
.pageMedia .mediaLegend .--video .img_thumbnail {
  border-radius: 16px;
}
.pageMedia .mediaLegend .img_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72%;
  height: auto;
}
.pageMedia .mediaVideo {
  padding: 80px 0;
  position: relative;
}
.pageMedia .mediaVideo .container_frame {
  position: relative;
  z-index: 2;
}
.pageMedia .mediaVideo .segTitle {
  margin-bottom: 52px;
}
.pageMedia .mediaVideo .--top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgb(217, 217, 217);
}
.pageMedia .mediaVideo .--top .avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}
.pageMedia .mediaVideo .--top .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pageMedia .mediaVideo .--top .txt .name_account {
  font-size: 36px;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 4px;
}
.pageMedia .mediaVideo .--top .txt .info_account {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-bottom: 4px;
}
.pageMedia .mediaVideo .--top .txt .info_account .item_info {
  position: relative;
}
.pageMedia .mediaVideo .--top .txt .info_account .item_info::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--color-2);
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.pageMedia .mediaVideo .--top .txt .info_account .item_info:last-child::after {
  display: none;
}
.pageMedia .mediaVideo .--top .txt .desc_accout {
  margin-bottom: 12px;
}
.pageMedia .mediaVideo .list_video .item_video {
  margin-bottom: 52px;
  padding: 0 12px;
}
.pageMedia .mediaVideo .list_video .item_video .--img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 406/228;
  margin-bottom: 8px;
  position: relative;
}
.pageMedia .mediaVideo .list_video .item_video .--img .time_video {
  position: absolute;
  bottom: 18px;
  right: 17px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
  padding: 2px 6px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  line-height: 16px;
}
.pageMedia .mediaVideo .list_video .item_video .title_video {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pageMedia .mediaVideo .list_video .item_video .title_video:hover {
  color: var(--color-primary);
}
.pageMedia .mediaVideo .list_video .item_video .info_video {
  display: flex;
  align-items: center;
  gap: 27px;
}
.pageMedia .mediaVideo .list_video .item_video .info_video .item_info {
  font-size: 14px;
  position: relative;
}
.pageMedia .mediaVideo .list_video .item_video .info_video .item_info::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--color-2);
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.pageMedia .mediaVideo .list_video .item_video .info_video .item_info:last-child::after {
  display: none;
}
.pageMedia .mediaVideo .list_video .slick-dots {
  display: flex;
  gap: 6px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  bottom: 132px;
  justify-content: center;
}
.pageMedia .mediaVideo .list_video .slick-dots button {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.pageMedia .mediaVideo .list_video .slick-dots li {
  width: 8px;
  height: 8px;
  background: rgb(216, 216, 216);
  border-radius: 50%;
  transition: var(--transition-all);
}
.pageMedia .mediaVideo .list_video .slick-dots li.slick-active {
  background: var(--color-primary);
  width: 28px;
  border-radius: 30px;
}
.pageMedia .mediaVideo .img_latern_1 {
  position: absolute;
  top: 27%;
  right: 4%;
  transform: rotate(-27deg);
  width: 15%;
  height: auto;
  filter: blur(8px);
  z-index: 1;
}
.pageMedia .mediaVideo .img_latern_2 {
  position: absolute;
  top: 0;
  right: 4%;
  transform: rotate(-27deg);
  width: 12%;
  height: auto;
  z-index: 1;
}
.pageMedia .mediaVideo .img_latern_3 {
  position: absolute;
  top: 10%;
  right: 18%;
  transform: rotate(-7deg);
  width: 10%;
  height: auto;
  z-index: 1;
}
.pageMedia .mediaReportage {
  padding: 80px 0;
}
.pageMedia .mediaReportage .segTitle {
  margin: 0 auto 52px;
  text-align: center;
}
.pageMedia .mediaReportage .list_reportage {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.pageMedia .mediaReportage .list_reportage .item_reportage {
  position: relative;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 622/824;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(1) .--bottom .name {
  font-size: 32px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(2) {
  grid-column: 3/span 1;
  grid-row: 1/span 1;
  aspect-ratio: 299/400;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(2) .--bottom {
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  right: 20px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(2) .--bottom .name {
  font-size: 16px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(2) .--bottom .btn_detail {
  width: 40px;
  height: 40px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(3) {
  grid-column: 4/span 1;
  grid-row: 1/span 1;
  aspect-ratio: 299/400;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(3) .--bottom {
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  right: 20px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(3) .--bottom .name {
  font-size: 16px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(3) .--bottom .btn_detail {
  width: 40px;
  height: 40px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(4) {
  grid-column: 3/span 1;
  grid-row: 2/span 1;
  aspect-ratio: 299/400;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(4) .--bottom {
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  right: 20px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(4) .--bottom .name {
  font-size: 16px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(4) .--bottom .btn_detail {
  width: 40px;
  height: 40px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(5) {
  grid-column: 4/span 1;
  grid-row: 2/span 1;
  aspect-ratio: 299/400;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(5) .--bottom {
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  right: 20px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(5) .--bottom .name {
  font-size: 16px;
}
.pageMedia .mediaReportage .list_reportage .item_reportage:nth-child(5) .--bottom .btn_detail {
  width: 40px;
  height: 40px;
}
.pageMedia .mediaReportage .item_reportage {
  position: relative;
}
.pageMedia .mediaReportage .item_reportage .--img {
  position: relative;
  height: 100%;
  width: 100%;
}
.pageMedia .mediaReportage .item_reportage .--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.pageMedia .mediaReportage .item_reportage .--bottom {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: calc(100% - 79px);
  right: 47px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.pageMedia .mediaReportage .item_reportage .--bottom .name {
  color: var(--color-white);
  font-family: var(--font-Megante);
  line-height: 1.44;
}
.pageMedia .mediaReportage .item_reportage .--bottom .btn_detail {
  color: var(--color-white);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0.72px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.pageMedia .mediaReportage .item_reportage .--bottom .btn_detail::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--color-primary);
  opacity: 0;
  width: 100%;
  transform: translate(-50%, -50%) scale(0);
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.pageMedia .mediaReportage .item_reportage .--bottom .btn_detail:hover {
  color: var(--color-white);
}
.pageMedia .mediaReportage .item_reportage .--bottom .btn_detail:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.pageMedia .mediaPodcast {
  padding: 80px 0;
}
.pageMedia .mediaPodcast .segTitle {
  margin-bottom: 52px;
}
.pageMedia .mediaPodcast .list_podcast {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.pageMedia .mediaPodcast .item_podcast .--img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 299/228;
  margin-bottom: 8px;
}
.pageMedia .mediaPodcast .item_podcast .name_podcast {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--color-black);
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pageMedia .mediaPodcast .item_podcast .--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.pageMedia .mediaPodcast .item_podcast .--bottom .list_info {
  display: flex;
  align-items: center;
  gap: 27px;
}
.pageMedia .mediaPodcast .item_podcast .--bottom .list_info .item_info {
  font-size: 14px;
  position: relative;
}
.pageMedia .mediaPodcast .item_podcast .--bottom .list_info .item_info::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--color-2);
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.pageMedia .mediaPodcast .item_podcast .--bottom .list_info .item_info:last-child::after {
  display: none;
}
.pageMedia .mediaPodcast .item_podcast .--bottom .btn_detail {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageMedia .mediaPodcast .item_podcast .--bottom .btn_detail i {
  font-size: 16px;
  color: rgb(87, 87, 87);
}
@media (max-width: 1050px) and (min-width: 767px) {
  .pageMedia .mediaLegend {
    padding: 60px 0;
  }
  .pageMedia .mediaLegend .--content {
    width: 100%;
  }
  .pageMedia .mediaVideo {
    padding: 60px 0;
  }
  .pageMedia .mediaVideo .--top {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .pageMedia .mediaVideo .--top .avatar {
    width: 120px;
    height: 120px;
  }
  .pageMedia .mediaVideo .--top .txt .name_account {
    font-size: 24px;
  }
  .pageMedia .mediaReportage {
    padding: 60px 0;
  }
  .pageMedia .mediaReportage .list_reportage {
    display: unset;
  }
  .pageMedia .mediaReportage .list_reportage .item_reportage {
    width: 40vw;
    padding: 0 12px;
    aspect-ratio: unset !important;
    height: 400px !important;
  }
  .pageMedia .mediaReportage .list_reportage .slick-dots {
    display: flex;
    gap: 6px;
    list-style: none;
    padding-left: 0;
    margin: 24px auto 0;
    bottom: 132px;
    justify-content: center;
  }
  .pageMedia .mediaReportage .list_reportage .slick-dots button {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .pageMedia .mediaReportage .list_reportage .slick-dots li {
    width: 8px;
    height: 8px;
    background: rgb(216, 216, 216);
    border-radius: 50%;
    transition: var(--transition-all);
  }
  .pageMedia .mediaReportage .list_reportage .slick-dots li.slick-active {
    background: var(--color-primary);
    width: 28px;
    border-radius: 30px;
  }
  .pageMedia .mediaPodcast {
    padding: 60px 0;
  }
  .pageMedia .mediaPodcast .list_podcast {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .pageMedia .img_latern_1, .pageMedia .img_latern_2, .pageMedia .img_latern_3 {
    display: none;
  }
  .pageMedia .mediaLegend {
    padding: 40px 0;
  }
  .pageMedia .mediaLegend .--content {
    width: 100%;
  }
  .pageMedia .mediaLegend .--content .--top {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }
  .pageMedia .mediaLegend .--content .--top .segTitle {
    text-align: center;
    width: 100%;
  }
  .pageMedia .mediaLegend .--content .--top .desc {
    text-align: justify;
  }
  .pageMedia .mediaLegend .--video .btn_play_video {
    width: 48px;
    height: 48px;
  }
  .pageMedia .mediaVideo {
    padding: 40px 0;
  }
  .pageMedia .mediaVideo .segTitle {
    margin-bottom: 24px;
    text-align: center;
  }
  .pageMedia .mediaVideo .--top {
    flex-flow: column;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .pageMedia .mediaVideo .--top .avatar {
    width: 80px;
    height: 80px;
  }
  .pageMedia .mediaVideo .--top .txt .name_account {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .pageMedia .mediaVideo .--top .txt .info_account {
    gap: 12px;
    margin-bottom: 12px;
    flex-flow: column;
    align-items: flex-start;
  }
  .pageMedia .mediaVideo .--top .txt .info_account .item_info::after {
    display: none;
  }
  .pageMedia .mediaVideo .--top .btn_trans {
    margin: 0 auto;
  }
  .pageMedia .mediaVideo .list_video .item_video {
    margin-bottom: 24px;
  }
  .pageMedia .mediaReportage {
    padding: 40px 0;
  }
  .pageMedia .mediaReportage .segTitle {
    margin-bottom: 24px;
  }
  .pageMedia .mediaReportage .list_reportage {
    display: unset;
  }
  .pageMedia .mediaReportage .list_reportage .item_reportage {
    width: 80vw;
    padding: 0 12px;
    aspect-ratio: unset !important;
    height: 400px !important;
  }
  .pageMedia .mediaReportage .list_reportage .slick-dots {
    display: flex;
    gap: 6px;
    list-style: none;
    padding-left: 0;
    margin: 24px auto 0;
    bottom: 132px;
    justify-content: center;
  }
  .pageMedia .mediaReportage .list_reportage .slick-dots button {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .pageMedia .mediaReportage .list_reportage .slick-dots li {
    width: 8px;
    height: 8px;
    background: rgb(216, 216, 216);
    border-radius: 50%;
    transition: var(--transition-all);
  }
  .pageMedia .mediaReportage .list_reportage .slick-dots li.slick-active {
    background: var(--color-primary);
    width: 28px;
    border-radius: 30px;
  }
  .pageMedia .mediaPodcast {
    padding: 40px 0;
  }
  .pageMedia .mediaPodcast .segTitle {
    margin-bottom: 24px;
    text-align: center;
  }
  .pageMedia .mediaPodcast .list_podcast {
    grid-template-columns: repeat(2, 1fr);
  }
  .pageMedia .mediaPodcast .list_podcast .item_podcast .name_podcast {
    font-size: 16px;
  }
  .pageMedia .mediaPodcast .list_podcast .item_podcast .--bottom .btn_detail {
    width: 36px;
    height: 36px;
  }
  .pageMedia .mediaPodcast .list_podcast .item_podcast .--bottom .btn_detail i {
    font-size: 14px;
  }
}/*# sourceMappingURL=media.css.map */