@charset "UTF-8";
@font-face {
    font-family: "NotoSans-Bold";
    src: url("/Assests/ticket/fonts/Noto_Sans/NotoSans-Bold.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "NotoSans-Regular";
    src: url("/Assests/ticket/fonts/Noto_Sans/NotoSans-Regular.ttf") format("truetype");
    font-weight: 300;
}
body {
  font-family: "NotoSans-Regular" !important;
}

h1, h2, h3, h4, button {
  font-family: "NotoSans-Bold" !important;
}


.print-button {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #de9314;
  color: #fff !important;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 16px;
  transition: 0.3s;
  margin-top: 5px;
}
.print-button i {
  padding-right: 5px;
}

.section-timeout {
  font-size: 25px;
  padding: 0 0 15px 0px;
  text-align: center;
}
.section-timeout #time-remaining {
  font-weight: bold;
}

.tb-cart .total {
  padding-right: 0;
}

.tb-cart .total .ct {
  text-align: right;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #000000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.page-contact .wrap-contact {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
}
.page-contact .wrap-contact .contact-title {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.page-contact .wrap-contact .contact-information {
  font-size: 15px;
}
.page-contact .wrap-contact .contact-form {
  padding-top: 30px;
}
.page-contact .wrap-contact .contact-form label {
  font-size: 15px;
}
.page-contact .wrap-contact .contact-form .note {
  font-size: 15px;
  color: red;
}
.page-contact .wrap-contact #contact {
  padding-top: 30px;
}
.page-contact .wrap-contact #contact .btn-pri {
  padding: 10px 80px;
  display: block;
  margin: 0 auto;
}
.page-contact .wrap-contact span.warning {
  color: red;
}

.header-container {
  display: flex;
  justify-content: space-between;
}

.hd-right {
  display: inline-flex;
}

.home-calendar {
  padding: 20px;
  background-color: #000000;
  border-radius: 18px;
  max-width: 320px;
}
.home-calendar .title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 15px;
}
.home-calendar .title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.home-calendar .note {
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.logo {
  max-width: 100% !important;
}

.footer .ft-content .regis-ft img {
  max-width: 41px;
}

.footer-menu li {
  float: left;
  padding-right: 16px;
  position: relative;
}

.footer-menu li:after {
  position: absolute;
  right: 4px;
  content: "|";
  color: #fff;
}

.footer-menu li:last-child:after {
  content: "";
}

.footer-menu li a {
  color: #fff !important;
  font-size: 14px;
}

footer .ft-content .copyright {
  font-size: 14px;
}

.footer-menu {
  display: inline-flex;
  padding-left: 20px;
}

.pay-order .content .total .ct {
  text-align: right;
}

footer .ft-content .regis-ft img {
  max-width: 41px;
}

.site-item {
  text-align: center;
}

.item-show .ct .title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item-show .ct .title a {
  font-size: 17px;
  text-transform: none;
}

.page-policy .wrap-policy {
  background: #fff;
  border-radius: 12px;
  padding: 30px 15px;
  margin-top: 40px;
}
.page-policy .wrap-policy .policy-title {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

/*Form Wizard*/
.bs-wizard {
  padding: 5px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
  width: 25%;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #fff;
  font-size: 14px;
  word-break: break-word;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info.seat-name {
  font-size: 12px;
  font-style: italic;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #fff;
  top: 42px;
  left: calc(50% - 10px);
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: "";
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  justify-content: center;
  align-items: center;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot.place:after {
  content: "";
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot.ticket:after {
  content: "";
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot.pay:after {
  content: "";
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot.finish:after {
  content: "";
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 25px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #076745;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5 !important;
  background: #f5f5f5 !important;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0.5;
  color: gray;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

/*END Form Wizard*/
.hotline {
  font-weight: bold;
  padding-right: 20px;
}

.menu-booking {
  background-color: #fff !important;
  border-bottom: 1px solid #dcdcdc75;
  /*border-top: 1px solid #dcdcdc75;*/
}

.item-show .ct .control .button-detail-popup {
  background-color: transparent;
  color: #8d8c8a;
  font-size: 16px;
  border: none;
}
.item-show .ct .control .button-detail-popup:focus, .item-show .ct .control .button-detail-popup:active, .item-show .ct .control .button-detail-popup:hover {
  outline: none;
  border: none;
}

.menu-booking, .book-ticket, .pay-order .head, footer, .filter-booking li.active a, .modal-calendar .modal-content, .ui-datepicker, .md-pri .modal-body .head, .cart-fix {
  background-color: #000000;
}

a, .quantity .i-number .n-ctrl, .quantity .i-number input, .item-show .ct .bottom .price {
  color: #000000 !important;
}

.filter-booking a {
  color: #fff !important;
}

footer {
  padding: 5px 0;
  background-image: none;
}

.pay-block .title, .tb-cart table th {
  border-color: #000000;
}

.ui-datepicker td a:hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover,
.btn-calendar button {
  background-color: #F5D77C;
}

.item-show .ct .bottom .price {
  color: #F5D77C;
}

.pdt {
  height: 69px;
  /*height: 1px;*/
}

.table th {
  vertical-align: top !important;
}

.reset-pass-success {
  padding-top: 80px;
}
.reset-pass-success h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.description {
  font-size: 14px;
  font-style: italic;
}

.code-discount button {
  background-color: #4e0b12;
}
.code-discount button:hover {
  background-color: #4e0b12;
}

.mobile-logout {
  display: none !important;
}

@media (max-width: 320px) {
  .book-ticket {
    font-size: 9px;
    padding: 0 10px;
  }
  .book-ticket i {
    margin-right: 5px;
    font-size: 10px;
  }
}
@media (max-width: 414px) {
  .mobile-logout {
    display: block !important;
  }

  .cart-fix p.desc {
    width: 30px;
    overflow: hidden;
    white-space: nowrap;
  }
}
.info-customer .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pay-order .content .total {
  padding-bottom: 10px;
}

.pay-form__form-control__placeholder {
  font-size: 11px;
  top: -6px;
  transform: none;
}

.code-discount button {
  height: 42px;
}

a {
  color: #de9314;
}
a:hover {
  font-weight: bold;
}

.md-acount .modal-body .form-group .show-pass {
  top: 9px;
}

.pay-form__form-group label.error {
  width: 100%;
  position: absolute;
  bottom: -20px;
}

label span.required {
  color: red;
}

.swal2-title {
  font-size: 18px;
}

label.error {
  color: red;
  font-style: italic;
  font-size: 11px;
}

input.error {
  border-color: red;
}

.item-show .img img {
  height: 200px;
  object-fit: cover;
}

.home {
  padding: 50px 0 50px 0;
}
.home .booking-ticket-button {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #000000;
  color: #fff !important;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: bold;
}
.home .booking-ticket-button i {
  padding-right: 10px;
}

.ez-button {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #000000;
  color: #fff !important;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: bold;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #000;
  border-radius: 5px;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.6;
  filter: alpha(opacity=40);
  transform: translate3d(0, 0, 0);
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 28px;
  overflow: hidden;
  font-weight: bold;
  padding: 0.1em 0;
  padding-bottom: 2em;
  background-color: transparent;
}
.hovereffect button, .hovereffect p {
  color: #FFF;
}

.modal-user .modal-body {
  padding-top: 40px;
}

a.logo img {
  max-height: 68px;
}

.price del {
  font-size: 15px;
  color: #8d8c8a;
}
.price ins {
  text-decoration: none;
}

div.small-datepicker {
  width: 320px;
  padding: 3px;
  border-radius: 7px;
}

#order-detail {
  padding: 30px 0;
}
#order-detail .order-info {
  padding-top: 30px;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation .page-link {
  line-height: 17px;
  margin: 5px;
  border-radius: 50px !important;
  color: #de9314;
}
.navigation .page-link:hover, .navigation .page-link.active {
  background: #de9314;
  color: #fff;
}

#order-management, #form-change-pass {
  padding: 30px 0;
}

#order-management .search-i {
  position: relative;
}
#order-management .search-i i {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#order-management #submit_search {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #de9314;
  color: #fff !important;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  font-size: 14px;
  padding-top: 3px;
}

#user-management .add-new {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #de9314;
  color: #fff !important;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  padding-top: 3px;
  border-radius: 20px;
}

a.log-out {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.book-ticket {
  margin-right: 10px;
}
.book-ticket i {
  transform: none;
}

.number-of-cart {
  background-color: #de9314;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 5px;
  border-radius: 50%;
  line-height: 18px;
}

.modal-user .nav-tabs {
  border: none;
  padding-bottom: 30px;
}
.modal-user .nav-tabs .nav-item {
  text-align: center;
}
.modal-user .nav-tabs .nav-link {
  transition: 0.1s;
  border: 1px solid #b97a11;
  border-radius: 5px;
}
.modal-user .nav-tabs .nav-link.active, .modal-user .nav-tabs .nav-link:hover {
  border: 1px solid #b97a11;
  border-radius: 5px;
  background-color: #b97a11;
  color: #fff;
}

#user-login .form-pass, #account-management .form-pass, #user-register .form-pass {
  position: relative;
}

#user-login .form-pass i, #account-management .form-pass i, #user-register .form-pass i {
  position: absolute;
  right: 10px;
  top: 33px;
}

a.logout {
  font-style: italic;
  color: red;
}

#manage-tab {
  background-color: #cdcdcd;
  padding: 10px 0;
}
#manage-tab .user-info img {
  float: left;
}
#manage-tab .user-info .wrap-info {
  margin-left: 90px;
}
#manage-tab .user-link li {
  float: left;
  border-left: 1px solid #ccc;
  padding: 20px 20px;
}
#manage-tab .user-link li.active a {
  border-bottom: 2px solid #de9314;
  color: #de9314;
  font-weight: bold;
}

#account-management {
  padding: 30px 0;
}

ul.user-detail-info li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
ul.user-detail-info li span {
  float: right;
  font-weight: bold;
}

.payment_method {
  position: relative;
}
.payment_method > div {
  margin-left: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #b2b2b2;
}
.payment_method > div img {
  max-height: 50px;
}
.payment_method p {
  padding-left: 10px;
}
.payment_method input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.payment_method .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.payment_method:hover input ~ .checkmark {
  background-color: #ccc;
}
.payment_method input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #ff3600;
}
.payment_method .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.payment_method input:checked ~ .checkmark:after {
  display: block;
}
.payment_method .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff3600;
}

@media (max-width: 1600px) {
  .code-discount button {
    height: 34px;
  }
}
@media (max-width: 1366px) {
  .ui-datepicker .ui-datepicker-header {
    padding-top: 0.2em;
  }

  .ui-datepicker td a, .ui-datepicker td span {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 14px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bs-wizard > .bs-wizard-step .bs-wizard-info {
    display: none;
  }

  .sort-booking {
    padding-top: 10px;
  }

  .site-item {
    padding: 15px;
  }

  .ticket-list-action {
    margin: 10px 0;
    justify-content: center;
  }

  .modal-select-seat .modal-dialog {
    max-width: 100%;
  }

  .header-container {
    margin: 0 -15px;
  }

  .home .justify-content-end, .home .justify-content-start {
    justify-content: center !important;
  }
}