

/* article page---------------------------------------------------------------- */
.page .article .article-item {
  display: flex;
  justify-content: space-between;
  box-shadow: inset 0 6px 0 0 #f1f5f7, 0 1px 5px 1px rgb(178 178 178 / 70%);
  border-radius: 0;
  border: none;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.page .article .article-item .article-thumb {
  width: 200px;
  margin-right: 1rem;
}

.page .article .article-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page .article h2.article-title {
  font-size: 1.5rem !important;
  line-height: 1;
}

.page .article h2.article-title a {
  font-family: 'Oswald';
}

.page .article .article-excerpt p {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.page .article .article-date {
  font-size: 14px;
  color: #5a6874;
}

.page .article .article-thumb .wrap_thumb {
  padding-bottom: 75%;
}
/* search form */
.search-form-container {
  display: flex;
  margin-bottom: 1rem;
}

.search-form-container .form-control {
  padding: 0.25rem 0.25rem;
  border: none;
}

.search-form-container .btn {
  margin-left: 5px;
  background-color: #196ca2;
  color: #fff;
}

.search-form-container .form-control-title {
  width: 29%;
}

.search-form-container .custom-select {
  width: 29%;
  border: none;
}

.search-form-container .input-group-text {
  padding-right: 2px !important;
  padding-left: 0 !important;
  color: #ccc;
  background: transparent;
  border: none;
}

.search-form-container .btn-group {
  width: 10%;
}

.search-form-container .form-control,
.search-form-container .input-group-text {
  background-color: transparent;
}

.inline-search .search-form-container {
  justify-content: space-between;
  margin-top: 1rem;
}

.inline-search .search-form-container .custom-select {
  border: 1px solid #dee2e6;
}

.inline-search .form-control-title {
  border: 1px solid #dee2e6;
}

.inline-search .form-control-count {
  width: 30%;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.block-search .search-form-container {
  flex-direction: column;
}

.block-search .search-form-container .form-control-title,
.block-search .search-form-container .custom-select,
.block-search .search-form-container .form-control-count {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  background-color: transparent;
}
/* about us page----------------------------------------------------------------  */
.about-us-container {
  margin-bottom: 2rem;
}

.about-section {
  margin-bottom: 2rem;
}

.section-company-overview .business-list {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}

.section-company-overview .business-list li {
  width: 20%;
  margin-bottom: 10px;
}

.section-company-overview .business-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}

.section-company-overview .business-list li a img {
  width: 120px;
  height: 120px;
}

.section-company-overview .business-item {
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(60, 64, 67, 0.3),
    0 0.125rem 0.375rem 0.125rem rgba(60, 64, 67, 0.15);
}

.section-bussiness {
  background: #f8f8f8;
}

.section-service-network .section-title,
.section-bussiness .section-title {
  padding-top: 2rem;
}

.service-network-list {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.service-network-list .service-network-item {
  width: 25%;
  padding: 10px;
}

.about-section .business-list {
  display: flex;
  justify-content: space-between;
}

.about-section .hoisting-list {
  display: flex;
}

.about-section .hoisting-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.about-section .business-item {
  width: 49%;
  margin-bottom: 2rem;
  padding: 1rem;
}

.about-section .business-item h4 {
  font-family: 'Oswald';
  /* text-transform: uppercase; */
}

.about-section .business-item p {
  color: #fff;
}

.section-bussiness .business-item:nth-last-of-type(1) {
  background-color: #61add7;
}

.about-section .business-item dt {
  padding: 2rem 0 1rem 0;
  font-family: 'Open Sans', Courier, monospace;
}
.about-section .wrap_thumb {
  padding-bottom: 75%;
}
.section-company-overview .row {
  padding-top: 1rem;
}

.section-company-overview .col-md-3 {
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px;
}

.section-company-overview .col-md-3 img {
  margin-bottom: 1rem;
}

.section-bussiness .business-item {
  border-radius: 1.6rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0579a0;
  color: #fff;
}

.section-bussiness .business-item dd {
  padding-bottom: 10px;
}

.section-bussiness .business-item dd:nth-last-of-type(1) {
  border-bottom: none;
}
/* contact us page---------------------------------------------------------------- */
.page-contact p {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 16px;
}

.page-contact .contact-info {
  background: linear-gradient(135deg, #003861 0%, #009ee0 100%);
  border-radius: 5px;
  padding: 2rem;
  color: #fff;
  margin-bottom: 2rem;
}

.page-contact h2 {
  font-size: 22px;
  margin-bottom: 1rem;
}
/* pagination */
.table-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.table-pagination .page-numbers {
  color: #196ca2;
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: -1px;
}

.table-pagination .page-numbers.current {
  z-index: 3;
  color: #fff;
  background-color: #196ca2;
  border-color: #196ca2;
}
@media screen and (max-width: 768px) {
  .current-category-featured {
    width: 100%;
    height: auto;
  }
  .current-category-about {
    margin-top: 1rem;
  }
  .section-company-overview .business-list li {
    width: 50%;
  }

  .about-section .business-list {
    flex-wrap: wrap;
  }

  .section-bussiness .business-item {
    width: 100%;
  }

  .service-network-list .service-network-item {
    width: 50%;
  }

  .search-form-container {
    flex-direction: column;
  }

  .search-form-container .form-control-title,
  .search-form-container .custom-select,
  .search-form-container .form-control-count {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-category-container .current-category {
    flex-direction: column;
  }

  .current-category .current-category-description {
    padding: 10px;
    font-size: 16px;
  }

  .archive .product-intro {
    flex-direction: column;
  }

  .archive .product-intro p {
    width: 100%;
    margin-bottom: 1rem;
  }

  .products-results-list .product-list-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .page .article .article-item {
    flex-direction: column;
  }

  .page .article .article-item .article-thumb {
    width: 100%;
  }

  .page .article .article-excerpt {
    display: none;
  }

  .product-category-container .product-category {
    display: none;
  }

  .product-category-container
    .product-category.show
    + .product-category-content {
    width: 100%;
  }

  .product-category-container .product-category-title {
    display: none;
  }
}

