main {
    margin-top: 89px
}

section.banner-media {
    position: relative
}

section .nav__images.cate {
    width: 100%;
    height: 680px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

section .nav__images.cate .navbar__gadient {
    width: 100%;
    height: 100%;
    background: linear-gradient(178.93deg, rgba(1, 145, 207, 0.5) 37.33%, rgba(1, 145, 207, 0) 75.43%)
}

.content__navbar {
    margin-top: 75px;
    text-transform: capitalize;
    color: #ffffff
}

.content__navbar a:hover {
    text-decoration: none
}

.tile__navbar {
    font-weight: 700;
    line-height: 40px;
    position: relative;
    margin-top: 10px
}

.tile__navbar a:hover {
    color: #fff
}

.tile__navbar .customer-text {
    max-width: 500px;
    line-height: 36px;
    font-size: 26px;
    font-weight: 500;
    margin-top: 35px;
    font-style: italic;
    text-transform: initial
}

.tile__navbar::before {
    content: "";
    width: 90px;
    height: 3px;
    background: #57B33E;
    position: absolute;
    bottom: -15px
}

.tile__navbar::after {
    content: "";
    width: 40px;
    height: 3px;
    left: 94px;
    background: #ebebeb;
    position: absolute;
    bottom: -15px
}

.tile__navbar_mb {
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 19px;
    display: none;
    text-align: center;
    text-transform: initial
}

.main__service__introduce {
    margin-top: 40px
}

.main__service__introduce .title__service__main {
    font-weight: 700;
    line-height: 36px;
    color: #2e58a6
}

.main__service__introduce .intro_c {
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #27343a
}

.main__box__service__item .thumb-img {
    background: #ffffff;
    border-radius: 5px;
    border: 0.5px solid #ebebeb
}

.main__box__service__item .thumb-img img {
    height: 150px;
    object-fit: contain;
    display: block;
    margin: auto
}

.end_page_client {
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -99
}

.end_page_client img {
    width: 100%
}

.main__service__image {
    padding-top: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3
}

.main__service__image p {
    margin-bottom: 30px
}

.nav-tiltle-text {
    margin-top: 48%;
    font-weight: 700;
    font-size: 45px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}

@media only screen and (min-width: 1370px) {
    section .nav__images.cate {
        height: 845px
    }
}

@media only screen and (max-width: 768px) {
    main {
        margin-top: 64px;
        padding: 0 15px
    }

    .main__box__service__item:nth-child(odd) {
        padding-right: 10px !important
    }

    .main__box__service__item:nth-child(even) {
        padding-left: 10px !important
    }

    section.banner-media {
        margin-left: -15px;
        margin-right: -15px
    }

    section .nav__images.cate {
        height: 240px;
        display: none
    }

    .content-row-4 {
        display: block
    }

    .main__service__introduce {
        margin: 30px 0px;
        margin-top: 100px
    }

    .main__service__introduce .title__service__main h1 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700
    }

    .main__service__introduce .intro_c {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 30px
    }

    .content__navbar {
        padding: 40px
    }

    .content__navbar .tile__navbar {
        display: none
    }

    .content__navbar .tile__navbar_mb {
        display: block
    }

    .main__service__image {
        font-size: 16px;
        line-height: 20px
    }
}

.content-row-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px
}

.document-title {
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    left: 0
}

.document-title .title {
    font-weight: 700;
    font-size: 15px;
    line-height: 44px;
    color: #FFFFFF
}

.hover-div {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
    transform: scale(0);
    transition: 0.3s
}

.img-small-right:hover .hover-div {
    transform: scale(1)
}

@media screen and (max-width: 768px) {
    .content-row-4 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 12px
    }

    .document-title .title {
        line-height: unset
    }
}

/*# sourceMappingURL=partner.css.map */