

/* article page---------------------------------------------------------------- */
.blog-articles .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;
}

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

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

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

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

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

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

.blog-articles .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';
  font-size: 2rem;
  /* 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 .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{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page-contact p {
  margin-bottom: 1rem;
  font-size: 16px;
}

.page-contact .contact-list{
  border-radius: 5px;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
.page-contact .contact-list .iconfont{
  font-size: 1.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 .blog-articles .article-item {
    flex-direction: column;
  }

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

  .page .blog-articles .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;
  }
  .contact-card{
    margin-bottom: 1rem;
  }
}
.page-intro{
  padding: 1rem 0;
}
.category-list{
  padding: 1rem 0;
}
.category-list:nth-child(even) {
 background-color: #f8f8f8;
}

.category-list .subcategories{
  display: flex;
  flex-wrap: wrap;
}
.page-id-14958 .parent-category, .page-id-15003 .parent-category {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}
.page-id-14958 .parent-category img, .page-id-15003 .parent-category img{
  width: 50px;
  height: 50px;
  margin-right: 1rem;
  border-radius: 5px;
  
}
.page-id-14958 .subcategories .parent-category h2 a,.page-id-15003 .subcategories .parent-category h2 a{
  font-weight: 300;
}
.subcategory-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
  
}
/* .category-list h2 a{
  font-size: 1.1rem;
  font-weight: 600;
} */
.category-list h3 a{
  font-size: 1rem;
}

.main-category img{
  width: 80%;
}
.category-models{
  display: flex;
  flex-direction: column;
  
  align-items: self-end;

  
}

.hot-models{
  display: flex;
  flex-wrap: wrap;
}
.hot-models li{
  padding-right: 1rem;
  margin-bottom: 0.5rem;
}

.page-id-145 .intro-desc p{
  margin-bottom: 1rem;
}
.page-id-145 .article-list,.page-id-14996 .article-list {
  padding-top: 1rem;
}
.page-id-145 .article_title ,.page-id-14996 .article_title{
  padding: 0.5rem 0;
  line-height: 1.3;
  font-size: 0.9rem;
}
.blog-articles{
  margin-top: 1.5rem;
}
.contact-card-group{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
}
.contact-card{
  border-left: 1px solid #222;
}

.socials{
  display: flex;
  margin-top: 1.5rem;
}
.socials a{
  margin-right: 1.5rem;
}
.socials .icon{
  font-size: 2rem;
}
.socials .ewm{
  width:160px;
  height:160px;
}
.socials .facebook{
  color:#0866ff
}
.socials .whatsapp{
  color:#25d366
}
.socials .linkedin{
  color:#0a66c2
}

.socials .tiktok{
  color:#000000;
}
.socials .twitter{
  color:#000000;
}
.socials .youtube{
  color:#ff0033;
}
.socials .instagram{
  color:#d4237a;
}
.blog-footer{
  .text-center{
    padding: 1rem 0;
    font-weight: 200;
  }
}