body::-webkit-scrollbar { 

    display: none; 

}

body::-ms-scrollbar { 

    display: none; 

}


.img_container{
    float: left;
    width: 100%;
    overflow: hidden;
}

.img_container img{
    width: 101%;
}

.container_txt{
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    top: 50%;
    z-index: 1;
    opacity: 0;
}

#con1{
    top: 41%;
    opacity: 1;
}

#con2{
    margin-top: -110px;
}

#con3{
    margin-top: -153px;
}

#con4,#con5,#con6,#con8,#con9{
    margin-top: -153px;
}

#con7{
    margin-top: -125px;
}

.in_txt{
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 115px;
    font-weight: 500;
    line-height: 115px;
    margin-bottom: 30px;
}

.in_sub_txt{
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    color: #ffffff;
    margin-top: 20px;
}

@media all and (max-width:1600px){
    .img_container img{
        width: 112%;
    }
}

@media all and (max-width:1366px){
    .img_container img{
        width: 130%;
    }
}
