.service .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}


.service__banner {
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column
}

.service__banner .banner__title {
    font-family: Oswald;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #e7be71;
    margin-bottom: 12px;
    /* font-family: 'Mulish', sans-serif; */
}

.service__banner .banner__subtitle {
    font-family: be vietnam pro,sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #e7be71;
    max-width: 770px;
    margin-bottom: 40px;
    /* font-family: 'Mulish', sans-serif; */
    font-weight: 300;
}

.service img {
    width: 100%;
    border-radius: 10px;
}

.service__block {
    margin: 30px 0
}

.service__block:first-child {
    margin: 0
}

.service__block:last-child {
    margin: 30px 0 15px
}

.service__title {
    padding: 0 0 0 18px;
    position: relative;
    font-size: 18px;
    /* text-transform: uppercase; */
    font-family: Oswald;
    font-weight: 500;
    margin-bottom: 15px;
    /* font-family: 'Mulish'; */
    color: #00113d;
}

.service__title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    /* background: linear-gradient(-45deg, #A8232E, #DA0530, #DA0530, #a8232d); */
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #00113d;
}

.service__sc-text {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    text-align: justify;
    padding-bottom: 30px
}

.service__sc-text span {
    white-space: nowrap
}

.service__list a {
    overflow: hidden;
    display: block
}

.service__list a img {
    transition: all .2s ease-in-out
}

.service__list a:hover img {
    transform: scale(1.03)
}

.service .swiper-button-next:after,.service .swiper-button-prev:after {
    color: #eee
}

.service .swiper-button-next {
    right: 0
}

.service .swiper-button-prev {
    left: 0
}

.service .swiper-button-next.swiper-button-disabled,.service .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

@media screen and (min-width: 769px) {
    .service__title {
        padding: 5px 0 5px 20px;
        font-size: 24px;
    }

    .service__block {
        margin: 30px 0 45px
    }

    .service__block:first-child {
        margin: 15px 0 30px
    }

    .service__block:last-child {
        margin: 30px 0 15px
    }

    .service__sc-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 769px) {
    .service__banner {
        height: 300px;
        padding: 16px
    }

     .service__banner .banner__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px
    }

    .service__banner .banner__subtitle {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }
}

.service__item{
    /* background: linear-gradient(-45deg, #A8232E, #DA0530, #DA0530, #a8232d); */
    border-radius: 10px;
    /* border: solid 1px #ddd; */
    background: #014258;
}
.service__item .wrap_service{
    padding: 0em 1em 1em 1em;
    display: inline-block;
}
.service__item .wrap_service .blog__title{
    color: #e7be71;
    font-size: 24px;
    font-weight: 500;
    line-height: inherit;
    font-family: 'Oswald';
}
.service__item .wrap_service .blog__subTitle{
    color: #e7be71;
    font-size: 14px;
    font-family: 'Be Vietnam Pro';
}
.service__item .wrap_service .blog__price{
    color: lemonchiffon;
    font-weight: 700;
    font-size: 20px;
    animation: initial;
    padding: 5px 10px;
    font-family: 'Be Vietnam Pro';
}