body.services .ec-layoutRole {
    background-color: #eee;
}

body.services .ec-layoutRole__contents {
    max-width: 1300px;
}

.service__container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
}

.service__sidebar ul {
    list-style: none;
    padding: 40px 15px;
    margin: 0px;
    background-color: #fff;
}

.service__sidebar ul li a {
    display: block;
    color: #525263;
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px 0px;
}

.service__sidebar ul li:hover a {
    color: #DA1F85;
}

.service__sidebar ul li a.actived {
    color: #DA1F85;
    text-decoration: underline;
}

.service__banner {
    position: relative;
}

.service__banner__img,
.data__tabs-content__img {
    width: 100%;
}

.service__banner__info {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0px;
    width: 100%;
    align-items: center;
    height: 100%;
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.service__title {
    margin: 0px 0px 0px 30px;
    color: #fff;
    font-size: 5em;
    letter-spacing: 10px;
    font-weight: bold;
}

.mobile_wifi_route__banner .service__title,
.portable_power_supply__banner .service__title,
.safety_confirmation_app__banner .service__title {
    letter-spacing: 0px;
}

.starlink__banner .service__img {
    margin-right: 30px;
    height: 300px;
}

.satellite_phone__banner .service__img,
.smartphone__banner .service__img,
.tablet__banner .service__img {
    margin-right: 70px;
    height: 300px;
}

.mobile_wifi_route__banner .service__img,
.gps_device__banner .service__img,
.portable_power_supply__banner .service__img {
    margin-right: 30px;
    height: 120px;
}

.coming-soon {
    height: 600px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.coming-soon label {
    color: #DA1F85 !important;
    font-size: 1.3em;
}

.coming-soon h3 {
    font-size: 2.5em;
    margin: 0px;
    font-weight: bold;
}

.service__data {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
}

.about__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #525263 !important;
    gap: 10px;
}

.about__title label {
    color: #DA1F85 !important;
    font-size: 1.3em;
}

.about__title h3 {
    font-size: 2.5em;
    margin: 0px;
    font-weight: bold;
}

.about__title .about__desc {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
}

.about__title img {
    height: 150px;
}

#mobile_wifi_route .about__title img {
    height: 70px;
}

#gps_device .about__title img {
    height: 70px;
}

#portable_power_supply .about__title img {
    height: 70px;
}

.about__tabs {
    margin-top: 20px;
}

.data__tabs {
    display: flex;
    list-style: none;
    padding: 0;
}

.data__tabs li {
    margin-right: 2px;
}

.data__tabs a {
    text-decoration: none;
    padding: 7px 15px;
    border: none;
    display: flex;
    background: #eee;
    color: #BFBFBF;
    height: 100%;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.data__tabs a[aria-selected="true"] {
    background-color: #fff;
    border-bottom: 1px solid #DA1F85;
    color: #DA1F85;
}

.data__tabs-content {
    display: block;
    position: relative;
}

.data__tabs-content__info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
    margin-right: 30px;
    color: #fff;
}

.data__tabs-content__info label {
    font-size: 1.3em;
    color: #DA1F85;
    font-weight: bold;
}

.data__tabs-content__info h3 {
    font-size: 2.5em;
    font-weight: bold;
}

.data__tabs-content__info > div {
    font-size: 1.2em;
    line-height: 1.5em;
}

.service__case-study {
    margin-top: 50px;
}

.service__case-study__title h3 {
    color: #DA1F85 !important;
    font-size: 1.3em;
}

.service__case-study__grid_3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.service__case-study__grid_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.service__case-study__item {
    position: relative;
    z-index: 0;
}

.service__case-study__item img {
    width: 100%;
    height: 100%;
}

.service__case-study__item .service__case-study__item__info {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    width: 100%;
    padding: 10px;
    color: #fff;
}

.service__case-study__item .service__case-study__item__info label {
    text-transform: uppercase;
}

.service__case-study__item .service__case-study__item__info p {
    font-weight: bold;
}

.service__others {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.service__others__item {
    height: 210px;
    border-radius: 45px;
    position: relative;
}

.service__others__item__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin-left: 20px;
}

.service__others__item__title h4 {
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
}

.service__others__item__arrow {
    width: 50px;
    display: flex;
    height: 50px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.service__others__item__arrow i {
    font-size: 1.2em;
    color: #DA1F85;
}

.goto-application {
    background-image: url('../img/services/goto-application.png');
}

.goto-contact {
    background-image: url('../img/services/goto-contact.png');
}

/* 800 -> 1150 */
@media screen and (min-width: 800px) and (max-width: 1150px) {
    .service__container {
        grid-template-columns: 1fr;
    }
    
    .service__sidebar {
        display: none;
    }

    .service__others {
        padding: 0px 20px;
    }
}

/* < 800 */
@media screen and (max-width: 799px) {
    .service__container {
        grid-template-columns: 1fr;
    }

    .service__sidebar {
        display: none;
    }

    .service__title {
        font-size: 2em;
    }

    .service__img {
        height: 100px !important;
    }

    .mobile_wifi_route__banner .service__img,
    .gps_device__banner .service__img,
    .portable_power_supply__banner .service__img {
        height: 70px !important;
    }

    .about__title label {
        font-size: 1em;
    }

    .coming-soon label {
        font-size: 1em;
    }

    .about__title h3 {
        font-size: 1.5em;
    }

    .coming-soon h3 {
        font-size: 1.5em;
    }
    
    .about__title .about__desc {
        font-size: 0.7em;
    }

    .about__title img {
        height: 75px;
    }

    #mobile_wifi_route .about__title img,
    #gps_device .about__title img,
    #portable_power_supply .about__title img
    {
        height: 50px;
    }

    .data__tabs a {
        font-size: 0.7em;
    }

    .data__tabs-content__info {
        margin-left: 15px;
        margin-right: 15px;
    }

    .data__tabs-content__info label {
        font-size: 1em;
    }

    .data__tabs-content__info h3 {
        font-size: 1.5em;
    }

    .data__tabs-content__info > div {
        font-size: 0.7em;
    }
    
    .service__case-study__title h3 {
        font-size: 1em;
    }

    .service__others {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0px 20px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .service__others__item {
        height: 160px;
    }

    .service__others__item__title h4 {
        font-size: 1.5em;
    }

    .service__others__item__title span {
        font-size: 0.7em;
    }
    
    .service__others__item__arrow {
        width: 35px;
        height: 35px;
    }

    .service__others__item__arrow i {
        font-size: 1em;
    }
}

@media screen and (max-width: 600px) {
    .service__case-study__grid_3, .service__case-study__grid_2 {
        grid-template-columns: 1fr;
    }
    
    .service__title {
        letter-spacing: 0px !important;
    }

    .service__img {
        margin-right: 30px !important;
    }
}