/* --------------------
 Service - Detail
-------------------- */
.service-detail__hero {
    align-items: center;
    background-image: url(../../images/commons/com-hero-blue.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .service-detail__hero {
        height: 390px;
        padding-bottom: 0;
    }
}

.service-detail__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .service-detail__hero-container {
        padding: 15px 30px;
    }
}

.service-detail__hero__title {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .service-detail__hero__title {
        font-size: 3.2rem;
    }
}

.service-detail__hero__desc {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
    text-align: center;
    width: 100%;
}

.service-detail__hero__nav {
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    width: 100%;
}

.service-detail__hero__nav-container {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0;
}

@media (min-width: 768px) {
    .service-detail__hero__nav-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.service-detail__hero__nav__item {
    padding: 0;
    position: relative;
    width: 50%;
}

@media (min-width: 768px) {
    .service-detail__hero__nav__item {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .service-detail__hero__nav__item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.service-detail__hero__nav__item__link {
    align-items: center;
    background-color: rgba(51, 172, 255, 0);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #595757;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.2rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    padding: 10px 8px;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .service-detail__hero__nav__item__link {
        font-size: 1.4rem;
        padding: 15px 10px;
    }
}

.service-detail__hero__nav__item__link:hover, .service-detail__hero__nav__item__link:focus {
    background-color: rgba(51, 171, 255, .93);
    color: #ffffff;
}

.service-detail__hero__nav__item.is-active .service-detail__hero__nav__item__link {
    background-color: rgba(51, 171, 255, .93);
    color: #ffffff;
}

.service-detail__hero__nav__item--has-submenu .service-detail__hero__nav__item__link {
    padding-left: 30px;
    position: relative;
}

.service-detail__hero__nav__item--has-submenu .service-detail__hero__nav__item__link:before {
    background-image: url(../../images/commons/com-submenu-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: '';
    display: block;
    height: 20px;
    left: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
}

.service-detail__hero__nav__item__submenu {
    display: none;
    left: 50%;
    padding: 0 0 3px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
}

.service-detail__hero__nav__item__submenu__item {
    border-bottom: 1px solid #33abff;
}

.service-detail__hero__nav__item__submenu__item__link {
    align-items: center;
    background-color: #bce7ff;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #33abff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.2rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    padding: 10px 8px;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    white-space: nowrap;
}

@media (min-width: 768px) {
    .service-detail__hero__nav__item__submenu__item__link {
        font-size: 1.4rem;
        padding: 12px 10px;
    }
}

.service-detail__hero__nav__item__submenu__item__link:hover, .service-detail__hero__nav__item__submenu__item__link:focus {
    background-color: #33abff;
    color: white;
}

.service-detail__main {
    padding: 60px 0 100px;
}

@media (min-width: 768px) {
    .service-detail__main {
        margin-bottom: 180px;
    }
}

.service-detail__main-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .service-detail__main-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.service-detail__main__title {
    border-bottom: 1px solid #000000;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    padding: 0 0 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .service-detail__main__title {
        font-size: 2.6rem;
    }
}

.service-detail__main__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .service-detail__main__title__text {
        padding-left: 55px;
    }
}

.service-detail__main__title__text:before {
    background-image: url(../../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .service-detail__main__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        width: 45px;
    }
}

.service-detail__main__content {
    margin: 0 auto 150px;
    max-width: 860px;
}

@media (min-width: 768px) {
    .service-detail__main__content {
        margin-bottom: 180px;
    }
}

.service-detail__main__content__head {
    margin: 0 0 30px;
    position: relative;
}

@media (min-width: 768px) {
    .service-detail__main__content__head {
        margin-bottom: 50px;
    }
}

.service-detail__main__content__head__fig {
    text-align: center;
}

.service-detail__main__content__head__title {
    background-color: #afaeae;
    color: #ffffff;
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    padding: 8px 15px;
}

@media (min-width: 768px) {
    .service-detail__main__content__head__title {
        bottom: 0;
        font-size: 2.6rem;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
    }
}

.service-detail__main__content__body img {
    display: block;
    margin: 30px auto;
}

.service-detail__main__content__body p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .service-detail__main__content__body p {
        font-size: 1.6rem;
    }
}

.service-detail__main__action__button {
    background-color: #ffe000;
    color: #33acff;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .15;
    list-style: 1.2;
    margin: 0 auto;
    max-width: 380px;
    padding: 8px 10px;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.service-detail__main__action__button:hover, .service-detail__main__action__button:focus {
    background-color: #33acff;
    color: #ffe000;
}
