@charset "UTF-8";
.page-content {
  z-index: 2;
}
@media (max-width: 768px) {
  .page-content .view-left h3 {
    font-size: 28px !important;
  }
  .page-content .view-left p {
    width: 90%;
    margin-left: 4%;
  }
}

@media (max-width: 768px) {
  .banner .banner-name .name {
    font-size: 36px;
  }
}

.contnet__ p {
  max-width: 70%;
  width: 100%;
  margin: auto !important;
  font-family: "San-light";
  color: #4c566a;
  font-size: 18px;
}

@media (max-width: 768px) {
  .main-content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
}
.main-content .content-right p {
  margin: 1em auto !important;
  display: block;
  max-width: 800px;
  color: #666;
}
.main-content .content-right .content__ .des_image {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .main-content .content-right .content__ .des_image img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
  }
}

.imgcontent .row-1 .col-md-6 {
  display: flex;
  align-items: center;
  height: auto;
}
@media (max-width: 768px) {
  .imgcontent .row-1 .col-md-6 {
    width: 50%;
  }
}
.imgcontent .row-1 .col-md-6 .content img {
  border-radius: 15px;
}
@media (max-width: 768px) {
  .imgcontent .row-1 .col-md-6 .content img {
    width: 100% !important;
    height: auto !important;
  }
}
.imgcontent .row-1 .col-md-6:first-child {
  justify-content: right;
}
.imgcontent .row-1 .col-md-6:last-child {
  justify-content: left;
  padding-left: 0;
}

.different {
  background: #f0fbfe;
}
.different p {
  font-size: 14px;
}

.layout-view-content {
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .layout-view-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
    margin-left: 2%;
  }
}
.layout-view-content .layout-contents {
  width: calc((100% - 1rem) / 3);
  max-width: 100%;
  transition: all 0.4s;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .layout-view-content .layout-contents {
    width: auto;
  }
}
.layout-view-content .layout-contents .layout-box {
  transition: all 0.4s;
  padding: 20px 0 0 30px;
}
@media (max-width: 768px) {
  .layout-view-content .layout-contents .layout-box {
    padding: unset;
  }
  .layout-view-content .layout-contents .layout-box h3 {
    width: 100% !important;
  }
  .layout-view-content .layout-contents .layout-box div {
    width: 100% !important;
  }
}
.layout-view-content .layout-contents .border-img img {
  transition: all 0.4s;
  background-color: rgba(15, 23, 41, 0.04);
  padding: 20px;
  border-radius: 50%;
}
.layout-view-content .layout-contents .link {
  color: #17233e;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.layout-view-content .layout-contents .link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #17233e;
  width: 0%;
  transition: width 0.3s ease-in;
}
.layout-view-content .layout-contents:hover {
  background-color: #fcb603;
  border-radius: 25px;
  box-shadow: rgb(205, 239, 252) 15px 15px;
  padding-left: 0px;
  padding-right: 0px;
}
.layout-view-content .layout-contents:hover .layout-box {
  padding: 0px 20px 20px 0px;
}
.layout-view-content .layout-contents:hover .border-img img {
  background-color: #17233e;
}
.layout-view-content .layout-contents:hover .link {
  opacity: 1;
}
.layout-view-content .layout-contents:hover .link:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #17233e;
  width: 100%;
  transition: width 0.3s ease-in;
}

.des_image img {
  max-width: 100%;
}

.href-link a {
  display: block;
  overflow: hidden;
  background: #e5c403;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  color: #fff;
  margin: 5px auto 15px;
  width: 100%;
  max-width: 412px;
  height: 64px;
  transition: all 0.4s;
  border-radius: 1rem;
}
.href-link a:hover {
  color: #fff;
  background-color: #fcb603;
}

.layout-contents:nth-child(3n+1),
.layout-contents:nth-child(3n+2),
.layout-contents:nth-child(3n+3) { /* Hộp 2, 5, 8, 11, 14, 17, 20, 23 */
  border-right: 1px solid #eaeaea;
}

.layout-contents:nth-child(n+4) {
  border-top: 1px solid #eaeaea; /* Viền trên bắt đầu từ hộp 4  Quy tắc viền trên cho các hàng 2, 3, 4,... */
}

@media (max-width: 768px) {
  .app-main-content {
    overflow-x: hidden;
  }
  .section-banner .banner .banner-name .name {
    font-size: 25px;
  }
}/*# sourceMappingURL=detail.css.map */