.news_page .categories_wrap {
  padding: 48px 0;
}
.news_page .categories_wrap .container {
  padding: 0 64px;
  margin: 0 auto;
  max-width: 1440px;
}
.news_page .categories_wrap .one_sub_profile {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  height: 64px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news_page .categories_wrap .one_sub_profile .image_Wrap {
  width: 64px;
  height: 100%;
  border-radius: 4px 0px 0px 4px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news_page .categories_wrap .one_sub_profile .text_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 16px;
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
  height: 100%;
  border-radius: 0px 4px 4px 0px;
}
@media screen and (min-width: 1025px) {
  .news_page .categories_wrap .one_sub_profile:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.news_page .categories_wrap .one_sub_profile.active .text_wrap {
  border: 1px solid #A2AAAD;
}
.news_page .categories_wrap .small_topics_wrap .title_wrap {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.news_page .categories_wrap .small_topics_wrap .title_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: rgba(91, 109, 143, 0.2);
  z-index: 0;
}
.news_page .categories_wrap .small_topics_wrap .title_wrap div {
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
.news_page .categories_wrap .small_topics_wrap .topics_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
}
.news_page .categories_wrap .small_topics_wrap .one_sub_profile {
  width: -webkit-calc(16.66% - 20px);
  width: -moz-calc(16.66% - 20px);
  width: calc(16.66% - 20px);
  margin: 12px 10px 0;
}
.news_page .categories_wrap .small_topics_wrap .tags_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 32px;
}
.news_page .categories_wrap .small_topics_wrap .one_sub_tag {
  height: 24px;
  padding: 0 12px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 48px;
  margin: 0 6px 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .news_page .categories_wrap .small_topics_wrap .one_sub_tag:hover {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.news_page .categories_wrap .small_topics_wrap .one_sub_tag.active {
  border: 1px solid #A2AAAD;
}
.news_page .section_two_news {
  padding: 72px 0 93px;
}
.news_page .section_two_news .container {
  max-width: 992px;
  margin: 0 auto;
  padding: 0 40px;
}
.news_page .section_two_news .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: -webkit-calc(100% + 144px);
  width: -moz-calc(100% + 144px);
  width: calc(100% + 144px);
  margin-left: -72px;
}
.news_page .section_two_news .one_news {
  width: -webkit-calc(50% - 144px);
  width: -moz-calc(50% - 144px);
  width: calc(50% - 144px);
  margin: 0 72px;
  height: 688px;
}
@media screen and (min-width: 1025px) {
  .news_page .section_two_news .one_news:hover .bg_image_wrap img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news_page .section_two_news .one_news:hover .btnWArrow svg {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }
}
.news_page .section_two_news .top_info_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 16px;
  margin-bottom: 12px;
}
.news_page .section_two_news .top_info_wrap .line {
  padding: 0 10px;
}
.news_page .section_two_news .bg_image_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news_page .section_two_news .bg_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news_page .section_two_news .title_wrap {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
}
.news_page .posts_loop .container {
  max-width: 1314px;
  margin: 0 auto;
  padding: 0 40px;
}
.news_page .posts_loop .content {
  border-top: 1px solid #D1D6E0;
  padding-top: 94px;
}
.news_page .posts_loop .bg_image_wrap {
  position: relative;
  overflow: hidden;
}
.news_page .posts_loop .bg_image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.news_page .posts_loop .top_info_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 12px 0;
}
.news_page .posts_loop .title_wrap {
  margin-bottom: 24px;
}
.news_page .posts_loop .posts_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  width: -webkit-calc(100% + 94px);
  width: -moz-calc(100% + 94px);
  width: calc(100% + 94px);
  margin-left: -47px;
}
.news_page .posts_loop .one_news {
  width: -webkit-calc(33.33% - 94px);
  width: -moz-calc(33.33% - 94px);
  width: calc(33.33% - 94px);
  margin: 0 47px 88px;
}
.news_page .posts_loop .one_news:nth-child(even) {
  height: 460px;
}
.news_page .posts_loop .one_news:nth-child(odd) {
  height: 600px;
}
.news_page .posts_loop .one_news:nth-child(5) {
  margin-top: -139px;
}
.news_page .posts_loop .one_news:nth-child(8) {
  margin-top: 43px;
}
@media screen and (min-width: 1025px) {
  .news_page .posts_loop .one_news:hover .bg_image_wrap img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news_page .posts_loop .one_news:hover .btnWArrow svg {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }
}

@media screen and (max-width: 1024px) {
  .news_page .categories_wrap .container {
    padding: 0 40px;
  }
  .news_page .categories_wrap .small_topics_wrap .topics_wrap {
    margin-top: 12px;
  }
  .news_page .categories_wrap .small_topics_wrap .one_sub_profile {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .news_page .section_two_news .content {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .news_page .section_two_news .one_news {
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .news_page .posts_loop .container {
    padding: 0 30px;
  }
  .news_page .posts_loop .posts_wrap {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    -webkit-columns: unset;
       -moz-columns: unset;
            columns: unset;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .news_page .posts_loop .one_news {
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 0 20px 88px;
    padding-bottom: 0;
  }
  .news_page .posts_loop .one_news:nth-child(even) {
    height: auto;
  }
  .news_page .posts_loop .one_news:nth-child(odd) {
    height: auto;
  }
  .news_page .posts_loop .one_news:nth-child(5) {
    margin-top: 0;
  }
  .news_page .posts_loop .one_news:nth-child(8) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news_page .categories_wrap {
    padding: 48px 0 28px;
  }
  .news_page .categories_wrap .container {
    padding: 0 20px;
  }
  .news_page .section_two_news {
    padding: 72px 0 0;
  }
  .news_page .section_two_news .container {
    padding: 0 20px;
  }
  .news_page .section_two_news .content {
    width: 100%;
    margin-left: 0px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_page .section_two_news .one_news {
    width: 100%;
    margin: 0 0 48px;
  }
  .news_page .posts_loop .container {
    padding: 0 20px;
  }
  .news_page .posts_loop .posts_wrap {
    width: 100%;
    margin-left: 0px;
  }
  .news_page .posts_loop .one_news {
    width: 100%;
    margin: 0 0 88px;
  }
}
.news_page .mis_section {
  background: #09142B;
  color: #FBFBFB;
  padding: 40px 40px 120px;
}
.news_page .mis_section .content {
  width: 100%;
  height: 575px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.news_page .mis_section .content .bg_img_mis {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.news_page .mis_section .content .mis_title {
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 88px;
  margin-bottom: 23px;
}
.news_page .mis_section .content .mis_link, .news_page .mis_section .content .mis_title {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news_page .mis_section .content {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .news_page .mis_section {
    padding: 20px 20px 32px;
  }
  .news_page .mis_section .content {
    height: auto;
  }
  .news_page .mis_section .content .bg_img_mis {
    position: relative;
    height: 260px;
    margin-bottom: 20px;
  }
  .news_page .mis_section .content .mis_title {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
  }
}/*# sourceMappingURL=news.css.map */