.header.header_new_st {
  top: 0;
  background-color: #fff;
}
.header.header_new_st .menublock ul a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #424556;
}
.header.header_new_st .menublock ul a:hover:after {
  width: 100%;
}
.header.header_new_st .menublock .current_page_item a {
  color: #2896e3;
}
.header.header_new_st .menublock .current_page_item a:after {
  width: 100%;
}
.title.title_st {
  font-weight: 600;
  color: #FFF;
}
.title.title_st:before {
  background: #FFF;
}
.subtitle.subtitle_st {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
}
.btnblue.btnblue_nw {
  border-radius: 8px;
  border: 2px solid #2896E3;
  color: #FFF;
}
.home_content_new .containerG {
  display: flex;
  align-items: center;
}
.home_content_new .col-l {
  flex: 1 1 auto;
}
.home_content_new .col-r {
  flex: 0 0 370px;
  max-width: 370px;
}
.item_featured {
  display: block;
  padding: 32px;
  border-radius: 8px;
  background: #FFF;
}
.item_featured + .item_featured {
  margin-top: 64px;
}
.item_featured img {
  margin-bottom: 20px;
  vertical-align: middle;
}
.item_featured p,
.item_featured li {
  color: #112140;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (min-width: 761px) {
  .header_new_st .menu .containerG {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_new_st .menublock ul {
    justify-content: flex-end;
    gap: 30px;
  }
  .header_new_st .menublock ul a {
    padding-top: 9px;
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 991px) {
  .header_new_st .menublock ul {
    gap: 70px;
  }
}
@media screen and (min-width: 1300px) {
  .title.title_st {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  .header.header_new_st .menublock ul a {
    font-size: 16px;
  }
  .home_content_new .containerG {
    display: block;
  }
  .home_content_new .containerG .col-r {
    max-width: 100%;
    margin-top: 40px;
  }
  .item_featured + .item_featured {
    margin-top: 30px;
  }
}
@media screen and (max-width: 760px) {
  .logo_desc {
    display: none;
  }
  .header_new_st .menujs {
    background-color: #fff;
  }
  .bodyhome .header.header_new_st .menublock ul a {
    font-size: 22px;
  }
  .header.header_new_st .menublock ul .current_page_item a:after,
  .header.header_new_st .menublock ul a:hover:after {
    left: calc(50% - 25px);
    width: 50px;
  }
}
/*# sourceMappingURL=style-new.css.map */