@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
h5{
  font-size: 18px;
}
button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

.container {
  max-width: 1180px;
  width: 90%;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
 /*  line-height: 1; */
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

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

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-height: 700px;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  display:none;
}

.mbr-arrow-up {
  bottom: 60px;
  right: 30px;
  position: fixed;
  text-align: right;
  z-index: 100;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 58px;
  width: 58px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}
.mbr-chat-up {
  bottom: 30px;
}
.mbr-chat-up img {
  width: 60px;
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

/* search */
.search-sp-label {display: none;}
#search-form {
  position: relative;
  /* margin-top: 4px; */
}
.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 30px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  /* background: #fff; */
  background: transparent;
  box-sizing: border-box;
  /* padding: 20px; */
  font-size: 16px;
}
#search-form input.search-box,
#search-form input.search-box::placeholder {
  box-sizing: border-box;
  padding: 0 35px;
}
#search-lbl {
  position: absolute;
  top: 5px;
  right: 8px;
}
.search-box:focus ~ label#search-lbl {
  right: unset;
  left: 15px;
}
.search-box + label .search-icon {
  color: black;
}
.search-box:hover {
  color: white;
  background: #c8c8c8;
  box-shadow: 0 0 0 1px #3d4752;
}
.search-box:hover + label .search-icon {
  color: white;
}
.search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 300px;
  border-radius: auto;
  background: #ebebeb;
  color: black;
}
.search-box:focus + label .search-icon {
  color: black;
}
.search-box:not(:focus) {
  text-indent: -5000px;
}
#search-submit {
  position: absolute;
  left: -5000px;
}
.search-icon {
  position: relative;
  left: -30px;
  color: white;
  cursor: pointer;
}
@media (max-width: 991px) {
  .main-navbar ul.navbar-nav {
    margin-bottom: 50px;
  }
  .search-box:focus {
    width: 100%;
  }
}
/* END Search */

/* Chat */
#whatsapp-chat{position:fixed;background:#fff;width:350px;border-radius:10px;box-shadow:0 1px 15px rgba(32,33,36,.28);bottom:90px;right:30px;overflow:hidden;z-index:999;animation-name:showchat;animation-duration:1s;transform:scale(1)}
a.blantershow-chat{background:linear-gradient(to right top,#6f96f3,#164ed2);color:#fff;position:fixed;z-index:98;bottom:25px;right:30px;font-size:15px;padding:10px 20px;border-radius:30px;box-shadow:0 1px 15px rgba(32,33,36,.28)}
a.blantershow-chat i{transform:scale(1.2);margin:0 10px 0 0}.header-chat{background:linear-gradient(to right top,#6f96f3,#164ed2);color:#fff;padding:20px}
.header-chat h3{margin:0 0 10px}.header-chat p{font-size:14px;line-height:1.7;margin:0}
.info-avatar{position:relative}.info-avatar img{border-radius:100%;width:50px;float:left;margin:0 10px 0 0}
.info-avatar:before{content:'\f232';z-index:1;font-family:"Font Awesome 5 Brands";background:#23ab23;color:#fff;padding:4px 5px;border-radius:100%;position:absolute;top:30px;left:30px}
a.informasi{padding:20px;display:block;overflow:hidden;animation-name:showhide;animation-duration:2.5s}
a.informasi:hover{background:#f1f1f1}.info-chat span{display:block}#get-label,span.chat-label{font-size:12px;color:#888}
#get-nama,span.chat-nama{margin:5px 0 0;font-size:15px;font-weight:700;color:#222}#get-label,#get-nama{color:#fff}span.my-number{display:none}
.blanter-msg{color:#444;padding:20px;font-size:12.5px;text-align:center;border-top:1px solid #ddd}
textarea#chat-input{border:none;font-family:'Arial',sans-serif;width:100%;height:25px;outline:none;resize:none}
a#send-it{color:#555;width:65px;margin:-5px 0 0 5px;font-weight:700;padding:8px;background:#eee;border-radius:10px}
.first-msg{background:#f5f5f5;padding:30px;text-align:center}
.first-msg span{background:#e2e2e2;color:#333;font-size:14.2px;line-height:1.7;border-radius:10px;padding:15px 20px;display:inline-block}
.start-chat .blanter-msg{display:flex}#get-number{display:none}a.close-chat{position:absolute;top:5px;right:15px;color:#fff;font-size:30px}
@keyframes showhide{from{transform:scale(.5);opacity:0}}@keyframes showchat{from{transform:scale(0);opacity:0}}
@media screen and (max-width:480px){#whatsapp-chat{width:auto;left:5%;right:5%;font-size:80%}}
.hide{display:none;animation-name:showhide;animation-duration:1.5s;transform:scale(1);opacity:1}
.show{display:block;animation-name:showhide;animation-duration:1.5s;transform:scale(1);opacity:1}
/* END CHAT*/

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    right: 15px;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
.navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mt-lg-5 {
    margin-top: 8rem!important;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}


.btn {
  border-width: 2px;
}
body {
  font-family: 'Roboto', sans-serif;;
}
.display-1 {
  font-family: 'Roboto', sans-serif;;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 500;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 500;
}
.display-3 {
  font-family: 'Roboto', sans-serif;;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Roboto', sans-serif;;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 300;
}
.display-6 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;;
  font-size: .9375rem;
  line-height: 1.5;
  font-weight: 300;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-14 {
  font-family: 'Roboto', sans-serif;;
  font-size: .875rem;
  line-height: 1.5;
  font-weight: normal;
}
.display-56 > .mbr-iconfont {
  font-size: 1.1875rem;
}
.display-56 {
  font-family: 'Roboto', sans-serif;;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: bold;
}
.display-56 > .mbr-iconfont {
  font-size: 3.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.375rem 1.5rem;
  border-radius: 30px;
  font-weight: normal;
}
.btn-sm {
  padding: 0.3rem 0.45rem;
  border-radius: 8px;
}
.btn-md {
  padding: 0.3rem 0.45rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #2C77D9 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f76e31 !important;
}
.bg-bluesky {
  background: #EAEDFF;
}
.btn-primary,
.btn-primary:active {
  background-color: #000080 !important;
  border-color: #000080 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #CC2118 !important;
  border-color: #CC2118 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #CC2118 !important;
  border-color: #CC2118 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #CC2118 !important;
  border-color: #CC2118 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000080 !important;
  border-color: #000080 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000080 !important;
  border-color: #000080 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2C77D9 !important;
  border-color: #2C77D9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f76e31 !important;
  border-color: #f76e31 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c94308 !important;
  border-color: #c94308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c94308 !important;
  border-color: #c94308 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2C77D9;
  color: #2C77D9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2C77D9 !important;
  border-color: #2C77D9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f76e31;
  color: #f76e31;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c94308 !important;
  background-color: transparent!important;
  border-color: #c94308 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f76e31 !important;
  border-color: #f76e31 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #707070 !important;
  background-color: transparent!important;
  border-color: #707070 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-outline-dark {
    color: #707070;
    border-color: #707070;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #2C77D9 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f76e31 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bb3f07 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2C77D9;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f76e31;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000080;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff8f5;
}
/* Scroll to top button*/
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.overlay_banner {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255,255,255,0.2);
}


h1,
.overlay_banner h1 {
  margin-bottom: 68px;
  color: #fff;
  width: 100%;
}
.scroll_search {
  width: calc(100% - 340px);
  display: none;
}
body:not(.home) .scroll_search {
  display: block !important;
  width: calc(100% - 378px);
}
body.user-login .scroll_search {
  width: calc(100% - 480px);
}
body:not(.home) .navbar-short .scroll_search {
  width: calc(100% - 332px);
  transition: .5s ease-in-out;
}
body.user-login .navbar-short .scroll_search {
  width: calc(100% - 435px);
}
.search_ticket {
  width: 90%;
  max-width: 780px;
  position: relative;
  display: block;
  margin: auto;
}
.scroll_search .search_ticket {
  width: 100%;
  margin-right: 0;
  max-width: none;
}
.search_ticket input {
  width: 100%;
  padding: 11px 20px 11px 55px;
  border-radius: 30px;
  border: none;
}
.scroll_search .search_ticket input {
  border: 1px solid #A09E9E;
}
.navbar-short .scroll_search .search_ticket input {
  padding-top: 5px;
  padding-bottom: 5px;
}
.search_ticket i {
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.scroll_search .search_ticket i {
  font-size: 20px;
  top: 15px;
}
.navbar-short .scroll_search .search_ticket i {
  top: 9px;
}
.banner_slider {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.banner_slider .carousel {
  width: 100%;
}
.banner_slider .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.banner_slider .carousel-item img {
  height: 100vh;
  max-height: 700px;
  object-fit: cover;
}
.banner_slider .carousel-caption {
  bottom: 40px;
}
.banner_slider .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.banner_slider .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.banner_slider .carousel-control:hover {
  /* background: #1b1b1b; */
  color: #fff;
  opacity: 1;
}
.banner_slider .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .banner_slider .container .carousel-control {
    margin-bottom: 0;
  }
  .banner_slider .content-slider-wrap {
    width: 100% !important;
  }
}
.banner_slider .container .carousel-indicators {
  margin-bottom: 3px;
}
.banner_slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* border: 2px solid #fff; */
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.75;
}
.banner_slider .mobi-mbri-arrow-next,
.banner_slider .mobi-mbri-arrow-prev {
  font-size: 50px;
  color: #fff;
}
.banner_slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.banner_slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .banner_slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.banner_slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.banner_slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: #C5C5C5;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.banner_slider .carousel-indicators li.active,
.banner_slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.banner_slider .carousel-indicators li::after,
.banner_slider .carousel-indicators li::before {
  content: none;
}
.banner_slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .banner_slider .carousel-indicators {
    display: none !important;
  }
}

/* top nav */
.topnavigation {
  background: #000080;
}
.top-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}
.main-navbar .top-nav .nav-item .nav-link {
  justify-content: flex-end;
}

.main-navbar {
  z-index: 1000;
  width: 100%;
}
.main-navbar nav.navbar {
  position: fixed;
  top: 0;
}
.main-navbar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.main-navbar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.main-navbar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.main-navbar .dropdown-item:hover,
.main-navbar .dropdown-item:focus {
  /* background: #CC2118 !important; */
  color: #000080 !important;
}
.main-navbar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.main-navbar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.main-navbar .nav-dropdown .link {
  padding: 8px 18px;
  margin: 0.667em 1em !important;
}
.user-login .main-navbar .nav-dropdown .link {
  padding: 0;
}
.user-login .main-navbar .nav-dropdown .link i {
  margin-right: 4px;
}
.main-navbar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  /* margin-top: 0.2rem; */
  margin-top: 0;
}
.main-navbar .nav-link {
  position: relative;
}
.main-navbar .container {
  display: flex;
  margin: auto;
  height: auto;
}
.main-navbar .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.main-navbar .dropdown-menu,
.main-navbar .navbar.opened {
  background: #fff !important;
}
.main-navbar .nav-item:focus,
.main-navbar .nav-link:focus {
  outline: none;
}
.nav-dropdown .dropdown-menu li {
  font-weight: 400;
  color: #777778;
}
.main-navbar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  font-weight: 400;
  color: #777778;
}
.nav-dropdown .dropdown-menu li.user-nav {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #A09E9E;
}
.nav-dropdown .name_user {
  display: block;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}
.main-navbar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.main-navbar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.main-navbar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.main-navbar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.main-navbar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.main-navbar .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: transparent;
}
body:not(.home) .main-navbar nav.navbar {
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  background: #fff;
}
.main-navbar .navbar.opened {
  transition: all 0.3s;
}
.main-navbar .navbar .dropdown-item {
  padding: 0;
}
.main-navbar .navbar .navbar-logo img {
  width: auto;
}
.main-navbar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.main-navbar .navbar.collapsed {
  justify-content: center;
}
.main-navbar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.main-navbar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.nav-dropdown .link.dropdown-toggle::after {
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
}
span.mobi-mbri-search {
  font-size: 18px;
  color: #fff;
}
.navbar-nav .nav-link {
  color: #fff;
}
body:not(.home) .navbar-nav .nav-link {
  color: #000;
}
.navbar-short .navbar-nav .nav-link {
  color: #000;
}
.navbar-short .navbar-nav .nav-link:hover {
  color:#000080;
}

@media (min-width: 1111px) {
  .main-navbar .nav-dropdown .link {
    margin: 0.667em 0.45em !important;
  }
  .dropdown > .dropdown-menu {
    top: 80px;
    border-radius: 0;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #A09E9E;
  }
  .navbar-short .dropdown > .dropdown-menu {
    top: 56px;
  }
}
@media (max-width: 1110px) {
  .main-navbar .nav-dropdown .link {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
@media (min-width: 992px) {
  .main-navbar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.main-navbar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.main-navbar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.main-navbar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.main-navbar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.main-navbar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.main-navbar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1148px) {
  .main-navbar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .main-navbar .navbar.opened .dropdown-menu {
    top: 0;
    position: relative;
    border: none;
    text-align: center;
  }
  .main-navbar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .main-navbar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .main-navbar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .main-navbar .navbar .navbar-logo img {
    height: auto;
    width: 120px;
    object-fit: contain;
  }
  .main-navbar .navbar.navbar-short .navbar-logo img {
    width: 100px;
  }
  .main-navbar .navbar ul.navbar-nav li {
    margin: auto;
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #efefef;
  }
  .main-navbar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .main-navbar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    /* padding-right: 2rem; */
  }
  .main-navbar .navbar .navbar-toggler {
    flex-basis: auto;
    display: block;
  }
  .main-navbar .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .main-navbar .navbar .navbar-collapse {
    display: none !important;
  }
  .main-navbar .navbar .navbar-collapse.show {
    display: block !important;
    width: 100%;
  }
}
.main-navbar .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff6b;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-navbar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.main-navbar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.main-navbar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.main-navbar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.main-navbar .navbar-brand .navbar-logo a {
  outline: none;
}
.navbar-logo .scroll-logo, .navbar-short .navbar-logo .main-logo, body:not(.home) .navbar-logo .main-logo {
  display: none !important;
}
.navbar-short .navbar-logo .scroll-logo, body:not(.home) .navbar-logo .scroll-logo {
  display: block !important;
}
.main-navbar .dropdown-item.active,
.main-navbar .dropdown-item:active {
  background-color: transparent;
}
.main-navbar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.main-navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.main-navbar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.main-navbar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.main-navbar .navbar .dropdown.open > .dropdown-menu {
  /* display: block; */
  border: 1px solid #A09E9E;
    border-radius: 4px;
    padding: 8px;
}
.main-navbar ul.navbar-nav {
  flex-wrap: wrap;
}
.nav-item.active a {
  background: #CC2118;
  border-radius: 8px;
}
.navbar-short .nav-item.active a {
  background: #000080;
}
.main-navbar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.main-navbar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.main-navbar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #CC2118;
}
.main-navbar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.main-navbar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.main-navbar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.main-navbar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.main-navbar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.main-navbar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.main-navbar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.main-navbar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.main-navbar .navbar-dropdown {
  padding: 20px 1rem;
  position: fixed;
}
.main-navbar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-navbar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.show {
  animation-duration: .5s;
}
.maxwidth-none {
  max-width: none !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-navbar .navbar {
    height: 70px;
  }
  .main-navbar .navbar.opened {
    height: auto;
  }
  .main-navbar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.text-right {
  text-align: right;
}
.text-red {
  color: #CC2118;
}
.mr-0 {
  margin-right: 0 !important;
}
p {
  font-size: 14px;
}
section {
  padding: 100px 0;
}
section.first_section {
  padding-top: 170px;
}
section.main-navbar {
  padding: 0;
}
.primary-btn {
  padding: 5px 25px;
  background: #CC2118;
  max-width: 150px;
  color: #fff;
  border-radius: 20px;
}
.primary-btn:hover {
  background: #000080;
  color: #fff;
}
.title-section {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
  position: relative;
}
.subheading {
  font-size: 18px;
  margin-bottom: 48px;
}
.title-section.left-align:after {
  left: 0;
  transform: translate(0);
}
.main-title {
  font-size: 24px;
  margin-bottom: 27px;
  font-weight: 500;
  color: #000;
}

.bg-grey {
  background-color: #F6F6F6;
}
.image-box img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-gallery {
  border-radius: 10px;
  overflow: hidden;
}

.list-gallery:not(:first-child), .fancybox-video {
  display: none;
}
.page-galleryimages .fancybox__content {
  padding: 0;
}

.card-event {
  padding: 8px;
  margin-bottom: 24px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  position: relative;
}
.bookmark {
  color: #CC2118;
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  padding: 8px 11px;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
}
.card-event a {
  position: relative;
  z-index: 0;
}
.img-event {
  position: relative;
  margin-bottom: 8px;
}
.img-event img {
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.bookmark .fa-solid {
  display: none;
}
.img-event .price {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 8px 10px;
  background: #000080;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
}
.event-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
.event-place {
  position: relative;
  display: block;
  color: #61646B;
  font-size: 14px;
  padding-left: 16px;
}
.event-place i {
  position: absolute;
  left: 0;
  top: 0;
  color: #CC2118;
}

/* CTA */
.ba-ketik {
  position: absolute;
  bottom: 0;
  max-width: 277px;
  left: 50%;
  transform: translateX(-50%);
}
.ba-ketik-mobile {
  max-width: 277px;
  display: block;
  margin: -24px 0 0 auto;
}

/* footer */
#footer {
  background: #184c8f;
  padding: 0 0 40px;
  border-top: 1px solid #777778;
}
.title-widget {
  color: #CC2118;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
.widget-nav li a {
  color: #000;
}
.widget-sosmed ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.widget-sosmed ul a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #020001;
  font-size: 16px;
  color: #fff;
}
.widget-sosmed ul li {
  margin: 0 4px 4px;
}
.title-widget.with-border {
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 30px;
}
.title-widget.with-border:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 190px;
  background-color: #CC2118;
}
.excpert {
  font-size: 14px;
  margin-bottom: 0;
}
.logo-footer {
  display: block;
  margin-right: 16px;
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.copyright-row h3 {
  color: #fff;
  padding-top: 35px;
}
.widget-about {
  display: flex;
  align-content: center;
  align-items: center;
}
footer ul, .contact-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 24px;
}

/* article */
.content-article {
  padding: 15px;
  background: #fff;
  border: 1px solid #D9D9D9;
}
.title-article {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.filter-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.counter-download {
  display: flex;
  align-items: center;
}
.reset-btn {
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 1;
  background: #F3F3F3;
  color: #000;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 16px;
  cursor: not-allowed !important;
}
.reset-btn.activated, button.activated:not(:disabled) {
  background: #000080;
  color: #fff;
  cursor: pointer !important;
}
.label_counter, .label_counter * {
  font-weight: bold;
}
#btn_download {
  padding: 8px 23px;
  font-size: 14px;
  background: #000080;
  border-radius: 8px;
  color: #fff;
}
#btn_download .fa-arrow-to-bottom:before {
  content: '\f33d';
}

.accordion-item {
  margin-bottom: 16px;
  background: #FBFBFB;
  border-radius: 8px;
}
.accordion-item:first-of-type, .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 8px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-radius: 8px;
}
.accordion-header .accordion-button {
  background-color: #FBFBFB;
  color: #000;
  font-weight: 600;
  box-shadow: none;
  border-radius: 8px;
}
.accordion-body{
  padding: 0 40px 16px;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0,0,0,.125);
  border-radius: 8px;
}

.form-check-input:checked {
  background-color: #000080;
    border-color: #000080;
}
.text-bold {
  font-weight: bold;
}

.login-form {
  max-width: 580px;
  display: block;
  margin: auto;
  padding: 36px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}

.profile_header {
  padding-bottom: 60px;
  border-bottom: 1px solid #777778;
}
.profile_image {
  width: 90px;
  height: 90px;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
  border-radius: 100%;
  border: 2px solid #AFB1B6;
}
.category-slider {
  text-align: center;
}
.category-slider a {
  position: relative;
}
.category-slider a:after {
  content: '';
  position: absolute;
  width: 115px;
  height: 115px;
  background-color: #000080;
  opacity: 0;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  border-radius: 100%;
  transition: .3s ease-in-out;
}
.category-slider a:hover:after {
  opacity: .5;
}
.category-slider .img_cat {
  width: 115px;
  height: 115px;
  object-fit: cover;
  display: block;
  border: 3px solid #777778;
  border-radius: 100%;
  margin: 0 auto 16px;
}
.category-slider .title_cat {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}
.slick-dots {
  margin-top: 16px;
  position: relative;
}
.slick-dots li button:before {
  font-size: 14px;
}

.heading_event {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #000000;
}
.featured_img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.event_details {
  border: 1px solid #A09E9E;
  border-radius: 20px;
  padding: 20px;
}
.widget_event {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #777778;
}
.widget_event:last-child {
  border-bottom: 0;
}
.event_details h3, #order-detail .title-form {
  font-size: 22px;
  padding-left: 16px;
  border-left: 10px solid #000080;
  margin-bottom: 16px;
  font-weight: 700;
}
.event_details ul, .event_details ol {
  margin-bottom: 16px;
}
.event_details ul:last-child, .event_details ol:last-child {
  margin-bottom: 0;
}
.event_details #talent img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
  border-radius: 100%;
}
.event_details #talent h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.event_details iframe {
  width: 100%;
}
.card-tiket {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 30px;
  background: #FBFBFB;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  margin-bottom: 12px;
  border-left: 8px solid;
}
.card-tiket:last-child {
  margin-bottom: 0;
}
.festival-ticket {
  border-left-color: #B8221A;
}
.premium-ticket {
  border-left-color: #F1E150;
}
.vip-ticket {
  border-left-color: #068622;
}
.input_ticket {
  display: flex;
  align-items: center;
}
.input_ticket .input-number {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #D9D9D9;
}
.input-number-decrement, .input-number-increment {
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  vertical-align: top;
  border: 1px solid #D9D9D9;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}
.card-tiket .btn {
  min-width: 115px;
}
.btn-sold {
  background-color: #000 !important;
  border-color: #000 !important;
  cursor: not-allowed;
}
.btn-sold:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  opacity: .5;
}
.total-price {
  font-size: 22px;
  font-weight: bold;
  color: #CC2118;
  margin-bottom: 16px;
}
.ticket_price {
  font-weight: 600;
}
.btn-reset {
  font-weight: 500;
}
.btn-reset:hover {
  background-color: #dfdfdf;
}
#order-detail .details {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #A09E9E;
}
#order-detail .details:last-child {
  border-bottom: none;
}
.card_booking {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid #A09E9E;
}
.card_booking .card-header {
  padding: 0 0 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #A09E9E;
  background: transparent;
}
.title-card_booking {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.title-card_booking a {
  font-size: 14px;
}
.card_booking img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 16px;
}
.card_booking .event-title {
  margin-bottom: 16px;
}
.card_booking .card-content {
  font-size: 14px;
}
.card_booking h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.payment-details {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 32px;
}
.payment-details li {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #A09E9E;
}
.payment-money {
  font-weight: 500;
}
.payment-money.total {
  color: #CC2118;
  font-size: 22px;
  font-weight: 600;
}

.new-gues {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-gues .title-form {
  display: flex;
  align-items: center;
}
.gues-number {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CC2118;
  border-radius: 7px;
  color: #fff;
  font-weight: 600;
  margin-left: 8px;
}
.checkbox-contact {
  display: flex;
  align-items: center;
}
.checkbox-contact label {
  font-weight: 500;
  margin-right: 6px;
}
.checkbox-contact input[type="checkbox"] {
  position: relative;
  appearance: none;
  width: 50px;
  height: 20px;
  background: #ccc;
  border-radius: 18px;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
  cursor: pointer;
  transition: 0.4s;
}
.checkbox-contact input[type="checkbox"]::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  transition: 0.4s;
}
.checkbox-contact input:checked[type="checkbox"]::after {
  left: 50%;
  background: #000080;
}
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 24px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer img {
  width: 100%;
  height: auto;
  max-width: 120px;
}
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobtn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #777778;
}
.checkcontainer input:checked ~ .radiobtn {
  border-color: #B8221A;
}
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}
.checkcontainer .radiobtn:after {
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #B8221A;
}
.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}
.nav-payment, #payment-tabContent {
  max-width: 580px;
  margin: auto;
}
.nav-payment .nav-item {
  width: calc(33.33% - 12px);
  margin: 0 9px;
}
.nav-payment .nav-item:first-child {
  margin-left: 0;
}
.nav-payment .nav-item:last-child {
  margin-right: 0;
}
.nav-payment button {
  padding: 14px 24px;
  background: #D9D9D9;
  color: #777778;
  border-radius: 6px;
  width: 100%;
}
.nav-payment button:hover,
.nav-payment button.active {
  background: #CC2118;
  color: #fff;
}

/* Transaction */
.list_transactions {
  list-style-type: none;
  padding: 0;
}
.card_transactions {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #FBFBFB;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  margin-bottom: 16px;
}
.card_transactions:last-child {
  margin-bottom: 0;
}
.card_transactions img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 10px;
}
.wrap-invoice_number {
  margin-right: 10px;
  width: 25%;
  max-width: 237px;
  padding: 15px 0;
}
.wrap-invoice_date {
  width: 15%;
  max-width: 135px;
  margin-right: 10px;
  padding: 15px 0;
}
.wrap-invoice_price {
  width: 15%;
  margin-right: 10px;
  padding: 15px 0;
}
.wrap-invoice_status {
  width: 20%;
  margin-right: 10px;
  padding: 15px 0;
}
.title-invo {
  color: #A09E9E;
  display: block;
}
.invoice_number, .invoice_date,.invoice_price, .invoice_status {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 8px;
  display: block;
}
.success_transaction {
  color: #068622;
}
.pending_transaction {
  color: #E39622;
}
.expired_transaction {
  color: #CC2118;
}
.card_transactions button {
  width: 120px;
  height: 40px;
  margin: 15px 0 15px auto;
}


.cupon .form-control {
    display: block;
   
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 40px;
    margin-top: 10px;
}


@media only screen and (max-width: 1148px) {
  .container {
    width: 100%;
  }
  .top-nav {
    justify-content: space-between;
  }
  section {
    padding: 60px 0;
  }
  section.first_section {
    padding-top: 120px;
  }
  #search-lbl {
    right: unset;
    left: 8px;
  }
  .main-navbar .navbar-dropdown {
    padding: 0;
  }
  .navbar-dropdown .navbar-logo {
    margin-right: 0;
  }
  #search-form input.search-box, #search-form input.search-box::placeholder {
    padding: 0 15px 0 24px;
  }
  .main-navbar .top-nav .nav-item .nav-link {
    padding-right: 0;
  }
  .scroll_search, body:not(.home) .navbar-short .scroll_search {
    width: calc(100% - 150px);
  }
  body:not(.home) .scroll_search {
    display: block !important;
    width: calc(100% - 165px);
  }
}

@media only screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  section.first_section {
    padding-top: 130px;
  }
  .subheading {
    margin-bottom: 32px;
  }
  .widget-about {
    margin-bottom: 24px;
  }
  #footer {
    padding: 50px 0 20px;
  }
  .logo-footer {
    margin: 0 0 24px;
    max-width: 250px;
  }
  .title-widget,
  .widget-nav li {
    text-align: center;
  }
  .widget-sosmed ul {
    justify-content: center;
  }
  .category-slider .img_cat {
    width: 100px;
    height: 100px;
  }
  .card_transactions {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .wrap-invoice_number, .wrap-invoice_date, .wrap-invoice_price, .wrap-invoice_status {
    width: 100%;
    max-width: none;
    border-bottom: 1px solid #e9e9e9;
  }
  .wrap-invoice_number {
    border-top: 1px solid #e9e9e9;
  }
  .card_transactions img {
    margin-bottom: 15px;
  }
  .card_transactions button {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .top-nav .nav-item {
    width: 120px;
  }
  .widget-about {
    display: block;
    text-align: center;
  }
  .logo-footer {
    margin: 0 auto 16px;
  }
  footer ul {
    text-align: center;
  }
  .widget-sosmed ul {
    justify-content: center;
  }
  .new-gues {
    display: block;
    margin-bottom: 16px;
  }
  .nav-payment .nav-item {
    width: 100%;
    margin: 0 0 8px;
  }
}

/* new */
h1.heding-header {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
.navbar-short h1.heding-header, .body-not-home h1.heding-header {
  color: #000080;
}
.card.card-order {
  background: rgba(255,255,255,0.8);
  padding: 30px 20px;
}
body:not(.home) .navbar-nav .nav-link {
  color: #000 !important;
}
.btn-default{
  background: #184c8f;
  color: #fff;
}
.btn-order {
  width: 100%;
  padding: 18px;
}
.booking-form .form-control {
  border: none;
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 24px;
  color: #080b0e;
  font-weight: 400;
  background: #184c8f7d;
  border-radius: 4px;
}

.navbar-short .nav-item.active a {
  color: #fff !important;
}

@media (max-width: 768px) {
  h1.heding-header {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
  }
  .main-navbar .dropdown-menu, .main-navbar .navbar.opened {
      background: #0b0808a8 !important;
  }
  #footer {
      padding: 0px 0 15px;
  }

}
@media (max-width: 768px) {
  img.header-logo {
    height: 40px !important;
  }
  .name-price .ticket_name {
    font-size: 12px;
  }
  .name-price  .ticket_price {
      font-size: 14px;
  }
  .card-tiket .btn {
      min-width: unset;
  }
}

@media (min-width: 1024px) {
  img.header-logo {
    height: 70px !important;
  }

}

@media (max-width: 600px) {
  .card-tiket{
    padding: 8px 10px;
  }
  
}