.blog_banner {
  background: linear-gradient(161.6725deg, #1a1a2e 14%, #16163a 50%, #2d3cdf 85%);
  padding-top: 99px;
  overflow: hidden;
  position: relative;
}

.blog_banner .flex {
  padding: 2.4rem 0 8.9rem;
}

.blog_banner .image {
  position: relative;
  z-index: 2;
  align-self: center;
  width: 61.59722222%;
  margin-right: -9.30555556%;
  padding: 1px;
}

.blog_banner .image::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.2;
  content: '';
  pointer-events: none;
  clip-path: polygon(26% 0, 100% 0, 74% 100%, 0 100%);
}

.blog_banner .image .img {
  padding-bottom: 58.82352941%;
  clip-path: polygon(26% 0, 100% 0, 74% 100%, 0 100%);
}

.blog_banner .image::after {
  position: absolute;
  background-color: var(--secondary);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  left: 61%;
  top: 99%;
  content: '';
  transform: skewX(-24deg);
}

.blog_banner .lt {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5.3% 0 1px;
}

.blog_banner p {
  max-width: 52.4rem;
  margin-top: 2.5rem;
}

.blog_banner .nums {
  margin-top: 3rem;
}

.blog_banner .nums ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.blog_banner .nums li {
  flex: 1;
  max-width: 14.9rem;
  color: #fff;
}

.blog_banner .nums .wrap {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.blog_banner .nums .label {
  font-size: 1.5rem;
  opacity: 0.8;
  margin-top: 1.1rem;
  font-weight: 200;
  letter-spacing: 0.045rem;
}

.blog_banner .float_mask .img {
  filter: contrast(0) brightness(2);
}

.blog_banner .float_mask .img img {
  opacity: 0.11;
}

.blog_banner .float_mask .img1 {
  left: -39.375%;
  bottom: -57.9591837%;
}

.blog_banner .float_mask .img2 {
  right: -11.9270833%;
  bottom: 10.6122449%;
}

.blog_featured {
  padding: 11.5rem 0 10rem;
}

.blog_featured .blog_featured_swiper {
  overflow: hidden;
  margin-top: 6.1rem;
}

.blog_featured .item {
  display: grid;
  grid-template-columns: 52.56944444% 1fr;
  height: 100%;
  gap: 0 3.19444444%;
}

.blog_featured .item .img {
  display: block;
  padding-bottom: 64.72919419%;
}

.blog_featured .item .img .tag {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--primary);
  color: #fff;
  line-height: 2.11764706;
  padding: 0 1.176471em;
  margin: 3.4346103% 3.6988111%;
}

.blog_featured .item .info {
  position: relative;
  z-index: 2;
  align-self: end;
  display: flex;
  flex-direction: column;
  min-height: 91.02040816%;
  padding-top: 11.30298273%;
}

.blog_featured .item .info::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -15.1%;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-color: #fff;
}

.blog_featured .item .info .text {
  flex: 1;
}

.blog_featured .item .info .metas {
  font-size: 1.7rem;
  color: rgba(63, 63, 63, 0.85);
}

.blog_featured .item .info .metas .cat {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
  margin-right: 0.411765em;
}

.blog_featured .item .info .title {
  font-size: 2.8rem;
  line-height: 1.42857143;
  font-weight: 600;
  margin-top: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog_featured .item .info .desc {
  line-height: 2.6rem;
  color: var(--text);
  max-width: 62rem;
  margin-top: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: -0.007rem;
}

.blog_featured .item .info .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}

.blog_featured .item .info .wrap .time {
  color: var(--text);
}

.blog_featured .swiper_btns.middle {
  top: 60%;
}

.blog_main {
  padding: 10rem 0 23.2rem;
}

.blog_main p {
  margin-top: 1.9rem;
}

.blog_main .flex {
  margin-top: 5rem;
}

.blog_main .flex.loading {
  pointer-events: none;
  min-height: 20rem;
}

.blog_main .flex .lt {
  width: 25.97222222%;
  min-width: 25rem;
  position: sticky;
  top: 12rem;
}

.blog_main .flex .rt {
  flex: 1;
  width: 100%;
  max-width: 95.1rem;
  padding-top: 0.6rem;
}

.blog_main .search_box form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #d1d5db;
  transition: border-bottom-color 0.3s;
}

.blog_main .search_box form:focus-within {
  border-bottom-color: var(--primary);
}

.blog_main .search_box form input {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  padding-bottom: 1.7rem;
}

.blog_main .search_box form input::placeholder {
  color: #7c7c7c;
}

.blog_main .search_box form input[type=submit] {
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  border: 1px solid var(--border2);
  transition: all 0.3s;
  background: url("../img/icon-search.svg") no-repeat center / 42%;
  text-indent: -9999px;
  color: transparent;
  padding: 0;
  margin-bottom: 1.2rem;
}

.blog_main .search_box form input[type=submit]:hover {
  background-color: var(--border2);
}

.blog_main .blog_sidebar {
  margin-top: 1.6rem;
}

.blog_main .blog_sidebar .taxonomy.active .title::after {
  transform: rotate(180deg);
}

.blog_main .blog_sidebar .taxonomy.active .box {
  opacity: 1;
}

.blog_main .blog_sidebar .taxonomy:first-child .title {
  border-top: none;
}

.blog_main .blog_sidebar .title {
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.5rem;
  border-top: 1px solid #d1d5db;
  padding: 2.6rem 0 1.6rem;
}

.blog_main .blog_sidebar .title::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/icon-select.svg) no-repeat center / contain;
}

.blog_main .blog_sidebar .box {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}

.blog_main .blog_sidebar .terms {
  padding: 0.8rem 0 3.9rem;
}

.blog_main .blog_sidebar .terms li {
  position: relative;
  cursor: pointer;
  font-size: 1.7rem;
  color: #7c7c7c;
  transition: all 0.3s;
  padding-left: 2.11765em;
  letter-spacing: -0.005rem;
}

.blog_main .blog_sidebar .terms li::before {
  width: 1.0588em;
  height: 1.0588em;
  border: 1px solid #d7d7d7;
  background: url("../img/gou-w.svg") no-repeat center / 61% #fff;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 1px;
  content: '';
}

.blog_main .blog_sidebar .terms li.active {
  color: #212121;
  font-weight: 500;
  letter-spacing: -0.007rem;
}

.blog_main .blog_sidebar .terms li.active::before {
  border-color: var(--primary);
  background-color: var(--primary);
}

.blog_main .blog_sidebar .terms li:hover {
  color: #212121;
}

.blog_main .blog_sidebar .terms li+li {
  margin-top: 1.4rem;
}

.blog_main .filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.blog_main .filter .btn_filter {
  display: none;
}

.blog_main .filter .total {
  font-size: 1.7rem;
  color: var(--text);
  margin: 0;
  letter-spacing: -0.005rem;
}

.blog_main .filter select {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid var(--border2);
  background: url("../img/icon-select.svg") no-repeat center right 2.5rem/1.2rem;
  height: 5.7rem;
  padding: 0 4rem 0 2.4rem;
  min-width: 19.3rem;
}

.blog_main .list {
  margin-top: 3.1rem;
}

.blog_main .list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.6rem 3.2597266%;
}

.blog_main .center:has(.btn_line) {
  margin-top: 6.3rem;
  min-height: 6.9rem;
}

.blog_list .active a {
  box-shadow: var(--shadow3);
}

.blog_list .active a::after {
  opacity: 1;
}

.blog_list a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border: 1px solid var(--border2);
}

.blog_list a::after {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary);
  left: 0;
  bottom: -2px;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}

.blog_list a:hover img {
  transform: scale(1.03);
}

.blog_list .img {
  padding-bottom: 53.82932166%;
}

.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 5.4585153% 6.768559% 5.6768559% 6.1135371%;
}

.blog_list .info .text {
  flex: 1;
}

.blog_list .info .cats {
  display: flex;
  align-self: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.blog_list .info .cats span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary);
  border: 1px solid #d1d5db;
  transition: all 0.3s;
  line-height: 1.92857143;
  padding: 0 0.5em;
}

.blog_list .info .cats span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.blog_list .info .title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #232323;
  margin-top: 1.4rem;
  max-width: 35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog_list .info .desc {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--text);
  max-width: 39.9rem;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: -0.01rem;
}

.blog_list .info .wrap {
  border-top: 1px solid #e6eaf4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.8rem;
  margin-top: 2.7rem;
}

.blog_list .info .wrap .time {
  color: var(--text);
}

.blog_list .info .wrap .date {
  color: rgba(63, 63, 63, 0.85);
}

.blog_subscribe {
  position: relative;
  background-image: linear-gradient(to bottom, var(--bg2) 8.8%, #fafbfd 45.3%, #fdfdfe);
  padding: 9.1rem 0 10rem;
}

.blog_subscribe .content {
  position: static;
}

.blog_subscribe .head {
  max-width: 82.8rem;
  margin: 0 auto;
}

.blog_subscribe .icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 7.2rem;
  height: 7.2rem;
  background: url("../img/icon-email-w.svg") no-repeat center / 38.9% var(--primary);
  transform: translate(-50%, -50%);
}

.blog_subscribe p {
  max-width: 74.6rem;
  margin-top: 1.8rem;
}

.blog_subscribe form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.4rem;
  margin-top: 4.7rem;
}

.blog_subscribe form input {
  display: block;
  width: 100%;
  border: 1px solid var(--border2);
  background-color: #fff;
  transition: border-color 0.2s;
  font-size: 1.7rem;
  color: var(--title);
  padding: 0 2.3rem;
  height: 6.9rem;
}

.blog_subscribe form input::placeholder {
  color: #7d7d8e;
}

.blog_subscribe form input:focus {
  border-color: var(--primary);
}

.blog_subscribe form .btn input {
  display: none;
}

.blog_subscribe .quote-field-error {
  text-align: left;
}

.quote_form .con span.quote-btn-spinner {
  width: 20px;
  height: 20px;
}

.quote-btn-spinner {
  left: 5px;
}

.blog_subscribe .tip {
  margin-top: 4rem;
}

.footer_contact {
  background-image: linear-gradient(to bottom, #fdfdfe, transparent 39%);
}

@media screen and (max-width: 768px) {
  .blog_banner {
    padding-top: 64px;
  }

  .blog_banner .flex {
    padding: 40px 0;
  }

  .blog_banner .image {
    width: 50%;
    margin-right: -20px;
  }

  .blog_banner .lt {
    padding: 0;
  }

  .blog_banner .nums {
    margin-top: 20px;
  }

  .blog_banner .nums ul {
    gap: 20px;
  }

  .blog_banner .nums .wrap {
    font-size: 22px;
  }

  .blog_banner .nums .label {
    font-size: 14px;
    letter-spacing: unset;
    margin-top: 8px;
  }

  .blog_featured {
    padding: 50px 0;
  }

  .blog_featured .blog_featured_swiper {
    margin-top: 30px;
  }

  .blog_featured .item {
    gap: 0;
  }

  .blog_featured .item .img .tag {
    font-size: 14px;
  }

  .blog_featured .item .info {
    padding-top: 20px;
  }

  .blog_featured .item .info::before {
    left: -30px;
  }

  .blog_featured .item .info .metas {
    font-size: 14px;
  }

  .blog_featured .item .info .metas .cat {
    margin-right: 0;
  }

  .blog_featured .item .info .title {
    font-size: 18px;
    margin-top: 10px;
  }

  .blog_featured .item .info .desc {
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }

  .blog_featured .item .info .wrap {
    margin-top: 16px;
    gap: 14px;
  }

  .blog_main {
    padding: 50px 0;
  }

  .blog_main .flex {
    margin-top: 20px;
  }

  .blog_main .flex .lt {
    width: 100%;
    min-width: unset;
    position: static;
  }

  .blog_main .flex .rt {
    padding: 0;
  }

  .blog_main .search_box form input {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .blog_main .search_box form input[type=submit] {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .blog_main .blog_sidebar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    display: flex;
    --radius: 8px;
    margin: 0;
    width: unset;
  }

  .blog_main .blog_sidebar.active {
    pointer-events: all;
  }

  .blog_main .blog_sidebar.active .close {
    opacity: 1;
  }

  .blog_main .blog_sidebar.active .con {
    transform: translate(0);
  }

  .blog_main .blog_sidebar>.close {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .blog_main .blog_sidebar .con {
    width: min(300px, 80%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    transform: translateX(-100%);
    background-color: #fff;
  }

  .blog_main .blog_sidebar .close_box {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .blog_main .blog_sidebar .close_box .close {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s;
    border-radius: var(--radius);
    background: url('../img/close.svg') no-repeat center / 12px;
  }

  .blog_main .blog_sidebar .close_box .close:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .blog_main .blog_sidebar .close_box+div {
    flex: 1;
    overflow: auto;
    padding: 12px 0 30px;
  }

  .blog_main .blog_sidebar .title {
    font-size: 18px;
    line-height: 1.5;
    padding: 14px 20px;
    grid-template-columns: 1fr 12px;
  }

  .blog_main .blog_sidebar .box {
    padding: 10px 20px 20px;
  }

  .blog_main .blog_sidebar .terms {
    margin: 0;
  }

  .blog_main .blog_sidebar .terms li {
    font-size: 14px;
    letter-spacing: unset;
  }

  .blog_main .blog_sidebar .terms li.active {
    letter-spacing: unset;
  }

  .blog_main .blog_sidebar .terms li+li {
    margin-top: 12px;
  }

  .blog_main .filter .total {
    font-size: 14px;
    letter-spacing: unset;
  }

  .blog_main .filter .btn_filter {
    display: block;
    width: 22px;
    height: 22px;
    content: '';
    background: url("../img/nav-btn-p.svg") no-repeat center / contain;
    margin-right: auto;
  }

  .blog_main .filter select {
    font-size: 14px;
    height: 46px;
    padding: 0 50px 0 20px;
    background-size: 10px;
    background-position: center right 20px;
    min-width: unset;
  }

  .blog_main .list {
    margin-top: 30px;
  }

  .blog_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 16px;
  }

  .blog_main .center:has(.btn_line) {
    margin-top: 40px;
    min-height: 42px;
  }

  .blog_list .info {
    padding: 20px;
  }

  .blog_list .info .cats {
    gap: 10px;
  }

  .blog_list .info .cats span {
    font-size: 13px;
  }

  .blog_list .info .title {
    font-size: 18px;
    margin-top: 10px;
  }

  .blog_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }

  .blog_list .info .wrap {
    margin-top: 20px;
    padding-top: 14px;
    gap: 14px;
  }

  .blog_subscribe {
    padding: 50px 0;
  }

  .blog_subscribe .icon {
    position: static;
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
    transform: translate(0);
  }

  .blog_subscribe form {
    max-width: 444px;
    margin: 30px auto 0;
  }

  .blog_subscribe form input {
    font-size: 14px;
    padding: 0 20px;
    height: 46px;
  }

  .blog_subscribe form .btn {
    margin: 0;
    height: 100%;
  }

  .blog_subscribe .tip {
    margin-top: 12px;
  }
}

@media screen and (max-width: 576px) {
  .blog_banner .image {
    width: 100%;
    margin: 0;
    order: -1;
  }

  .blog_banner .image::after {
    top: unset;
    bottom: 100%;
    left: 113%;
  }

  .blog_banner .nums ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .blog_featured .item {
    grid-template-columns: 1fr;
  }

  .blog_featured .item .info {
    padding: 20px 0;
  }

  .blog_featured .item .info::before {
    display: none;
  }
}