.overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }


  .js_service_box {
    transition: all .5s;
  }
  .js_service_box.open {
    transform: translateX(-100%);
  }
.right section.hide_item{
    display:none;
}
  /* main h1 {
    text-align: center;
    font-weight: 500;
  }
  main p {
    text-align: center;
  } */
  .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 100;
  /*   transform: translateX(0);
    transition: transform .5s;
   */}
  /* .menu-trigger.active {
    transform: translateX(-250px);
  }
   */.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: all .5s;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  
  .service_item{
      position:relative;
      overflow:hidden;
  }

  .right {
    width: 100%;
    padding-top: 10px;
    position: absolute;
    top:50px;
    left:0;
    transform: translateX(100%);
    transition: all .5s;
  }
  #js_right2.right {
   padding-top: 10px;
  }
  .right.open {
    transform: translateX(0%);
  }
  .right li {
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }
  
  * {
    box-sizing: border-box;
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
@media screen and (max-width:768px),  

  .right {
    width: 100%;
    padding-top: 10px;
    position: absolute;
    top:20%;
    left:0;
    transform: translateX(100%);
    transition: all .5s;
  }
  #js_right2.right {
   padding-top: 10px;
  }
    }
  