.youtubevedio{
    width: 100%;
}

.inner_wrap.springtravel_film_wrap {
    padding: 15px 0;
}

.blog_wrap{
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 0 32px;
}



.btn{
    border-radius: 35px 35px;
    color: #fff;
    cursor: pointer;
    font-weight: 200;
    padding: 5px 10px;
    background-color: #f5912e;
    border-color: #f5912e;
    margin-top: 15px;
}

.btn:hover {
    color: #fff;
    opacity: 0.8;
}

.vedio__item{
    width: 100%;
    list-style: none;
    font-size: 0;
    padding: 0 0 48px;
}

.vedio__item a{
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  color: #aaaaae;
  box-sizing: border-box;
}

.vedio__item .box{
    width: 50%;
    display: inline-block;
    padding: 0 48px;
    box-sizing: border-box;
    vertical-align: top;
}

.vedio__item .text h4{
    display: none;
    margin: 8px 0;
}

.vedio__item .text h4.active{
  display: block;
}

.vedio__item  .wraper{
    width: 100%;
    padding-top:56.2%;
    position: relative;
}

.vedio__item .wraper .fb-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

h3{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 8px 0;
}

h4{
  font-size: .88rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0;
}

h5{
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin: 8px 0;
}

.film_new{
  width: 100%;
  font-size: 0;
  list-style: none;
  padding: 32px 0;
}

.film_new .photo{
  border-radius:50%;
  overflow: hidden;
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
}

.film_new .photo_wrap{
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}

.film_new .text{
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}


@media screen and (max-width: 992px) {
    .btn {
        display: block;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }
}

@media (max-width: 767.98px) {

  .vedio__item {
    padding: 16px 0;
  }

  .vedio__item .box{
      width: 100%;
      padding: 0 24px;
  }

  .film_new .photo_wrap{
    width: 100%;
  }

  .film_new .text{
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
  }



}

@media (min-width: 768px) and (max-width: 991.98px) {

  .vedio__item .box{
    width: 80%;
    margin: 0 0 24px;
  }

  .vedio__item{
    text-align: center;
    padding: 0 0 24px;
  }

  .vedio__item .text{
    text-align: left;
  }

  .film_new {
    width: 90%;
    margin: 0 auto;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 1200px) and (max-width: 1599.98px) {

}



/*  */
.springtravel_film_wrap h2{
    margin: -18% 0 0 0
  }
  .springtravel_film_wrap .table-film{
    margin: -3.125rem 0 0 0;
  }
  .springtravel_film_wrap .table-film td{
    padding: 1.5625rem 0;
    vertical-align: middle;
    border-top: 1px solid transparent;
    /* border-bottom: 1px solid #35A936; */
  }
  .springtravel_film_wrap .table-film .film-name{
    margin: 0;
    font-size: 1.75rem;
    text-align: left;
    color: #35A936;
    font-weight: normal;
  }
  .springtravel_film_wrap .table-film .film-time{
    color: #5E5D5D;
    font-size: 1.25rem;
  }
  .springtravel_film_wrap .table-film .film-address{
    color: #5E5D5D;
    font-size: 1.25rem;
  }


  /* */

  .film {
    position: relative;
    display: block;
    width: 100%;
  }

  .film__head {
    width: 100%;
  }

  .film-head__container {
    position: relative;
  }

  .film-head__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    line-height: 0.6;
    letter-spacing: 6.4px;
    font-weight: normal;
    margin: 0!important;
    white-space: nowrap;
  }

  .film__body {
    background: #d5ea50;
  }

  .film__footer {
    width: 100%;
  }

  .film__container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .film__row {
    display: flex;
  }

  .film__list {
    display: block;
    padding: 0;
    margin: 0;
  }

  .film__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #35a935; */
    /* padding: 32px 0; */
  }

  .film__item:last-child {
    border-bottom: 0;
  }

  .film-item__name {
    color: #35a935;
    max-width: 30%;
    font-size: 28px;
    flex: 1;
  }

  .film-item__time {
    color: #5f5e5d;
    font-size: 20px;
    padding: 10px 0;
    flex: 1;
  }

  .film-item__address {
    max-width: 30%;
    color: #5f5e5d;
    font-size: 20px;
  }

  @media screen and (max-width: 768px) {

    .film-head__title {
      font-size: 30px;
      line-height: 27px;
    }

    .film__item {
      flex-direction: column;
      align-items: flex-start;
    }
    .film-item__name {
      font-size: 20px;
      max-width: none;
    }

    .film-item__time {
      font-size: 16px;
    }

    .film-item__address {
      font-size: 16px;
      max-width: none;
    }
  }
