.owl-carousel{
    width: 75%;
    max-width: 1214px;
    margin: 0 auto;
    padding: 50px 0;
}
.works-banner{
    position: relative;
    background: #eaeaea;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -10%;
    position: absolute;
    top: 53%;
    font-size: 58px;
    transform: translate(0,-100%);
    outline: none;
        z-index: 999;
}
.owl-carousel .owl-nav button span{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    transition: .3s;
           border: solid 1px #ddd;
}
.owl-carousel .owl-nav button.owl-next{
    right: -10%;
    position: absolute;
    top: 53%;
    font-size: 58px;
    transform: translate(0,-100%);
    outline: none;
}
.owl-carousel .owl-nav button span:hover{
    background: #f5821f;
    color: #fff;
}.copyright{
    margin-right: 20px;
}
.works-presentation{
    position: absolute;
    left: 0;
    top:50%;
    transform: translate(0,-50%);
    z-index: 99;
    height: 3.4rem;
    background: rgba(255,255,255,.8);
}
.works-main{
    width: 3.44rem;
    float: left;
    height: 100%;
}
.works-main img{
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.border-active{
    height: 60%;
    width: 1px;
    background: #000;
    position: absolute;
    top: 20%;
    right: 15%;
}
.arrows-left{
    position: absolute;
    top: 50%;
    left: -4.2px;
    width: 10px;
    height: 10px;
    transform: translate(0,-50%) rotate(45deg);
    background: #fff;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    animation: arrow .5s linear infinite;
    cursor: pointer;
    z-index: 999;
}
.arrows-left:hover{
    border-top: solid 1px #333 !important;
    border-right: solid 1px #333 !important;
}
@keyframes arrow {
    0%{
        border-top: solid 1px rgba(0,0,0,.1);
        border-right: solid 1px rgba(0,0,0,.1);
    }
    50%{
        border-top: solid 1px #333;
        border-right: solid 1px #333;
    }
    100%{
        border-top: solid 1px rgba(0,0,0,.1);
        border-right: solid 1px rgba(0,0,0,.1);
    }
}
.works-text{
    position: absolute;
    left: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    width: 0;
    transition: .3s;

}
.works-container{
    opacity: 0;
    width: 700px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0,-51%);
    transition: .3s;
 }
.active{
    opacity: 1;
        width: 700px;
}
.works-text p:nth-of-type(1){
    padding-top: 10px;
}
.works-text p:nth-of-type(1){
    padding-top: 10px;
}
.works-text p{
    font-size: 12px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 0 3px;
    color: #000;
        line-height:20px;
}
.works-text p strong{
           line-height:45px;
}
.works-close{
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 999;
}
.owl-stage-outer{
    padding:  0;
}
.active .works-container {
    width: auto;
    opacity: 1;
}
.owl-item .item{
    position: relative;
    overflow: hidden;
    height: 800px;
}
.owl-carousel .owl-item img{
    width: auto;
}
.owl-item .item img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    max-height: 100%;
    max-width:100%;
}
.owl-carousel{
          z-index: inherit;
}
.owl-carousel .owl-nav.disabled{
         z-index: 999;
}
@media all and (max-width: 1630px) {
    .owl-carousel .owl-nav button.owl-next{
        right: -16%;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -16%;
    }
}