    #home header {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        width: 910px;
        max-width: 90%;
        margin: 0 auto;
        padding-top: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }



    .section-title{
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    #main p{
        line-height: 31px;
    }
    
    #main video{
        
        position: absolute;
        top: 0;
        left: 0; 
        width: 100%;
        z-index: 1;
    }
    
    #main{
        max-height: 900px;
        position:relative;
    }
    
    #main p > img{
        float:left; 
        margin: 7px 24px 7px 0; 
        width: 407px;
    }
    
    #main p > span{
        margin-bottom: 18px;
        display: block;
    }
    
    .home-section p {
        line-height: 140%;
        font-size: 18px;
        font-family: sans-serif;
    }
    
    #main3 div {
        overflow: unset;
    }
    
    #main5{
        background: #ffffff;
    }
    
    #main5 li{
        line-height: 30px;
        font-weight: 600;
    }
    
    #main3 {
        background: white;
        color: #fff;
    }
    
    /*#home header{*/
    /*    display:none!important;*/
    /*}*/
    
    #home #hero{
        display:none!important;
    }
    
   
    
    #main .main-wrap{
        position: relative;
        z-index: 2;
        margin-top: 137px;
        color: white;
    }
    
    .section-title{
        text-align:center!important;
    }
    
    .main-wrap-bottom-desc{
        padding-left: 42px;
        font-size: 15px;
        padding-right: 150px;
    }
    
    .main-wrap-bottom-desc span{
        display: block;
        line-height: 25px;
        margin-bottom: 20px;
    }
    
    
    .main-container-1{
        display: flex;
        justify-content: flex-start;
        min-height: 300px;
        width: 90%;
        margin: auto;
    }
    
    .main-container-1-left{
        width: 55%;
    }
    
    
    .main-container-1-left-top{
        
    }
    
    .main-container-1-left-top p{
        font-size: 27px;
        padding-right: 16px;
        line-height: 33px!important;
        margin-top: 0;
    }
    
    .main-container-1-left-bottom{
        display: flex;
        justify-content: flex-start;
        padding-right: 70px;
    }
    
    .main-container-1-right{
        display: flex;
        justify-content: center;
        margin-left: 40px;
    }
    
    .main-container-1-right > img{
        width: 174px;
    }
    
    .main-container-1-left-bottom > img{
        width: 253px;
        display: block;
        margin: auto;
    }
    
    
    
    .main-container-2{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 34px 43px;
    }
    
    .main-container-2 > img{
        max-width: 286px;
        display: block;
    }
    
    
    
    
    
    
    