.section-doi-tac-khac .btn-1 {
	background-color: rgba(19, 115, 58, 0.2);
}

.banner-text-container {
  margin-bottom: 0;
}
.partner-swiper-item {
	padding-top:0.5rem; 
}
.banner-text-container p {
  margin-bottom: 0;
}
.btn-1-container button img{
	width: 1.875rem;
	height: 1.875rem;
	margin-right:0.3rem;
}

.btn-1-container button {
	align-items:end;
}

.banner {
  padding-bottom: 3rem;
}

.section-toi-tac-uy-tin-noi-bat {
  padding-top: 3.75rem;
}

.swiper-outstanding-partner-container {
  position: relative;
  padding-top: 1.38rem;
}

.swiper-outstanding-partner .swiper-slide {
  display: flex;
  flex-direction: column;
}

.swiper-outstanding-partner .swiper-slide .image-container {
  height: 9.8rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.swiper-outstanding-partner .swiper-slide .image-container img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  border: 1px solid var(--grey-200);
  object-fit: cover;
}

.swiper-outstanding-partner .swiper-slide h4 {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: var(--grey-800);

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.125rem;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}

.swiper-outstanding-partner .swiper-slide:hover h4 {
  text-decoration-color: var(--library-title);
  color: var(--library-title);
}

.swiper-outstanding-partner .contact-btn {
  padding: 0.25rem 1rem;
  border-radius: 9999px;
	  margin-bottom: 0.5rem;
  background-color: var(--library-title);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
}

.swiper-outstanding-partner .rate-container {
  margin-bottom: 0.675rem;
}

.section-doi-tac-khac {
  padding-top: 2rem;
}

.heading-container {
  padding-bottom: 1.25rem;
}

.section-doi-tac-khac .background-container {
  padding: 3rem;
  background-color: #f3f6f4;
  border-radius: 1rem;
}

.section-doi-tac-khac .brands-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 2.25rem;
  margin-bottom: 2.25rem;
}

.section-doi-tac-khac .brand-item {
  display: flex;
/*   align-items: center; */
}

.section-doi-tac-khac .brand-item img {
  width: 5.92rem;
  height: 5.92rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
    object-fit: contain;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	border: 0.5px solid var(--greyscaletext-10, #c5c5c5);
}

.section-doi-tac-khac .brand-item h4 {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: var(--grey-800);
  margin-bottom: 0.62rem;
}

.section-doi-tac-khac .brand-item button {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  border-radius: 9999px;
  background-color: var(--library-title);
  padding: 0.25rem 0.875rem 0.25rem 0.625rem;
margin-bottom:0.62rem;
}

.section-doi-tac-khac .brand-item button svg {
  width: 0.5625rem;
  height: 0.5625rem;
  margin-right: 0.25rem;
}

.pagination-container {
  padding-bottom: 0;
}

.btn-2-container {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .section-doi-tac-khac .brands-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .section-doi-tac-khac .background-container {
    padding: 1rem;
    margin: 0 -0;
    background-color: #fff;
    padding: 0;
  }
  .section-doi-tac-khac .brand-item {
    flex-direction: column;
  }
  .section-doi-tac-khac .brand-item img {
    height: 8.5rem;
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .section-doi-tac-khac .brand-item-text-container {
    width: 100%;
  }
}
