@charset "UTF-8";
.main-banner .img_top {
  /* background-image: url("/images/tintuc/tintuc1.png"); */
  width: 100%;
  /* height: 438px; */
  /* min-height: 438px; */
  height: 100%;
  background-size: cover;
  margin-bottom: 40px;
  position: relative;
  aspect-ratio: 1 / 0.35;
}
.section_content * {
    margin: 0;
    padding: 0;
}
.main-banner .img_top .news_title {
  margin: 0 86px;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 62px;
  border-left: 2px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 50px;
}

/* .main-banner img {
  max-width: 100%;
} */
.detail_content_right img {
    max-width: 150px;
}
.section_content {
  width: 100%;
  margin: auto;
  padding: 0 86px;
  font-size: 14px;
  /* font-family: "Helvetica Neue"; */
}

/* .section_content *:not(.paginate *) {
  margin: 0;
  padding: 0;
} */

.paginate-news {
  margin-top: 52px !important;
}

.section_content .news_content {
  margin-bottom: 52px;
}

.section_content .news_content .news_top {
  padding: 24px 0;
  display: -webkit-box;
display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  /* margin-bottom: 52px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_content .news_content .news_top button {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  padding: 15px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid var(--PRIMARY, #0560FD);
}

.section_content .news_content .news_top_title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.section_content .news_content .news_left {
  padding-right: 24px;
}

.section_content .news_content .news_left_cover {
  /* height: 560px;
  position: relative;
  background-size: cover; */
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover !important;
  aspect-ratio: 1 / 0.66666;
  background-position: center !important;
}

.section_content .news_content .news_right {
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section_content .news_content .news_right .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
}

.section_content .news_content .news_right .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.section_content .news_content .news_right .item_right {
  margin-left: 22px;
}

.section_content .news_content .news_right .item_right .tag {
  color: #A8A8A8;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 215.385% */
  text-transform: uppercase;
}

.section_content .news_content .news_right .item_right .des {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}

.section_content .news_content .time {
  position: absolute;
  left: 48px;
  background-image: url("/images/tintuc/rectangle8.png");
  background-size: cover;
}

.section_content .news_content .date {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 3px;
}

.section_content .news_content .news_left_content {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 32px;
}

.section_content .news_content .time {
  position: absolute;
  left: 48px;
  background-image: url("/images/tintuc/rectangle8.png");
  background-size: contain;
  width: 90px;
  height: 107px;
  text-align: center;
}

.section_content .news_content .news_left_content_category {
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  /* -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px); */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 16px;
}

.section_content .news_content .news_left_content_category:hover {
  background-color: #0560FD;
}

.other-news-cate .tag:hover {
  color: #0560FD !important;
}

.section_content .news_content .news_left_content_title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  font-family: Merriweather;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section_content .news_content .news_left_content_category p, .news_left_content_title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.section_content .news_content .content_local {
  margin-right: 28px;
}

.section_content .news_content .news_left_content_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_content .news_content .news_left_content_bottom i {
  margin-right: 8px;
}

.section_content .news_content i.fa-solid.fa-arrow-right {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.section_content .news_content .news_bottom {
  color: #fff;
}

.section_content .public_time {
  color: #A8A8A8;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 215.385% */
  text-transform: uppercase;
  /* margin-top: 20px; */
}

.section_content .title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}

.section_content .desc {
  color: var(--Body, #626262);
  /* Hel/14/Body */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  /* 185.714% */
}

.section_content .news_hot {
  color: #000;
}

.section_content .news_hot .news_hot_top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  /* Tạo 4 cột đều nhau */
  gap: 44px;
  /* Khoảng cách giữa các phần tử */
}

.section_content .news_hot .news_hot_top_cover {
  height: 339px;
  margin-bottom: 32px;
  background-position: center !important;
}

.section_content .news_hot .news_hot_bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  /* Tạo 4 cột đều nhau */
  gap: 44px;
  /* Khoảng cách giữa các phần tử */
}

.section_content .news_csp {
  /* margin-bottom: 24px; */
}

.section_content .news_content:last-child {
    margin-bottom: 100px;
}
.section_content .news_csp .news_bottom {
  color: #000;
}

.section_content .news_csp img {
  width: 100%;
  /* margin-bottom: 20px; */
  height: 200px;
  object-fit: cover;
}

.section_content .news_csp .news_bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  /* Tạo 4 cột đều nhau */
  gap: 32px;
  /* Khoảng cách giữa các phần tử */
}

/* add new css */
.newList_content {
  margin-top: 80px;
  margin-bottom: 100px;
}

.news_bottom_item {
  margin-bottom: 20px;
}

.news_detail {
  margin-top: 60px;
  padding-right: 56px;
}

.news_detail .detail_top .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.news_detail .detail_top .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 36px;
}

.news_detail .detail_top .news_info .fa-circle {
  color: #000;
  font-size: 6px;
}

.news_detail .detail_top .news_info .public_time {
  text-transform: none;
}

.news_detail .detail_top .news_info .public_time,
.news_detail .detail_top .news_info .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_detail .detail_top .news_info .public_time i,
.news_detail .detail_top .news_info .category i {
  margin-right: 8px;
  /* Khoảng cách giữa icon và văn bản */
}

.news_detail .detail_top .news_info .public_time span {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news_detail .detail_content {
  padding-right: 56px;
  line-height: 22px;
}

.news_detail .detail_content ul {
  padding: 20px 0;
  list-style-position: inside;
  line-height: 22px;
}

.news_detail .detail_content ul li {
  font-weight: 400;
  font-size: 14px;
}

.news_detail .detail_content h2, .news_detail .detail_content h3, .news_detail .detail_content h4, .news_detail .detail_content h5, .news_detail .detail_content div:not(.content-post) {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.news_detail .detail_content img {
  /* margin-top: 32px; */
  /* width: 100%; */
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  text-align: center;
  margin-bottom: 16px;
}

.news_detail .detail_content .content-post img {
  margin-top: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.news_detail .detail_content .content-post a {
  color: #007bff;
}

.news_detail .detail_content td p {
    padding: 5px;
}

.news_detail .detail_content.detail-post img {
  max-width: 100% !important;
  height: auto !important;
}

.news_detail .detail_content label {
  display: block;
  width: 100%;
  text-align: center;
  color: #989898;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  margin-top: 12px;
  margin-bottom: 32px;
}

.news_detail .detail_content p {
  text-align: justify;
  /* Hel/14/Body */
  /* font-family: "Helvetica Neue"; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  /* margin-bottom: 32px; */
}
td {
    border: 1px solid gray;
}
.news_detail .detail_content_right .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

.news_detail .news_section {
  color: #000;
  font-style: normal;
  line-height: normal;
  margin-bottom: 16px;
}

.news_detail .detail_top .news_info .info-author {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_detail .detail_top .news_info .author_name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}


.watch_more_bottom{
    width: 100%;
    text-align: center;
}

.watch_more_bottom button {
    height: 47px;
    padding: 15px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--PRIMARY, #0560FD);
    background-color: transparent;
}

.title-no-data {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.watch_more {
  background-color: transparent;
  padding: 10px 20px !important;
  text-transform: uppercase;
}

.watch_more:hover, .watch_more:hover i {
  background-color: #0560FD;
  color: #fff;
}

.watch_more_mobile {
  font-size: 13px;
  background-color: transparent;
  padding: 10px 20px !important;
  text-transform: uppercase;
}

a, a:hover {
  color: #000;
  text-decoration: none;
}

.item_left img {
    width: 159px;
}

.title-news {
  font-weight: 600 !important;
}

.thumbnail-news {
  width: 100% !important;
  aspect-ratio: 1 / 0.66;
  object-fit: cover;
}

.events_right {
  justify-content: flex-start !important;
  height: auto !important;
}

.events_right .not-first-item.item {
  margin-top: 26px;
}

.news_hot_bottom_item .left img{
    width: 100%;
}

.news-outstanding, .news-outstanding:hover {
  color: #fff;
}

/* .news-outstanding-list .news_hot_bottom_item .right {
  margin-left: 1.5rem;
} */

.p_title:hover {
    color: #0560FD;
    text-decoration: none;
}




.news-outstanding-list .news_hot_bottom_item .left img {
  width: 100%;
  aspect-ratio: 1 / 0.69;
  object-fit: cover;
}

.news-outstanding-list .news_hot_bottom_item .title, .title-news-category.title {
  /* max-height: 59px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

img.image-news-category {
  aspect-ratio: 1 / 0.682;
  height: auto !important;
  object-fit: cover;
}

.list-other-news {
  height: 100% !important;
}

.list-other-news .item_left img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 0.72;
  height: auto !important;
}

.list-other-news .item_right .title {
  line-height: 20px;
  /* max-height: 42px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-outstanding-first {
  height: auto !important;
  background-size: cover !important;
  aspect-ratio: 1 / 0.545;
  width: 100%;
  background-repeat: no-repeat !important;
}

.news-outstanding-first-info .title {
  /* max-height: 59px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-outstanding-first-info .desc {
  /* max-height: 80px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.news_hot_bottom_item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 44px;
	margin-top: 32px;
}

.title_hover:hover,
.title_hover a:hover {
    color: #0560FD;
}


.item{
    /* overflow: hidden; */
}

@media screen and (max-width: 1200px) {
  .news_right {
    margin-top: 20px;
  }

  .section_content .news_hot {
    padding-bottom: 0px;
  }

  .news-outstanding-list .news_hot_bottom_item .right {
    margin-left: 0rem;
  }

}

@media screen and (max-width: 768px) {
  .news-outstanding-list {
    display: block !important;
  }

  .section_content .news_hot .news_hot_top {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .section_content .news_csp .news_bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(2, 1fr);
    /* Tạo 4 cột đều nhau */
    gap: 32px;
  }

  .section_content .news_content .news_left_cover {
        max-height: 350px;
    }
    .section_content .news_content .news_left_content_category{
        padding: 10px 15px;
    }
    .section_content .news_content .news_left {
        padding-right: 0;
    }
    .news_right {
        margin-top: 32px;
    }

    .section_content .news_hot .news_hot_bottom {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        gap: 44px;
        margin-top: 32px;
    }



    .news_hot_bottom_item {
        margin-bottom: 32px !important;
    }

    .news_hot_bottom_item .left {
        margin-bottom: 16px;
    }

    .section_content .news_content .news_bottom{
        margin-bottom: 32px;
    }

    .section_content .news_hot .news_hot_top {
        gap: 0px;
    }
    .section_content .news_hot {
        padding-bottom: 0px;
    }

    .news_detail .detail_content {
        padding-right: 0px;
    }

    .section_content .news_csp img {
        height: 180px;
      }

}

@media screen and (max-width: 576px) {
  .section_content {
    width: 100%;
    margin: auto;
    padding: 0 40px;
    font-size: 14px;
    /* font-family: "Helvetica Neue"; */
  }
  .section_content .news_content .news_left {
    padding-right: 0px;
  }

  .section_content .news_csp img {
    height: 150px;
  }

  .paginate-news {
    margin-top: 2rem !important;
  }
  .section_content .news_content .news_left_content{
    bottom: 16px;
  }
}


@media screen and (max-width: 450px) {
    .section_content {
        padding: 0 20px;
    }
    .section_content .news_content .news_top {
        padding: 0;
        padding-bottom: 16px;
        margin-bottom: 32px;
    }
    .section_content .news_content .news_top button {
        display: none;
    }

    .section_content .news_content .news_left_cover {
        max-height: 300px;
    }
    .section_content .news_content .time {
        left: 20px;
        height: 83px;
        width: 70px;
        font-size: 13px;
    }

    .section_content .news_content .date {
        font-size: 31px;
    }

    .section_content .news_content .news_left_content {
        left: 20px;
        right: 20px;
        bottom: 0px;
    }

    .section_content .news_content .news_left_content_title {
        font-size: 20px;
        font-family: Merriweather;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .section_content .news_content .content_local {
        margin-right: 14px;
    }

    .section_content .news_content .news_right{
        height: auto;
    }
    .section_content .news_content .news_right .item{
        margin-bottom: 20px;
    }
    .section_content .news_content .news_right .item_right .des{
        font-size: 16px;
    }
    .section_content .news_content .news_right .item_right .tag {
        font-size: 12px;
    }
    .section_content .news_hot .news_hot_top{
        gap: 0px;
        margin-bottom: 32px;
    }
    .section_content .news_hot .news_hot_top_cover {
        height: 220px;
        margin-bottom: 20px;
    }
    .section_content .news_hot .news_hot_bottom {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        padding-right: 20px;
    }

    .section_content .title {
        font-size: 16px;
        margin-bottom: 0px;
        /* display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; */
        line-height: 24px;
    }
    .news_hot_bottom_item {
        display: grid;
        -ms-grid-columns: 30% 22px 70%;
        grid-template-columns: 30% 70%;
        gap: 22px;
        padding-bottom: 16px;
        border-bottom: 1px solid #E6E6E6;
    }

    .news-outstanding-list .news_hot_bottom_item {
      grid-template-columns: 40% 60%;
      margin-bottom: 16px;
    }

    .news-outstanding-list .news_hot_bottom_item .right {
      margin-left: 0;
    }

    .section_content .desc{
        margin-top: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section_content .desc_sub {
        display: none;
    }

    .section_content .news_content .news_right .item_right .des {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section_content .news_hot{
        padding-bottom: 0;
    }
    .section_content .news_content{
        margin-bottom: 60px;
        .news_right.events_right {
            padding-right: 20px;
        }
    }

    .section_content .news_csp .news_bottom {
        grid-template-columns: repeat(1, 1fr);
    }

    .news_bottom_item {
        display: grid;
        -ms-grid-columns: 40% 22px 60%;
        grid-template-columns: 40% 60%;
        gap: 16px;
    }
    .news_bottom_item {
        margin-bottom: 0px;
    }

    .section_content .news_csp .news_bottom {
        gap: 16px;
        padding-right: 20px;
    }
    .section_content .news_content .news_right .item:last-child {
        /* border-bottom: 1px solid #E6E6E6; */
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .section_content .news_csp img {
        margin-bottom: 0px;
    }

    .news_top.news_category {
        margin-top: 44px;
    }

    .section_content .news_csp img {
        height: 120px;
    }

    .events_right .item {
      padding-bottom: 1rem !important;
    }

    .events_right .item.not-first-item {
      margin-top: 1rem;
    }
    .section_content .news_content:last-child {
        margin-bottom: 60px;
    }

    .news_hot_bottom_item .left {
        margin-bottom: 16px;
    }

    .news_hot_bottom_item:last-child{
        border: none;
        margin-bottom: 0;
    }

    .news_hot_bottom_item .left {
        margin-bottom: 0px;
    }

    .section_content .public_time {
        margin-top: 0px;
    }
}

@media screen and (max-width: 769px) {
    .main-banner .img_top {
        height: 198px;
    }

    .main-banner .img_top .news_title {
      font-size: 36px;
      padding: 0 22px;
      margin: 0 20px;
      bottom: 20px;
    }
    .section_content .news_content .news_left_content_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1199px) {
  .section_content .news_content .news_left{
    margin-bottom: 44px;
  }
}

