﻿.flex-column {
  flex-direction: column !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.d-flex-s {
  display: flex !important  ;
}

.zeus.tparrows {
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  background: rgb(255 255 255);
}

.zeus.tparrows:before {
  color: #000;
  line-height: 60px;
}

#slide-1586-layer-1-0 {
  font-family: Satisfy;
  font-weight: 500 !important;
  font-size: 35px !important;
}

.box-tour-item {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 5px 8px 13.92px 2.08px rgb(0 0 0 / 5%);
  box-sizing: border-box;
  overflow: hidden;
  /* min-height:640px;
 */
}

.box-tour-item img {
  width: 100%;
}

.box-highlight-tour-item {
  background: #41afac;
  color: white;
  padding: 5px 20px;
}

.box-highlight-tour-item .fa {
  margin-right: 10px;
}

.tour-item-detail {
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tour-item-title {
  color: black;
  padding: 20px 18px 10px;
}

.tour-item-short-description {
  color: black;
  padding: 0 18px 10px;
  min-height: 180px;
}

.tour-item-price {
  color: black;
  padding: 0 18px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-highlight {
  overflow: hidden;
  padding: 10px 10px 40px;
}

.tour-item-title a {
  color: #26647d !important;
}

.book_now_tour {
  background: #ff9900;
  color: #fff !important;
  padding: 2px 25px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #ff9900;
  border-radius: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #212121;
}

.h1 {
  font-size: 65px;
  line-height: 1.092307692307692em;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.h2 {
  font-size: 40px;
}

.qodef-st-tagline {
  font-family: Satisfy, cursive;
  font-size: 33px;
  line-height: 1.8em;
  color: #41afac;
}

.btn-primary {
  background-color: #41afac !important;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
}

.custom-color {
  background-color: #ff9900 !important;
}

.btn i {
  margin-left: 10px;
}

.white-color {
  color: white !important;
}

.mg-b {
  margin-bottom: 10px;
}

.qodef-st-title {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-st-title img {
  width: 140px;
  margin-left: 30px;
}

.qodef-st-bottom {
  font-size: 17px;
  line-height: 28px;
  margin-top: 20px;
}

.box-comment {
  margin: 15px 0;
  padding: 10px;
  box-shadow: 1px 0px 13.92px 2.08px rgb(0 0 0 / 5%);
}

.box-comment .fa-star {
  color: #ff9900;
}

.box-comment img {
  border-radius: 50%;
  /* border: 1px solid #dcdcdc;*/
  padding: 2px;
}

.box-comment-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.box-comment-content {
  color: black;
  font-size: 13px;
  margin: 10px 0;
}

.box-comment-user a {
  color: #26647d;
}

.box-faq-img {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.box-faq-img img {
  width: 100%;
}

.box-faq-img span {
  font-family: Satisfy, cursive;
  font-size: 25px;
  position: absolute;
  top: calc(10%);
  left: -30px;
  color: white;
  transform: rotate(346deg);
  background: #41afac;
  width: calc(100% + 60px);
  padding: 15px 40px;
  text-align: center;
}

.panel-default > .panel-heading {
  background-color: #f8f8f8;
  border-radius: 0 !important;
  padding: 14px 20px 15px 20px;
}

.panel-group .panel {
  border-radius: 0 !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  color: #5a5a5a;
  padding: 15px 20px 30px;
}

.box-company-qty {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.box-company-qty-number {
}

.box-company-qty-title {
  font-size: 20px;
  margin-top: 10px;
}

.box-user-company {
  padding: 0;
}

.box-user-company img {
  width: 100%;
}

.pd-0 {
  padding: 0 !important;
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: 1 !important;
}

.carousel-control.right,
.carousel-control.left {
  background: none !important;
}

.carousel-control .fa {
  font-size: 35px;
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  background: white;
  color: #26647d;
  border-radius: 50%;
  line-height: 48px;
}

.carousel-control.left .fa {
  left: 30px;
}

.carousel-control.right .fa {
  right: 30px;
}

.carousel-caption {
  top: 35%;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  padding: 0 50px;
}

.carousel-caption-title {
  font-family: Satisfy;
  color: white;
  font-size: 45px;
}

.carousel-caption-name {
  font-size: 50px;
  font-weight: 600;
  margin: 30px 0;
  color: white;
}

.carousel-caption-content {
  font-size: 16px;
  width: 50%;
  margin: 0 auto;
}

/*----Tour detail-----*/
.box-banner {
  position: relative;
}

.box-banner-image {
}

.box-banner-title {
  font-family: Satisfy;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
  color: white;
  font-size: 45px;
}

.box-banner-name {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 56%;
  font-size: 50px;
  color: white;
  font-weight: 600;
}

.box-tour-detail {
  width: calc(100% - 80px);
  margin: 0 auto;
  box-shadow: 0 3px 20px 5px rgb(0 0 0 / 3%);
  /* margin-top: -80px;*/
  background: white;
  position: relative;
}

.nav.nav-tabs li a {
  border: none !important;
  padding: 17px 30px;
  font-size: 14px;
  font-weight: 600;
  color: black;
}

.nav.nav-tabs li {
  margin-right: 0;
  background: #f8f8f8;
  width: 20%;
  text-align: center;
}

.nav-tabs > li > a {
  margin: 0 !important;
}

.tab-content {
  padding: 45px 0px 45px 45px;
}

.tour-detail-name span {
  font-size: 16px;
  margin-left: 10px;
}

.tour-detail-star {
  margin: 15px 0;
}

.tour-detail-star .fa {
  color: #ff9900;
  font-size: 18px;
  margin-right: 2px;
}

.tour-detail-star span {
  margin-left: 10px;
}

.tour-detail-description {
  margin: 30px 0px;
  color: #484343;
}

.tour-detail-service {
}

.tour-detail-service table {
  width: 100%;
}

.tour-detail-service table th {
  width: 30%;
  color: #484343;
  font-weight: 600;
  font-size: 16px;
}

.tour-detail-service table th,
.tour-detail-service table td {
  vertical-align: top;
  padding: 16px 10px;
  color: #484343;
}

.tour-detail-service i {
  color: #41afac;
}

.tour-detail-gallery {
  margin-top: 60px;
}

.tour-detail-gallery > h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.tour-detail-gallery > p {
  margin: 0 0 30px;
  color: #484343;
}

.box-book-tour {
  background: #41afac;
  color: white;
  padding: 20px;
}

.box-book-tour .h4,
.box-form-contact .h4 {
  font-size: 22px;
  color: white;
}

.link-contact {
  color: inherit;
}

.box-book-tour p {
  margin: 10px 0 20px 0;
}

.box-book-tour .input-group-addon,
.box-form-contact .input-group-addon {
  background: white;
  border: none;
  border-radius: 0;
  padding: 15px 15px !important;
}

.box-book-tour .form-control,
.box-form-contact .form-control {
  background: white;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 5px;
  min-height: 44px;
}

.box-book-tour .input-group,
.box-form-contact .input-group {
  margin-bottom: 10px;
}

.box-form-contact {
  background: #3fd0d4;
  padding: 10px 20px;
}

.progress-bar {
  background-color: #41afac;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress {
  height: 25px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fa-star {
  color: #26647d;
}

.table-review {
  width: 100%;
  margin-bottom: 20px;
}

.table-review td {
  padding: 10px 0;
}

.box-tour-plan {
}

.box-tour-plan > div {
  position: relative;
}

.box-tour-plan > div:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 50px;
  height: 100%;
  left: 25px;
  border-right: 2px dashed #3fd0d4;
}

.box-tour-plan > div:last-child::after {
  content: none;
}

.box-tour-plan-day {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #41afac;
  text-align: center;
  font-size: 20px;
  color: white;
  line-height: 50px;
}

.box-tour-plan-content {
  padding-left: 80px;
  padding-top: 15px;
  padding-bottom: 50px;
}

.box-tour-plan-content-table {
  margin-top: 40px;
}

.box-tour-plan-content-table td,
.box-tour-plan-content-table th {
  vertical-align: top;
  padding: 10px;
}

.box-tour-plan-content-table th {
  width: 120px;
}

/*--banner FAQ--*/
.section__banner {
}

.heading-container {
  margin: 50px 0px;
}

.heading-container-title {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.heading-container-text {
  font-size: 16px;
  padding-top: 16px;
}

/*--collapse FAQ--*/
.icon-collapse:before {
  width: 16px;
  display: inline-block;
}

.icon-collapse {
  /*font-size: 20px;*/
  /**/
  display: inline-block;
}

.panel-default {
  border: none;
}

.panel-collapse > .panel-body {
  border: none !important;
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 3%);
}

/*--the cruise list option--*/
.wrapper-img {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*hide top video ytb*/
.ytp-chrome-top ytp-show-cards-title {
  display: none !important;
}

/*footer*/
.container-fluid.custom-container {
  padding-left: 70px;
  padding-right: 70px;
}

.loggoMain-footer {
  margin: auto;
}

.qodef-social-icon-widget {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.footer_copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pull-logo {
  padding: 4px 0px;
  text-align: center;
}

.pull-logo h4 {
  color: #fff;
  font-size: 12px;
}

.box-contact-info .fa {
  margin-right: 5px;
}

.show-mobile {
  display: none;
}

.form-footer {
}

.form-group-custom label,
.form-group-custom input,
.form-footer button {
  border: none;
  outline: none;
  color: #333;
  height: 46px;
  border-radius: 0px;
  background-color: #ffff;
}

.form-group-custom input::placeholder {
  /* color: #3333 */
}

.form-group-custom input:focus {
  border: none;
  box-shadow: none;
}

.form-group-btn {
  display: block;
  margin: 30px auto auto;
  width: 160px;
  color: #fff !important;
  font-weight: 600 !important;
  background-color: #ff9900 !important;
}

.sub-footer {
  padding-bottom: 30px;
  color: #fff;
}

/*Meet-home*/

.Meet-home {
  position: relative;
  color: #ffff;
}

.Meet-home:hover .Meet-info {
  bottom: 0px;
  height: 200px;
}

.Meet-home h5 {
  font-size: 20px;
  color: #ffff;
  font-weight: 600;
  padding: 10px;
  line-height: 1.333333333333333em;
}

.Meet-home ul {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Meet-home ul li a {
  font-size: 22px;
  padding: 10px;
  color: #ffff;
  transition: all 0.15s;
}

.Meet-home ul li a:hover {
  color: #b2b2b2;
}

Meet-home ul li a img {
  transition: all 0.15s;
}

.Meet-home ul li a:hover img {
  filter: brightness(70%);
}

.Meet-info {
  overflow: hidden;
  transition: all 0.5s linear;
  font-size: 16px;
  height: 0px;
  width: 100%;
  bottom: -40px;
  padding: 20px;
  text-align: center;
  position: absolute;
  background-color: #41afacd9;
}

@media (max-width: 600px) {
  .Meet-info {
    font-size: 10px;
  }

  .Meet-home h5 {
    font-size: 12px;
  }

  .Meet-home ul {
    font-size: 12px;
  }

  .Meet-home ul {
    padding: 12px;
  }
}

.box-tour-detail .nav-tabs {
  text-transform: uppercase;
}

.chane-iframe {
  cursor: pointer;
  position: relative !important;
}

.play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 68px;
  height: 46px;
  border-radius: 16px;
  position: absolute;
  cursor: pointer;
  transition: all 0.15s;
  /* background-color: rgba(33,33,33,0.8);*/
}

.chane-iframe:hover .ytp-large-play-button-bg {
  fill: #ff0000;
}

.ytp-large-play-button-bg {
  fill: rgba(33, 33, 33, 0.8);
}

/*booking*/
.heading-form {
  font-weight: 600;
  margin-bottom: 30px;
}

.Summary-info {
  padding: 30px;
  margin-bottom: 70px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px #3333;
}

.heading-Summary {
  font-size: 24px;
  color: #41afac;
}

.Booking-number-heading {
  padding: 10px 0px 20px 0px;
  font-size: 1.6rem;
}

.table-info td {
  vertical-align: top;
  padding: 5px 10px 5px 0px;
}

.table-room {
  width: 100%;
  margin-top: 20px;
}

.table-room th {
  color: #212121;
  min-width: 120px;
  padding-bottom: 10px;
  font-weight: 600;
}

.table-room td {
  padding: 5px 0px;
}

.text-bolds {
  color: #212121;
  font-weight: 600;
}

.expense {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.expense-table {
  width: 100%;
}

.expense td {
  padding: 10px 0px;
  min-width: 150px;
}

.text-main {
  font-size: 30px;
  font-weight: 600;
  color: #41afac;
}

.textarea-custom {
  min-height: 136px !important;
  width: 100% !important;
}

.confirm {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.confirm input {
  margin: 0px 10px 0px 0px;
}

.confirm label {
  color: #505050;
  margin: 0px;
  padding: 0px;
}

.btn-Booking {
  border: none;
  outline: none;
  color: #fff;
  padding: 10px;
  margin: 40px auto 20px auto;
  background-color: #ff9900;
}

.btn-Booking:hover {
  opacity: 0.9;
  color: #fff !important;
}

.table {
  border: none;
}

.table-bordered > tbody > tr > td {
  vertical-align: middle;
  border: none;
}

.table-bordered > thead > tr > th {
  border: none;
}

.table-Itineraryb .form-control {
  text-align: center;
  padding: 0px;
  display: unset;
  width: 60px;
}

.table-Itineraryb {
  margin: 50px 0px;
  max-width: 850px;
}

.custom-add-room {
  display: block;
  padding: 10px;
  margin: 40px 0px 10px 8px;
  outline: none !important;
  border: none;
  border-radius: 10px;
}

.custom-add-room:hover {
  background-color: #32a3a0 !important;
}

.delete-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 2.4rem;
  cursor: pointer;
  transition: all 0.15s;
  color: #d11814;
}

.delete-row:hover {
  opacity: 0.8;
}

.text-lefts {
  padding-left: 5px !important;
  text-align: left !important;
}

.cover-banner {
  background-color: transparent;
  position: relative;
  width: 100vw;
  height: 50vh;
}

.box-text {
  position: absolute;
  left: 50%;
  top: 60%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.box-text h1 {
  padding-bottom: 20px;
  font-size: 40px;
  color: #41afac;
}

.box-text h4 {
  font-size: 20px;
  color: #ffff;
}

.table-info {
  vertical-align: top;
}

.heading-Successful {
  font-size: 34px;
}

.table-info td {
  min-width: 120px;
  padding: 4px;
}

.tab-Conditions-list-item {
  margin-bottom: 20px;
}

.tab-Conditions-list-item h5 {
  margin-bottom: 10px;
}

.left-10 {
  margin-left: 10px;
}

.tab-Conditions-list-item li {
  padding: 2px 0px;
}

.info-Summary .tab {
  margin: 30px 0px;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #3333332b;
}

.form-item {
  margin: 45px 45px 100px 0px;
}

.pageNotFound {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffff !important;
  background-color: #26647d;
}

.pageNotFound * {
  color: #ffff !important;
}

@media (max-width: 1440px) {
  .box-comment {
    height: 450px;
  }
}

@media (max-width: 1024px) {
  .box-comment {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .box-comment {
    height: 710px;
  }
}

@media (max-width: 600px) {
  .box-comment {
    height: 740px;
  }
}

@media (max-width: 768px) {
  .chane-iframe {
    height: 319px !important;
  }
}

@media (max-width: 425px) {
  .chane-iframe {
    height: 177px !important;
  }
}

@media (max-width: 390px) {
  .chane-iframe {
    height: 162px !important;
  }
}

.bo_this {
  flex: 1;
  font-weight: 600;
  font-size: 24px;
  /* margin-top: 54px; */
  color: #ffff;
  text-align: center;
}

.error-show {
  padding: 5px;
  color: #ed1616;
}

.pax-add {
  margin-left: 5px;
  text-align: center;
  outline: none;
  min-height: 44px;
  color: #333;
  width: 60px;
  background: white;
  border: none;
  border-left: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 5px;
  min-height: 44px;
}

.add-room {
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  background-color: #ff9900;
}

.d-flex {
  padding: 16px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Warning-show {
  color: #fffd58;
}

.remove-select {
  font-size: 22px;
  color: #dd1c1cf0;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  margin-left: 5px;
}

.custom-input {
  align-items: center;
  display: flex;
}

.box-banner-name {
  font-family: Satisfy;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 56%;
  font-size: 50px;
  color: white;
  font-weight: 600;
}

.fixed-layout-form {
  z-index: 20;
  position: sticky;
  top: -20px;
  align-items: center;
  /* left: 20px; */
}

.hiden-e {
  display: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.text_fadeIn {
  animation: fadeIn linear 2s;
  /* -webkit-animation-name: fadeIn;
    animation-name: fadeIn */
}

.text_fadeOut {
  animation: fadeOut linear 2s;
  /* -webkit-animation-name: fadeIn;
    animation-name: fadeIn */
}

@media (min-width: 998px) {
  .box-text-banner {
    width: 800px !important;
  }
}

.title-cate {
  font-size: 40px !important;
}

.navbar-header {
  padding-left: 10px;
}

.btn-pay {
  font-weight: 600;
  font-size: 16px;
  margin-top: 24px;
  border: none;
  background-color: #ff9900;
  padding: 10px 20px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  color: #fff;
}

.btn-pay:hover {
  color: #fff;
  opacity: 0.9;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}

.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #41afac;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}

.loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.modal {
  z-index: 1000000;
}
.modal.swal2-backdrop-show {
  background: rgb(27 33 39 / 25%);
}
.modal_popup {
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.modal_popup--promo {
  /* overflow: hidden; */
}
.modal_popup-close {
  position: absolute;
  font-size: 32px;
  top: 20px;
  right: 20px;
  color: #000;
}
.modal_popup--promo .main {
  padding: 30px;
}
.modal_popup--promo .main_subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #ff9900;
  margin-bottom: 30px;
  height: 40px;
  width: fit-content;
  padding: 0px 10px;
  border-left: 3px solid #ff9900;
  background: rgba(255, 153, 0, 0.2);
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal_popup--promo .main_title {
  font-size: 24px;
}
.modal_popup--promo .main_text {
  font-size: 15px;
  margin: 10px 0 12px;
}
.modal_popup--promo .main_btn {
  margin-top: 16px;
  width: 100%;
}
.timer_block {
  height: 55px;
  width: 55px;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
.timer_block:last-of-type {
  margin-right: 0;
}
.timer_block .full {
  display: none;
}
.timer_block-number {
  margin: 0px;
  margin-bottom: 4px;
  font-weight: 700;
  color: #012e3b;
}
.modal_popup--promo .media {
  display: none;
}
.alert_popup {
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  box-shadow: 0 2px 30px rgba(44, 60, 74, 0.08);
  border-radius: 8px;
  min-width: 280px;
  max-width: 360px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  position: relative;
  z-index: 1000000;
}
.alert_popup-close {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
}
.alert_popup-close:focus,
.alert_popup-close:hover {
  color: #012e3b;
}
@media screen and (min-width: 767.98px) {
  .modal_popup--promo .main_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }
  .modal_popup--promo .main_text {
    margin: 6px 0 14px;
  }
  .modal_popup--promo .main_btn {
    margin-top: 16px;
  }
  .timer_block-number {
    font-size: 22px;
    line-height: 1.2;
  }
}
.swal2-container {
  display: grid;
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
  grid-template-rows:
    minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto)
    minmax(-webkit-min-content, auto);
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(
      min-content,
      auto
    );
  height: 100%;
  overflow-x: hidden;
  padding: 1.25rem;
}

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  max-width: 100%;
}

.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

.swal2-close {
  background-color: transparent;
  border: none;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: end;
}

.swal2-popup.swal2-toast {
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  overflow-y: hidden;
  pointer-events: all;
}

.swal2-container.swal2-top-end > .swal2-popup,
.swal2-container.swal2-top-right > .swal2-popup {
  -ms-flex-item-align: start;
  align-self: start;
  justify-self: end;
}

@media screen and (min-width: 575.98px) {
  .modal_popup--promo .modal_popup-close {
    top: -6px;
    left: -4px;
    width: 50px;
    height: 50px;
  }
  .modal_popup--promo .main {
    padding: 50px;
  }
  .modal_popup--promo .main_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main .timer_block {
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }
  .main .timer_block .short {
    display: none;
  }
  .main .timer_block .full {
    display: block;
  }
  .main .timer_block-number {
    margin-bottom: 2px;
  }
  .video_frame {
    height: 500px;
  }
}
@media screen and (min-width: 991.98px) {
  .modal_popup--promo {
    /*    max-height: 690px;*/
    max-width: 1050px;
  }
  .modal_popup--promo .main_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }
  .modal_popup--promo .main_text {
    margin: 6px 0 8px;
  }
  .modal_popup--promo .main_btn {
    /* margin-top: 40px; */
  }
  .modal_popup--promo .media {
    display: block;
  }
  .modal_popup--promo .media img {
    height: 100%;
  }
  .video_frame {
    height: 700px;
  }
}
.theme-element {
  background: #ddeaf6;
  color: #012e3b;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ///banner */
.cr {
  z-index: 20;
  top: 0px;
  right: 0px;
  transform: translate(40%, -40%);
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}
.cr img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
}
.banner-mobile {
  position: relative;
}
.box-content-main {
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.content-top-heading {
  font-family: "Abuget", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  box-sizing: unset;
  color: #41afac;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.box-content-top-sub-heading {
  text-align: center;
  color: #012e3b;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}
.wrapper-slider_banner {
  padding: 40px 0px;
  width: 100%;
}
.item-slider-img {
  border: 2px solid #ffff;
  border-radius: 24px;
}
.item-slider-img img {
  object-fit: cover;
  border-radius: 24px;
}
.vocher {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.wrapper-banner-cr {
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-banner-cr .cr {
  width: 100px !important;
  height: 100px !important;
  position: relative !important;
  transform: unset !important;
}
.wrapper-banner-cr .cr img {
  width: 100px;
  height: 100px;
}
.banner-pc {
  position: relative;
}
.box-pc-content-main {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.box-pc-left {
  max-width: 60%;
  left: 52px;
  top: 60px;
  position: absolute;
}
.box-pc-left * {
  text-align: left;
}
.box-pc-right {
  height: 100%;
  width: 40%;
  right: 0px;
  position: absolute;
}
.box-pc-right .box-content-bottom {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-pc-right .timer_block {
  height: 64px;
  width: 64px;
}
.box-pc-right .cr img {
  width: 120px;
  height: 120px;
}
.btn-main {
  width: fit-content;
  padding: 10px 25px;
  background-color: #ff9900;
  color: #ffff;
  border-radius: 8px;
  font-weight: 500;
  margin-right: 0;
}
.open-modal {
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
@media (min-width: 500px) {
  .banner-mobile .bg-bannner-mobile {
    height: 100vh;
  }
}
@media (max-width: 500px) {
  .hidden-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .media-cs {
    display: none;
  }
  .modal_popup-close {
    right: unset;
    left: 6px;
    top: 4px;
  }
  .modal_popup--promo .main {
    padding: 20px;
    padding-top: 60px;
  }
  .cr {
    transform: translate(8px, -40%);
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .box-pc-left .content-top-heading {
    font-size: 60px !important;
  }
  .box-pc-left .box-content-top-sub-heading {
    font-size: 20px !important;
  }
}
@media (max-width: 1300px) and (min-width: 1201px) {
  .box-pc-left .content-top-heading {
    font-size: 74px !important;
  }
}

.btn-box {
  width: 100%;
  display: block;
  color: #012e3b;
  margin-top: 10px !important;
  border: 1px solid #d3d4d8;
  padding: 6px 36px;
}
.btn-box-choose--line {
  border-color: #ff9900 !important;
  color: #ff9900 !important;
}
.terms-box {
  margin-top: 10px;
  border-top: 1px dashed #8d8787;
  padding: 10px;
}

.terms-box.not-expand {
  display: none;
}
.modal-image {
  position: relative;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-image: url("/Plugins/asset/image/Halloween-Pop-Up-BG.png");
  max-width: calc(100vw - 40px);
  max-height: 100vh;
  width: 1200px;
  height: 700px;
}
.box-left-boom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: calc(100vw - 40px);
  height: 700px;
}
.text-top-modal {
  align-items: center;
  display: flex;
}
.text-top-modal h3 {
  font-size: 34px;
  color: #fff;
}
.text-top-modal img {
  margin-left: 6px;
  width: 200px;
}
.text-bottom-modal {
  margin-right: 34px;
  padding: 10px 26px;
  display: flex;
  justify-content: center;
  position: relative;
}
.text-bottom-modal h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}
.text-bottom-modal img {
  position: absolute;
  width: 200px;
  left: 334px;
  top: 8px;
}
.box-date-count {
  position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-date-count .box-date-count-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 10px;
  width: 100px;
  height: 100px;
  background-color: #ff9900;
}
.box-date-count img {
  position: absolute;
  width: 220px;
  z-index: 1;
  left: -92px;
  top: -136px;
}
.box-footer-book {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cover-modal {
  display: none;
  bottom: 0px;
  top: 0px;
  right: 0px;
  left: 0px;
  position: absolute;
  background-color: #00000042;
}
@media (max-width: 700px) {
  .cover-modal {
    display: block;
  }
  .text-top-modal {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .text-bottom-modal {
    flex-wrap: wrap;
    margin-right: 0px;
  }

  .text-bottom-modal img {
    position: unset;
  }
  .box-date-count {
    margin-top: 0px;
  }
  .box-date-count .box-date-count-item {
    width: 80px;
    height: 80px;
  }
  .box-date-count img {
    display: none;
  }
}
