.news_list_section {
  padding: 100px 0;
  background-color: var(--color_light_yellow2);
}

.news_heading_filter_section {
  margin-bottom: 50px;
}


.news_heading_filter_section .filter_section_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px;
  justify-content: space-between;
  align-items: center;
}

.news_heading_filter_section .list_top_sec_heading {
  width: calc(20% - 25px);
}

.list_top_sec_heading .heading_text {
  margin-bottom: 0;
}

.news_heading_filter_section .list_top_sec_cat_list {
  width: calc(48% - 25px);
}

ul.term_list {
  list-style: none;
  display: flex;
  margin-top: 10px;
  border: 1px solid var(--color_blue);
  justify-content: center;
  max-width: 385px;
  padding: 0;
  padding: 8px 20px;
  margin: 0 auto;
  height: 40px;
  background-color: var(--color_white);
}

ul.term_list li.term_item {
  margin-right: 14px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 19px;
}

ul.term_list li.term_item:last-child {
  margin-right: 0;
  padding-right: 0;
}

ul.term_list li.term_item a {
  text-decoration: none;
  font-style: normal;
  position: relative;
  font-family: var(--font_Lato_Regular), sans-serif;
  font-size: 14px;
  padding-right: 18px;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

ul.term_list li.term_item a::after {
  content: '';
  border: 1px solid var(--color_blue);
  position: absolute;
  right: 0;
  height: 80%;
  top: 2px;
}

ul.term_list li.term_item.active a {
  font-weight: 600;
}

ul.term_list li.term_item:last-child a::after {
  display: none;
}

ul.term_list li.term_item:last-child a {
  padding-right: 0;
}

.news_heading_filter_section .list_top_sec_search_input {
  width: calc(32% - 25px);
}

.news_heading_filter_section .input_course_key {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 100%;

}

.news_heading_filter_section input#keyword {
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color_blue);
  border-image: initial;
  padding: 8px 20px;
  max-width: 255px;
}

.news_heading_filter_section button#keyword_press {
  font-weight: 400;
  height: 40px;
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
  font-family: var(--font_Lato_Regular);
  display: inline-block;
  min-width: fit-content;
}

.featured_post {
  margin-bottom: 50px;
  background: var(--color_white);
}

.featured_post .featured_post_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.featured_post_sec_img_wrap {
  width: 50%;
}

.featured_post_sec_content_wrap {
  padding-left: 20px;
  width: 50%;
  text-align: center;
}

.news_list_section .news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.news_list_section .news_item .news_item_inner {
  background-color: var(--color_white);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.news_post_link {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.news_list_section .news_item_data {
  margin: 25px 0 0;
  text-align: center;
  padding: 0 24px 24px;
  height: 100%;
  position: relative;
}

.news_list_section .news_item_img {
  position: relative;
}

.news_list_section .news_item_inner .news_item_img img {
  height: 399px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.news_list_section .news_item_data__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tag_name_text,
.news_list_section .news_item_data .post_date {
  margin: 0 0 8px;
  font-family: var(--font_Lato_Regular), sans-serif;
}

.news_list_section .news_item_title .post_title_text {
  font-family: var(--font_ItemsWid_Bold), serif;
  color: var(--color_black_text);
  font-size: 35px;
  line-height: 120%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  height: 100%;
}

.news_list_section .news_item_data .cat_name_text {
  margin: auto 0 10px;
  font-family: var(--font_Lato_Regular), sans-serif;
}

.news_list_section .news_item_data .cat_name_text a.news_cat_link {
  color: var(--color_blue);
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--font_Lato_Regular), sans-serif;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.news_list_section .news_item:hover .post_title_text,
.news_list_section .news_item:hover .post_date,
.news_list_section .news_item:hover .tag_name_text {
  color: var(--color_blue);
}

.news_list_section .news_item_inner .news_item_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_list_section .load_sec_main {
  margin-top: 80px;
}

.btn.cat_name {
  font-family: var(--font_Lato_Regular), serif;
  font-size: 18px;
  line-height: 1;
  padding: 8px 19px;
  z-index: 2;
}

.fetured_post_details_inner {
  max-width: 310px;
  margin: 0 auto;
}


.featured_img_section_inner .featured_post_img {
  width: 100%;
  min-height: 625px;
  object-fit: cover;
}

.fetured_post_details_inner .post_title_text {
  margin: 50px 0;
  transition: all 0.3s ease-in-out;
}

.fetured_post_details_inner .post_title_text:hover {
  color: var(--color_blue);
}

.fetured_post_details_inner .cat_name_section {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .news_list_section {
    padding: 80px 0;
  }

  .news_heading_filter_section .list_top_sec_cat_list {
    width: calc(38% - 25px);
  }

  .news_heading_filter_section .list_top_sec_search_input {
    width: calc(42% - 25px);
  }

  ul.term_list {
    max-width: max-content;
  }

  .featured_img_section_inner .featured_post_img {
    min-height: 425px;
  }

  .news_heading_filter_section {
    margin-bottom: 30px;
  }

  .fetured_post_details_inner {
    max-width: 100%;
  }

  .fetured_post_details_inner .post_title_text {
    margin: 30px;
  }

  .fetured_post_details_inner .cat_name_section {
    margin-top: 30px;
  }

  .news_list_section .news_item_inner .news_item_img img {
    height: 250px;
  }

  .news_list_section .news_list {
    gap: 20px;
  }

  .news_list_section .news_item_data {
    padding: 0 10px 14px;
  }
}

@media(max-width: 991px) {
  .news_heading_filter_section .list_top_sec_heading {
    width: 100%;
  }

  .news_heading_filter_section .list_top_sec_cat_list {
    width: calc(50% - 25px);
  }

  .news_heading_filter_section .list_top_sec_search_input {
    width: calc(50% - 25px);
  }

  ul.term_list {
    max-width: 100%;
    width: 100%;
  }

  .news_heading_filter_section input#keyword {
    max-width: 100%;
  }

  .list_top_sec_heading .heading_text br {
    display: none;
  }
}

@media (max-width: 767px) {
  .news_list_section {
    padding: 60px 0;
  }

  .news_heading_filter_section .list_top_sec_cat_list,
  .news_heading_filter_section .list_top_sec_search_input {
    width: 100%;
  }

  .featured_post_sec_img_wrap {
    width: 100%;
  }

  .featured_post_sec_content_wrap {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .featured_img_section_inner .featured_post_img {
    min-height: auto;
  }

  .news_list_section .news_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news_list_section .load_sec_main {
    margin-top: 30px;
  }

  .news_list_section .news_item_data__inner .post_title_text {
    min-height: auto;
    font-size: 25px;
  }

  .news_list_section .news_item_title .post_title_text {
    font-size: 33px;
    margin-bottom: 25px;
  }

  .load_more_button {
    min-width: 120px;
    font-size: 15px;
    padding: 5px 15px;
  }

  .news_list_section footer.content-info {
    padding-top: 50px;
    position: relative;
  }

  .news_list_section footer.content-info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: var(--color_white);
  }
}

@media(max-width: 575px) {
  .news_list_section .news_list {
    grid-template-columns: repeat(1, 1fr);
  }

  .news_list_section .news_item_inner .news_item_img img {
    height: auto;
  }
}