.post_banner {
  background-color: var(--bg2);
  max-width: 256rem;
  margin: 0 auto;
  padding: 6rem 0 15rem;
}
.post_banner.img_bg > img {
  height: auto;
  top: unset;
  bottom: 0;
}
.post_banner .breadcrumbs {
  line-height: 2rem;
  min-width: 2rem;
}
.post_banner .breadcrumbs span {
  font-size: 1.3rem;
  font-weight: 500;
  color: #666666;
}
.post_banner .breadcrumbs span span::before {
  display: inline-block;
  content: '';
  width: 0.6154em;
  height: 0.6154em;
  margin: 0 1.154em 0 1em;
  background: url("../images/bread-nav.svg") no-repeat center / contain;
}
.post_banner .breadcrumbs span span:first-child::before {
  display: none;
}
.post_banner .breadcrumbs span a {
  color: #7dc242;
  vertical-align: top;
  text-decoration: underline transparent;
  transition: all 0.3s;
}
.post_banner .breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.post_banner .head h1 {
  font-size: 5.2rem;
  line-height: 1.15;
  max-width: 72rem;
  margin-top: 1.5rem;
}
.post_banner .metas {
  margin-top: 2.7rem;
}
.post_banner .metas ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  color: #666666;
  gap: 2.7rem;
}
.post_banner .metas li {
  display: inline-flex;
  align-items: center;
  gap: 0.6154em;
}
.post_banner .metas li::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1.231em;
  height: 1.231em;
  background: no-repeat center / contain;
}
.post_banner .metas .read {
  color: #fff;
  background-color: #7dc242;
  border-radius: 1.2em;
  gap: 0.231em;
  padding: 0.462em 0.9231em 0.77em;
  min-width: 9em;
}
.post_banner .metas .read::before {
  filter: contrast(0) brightness(2);
}
.post_banner .metas .date::before {
  background-image: url("../images/post-icon1.svg");
}
.post_banner .metas .view::before {
  background-image: url("../images/post-icon2.svg");
}
.post_banner .metas .read::before {
  background-image: url("../images/post-icon3.svg");
}
.post_main {
  padding: 9.5rem 0 8.3rem;
}
.post_main .lt {
  flex: 1;
  max-width: 89.1rem;
}
.post_main .post_img {
  padding-bottom: 57.35129068%;
  border-radius: 1.6rem;
}
.post_main .postsidebar {
  display: grid;
  color: #1a1a1a;
  gap: 2rem;
  width: 36.1rem;
  position: sticky;
  top: 12rem;
}
.post_main .postsidebar .pt_box {
  border-radius: 1.6rem;
  border: 1px solid #e5e5e5;
  padding: 3rem 2.8rem 2.8rem;
}
.post_main .postsidebar .pt_box .pt_title {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.post_main .postsidebar .pt_author {
  border-radius: 1.6rem;
  background-color: #f0f7f2;
  padding: 3.2rem 3rem 3.3rem;
}
.post_main .postsidebar .pt_author .img {
  width: 8.6rem;
  --h: 100%;
  border-radius: 50%;
  margin: 0 auto;
}
.post_main .postsidebar .pt_author .info {
  margin-top: 2.3rem;
}
.post_main .postsidebar .pt_author .info .name {
  font-size: 1.8rem;
  font-weight: 600;
}
.post_main .postsidebar .pt_author .info .cl {
  font-size: 1.3rem;
  font-weight: 500;
  color: #0b7a3f;
  margin-top: 1rem;
}
.post_main .postsidebar .pt_author .info .desc {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #666;
  max-width: 28rem;
  margin-top: 1.5rem;
}
.post_main .postsidebar .pt_recommend .list {
  margin-top: 2.5rem;
}
.post_main .postsidebar .pt_recommend .list ul {
  display: grid;
  gap: 2.4rem;
}
.post_main .postsidebar .pt_recommend .list a {
  display: grid;
  grid-template-columns: 28.38283828% 1fr;
  align-items: center;
  gap: 1rem;
}
.post_main .postsidebar .pt_recommend .list a:hover img {
  transform: scale(1.03);
}
.post_main .postsidebar .pt_recommend .list a:hover .info .title {
  text-decoration-color: #1a1a1a;
}
.post_main .postsidebar .pt_recommend .list .img {
  padding-bottom: 94.18604651%;
  border-radius: 1rem;
  margin-bottom: 0.4rem;
}
.post_main .postsidebar .pt_recommend .list .info .date {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0b7a3f;
}
.post_main .postsidebar .pt_recommend .list .info .title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  transition: all 0.3s;
  text-decoration: underline transparent;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-width: 19.8rem;
  margin-top: 0.9rem;
}
.post_main .postsidebar .pt_categories {
  margin-top: 3px;
  margin-bottom: 4px;
}
.post_main .postsidebar .pt_categories .nav {
  margin-top: 2.4rem;
  padding-right: 1rem;
}
.post_main .postsidebar .pt_categories .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.post_main .postsidebar .pt_categories .nav .nav_item {
  display: block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
  background-color: #f0f7f2;
  border-radius: 0.77em;
  padding: 0.827em 1.3em;
}
.post_main .postsidebar .pt_categories .nav .nav_item.active,
.post_main .postsidebar .pt_categories .nav .nav_item:hover {
  background-color: #0b7a3f;
  color: #fff;
}
.post_main .postsidebar .pt_subscribe form {
  display: grid;
  border-radius: 1.6rem;
  background-color: #0b7a3f;
  color: #fff;
  gap: 1.2rem;
  padding: 3.2rem 2.8rem;
}
.post_main .postsidebar .pt_subscribe form .icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.4rem;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
}
.post_main .postsidebar .pt_subscribe form .icon img {
  transform: scale(0.45833333);
}
.post_main .postsidebar .pt_subscribe form .info {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.post_main .postsidebar .pt_subscribe form .info strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.post_main .postsidebar .pt_subscribe form .info p {
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: 26rem;
  margin-top: 1.3rem;
}
.post_main .postsidebar .pt_subscribe form input {
  display: block;
  width: 100%;
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #Fff;
  transition: border-color 0.2s;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4rem;
  padding: 0 20px;
}
.post_main .postsidebar .pt_subscribe form input:focus {
  border-color: var(--secondary);
}
.post_main .postsidebar .pt_subscribe form input[type=submit] {
  background-color: #7dc242;
  border-color: #7dc242;
  color: #fff;
  transition: all 0.3s;
}
.post_main .postsidebar .pt_subscribe form input[type=submit]:hover {
  background-color: transparent;
  color: #7dc242;
}
.post_main .postdetail {
  margin-top: 6.5rem;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #333;
  max-width: 85.6rem;
}
.post_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.post_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
  color: #1a1a1a;
  margin: 4.7rem 0 2rem;
}
.post_main .postdetail h2 strong {
  color: #0b7a3f;
}
.post_main .postdetail h3 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #1a1a1a;
  margin: 3.7rem 0 2.1rem;
}
.post_main .postdetail p {
  margin: 1rem 0;
}
.post_main .postdetail p strong {
  color: #1a1a1a;
  font-weight: 500;
  letter-spacing: 0.00471em;
}
.post_main .postdetail p + p {
  margin-top: 2.4rem;
}
.post_main .postdetail a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .postdetail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
  object-fit: cover;
  margin: 4rem 0;
}
.post_main .postdetail ul {
  margin: 2.4rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 2.11765em;
}
.post_main .postdetail ul li::before {
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.post_main .postdetail ul li + li {
  margin-top: 0.71em;
}
.post_main .postdetail ol {
  counter-reset: num;
  margin: 2.4rem 0;
}
.post_main .postdetail ol li {
  position: relative;
  padding-left: 1.3em;
}
.post_main .postdetail ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  counter-increment: num;
  content: counter(num) '.';
}
.post_main .postdetail ol li + li {
  margin-top: 0.71em;
}
.post_main .postdetail .get_lis li::before {
  width: 1.1765em;
  height: 1.1765em;
  top: 0.29412em;
  background: url("../images/gou.svg") no-repeat center / contain;
}
.post_main .postdetail .wp-block-columns {
  gap: 16px;
}
.post_main .postdetail .wp-block-verse {
  font-family: "Rubik", sans-serif;
  white-space: pre-wrap;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  color: #444;
  margin: 4.7rem 0;
}
.post_main .postdetail .wp-block-preformatted {
  font-family: "Rubik", sans-serif;
  white-space: pre-wrap;
  background-color: #f8f8f8;
  font-size: 1.5rem;
  color: #666666;
  padding: 1.2rem 2rem 1.6rem;
  margin: 6.4rem 0 4.6rem;
}
.post_main .postdetail .wp-block-quote {
  border-left: 0.4rem solid #7dc242;
  background-color: #f0f7f2;
  border-radius: 0 1.2rem 1.2rem 0;
  margin: 3.4rem 0 3.1rem;
  padding: 2.2rem 3.4rem 2.5rem;
}
.post_main .postdetail .wp-block-quote p {
  font-size: 1.9rem;
  line-height: 1.71;
  max-width: 76.7rem;
  color: #444;
  margin: 0;
}
.post_main .postdetail .wp-block-quote cite {
  display: block;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0b7a3f;
  margin-top: 1.2rem;
}
.post_main .tags-box {
  border-top: 1px solid #e5e5e5;
  margin-top: 4.9rem;
  padding-top: 3.2rem;
}
.post_main .tags-box .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.post_main .tags-box .tags ul li {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 1.5em;
  background-color: var(--bg);
  padding: 0.75em 1.4231em;
}
.post_main .tags-box .tags ul li:hover {
  background-color: var(--primary);
  color: #fff;
}
.post_main .tags-box .share {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  gap: 1.9rem;
  margin-top: 3.2rem;
}
.post_main .tags-box .share ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.post_main .tags-box .share ul a {
  display: block;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 1rem;
  background-color: var(--bg);
}
.post_main .tags-box .share ul a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 50%;
  transition: all 0.3s;
}
.post_main .tags-box .share ul a:hover {
  background-color: var(--primary);
}
.post_main .tags-box .share ul a:hover::after {
  filter: contrast(0) brightness(2);
}
.post_main .tags-box .share ul .linkedin a::after {
  background-image: url("../images/share-linkedin.svg");
}
.post_main .tags-box .share ul .twitter a::after {
  background-image: url("../images/share-x.svg");
}
.post_main .tags-box .share ul .email a::after {
  background-image: url("../images/share-email.svg");
}
.post_main .tags-box .share ul .link a::after {
  background-image: url("../images/share-link.svg");
}
.post_main .tags-box .share ul .link {
  position: relative;
}
.post_main .tags-box .share ul .link a {
  overflow: visible;
}
.post_main .tags-box .share ul .link .copy-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
  animation: copyTooltipAnim 2s ease forwards;
}
.post_main .tags-box .share ul .link .copy-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
}
@keyframes copyTooltipAnim {
  0%   { opacity: 0; transform: translateX(-50%) translateY(4px); }
  15%  { opacity: 1; transform: translateX(-50%) translateY(0); }
  80%  { opacity: 1; transform: translateX(-50%) translateY(0); }
  100% { opacity: 0; transform: translateX(-50%) translateY(-4px); }
}
.page_news {
  padding-top: 8.2rem;
  padding-bottom: 18.2rem;
}
.page_news .head p {
  max-width: 72rem;
}

.wpcf7-not-valid-tip{
  margin-top: 1rem;
}
/* body .wpcf7-response-output{
  display: none !important;
} */
@media screen and (min-width: 769px) and (max-width: 896px) {
  .post_banner .head h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .post_banner {
    padding: 30px 0 70px;
  }
  .post_banner .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .post_banner .breadcrumbs span {
    font-size: 13px;
  }
  .post_banner .breadcrumbs span span::before {
    margin: 0 0.5em;
  }
  .post_banner .head h1 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 10px;
    max-width: 600px;
  }
  .post_banner .metas {
    margin-top: 20px;
  }
  .post_banner .metas ul {
    font-size: 13px;
    gap: 16px;
  }
  .post_banner .metas .read {
    padding: 0.5em 0.8em;
  }
  .post_main {
    padding: 50px 0;
  }
  .post_main .post_img {
    border-radius: 10px;
  }
  .post_main .postsidebar {
    width: 100%;
    position: static;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  }
  .post_main .postsidebar .pt_box {
    border-radius: 10px;
    padding: 20px;
  }
  .post_main .postsidebar .pt_box .pt_title {
    font-size: 14px;
  }
  .post_main .postsidebar .pt_author {
    border-radius: 10px;
    padding: 20px;
  }
  .post_main .postsidebar .pt_author .img {
    width: 70px;
  }
  .post_main .postsidebar .pt_author .info {
    margin-top: 20px;
  }
  .post_main .postsidebar .pt_author .info .name {
    font-size: 16px;
  }
  .post_main .postsidebar .pt_author .info .cl {
    font-size: 12px;
    margin-top: 5px;
  }
  .post_main .postsidebar .pt_author .info .desc {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .post_main .postsidebar .pt_recommend .list {
    margin-top: 20px;
  }
  .post_main .postsidebar .pt_recommend .list ul {
    gap: 20px;
  }
  .post_main .postsidebar .pt_recommend .list .img {
    margin: 0;
  }
  .post_main .postsidebar .pt_recommend .list .info .date {
    font-size: 12px;
  }
  .post_main .postsidebar .pt_recommend .list .info .title {
    font-size: 14px;
    margin-top: 5px;
  }
  .post_main .postsidebar .pt_categories {
    margin: 0;
  }
  .post_main .postsidebar .pt_categories .nav {
    margin-top: 20px;
    padding: 0;
  }
  .post_main .postsidebar .pt_categories .nav .nav_list {
    gap: 8px;
  }
  .post_main .postsidebar .pt_categories .nav .nav_item {
    font-size: 13px;
    padding: 0.5em 1em;
  }
  .post_main .postsidebar .pt_subscribe form {
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
  }
  .post_main .postsidebar .pt_subscribe form .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .post_main .postsidebar .pt_subscribe form .info {
    margin: 5px 0;
  }
  .post_main .postsidebar .pt_subscribe form .info strong {
    font-size: 16px;
  }
  .post_main .postsidebar .pt_subscribe form .info p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .post_main .postsidebar .pt_subscribe form input {
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    border-radius: 5px;
  }
  .post_main .postdetail {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    margin: 30px 0 14px;
    letter-spacing: unset;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail p + p {
    margin-top: 16px;
  }
  .post_main .postdetail img {
    border-radius: 10px;
    margin: 30px 0;
  }
  .post_main .postdetail ul,
  .post_main .postdetail ol {
    margin: 14px 0;
  }
  .post_main .postdetail .get_lis li::before {
    top: 2px;
  }
  .post_main .postdetail .wp-block-verse {
    font-size: 16px;
    line-height: 1.5;
    margin: 30px 0;
  }
  .post_main .postdetail .wp-block-preformatted {
    font-size: 14px;
    padding: 10px 20px;
    margin: 30px 0;
  }
  .post_main .postdetail .wp-block-quote {
    padding: 10px 20px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
  }
  .post_main .postdetail .wp-block-quote p {
    font-size: 15px;
    line-height: 1.5;
  }
  .post_main .postdetail .wp-block-quote cite {
    font-size: 13px;
    margin-top: 10px;
  }
  .post_main .tags-box {
    margin-top: 30px;
    padding-top: 20px;
  }
  .post_main .tags-box .tags ul {
    gap: 8px;
  }
  .post_main .tags-box .tags ul li {
    font-size: 13px;
    padding: 0.5em 1em;
  }
  .post_main .tags-box .share {
    font-size: 13px;
    gap: 10px;
    margin-top: 20px;
  }
  .post_main .tags-box .share ul {
    gap: 8px;
  }
  .post_main .tags-box .share ul a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
  .page_news {
    padding: 50px 0;
  }
  .page_news .head p {
    max-width: 500px;
  }
}
