/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.7
	Stable tag: 3.4.7
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

body {
  font-family: "Roboto", Sans-serif;
}
.post__preview-img a {
  display: block;
  position: relative;
  border-radius: 10px;
}
.post__preview-img a::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.post__preview-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
input.e-search-input.no-icon-clear {
  margin-bottom: 0;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
/* TAXONOMY MEMBER-CAT */
.sc-tax-member {
  padding: 30px 0;
}
.tax-member_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tax-member_top img {
  width: 120px;
  object-fit: contain;
}
.tax-member_top .title {
  text-align: center;
  flex: auto;
  background: radial-gradient(
    circle,
    rgb(112 112 112) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 20px;
  margin: 0 60px;
  border-radius: 12px;
  transform: skewX(-10deg);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.tax-member_top .title h1 {
  font-size: 34px;
  color: #ffffff;
  text-transform: uppercase;
  transform: skewX(10deg);
  margin-top: 0;
  margin-bottom: 0;
}
.tax-member_main {
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.tax-member_main .col-left {
  width: 72%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}
.item-member {
  display: flex;
  align-items: center;
}
.member-thumb {
  width: 120px;
  height: 120px;
  background-color: #c4253d;
  border-radius: 6px;
  overflow: hidden;
}
.member-thumb a {
  width: 100%;
  height: 100%;
}
.member-thumb img {
  width: 95%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.member-content {
  width: calc(100% - 120px);
  padding-left: 10px;
  text-align: center;
}
.member-content .logo {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
  object-fit: contain;
}
.member-content .post-title {
  font-size: 16px;
  transform: skewX(-10deg);
  border-radius: 6px;
  background: linear-gradient(to right, #1e40af, #3b82f6);
  padding: 10px 8px;
  margin-top: 5px;
  margin-bottom: 2px;
}
.member-content .post-title a {
  transform: skewX(10deg);
  color: #ffffff;
  text-decoration: none;
}
.member-content .business-lines {
  transform: skewX(-10deg);
  background: radial-gradient(
    circle,
    rgb(112 112 112) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 10px 8px;
  border-radius: 6px;
}
.member-content .business-lines .text {
  transform: skewX(10deg);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.member-content .hotline {
  font-weight: 600;
  margin-top: 4px;
}
.tax-member_main .col-right {
  width: 25%;
  padding-left: 35px;
}
.tax-member_main .title-widget {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.tax-member_main .lists-recruit .item {
  padding: 10px 16px;
  margin-bottom: 2px;
  background-color: #1e40af;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(0) skew(10deg);
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.tax-member_main .lists-recruit .item:hover {
  transform: translateY(-5px) skew(10deg);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.29);
}
.tax-member_main .lists-recruit .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 20px;
  height: 100%;
  background-color: #1e40af;
  transform: skew(-10deg);
  border-bottom-right-radius: 6px;
}
.tax-member_main .item:nth-child(2),
.tax-member_main .item:nth-child(2)::after {
  background-color: #c4253d;
}
.tax-member_main .item:nth-child(3),
.tax-member_main .item:nth-child(3)::after {
  background-color: #6b7280;
}
.tax-member_main .item:nth-child(4),
.tax-member_main .item:nth-child(4)::after {
  background-color: #0e45fa;
}
.tax-member_main .item a {
  display: block;
  transform: skew(-10deg);
  text-decoration: none;
}
.tax-member_main .item .title {
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  display: block;
}
.tax-member_main .item .number {
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  color: #e5e7eb;
  opacity: 0.4;
  transform: skew(-10deg);
}

@media (max-width: 769px) {
  .container {
    max-width: 768px;
    padding: 0 10px;
  }
  .tax-member_top img {
    width: 80px;
  }
  .tax-member_top .title {
    padding: 16px 8px;
    margin: 0 30px;
  }
  .tax-member_top .title h1 {
    font-size: 28px;
  }
  .tax-member_main .col-left {
    width: 100%;
  }
  .tax-member_main .col-right {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 30px;
  }
  .tax-member_main .lists-recruit .item::after {
    right: -5px;
  }
}

@media (max-width: 640px) {
  .tax-member_top .title h1 {
    font-size: 22px;
  }
  .tax-member_top .logo-custom {
    display: none;
  }
  .tax-member_top .title {
    margin: 0 2px;
  }
  .tax-member_main .col-left {
    grid-template-columns: repeat(1, 1fr);
  }
  .tax-member_main .member-thumb {
    width: 100px;
    height: 100px;
  }
  .tax-member_main .member-content {
    width: calc(100% - 100px);
  }
  .tax-member_main .business-lines .text {
    font-size: 13px;
  }
  .tax-member_main .item .title {
    font-size: 15px;
  }
}
