/* Start Banner Section */
.banner {
  background-image: url(../../img/testimonial/banner-bg.webp);
  background-size: cover;
}

.banner .banner-container .breadcrumb li a {
  color: var(--black) !important;
}

.banner .breadcrumb li:first-child a {
  width: 18px;
  height: 18px;
}

/* End Banner Section */

/* Start Detail Section */
.detail .detail-left .info {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  border-left: 3px solid var(--darkGreyColor);
  border-bottom: 3px solid var(--darkGreyColor);
}

.detail .detail-left {
  counter-reset: number;
}

.detail .detail-left h4::before {
  content: counter(number) '.';
  counter-increment: number;
}

.detail .detail-left .info b {
  color: var(--primaryColor);
}

.detail .detail-left .item-info p {
  border-radius: 0 0 10px 10px;
  width: 200px;
}

.detail .detail-left .item-info p::before {
  content: "";
  background-image: url(../../img/resource/notepad.svg);
  background-size: 100% 100%;
  min-width: 15px;
  height: 18px;
  margin-right: 8px;
}

.detail .detail-left .item-info b {
  font-size: 22px;
  padding: 6px 15px;
  border-radius: 0 10px 10px 10px;
  margin-right: -8px;
  z-index: 1;
  width: 60px;
}

.detail .detail-left .item-info strong {
  padding: 5px 6px 5px 18px;
  border-radius: 0 0 10px 0;
  width: 60px;
  line-height: 20px;
}

.detail .detail-left .info b::before {
  content: '';
  border-top: 1px solid var(--grey);
  width: 48px;
  margin-right: 7px;

}

.detail .detail-left ul li::before {
  content: '';
  background-image: url(../../img/resource/diamond.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -24px;
  top: 4px;
}

.detail .detail-right .search,
.detail .detail-right .latest-blog {
  background-image: linear-gradient(var(--white), var(--white)), linear-gradient(270deg, var(--black) 0%, var(--backgroundColor) 78.71%);
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 40px 25px 20px;
}

.detail .detail-right .search h3,
.detail .detail-right .latest-blog h3 {
  padding: 10px 15px;
  width: 278px;
  margin-top: -4rem !important;
}

.detail .detail-right .latest-blog {
  margin-top: 3rem;
}

.detail .detail-right .latest-blog .blog-list .blog-item {
  border-bottom: 1px solid var(--darkGreyColor);
}

.detail .detail-right .latest-blog .blog-list .blog-item:last-child {
  border-bottom: none;
}

.detail .detail-right .latest-blog .blog-list .blog-item .blog-info::before {
  content: '';
  width: 2px;
  background-color: transparent;
  height: 0;
  position: absolute;
  left: 0;
  transition: 1s all;
}

.detail .detail-right .latest-blog .blog-list .blog-item:hover .blog-info::before {
  background-color: var(--primaryColor);
  height: 100%;
}

.detail .detail-right .latest-blog .blog-list .blog-item .blog-info {
  padding-left: 10px;
}

.detail .detail-right .latest-blog .blog-list .blog-item .blog-info {
  width: calc(100% - 55px);
}

.detail .detail-right .latest-blog .blog-list .blog-item .blog-info p {
  font-size: 13px;
}

.detail .detail-right .latest-blog .blog-list .blog-item:hover .blog-info p {
  text-decoration: underline !important;
}

.detail .detail-right .latest-blog .blog-list .blog-item .blog-info b {
  color: var(--grey);
}

.detail .detail-right .latest-blog .blog-list .blog-item .blog-info b::before {
  content: '';
  background-image: url(../../img/resource/clock.svg);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.detail .detail-right .latest-blog .blog-list .blog-item span {
  width: 25px;
  height: 25px;
  border: 1px solid var(--darkBlue);
  padding: 6px;
  margin-top: 10px;
  transition: 1s all;
}

.detail .detail-right .latest-blog .blog-list .blog-item:hover span {
  background-color: var(--primaryColor);
  border: 1px solid transparent;
}

.detail .detail-right .latest-blog .blog-list .blog-item span img {
  transition: 1s all;
}


.detail .detail-right .latest-blog .blog-list .blog-item:hover span img {
  filter: brightness(100);
}

.detail .detail-right .search h3::before,
.detail .detail-right .latest-blog h3::before {
  content: '';
  background-image: url(../../img/resource/degree.svg);
  background-size: 100% 100%;
  width: 20px;
  height: 16px;
  margin-right: 8px;
}

.detail .detail-right .search-box {
  border: 1px solid var(--darkGreyColor);
  border-radius: 30px;
}

.detail .detail-right .search-box span {
  min-width: 50px;
  cursor: pointer;
}

.detail .detail-right .search-box form input {
  outline: 0;
  width: calc(100% - 44px);
  background-color: transparent;
  padding: 14px 15px;
}

.detail .detail-right .search-content {
  display: none;
  top: 65px;
  z-index: 1;
}

/* End Detail Section */

@media screen and (min-width: 768px) {

  /* Start Detail Section */
  .detail .detail-left {
    width: 48%;
  }

  .detail .detail-right {
    width: 48%;
    margin-top: 1.3rem !important;
    position: sticky;
    top: 110px;
  }

  .detail .detail-left .info {
    padding: 1.3rem 2.2rem !important;
    background-image: url(../../img/resource/quote.png);
    background-size: 42px 30px;
    background-repeat: no-repeat;
    background-position: top 20px left 22px;
  }

  /* End Detail Section */
}

@media screen and (min-width: 1024px) {

  /* Start Banner Section */
  .banner .banner-container h1::after {
    content: "";
    background-image: url(../../img/testimonial/arrow.webp);
    background-size: 100% 100%;
    min-width: 85px;
    height: 82px;
    margin-left: 8rem;
  }

  /* End Banner Section */


  /* Start Detail Section */
  .detail .detail-left {
    width: 57%;
  }

  .detail .detail-right {
    width: 37%;
    top: 185px;
  }

  .detail .detail-left .item-info {
    width: 90%;
  }

  /* End Detail Section */




}

@media screen and (min-width: 1366px) {

  /* Start Banner Section */
  .banner {
    background-size: 100% 100%;
  }

  .banner .banner-container h1 {
    font-size: 50px;
  }

  /* End Banner Section */

  /* Start Detail Section */

  .detail .detail-left {
    width: 67%;
  }

  .detail .detail-right {
    width: 30%;
  }

  /* End Detail Section */
}