.block1{
  width: 70px;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   margin: auto;
}

.divtext{
   position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 43px;
    color: #EFCC58;
    z-index: 10;
        line-height: 45px;
}

.yellow{
  background: #FADE43;
}

.yellow.actionanima .textanimate{
  animation: fadeInRight; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 5s; /* don't forget to set a duration! */
}

.actionanima .imgdetail{
  animation: bounceIn; /* referring directly to the animation's @keyframe declaration */
   animation-duration: 3s; /* don't forget to set a duration! */
}



.yellow .title{
  padding-top: 13px;
  font-size: 25px;
  color: #8A060B;
  padding-bottom: 13px;
  margin: 0px;
}
.subtitle{
  padding-bottom: 10px;
  font-size: 17px;
  margin: 0px;
}

.blue{
  background: #004991;
}

.blue.actionanima .textanimate{
  animation: fadeInLeft; /* referring directly to the animation's @keyframe declaration */
   animation-duration: 5s; /* don't forget to set a duration! */
}
.blue .title{
  padding-top: 13px;
  font-size: 25px;
  color: #FADE43;
  padding-bottom: 13px;
}
.blue .detail{
  color: white;
}
.blue .col-lg-8,.yellow .col-lg-8{
  padding-left: 50px;
  padding-right: 50px;
}

.padding-lr{
  padding-left: 20%;
  padding-right: 20%;
}
.detail{
  font-size: 12px;
  padding-bottom: 20px;
}

.imgdetail{
  max-height: 100%;
  object-fit: cover;
}


.icon{
  font-size: 90px;
  color: white;
  cursor: pointer;
}

@media (min-width: 1332px){
  .detail{
    font-size: 17px;
  }

  .divtext{
    line-height: 60px;
  }


}
.mnone{
  display: block;
}
.mshow{
  display: none;
}
@media (max-width: 992px){
  .imgdetail{
    max-height: 350px;
    object-fit: cover;
  }

  .padding-lr{
    padding-left: 5%;
    padding-right: 5%;
  }
  .mshow{
    display: block;
  }
  .mnone{
    display: none;
  }
}
@media (max-width: 767px){
  .divtext{
    font-size: 15;
    line-height: 20px;
  }
  .Play{
    width: 40px;
  }
  .icon{
    font-size: 35px;
  }
}


@media (max-width: 768px){
  .imgdetail{
    max-height: 350px;
    object-fit: cover;
  }


}
