/*****/
/** root color **/
/*:root {
    --black: #000;
    --white: #fff;
    --blue: #1b3e7e;
    --progress_bg: #f1f0f1;
    --progress_title: #7c787a;
    --btn_red: #df232b;
}*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100&display=swap");
/*Heebo*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100&family=Heebo:wght@100;200;300;400&display=swap");
.Heebo {
  font-family: "Heebo", sans-serif;
}

/** common **/
.pad-0 {
  padding: 0;
}

.container_wrp {
  width: 100%;
  padding: 0 15px;
}

.newsList {
  width: 100%;
  display: inline-flex;
  flex-flow: wrap row;
  align-items: flex-start;
}
.newsList_left {
  width: 100%;
}
.newsList_right {
  width: 100%;
}

.news_gray {
  background: #fafafa;
}

.list_wrp {
  font-family: "Fira Sans", sans-serif;
  display: flex;
  /*width: 100%;*/
  flex-flow: row wrap;
}
.list_item {
  display: inline-flex;
  flex-flow: row wrap;
  padding: 0 0 15px;
  /*background: #fafafa;*/
  margin: 0 15px 30px;
}
.newsList_left .list_item {
  flex: 1 1 29%;
}
@media all and (min-width: 300px) and (max-width: 767px) {
  .newsList_left .list_item {
    flex: 1 1 100%;
  }
}
.newsDetails_right .list_item {
  flex: 1 1 100%;
  margin: 0 0 30px;
}
.related_news .list_item {
  flex: 1 1 30%;
}
.related_news .list_item:first-child {
  margin-left: 0;
}
@media all and (min-width: 300px) and (max-width: 767px) {
  .related_news .list_item {
    flex: 1 1 100%;
  }
}
.list_img img {
  width: 100%;
}
.list_content {
  padding: 30px 15px 15px;
  color: #404040;
}
.list_content h4 {
  margin: 0;
  font-size: 18px;
}

.btn_more {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #e60028;
  letter-spacing: 0.5px;
  line-height: 1em;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.inner_banner {
  font-family: "Fira Sans", sans-serif;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  padding: 52px;
  position: relative;
  z-index: 1;
}
.inner_banner.bg_img {
  background-image: url(../../../assets/images/header-new-img.jpg);
  background-position: center center;
  background-size: cover;
}
.inner_banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(230, 0, 40, 0.8) 0%, rgba(244, 92, 67, 0.8) 100%);
  z-index: -1;
}
.inner_banner .title {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  letter-spacing: 0.2px;
}
.inner_banner .breadcrumbs {
  display: inline-flex;
  width: 100%;
  padding: 0;
}
.inner_banner .breadcrumbs li {
  list-style: none;
  color: #fff;
}
.inner_banner .breadcrumbs li:not(:first-child) {
  padding-left: 10px;
}
.inner_banner .breadcrumbs li:not(:first-child):before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
}
.inner_banner .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.inner_banner .breadcrumbs a:hover {
  text-decoration: underline;
}

.desc {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  line-height: 1.7;
}

.newsDetails {
  padding: 60px 0;
  display: inline-flex;
  width: 100%;
  flex-flow: row wrap;
}
.newsDetails_left {
  width: 66%;
  padding-right: 40px;
  border-right: 1px solid #e7e7e7;
}
@media all and (min-width: 300px) and (max-width: 767px) {
  .newsDetails_left {
    width: 100%;
    border-right: none;
  }
}
.newsDetails_right {
  width: 34%;
  padding-left: 40px;
}
@media all and (min-width: 300px) and (max-width: 767px) {
  .newsDetails_right {
    width: 100%;
  }
}
.newsDetails_img img {
  width: 100%;
}
.newsDetails_content {
  padding: 15px;
}
.newsDetails_content .title {
  font-size: 22px;
  color: #000;
  margin: 0 0 15px;
}
.newsDetails_content .desc {
  text-align: justify;
}
.newsDetails .entry_meta {
  padding: 15px 0;
  width: 100%;
}
.newsDetails .entry_meta time {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  content: "/";
  display: inline-block;
  margin: 0 5px;
  color: #999;
}
.newsDetails .entry_meta a {
  color: #222;
}

.sec_title {
  display: inline-flex;
  width: 100%;
  flex-flow: row wrap;
  margin: 0 0 15px;
}
.sec_title .title {
  font-size: 30px;
  color: #404040;
  margin: 0 0 15px;
}

.sidebar_header {
  display: inline-flex;
  width: 100%;
  flex-flow: row wrap;
  margin: 0 0 15px;
}
.sidebar .title {
  font-size: 22px;
  color: #404040;
  margin: 0;
  padding: 15px;
}

.btn_back {
  background-color: #227cb7;
  padding: 5px 30px;
  margin: 20px 0 0 0;
  display: table;
  color: #ffffff;
  font-size: 15px;
}
.btn_next {
  background-color: #227cb7;
  padding: 5px 30px;
  margin: 20px 0 0 0;
  display: table;
  color: #ffffff;
  font-size: 15px;
}
.btn_prev {
  background-color: #227cb7;
  padding: 5px 30px;
  margin: 20px 0 0 0;
  display: table;
  color: #ffffff;
  font-size: 15px;
}

/*# sourceMappingURL=main.css.map */
