.video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
}

.video-bg video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    visibility: visible;
    opacity: 1;
    width: 1905px;
    height: auto;
}

@media only screen and (max-width: 1199px) {
    body .video-bg video {
        margin: auto;
        position: absolute;
        z-index: -1;
        transform: none;
        visibility: visible;
        opacity: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.banner-box {
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner-box .description {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    text-align: center;
    height: 100vh;
    position: relative;
    background: rgba(0,0,0,0.20);
    z-index: 1;
}

.banner-txt {
    font-size: 76px;
    font-weight: 300;
    line-height: 1.1;
}

.banner-txt strong {
    font-weight: bold;
    font-size: 121px;
}

.box-1 {
    display: flex;
    position: relative;
}

.box-1 .description {
    height: 925px;
    display: flex;
    align-items: center;
}

.box-1 .figure-box {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50%;
}

.box-1 .figure-box div {
    position: absolute;
    top: 0;
    display: block;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;    
    height: 100%;
    transition: all .5s ease-in-out; 
    width: 100%;
}

.box-1 .figure-box div:hover {
    transform: scale(1.1);
}

.box-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.box-1 .description {
    width: 50%;
    padding-right: 97px;
}

.box-1-content {
    padding-left: 75px;
}

.box-1-1 .figure-box {
    left: 0;
    right: auto;
}

.box-1-1 .description {
    float: right;
    padding-left: 97px;
    padding-right: 0;
}

.box-1 .title-1 {
    margin-left: -75px;
}

.box-1-1 .title-1 a {
    color: #fff;
}

.box-1-1 {
    background: #00904c;
}


@media only screen and (max-width: 1590px) {
    .banner-txt strong {
        font-size: 90px;
    }
    .banner-txt {
        font-size: 66px;
    }
    .box-1-1 .description {
        padding-right: 40px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-txt strong {
        font-size: 60px;
    }
    .banner-txt {
        font-size: 45px;
    }
    .box-1-content {
        padding-left: 0;
    }
    .box-1 .title-1 {
        margin-left: 0;
    }
    .box-1 .description {
        padding-right: 30px;
    }
    .box-1-1 .description {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .banner-box .description {
        padding-bottom: 85px;
        height: calc(100vh - 70px);
    }
    .box-1 .description {
        height: auto;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-txt strong {
        font-size: 30px;
        line-height: 1.1;
    }
    .banner-txt {
        line-height: 1.3;
        font-size: 20px;
    }
    .btn-scroll-down {
        bottom: 20px;
    }
    .box-1 {
        flex-wrap: wrap;
    }
    .box-1 .description {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .box-1 .figure-box {
        width: 100%;
        position: relative;
        z-index: 2;
        height: 400px;
    }
}