.button_blog {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s;
  background-image: linear-gradient(to right, var(--theme_color), #faaf00, var(--theme_color));
  background-size: 200%;
  padding: 14px 49px 15px;
  cursor: pointer;
}
.button_blog:hover {
  background-position: right;
}
.button_more {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  padding: 13px 45px 14px;
}
.button_more::after {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
  transition: all 0.3s;
  border-radius: 4px;
  background-image: var(--btnbg_gradient);
  opacity: 0;
}
.button_more:hover {
  color: #fff;
}
.button_more:hover::after {
  opacity: 1;
}
.cases .case a:hover .img {
  border-bottom-right-radius: 92px;
}
.cases .case a:hover .img img {
  transform: scale(1.05);
}
.cases .case a:hover .info h3 {
  text-decoration: underline;
}
.cases .case a:hover .info i {
  opacity: 1;
}
.cases .case .img {
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  aspect-ratio: 704/395;
}
.cases .case .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.cases .case .cate {
  position: absolute;
  left: 4.12%;
  bottom: 8.86076%;
  z-index: 2;
  background-color: #fff;
  border-radius: 100px;
  font-size: 18px;
  padding: 7px 28px 7px 7px;
  line-height: 44px;
  display: flex;
  align-items: center;
}
.cases .case .cate i {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../img/case-icon.svg) no-repeat center / cover;
  border-radius: 50%;
  overflow: hidden;
}
.cases .case .cate span {
  padding-left: 10px;
}
.cases .case .info {
  padding-top: 40px;
}
.cases .case .info span {
  color: var(--theme_color);
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}
.cases .case .info h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 1rem;
}
.cases .case .info i {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
}
.cases .case .info i:hover {
  background-color: var(--title_color);
}
.cases .case .info i:hover::before {
  opacity: 0;
}
.cases .case .info i::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--btnbg_gradient);
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.cases .case .info i::after {
  content: '';
  display: block;
  width: 30%;
  height: 30%;
  background: url(../img/arrow-line-w.svg) no-repeat center / contain;
}
.blog_banner {
  background-color: #e8f1f8;
}
.blog_banner .flex {
  min-height: 400px;
}
.blog_banner .head {
  flex: 1;
}
.blog_banner .head h1 {
  font-size: 60px;
  font-weight: 800;
}
.blog_banner .head p {
  opacity: 0.75;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  max-width: 566px;
  margin-top: 15px;
}
.blog_banner .head form {
  margin-top: 38px;
  display: flex;
  align-items: center;
  max-width: 464px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
}
.blog_banner .head form input[type="text"] {
  width: 0;
  flex: 1;
  color: var(--title_color);
  font-size: 18px;
  line-height: 60px;
  padding: 0 20px;
}
.blog_banner .head form input[type="text"]::placeholder {
  color: #787974;
}
.blog_banner .head form input[type="submit"] {
  width: 66px;
  height: 60px;
  border-radius: 3px;
  background: url(../img/btn-search.svg) no-repeat center / cover;
  transition: all 0.3s;
}
.blog_banner .head form input[type="submit"]:hover {
  filter: brightness(1.2);
}
.blog_banner .img {
  width: 47.1528%;
  aspect-ratio: 679/569;
  transform: translateY(12.3023%);
}
.blog_banner .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.blog_main {
  padding: 68px 0 144px;
}
.blog_main .nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3.125%;
  display: none;
}
.blog_main .nav ul li a {
  color: #757575;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.blog_main .nav ul li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-image: var(--btnbg_gradient);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0;
}
.blog_main .nav ul li a:hover {
  color: var(--title_color);
}
.blog_main .nav ul li a:hover::after {
  opacity: 1;
}
.blog_main .nav ul li.active a {
  font-weight: 600;
  color: var(--title_color);
}
.blog_main .nav ul li.active a::after {
  opacity: 1;
}
.blog_main .sticky {
  margin-top: 50px;
}
.blog_main .sticky .swiper-pagination {
  margin-top: 3rem;
}
.blog_main .blog_sticky_swiper {
  overflow: hidden;
}
.blog_main .blog_sticky_swiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.blog_main .blog_sticky_swiper .swiper-slide a:hover img {
  transform: scale(1.05);
}
.blog_main .blog_sticky_swiper .swiper-slide .img {
  width: 45%;
  height: 390px;
  overflow: hidden;
}
.blog_main .blog_sticky_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.blog_main .blog_sticky_swiper .swiper-slide .info {
  flex: 1;
  max-width: 560px;
}
.blog_main .blog_sticky_swiper .swiper-slide .info h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 3rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_main .blog_sticky_swiper .swiper-slide .info p {
  color: #666666;
  font-size: 17px;
  line-height: 30px;
  margin-top: 1rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_main .blog_sticky_swiper .swiper-slide .info .button_blog {
  margin-top: 38px;
  font-size: 1rem;
  font-weight: normal;
  padding: 15px 33px;
  line-height: 22px;
}
.blog_main .list {
  margin-top: 98px;
}
.blog_main .list ul {
  display: grid;
  gap: 55px 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 136px;
}
.blog_main .list ul li a:hover .img {
  border-bottom-right-radius: 92px;
}
.blog_main .list ul li a:hover .img img {
  transform: scale(1.05);
}
.blog_main .list ul li a:hover .info h2 {
  text-decoration: underline;
}
.blog_main .list ul li .img {
  aspect-ratio: 457/256;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.blog_main .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.blog_main .list ul li .img i {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: url(../img/btn-blog.svg) no-repeat center / cover;
}
.blog_main .list ul li .img i:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.blog_main .list ul li .info {
  padding-top: 1rem;
}
.blog_main .list ul li .info span {
  color: var(--theme_color);
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
}
.blog_main .list ul li .info h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 2px;
}
.blog_main .list .button_more {
  font-size: 19px;
  font-weight: 500;
  padding: 1rem 65px;
}
.blog_main div.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  height: 1rem;
  width: 100%;
  gap: 21px;
}
.blog_main div.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid var(--title_color);
  background-color: var(--title_color);
  opacity: 1;
  transition: all 0.3s linear;
  margin: 0 4px;
}
.blog_main div.swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  margin: 0 !important;
}
.blog_main div.swiper-pagination.big {
  height: 19px;
}
.blog_main div.swiper-pagination.big .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px;
}
.blog_main div.swiper-pagination.big .swiper-pagination-bullet-active {
  width: 19px;
  height: 19px;
}
.blog_main div.swiper-pagination.white {
  filter: contrast(0) brightness(20);
}
.post_main {
  padding: 114px 0 78px;
}
.post_main h1 {
  color: #1c232f;
  font-size: 49px;
  font-weight: 700;
  line-height: 70px;
  max-width: 956px;
}
.post_main .infos {
  margin: 42px 0 74px;
}
.post_main .infos ul {
  display: flex;
  gap: 7.5%;
}
.post_main .infos ul li {
  display: flex;
  align-items: center;
  color: var(--title_color);
  font-size: 21px;
  gap: 10px;
  font-weight: 500;
}
.post_main .infos ul li i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/bd-icon1.svg) no-repeat center / contain;
}
.post_main .left {
  width: 67.37705%;
}
.post_main .left .post_detail .content {
  padding: 0;
}
.post_main .left .post_detail img {
  width: 100%;
  height: auto;
  padding: 70px 0 12px;
}
.post_main .left .post_detail img:first-child {
  padding: 0 0 70px;
}
.post_main .left .post_detail p {
  color: var(--title_color);
  opacity: 0.75;
  font-size: 20px;
  line-height: 34px;
  padding: 20px 0 8px;
  font-weight: 500;
}
.post_main .left .post_detail h2 {
  color: var(--title_color);
  font-size: 2rem;
  font-weight: 600;
  padding-top: 48px;
}
.post_main .left .post_detail h3 {
  color: var(--title_color);
  font-size: 26;
  font-weight: 600;
  padding-top: 40px;
}
.post_main .left .post_detail ul {
  padding-top: 20px;
}
.post_main .left .post_detail ul li {
  color: #242424;
  opacity: 0.75;
  font-size: 20px;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 34px;
}
.post_main .left .post_detail ul li:last-child {
  margin-bottom: 0;
}
.post_main .left .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: 12px;
}
.post_main .left .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem 1rem;
  flex-wrap: wrap;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  padding-top: 40px;
}
.post_main .left .flex span {
  color: var(--title_color);
  font-size: 24px;
  font-weight: 700;
  padding-right: 10px;
  line-height: 46px;
}
.post_main .left .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.post_main .left .tags p {
  font-size: 18px;
  font-weight: 500;
  color: var(--title_color);
  background-color: #e4e4e4;
  border-radius: 4px;
  padding: 11px 46px 12px;
  transition: all 0.3s;
}
.post_main .left .tags p:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.post_main .left .share {
  display: flex;
  align-items: center;
  gap: 15px;
  position: fixed;
  right: 3rem;
  top: 25%;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: all 0.3s;
}
.post_main .left .share.active {
  opacity: 1;
  pointer-events: all;
  transform: translate(0);
}
.post_main .left .share ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: column;
}
.post_main .left .share ul li {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
  background-color: #ededed;
  position: relative;
  z-index: 2;
}
.post_main .left .share ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: var(--btnbg_gradient);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.post_main .left .share ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s;
}
.post_main .left .share ul li:hover::after {
  opacity: 1;
}
.post_main .left .share ul li:hover a {
  filter: brightness(10);
}
.post_main .left .share ul .facebook a {
  background: url(../img/facebook.svg) no-repeat center / cover;
}
.post_main .left .share ul .twitter a {
  background: url(../img/twitter.svg) no-repeat center / cover;
}
.post_main .left .share ul .pinterest a {
  background: url(../img/pinterest.svg) no-repeat center / cover;
}
.post_main .right {
  flex: 1;
  max-width: 362px;
}
.post_main .right .cate li {
  margin-bottom: 5px;
}
.post_main .right .cate li:last-child {
  margin-bottom: 0;
}
.post_main .right .cate li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s;
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  padding: 13.5px 8.57%;
  position: relative;
  z-index: 2;
}
.post_main .right .cate li a::after {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: var(--btnbg_gradient);
  position: absolute;
  left: -1px;
  top: -1px;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  border-radius: 5px;
}
.post_main .right .cate li a:hover {
  color: var(--theme_color);
}
.post_main .right .cate li.active a {
  color: #fff;
}
.post_main .right .cate li.active a::after {
  opacity: 1;
}
.post_main .right .related {
  margin-top: 62px;
}
.post_main .right .related strong {
  display: block;
  font-size: 29px;
  font-weight: 700;
  color: var(--title_color);
}
.post_main .right .related ul {
  margin-top: 2rem;
}
.post_main .right .related ul li {
  margin-bottom: 2rem;
}
.post_main .right .related ul li:last-child {
  margin-bottom: 0;
}
.post_main .right .related ul li:hover img {
  transform: scale(1.05);
}
.post_main .right .related ul li .img {
  height: 210px;
  overflow: hidden;
  border-radius: 6px;
}
.post_main .right .related ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.post_main .right .related ul li p {
  color: #25292d;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  transition: all 0.3s;
  margin-top: 12px;
}
.post_related {
  padding: 78px 0 152px;
}
.post_related h2 {
  font-size: 3rem;
  line-height: 62px;
  font-weight: 900;
}
.post_related .swiper_box {
  margin-top: 5rem;
}
.post_related .post_related_swiper {
  overflow: hidden;
}
.post_related .post_related_swiper .swiper-slide .info {
  padding-top: 24px;
}
.post_related .swiper_btns {
  width: 98%;
  max-width: 1428px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.post_related .swiper_btns div {
  width: 53px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fb844c;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.post_related .swiper_btns div:hover {
  box-shadow: 0 0 10px var(--theme_color);
}
.post_related .swiper_btns div::after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  background: url(../img/pd-btn.svg) no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.post_related .swiper_btns .btn_next {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.post_related .swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: #e2e8e8;
  box-shadow: none;
}
.post_related .swiper_btns .swiper-button-disabled::after {
  filter: none;
}


.post_main .right{
    position: sticky !important;
    top: 100px !important;
}
.post_main .content .right .catalogue-contonts{
    position: relative !important;
    top: 0 !important;
}
