.box-tag-mobile, .swiper-blog-banner, .swiper-news-mobile, .swiper-blog-mobile, .img-quotes-blog-mobile{
  display: none;
}
.blog-banner{
  margin-top:8%;
  padding: 0 0 6.5%;
  display: flex;
  gap: 2%;
}
a {
    text-decoration: none;
    user-select: none;
}
.box-blog-banner{
  width: 57%;
}
.box-blog-banner-small{
  width: 41%;
}

.blog-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 1920px;
}

.box-blog-banner img, .box-blog-banner-small img{
  width: 100%;
  margin: 0% 0 4%;
}
.title-blog{
  margin: 2% 0;
  /*height: 2.5vw;*/
  /*display: block;*/
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-content-site{
  display: flex;
  justify-content: space-between;
}
.box-tag{
  margin-top: 3%;
  line-height: 3;
  width: 40%;
}

.box-tag > p{
    cursor: pointer;
}
.box-tag > p:not(.selected):hover{
    font-weight: 600;
}
.blog-site{
  padding: 0 0 19%;
  position: relative;
}

.blog-site-bg{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 1920px;
}

.box-blog-content{
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 30px;
}

.content-blog{
  overflow: hidden;
  width: 100%;
}
.img-blog{
    width: 100%;
  margin-bottom: 2%;
  object-fit: cover;
  aspect-ratio: 5/3.13;
}

.custom-nav-blog {
  z-index: 1;
  position: absolute;
  bottom: -15.5%;
  display: flex;
  justify-content: space-between;
  width: 73.5%;
  right: -1%;
}

.custom-nav-blog button {
  background: none;
  border: none;
  cursor: pointer;
  width: 6%;
  position: relative;

}

.custom-nav-blog button img {
  height: auto;
  width: 60%;
}
.custom-nav-blog .next img{
  transform: rotate(180deg);
}

.img-front{
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: 0.1s ease-in-out;
}

.custom-nav-blog button:hover{
  .img-front{
      opacity: 1;
  }
}
.quotes-blog{
    padding: 15.4% 0;
   position: relative;
}

.quotes-blog h2{
margin: 0 auto;
  width: 70%;
  text-align: center;
}
.swiper-pagination-blog-content{
position: absolute;
  display: flex;
  width: 60% !important;
  right: 1% !important;
  left: 35% !important;
  bottom: -13.7% !important;
  text-align: center;
  justify-content: center;
}

.custom-bullet-blog {
  color: black;
  background-color: transparent;
  font-size: clamp(10px, 1vw, 20px);
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  margin: 0 30px !important; 
}

.swiper-pagination-bullet-active.custom-bullet-blog {
  color: black;
  font-size: clamp(10px, 1vw, 20px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.custom-nav-news {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -15%;
  width: 76%;
}

.custom-nav-news button {
  background: none;
  border: none;
  cursor: pointer;
  width: 6%;
  position: relative;

}

.custom-nav-news button img {
  height: auto;
  width: 60%;
}
.custom-nav-news .next img{
  transform: rotate(180deg);
}

.img-front{
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: 0.1s ease-in-out;
}

.custom-nav-news button:hover{
  .img-front{
      opacity: 1;
  }
}

.swiper-pagination-news{
  position: absolute;
  display: flex;
  width: 100% !important;
  right: 1%!important;
  bottom: -12% !important;
  text-align: center;
  justify-content: center;
}

.custom-bullet-news {
  color: white;
  background-color: transparent;
  font-size: clamp(10px, 1vw, 20px);
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  margin: 0 30px !important; /* Memberikan jarak antar bullet */

}

.swiper-pagination-bullet-active.custom-bullet-news {
  color: white;
  font-size: clamp(10px, 1vw, 20px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}


.insight-blog{
  padding: 5% 0 7%;
  position: relative;
}

.insight-site-bg{
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 1920px;
}


.news-site {
  overflow: hidden;
  margin: 5% 0 8.3%;
}

.news-content {
  display: grid;
  grid-template-columns: repeat(3,32%);
  gap: 30px;
}

.img-quotes, .img-quotes-blog {
  width: 100%;
  margin-bottom: -0.3%;
}
.swiper-news {
    margin: 0 auto;
    margin-top: 5%;
    overflow: hidden;
    width: 80%;
}
.text-center, .title-center{
    text-align: center;
}
.box-news img{
width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.custom-single-blog {
z-index: 1;
  position: absolute;
  left: -1.2%;
  right: -1.2%;
  bottom: 40.5%;
  display: flex;
  justify-content: space-between;
}

.custom-single-blog button {
  background: none;
  border: none;
  cursor: pointer;
  width: 6%;
  position: relative;

}

.custom-single-blog button img {
  height: auto;
  width: 35%;
}
.custom-single-blog .next img{
  transform: rotate(180deg);
}

.img-front{
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: 0.1s ease-in-out;
}

.custom-single-blog button:hover{
  .img-front{
      opacity: 1;
  }
}

.dropdown-blog{
display: flex;
  width: 24%;
  float: right;
  margin-bottom: 3.5%;
}
.box-dropdown-blog-2{
display: flex;
  justify-content: space-between;
  gap: 7%;
  position: relative;
  cursor: pointer;
  width: 77%;
}
.box-dropdown-blog{
width: 35%;
}
.box-dropdown-blog-2 img {
    width: 10%;
  height: fit-content;
  margin-top: 4%;
}
#dropdown-title{
    min-width: fit-content;
}
.dropdown-content {
display: none;
  position: absolute;
  background-color: white;
  min-width: 155px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
  margin-top: 25%;
}

.dropdown-content p {
    color: black;
    padding: 5%;
    text-decoration: none;
    display: block;
}

.dropdown-content p:hover {
    background-color: #ddd;
}

.box-dropdown-blog-2.show .dropdown-content {
    display: block;
}

.quotes-single-page{
  padding: 9% 0 7.5%;
  position: relative;
}

.quotes-single-page h2{
margin: 0 auto;
  width: 80%;
  text-align: center;
  padding: 1% 0 3.2% 0;
  line-height: 1.2;
}
}

@media(min-width: 640px) and (max-width: 1024px){
    
    .box-dropdown-blog {
  width: 29%;
  margin-left: 12%;
}
.box-dropdown-blog-2 {
width: 60%;
    margin-top: -1%;
}
.dropdown-blog {
  display: flex;
  width: 30%;
  float: right;
  margin-bottom: 3.5%;
}
  .box-blog-content {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 15px;
  }
  .quotes-blog h2{
      width: 73%;
  }
  .news-content {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 15px;
}
  .custom-bullet-news, .custom-bullet-blog, .swiper-pagination-bullet-active.custom-bullet-news, .swiper-pagination-bullet-active.custom-bullet-blog{
    font-size: clamp(8px, 1.2vw, 13px);
  }

}


@media (max-width: 640px){
.title-center{
    text-align: left;
    margin-left: 0;
}
.quotes-single-page{
    padding: 9% 0 15.5%;
}
    .quotes-single-page h2{
text-align: left;
    width: 83%;
    padding-bottom: 7%;
    margin-left: 1%;
    }
    
    .quotes-blog h2{
        text-align: left;
    }
  .img-blog-banner {
    object-fit: cover;
    aspect-ratio: 13/20;
    position: relative;
    width: 100%;
  }
  
  
  .swiper-box-tag-2{
      overflow: hidden;
  }
    .img-blog-banner::before {
content: '';
  background-color: #283948;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
  .blog-banner{
    display: none;
  }
.swiper-blog-banner{
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
}
  .box-title-blog{
    position: absolute;
    bottom: 16%;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    left: 15%;
  }

  .img-blog, .img-quotes-blog-mobile{
    width: 100%;
    display: block;
  }

.swiper-pagination-blog{
  position: absolute;
  bottom: 5%!important;
  z-index: 1;
  text-align: center;
}
.custom-bullet-blog {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #FFFFFF !important;
  margin: 0 5px;
  border-radius: 100px;
  opacity: 1;
  transition: 0.2s ease-in-out;
  }
  
  .swiper-pagination-bullet-active.custom-bullet-blog {
  background-color: #14B54A !important;
  }

  .news-site, .box-tag, .content-blog{
    display: none;
  }
  .blog-site{
    margin-top: 12%;
    padding: 0 0 19%;
  }

  .swiper-blog-mobile{
    position: relative;
    overflow: hidden;
    margin-top: 3%;
    display: block;
  }
  .swiper-pagination-blog-site-mobile{
    position: relative;
    justify-content: center;
    text-align: center;
    margin-top: 16%;
  }

  .insight-blog {
    padding: 14% 0 7%;
    position: relative;
  }

  .swiper-news-mobile{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-top: 9%;
    display: block;
    padding-bottom: 8%;
  }
  .custom-bullet-blog {
    opacity: 1;
    margin: 0 8px !important; 
  }
  .box-tag-mobile{
      margin: 5% 0;
    display: flex;
  }

  .swiper-box-tag-2 {
width: 87%;
    overflow: hidden;
    display: block;
    position: absolute;
    right: -8%;
    margin-top: -0.5%;
  }
  .title-blog{
      height: auto;
      max-height: unset;
  }
}