 .header-blog-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.header-blog-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-blog-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header-blog-title:hover i {
  margin-right: 15px;
}

.slider-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 2fr 1fr;
}

.swiper-container {
  width: 100%;
  margin: auto;
}

.reduce {
  padding: 5%;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #181818;
  font-size: 20px;
  height: 300px;
  overflow: hidden;

}

.slider {
  overflow: hidden;
  border-radius: 0.75rem;
}

.prev_blog {
  display: flex;
  align-items: stretch;
  height: 100%; 
}

.swiper-slide img {
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.swiper-pagination {
	position: relative !important;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.swiper-pagination-bullet {
	opacity: 1 !important;
	position: relative !important;
	box-sizing: border-box !important;
  border: 1px solid #363636 !important;
  background: #262626 !important;
  padding: .5rem !important;
  border-radius: .75rem !important;
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  flex: 1 !important; 
  overflow: hidden;
  margin: 4px 0 !important;
}

.news-slider_content {
  display: flex;
  max-width: 95%;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
}

.read-more:hover {
  background: #2b2b2bed;
}

.read-more {
  background: #262626c2;
  padding: 15px;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  align-items: center;
  transition: .2s;
  cursor: pointer;
  font-weight: 501;
  margin-top: 30px;
}

.news-slider_item {
  min-height: 456px;
  display: flex !important;
  align-items: center;
  padding-left: 76px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}

.news-slider_content h2 {
  color: #FAFAFA;
  font-weight: 701;
  font-size: 26px;
  transform: translateX(40px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}

.news-slider_content span {
  color: #A3A3A3;
  font-size: 15px;
}

.swiper-slide-active .news-slider_content h2 {
  transform: translateX(0);
  opacity: 1;
}

.news-slider_item::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  z-index: -1;
  background: linear-gradient( 270.19deg, rgba(0, 0, 0, 0) -10.11%, rgba(16, 17, 23, 0) -10.11%, #181818C2 56.23% );
}

.pag_square {
  aspect-ratio: 1 / 1;
  height: 100%;
  z-index: 9999;
}

.pag_square img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: .35rem !important;
}


.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  border-radius: 2px;
  height: 100%;
  top: 0;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  background: linear-gradient(89.63deg, #333 49.87%, rgba(0, 0, 0, 0.35) 102.06%);
  z-index: -1;
  transition: width 4s ease;
}

.swiper-pagination-bullet-active::before {
  width: 120%;
  z-index: 999;
}

.news-nav_text {
  max-width: 80%;
  display: flex;
  align-items: center;
  margin-left: 10px;
  z-index: 999;
}

.news-nav_text h4 {
  font-weight: 501;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  color: #FAFAFA;
  color: #FAFAFA;
  text-align: left;
}

.grid-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.blog-card {
  background: #181818;
  overflow: hidden;
  position: relative;
  border-radius: 0.75rem;
  margin-top: 25px;
  cursor: pointer;
}

.card-detail {
  padding: 20px;
  position: absolute;
  z-index: 99;
  bottom: 0;
  transition: 0.5s;
}

.card-detail h1 {
  font-size: 12px;
  font-weight: initial;
  color: #A3A3A3;
}

.card-detail h2 {
  font-size: 19px;
  color: #FAFAFA;
}

.detail-text {
  overflow: hidden;
  word-wrap: break-word;
  line-height: 20px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
}

.blog-card img {
  width: 100%;
  height: 100%;
  transition: .5s;
}

.blog-card:hover .card-detail {
  bottom: 0;
}

.blog-card:hover .detail {
  visibility: visible;
  opacity: 1;
  max-height: 5000px;
}

.blog-card:hover img {
  opacity: 0.3;
}

.blog-card::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  z-index: 1;
  background: linear-gradient( 270.19deg, rgba(0, 0, 0, 0) -10.11%, rgba(16, 17, 23, 0) -10.11%, #181818C2 56.23% );
}

.detail {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 1s ease;
}

.tag {
  padding: 5px;
  background: #181818;
  border-radius: 6px;
  font-size: 12px;
  width: fit-content;
  font-weight: 501;
}

.tag_container {
  display: flex;
  margin-top: 8px;
  line-clamp: 1;
  overflow: hidden;
}

.tag:not(:first-child) {
  margin-left: 7px;
}

._0 {
  background: #181818;
}

._1 {
  background: #937B42;
}

._2 {
  background: #5B9342;
}

._3 {
  background: #428F93;
}

._4 {
  background: #484293;
}

._5 {
  background: #724293;
}

._6 {
  background: #934242;
}

._13 {
  background: #005b77;
}

._12 {
  background: #6f6f6f;
}

.sticky {
  position: sticky !important;
  top: 85px;
}

.grid-content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}

.title-article {
  font-weight: 800;
  font-size: 32px;
  line-height: 60px;
}

.article p {
  color: #A3A3A3;
}

.article h1 {
  color: #FAFAFA;
  font-size: 17px;
}

.article a {
  color: #E2B954;
  cursor: pointer;
  transition: .2s;
  display: inline-block;
  position: relative;
}

.article a:hover::after {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.article a:hover::after {
  content: "";
  transition: transform 250ms ease-in-out;
  display: block;
  border-bottom: 1px solid #E2B954;
}
.article a::after {
  content: "";
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  display: block;
  border-bottom: 1px solid #E2B954;
}

.nb {
  margin-left: 10px;
  counter-reset: item;
}

.nb li {
  counter-increment: item;
}

.nb li::before {
  content: counters(item, ".", decimal) ". ";
  flex-grow: 0;
  flex-shrink: 0;
  float: left;
  margin-right: 5px;
  color: #A3A3A3;
}

.dot {
  margin-left: 10px;
}

.dot li::before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
  color: #A3A3A3;
}

li {
  color: #A3A3A3;
}

.article h2 {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 10px;
  color: #FAFAFA;
}

.flex-who {
  display: flex;
  align-items: center;
}

.picture {
  max-width: 25%;
  padding: 12px;
  background: #121212;
  border-radius: 7px;
  margin-right: 10px;
}

.picture img {
  width: 100%;
}

.who-details {
  color: #A3A3A3;
  font-style: italic;
  font-size: 13px;
}

.who-details span {
  color: #FAFAFA;
  font-weight: 501;
  font-style: initial;
  font-size: 15px;
}

.who-details img {
  width: 14px;
  margin-left: 5px;
  margin-right: 2px;
}

.subline {
  display: flex;
  align-items: center;
}

.tosubtitle {
  margin-top: -10px;
  border-top: 4px solid #FAFAFA;
  width: fit-content;
  padding-right: 30px;
  padding-top: 6px;
}

ul li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 1050px) {
  .card-detail h2 {font-size: 14px; margin-bottom: 0px;}
  .detail-text {line-height: 14px; font-size: 12px}
  .card-detail {padding: 6px}
}

@media screen and (max-width: 850px) {
  .grid-card {display: block; max-width: 60%;margin: auto;}
  .blog-card:not(:first-child) {margin-bottom: 40px;}
  .blog-card {display: block}
} 

@media screen and (max-width: 650px) {
  .slider-grid {display: block}
  .prev_blog {display: none}
  .grid-card {display: block; max-width: 85%;margin: auto;}
}