.block_slideshow {
  position: relative; }
  .block_slideshow .banner_news > img {
    width: 100%; }
  .block_slideshow .banner_news .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-family: GoogleSans-Bold;
    color: #FFFFff;
    text-transform: uppercase; }
  .block_slideshow .banner_news .title {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 50%;
    transform: translateX(-50%); }
    .block_slideshow .banner_news .title h5 {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 48px;
      font-family: GoogleSans-Bold; }
  .block_slideshow .banner_news .bt_slide {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background: black;
    background: linear-gradient(90deg, black 0%, rgba(102, 102, 102, 0.4) 0%); }
    .block_slideshow .banner_news .bt_slide .content {
      height: 70px;
      display: flex;
      align-items: center; }
      .block_slideshow .banner_news .bt_slide .content span {
        font-size: 24px;
        font-family: GoogleSans-Bold;
        color: #FFFFff;
        padding-left: 20px; }

@media screen and (max-width: 768px) {
  .block_slideshow .banner_news .bt_slide .content {
    height: 50px; }
    .block_slideshow .banner_news .bt_slide .content span {
      font-size: 16px; } }

/*# sourceMappingURL=default_home.css.map */
