/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2023 | 10:37:20 */
@charset "UTF-8";
.service {
  padding: 5% 0;
  /* tab樣式開始 */
  /* tab樣式結束 */
}
@media only screen and (max-width: 796px) {
  .service {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 414px) {
  .service {
    padding: 10% 0;
  }
}
.service .tab_wrap {
  position: relative;
  margin-top: 5%;
}
.service .tab_wrap .mobile_list {
  display: none;
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .mobile_list {
    display: block;
    background-color: #fff;
    margin-bottom: 5%;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--tej-color-secondary);
    border-radius: 8px;
    align-items: center;
    color: var(--tej-color-secondary);
    font-size: 16px;
  }
}
.service .tab_wrap .mobile_list .arrow {
  margin-left: 10px;
  transition: all 0.3s;
}
.service .tab_wrap .mobile_list .arrow .fa-chevron-down {
  color: var(--tej-color-secondary);
}
.service .tab_wrap .mobile_list .arrow.arrow_active {
  transform: rotate(180deg);
  transition: all 0.3s;
  color: #fff;
}
.service .tab_wrap .tab {
  margin-bottom: 5%;
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .tab {
    display: none;
    position: absolute;
    width: 100%;
    top: 68px;
    z-index: 99;
  }
}
.service .tab_wrap .tab .ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .tab .ul {
    display: block;
    color: var(--tej-color-secondary);
    border: 1px solid var(--tej-color-secondary);
    overflow: hidden;
    border-radius: 10px;
  }
  .service .tab_wrap .tab .ul:last-child .a {
    border-bottom: none;
  }
}
.service .tab_wrap .tab .a {
  padding: 10px 20px;
  color: var(--tej-color-secondary);
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .tab .a {
    display: block;
    color: var(--tej-color-secondary);
    border-bottom: 1px solid #fff;
  }
}
.service .tab_wrap .tab .li_tab {
  transition: 0.3s ease;
  padding: 15px 20px;
  background-color: #f0f4f4;
  border: 1px solid #f0f4f4;
  text-align: center;
  position: relative;
}
.service .tab_wrap .tab .li_tab:after {
  content: "";
  position: absolute;
  bottom: -29px;
  right: 50%;
  transform: translateX(50%);
  width: 20px;
  height: 30px;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  background-color: #f0f4f4;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .tab .li_tab {
    padding: 5px 20px;
    background-color: #fff;
    border: none;
  }
}
.service .tab_wrap .tab .li_tab:hover {
  background-color: var(--tej-color-secondary);
  border: 1px solid #f0f4f4;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .tab .li_tab:hover {
    background-color: var(--tej-color-secondary);
  }
}
.service .tab_wrap .tab .li_tab:hover:after {
  content: "";
  background-color: var(--tej-color-secondary);
  transition: 0.3s ease;
}
.service .tab_wrap .tab .li_tab:hover .a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .tab .li_tab:hover .a {
    color: #fff;
  }
}
.service .tab_wrap .tab .li_tab + .li_tab {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .tab .li_tab + .li_tab {
    margin-left: 0;
  }
}
.service .tab_wrap .tab .active {
  position: relative;
  background-color: var(--tej-color-secondary);
  border: 1px solid var(--tej-color-secondary);
  transition: 0.3s ease;
}
.service .tab_wrap .tab .active:after {
  content: "";
  position: absolute;
  bottom: -29px;
  right: 50%;
  transform: translateX(50%);
  width: 20px;
  height: 30px;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  background-color: var(--tej-color-secondary);
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .tab .active:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .tab .active {
    border: none;
    background-color: #fff;
  }
}
.service .tab_wrap .tab .active .a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .service .tab_wrap .tab .active .a {
    color: var(--tej-color-secondary);
  }
}
.service .service_bg {
  background-color: #f0f4f4;
  padding: 5%;
}
.service .service_bg .service_content_bg {
  background-color: #fff;
  padding: 5%;
  color: #495057;
}
.service .service_bg .title {
  margin-top: 5%;
  color: #0fb0c6;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 768px) {
  .service .service_bg .title {
    margin-top: 7%;
  }
}
@media only screen and (max-width: null) {
  .service .service_bg .title {
    margin-top: 10%;
  }
}
.service .service_bg .line {
  width: 100%;
  height: 1px;
  background-color: #495057;
  margin: 5% 0;
}
@media only screen and (max-width: 768px) {
  .service .service_bg .line {
    margin: 7% 0;
  }
}
@media only screen and (max-width: 640px) {
  .service .service_bg .line {
    margin: 10% 0;
  }
}
.service .service_bg .technology .download .a {
  text-align: center;
  display: block;
  background-color: #ebbf2a;
  padding: 10px 20px;
  color: #fff;
  font-size: 24px;
}
.service .service_bg .technology .editor h3 {
  color: #0fb0c6;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.6px;
}
.service .service_bg .technology .editor p, .service .service_bg .technology .editor h4, .service .service_bg .technology .editor h5, .service .service_bg .technology .editor h2, .service .service_bg .technology .editor a {
  color: #495057;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.28px;
  margin-top: 20px;
}
.service .service_bg .technology .editor a {
  text-decoration: underline;
}
.service .service_bg .technology .editor ol {
  margin-top: 5%;
  list-style-position: inside;
  counter-reset: num;
}
.service .service_bg .technology .editor ol li::before {
  background: #0fb0c6;
  width: 1.7em;
  height: 1.7em;
  display: inline-block;
  counter-increment: num;
  content: counter(num) "";
  text-align: center;
  border-radius: 50%;
  color: white;
  margin: 0 1em 0 0;
  line-height: 1.5em;
}
.service .service_bg .technology .editor ol li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .service .service_bg .technology .editor ol {
    margin-top: 7%;
  }
}
@media only screen and (max-width: null) {
  .service .service_bg .technology .editor ol {
    margin-top: 10%;
  }
}
.service .service_bg .technology .editor ul {
  margin-top: 5%;
  list-style-position: inside;
}
.service .service_bg .technology .editor ul li::before {
  background: #0fb0c6;
  width: 1.7em;
  height: 1.7em;
  display: inline-block;
  content: "✓";
  text-align: center;
  border-radius: 50%;
  color: white;
  margin: 0 1em 0 0;
  line-height: 1.5em;
}
.service .service_bg .technology .editor ul li + li {
  margin-top: 10px;
}
.service .service_bg .tej_feature .grid-cols-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 5%;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .service .service_bg .tej_feature .grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .service .service_bg .tej_feature .grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.service .service_bg .tej_feature .feature_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.service .service_bg .tej_feature .feature_title {
  color: #24607d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-align: center;
  margin-top: 30px;
}
.service .service_bg .tej_feature .feature_content {
  color: #495057;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.28px;
  padding: 0 20px;
  margin-top: 10px;
}
.service .service_bg .picture .sliders_swiper {
  margin-top: 5%;
}
.service .service_bg .picture .swiper {
  width: 100%;
  height: 100%;
}
.service .service_bg .picture .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
}
@media only screen and (max-width: 768px) {
  .service .service_bg .picture .swiper-slide {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 640px) {
  .service .service_bg .picture .swiper-slide {
    padding: 0 65px;
  }
}
.service .service_bg .picture .swiper-button-prev:after, .service .service_bg .picture .swiper-rtl .swiper-button-next:after {
  content: "←";
  padding: 15px;
  border-radius: 50%;
  border: 1px solid #495057;
  font-size: 30px;
  color: #495057;
  margin-right: -20px;
}
@media only screen and (max-width: 1100px) {
  .service .service_bg .picture .swiper-button-prev:after, .service .service_bg .picture .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .service .service_bg .picture .swiper-button-prev:after, .service .service_bg .picture .swiper-rtl .swiper-button-next:after {
    font-size: 12px;
    margin-right: 0;
  }
}
.service .service_bg .picture .swiper-button-next:after, .service .service_bg .picture .swiper-rtl .swiper-button-prev:after {
  content: "→";
  padding: 15px;
  border-radius: 50%;
  border: 1px solid #495057;
  font-size: 30px;
  color: #495057;
  margin-right: 20px;
}
@media only screen and (max-width: 1100px) {
  .service .service_bg .picture .swiper-button-next:after, .service .service_bg .picture .swiper-rtl .swiper-button-prev:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .service .service_bg .picture .swiper-button-next:after, .service .service_bg .picture .swiper-rtl .swiper-button-prev:after {
    font-size: 12px;
    margin-right: 0;
  }
}
.service .service_bg .picture .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .service_bg .picture .img-_box {
  width: 100%;
}
.service .service_bg .picture .picture_text {
  width: 100%;
  background-color: #24607d;
  padding: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 768px) {
  .service .service_bg .picture .picture_text {
    font-size: 16px;
    padding: 20px;
  }
}
.service .service_bg .more_function .grid-cols-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 5%;
  gap: 20px;
  padding: 0 100px;
}
@media only screen and (max-width: 1100px) {
  .service .service_bg .more_function .grid-cols-3 {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .service .service_bg .more_function .grid-cols-3 {
    margin-top: 7%;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .service .service_bg .more_function .grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 10%;
  }
}
.service .service_bg .more_function .function_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .service_bg .more_function .function_title {
  margin-top: 20px;
  color: #24607d;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
}
.service .service_bg .more_function .circle {
  padding: 10px;
  border-radius: 50%;
  background-color: #24607d;
  box-shadow: 0px 1px 13px 0px rgba(36, 96, 125, 0.8);
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .service_bg .more_function .circle .img_box {
  width: 80px;
  height: 80px;
}
.service .service_bg .more_function .circle .img_box .img {
  width: 100%;
  height: 100%;
}
