#movie-nav{
  padding:20px 0 20px 0;
  border-bottom:1px solid #f1f4f7;
}
#movie-nav > ul{
  width:94vw;
  max-width:1080px;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
}
#movie-nav > ul li{
  width:49.5%;
}
#movie-nav > ul li a{
  border:1px solid #ededed;
  border-radius:5px;
  display:block;
  transition: .3s;
  text-align:center;
  padding:20px 20px 30px 20px;
  font-size:18px;
  color:#ffffff;
  position:relative;
}
#movie-nav > ul li a:before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  position:absolute;
  bottom:18px;
  left:50%;
  margin:0 0 0 -5px;
  transition: .3s;
}
#movie-nav > ul li a:hover{
  border:1px solid #000;
  border-radius:5px;
  display:block;
  transition: .3s;
  text-align:center;
  padding:20px 20px 30px 20px;
  font-size:18px;
  color:#000;
  background:#fff;
}
#movie-nav > ul li a:hover:before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #000;
  border-bottom: 0;
  position:absolute;
  bottom:15px;
  left:50%;
  margin:0 0 0 -5px;
}
#movie-nav > div{
  width:94vw;
  max-width:1080px;
  margin:20px auto 0 auto;
}
#movie-nav > div table{
  width:100%;
  margin:0 0 40px 0;
}
@media (max-width: 768px) {
  #movie-nav > ul li a{
    padding:20px 0 30px 0;
    font-size:13px;
  }
}

#rotary > div, #actuators > div{
  width:94vw;
  max-width:1080px;
  margin:0 auto;
}
section{
  background:#191919!important;
}

section h2{
  width:94vw;
  max-width:1080px;
  margin: 0 auto;
  padding:80px 0 20px 0;
  color:#fff;
}
section h2 span{
  position:relative;
  font-size:26px;
  display:block;
  padding:0 0 20px 30px;
}
section h2 span:before{
  content:"";
  width:3px;
  height:40px;
  background:#fff!important;
  position:absolute;
  top:50%;
  left:0;
  margin:-30px 0 0 0;
}
section h2 span:after{
  content:"";
  width:100%;
  height:1px;
  background:#d5dae0;
  position:absolute;
  bottom:0;
  left:0;
}
@media (max-width: 960px) {
  section h2 span{
    text-align:center;
    padding:0 0 20px 0;
  }
  section h2 span:before{
    content:"";
    width:40px;
    height:3px;
    background:#000;
    position:absolute;
    top:0;
    left:50%;
    margin:-30px 0 0 -20px;
  }
  section h2 span:after{
    content:none;
  }
}

section ul li{
  background:#fff;
  margin:20px 0 0 0;
  border-radius:20px;
  position:relative;
}
section ul li:before{
  content:"";
  width:90%;
  height:100%;
  background:#f9fafb;
  position:absolute;
  right:0;
  top:o;
  border-radius:3000px 100px 100px 0;
  z-index:0;
}
section ul li > div{
  padding:60px 40px 60px 40px;
}
section ul li h3{
  font-size:25px;
  position:relative;
}
section ul li p{
  font-size:15px;
  position:relative;
}
section ul li > div > div{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:20px 0 20px 0;
}
section ul li > div > div iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  section ul li h3{
    font-size:20px;
  }
  section ul li > div{
    padding:40px 20px 40px 20px;
  }
}


.page-back a {
  color: #fff !important;
}

.page-back a:before {
  background: #fff !important;
}

.page-back a:after {
  background: #fff !important;
}

.page-back a:hover {
  color: #fff !important;
}

.page-back a:hover:after {
  background: #fff !important;
}
