.home-top-video {
    padding-top: 330px;
    padding-bottom: 85px;
}
.home-top-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00304A;
    background: -webkit-linear-gradient(90deg, rgba(0, 48, 74, 1) 0%, rgba(255, 255, 255, 0.51) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 48, 74, 1) 0%, rgba(255, 255, 255, 0.51) 100%);
    background: linear-gradient(90deg, rgba(0, 48, 74, 1) 0%, rgba(255, 255, 255, 0.51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00304A", endColorstr="#FFFFFF", GradientType=1);
    z-index: 10;
}
.home-top-video-box {
    z-index: 12;
    position: relative;
}
.home-top-video-box .title {
    font-size: 60px;
    font-weight: 700;
    text-fill-color: transparent;
    text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px white;
    -moz-text-fill-color: transparent;
    line-height: 1.2;
    margin-bottom: 51px;
}
.home-top-video-box .title > span{
    text-fill-color: white;
    -webkit-text-fill-color: white;
    -moz-text-fill-color: white;
}
.home-top-video-box .desc {
    color: white;
    font-size: 20px;
    margin-bottom: 70px;
    max-width: 38%;
    word-break: break-word;
    hyphens: auto;
}
.home-top-btn {
    text-transform: uppercase;
    background-color: white;
    color: #00355c;
    font-weight: 700;
    font-size: 12px;
    padding: 15px 25px 15px 25px;
    width: 195px;
    transition: all .7s ease;
    text-align: center;
    overflow: hidden;
}
.home-top-btn:before {
    content: url("/uploads/images/arrow-icon.svg");
    width: 110px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-51%) translateX(-100%);
    transition: all .7s ease;
    margin-top: 1px;
}
.home-top-btn:hover {
    width: 252px;
    text-align: right;
    color: #00355c;
}
.home-top-btn:hover:before {
    transform: translateY(-51%) translateX(25px);
}
.home-top-video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
}
@media(max-width: 1749.98px) {
    .home-top-video-box .title {
        font-size: 55px;
    }
    .home-top-video-box .desc {
        max-width: 40%;
    }
}
@media(max-width: 1449.98px) {
    .home-top-video-box .title {
        font-size: 50px;
        margin-bottom: 40px;
    }
    .home-top-video-box .desc {
        font-size: 19px;
        max-width: 45%;
        margin-bottom: 50px;
    }
    .home-top-video {
        padding-top: 300px;
    }
}
@media(max-width: 1119.98px) {
    .home-top-video-box .title {
        font-size: 45px;
    }
    .home-top-video-box .desc {
        font-size: 18px;
        max-width: 55%;
    }
    .home-top-video {
        padding-bottom: 65px;
        padding-top: 250px;
    }
}
@media(max-width: 991.98px) {
    .home-top-video-box .title {
        font-size: 40px;
    }
    .home-top-video-box .desc {
        font-size: 16px;
    }
    .home-top-video {
        padding-top: 200px;
    }
}
@media(max-width: 767.98px) {
    .home-top-video-box .title {
        font-size: 35px;
        text-stroke: 1px white;
        -webkit-text-stroke: 1px white;
        margin-bottom: 20px;
    }
    .home-top-video-box .desc {
        font-size: 14px;
        max-width: 70%;
        margin-bottom: 20px;
    }
    .home-top-btn {
        font-size: 11px;
        padding: 10px 20px 10px 20px;
        width: 160px;
    }
    .home-top-btn:before {
        width: 62px;
    }
    .home-top-btn:hover {
        width: 190px;
    }
    .home-top-btn:hover:before {
        transform: translateY(-51%) translateX(20px);
    }
    .home-top-video {
        padding-bottom: 30px;
        padding-top: 140px;
    }
    .home-top-video:before {
        background: -webkit-linear-gradient(0deg, rgba(0, 48, 74, 1) 0%, rgba(255, 255, 255, 0.51) 100%);
        background: -moz-linear-gradient(0deg, rgba(0, 48, 74, 1) 0%, rgba(255, 255, 255, 0.51) 100%);
        background: linear-gradient(0deg, rgba(0, 48, 74, 1) 0%, rgba(255, 255, 255, 0.51) 100%);
    }
}
@media(max-width: 767.98px) {
    .home-top-video-box .title {
        font-size: 30px;
    }
    .home-top-video-box .desc {
        max-width: 100%;
        font-size: 13px;
    }
}