.get-started-btn {
  background-color: #c32f00 !important;
  font-weight: 600;
}

section {
  padding: 100px 0 !important;
}

.btn {
  padding: 16px 24px;
  font-size: 16px;
  border-radius: 14px;
}

.btn-secondary {
  background: #131313;
  border: 1px solid #cccccc;
  color: #fafafa;
  transition: all 0.2s;
}

.btn-secondary-ot {
  background: none;
  border: 1px solid #cccccc;
  color: #131313;
}
.btn-secondary-ot:hover {
  background: #c32f00;
  color: #fafafa;
}

.spm .filter-data, .sli .filter-data {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.spm .select2, .spm input, .sli .select2, .sli input {
  border: none;
  padding: 16px 14px;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
}
.spm .select2::-moz-placeholder, .spm input::-moz-placeholder, .sli .select2::-moz-placeholder, .sli input::-moz-placeholder {
  color: #b8b8b8;
}
.spm .select2::placeholder, .spm input::placeholder, .sli .select2::placeholder, .sli input::placeholder {
  color: #b8b8b8;
}
.spm .select2:focus, .spm input:focus, .sli .select2:focus, .sli input:focus {
  outline: none;
  border-color: #c32f00;
}

.input-search {
  width: 100%;
  position: relative;
}
.input-search a {
  position: absolute;
  right: 16px;
  top: 16px;
}
.input-search input {
  width: 100%;
  border: none;
  padding: 16px 14px;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
}
.input-search input::-moz-placeholder {
  color: #b8b8b8;
}
.input-search input::placeholder {
  color: #b8b8b8;
}
.input-search input:focus {
  outline: none;
  border-color: #c32f00;
}

#header {
  background: rgba(6, 22, 50, 0.631372549) !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  border-top: 3px solid #c32f00;
}

.navbar .dropdown ul {
  background: #ffffff !important;
}
.navbar .dropdown ul li a {
  color: #131313 !important;
}
.navbar .dropdown ul li a:hover {
  color: #ffc107 !important;
}

.navbar-mobile {
  overflow: visible !important;
}
.navbar-mobile ul {
  height: -moz-fit-content;
  height: fit-content;
}

.mobile-nav-toggle {
  color: #fafafa;
}

#counts {
  padding: 60px 0 !important;
}
#counts span {
  color: #fff;
}
#counts p {
  color: #d36747;
  font-size: 18px;
}

section .section-title {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  flex-direction: row !important;
}
section .section-title .heading p {
  margin-bottom: 12px;
}
section .section-title .heading h2 {
  color: #c32f00;
  margin-bottom: 16px;
  line-height: unset !important;
}
section .section-title .col-lg-3 {
  display: flex;
  justify-content: end;
}

#services .btn-buy {
  padding: 16px 24px !important;
  background: #fff !important;
  border: 1px solid #cccccc !important;
  color: #131313 !important;
  font-size: 16px;
  border-radius: 14px;
  transition: all 0.3s ease;
}
#services .btn-buy svg {
  margin-right: 4px;
}
#services .btn-buy:hover {
  border: 1px solid #c32f00 !important;
}
#services .card-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
}
#services .card-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
#services .card-wrapper .service-card {
  padding: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
#services .card-wrapper .service-card img {
  max-width: 100%;
  height: 82px;
  margin-bottom: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
#services .card-wrapper .service-card p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #131313;
}
#services .card-wrapper .service-card:hover {
  border: 1.5px solid #c32f00;
  box-shadow: 0px 117px 33px 0px rgba(0, 0, 0, 0), 0px 75px 30px 0px rgba(0, 0, 0, 0.01), 0px 42px 25px 0px rgba(0, 0, 0, 0.04), 0px 19px 19px 0px rgba(0, 0, 0, 0.06), 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  transform: translateY(-10px);
}

#facilities {
  padding: 100px 0 !important;
  background-color: #fffbfa;
}
#facilities .card-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 4px;
}
#facilities .card-wrapper .facilities-card {
  width: 100%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
#facilities .card-wrapper .facilities-card .canvas {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
#facilities .card-wrapper .facilities-card .canvas img {
  width: 100%;
  height: 122px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  transform-origin: center;
}
#facilities .card-wrapper .facilities-card .canvas .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#facilities .card-wrapper .facilities-card .canvas p {
  font-weight: 600;
  font-size: 18px;
  color: white;
  text-align: center;
  margin: 0;
}
#facilities .card-wrapper .facilities-card:hover img {
  transform: scale(1.1);
}
#facilities .card-wrapper .facilities-card:hover .overlay {
  opacity: 1;
}

#news .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
}
#news .card-wrapper .card-news {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.2s;
}
#news .card-wrapper .card-news img {
  border-radius: 14px;
}
#news .card-wrapper .card-news .news-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#news .card-wrapper .card-news .news-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
#news .card-wrapper .card-news .news-content h3 a {
  color: #131313 !important;
}
#news .card-wrapper .card-news .news-content .sub-title {
  display: flex;
  font-size: 16px;
  color: #828282;
}
#news .card-wrapper .card-news .news-content .description {
  margin-bottom: 0;
}
#news .card-wrapper .card-news:hover {
  cursor: pointer;
  transform: translateY(-10px);
}
#news .card-wrapper .card-news:hover h3 a {
  color: #c32f00 !important;
}

#map {
  padding: 0 !important;
  height: 450px;
}
#map iframe {
  height: 450px;
  width: 100%;
  border: 0;
}

#footer {
  background: #131313;
  border-top: 1px solid #f0f0f0;
}
#footer .footer-top {
  background: #fff;
}
#footer .footer-top .content {
  max-width: 400px;
  margin-bottom: 24px;
}
#footer .footer-top .contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
#footer .footer-top .contacts .card-contact {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-top .contacts i {
  font-size: 32px !important;
}
#footer .footer-top .contacts h4 {
  margin: 12px 0;
  font-size: 18px;
}
#footer .footer-top .contacts p {
  font-size: 16px;
}
#footer .social-links {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
#footer .social-links a {
  background: #c32f00;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
#footer .social-links a:hover {
  background: #a72802;
  transform: translateY(-5px);
}
#footer .copy {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fafafa;
}
#footer .footer-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#footer .footer-newsletter img {
  width: 125px;
}
#footer .footer-newsletter .statistic-visit {
  padding: 12px;
  background: #c32f00;
  color: #fff;
  border-radius: 14px;
  font-size: 14px;
}
#footer .footer-newsletter .statistic-visit p {
  margin-bottom: 8px;
}
#footer .footer-newsletter .statistic-visit .list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
#footer .footer-newsletter .statistic-visit .list .title {
  width: 80px;
}
#footer .footer-newsletter .statistic-visit .list .qty {
  font-weight: 600;
}

.breadcrumbs {
  margin-top: 0;
  padding: 150px 0 60px 0;
  background: url("../../assets/bg-9283849.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.breadcrumbs .container {
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.breadcrumbs .container .locate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.breadcrumbs .container .locate a {
  color: #ffc107;
}
.breadcrumbs .container .locate p {
  font-size: 16px;
}
.breadcrumbs::before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -9;
}

.bg-2 {
  background: url("../../assets/bg-8272382.png") center center no-repeat;
  background-size: cover;
}

.bg-3 {
  background: url("../../assets/bg-9283102.png") center center no-repeat;
  background-size: cover;
}

.bg-4 {
  background: url("../../assets/bg-9965655.png") center center no-repeat;
  background-size: cover;
}

.bg-5 {
  background: url("../../assets/bg-9283841.png") center center no-repeat;
  background-size: cover;
}

.bg-6 {
  background: url("../../assets/bg-9283377.png") center center no-repeat;
  background-size: cover;
}

.bg-7 {
  background: url("../../assets/bg-9283439.png") center center no-repeat;
  background-size: cover;
}

.bg-9 {
  background: url("../../assets/bg-92838412.png") center center no-repeat;
  background-size: cover;
}

.bg-8 {
  background: url("../../assets/bg-9283891.png") center center no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bg-8 .btn-danger {
  border: 5px solid #b11a2a !important;
  margin-bottom: 16px;
}
.bg-8 .heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 12px;
}
.bg-8 .heading p {
  font-size: 16px;
  max-width: 550px;
}
.bg-8 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-8 .container label {
  font-size: 20px !important;
  max-width: 550px;
}

.card-publications img {
  border: 1px solid #f0f0f0;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

#courses .course-content {
  padding: 0 16px;
}
#courses .services {
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  padding: 24px;
  height: -moz-fit-content;
  height: fit-content;
}
#courses .services .section-title, #courses .services h5 {
  padding: 0;
  margin-bottom: 12px;
  font-size: 16px !important;
}
#courses .services .card-wrapper {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
#courses .services .card-wrapper .service-card {
  display: flex;
  gap: 8px;
  background-color: #fff;
  padding: 12px;
  border-radius: 14px;
  transition: all 0.2s;
  border: 1px solid #f0f0f0;
  align-items: center;
}
#courses .services .card-wrapper .service-card .icon {
  border-radius: 99px;
  border: 1px solid #f0f0f0;
  font-size: 12px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #131313;
}
#courses .services .card-wrapper .service-card .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#courses .services .card-wrapper .service-card .logo {
  display: flex;
  gap: 4px;
  align-items: center;
}
#courses .services .card-wrapper .service-card .logo img {
  width: 40px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
#courses .services .card-wrapper .service-card .logo label {
  font-size: 12px;
  font-weight: 700;
  color: #828282;
}
#courses .services .card-wrapper .service-card .title {
  color: #131313;
}
#courses .services .card-wrapper .service-card .title p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
#courses .services .card-wrapper .service-card .title p:hover {
  color: #c32f00;
}
#courses .services .card-wrapper .service-card:hover {
  border: 1px solid #a72802;
  transform: translateY(-10px);
  box-shadow: 6px 6px 0px 0px #C32F00;
}
#courses .services .card-wrapper .service-card:hover .icon {
  border: 1px solid #a72802;
  background-color: #a72802;
  color: #fff;
}

#courses .services-tab {
  padding: 0;
  background-color: #fff3ef;
  border-radius: 14px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
#courses .services-tab .nav-link {
  cursor: pointer;
  color: rgba(215, 110, 78, 0.7764705882);
  padding: 16px 24px;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 16px;
  font-weight: 600;
}
#courses .services-tab .nav-link.active {
  background-color: #a72802;
  color: white;
}
#courses .services-tab .nav-link:hover {
  background-color: #a72802;
  color: white;
}
#courses .service-tab-detail {
  padding: 0 24px;
}
#courses .service-tab-detail .service-title {
  font-size: 20px;
}
#courses .service-tab-detail .service-detail {
  display: none;
}
#courses .service-tab-detail .service-detail.active {
  display: block;
}

#bookingModal .modal-footer {
  padding: 0;
  margin-top: 24px;
  border: none;
}
#bookingModal .modal-footer .get-started-btn {
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 16px;
  background: #28a745 !important;
  border-radius: 14px;
}
#bookingModal .modal-body {
  padding: 1.5rem !important;
}
#bookingModal .form-control {
  width: 100%;
  border: none;
  padding: 24px 16px !important;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
}
#bookingModal .form-control::-moz-placeholder {
  color: #b8b8b8;
}
#bookingModal .form-control::placeholder {
  color: #b8b8b8;
}
#bookingModal .form-control:focus {
  outline: none;
  border-color: #c32f00;
}
#bookingModal video {
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  background: #c8c8c8;
}
#bookingModal #captchaImage {
  width: 200px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
#bookingModal #captchaImage:hover {
  transform: translateY(-10px);
}
#bookingModal .enter-captcha {
  background: #fff3ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 14px;
  margin: 0;
  border: 1px solid #f7dfd8;
}
#bookingModal .enter-captcha label {
  margin-bottom: 0;
}
#bookingModal .enter-captcha small {
  margin-top: 8px;
}
#bookingModal .enter-captcha input {
  text-align: center;
}
#bookingModal .camera-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#bookingModal .camera-container .btn-secondary-ot {
  background: #131313;
  border: 1px solid #cccccc;
  color: #fff;
}
#bookingModal .camera-container .btn-secondary-ot:hover {
  background: #c32f00;
  color: #fafafa;
}
#bookingModal #error-message {
  border-top: 5px solid #C32F00;
  background-color: #ffc4ae;
  color: #131313;
  text-align: center;
  padding: 16px;
  margin-top: 16px;
}

.statistic-data .ikm {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.statistic-data .ikm .heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 550px;
  text-align: center;
}
.statistic-data .ikm .heading h2 {
  font-size: 24px;
}
.statistic-data .ikm .heading p {
  font-size: 16px;
}
.statistic-data .ikm .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
  width: 100%;
}
.statistic-data .ikm .card-wrapper .card-ikm {
  width: 100%;
  background-color: #b11a2a;
  color: #fff;
  border-radius: 14px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.statistic-data .ikm .card-wrapper .card-ikm .qty {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 8px;
}
.statistic-data .ikm .card-wrapper .card-ikm p {
  margin-bottom: 4px;
  font-size: 18px;
  color: #ffcece;
}
.statistic-data .ikm .card-wrapper .card-ikm label {
  font-size: 14px;
  font-weight: 700;
}
.statistic-data .ikm .card-wrapper .card-ikm::after {
  z-index: 99;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #88111e;
  position: absolute;
  top: -49px;
  right: -36px;
}

.detail-card-antrian {
  display: flex;
  justify-content: center;
}
.detail-card-antrian .card-antrian {
  width: 700px;
}
.detail-card-antrian .card-antrian .top-content {
  border-radius: 18px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  padding: 32px;
  margin-bottom: 12px;
}
.detail-card-antrian .card-antrian .top-content .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.detail-card-antrian .card-antrian .top-content .content label {
  font-size: 16px;
  color: #717171;
  margin-bottom: 12px;
}
.detail-card-antrian .card-antrian .top-content .content h4 {
  font-size: 22px;
  color: #131313;
}
.detail-card-antrian .card-antrian .top-content .content .right {
  text-align: right;
}
.detail-card-antrian .card-antrian .top-content .content .right h4 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-card-antrian .card-antrian .top-content .content .right h4 img {
  width: 70px;
  height: 30px;
  max-height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-card-antrian .card-antrian .top-content hr {
  background-color: #a72802;
  height: 6px;
  opacity: 1;
  margin: 0;
}
.detail-card-antrian .card-antrian .bottom-content {
  border-radius: 18px;
  border: 1px solid #D0D0D0;
  background: #fafafa;
  padding: 32px;
}
.detail-card-antrian .card-antrian .bottom-content .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.detail-card-antrian .card-antrian .bottom-content .content label {
  font-size: 16px;
  color: #717171;
  margin-bottom: 12px;
}
.detail-card-antrian .card-antrian .bottom-content .content h4 {
  font-size: 22px;
  color: #131313;
}
.detail-card-antrian .card-antrian .bottom-content .content .right {
  text-align: right;
}
.detail-card-antrian .card-antrian .bottom-content hr {
  background-color: #D0D0D0;
  height: 1px;
  opacity: 1;
  margin: 0;
}
.detail-card-antrian .card-antrian .bottom-content p {
  margin: 24px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #c32f00;
}

.list-antrians .card {
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  padding: 24px;
  transition: all 0.2s;
  cursor: pointer;
}
.list-antrians .card .card-body {
  padding: 0;
}
.list-antrians .card .card-body img {
  width: 110px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}
.list-antrians .card .card-body .card-status {
  font-weight: 600;
  color: #88111e;
}
.list-antrians .card .card-body a {
  background: #ffe7e7;
  color: #88111e;
  border: 1px solid #88111e;
  padding: 12px 24px !important;
  width: -moz-fit-content;
  width: fit-content;
}
.list-antrians .card .card-body a:hover {
  color: #fff;
  background: #88111e;
}
.list-antrians .card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 117px 33px 0px rgba(0, 0, 0, 0), 0px 75px 30px 0px rgba(0, 0, 0, 0.01), 0px 42px 25px 0px rgba(0, 0, 0, 0.04), 0px 19px 19px 0px rgba(0, 0, 0, 0.06), 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #88111e;
}

@media (max-width: 768px) {
  section .section-title {
    justify-content: center;
  }
  section .section-title p {
    font-size: 24px;
  }
  section .section-title h2::after {
    display: none;
  }
  #services .card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 30px;
  }
  #news .card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 32px;
  }
  #news .card-wrapper .btn {
    display: none;
  }
  #courses .course-content {
    padding: 24px 0;
  }
  #courses .service-tab-detail {
    padding: 0 24px;
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  #heroCarousel .carousel-container .container .content img {
    width: 150px;
  }
  #heroCarousel .carousel-container .container .content p {
    margin-top: 20px !important;
    font-size: 24px;
  }
  #heroCarousel .carousel-control-prev, #heroCarousel .carousel-control-next {
    width: 6% !important;
  }
  #services .card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 12px;
  }
  #news .card-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 32px;
  }
  #news .card-wrapper .btn {
    display: none;
  }
  #facilities {
    padding: 0 !important;
  }
  #facilities .card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 4px;
  }
  #courses .services {
    border-radius: 0;
    padding: 24px 12px;
  }
  #courses .course-content {
    padding: 24px 0;
  }
  #courses .services-tab {
    padding: 0;
    border-radius: 0px;
    margin-top: 24px;
  }
  #courses .services-tab .nav-link {
    padding: 12px 12px;
  }
  #courses .service-tab-detail {
    padding: 0 12px;
    margin-top: 24px;
  }
  #courses .col-lg-12 {
    justify-content: center !important;
    gap: 24px;
    flex-direction: column;
  }
  #footer .footer-newsletter {
    align-items: start;
    width: -moz-fit-content;
    width: fit-content;
  }
  .statistic-data .ikm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .statistic-data .ikm .heading {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 550px;
    text-align: center;
  }
  .statistic-data .ikm .heading h2 {
    font-size: 24px;
  }
  .statistic-data .ikm .heading p {
    font-size: 16px;
  }
  .statistic-data .ikm .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .statistic-section {
    padding: 60px 0 !important;
  }
  .breadcrumbs h2 {
    font-size: 24px;
  }
  .antrians {
    padding: 60px 0 !important;
  }
  .detail-card-antrian .card-antrian .top-content {
    border-radius: 18px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    padding: 16px;
    margin-bottom: 12px;
  }
  .detail-card-antrian .card-antrian .top-content .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .detail-card-antrian .card-antrian .top-content .content label {
    margin-bottom: 8px;
  }
  .detail-card-antrian .card-antrian .top-content .content h4 {
    font-size: 20px;
    justify-content: center;
  }
  .detail-card-antrian .card-antrian .top-content .content .right {
    text-align: center;
  }
  .detail-card-antrian .card-antrian .top-content hr {
    background-color: #a72802;
    height: 6px;
    opacity: 1;
    margin: 0;
  }
  .detail-card-antrian .card-antrian .bottom-content {
    border-radius: 18px;
    border: 1px solid #D0D0D0;
    background: #fafafa;
    padding: 16px;
  }
  .detail-card-antrian .card-antrian .bottom-content .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .detail-card-antrian .card-antrian .bottom-content .content label {
    margin-bottom: 8px;
  }
  .detail-card-antrian .card-antrian .bottom-content .content h4 {
    font-size: 20px;
  }
  .detail-card-antrian .card-antrian .bottom-content .content .right {
    text-align: center;
  }
  .detail-card-antrian .card-antrian .bottom-content hr {
    background-color: #D0D0D0;
    height: 1px;
    opacity: 1;
    margin: 0;
  }
  .detail-card-antrian .card-antrian .bottom-content p {
    margin: 24px 0 0 0;
    text-align: center;
    font-size: 14px;
  }
}/*# sourceMappingURL=css.css.map */