html,body{
    overflow-y: auto;
}

.cursor{
    display: none;
    cursor: none;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-image: url(../image/main/icon-close.png);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%,-50%);
    border-radius: 50px;
    border: 1px solid #fff;
}


.s1{
    overflow: hidden;
}
.s1 video{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}
.s1 .table{
    position: relative;
    
}
.s1 h2{
    font-size: 90px;
}
.s1 h3{
    font-size: 30px;
}
.s1 .video-btn{
    position: absolute;
    bottom: 20%;
    width: 64px;
    height: 64px;
    border: 2px solid #c12238;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 60px;
    font-size: 14px;
    cursor: pointer;
}
.s2{
    margin-top: 100px;
}
.s2.imglist ul{
    height: 820px;
}
.s3{
    margin-top: 200px;
}
.s3 h5{
    width: 100%;
    font-size: 70px;
    position: absolute;
    top: calc(50% - 42px);
    left: 50%;
    transform: translate(-50%,-50%);
}
.s4{
    padding-top: 160px;
}
.s4 img{
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
}
.s4 h1{
    letter-spacing: 3px;
    font-size: 40px;
}
.s4 video{
    display: inline-block;
    max-width: 70%;
    margin-top: 100px;
}
.s5{
    padding: 0 96px 192px 0;
    margin: 384px 0 192px 0;
    min-height: 100vh;
    text-align: left;
}
.s5 h2{
    font-size: 120px;
    font-weight: 300;
    width: 66.6664%;
    padding-left: 8.3333%;
    position: relative;
}
.s5 p{
    font-size: 25px;
    width: 33.3332%;
    padding-left: 16.6666%;
    position: relative;
    z-index: 2;
    margin-top: 96px;
    letter-spacing: 3px;
    line-height: 60px;

}
.s5 img{
    position: absolute;
    right: 8.3333%;
    margin-right: 96px;
    top: 0;
}
.s5 img.bg{
    position: absolute;
    left: 0;
    top: auto;
    bottom: -120px;
    width: 100%;
}
.s6{
    min-height: 50vh;
    padding: 96px;
    margin-top: 192px;
    background-image: url(../image/technicians/interlude.jpg);
    background-size: cover;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
}
.s6 .table-cell{
    text-align: justify;
}
.s6 h2{
    font-size: 95px;
    letter-spacing: 10px;
    line-height: 168px;
    padding: 0 8.3333%;
}
.s6 p{
    font-size: 25px;
    letter-spacing: 3px;
    padding: 0 0 0 16.6666%;
    width: 33.3332%;
    line-height: 48px;
    margin: 24px 0 48px 0;
}






@media only screen and (max-width: 1366px){
    
    
    .s1 h2{
        font-size: 60px;
    }
    .s1 h3{
        font-size: 24px;
    }
    .s1 .table-cell{
        padding-bottom: 100px;
    }
    .s1 .video-btn{
        bottom: 25%;
    }
    .s2.imglist ul{
        height: 620px;
    }
    .s3 h5{
        font-size: 40px;
    }
    .s5{
        margin: 180px 0 192px 0;
    }
    .s5 h2{
        font-size: 80px;
    }
    .s5 p{
        font-size: 26px;
        line-height: 62px;
    }
    .s6{
        padding: 90px;
    }
    .s6 h2{
        font-size: 80px;
        line-height: 120px;
    }
    .s6 p{
        font-size: 18px;
        line-height: 36px;
    }
    
    
}






























