section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

section .title h1 {
    color: #333;
    font-size: 48px;
    line-height: 1;
}

section .title h2 {
    color: #7C7C7C;
    font-size: 16px;
    line-height: 1;
    margin-top: 30px;
}

@media (max-width: 1440px) {
    section .title h1 {
        font-size: 36px !important;
    }
}


@media (max-width: 640px) {
    section .title h1 {
        font-size: 30px !important;
    }
}

/* banner */
.bannerbigbox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bannerSwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bannerSlide {
    overflow: hidden;
}

.bannerSlide video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 55vw;
    object-fit: cover;
    min-height: 350px;
    max-height: 960px;
    display: block;
}

.bannerSlide .text {
    position: absolute;
    z-index: 2;
    left: 100px;
    bottom: 240px;
    width: 560px;
    height: 500px;
    background: url(/assets/images/Vector3.png) no-repeat center;
    background-size: contain;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-end;
}

.bannerSlide .text h1 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
    font-family: 'Orelega';
}

.bannerSlide .text h2 {
    color: #FFF;
    text-align: justify;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 28px;
    line-height: 1.5;
}

.bannerSlide .text img {
    margin-top: 30px;
}

.bannerSwiper .swiper-pagination {
    width: 660px;
    height: 240px;
    background: url(/assets/images/Vector4.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 60px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.bannerSwiper .swiper-pagination span {
    width: 20px;
    height: 130px;
    background: #fff0;
    margin: 0 20px !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #fff;
    transition: 1s;
    position: relative;
    opacity: 0.6;
}

.bannerSwiper .swiper-pagination span.swiper-pagination-bullet-active {
    width: 120px;
    opacity: 1;
}

.bannerSwiper .swiper-pagination span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #D9D9D9;
    position: absolute;
    left: 30px;
    transition: 0s;
}

.bannerSwiper .swiper-pagination span.swiper-pagination-bullet-active::after {
    width: 100px;
    transition: 5s;
}

/* end-banner */
@media (max-width: 1600px) {
    .bannerSlide .text {
        height: 480px;
    }
}

@media (max-width: 1440px) {
    .bannerSlide .text {
        height: 320px;
        background: rgb(0 0 0 / 6%);
        border-radius: 200px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 240px;
        padding: 0 80px;
    }

    .bannerSlide .text h1 {
        font-size: 28px;
    }

    .bannerSlide .text h2 {
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .bannerSwiper .swiper-pagination {
        width: 100%;
        background: rgb(0 0 0 / 6%);
        height: 90px;
    }

    .bannerSwiper .swiper-pagination span {
        height: 90px;
    }

    .bannerSlide .text {
        width: 80%;
        left: 10%;
        border-radius: 0;
        height: auto;
        padding: 30px 80px;
        bottom: 180px;
        display: flex;
        align-items: center;
    }

    .bannerSlide .text h1,
    .bannerSlide .text h2 {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .bannerbigbox {
        margin-top: 60px;
    }

    .bannerSlide .text {
        padding: 30px;
        bottom: auto;
        top: 30px;
    }

    .bannerSlide .text h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bannerSlide .text h2 {
        font-size: 24px;
    }

    .bannerSlide .text img {
        margin-top: 10px;
    }

    .bannerSwiper .swiper-pagination {
        bottom: 0;
    }
}

@media (max-width: 640px) {
    .bannerSlide {
        display: flex;
        flex-direction: column-reverse;
    }

    .bannerSlide .text {
        margin-bottom: 60px;
        height: 200px;
        padding: 0px 15px;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: rgb(0 0 0 / 20%);
    }

    .bannerSlide .text h2 {
        font-size: 24px;
    }

    .bannerSlide video {
        width: 100%;
        height: 210px;
        min-height: unset;
        max-height: unset;
    }

    .bannerSwiper .swiper-pagination {
        bottom: 0;
        height: 60px;
    }

    .bannerSwiper .swiper-pagination span {
        height: 60px;
    }

    .bannerSwiper .swiper-pagination {
        border-top: 1px solid #fff;
        background: rgb(0 0 0 / 20%);
    }
}