.blog_banner {
  background: no-repeat center / cover;
  margin-bottom: 4rem;
}
.blog_banner .flex {
  min-height: 68.6rem;
  padding: 6rem 0;
}
.blog_banner .head {
  color: #fff;
  flex: 1;
  max-width: 66rem;
  padding-top: 8.4%;
}
.blog_banner p {
  font-size: 3.2rem;
  line-height: 5rem;
  margin-top: 0.5rem;
  font-weight: 300;
}
.blog_banner .btn {
  margin-top: 3.6rem;
}
.blog_banner .inner {
  width: 100%;
  overflow: hidden;
  transform: translateY(4rem);
}
.blog_banner .nums {
  position: relative;
  z-index: 2;
  display: flex;
  margin-right: -10%;
}
.blog_banner .nums ul {
  display: inline-grid;
  grid-template-columns: repeat(auto-fit, minmax(41.4rem, 1fr));
  max-width: 100%;
  margin-left: auto;
}
.blog_banner .num_list li {
  padding: 2.8rem 10% 3.3rem 12%;
}
.blog_latest {
  padding: 12.7rem 0 3.45rem;
}
.blog_latest .blog_latest_swiper {
  margin-top: 4.1rem;
  overflow: hidden;
}
.blog_latest .blog_latest_swiper .flex {
  height: 100%;
  flex-wrap: wrap;
}
.blog_latest .blog_latest_swiper a:hover img {
  transform: scale(1.02);
}
.blog_latest .blog_latest_swiper .info {
  background: url("../img/blog-bg.jpg") no-repeat center / cover;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 3% 2rem 4.7%;
}
.blog_latest .blog_latest_swiper .info .metas {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #8c8c8c;
  gap: 0.8rem;
}
.blog_latest .blog_latest_swiper .info .metas .cat {
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--title);
  font-family: "Roboto", sans-serif;
}
.blog_latest .blog_latest_swiper .info h3 {
  font-size: 3.6rem;
  line-height: 4.32rem;
  font-weight: 600;
  color: #212121;
  margin-top: 1.5rem;
}
.blog_latest .blog_latest_swiper .info p {
  font-size: 2rem;
  line-height: 3.1rem;
  color: var(--text);
  margin-top: 2.1rem;
}
.blog_latest .blog_latest_swiper .info .btn {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  gap: 2.7rem;
  margin-top: 4.4rem;
  padding: 2.25rem 3.55rem;
}
.blog_latest .blog_latest_swiper .info .btn::after {
  width: 1.7rem;
  height: 1.4rem;
  background: url("../img/arrow-r3.svg") no-repeat center / contain;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.blog_latest .blog_latest_swiper .info .btn:hover::after {
  transform: translateX(20%);
}
.blog_latest .blog_latest_swiper .img {
  width: 53.25%;
  padding-bottom: 31.5%;
}
.blog_latest .swiper_btns_circle {
  max-width: 166.2rem;
}
.blog_latest .swiper_btns_circle div {
  width: 6.2rem;
  height: 6.2rem;
  background-color: #fff;
}
.blog_latest .swiper_btns_circle div::after {
  width: 1.8rem;
  height: 1.8rem;
}
.blog_latest .swiper_btns_circle div:hover {
  background-color: var(--primary);
}
.blog_latest .swiper_btns_circle .swiper-button-disabled {
  background-color: #fff;
}
.blog_latest div.swiper-pagination {
  position: static;
  display: flex;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
.blog_latest div.swiper-pagination .swiper-pagination-bullet {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  background-color: #242424;
  opacity: 1;
  margin: 0;
  transition: all 0.4s, opacity 0.3s;
  transform: scale(0.5);
}
.blog_latest div.swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1);
  border-color: #242424;
  background-color: transparent;
}
.blog_main {
  padding: 3.45rem 0 13.9rem;
}
.blog_main .head {
  padding-top: 0.4rem;
}
.blog_main .filter_box label {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  color: #242424;
  gap: 2.9rem;
}
.blog_main .filter_box select {
  display: block;
  border: 1px solid #d5d5d5;
  font-size: 2rem;
  font-weight: 600;
  color: #242424;
  background: url("../img/icon-select2.svg") no-repeat center right 1.8rem/1.1rem;
  padding: 2rem 4rem 2rem 2.9rem;
  min-width: 24.3rem;
}
.blog_main .list {
  margin-top: 4rem;
}
.blog_main .blog_list li:first-child a {
  border-top: 1px solid #e2e2e2;
}
.blog_main .blog_list .active a::after {
  width: 100%;
}
.blog_main .blog_list .active .info .btn_line {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.blog_main .blog_list .active .info .btn_line::after {
  filter: contrast(0) brightness(2);
}
.blog_main .blog_list a {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  display: grid;
  grid-template-columns: 11rem 32.5% 1fr;
  align-items: start;
  padding: 4.9rem 0 5.1rem;
  gap: 2rem 1.4375%;
}
.blog_main .blog_list a::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  background-color: var(--secondary);
  transition: all 0.5s;
}
.blog_main .blog_list a:hover img {
  transform: scale(1.02);
}
.blog_main .blog_list .dates {
  font-size: 1.8rem;
  font-weight: 600;
  color: #212121;
  margin-top: -0.3rem;
}
.blog_main .blog_list .dates .day {
  font-size: 3.6rem;
  display: block;
}
.blog_main .blog_list .dates .day::before {
  display: block;
  width: 1.9rem;
  height: 3px;
  content: '';
  background-color: var(--primary);
  margin: 1.9rem 0 1.5rem;
}
.blog_main .blog_list .img {
  width: 100%;
  padding-bottom: 60.577%;
}
.blog_main .blog_list .info {
  padding: 1rem 7.2% 0 6.2%;
  align-self: center;
}
.blog_main .blog_list .info strong {
  display: block;
  font-weight: 500;
  color: var(--primary);
}
.blog_main .blog_list .info h3 {
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 4.1rem;
  color: #212121;
  margin-top: 2rem;
}
.blog_main .blog_list .info p {
  font-size: 1.9rem;
  line-height: 3.4rem;
  color: #3d3d3d;
  margin-top: 1.1rem;
}
.blog_main .blog_list .info .btn_line {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #282828;
  font-weight: 500;
  border-color: #d6d6d6;
  gap: 1rem;
  margin-top: 1.9rem;
  padding: 1.85rem 2.85rem;
  letter-spacing: 0.5px;
}
.blog_main .blog_list .info .btn_line::after {
  width: 1.3rem;
  height: 1.1rem;
  background: url("../img/arrow-r3.svg") no-repeat center / contain;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  transition: all 0.3s;
}
.blog_main .blog_list .info .btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.blog_main .blog_list .info .btn_line:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateX(20%);
}
.blog_main nav.navigation {
  margin-top: 5rem;
}
.blog_main nav.navigation .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.blog_main nav.navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}
.blog_main nav.navigation .page-numbers {
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 500;
  color: #171717;
  cursor: pointer;
  text-align: center;
  min-width: 5.4rem;
  padding: 1.7rem 1.5rem 1.4rem;
}
.blog_main nav.navigation .page-numbers.current,
.blog_main nav.navigation .page-numbers:hover {
  background-color: var(--primary);
  color: #fff;
}
.blog_main nav.navigation .prev,
.blog_main nav.navigation .next {
  min-width: unset;
  text-indent: -999px;
  overflow: hidden;
  width: 0.8rem;
  background: url("../img/icon-navigation.svg") no-repeat center / contain transparent;
  filter: contrast(0) brightness(0);
  opacity: 0.5;
  padding: 0;
  margin: 0 0.7rem 0 1.4rem;
}
.blog_main nav.navigation .prev:hover,
.blog_main nav.navigation .next:hover {
  filter: unset;
  opacity: 1;
  background-color: transparent;
}
.blog_main nav.navigation .next {
  transform: rotate(180deg);
}
.blog_main nav.navigation .omit {
  padding-inline: 0;
  min-width: unset;
  margin: 0 1.2rem 0 0.3rem;
}
.blog_main nav.navigation .omit:hover {
  background-color: transparent;
  color: var(--primary);
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .blog_banner .nums {
    margin-right: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .blog_banner {
    margin-bottom: 2rem;
    position: relative;
  }
  .blog_banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.4;
    content: '';
    pointer-events: none;
  }
  .blog_banner .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .blog_banner .head {
    max-width: unset;
    padding: 0;
  }
  .blog_banner .inner {
    transform: translateY(1rem);
  }
  .blog_banner .nums {
    margin-right: -20px;
  }
  .blog_banner .nums ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .blog_banner .num_list li {
    padding: 1rem 20px;
  }
  .blog_latest {
    padding: 3rem 0;
  }
  .blog_latest .blog_latest_swiper {
    margin-top: 2rem;
  }
  .blog_latest .blog_latest_swiper .flex {
    flex-direction: column-reverse;
  }
  .blog_latest .blog_latest_swiper .info {
    padding: 1.2rem 20px 1.5rem;
  }
  .blog_latest .blog_latest_swiper .info .metas {
    font-size: 14px;
    gap: 5px;
  }
  .blog_latest .blog_latest_swiper .info .metas .cat {
    font-size: 15px;
  }
  .blog_latest .blog_latest_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .blog_latest .blog_latest_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_latest .blog_latest_swiper .info .btn {
    font-size: 14px;
    line-height: 1.5;
    gap: 10px;
    margin-top: 20px;
    padding: 11px 20px;
  }
  .blog_latest .blog_latest_swiper .info .btn::after {
    width: 14px;
    height: 12px;
  }
  .blog_latest .blog_latest_swiper .img {
    width: 100%;
    padding-bottom: 59.15492%;
  }
  .blog_latest .swiper_btns_circle.middle {
    position: static;
    width: 100%;
    padding: 0 20px;
    margin-top: 2rem;
    justify-content: flex-end;
    transform: translate(0);
  }
  .blog_latest .swiper_btns_circle.middle div {
    width: 40px;
    height: 40px;
  }
  .blog_latest .swiper_btns_circle.middle div::after {
    width: 14px;
    height: 14px;
  }
  .blog_latest div.swiper-pagination {
    gap: 12px;
    margin-top: 1rem;
    display: none;
  }
  .blog_latest div.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .blog_main {
    padding: 3rem 0 5rem;
  }
  .blog_main .head {
    padding: 0;
  }
  .blog_main .filter_box label {
    font-size: 14px;
    gap: 1rem;
  }
  .blog_main .filter_box select {
    min-width: 200px;
    font-size: 14px;
    padding: 12px 20px;
    padding-right: 2rem;
    background-size: 10px;
    background-position: right 12px center;
  }
  .blog_main .list {
    margin-top: 2rem;
  }
  .blog_main .list a {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    grid-template-columns: 77px 32.5% 1fr;
    gap: 1rem;
  }
  .blog_main .list .dates {
    font-size: 14px;
    margin: 0;
  }
  .blog_main .list .dates .day {
    font-size: 18px;
  }
  .blog_main .list .dates .day::before {
    width: 20px;
    margin: 10px 0;
  }
  .blog_main .list .info {
    padding: 0;
  }
  .blog_main .list .info strong {
    font-size: 14px;
  }
  .blog_main .list .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_main .list .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_main .list .info .btn_line {
    font-size: 14px;
    padding: 10px 20px;
    gap: 8px;
    letter-spacing: unset;
    margin-top: 20px;
  }
  .blog_main .list .info .btn_line::after {
    width: 12px;
    height: 10px;
  }
  .blog_main nav.navigation {
    margin-top: 2rem;
  }
  .blog_main nav.navigation .nav-links {
    gap: 5px;
  }
  .blog_main nav.navigation .page-numbers {
    font-size: 14px;
    padding: 11px 10px;
    min-width: 40px;
  }
  .blog_main nav.navigation .prev,
  .blog_main nav.navigation .next,
  .blog_main nav.navigation .omit {
    padding: 10px 0;
    margin: 0;
    min-width: unset;
  }
  .blog_main nav.navigation .prev,
  .blog_main nav.navigation .next {
    width: 7px;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .blog_main .list a {
    display: grid;
  }
}
/*# sourceMappingURL=news.css.map */