@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.detail-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .detail-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .detail-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .detail-banner {
    height: 65vh;
  }
}
.detail-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 14.43%, rgba(0, 0, 0, 0) 58.86%), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 23.86%);
}
.detail-banner video, .detail-banner img:not(.btn > img) {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
}
.detail-banner .bg-content {
  position: absolute;
  left: 45px;
  bottom: 45px;
  width: 100%;
  max-width: 650px;
  z-index: 2;
  gap: 8px;
  padding: 0 16px;
}
@media only screen and (max-width: 540px) {
  .detail-banner .bg-content {
    bottom: 8%;
    gap: 6px;
  }
}
.detail-banner .bg-content h1 {
  text-transform: capitalize;
  color: var(--white);
  width: 100%;
  max-width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.detail-banner .bg-content .tag {
  padding: 10px 24px;
  border-radius: 50px;
  color: var(--text);
  background: var(--white);
  font-size: 14px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 24px;
}

.detail-secA {
  padding: 60px 0;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .detail-secA {
    width: 85%;
  }
}
@media only screen and (max-width: 991px) {
  .detail-secA {
    width: 90%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .detail-secA {
    width: 95%;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secA {
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secA .content {
    text-align: center;
  }
}
.detail-secA .content p, .detail-secA .content ul li, .detail-secA .content ol li, .detail-secA .content span, .detail-secA .content strong, .detail-secA .content b {
  font-size: 16px;
  color: rgb(102, 102, 102);
  margin-bottom: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .detail-secA .content p, .detail-secA .content ul li, .detail-secA .content ol li, .detail-secA .content span, .detail-secA .content strong, .detail-secA .content b {
    font-size: 15px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .detail-secA .content p, .detail-secA .content ul li, .detail-secA .content ol li, .detail-secA .content span, .detail-secA .content strong, .detail-secA .content b {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secA .content p, .detail-secA .content ul li, .detail-secA .content ol li, .detail-secA .content span, .detail-secA .content strong, .detail-secA .content b {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.detail-secA .content h1, .detail-secA .content h2, .detail-secA .content h3, .detail-secA .content h4, .detail-secA .content h5, .detail-secA .content h6 {
  font-size: 24px;
  color: var(--black);
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .detail-secA .content h1, .detail-secA .content h2, .detail-secA .content h3, .detail-secA .content h4, .detail-secA .content h5, .detail-secA .content h6 {
    margin-bottom: 12px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .detail-secA .content h1, .detail-secA .content h2, .detail-secA .content h3, .detail-secA .content h4, .detail-secA .content h5, .detail-secA .content h6 {
    margin-bottom: 10px;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secA .content h1, .detail-secA .content h2, .detail-secA .content h3, .detail-secA .content h4, .detail-secA .content h5, .detail-secA .content h6 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 15px;
  }
}
.detail-secA .content ul, .detail-secA .content ol {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .detail-secA .content ul, .detail-secA .content ol {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secA .content ul, .detail-secA .content ol {
    margin-bottom: 12px;
  }
}
.detail-secA .content ul li, .detail-secA .content ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  color: #363636;
  line-height: 1.7;
}
@media only screen and (max-width: 991px) {
  .detail-secA .content ul li, .detail-secA .content ol li {
    padding-left: 26px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  .detail-secA .content ul li, .detail-secA .content ol li {
    padding-left: 24px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secA .content ul li, .detail-secA .content ol li {
    padding-left: 20px;
  }
}
.detail-secA .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: var(--secondary);
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .detail-secA .content ul li::before {
    top: 7px;
    width: 5px;
    height: 5px;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secA .content ul li::before {
    top: 6px;
    width: 4px;
    height: 4px;
  }
}
.detail-secA .content ol {
  counter-reset: item;
}
.detail-secA .content ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .detail-secA .content ol li::before {
    font-size: 13px;
  }
}
.detail-secA .content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .detail-secA .content img {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secA .content img {
    margin: 12px 0;
  }
}
.detail-secA .content blockquote {
  border-left: 3px solid var(--primary);
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .detail-secA .content blockquote {
    padding-left: 15px;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secA .content blockquote {
    padding-left: 12px;
    margin: 12px 0;
  }
}
.detail-secA .btn-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 34px 0;
}

.detail-secB {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .detail-secB {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .detail-secB {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secB {
    padding: 30px 0;
  }
}
.detail-secB .heading {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .detail-secB .heading {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 540px) {
  .detail-secB .heading {
    margin-bottom: 1rem;
  }
}
.detail-secB .heading h3 {
  color: var(--primary);
}
.detail-secB .swiper-wrap {
  position: relative;
}
.detail-secB .swiper-wrap .swiper-group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .detail-secB .swiper-wrap .swiper-group {
    display: none;
  }
}
.detail-secB .swiper-wrap .swiper-group button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  cursor: pointer;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
  background: var(--white);
}
.detail-secB .swiper-wrap .swiper-group button.thirdSilder-prev {
  transform: rotate(180deg);
}
.detail-secB .swiper-wrap .swiper-group button.swiper-button-disabled {
  cursor: not-allowed;
}
@media only screen and (max-width: 991px) {
  .detail-secB .swiper-wrap .swiper-group button {
    width: 35px;
    height: 35px;
  }
}
.detail-secB .swiper-wrap .swiper-group button svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 991px) {
  .detail-secB .swiper-wrap .swiper-group button svg {
    width: 16px;
    height: 16px;
  }
}
.detail-secB .swiper-wrap .swiper-group button svg path {
  fill: var(--primary);
  transition: fill 0.3s ease;
}
.detail-secB .swiper-wrap .thirdSilder {
  margin: 0 20px;
  padding: 20px 0;
}/*# sourceMappingURL=detail.css.map */