@media (min-width: 768px) {
    .scroll {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }
}


/* service: route map */
/*#region*/
.service-route-map {
}

.service-route-map .section-head {
    text-align: left;
}

.service-route-map .section-head h2:after {
    margin-left: 0;
    background: var(--main-yellow);
}

.service-route-map .ports {
    background: var(--the-other-blue);
    padding: 24px;
}

.service-route-map .map {
    border: 1px solid var(--the-other-blue);
}

.service-route-map .ports .scroll {
    height: calc(100% - 50px);
}

.service-route-map .section-body h3 {
    font-size: 20px;
    color: var(--main-blue);
}

.service-route-map .section-body ul {
    /*margin:-12px 0 -12px 20px*/
}

.service-route-map .section-body ul li {
    position: relative;
    padding: 4px 0;
}

.service-route-map .section-body ul li:before {
    background: var(--main-blue);
}

.service-route-map .section-body ul li:after {
    position: absolute;
    content: '';
    left: 5px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--main-blue);
}

.service-route-map .section-body ul li:first-child:after {
    top: 50%;
}

.service-route-map .section-body ul li:last-child:after {
    bottom: 50%;
}

@media (min-width: 768px) {

    .service-route-map .ports {
        margin-right: -20px;
        height: 490px;
    }
}

@media (max-width: 767px) {

    .service-route-map {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*#endregion*/

/* service: proforma schedule */
/*#region*/

.service-proforma-schedule {
    padding: 40px 0;
}

.service-proforma-schedule .section-head {
    text-align: left;
}

.service-proforma-schedule .section-head h2:after {
    margin-left: 0;
    background: var(--main-yellow);
}

.service-proforma-schedule h4 {
    font-size: 20px;
    color: var(--main-blue);
}

.service-proforma-schedule table {
    width: 100%;
    margin: 0 0 10px 0;
}

.service-proforma-schedule table th,
.service-proforma-schedule table td {
    padding: 7px 12px;
    text-align: center;
}

.service-proforma-schedule table th {
    background: var(--another-blue);
    border: 1px solid var(--the-other-blue);
    color: #fff;
}

.service-proforma-schedule table td {
    padding: 7px 12px;
    border: 1px solid var(--the-other-blue);
}

@media (min-width: 768px) {

    .service-proforma-schedule .help-us {
        margin-top: 32px;
        margin-right: -20px;
    }
}

@media (max-width: 767px) {

    .service-proforma-schedule {
        padding-left: 15px;
        padding-right: 15px;
    }

    .service-proforma-schedule .help-us {
        display: none;
    }

    .service-proforma-schedule .section-body h4 {
        margin-top: 15px;
    }
}


/*#endregion*/

/* service: route weather */
/*#region*/
.service-route-weather {
    padding: 40px 0;
    background: var(--the-other-blue);
}

.service-route-weather .section-head h2:after {
    background: var(--main-yellow);
}

.service-route-weather .image {
    transform: translate(100px, 0);
}

.service-route-weather .slide {
    transform: translate(-100px, 50px);
}

.service-route-weather .slide .item {
    padding: 40px;
    height: 280px;
    background: var(--main-blue);
}

.prev-next {
    display: flex;
    margin-top: -60px;
    padding-left: 20px;
    position: relative;
    z-index: 999;
}

.prev-next [class*=button-] {
    margin: 0 5px;
    color: #fff;
    font-size: 36px;
}

.prev-next .button-disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.service-route-weather .dots {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid var(--another-blue);
}

.service-route-weather .dots .item {
    margin-top: -7px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--another-blue);
}

.service-route-weather .dots .item:before {
    content: '';
    margin: 0 auto 10px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: var(--another-blue);
}

.service-route-weather .dots .active {
    color: var(--main-blue);

}

.service-route-weather .dots .active:before {
    background: var(--main-blue);

}

/*#endregion*/

.section-04 {
    background-color: var(--the-other-blue);
    background-image: url(../img/bg_wave-1.png);
}
