@import url("https://fonts.googleapis.com/css2?family=Noto Sans:wght@300;400;500;700&display=swap");
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-primary-dark {
  color: #00377b;
}
h1.a-custom {
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h1.a-custom {
    font-size: 32px;
    line-height: 38px;
  }
}
h2.a-custom {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h2.a-custom {
    font-size: 28px;
    line-height: 38px;
  }
}
h3.a-custom {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h3.a-custom {
    font-size: 20px;
    line-height: 24px;
  }
}
h4.a-custom {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h4.a-custom {
    font-size: 16px;
    line-height: 26px;
  }
}
h5.a-custom {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h5.a-custom {
    font-size: 16px;
    line-height: 26px;
  }
}
h6.a-custom {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h6.a-custom {
    font-size: 12px;
    line-height: 18px;
  }
}
p.a-custom {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  p.a-custom {
    font-size: 16px;
    line-height: 24px;
  }
}
p.a-custom.fs-large {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  p.a-custom.fs-large {
    font-size: 16px;
    line-height: 26px;
  }
}
p.a-custom.fs-small {
  font-size: 12px;
  line-height: 20px;
}
p.a-custom.fs-small.fw-bold {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  p.a-custom.fs-small {
    font-size: 12px;
    line-height: 20px;
  }
}
.label.a-custom,
label.a-custom {
  font-size: 14px;
  line-height: 20px;
}
.text-note {
  font-size: 12px;
  line-height: 18px;
}
.text-note.fw-medium {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .text-note.fw-medium {
    font-size: 12px;
    line-height: 18px;
  }
}
.text-button-link.a-custom,
.text-link.a-custom {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .text-button-link.a-custom,
  .text-link.a-custom {
    font-size: 14px;
    line-height: 22px;
  }
}
.strikeout {
  text-decoration: line-through;
}
ol.a-custom {
  padding-left: 20px;
}
.a-container {
  padding: 0 15px;
}
@media (min-width: 576px) {
  .a-container {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .a-container {
    padding: 0 45px;
  }
}
@media (min-width: 992px) {
  .a-container {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .a-container {
    padding: 0 150px;
  }
}
.card-location {
  word-wrap: break-word;
  background: #fff;
  background-clip: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(33, 33, 33, 0.1);
  box-shadow: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.card-location .card-title {
  margin-bottom: 16px !important;
}
.card-location:hover {
  box-shadow: 0 10px 25px rgba(33, 33, 33, 0.1);
}
.card-location > .card-header {
  background-color: #fff;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 0;
}
.card-location > .card-header > .card-title {
  color: #212121 !important;
  font-family: Noto Sans !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  margin: 0 !important;
}
.card-location > .card-body {
  margin-bottom: 10px;
  min-height: auto;
  padding: 0 16px;
}
.card-location > .card-body p {
  color: #212121;
  font-family: Noto Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-location > .card-footer {
  background-color: #fff;
  border: none;
  display: flex;
  gap: 8px;
  padding: 0 16px 16px;
}
.card-location > .card-footer:last-child {
  border-radius: 0 0 10px 10px;
}
.card-location .location-status {
  align-items: center;
  color: #6e6e6e;
  display: flex;
  font-family: Noto Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  gap: 5px;
  line-height: 20px;
  white-space: nowrap;
}
.card-location .location-status > .location-status-info {
  display: flex;
  gap: 5px;
}
.card-location .location-status > .location-status-info .time {
  color: #212121;
}
.card-info {
  word-wrap: break-word;
  background: #fff;
  background-clip: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(33, 33, 33, 0.1);
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 555px;
  min-height: 100%;
  min-height: 138px !important;
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.card-info:hover {
  box-shadow: 0 10px 25px rgba(33, 33, 33, 0.1);
}
.card-info .seeMoreText {
  color: #1f6eda;
  cursor: pointer;
}
.card-info .seeMoreText:hover {
  text-decoration: underline;
}
.card-info > .card-header {
  background-color: #fff;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
}
.card-info > .card-header > .card-title {
  color: #212121 !important;
  font-family: Noto Sans !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  margin-bottom: 10px !important;
}
.card-info > .card-body {
  margin-bottom: 10px !important;
  min-height: auto !important;
  padding: 0 20px !important;
}
.card-info > .card-body p {
  color: #212121 !important;
  font-family: Noto Sans !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.card-info > .card-footer {
  padding: 0 20px 23px !important;
}
.slider-nav-row {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}
.slider-nav-row .slick-next,
.slider-nav-row .slick-prev {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.slider-nav-row .slider-nav-dots ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider-nav-row .slider-nav-dots ul li {
  align-items: center;
  display: flex;
  margin: 0 4px;
}
.slider-nav-row .slider-nav-dots ul li button {
  background: transparent;
  border: 2px solid #1f6eda;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  height: 16px;
  overflow: hidden;
  width: 16px;
}
@media only screen and (max-width: 768px) {
  .slider-nav-row .slider-nav-dots ul li button {
    height: 15px;
    width: 15px;
  }
}
.slider-nav-row .slider-nav-dots ul li.slick-active button {
  background: #1f6eda;
  color: #1f6eda;
}
.container-right .slick-list {
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-right .slick-list {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .container-right .slick-list {
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  .container-right .slick-list {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .container-right .slick-list {
    padding-left: 150px;
  }
}
.slick-track {
  padding-bottom: 32px;
}
.py-6 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.a-title {
  font-size: 40px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 50px !important;
}
@media only screen and (max-width: 768px) {
  .a-title {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
/*# sourceMappingURL=carousel.css.map */
