/* SEARCH_DARK SECTION */
.search-back-section {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('../../assets/images/search-dark-img.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.search-back-hero {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.search-back-hero h2 {
  color: var(--white-color);
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.search-back-hero div {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: var(--gray-color40);
}

/* SEARCH_RESULT SECTION */
.search-detail-wrapper {
  padding: 50px 0 24px 0;
  background-color: var(--white-color-second);
}



.search-detail-wrapper-content {
  
}

.deatil_content_wrapper-a{
  border-radius: 24px;
  padding: 36px;
  border: 1px solid var(--border1);
  width: 100%;
  background-color: white;
}

.wrapper_row-a{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  margin: 3px 0;
}

.wrapper_row-a:nth-child(odd) {
  background-color: white;
}

.wrapper_row-a:nth-child(even) {
  background: #F4F4F4;
}

.row_name-a{
  width: 40%;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #858991;

}

.row_info-a{
  width: 60%;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #0C1324;

}















/* SEARCH_RESULT_DETAIL_DOCS_SECTION */

.search-detail-docs-wrapper {
  background-color: var(--white-color-second);
  padding-bottom: 24px;
}
.search-detail-docs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}
.search-detail-docs-inner-card {
  border-radius: 24px;
  border: 1px solid var(--border1);
  background: var(--white-color);
  padding: 36px;
  overflow: hidden;
}
.search-detail-docs-inner-card h3 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border1);
  font-family: 'Montserrat-Semibold';
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.search-result-doc-download-wrapper {
  display: flex;
  flex-direction: column;
  column-gap: 25px;
}
.search-result-doc-download {
  display: flex;
  column-gap: 25px;
  align-items: center;
  margin-top: 16px;
}
.search-result-doc-download {
  padding: 16px 0;
  border-bottom: 1px solid var(--border2);
}
.search-result-doc-download:last-child {
  border-bottom: none;
}
.search-result-doc-download div h5 {
  text-overflow: ellipsis;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.search-result-doc-download div p {
  color: var(--gray-color);
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
/* SLIDER*/
.swiper-content-wrapper {
  margin-top: 20px;
  /* max-width: 620px; */
  width: 100%;
}
.swiper {
  width: 100%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  /* height: 212px; */
}

.mySwiper {
  height: 20%;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  opacity: 0.6;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-bottom-swiper .swiper-slide {
  width: 68px;
  height: 68px;
  border-radius: 16px;
}
.swiper-bottom-swiper .swiper-slide img {
  border-radius: 16px;
  object-fit: cover;
}
.mySwiper2 .swiper-slide {
  border-radius: 16px;
}
.mySwiper2 .swiper-slide img {
  border-radius: 16px;
}




@media (max-width: 1025px){

  
}

@media (max-width: 900px){
  .search-detail-docs {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

}

@media (max-width: 700px){

  .search-back-section {
    height: 200px;
}
  .wrapper_row-a{
    flex-direction: column;
    align-items: flex-start;
  }
  .row_name-a{
    width: 100%;
    font-size: 14px;
  
  }
  
  .row_info-a{
    width: 100%;
    font-size: 16px;
  
  }

  .search-back-hero div {
    width: 40px;
    height: 40px;
  }

  .search-back-hero h2 {
    font-size: 20px;
  }

  .swiper {
    height: fit-content;
}
}
