.header-container {
    background-color: #fff;
}

.logo-color {
    display: block !important;
}

.logo-white {
    display: none !important;
}

.scroll-header {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.scroll-header .logo {
    width: 150px !important;
    height: auto !important;
    margin-right: 10px !important;
}


.hero-banner img {
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

#hero-title h1 {
    min-height: 2.5em;

}


.swiper-hero-title h1 {
    margin-right: 20px;
}


.swiper .swiper-slide img {
    transition: transform 5s linear;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    transform: scale(1);
}

.swiper-hero-title .swiper-pagination {
    position: relative;
    display: flex;
    flex-direction: column;
}

.swiper-hero-title .swiper-pagination span {
    margin-bottom: 10px;
}

.swiper-hero-title .swiper-pagination-bullet {
    background-color: #fff;
    margin-right: 10px;
    opacity: 1;
}

.swiper-hero-title .swiper-pagination-bullet-active {
    background-color: #0097ce;
    opacity: 1;

}


.swiper .swiper-slide.active img {
    transform: scale(1.1);
}


.content-indent {
    max-width: 850px;
}


.line-link {
    background: linear-gradient(#0097ce, #0097ce) 0 bottom no-repeat;
    background-size: 0% 2px;
    transition: background .3s;
}

.line-link:hover {
    background-size: 100% 2px;
}

.team-grid-item {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-out;
    border-top: 1px solid #000000;
}

.team-grid-item img {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.team-grid-item.show {
    opacity: 1;
    transform: translateY(0);
}

.join-us-container img {
    position: absolute;
    object-fit: cover;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .5;
    z-index: 4;
}

.join-us-container .container {
    z-index: 5;
    position: relative;
}

.have-container li {
    list-style: disc;
}

.duty-container li {
    list-style: disc;
}

.have-container li::marker {
    color: #0097ce;
}

.contact-top {
    min-height: 75vh;
}

.contact-hero-video {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .5;
}

.contact-time {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
}

.contact-time h2 {
    line-height: 1.25;
}

.animate__animated {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-out;
}

.animate__animated.fadeInUp {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 1024px) {
    #hero-title {
        padding: 50px 100px;
        margin-top: -180px;
    }

    .content-indent {
        padding-left: 150px;
    }

    .quote-wrap {
        margin-left: -200px;
    }

    .hero-banner {
        width: 100%;
        height: 720px;
        overflow: hidden;
        position: relative;
    }

    .service-link a {
        height: 70px;
    }

    .service-link p {
        height: 70px;
        line-height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    #hero-title {
        padding: 30px 20px;
        margin-top: -80px;
    }

    .hero-banner {
        width: 100%;
        height: 580px;
        overflow: hidden;
        position: relative;
    }

    .service-link a {
        height: 70px;
    }

    .service-link p {
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width: 768px) {

    #hero-title {
        padding: 20px;
        margin-top: -80px;
    }

    .hero-banner {
        width: 100%;
        height: 380px;
        overflow: hidden;
        position: relative;
    }
}