.post_main {
  overflow: hidden;
  margin: 33px 0 172px;
  margin-bottom: 0;
  margin-top: 110px;
}
.post_main .inner {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
.post_main .inner::before,
.post_main .inner::after {
  content: '';
  display: block;
  width: 19.0625%;
  padding-bottom: 6.770833%;
  background-color: var(--primary);
  position: absolute;
  left: -2.395833%;
  top: 952px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 16px 100%);
}
.post_main .inner::after {
  left: unset;
  right: -1.5625%;
  top: 442px;
}
.post_main .content {
  max-width: 1038px;
}
.post_main .breadcrumbs {
  color: #7d7d82;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 56px;
}
.post_main .breadcrumbs span span:last-child {
  color: var(--title);
}
.post_main .breadcrumbs a {
  transition: all 0.3s;
}
.post_main .breadcrumbs a:hover {
  color: var(--primary);
}
.post_main .metas {
  color: var(--text);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.post_main .metas .cat {
  color: #fff;
  font-weight: 500;
  background-color: var(--primary);
  padding: 5px 14px;
  display: inline-block;
  margin-right: 10px;
}
.post_main .head {
  margin-bottom: 25px;
  padding-bottom: 42px;
  border-bottom: 1px solid #dddddd;
}
.post_main .head h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.24;
  max-width: 840px;
}
.post_main .head .desc {
  color: var(--text);
  font-size: 18px;
  line-height: 28px;
  margin-top: 25px;
  max-width: 840px;
}
.post_main .author {
  gap: 26px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.post_main .author .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--title);
}
.post_main .author .info .name {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.post_main .author .info .desc {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.post_main .post_img {
  display: block;
  margin-top: 42px !important;
}
.post_main .post_img .img {
  padding-bottom: 52.077295%;
}
.post_main .post_img .wp-element-caption {
  display: block;
  color: var(--text);
  font-size: 18px;
  text-align: center;
  margin-top: 23px;
}
.post_main .post_detail {
  margin-top: 60px;
}
.post_main .post_detail .content > *:first-child {
  margin-top: 0;
}
.post_main .post_detail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .post_detail h2 {
  font-weight: 700;
  font-size: 34px;
  margin: 43px 0 23px;
  color: var(--title);
}
.post_main .post_detail h3 {
  font-weight: 700;
  font-size: 26px;
  margin: 33px 0 23px;
}
.post_main .post_detail p {
  color: var(--text);
  font-size: 18px;
  line-height: 28px;
  margin: 23px 0 28px;
}
.post_main .post_detail li {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-left: 1.388889em;
}
.post_main .post_detail li::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 0.6em;
  width: 0.333333em;
  height: 0.333333em;
  transform: rotate(45deg);
  background-color: var(--primary);
}
.post_main .post_detail a {
  color: var(--primary);
  transition: all 0.3s;
  text-decoration: underline;
}
.post_main .post_detail a:hover {
  text-decoration-color: transparent;
}
.post_main .post_detail .wp-block-image {
  display: block;
  margin: 45px 0;
}
.post_main .post_detail .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.post_main .post_detail .wp-block-image figcaption {
  display: block;
  color: var(--text);
  font-size: 18px;
  line-height: 28px;
  margin-top: 14px;
}
.post_main .post_detail blockquote {
  display: block;
  position: relative;
  margin: 54px 0 48px;
  padding: 3.082852% 5.009634%;
  background-color: #f4f4f6;
  font-family: 'Oswald', sans-serif;
  border-left: 3px solid var(--primary);
}
.post_main .post_detail blockquote::after {
  content: '';
  position: absolute;
  right: 3.091787%;
  top: -14px;
  width: 3.478261%;
  padding-bottom: 3.285025%;
  background: url(../img/icon-maohao.svg) no-repeat center center / contain;
}
.post_main .post_detail blockquote p {
  color: var(--title);
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  margin: 0;
}
.post_main .post_detail em {
  color: var(--primary);
}
.post_main .bot {
  padding-top: 21px;
  margin-top: 90px;
  border-top: 1px solid #e4e4e7;
}
.post_main .tags ul {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}
.post_main .tags li {
  color: #585859;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s;
  background-color: #efefef;
  padding: 9px 18px;
}
.post_main .tags li:hover {
  color: #fff;
  background-color: var(--primary);
}
.post_main .share {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post_main .share .label {
  color: var(--text);
  font-size: 15px;
  text-transform: uppercase;
}
.post_main .share ul {
  gap: 11px;
  display: flex;
  flex-wrap: wrap;
}
.post_main .share a {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  border: 1px solid #e4e4e7;
}
.post_main .share a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
.post_main .share a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.post_main .share a:hover::after {
  filter: contrast(0) brightness(2);
}
.post_main .share .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
.post_main .share .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
.post_main .share .youtube a::after {
  background-image: url(../img/social-youtube.svg);
}
.post_main .share .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
.post_main .share .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
.post_main .author_card {
  margin-top: 130px;
  position: relative;
  gap: 4.175365%;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  background-color: #f4f4f5;
  padding: 4.046243% 3.853565% 4.238921%;
}
.post_main .author_card .text {
  position: absolute;
  right: 0;
  bottom: 100%;
  color: #f2f2f2;
  font-weight: 700;
  font-size: 72px;
  line-height: 0.85;
  text-transform: uppercase;
}
.post_main .author_card .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  align-self: start;
}
.post_main .author_card .info .name {
  font-weight: 700;
  font-size: 22px;
}
.post_main .author_card .info .desc {
  color: var(--text);
  line-height: 26px;
  margin-top: 3px;
  max-width: 800px;
}
.post_main .author_card .info .desc strong {
  display: block;
  color: var(--primary);
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.post_news {
  margin: 172px 0 191px;
}
.post_news .btn_b {
  margin-bottom: 8px;
}
.post_news .swiper_box {
  margin-top: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .post_main .inner::before {
    left: unset;
    right: 90%;
  }
  .post_main .inner::after {
    right: unset;
    left: 90%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .post_main .inner::before,
  .post_main .inner::after {
    display: none;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1220px) {
  .post_main {
    margin: 30px 0 100px;
  }
  .post_main .breadcrumbs {
    margin-bottom: 40px;
  }
  .post_main .head h1 {
    font-size: 38px;
  }
  .post_main .head .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .post_main .author .info .name {
    font-size: 18px;
  }
  .post_main .post_img .wp-element-caption {
    font-size: 15px;
  }
  .post_main .post_detail {
    margin-top: 50px;
  }
  .post_main .post_detail h2 {
    font-size: 28px;
  }
  .post_main .post_detail h3 {
    font-size: 22px;
  }
  .post_main .post_detail p {
    font-size: 16px;
    line-height: 1.6;
  }
  .post_main .post_detail li {
    font-size: 16px;
    line-height: 1.7;
  }
  .post_main .post_detail .wp-block-image figcaption {
    font-size: 15px;
    line-height: 1.5;
  }
  .post_main .post_detail blockquote p {
    font-size: 19px;
    line-height: 1.6;
  }
  .post_main .bot {
    margin-top: 70px;
  }
  .post_main .author_card {
    margin-top: 100px;
  }
  .post_main .author_card .text {
    font-size: 56px;
  }
  .post_main .author_card .info .name {
    font-size: 20px;
  }
  .post_main .author_card .info .desc {
    font-size: 15px;
    line-height: 1.6;
  }
  .post_news {
    margin: 100px 0 110px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .post_main {
    margin: 25px 0 80px;
  }
  .post_main .breadcrumbs {
    margin-bottom: 30px;
  }
  .post_main .head {
    padding-bottom: 30px;
  }
  .post_main .head h1 {
    font-size: 32px;
  }
  .post_main .head .desc {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .post_main .author .info .name {
    font-size: 17px;
  }
  .post_main .post_img .wp-element-caption {
    font-size: 14px;
    margin-top: 15px;
  }
  .post_main .post_detail {
    margin-top: 40px;
  }
  .post_main .post_detail h2 {
    font-size: 26px;
    margin: 35px 0 18px;
  }
  .post_main .post_detail h3 {
    font-size: 20px;
    margin: 28px 0 18px;
  }
  .post_main .post_detail p {
    font-size: 15px;
    line-height: 1.6;
    margin: 18px 0 22px;
  }
  .post_main .post_detail li {
    font-size: 15px;
    line-height: 1.7;
  }
  .post_main .post_detail .wp-block-image figcaption {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .post_detail blockquote {
    margin: 40px 0 35px;
  }
  .post_main .post_detail blockquote p {
    font-size: 18px;
    line-height: 1.6;
  }
  .post_main .bot {
    margin-top: 60px;
  }
  .post_main .author_card {
    margin-top: 90px;
  }
  .post_main .author_card .text {
    font-size: 44px;
  }
  .post_main .author_card .info .name {
    font-size: 19px;
  }
  .post_main .author_card .info .desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .post_news {
    margin: 80px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .post_main {
    margin: 0;
    padding: 30px 0 80px;
  }
  .post_main .inner::before,
  .post_main .inner::after {
    display: none;
  }
  .post_main .breadcrumbs {
    margin-bottom: 30px;
  }
  .post_main .head {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .post_main .head h1 {
    font-size: 38px;
  }
  .post_main .head .desc {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.5;
  }
  .post_main .author {
    gap: 15px;
  }
  .post_main .post_img {
    margin-top: 30px !important;
  }
  .post_main .post_img .wp-element-caption {
    font-size: 14px;
    margin-top: 12px;
  }
  .post_main .post_detail {
    margin-top: 30px;
  }
  .post_main .post_detail h2 {
    font-size: 30px;
    margin: 30px 0 20px;
  }
  .post_main .post_detail h3 {
    font-size: 22px;
    margin: 25px 0 20px;
  }
  .post_main .post_detail p {
    font-size: 14px;
    line-height: 1.7;
    margin: 20px 0;
  }
  .post_main .post_detail li {
    font-size: 14px;
    line-height: 1.7;
  }
  .post_main .post_detail .wp-block-image {
    margin: 30px 0;
  }
  .post_main .post_detail .wp-block-image .wp-element-caption {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .post_main .post_detail .wp-block-quote {
    padding: 15px;
    margin: 30px 0;
  }
  .post_main .post_detail .wp-block-quote p {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .bot {
    margin-top: 30px;
  }
  .post_main .tags ul {
    gap: 12px;
  }
  .post_main .author_card {
    padding: 20px;
    display: block;
    margin-top: 80px;
  }
  .post_main .author_card .text {
    font-size: 40px;
  }
  .post_main .author_card .info {
    margin-top: 20px;
  }
  .post_news {
    margin: 0;
    padding: 50px 0;
  }
  .post_news .btn_b {
    margin-bottom: 0;
  }
  .post_news .swiper_box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .post_news .swiper_btns {
    display: none;
  }
}
