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

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

.service__container {
  display: flex;
  /* grid-template-columns: 300px 1fr;
  gap: 50px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service__sidebar {
  position: fixed;
  z-index: 500;
  top: 0px;
  width: 100%;
  background: #fff;
  padding-top: 68px;
  max-width: 1300px;
  transition: transform 0.35s cubic-bezier(.25, .46, .45, .94),
  opacity 0.25s ease-in-out,
  filter 0.25s ease-in-out;
  opacity: 1;
  filter: blur(0);
}


.service__sidebar--hidden {
  transform: translateY(-100%);
  opacity: 0;
  filter: blur(4px);
}

.service__sidebar ul {
  list-style: none;
  margin: 0 0 0 0;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 0px;
  border-bottom: 1px solid #E1E6EF;
}

.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: #22BA9E;
}

.service__sidebar ul li a.actived {
  color: #22BA9E;
  text-decoration: none;
  border-bottom: 2px solid #22BA9E;
}

.active {
  color: #22BA9E !important;
}

.service-sidebar-image-box {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;

}

.service-sidebar-image {
  max-width: 60px;
  max-height: 60px;
}

.service-sidebar-item {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.service-sidebar-item p {
  color: #23272F;
  font-size: 14px;
  font-weight: 500;
}

.service-banner {
  display: flex;
  padding-top: 148px;
  justify-content: center;
  padding-bottom: 50px;
}

.service-banner-content {
  margin-left: 60px;
  margin-top: 16px;
}

.service-banner-img-box {
  width: 460px;
  height: 469px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #F8F9FC;
}

.service-banner-img-content {
  max-width: 408px;
  max-height: 388px;
}

.service-banner-content-header {
  margin-bottom: 34px;
}

.service-banner-content-first {
  font-weight: 500;
  font-size: 16px;
  color: #3F444D;
}

.banner-content-product-name {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}

.banner-content-product-note {
  font-weight: 500;
  font-size: 15px;
  color: #94A0B8;
}

.banner-content-product-description {
  font-weight: 500;
  font-size: 17px;
  color: #3F444D;
  margin-bottom: 58px;
}

.banner-content-product-casestudy {
  font-weight: 400;
  font-size: 13px;
  color: #3F444D;
}

.service__tabs_v2 {
  display: flex;
  justify-content: center;
}

.service__tabs_v2_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 97px;
  background-color: #F8F9FC !important;
  margin: 0 2px 0 2px;
}

.service__tabs_v2_feature {
  line-height: 25px;
  font-weight: 800;
  font-size: 14px;
  color: #CBD2E1;
  letter-spacing: 2px;
}

.service__tabs_v2_body {
  line-height: 27px;
  font-weight: 500;
  font-size: 17px;
  color: #94A0B8;
  height: 54px;
  display: flex;
  align-items: center;
}

.data__tabs-content_body {
  width: 42%;
  padding: 60px 0px 0 40px;
  background-color: #FFFFFF;
  border-radius: 20px;
}

.data__tabs-content-info {
  margin: 0 0 17px 0;

}

.data__tabs-content-label {
  font-size: 15px;
  font-weight: 700;
  color: #22BA9E;
  line-height: 25px;
  letter-spacing: 1px;
}

.data__tabs-content-name {
  font-size: 29px;
  font-weight: 700;
  color: #1B1F27;
  line-height: 150%;
}

.data__tabs-content__content {
  font-size: 16px;
  font-weight: 400;
  color: #23272F;
  line-height: 150%;
}


.service__banner {
  position: relative;
}

.service__banner__img,
.data__tabs-content__img {
  width: 100%;
  height: 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;
}

.service__support-head {
  margin-bottom: 72px;
}

.service__support-system {
  text-align: center;
  /* padding: 45px 0; */
}

.service__support-sub {
  color: #22BA9E;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.service__support-title {
  font-size: 35px;
  font-weight: 900;
  color: #23272F;
}

.service__support-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto;
}

.service__support-item {
  /* padding: 20px; */
}

.service__support-item-title {
  font-size: 21px;
  font-weight: 700;
  height: 67px;
  display: flex;
  align-items: center;
  color: #23272F;
  justify-content: center;
}

.service__support-item-text {
  font-size: 15px;
  color: #3F444D;
  font-weight: 400;
  text-align: start;
}


.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: #22BA9E !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;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.about__title label {
  color: #22BA9E !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;
}

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

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

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

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

.data__tabs a[aria-selected="true"] p {
  color: #22BA9E;
}

.service__about {
  background-color: #F8F9FC;
  border-radius: 20px;
  width: 1040px;
  height: 654px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data__tabs-content {
  display: flex;
  width: 928px;
  height: 437px;
  border: 1px solid #E1E6EF;
  border-radius: 20px;
  /* 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: #22BA9E;
  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: 78px;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(to bottom, #E4F9EC 0%, #FFFFFF 100%);
}

.service__case-study__title-small {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #22BA9E;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.service__case-study__title-large {
  font-size: 35px;
  font-weight: 900;
  color: #23272F;
  line-height: 100%;
}

.service__case-study__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 44px 0 44px 0;
}

.service__case-study__list {
  width: 949px;
}

.service__case-study__title h3 {
  color: #22BA9E !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;
  margin: 0 2px 7px 2px;
}

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

.service__case-study__item .service__case-study__item__info {
  position: absolute;
  top: 19px;
  z-index: 1;
  width: 100%;
  padding: 10px;
  color: #fff;
  left: 20px;
  right: 20px;
}

.service__case-study__item .service__case-study__item__info label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
}

.service__case-study__item .service__case-study__item__info p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
}

.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');
}

.service__sidebar ul {
  overflow-x: auto; /* Kích hoạt thanh scroll ngang */
  flex-wrap: nowrap; /* Không cho xuống dòng */
  -webkit-overflow-scrolling: touch; /* mượt trên mobile */
}

.service__sidebar ul li {
  flex: 0 0 auto; /* Kích thước item cố định, không co lại */
}

/* Áp dụng cho sidebar scroll ngang */
.service__sidebar ul {
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;

}

/* Item không co lại */
.service__sidebar ul li {
  flex: 0 0 auto;
}

/* ---------- Scrollbar Styling ---------- */

/* Chiều cao thanh scroll */
.service__sidebar ul::-webkit-scrollbar {
  height: 2px; /* thanh mỏng đẹp */
}

/* Track (nền phía sau) */
.service__sidebar ul::-webkit-scrollbar-track {
  background: transparent;
  margin-bottom: 4px;
}

/* Thumb (thanh màu thể hiện vị trí scroll) */
.service__sidebar ul::-webkit-scrollbar-thumb {
  background: #22BA9E; /* màu bạn yêu cầu */
  border-radius: 10px; /* bo tròn */
}

/* Hover effect (tuỳ chọn) */
.service__sidebar ul::-webkit-scrollbar-thumb:hover {
  background: #1aa58c;
}


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

  @media (max-width: 768px) {
    .service__sidebar ul {
      overflow-x: auto;
      flex-wrap: nowrap;
      white-space: nowrap;
    }

    .service__sidebar ul li {
      flex: 0 0 auto;
    }
  }


  /* .service__sidebar {
      display: none;
  } */
  .service__others {
    padding: 0px 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1282px) {
  .service__sidebar {
    /* top: 84px; */
  }
}

@media screen and (max-width: 1250px) {
  .service__container {
    display: block;
  }

  .service-banner-img-box {
    width: 40%;
    height: 100%;
    padding: 16px 0;
  }

  .service-banner-img-content {
    width: 88%;
    height: 88%;
  }

  .service-img-smartphone-content {
    width: 40% !important;
  }

  .service__support-img {
    width: 100%;
  }

  .service__support-img img {
    width: 100%;
    height: 100%;
  }

  .data__tabs-content {
    width: 100%;
  }

  .service__about {
    width: 100%;
  }

  .service__support-item-title {
    font-size: 18px;
  }

  .service__support-item-text {
    font-size: 13px;
  }


}

@media screen and (max-width: 976px) {
  .about__tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .service__case-study__item .service__case-study__item__info label {
    font-size: 20px;
  }

  .service__case-study__item .service__case-study__item__info {
    width: 90%;
  }

  .service__case-study__list {
    width: 100%;
    height: auto;
  }

  .banner-content-product-name {
    font-size: 26px;
  }

  .banner-content-product-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .banner-content-product-casestudy {
    font-size: 12px;
  }

  .service-banner-content {
    margin-left: 20px;
    margin-top: 20px;
  }

  .service-banner-content-header {
    margin-bottom: 20px;
  }

  .data__tabs-content-name {
    font-size: 20px;
  }

  .data__tabs-content__content {
    font-size: 14px;
  }

  .data__tabs-content_img {
    width: 50%;
    height: auto;
  }

  .data__tabs-content_body {
    width: 50%;
  }

  .service__tabs_v2 {
    justify-content: space-around;
    width: 100%;
  }

  .service__tabs_v2 li {
    width: 23%;
  }

  .service__tabs_v2_box {
    width: 100%;
  }

  .service__data {
    padding: 0;
  }

  .data__tabs-content {
    width: 98%;
  }

  .service__about {
    height: 100%;
    padding: 16px 0;
  }

  .data__tabs-content_body {
    padding: 30px 20px 0 20px;
  }

  .service__support-item-title {
    font-size: 15px;
  }

  .service__support-item-text {
    font-size: 10px;
  }

  .service__support-items {
    gap: 8px;
  }
}

@media screen and (max-width: 700px) {
  .banner-content-product-name {
    font-size: 22px;
  }

  .service-banner-content-first {
    font-size: 14px;
  }

  .banner-content-product-note {
    font-size: 13px;
  }

  .banner-content-product-description {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .banner-content-product-casestudy {
    font-size: 10px;
  }

  .service-banner-content {
    margin-left: 10px;
    margin-top: 10px;
  }

  .service-banner-content-header {
    margin-bottom: 10px;
  }

  .service__support-item-title {
    font-size: 13px;
  }

  .service__support-item-text {
    font-size: 8px;
  }

  .service__support-items {
    gap: 4px;
  }

  .service__support-item-title {
    height: 37px;
  }

  .service__sidebar ul li a {
    padding: 6px 0;
  }

  .service-sidebar-item {
    width: 150px;
  }
}

@media screen and (max-width: 600px) {
  .service-banner {
    flex-direction: column;
    align-items: center;
  }

  .service-banner-img-box {
    width: 95%;
  }

  .service-banner-content {
    width: 100%;
  }

  .banner-content-product-name {
    font-size: 28px;
  }

  .service__support-title {
    font-size: 28px;
  }

  .service-banner-content-first {
    font-size: 16px;
  }

  .banner-content-product-note {
    font-size: 15px;
  }

  .banner-content-product-description {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .banner-content-product-casestudy {
    font-size: 12px;
  }

  .service__case-study__title-large {
    font-size: 28px;
  }

  .service-banner {
    padding-bottom: 68px;
  }
}

@media screen and (max-width: 550px) {
  .service__support-items {
    display: block;
  }

  .service__support-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .service__support-system {
    width: 65%;
  }

  .service__support-item-title {
    font-size: 18px;
  }

  .service__support-item-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 832px) {
  .banner-content-product-name {
    font-size: 24px;
  }

  .service-banner-content-first {
    font-size: 14px;
  }

  .banner-content-product-note {
    font-size: 13px;
  }

  .banner-content-product-description {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .banner-content-product-casestudy {
    font-size: 10px;
  }
}


@media screen and (max-width: 832px) {
  .service__tabs_v2_feature {
    font-size: 10px;
  }

  .service-banner-img-box {
    /* width: 80%; */
  }

  .service__tabs_v2_body {
    font-size: 12px;
    height: 30px;
  }

  .service__about {
    height: 500px;
  }

  .data__tabs-content__content {
    font-size: 10px;
  }

  .data__tabs-content-name {
    font-size: 14px;
  }

  .data__tabs-content-label {
    font-size: 12px;
  }

  .data__tabs-content {
    height: 300px;
  }

  .data__tabs-content_body {
    padding: 15px 10px 0 10px
  }

}

@media screen and (max-width: 600px) {
  .data__tabs-content {
    height: 250px;
  }

  .data__tabs-content-name {
    font-size: 12px;
  }

  .data__tabs-content-label {
    font-size: 10px;
  }

  .data__tabs-content__content {
    font-size: 9px;
  }

  .service__tabs_v2_feature {
    line-height: 4px;
  }

}


@media screen and (max-width: 500px) {
  .data__tabs-content {
    height: 180px;
  }

  .data__tabs-content_body {
    padding: 6px 4px 0 8px
  }

  .data__tabs-content__content {
    font-size: 9px;
  }

  .data__tabs-content-name {
    font-size: 12px;
  }

  .data__tabs-content-label {
    font-size: 10px;
  }

  .service__tabs_v2_feature {
    font-size: 8px;
  }

  .service__tabs_v2_body {
    font-size: 10px;
    height: 32px;
    line-height: 10px;
  }

  .service__about {
    height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .data__tabs-content__content {
    font-size: 8px;
  }
}

/* < 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;
  }
}
