 .header-blog-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.m_label-container {
  display: none;
}

.m_label-img {
  position: relative;
}

.m_label-img img {
  width: 100%;
}

.m_label-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  gap: 25px;
  margin-top: 40px;
}

.m_arrow img {
  width: 50%;
}

.m_left-arrow {
  transform: rotate(90deg);
  transition: .2s;
}

.m_right-arrow {
  transform: rotate(-90deg);
  transition: .2s;
}

.m_arrow:hover .m_right-arrow {
  margin-left: 5px;
}

#m_text span {
  display: block;
  margin-bottom: 20px;
}

#m_text span:last-of-type {
  margin-bottom: 0;
}


.m_arrow:hover .m_left-arrow {
  margin-right: 5px;
}

.m_arrow {
  background: #262626;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  transition: .2s;
}

.demo_label_1 {
  position: absolute;
  width: 40%;
  height: 61%;
  background: #ff00004f;
  border-radius: 4px;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.demo_label_2 {
  position: absolute;
  width: 19%;
  height: 15%;
  background: #ff00004f;
  border-radius: 4px;
  top: 78.1%;
  left: 76%;
}

.demo_label_3 {
  position: absolute;
  width: 25%;
  height: 64%;
  background: #ff00004f;
  border-radius: 4px;
  top: 15%;
  left: 2%;
}

.demo_label_4 {
  position: absolute;
  width: 16%;
  height: 45%;
  background: #ff00004f;
  border-radius: 4px;
  top: 21%;
  right: 6%;
}

.demo_label_5 {
  position: absolute;
  width: 6%;
  height: 18%;
  background: #ff00004f;
  border-radius: 4px;
  top: 9.5%;
  right: 2.5%;
}

.m_label-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50px;
  margin: auto;
}

.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;
}

.swiper-container {
  width: 100%;
  margin: auto;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 300px;
  overflow: hidden;

}

.slider {
  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%;
}

.slider {
  position: relative;
  max-width: 95%;
  margin: auto;
}

.label-container {
  position: absolute;
}

.label-container img {
  width: 100%;
}

.swiper-pagination {
  display: flex !important;
  justify-content: center !important;
  flex-direction: initial !important; 
  align-items: center; 
  gap: 10px;            
  position: absolute;
  right: 10px;           
  top: 50%;   
  opacity: 1 !important;   
  transform: translateY(-50%);
}

.bullet {
  width: 10px !important;
  height: 10px !important;
  background: #eee !important;
  border-radius: 5px !important;
  transition: 0.3s !important;
}

.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #7A7A7A;
  border-radius: 50px;
}

.swiper-pagination-bullet-active {
  background: #545454 !important;
  border-radius: 5px !important;
  width: 5rem !important;
  position: relative;
  overflow: hidden;
}

.swiper-pagination-bullet-active::after {
  animation: fillEffect 10s linear forwards; 
}

.slider-label {
  position: relative;
  overflow: hidden;
}

.slider-label .right {
  background: linear-gradient(to left,#121212 0%,transparent 100%) !important;
  width: 50px !important;
  height: 100% !important;
  right: 0 !important;
}

.slider-label .left {
  background: linear-gradient(to right,#121212 0%,transparent 100%) !important;
  width: 50px !important;
  height: 100% !important;
  left: 0 !important;
}

.background-gray {
  width: 100%;
  height: 30px;
  background: linear-gradient(to top,#121212 0%,transparent 100%);
  position: absolute;
  bottom: 0px;
  z-index: 9999;
}

.swiper-slide-next img {
  display: none !important;
}

.swiper-slide-prev img {
  display: none !important;
}

.swiper-slide-active img {
  display: block !important;
}

.grid-label-detail {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  position: relative;
  gap: 2%;
  margin-top: 3rem;
  margin-bottom: 9rem;
}

.label-detail img {
  max-width: 100%;
  margin: auto;
  display: block;
}

.detail {
  position: relative;
}

.details_01 {
  position: absolute;
  top: 5%;
  color: #E9B01A;
  font-size: 20px;
}

.details_03 {
  position: absolute;
  top: 43%;
  color: #E9B01A;
  font-size: 22px;
}

.details_02 {
  position: absolute;
  top: 85%;
  color: #E9B01A;
  font-size: 20px;
}

.detail p {
  color: #FAFAFA;
  font-size: initial;
}

.process_info {
  border: 3px solid #919191;
  border-radius: .75rem;
  background: #181818;
  padding: 1.3rem;
  max-width: 50%;
  margin: auto;
  position: relative;
  margin-bottom: 55px;
}

.process_icon {
  position: absolute;
  border-radius: 70px;
  background: #919191;
  width: 25px;
  height: 25px;
  text-align: center;
  top: -21px;
  border: 8px SOLID #121212;
  font-family: initial;
  font-weight: 601;
  font-size: 23px;
  line-height: 23px;
  color: #181818;
}

.process_text {
  margin-top: 0;
  color: #A3A3A3;
}

.title-label {
  margin-top: 7rem;
  font-weight: 501;
  font-size: 28px;
  line-height: 29px;
  color: #FAFAFA;
  text-align: center;
}

.other-container .title-label {
  margin-top: initial !important;
  font-size: 20px !important;
}

.btn-header:hover {
  transition: .2s;
  background: #bbb;
}

.btn-header {
  transition: .2s;
  border-radius: .375rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  color: #121212;
  background-color: #A3A3A3;
  text-align: center;
  font-weight: 601;
  cursor: pointer;
  display: block;
  width: fit-content;
  padding-left: 2em;
  padding-right: 2em;
  margin: auto;
  margin-top: 15px;
}

.other-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background-color: #262626;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/include/images/svg/background-profile.svg");
  margin-top: 55px;
}

.other-container > div {
  padding-left: 15px;
  padding-right: 15px;
}

#m_device {display: none}

@keyframes fillEffect {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-width: 1050px) {
  .slider-label {
    display: none;
  }
  .m_label-container {
    display: block;
    max-width: 80%;
    margin: auto;
  }
  .swiper-pagination {
    display: none !important;
  }
  .process_info {
    max-width: 90%;
  }
  .background-gray {
    display: none;
  }
  .slider {
    max-width: initial;
  }
  .grid-label-detail {
    display: block;
  }
  .details_01 {
    position: initial;
  }
  .details_02 {
    position: initial;
  }
  .label-detail img {
    max-width: 60%;
  }
  .details_03 {
    position: initial;
  }
  .other-container {
    margin-top: initial;
  }
  .grid-label-detail {margin-bottom: 60px}
  #m_device {display: block}
  #o_device {display: none}
}

@media screen and (max-width: 750px) {
  .m_label-container {
    max-width: initial;
    margin: initial;
  }
  .label-detail img {
    max-width: 95%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .container-slider {
    margin-top: 25px !important;
  }
}

