#block_07 {width:100%; height:450px;  overflow:hidden; margin: 0 0 0px 0; 
/*background:url("../img/bg.jpg")no-repeat center center; background-attachment:fixed; background-size:cover;*/ color:#fff; text-align:center;position: relative; }
#block_07 .floatL::before ,#block_07 .floatR::before {content:"";  position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.5); width:100%; height:100%; }

#block_07 .btn a{font-size:30px; font-weight:500;  color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50.66%);
border:4px solid #fff; padding:10px 10px; width:250px; display:block; margin:0 auto; z-index:5;  }
#block_07 .btn a:after {content:""; width:0px; height:calc(100% ); background-color:rgba(216,0,40,0.9); z-index:-1;  transition:all 0.3s ease;   position:absolute; left:0; top:0; }
#block_07 .btn a:hover:after {content:""; width:calc(100% ); z-index:-1; transition: all 0.3s ease cubic-bezier(0.25, 0.25, 0.75, 0.75); }
#block_07 .btn a:hover { z-index:5; border:4px solid rgba(216,0,40,0.9); transition: all 0.3s ease;}

#block_07 .floatL { position:relative; width:50%; height:100%; background:url("../img/bg2.jpg")no-repeat center center; background-size:cover; }
#block_07 .floatR { position:relative; width:50%; height:100%; background:url("../img/bg1.jpg")no-repeat center center; background-size:cover;}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#block_07 {padding:0 ; margin:0; height:auto;  background-attachment:inherit;  }
#block_07 .cont {top:70px; }
#block_07 .txt1{font-size:16px; }
#block_07 .txt2{font-size:35px; color:#fff; z-index: 1; padding:15px 0; font-weight:500}
#block_07 .txt3{font-size:22px; }
#block_07 .btn a{font-size:20px; font-weight:500;  color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50.66%);
border:3px solid #fff; padding:10px 10px; width:200px; display:block; margin:0 auto; z-index:5;  }
#block_07 .floatL { display:block; float:none; position:relative; width:100%; height:200px; }
#block_07 .floatR { display:block; float:none; position:relative; width:100%; height:200px; }
#block_07 .btn a:hover:after { width:calc(0% );}
#block_07 .btn a:hover {color:#fff; border:3px solid #fff; }

}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}


