/* breadcrumb */

main {
  background-color: #f6f6f6;
}

/* .breadcrumb-tech {
  margin-top: var(--header-height);
  padding: 25px 0 12px 0;
}

.breadcrumb-tech .breadcrumb-item {
  color: #898989;
  font-weight: 400;
}

.breadcrumb_last .breadcrumb-item {
  color: #222;
}

.breadcrumb-tech .breadcrumb-item.symbol::before {
  content: ">>";
  float: unset;
  font-size: 14px;
  margin: 0 10px;
  color: #222;
}

.breadcrumb-tech ul {
  display: flex;
  align-items: center;
}

.breadcrumb-tech ul li {
  display: flex;
  align-items: center;
}

.breadcrumb-tech span {
  color: #000;
  text-decoration: none;
}

.breadcrumb-tech span a,
.breadcrumb-tech span.breadcrumb_last,
.breadcrumb-tech ul li a {
  color: #222;
  transition: all 0.3s linear;
}

.breadcrumb-tech ul li a {
  color: #898989;
  transition: all 0.3s linear;
}

.breadcrumb-tech ul li a:hover {
  text-decoration: underline;
  transition: all 0.3s linear;
}

.breadcrumb-tech ul li:not(:last-child)::after {
  content: ">>";
  margin: 0 10px;
  display: block;
  color: #000;
  text-decoration: none;
} */

/* .breadcrumb-technology {
  margin-top: 50px;
} */

.breadcrumb-technology .breadcrumb-item {
  color: var(--black-222);
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumb-technology .breadcrumb-item.symbol::before {
  content: "";
  float: unset;
  font-size: 14px;
  padding: 0 20px;
  color: var(--black-222);
}

.breadcrumb-technology {
  padding: 30px 0 40px 0;
  margin-top: var(--header-height);
}

/* heading */

.heading-tech {
  padding: 0 0 25px 0;
}

.heading-tech h1 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
}

/* banner-tech */

.banner-tech {
  position: relative;
  padding-top: 24%;
}

.banner-tech img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

/* tabs */

.tabs .nav-item .nav-link {
  font-size: 22px;
  line-height: 2.5;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 0;
  border-radius: 0;
  border: 1px solid #000;
  transition: all 0.3s linear;
}

.tabs .nav-item .nav-link.active {
  background-color: #000;
  color: #fff;
  transition: all 0.3s linear;
}

.tabs .nav-tabs {
  border-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 30px 0;
}

.tabs .card {
  background-color: transparent;
  border: 0px;
  height: 100%;
  margin-bottom: 20px;
}

.tabs .card .card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 7.5px 0;
  margin: 20px 0;
  background-color: transparent;
  border: 0px;
  min-height: 53px;
}

.tabs .card .icon {
  width: 38px;
  height: 38px;
}

.tabs .card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tabs .card .card-header h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

.tabs .card .card-body {
  padding: 0;
}

.tabs .card .card-desc {
  margin-bottom: 20px;
  color: #000;
}

.template-1-technology {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media screen and (min-width: 1900px) {
  .breadcrumb-tech {
    margin-top: var(--header-height-large);
  }
}
@media screen and (max-width: 1271px) {
  .template-1-technology {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .tabs .nav-tabs {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 13px 10px;
  }
}
@media screen and (max-width: 991px) {
  .tabs .card .card-header h3 {
    font-size: 16px;
    font-weight: 700;
  }

  .tabs .card .card-desc p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .tabs .nav-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .breadcrumb-technology {
    display: none;
  }
  .heading-tech {
    margin-top: var(--header-height);
    padding: 28px 0;
  }
  .heading-tech h1 {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .tabs .card .card-header h3 {
    font-size: 16px;
    font-weight: 700;
  }

  .tabs .card .card-desc p {
    font-size: 15px;
    line-height: 24px;
  }
  .template-1-technology .picture {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 575px) {
  .heading-tech {
    margin-top: var(--header-height);
  }

  .banner-tech {
    padding-top: 66%;
  }

  .tabs .nav-tabs {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
  .heading-tech h1 {
    font-size: 21px;
    line-height: 1.5;
  }
}

.template-1-technology {
  background-color: #fff;
  border: 1px solid #000;
  padding: 40px
}
.template-1-technology h4 {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-weight: 400;
}
.template-1-technology .text,
.template-1-technology .picture {
  display: inline-block;
  vertical-align: top;
}
.template-1-technology .text {
  /* margin-left: 46px; */
  width: 460px;
}
.template-1-technology .text img {
  display: block;
}
.template-1-technology .text span {
  display: block;
  margin-top: 32px;
  color: #666;
  font-size: 14px;
}
.template-1-technology .picture {
  /* margin: 18px 20px 18px 0; */
  /* max-width: 38%; */
}
.template-1-technology .picture img {
  display: block;
  width: 100%;
}

.template-1-technology {
  text-align: center;
}
.template-1-technology h4 {
  border-bottom: 1px solid #d2d2d2;
}
.template-1-technology .text {
  /* margin-left: 12px;
  margin-right: 12px; */
  width: auto;
  text-align: left;
  /* margin-top: 16px; */
}
.template-1-technology .picture {
  /* margin: 18px 10px 18px 10px; */
  width: 40%;
}
.template-1-technology .picture-1 {
  max-width: inherit;
  width: 100%;
}
@media screen and (min-width: 1900px) {
  .breadcrumb-technology {
    margin-top: var(--header-height-large);
  }
}
@media screen and (min-width: 640px) {
  .template-1-technology .text,
  .template-1-technology .picture {
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .video-container a,
  .template-2-item,
  .template-5-item,
  .template-5-item,
  .product-container a .name,
  .template-1-technology h4 {
    font-size: 17px;
  }

  .product-container a .model {
    font-size: 15px;
  }

  .template-5-item {
    vertical-align: top;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    display: inline-block;
  }

  .content h3 {
    font-size: 20px;
  }

  .video-container a,
  .product-container a {
    width: calc(100% / 3 - 14px);
    margin-bottom: 30px;
  }

  .video-container a:nth-of-type(2n),
  .product-container a:nth-of-type(2n) {
    margin-right: 20px;
  }

  .video-container a:nth-of-type(3n),
  .product-container a:nth-of-type(3n) {
    margin-right: 0;
  }

  /*.template-1-technology .text {*/
  /*    margin-left: 46px;*/
  /*    width: 460px;*/
  /*}*/

  .template-1-technology .picture {
    /*max-width: 200px;*/
  }

  .template-1-technology {
    text-align: left;
  }

  .template-2-item {
    width: calc((100% - 40px) / 3);
  }
  .template-2-item:nth-of-type(2n) {
    margin-right: 20px;
  }
  .template-2-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .template-4-item {
    width: calc((100% - 40px) / 3);
  }
  .template-4-item:nth-of-type(2n) {
    margin-right: 20px;
  }
  .template-4-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  /* .template-1-technology .text {
        margin-left: 46px;
        width: 60%;
        max-width: 670px;
    } */

  .template-1-technology .picture img {
    width: auto;
  }
  /* .template-1-technology .picture {
    width: 30%;
  } */

  .product-container {
    margin-bottom: 40px;
  }

  .product-container a {
    width: calc(100% / 4 - 15px);
  }

  .product-container a:nth-of-type(2n) {
    margin-right: 20px;
  }

  .product-container a:nth-of-type(3n) {
    margin-right: 20px;
  }

  .product-container a:nth-of-type(4n) {
    margin-right: 0;
  }

  .template-5-item img {
    width: 100%;
  }

  .template-4-item {
    width: calc((100% - 80px) / 4);
  }
  .template-4-item:nth-of-type(2n) {
    margin-right: 20px;
  }
  .template-4-item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .template-4-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
