.tsr-remark {
  font-weight: 500;
}
.tsr-remark p {
  margin-bottom: 0;
}

.download-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .thesierra-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .fs-28-mb {
    font-size: 28px !important;
  }
}
/*############################ tsr-swiper-banner ###################################*/
.tsr-swiper-banner .swiper-slide {
  overflow: hidden;
}
.tsr-swiper-banner .swiper-slide .image {
  position: relative;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
.tsr-swiper-banner .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*############################ hint-scroll ###################################*/
.hint-scroll {
  display: none;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: var(--color-brown03);
  margin-bottom: 16px;
}
.hint-scroll .swipe-icon {
  width: 24px;
  height: 24px;
}
.hint-scroll .txt {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-brown03);
}
@media screen and (max-width: 1200px) {
  .hint-scroll {
    display: flex;
  }
}

/*########################### mCustomScrollbar ###################################*/
.mCustomScrollbar {
  touch-action: initial;
}

.mCSB_scrollTools .mCSB_draggerContainer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  margin: auto;
  margin: 0;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 15px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 3px;
  margin: 0px auto;
  background-color: #527358;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 0px;
  margin: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 8px;
}

/*############################ custom accordion ###################################*/
.tsr-accordion .accordion-item {
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid var(--champagne-gold-dark, #ccbfa2);
}
.tsr-accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.tsr-accordion .accordion-collapse {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tsr-accordion .accordion-header {
  background: transparent;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tsr-accordion .accordion-header:has(.accordion-button.collapsed) {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tsr-accordion .accordion-header button {
  color: var(--champagne-gold-light, #e7ceb5);
  background: transparent;
  font-family: Trirong;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
}
.tsr-accordion .accordion-header .accordion-button {
  background-color: #2e452f;
  color: #e7ceb5;
}
.tsr-accordion .accordion-header .accordion-button.collapsed {
  color: #7b6c4a;
  background-color: transparent;
  border-radius: 8px;
}
.tsr-accordion .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.tsr-accordion .accordion-header .accordion-button::after {
  background-image: url("../img/ui/icon-minus-gold.svg");
  transition: none;
}
.tsr-accordion .accordion-header .accordion-button.collapsed::after {
  background-image: url("../img/ui/icon-plus-brown.svg");
  transform: translateY(0%);
  transition: none;
}
.tsr-accordion .accordion-body {
  color: #7b6c4a;
}
@media screen and (max-width: 768px) {
  .tsr-accordion .accordion-body {
    padding: 16px;
  }
}

.tsr-box-table {
  border-radius: 8px;
}

.tsr-table {
  width: 100%;
  min-width: 1140px;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 0.5px #bba985;
  border-radius: 8px !important;
  overflow: hidden;
}
.tsr-table tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.tsr-table tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.tsr-table tr:nth-last-child(2) td:first-child {
  border-bottom-left-radius: 8px;
}
.tsr-table tr:nth-last-child(1) td:last-child {
  border-bottom-right-radius: 8px;
}
.tsr-table.table-type2 tr:nth-last-child(2) td:first-child {
  border-bottom-left-radius: 0;
}
.tsr-table.table-type2 tr:nth-last-child(3) td:first-child {
  border-bottom-left-radius: 8px;
}
.tsr-table th,
.tsr-table td {
  text-align: center;
  border: solid 0.5px #bba985;
  border-collapse: collapse;
  font-weight: 500;
  padding: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .tsr-table th,
  .tsr-table td {
    padding: 8px;
  }
}
.tsr-table th.bg {
  background-color: var(--color-green05);
  color: #ffebc7;
  font-weight: 700;
}
.tsr-table tbody tr:nth-child(odd) {
  background-color: #fdfbef;
}
.tsr-table tbody tr:nth-child(even) {
  background: linear-gradient(270deg, #f8f5e6 0%, #ece4d0 100%);
}
.tsr-table tbody td {
  color: #887a6a;
  text-align: center;
}

/*# sourceMappingURL=homeloan.css.map */
