h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Ubuntu", serif;
  font-weight: 500;
  font-style: normal;
}

h3, .h3 {
  line-height: 1.3;
}

h5, .h5 {
  line-height: 1.4;
}

h6, .h6 {
  line-height: 1.5;
}

body {
  font-family: "Ubuntu", serif;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  background-color: #FBFBFB;
  color: #4F5156;
}

a {
  color: #BF912F;
}

a:hover {
  color: #87641B;
}

.border,
.border-top,
.border-bottom,
.border-right,
.border-left {
  border-color: #DBDBDB !important;
}

.h-100vh {
  height: 100vh;
}

.text-xxs {
  font-size: 10px;
  line-height: 1.2;
}

.text-xs {
  font-size: 11px;
  line-height: 1.3;
}

.text-sm {
  font-size: 13px;
}

.text-md {
  font-size: 17px;
}

.text-faded {
  opacity: .3;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #BF912F !important;
}

.text-muted {
  color: #717277 !important;
}

.text-success {
  color: #459219 !important;
}

.text-gold {
  color: #FFCF30 !important;
}

.bg-img,
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FBFBFB;
}

.bg-primary {
  background-color: #BF912F !important;
}

.bg-primary-light {
  background-color: #F5EAD3 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-light {
  background-color: #FBFBFB !important;
}

.bg-grey {
  background-color: #F5F5F5 !important;
}

.bg-dark {
  background-color: #4F5156 !important;
}

.bg-success {
  background-color: #459219 !important;
}

.bg-success-light {
  background-color: #EAF6E4 !important;
}

.rounded {
  border-radius: 8px !important;
}

.rounded-card {
  border-radius: 12px !important;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.font-regular {
  font-family: "Ubuntu", serif;
  font-weight: 400;
  font-style: normal;
}

.font-medium {
  font-family: "Ubuntu", serif;
  font-weight: 500;
  font-style: normal;
}

.font-bold {
  font-family: "Ubuntu", serif;
  font-weight: 700;
  font-style: normal;
}

.fa-14 {
  width: 14px;
  text-align: center;
}

.fa-24 {
  width: 24px;
  text-align: center;
}

.fa-34 {
  width: 34px;
  text-align: center;
}

/* Section */
.section-home-hero {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Row */
.row .col-five {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-sm {
  margin-left: -8px;
  margin-right: -8px;
}

.row-sm .col, .row-sm .col-1, .row-sm .col-10, .row-sm .col-11, .row-sm .col-12, .row-sm .col-2, .row-sm .col-3, .row-sm .col-4, .row-sm .col-5, .row-sm .col-6, .row-sm .col-7, .row-sm .col-8, .row-sm .col-9, .row-sm .col-auto, .row-sm .col-lg, .row-sm .col-lg-1, .row-sm .col-lg-10, .row-sm .col-lg-11, .row-sm .col-lg-12, .row-sm .col-lg-2, .row-sm .col-lg-3, .row-sm .col-lg-4, .row-sm .col-lg-5, .row-sm .col-lg-6, .row-sm .col-lg-7, .row-sm .col-lg-8, .row-sm .col-lg-9, .row-sm .col-lg-auto, .row-sm .col-md, .row-sm .col-md-1, .row-sm .col-md-10, .row-sm .col-md-11, .row-sm .col-md-12, .row-sm .col-md-2, .row-sm .col-md-3, .row-sm .col-md-4, .row-sm .col-md-5, .row-sm .col-md-6, .row-sm .col-md-7, .row-sm .col-md-8, .row-sm .col-md-9, .row-sm .col-md-auto, .row-sm .col-sm, .row-sm .col-sm-1, .row-sm .col-sm-10, .row-sm .col-sm-11, .row-sm .col-sm-12, .row-sm .col-sm-2, .row-sm .col-sm-3, .row-sm .col-sm-4, .row-sm .col-sm-5, .row-sm .col-sm-6, .row-sm .col-sm-7, .row-sm .col-sm-8, .row-sm .col-sm-9, .row-sm .col-sm-auto, .row-sm .col-xl, .row-sm .col-xl-1, .row-sm .col-xl-10, .row-sm .col-xl-11, .row-sm .col-xl-12, .row-sm .col-xl-2, .row-sm .col-xl-3, .row-sm .col-xl-4, .row-sm .col-xl-5, .row-sm .col-xl-6, .row-sm .col-xl-7, .row-sm .col-xl-8, .row-sm .col-xl-9, .row-sm .col-xl-auto {
  padding-left: 8px;
  padding-right: 8px;
}

.row-sm .col-five {
  padding-left: 8px;
  padding-right: 8px;
}

/* Progress */
.progress {
  background-color: #F5F5F5;
}

.progress .progress-bar {
  background-color: #BF912F;
}

.shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
}

.shadow-top {
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08) !important;
}

.pointer {
  cursor: pointer;
}

.form-control {
  background-color: #FBFBFB;
  border: 1px solid #DBDBDB !important;
  border-radius: 8px;
  padding: 8px 16px;
  height: auto;
  font-size: 15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #BF912F !important;
  background-color: #FBFBFB;
}

.form-control::-webkit-input-placeholder {
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  opacity: 0.5;
}

.form-control::placeholder {
  opacity: 0.5;
}

.form-input label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: #717277;
}

.table thead th {
  border-bottom: none;
  font-size: 12px;
  font-weight: 500;
  color: #717277;
  text-transform: uppercase;
}

.table td {
  border-top: 1px solid #DBDBDB;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #BF912F;
    --active-inner: #fff;
    --focus: none;
    --border: #DBDBDB;
    --border-hover: #BF912F;
    --background: #FAFAFA;
    --disabled: #F9F9F9;
    --disabled-inner: #F9F9F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    -webkit-box-shadow: 0 0 0 var(--focus);
            box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }
  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}

.btn {
  color: #4F5156;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 15px;
}

.btn.btn-sm {
  padding: 8px 12px;
  font-size: 13px;
}

.btn:focus, .btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  background-color: #BF912F;
  border-color: #BF912F;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #87641B;
  border-color: #87641B;
  color: #ffffff;
}

.btn-icon {
  padding: 0px;
  width: 40.5px;
  height: 40.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-primary-light {
  background-color: #F5EAD3;
  border-color: #F5EAD3;
  color: #BF912F;
}

.btn-primary-light:hover {
  background-color: #BF912F;
  border-color: #BF912F;
  color: #ffffff;
}

.btn-primary-dark {
  background-color: #87641B;
  border-color: #87641B;
  color: #ffffff;
}

.btn-primary-dark:hover {
  background-color: #BF912F;
  border-color: #BF912F;
  color: #ffffff;
}

.btn-outline-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4F5156;
}

.btn-naked {
  background-color: transparent;
  border-color: transparent;
}

.btn-naked.btn-naked-white {
  color: #ffffff;
}

.btn-naked:hover {
  color: #BF912F;
}

.btn-white {
  background-color: #ffffff;
  border-color: #DBDBDB;
  color: #4F5156;
}

.btn-white:hover {
  background-color: #ffffff;
  border-color: #DBDBDB;
  color: #BF912F;
}

.btn-link {
  color: #BF912F;
}

.btn-link:hover {
  color: #87641B;
  text-decoration: none;
}

.btn-w-img {
  position: relative;
}

.btn-w-img img {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 24px;
}

.card {
  border-radius: 12px !important;
  border: 1px solid #DBDBDB !important;
}

.card.border-0 {
  border: none !important;
}

.card .card-img {
  display: block;
  position: relative;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FBFBFB;
  background-color: #F5F5F5;
}

.card .card-img.tall-1 {
  padding-top: 70%;
}

.card.card-faded {
  position: relative;
}

.card.card-faded:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.card-title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.card-title-icon .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  color: #BF912F;
  background-color: #F5EAD3;
  border-radius: 8px;
  margin-right: 16px;
}

.high-1, .high-2, .high-3 {
  padding-top: 80%;
  position: relative;
}

.high-1 .card-body, .high-2 .card-body, .high-3 .card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.high-2 {
  padding-top: 44%;
}

.high-3 {
  padding-top: 60%;
}

a.card {
  color: #4F5156;
}

a.card:hover {
  color: #4F5156;
  text-decoration: none;
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main-nav.main-nav-scroll {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) !important;
}

.main-nav.main-nav-scroll .btn-outline-white {
  border-color: #DBDBDB;
  color: #4F5156;
}

.main-nav.main-nav-scroll .btn-outline-white:hover {
  background-color: #4F5156;
  border-color: #4F5156;
  color: #ffffff;
}

.main-nav.main-nav-scroll .btn-naked.btn-naked-white {
  color: #4F5156;
}

.main-nav.main-nav-scroll .btn-naked.btn-naked-white:hover {
  color: #BF912F;
}

.d-flex-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-6 .d-flex-col {
  width: 16.6666666667%;
}

.link-list {
  margin: 0;
  padding: 0;
}

.link-list li {
  list-style: none;
  display: block;
  margin-bottom: 8px;
}

.link-list li a {
  color: #4F5156;
}

.link-list li a:hover {
  color: #BF912F;
  text-decoration: none;
}

.gradient-1 {
  display: block;
  background: #bf912f;
  background: -webkit-gradient(linear, left top, right top, from(#bf912f), color-stop(7%, #916e21), color-stop(13%, #f5cc75), color-stop(21%, #bf912f), color-stop(30%, #ffd047), color-stop(38%, #bf912f), color-stop(47%, #5d430b), color-stop(59%, #bd8e28), color-stop(62%, #ffd477), color-stop(68%, #e4a318), color-stop(72%, #a4750e), color-stop(79%, #ffd884), color-stop(87%, #df9f16), color-stop(90%, #83631f), to(#bf912f));
  background: linear-gradient(90deg, #bf912f 0%, #916e21 7%, #f5cc75 13%, #bf912f 21%, #ffd047 30%, #bf912f 38%, #5d430b 47%, #bd8e28 59%, #ffd477 62%, #e4a318 68%, #a4750e 72%, #ffd884 79%, #df9f16 87%, #83631f 90%, #bf912f 100%);
}

.link-normal {
  color: #4F5156;
  text-decoration: none;
}

.link-normal:hover {
  color: #4F5156;
  text-decoration: none;
}

.link-normal.text-white {
  color: #ffffff;
}

.link-normal.text-white:hover {
  color: #4F5156;
  text-decoration: none;
}

.input-icon {
  position: relative;
}

.input-icon .form-control {
  padding-left: 44px;
}

.input-icon i, .input-icon .fa-solid {
  width: 22px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #717277;
}

.filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-group .filter-group-item {
  width: 33.3333333333%;
}

.filter-group .filter-group-item:first-child .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.filter-group .filter-group-item:nth-child(2) .form-control {
  border-radius: 0px;
  border-left: 0px !important;
  border-right: 0px !important;
}

.filter-group .filter-group-item:last-child .form-control {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.filter-group .filter-group-item:last-child.have-btn .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px !important;
}

.filter-group .filter-group-item:last-child.have-btn .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pill-tab {
  background-color: #BF912F;
  padding: 6px;
  border-radius: 24px;
  margin-top: -46px;
}

.pill-tab .nav-tabs {
  border-bottom: none;
}

.pill-tab .nav-tabs .nav-item {
  margin-bottom: 0px;
}

.pill-tab .nav-tabs .nav-link {
  border: 0px;
  font-size: 14px;
  border-radius: 24px;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.pill-tab .nav-tabs .nav-link.active, .pill-tab .nav-tabs .nav-link:active, .pill-tab .nav-tabs .nav-link:focus {
  background-color: #ffffff;
  color: #4F5156;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-style {
  border-bottom: 1px solid #DBDBDB;
}

.nav-style .nav-item {
  margin-bottom: 0px;
}

.nav-style .nav-link {
  border: none;
  border-radius: 0px;
  font-size: 14px;
  color: #4F5156;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 16px 0px;
  margin-right: 20px;
  position: relative;
  font-weight: 500;
}

.nav-style .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #BF912F;
  opacity: 0;
}

.nav-style .nav-link.active {
  background-color: transparent;
  color: #BF912F;
}

.nav-style .nav-link.active:before {
  opacity: 1;
}

.nav-style .nav-link:hover {
  color: #BF912F;
}

.slide-section {
  position: relative;
}

.slide-section .slide-btn {
  position: absolute;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.slide-section .slide-btn.slide-btn-next {
  right: -20px;
}

.slide-section .slide-btn.slide-btn-prev {
  left: -20px;
}

.slide-section .slide-btn.swiper-button-disabled {
  opacity: 0;
}

.banner-home {
  display: block;
  width: 100%;
  padding-top: 26%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FBFBFB;
}

.section-banner-home {
  margin-top: -254px;
}

.block-img-square {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  position: relative;
}

.block-img-square img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.block-img-square.sm {
  width: 70px;
  height: 70px;
}

.block-img-100,
.block-img-90,
.block-img-80,
.block-img-70,
.block-img-60 {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
}

.block-img-90 {
  padding-top: 90%;
}

.block-img-80 {
  padding-top: 80%;
}

.block-img-70 {
  padding-top: 70%;
}

.block-img-60 {
  padding-top: 60%;
}

.block-img-square.faded,
.block-img-100.faded,
.block-img-90.faded,
.block-img-80.faded,
.block-img-70.faded,
.block-img-60.faded {
  overflow: hidden;
}

.block-img-square.faded:before,
.block-img-100.faded:before,
.block-img-90.faded:before,
.block-img-80.faded:before,
.block-img-70.faded:before,
.block-img-60.faded:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.block-img-square .block-img-content-center,
.block-img-100 .block-img-content-center,
.block-img-90 .block-img-content-center,
.block-img-80 .block-img-content-center,
.block-img-70 .block-img-content-center,
.block-img-60 .block-img-content-center {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.card-track {
  display: block;
  position: relative;
}

.card-track .card-track-list {
  position: relative;
  padding-left: 38px;
  margin-bottom: 1rem;
}

.card-track .card-track-list:before, .card-track .card-track-list:after {
  content: '';
  position: absolute;
  background-color: #BF912F;
}

.card-track .card-track-list:before {
  top: 1.5rem;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

.card-track .card-track-list:after {
  width: 2px;
  top: 1.5rem;
  left: 15px;
  bottom: -2.5rem;
}

.card-track .card-track-list:last-child:after {
  display: none;
}

.nav-margin {
  display: block;
  height: 82px;
}

.bg-ornament-1 {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.divider-text {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #717277;
  position: relative;
}

.divider-text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #DBDBDB;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.divider-text span {
  position: relative;
  display: inline-block;
  padding: 4px 12px;
  background-color: #ffffff;
}

.sidenav-link {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 0;
  padding: 0;
}

.sidenav-link li {
  display: block;
  margin-bottom: 4px;
}

.sidenav-link li i, .sidenav-link li .fa-solid {
  color: #BF912F;
  width: 22px;
  text-align: center;
}

.sidenav-link li a {
  display: block;
  color: #4F5156;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.sidenav-link li a:hover {
  text-decoration: none;
  background-color: #F5EAD3;
  color: #BF912F;
}

.sidenav-link li a.active {
  background-color: #87641B;
  color: #ffffff;
}

.sidenav-link li a.active i, .sidenav-link li a.active .fa-solid {
  color: #ffffff;
}

.sidenav-link li:last-child {
  margin-bottom: 0px;
}

.avatar-initial {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #BF912F;
  background-color: #F5EAD3;
  height: 48px;
  width: 48px;
  border-radius: 48px;
}

.step-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0 12px;
  color: #4F5156;
  opacity: .7;
}

.step-list li .number {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 24px;
  color: #717277;
  font-size: 13px;
  margin-right: 8px;
}

.step-list li.active {
  opacity: 1;
}

.step-list li.active .number {
  background-color: #BF912F;
  color: #ffffff;
  border-color: #BF912F;
}

.step-list li.done {
  opacity: 1;
}

.step-list li.done .number {
  background-color: #4F5156;
  color: #ffffff;
  border-color: #4F5156;
}

.img-bank {
  display: block;
  width: 80px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ffffff;
}

.progress-card {
  position: relative;
  background-color: #4F5156;
  border-radius: 8px;
  border: 2px solid #4F5156;
  height: 20px !important;
  border-radius: 10px;
}

.progress-card .progress-text {
  position: absolute;
  top: 50%;
  right: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bg-gold-1 {
  background: #bf912f;
  background: linear-gradient(151deg, #bf912f 0%, #fbc72e 30%, #fcd377 53%, #cc9a2f 82%, #7e5602 100%);
}

.border-white {
  border-color: #ffffff !important;
}

.bg-dark-faded {
  background-color: rgba(0, 0, 0, 0.4);
}
/*# sourceMappingURL=styles.css.map */

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

.absolute {
  position: absolute;
}

.inline-block {
  display: inline-block;
}

.loader {
  display: flex;
  margin: 0.25em 0;
}

.w-2 {
  width: 0.5em;
}

.dash {
  animation: dashArray 2s ease-in-out infinite,
    dashOffset 2s linear infinite;
}

@keyframes dashArray {
  0% {
    stroke-dasharray: 0 1 359 0;
  }
  50% {
    stroke-dasharray: 0 359 1 0;
  }
  100% {
    stroke-dasharray: 359 1 0 0;
  }
}

@keyframes dashOffset {
  0% {
    stroke-dashoffset: 365;
  }
  100% {
    stroke-dashoffset: 5;
  }
}

.image-package{
  height: 400px;
}

.container-upload {
  /* max-width: 400px; */
  width: 100%;
  padding: 20px;
  background: white;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  /* text-align: center; */
}
.upload-box {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ccc;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f9f9f9;
  position: relative;
  padding: 42px 32px;
}
.upload-box img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  /* display: none; */
}
.hidden {
  display: none;
}
.text-upload {
  color: #888;
}

.frame-xendit {
  min-height: 40rem;
}

.border-danger {
  border: 1px solid #dc3545!important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; /* Sesuaikan lebar maksimal */
  display: inline-block;
  vertical-align: middle;
}

.img-hotels{
  width: 160px;
  background-size: cover;
  background-position: center;
}

.h-198{
  height: 198px;
}

.max-w-200{
  max-width: 200px;
}

.high-48{
  padding-top: 48%;
  position: relative;
}

.strikethrough {
  text-decoration: line-through;
}

.btn-outline-primary{
  border: 1px solid #BF912F;
  background-color: #FFEFCE;
  color: #BF912F;
}

.avatar-location{
  width: 30px;
  height: 30px;
  font-size: 15px;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.facilities-img{
  height: 154px;
  width: 100%;
  position: relative;
}

.facilities-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000047;
}

.rounded-md{
  border-radius: 8px;
}

.btn-label-primary{
  background: #FFEFCE !important;
  color: #BF912F;
}

.text-micro{
  font-size: 10px;
}

.bg-img-slide-hotels{
  width: 256px;
  height: 222px;
  background-size: cover;
  border-radius: 12px 0px 0px 12px;
  background-position: center;
}

.bg-label-danger{
  background-color: #ee030325;
  color: #EF3B3B;
}

.slideImageHotels{
  max-width: 222px;
  border-radius: 12px 0px 0px 12px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 2px;
}

.swiper-pagination-bullet{
  background: #FFFFFF;
  opacity: 0.5;
}

.swiper-pagination-bullet-active{
  background: #fff !important;
  opacity: 1;
}

.btn-saved-hotels{
  position: absolute;
  top: 3%;
  z-index: 99;
  color: #fff;
  font-size: 21px;
  right: 0;
}

.btn-revert-flight{
  position: absolute;
  top: 13%;
  /* left: revert; */
  right: 22px;
  padding: 8px 12px;
  border-radius: 100%;
}

.no-border {
  border: 0 !important;
}

.checkbox-sm{
  width: 14px !important;
  height: 14px !important;
  border-radius: 4px !important; 
}

.close{
  /* float: right; */
  font-size: 1.5rem;
  /* font-weight: 700; */
  /* line-height: 1; */
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
  background: #EF3B3B !important;
  opacity: 1;
  border-radius: 40px;
  padding: 9px 14px !important;
}

.history-search{
  cursor: pointer;
  padding: 10px;
  display: block;
  border-radius: 15px;
}

.history-search:hover{
  background: #bf912f26;
}

.font-ratting{
  color: #EBAB2A !important;
}

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 500px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.modal.right .modal-content{
  border-radius: 20px 0px 0px 20px;
  background-color: #F5F5F5 !important;
}

.modal.right .modal-content .modal-header{
  background-color: #FFFF !important;
  border-bottom: 0px !important;
}

.border-0{
  border: 0px !important;
}

select.form-control {
  padding: 12px 16px !important;
}

.rdrDefinedRangesWrapper{
  display: none !important;
}

.rdrMonth{
  width: 30.667em !important;
}

.rdrMonths{
  max-width: 100%;
}

.rdrYearPicker{
  display: none;
}

.rdrMonthPicker{
  display: none;
}

.cut-text-220 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;  
}

.section-home-hero.pb-16{
  padding-bottom: 16rem !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.bg-coming{
  height: 100vh;
  width: 100%;
  background: #0066FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-earth{
  position: absolute;
  width: 100%;
  bottom: 0;
}

.z-1{
  z-index: 1;
}

.button-coming{
  position: absolute;
  top: 32rem;
}

.attribute-package{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.attribute-package .content-hotel-card{
  text-align: right;
  width: 50%;
}

.hide-mobile{
  display: block;
}

.show-mobile{
  display: none;
}

@media only screen and (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }

  .show-mobile{
    display: block !important;
  }

  .filter-group{
    display: block !important;
  }

  .filter-group .filter-group-item{
    width: 100%;
    margin-bottom: 10px;
  }

  .filter-group .filter-group-item:nth-child(2) .form-control{
    border-left: 1px solid #DBDBDB !important;
    border-right: 1px solid #DBDBDB !important;
    border-radius: 8px !important;
  }

  .filter-group .filter-group-item:last-child.have-btn .form-control{
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-left: 1px solid #DBDBDB !important;
  }

  .section {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .section-banner-home{
    margin-top: 0px !important;
  }

  .section-home-hero{
    padding-bottom: 0rem !important;
  }

  .banner-home{
    padding-top: 50% !important;
  }
  
  .text-sm{
    font-size: 11px  !important;
  }

  .attribute-package{
    display: block !important;
  }

  .attribute-package .content-hotel-card{
    margin-top: 10px;
    width: 100%;
    margin-right: .5rem !important;
  }

  .attribute-package .content-hotel-card div{
    text-align: left !important;
  }

  .card-progress {
    padding: 0.6rem !important;
  }

  .card-package{
    padding: 0.6rem !important;
  }

  .title-package{
    margin-bottom: 10px !important;
  }

  .slide-section .slide-btn.slide-btn-next{
    right: -12px !important;
  }

  .mtm-3{
    margin-top: 1rem !important;
  }

  .mbm-3{
    margin-bottom: 1rem !important;
  }

  .mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .mobile-nav-overlay.show {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav-panel {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: white;
    z-index: 1050;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav-panel.open {
    right: 0;
  }

  .name-package{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 4.5em;
  }
  
  .swiper-slide, swiper-slide{
    height: auto !important;
  }

  .image-package{
    height: 260px !important;
  }

  .row .col-five {
    max-width: 33% !important;
    position: relative !important;
    width: 100% !important;
    margin-bottom: 17px !important;
    -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  }

  .card-image-hotel{
    height: 200px;
    background-size: cover;
  }

  .flex-mobile{
    display: block !important;
  }

  .step-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.75rem; /* atau 1rem kalau butuh lebih longgar */
    overflow-x: auto; /* biar bisa scroll di mobile kalau sempit */
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .step-list {
    scrollbar-width: none; /* Firefox */
  }
  
  .step-list::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
  
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1040;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-nav-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-panel {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: white;
  z-index: 1050;
  transition: right 0.3s ease;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-nav-panel.open {
  right: 0;
}

@media (min-width: 768px) {
  .mobile-nav-panel,
  .mobile-nav-overlay {
    display: none;
  }
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* biar smooth di iOS */
}

.section-marquee {
  display: block;
  position: relative;
}
.section-marquee:before, .section-marquee:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 10;
}
.section-marquee:before {
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
}
.section-marquee:after {
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
}

.marquee {
  --gap: 80px;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 30s linear infinite;
  margin: 0;
  padding: 0;
}
.marquee__content li {
  list-style: none;
}
.marquee__content li img {
  margin-top: 16px;
}
.marquee__content.slow {
  animation-duration: 120s;
}
.marquee__content.reverse {
  animation-direction: reverse;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Variabel CSS lainnya */
:root {
  --num: 0; /* Nilai awal */
  --num2: 1994; /* Nilai awal */
}

@property --num {
  syntax: "<integer>";
  initial-value: var(--num);
  inherits: false;
}

@property --num2 {
  syntax: "<integer>";
  initial-value: var(--num2);
  inherits: false;
}
.num-1::after {
  content: counter(num);
}

.num-1::after {
  content: counter(num);
}

.num-2::after {
  content: counter(num2);
}

@keyframes establishment {
  from {
    --num: 0;
  }
  to {
    --num: 31;
  }
}
@keyframes customers {
  from {
    --num2: 0;
  }
  to {
    --num2: 1994;
  }
}

.title-counting { 
  font-size: 48px;
  color: #737373;
  font-weight: 600;
}

.desc-counting{
  font-size: 24px;
  color: #737373;
  font-weight: 400;
  margin-left: 20px;
}

.container-counting{
  display: flex;
  padding: 50px 10px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}

.title-mitra{
  color: #13131A;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 100% */
  text-transform: capitalize;
}

.title-section-mitra{
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  color: #13131A;
}

.card-concept{
  border-radius: 20px;
  background: #F5F5F5;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.card-icon-mitra{
  background: rgba(255, 250, 234, 1);
  color: rgba(191, 146, 19, 1);
  padding: 9px 21px;
  border-radius: 117px;
  font-size: 32px;
}

.card-icon-vendor{
  background: rgba(255, 250, 234, 1);
  color: rgba(191, 146, 19, 1);
  padding: 6px 13px;
  border-radius: 117px;
  font-size: 20px;
}

.card-cta {
  background-size: cover;
  padding: 50px 80px;
  color: #fff;
  text-align: center;
  border-radius: 73px;
}

.btn-cta{
  color: #BF9213;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}


.card-concept-vendor{
  border-radius: 20px;
  background: #F5F5F5;
  display: flex;
  padding: 26px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.description-vendor{
  font-size: 20px;
}


.container-step {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.step {
  flex: 1;
  padding: 10px;
}

.step img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.step h3 {
  margin: 10px 0 10px;
  font-size: 22px;
  color: #222;
}

.step p {
  font-size: 18px;
  color: #555;
}

.step h1 {
  font-size: 32px;
  margin-bottom: 30px;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
}