.top .top_text_01{
    font-size: 40px;
    color: #fff;
    position: absolute;
    bottom:150px;
    left: 150px;
    font-weight: normal;
  }
  
  
  
  .top .top_text_02{
    font-size: 40px;
    /* font-size: 40px; */
    color: #fff;
    position: absolute;
    top:150px;
    right: 120px;
    font-weight: normal;
    overflow: hidden;
  }
  
  
  .top .top_text_03{
    /* font-size: 20px; */
    font-size: 40px;
    color: #fff;
    position: absolute;
    bottom:150px;
    left: 150px;
    font-weight: normal;
    overflow: hidden;
  }
  
  
  .top .top_text_04{
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom:150px;
line-height: 50px;
    right: 180px;
    font-weight: normal;
    overflow: hidden;
    text-shadow:2px 2px 2px#333;
  }
  




.slide-title{
  position: static;      
  bottom: auto;      
  left: 0;           
  width:96%;         
  background: rgba(255,255,255,.8);
  padding: 20px 2%;
  margin-top: 8px;     
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  z-index: 1;          
}




  
  @media (max-width: 1380px) { 





.top .top_text_01{
    font-size: 30px;
    bottom:150px;
    left: 50px;
  }
  
  
  
  .top .top_text_02{
    font-size: 30px;
    top:120px;
    right: 80px;
  }
  
  
  .top .top_text_03{
    font-size: 30px;
    bottom:150px;
    left: 50px;
  }
  
  
  .top .top_text_04{
    font-size: 20px;
    bottom:80px;
    right: 80px;
  }
  
   }
  @media (max-width: 1024px) {


.top .top_text_01{
    font-size: 25px;
    bottom:100px;
    left: 50px;
  }
  
  
  
  .top .top_text_02{
    font-size: 25px;
    top:120px;
    right: 80px;
  }
  
  
  .top .top_text_03{
    font-size: 25px;
    bottom:100px;
    left: 50px;
  }
  
  
  .top .top_text_04{
    font-size: 20px;
    bottom:80px;
    right: 80px;
  }


  }



  @media (max-width: 600px)  {

.top .top_text_01{
    font-size: 20px;
    bottom:100px;
    left: 30px;
  }
  
  .top .top_text_02{
    font-size: 20px;
    top:100px;
    right: 30px;
  }
  
  .top .top_text_03{
    font-size: 20px;
    bottom:100px;
    left: 30px;
  }
  
  .top .top_text_04{
    font-size: 16px;
    line-height: inherit;
    bottom:80px;
    right: 20px;
    width: 370px;
  }
  

  .slide-title{
    position: static;
    bottom: auto;
    width: 96%;
    padding: 16px 2%;
    font-size: 13px;
    margin-top: 6px;
  }


  }

  
  @media (max-width: 420px)  {
    
    .top .top_text_04{
    font-size: 16px;
    line-height: inherit;
    bottom:100px;
    right: 20px;
    width: 290px;
  } 


  .slide-title{
    position: static;
    bottom: auto;
    width: 96%;
    padding: 4px 2%;
    font-size: 13px;
    margin-top: 6px;
  }



}