.post_main {
  padding: 222px 0 0;
  position: relative;
}
.post_main::before {
  content: '';
  display: block;
  width: 100%;
  height: 802px;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
}
.post_main h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 72px;
}
.post_main .main_img {
  height: 646px;
  position: relative;
  margin-top: 78px;
  height: auto;
}
.post_main .main_img .pic {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 1rem ;
  width: 100%;
  height: auto;
  position: unset;
  aspect-ratio: 1/0.5;
}
.post_main .main_img .pic img {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  object-fit: cover;
  margin-right: auto;
  width: 80%;
  height: auto;
  object-fit: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_main .flex {
  gap: 1.2rem;
  padding: 100px 0;
}
.post_main .left {
  width: 240px;
  padding-top: 6px;
}
.post_main .left strong {
  display: block;
  color: #242424;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 1rem;
}
.post_main .left strong::after {
  content: '';
  display: block;
  width: 54px;
  height: 1px;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.post_main .left .infos {
  margin-bottom: 66px;
}
.post_main .left .infos li {
  color: #444444;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 18px;
}
.post_main .left .infos li:last-child {
  margin-bottom: 0;
}
.post_main .left .infos li i {
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center / contain;
}
.post_main .left .cate {
  margin-bottom: 90px;
}
.post_main .left .cate ul {
  margin-top: 26px;
}
.post_main .left .cate li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 1rem;
}
.post_main .left .cate li:last-child {
  margin-bottom: 0;
}
.post_main .left .cate li::before {
  content: '';
  display: block;
  width: 7px;
  height: 13px;
  background: url(../img/arrow.svg) no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0);
  position: absolute;
  left: 0;
  top: 6px;
}
.post_main .left .cate li a {
  color: #7c7c7c;
  font-size: 18px;
  transition: all 0.3s;
}
.post_main .left .cate li a:hover {
  color: var(--theme_color);
}
.post_main .left .cate li.active::before {
  filter: none;
}
.post_main .left .cate li.active a {
  color: var(--theme_color);
}
.post_main .left .tags {
  margin-bottom: 80px;
}
.post_main .left .tags ul {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.post_main .left .tags ul li {
  background-color: #efefef;
  border-radius: 4px;
  color: #242424;
  font-size: 14px;
  min-width: 112px;
  text-align: center;
  padding: 9px 19px 10px;
  transition: all 0.3s;
}
.post_main .left .tags ul li:hover {
  color: #fff;
  background-color: var(--theme_color);
}
.post_main .left .social {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.post_main .left .social li {
  border-radius: 50%;
  background-color: #efefef;
  transition: all 0.3s;
  margin-bottom: 0;
}
.post_main .left .social li:hover {
  background-color: var(--theme_color);
}
.post_main .left .social li:hover a {
  filter: brightness(20);
}
.post_main .left .social li a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(../img/twitter.svg) no-repeat center / 45%;
  transition: all 0.3s;
  text-indent: -9999px;
}
.post_main .left .social .facebook a {
  background-image: url(../img/facebook.svg);
  background-size: 20%;
}
.post_main .left .social .youtube a {
  background-size: 52%;
  background-image: url(../img/youtube.svg);
}
.post_main .left .social .instagram a {
  background-size: 42%;
  background-image: url(../img/instagram.svg);
}
.post_main .left .social .pinterest a {
  background-size: 32%;
  background-image: url(../img/pinterest.svg);
}
.post_main .right {
  flex: 1;
  max-width: 889px;
}
.post_main .right .excerpt {
  color: #242424;
  font-size: 18px;
  line-height: 34px;
  font-family: 'Gantari', sans-serif;
  opacity: 0.9;
}
.post_main .right .post_detail h2 {
  font-size: 30px;
  font-weight: 500;
  color: var(--theme_color);
  padding-top: 3rem;
}
.post_main .right .post_detail h3 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 2rem;
}
.post_main .right .post_detail h4{
  font-size: 20px;
  font-weight: 500;
  padding-top: 1rem;
  margin-bottom: -1.5rem;
}
.post_main .right .post_detail p {
  color: #242424;
  font-size: 18px;
  line-height: 34px;
  /* font-family: 'Gantari', sans-serif; */
  opacity: 0.9;
  padding-top: 30px;
}
.post_main .right .post_detail p a, .post_main .right .post_detail li a{
  color: var(--theme_color);
  font-size: inherit;
  text-decoration: underline;
}
.post_main .right .post_detail img {
  width: 100%;
  height: auto;
  padding-top: 40px;
}
.post_main .right .post_detail ul {
  padding-top: 0.5rem;
}
.post_main .right .post_detail ul li {
  color: #242424;
  font-size: 18px;
  line-height: 34px;
  font-family: 'Gantari', sans-serif;
  opacity: 0.9;
  padding-top: 14px;
  padding-left: 1rem;
  position: relative;
}
.post_main .right .post_detail ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  top: 28px;
}
.post_blog {
  padding: 52px 0 95px;
}
.post_blog .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 1.2rem;
}
.post_blog .nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.post_blog .nav ul li {
  cursor: pointer;
  color: #494949;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s;
  padding: 13px 18px 14px;
  min-width: 176px;
  text-align: center;
}
.post_blog .nav ul li.active,
.post_blog .nav ul li:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.post_blog .swiper_box {
  margin: 42px 0 0;
}
.post_blog .button_more {
  min-width: 230px;
  display: block;
  width: max-content;
  margin: 72px 0 0 auto;
}




.catalogue {
  margin-top: 3.125rem;
  padding: 1.875rem;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 0.625rem;
}
.catalogue > span {
  font-size: 1.375rem;
  font-weight: 500;
  color: #242424;
  display: block;
  width: 100%;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.catalogue > span::after {
  content: '';
  display: block;
  width: 1.875rem;
  height: 2px;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.catalogue > div {
  padding-top: 1.25rem;
}
.catalogue a {
  display: block;
  font-size: 1.125rem;
  color: #545454;
  transition: all 0.3s;
  padding-left: 1.25rem;
  margin-top: 0.9375rem;
  position: relative;
}
.catalogue a.inner {
  padding-left: 2.5rem;
}
.catalogue a::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.6875rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: url(../img/blog-right-grey.svg) no-repeat center;
  transition: all 0.3s;
}
.catalogue a.inner::before {
  left: 1.25rem;
}
.catalogue a:hover,
.catalogue a.active {
  color: var(--theme_color);
}
.catalogue a:hover:before,
.catalogue a.active::before {
  background: url(../img/right-blue.svg);
}
