
.BG-navy-service{
  background-color: #000230;
  width: 100%;
}
.service-title {
  font-size: 44px;
  font-weight: 500;
}
.service-subtitle {
  font-size: 25px;
}
.service-borderline {
  width: 80px;
  height: 2px;
  background-color: white;
  margin-left: 1%;
}
.service-title-box {
  display: flex;
  align-items: center;
}
.service-title-box-all {
  margin: 5% 0;
}
.service-man img {
  width: 100%;
}
.service-titlebox {
  display: flex;
}
.service-box {
  border: 2px white solid;
  width: 270px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2%;
}
.service-box:hover {
  background-color: rgba(255, 255, 255, 0.308);
}
.service-box-link {
  text-decoration: none;
}
.service-box-text {
  font-size: 18px;
  margin: 8% 0;
  color: white;
}
.servicebox-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 5%;
}
.show-mobile {
  display: none;
}
.show-tablet {
  display: none;
}
.show-pc {
  display: block;
}

/* Mobileตั้ง */
@media (max-width: 576px) {
  .show-mobile {
    display: block;
  }
  .show-pc {
    display: none;
  }
  .service-title {
    font-size: 36px;
    font-weight: 500;
  }
  .service-subtitle {
    font-size: 18px;
  }
  .service-box {
    border: 2px white solid;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2%;
  }
  .service-box-img img {
    width: 35px;
  }
  .service-box-text {
    font-size: 14px;
    margin: 5% 0;
  color: white;

  }
  .service-box-icon-next img {
    width: 20px;
  }
  .servicebox-end {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 9%;
  }
}

/* Mobileนอน */
@media (min-width: 577px) and (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-pc {
    display: none;
  }
  .service-title {
    font-size: 30px;
    font-weight: 500;
  }
  .service-subtitle {
    font-size: 15px;
  }
  .service-box {
    border: 2px white solid;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2%;
  }
  .service-box-img img {
    width: 30px;
  }
  .service-box-text {
    font-size: 11px;
    margin: 5% 0;
  color: white;

  }
  .service-box-icon-next img {
    width: 15px;
  }
  .servicebox-end {
    margin-top: 4%;
  }
}

/* Tabletตั้ง */
@media (min-width: 768px) and (max-width: 991px) {
  .show-mobile {
    display: block;
  }
  .show-pc {
    display: none;
  }
  .service-title {
    font-size: 36px;
    font-weight: 500;
  }
  .service-subtitle {
    font-size: 18px;
  }
  .service-box {
    border: 2px white solid;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2%;
  }
  .service-box-img img {
    width: 35px;
  }
  .service-box-text {
    font-size: 14px;
    margin: 5% 0;
  color: white;

  }
  .service-box-icon-next img {
    width: 20px;
  }
  .servicebox-end {
    margin-top: 4%;
  }

 
}

/* Tabletนอน */
@media (min-width: 992px) and (max-width: 1199px) {
  .show-mobile {
    display: block;
  }
  .show-pc {
    display: none;
  }
  .service-title {
    font-size: 36px;
    font-weight: 500;
  }
  .service-subtitle {
    font-size: 18px;
  }
  .service-box {
    border: 2px white solid;
    width: 210px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2%;
  }
  .service-box-img img {
    width: 45px;
  }
  .service-box-text {
    font-size: 16px;
    margin: 5% 0;
  color: white;

  }
  .service-box-icon-next img {
    width: 23px;
  }
  .servicebox-end {
    margin-top: 3%;
  }
  .BG-navy-service{
    background-color: #000230;
    width: 100%;
    min-height: 88vw;
  }
}
/* Laptop */
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-title {
    font-size: 44px;
    font-weight: 500;
  }
  .service-subtitle {
    font-size: 25px;
  }
  .service-borderline {
    width: 80px;
    height: 2px;
    background-color: white;
    margin-left: 1%;
  }
  .service-title-box {
    display: flex;
    align-items: center;
  }
  .service-title-box-all {
    margin: 5% 0;
  }
  .service-man img {
    width: 100%;
  }
  .service-titlebox {
    display: flex;
  }
  .service-box {
    border: 2px white solid;
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2%;
  }
  .service-box:hover {
    background-color: rgba(255, 255, 255, 0.308);
  }
  .service-box-link {
    text-decoration: none;
  }
  .service-box-text {
    font-size: 18px;
    margin: 8% 0;
  color: white;

  }
  .service-box-img img {
    width: 65px;
  }
  .servicebox-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 5%;
  }
}
