.title-primary {
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .title-primary {
    font-size: 18px;
    font-weight: bold;
  }
}

.title-page {
  padding-top: 15px;
  padding-bottom: 15px;
}
.title-page h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: initial;
  color: var(--primary-color);
  margin: auto 0;
}

.tour-search-box {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px !important;
  padding: 10px;
}
@media (max-width: 576px) {
  .tour-search-box {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 12px 0;
  }
}
.tour-search-box > .justify-content-between {
  justify-content: start !important;
}
.tour-search-box > .group-item {
  padding: 15px;
  background: white;
  position: relative;
  border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
  padding-right: 64px;
}
@media (max-width: 576px) {
  .tour-search-box > .group-item {
    padding-right: 15px;
  }
}
.tour-search-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999 !important;
  font-weight: 500;
}
.tour-search-box ::-moz-placeholder { /* Firefox 19+ */
  color: #999 !important;
  font-weight: 500;
}
.tour-search-box :-ms-input-placeholder { /* IE 10+ */
  color: #999 !important;
  font-weight: 500;
}
.tour-search-box :-moz-placeholder { /* Firefox 18- */
  color: #999 !important;
  font-weight: 500;
}
@media (max-width: 576px) {
  .tour-search-box .d-flex {
    flex-wrap: wrap;
  }
}
.tour-search-box .origin-location, .tour-search-box .destination-location, .tour-search-box .start-date, .tour-search-box .days, .tour-search-box .agent {
  margin-right: 15px;
}
@media (max-width: 576px) {
  .tour-search-box .origin-location, .tour-search-box .destination-location, .tour-search-box .start-date, .tour-search-box .days, .tour-search-box .agent {
    margin-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.tour-search-box .origin-location .vs__dropdown-menu, .tour-search-box .destination-location .vs__dropdown-menu, .tour-search-box .start-date .vs__dropdown-menu, .tour-search-box .days .vs__dropdown-menu, .tour-search-box .agent .vs__dropdown-menu {
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.tour-search-box .origin-location .vs__dropdown-option, .tour-search-box .destination-location .vs__dropdown-option, .tour-search-box .start-date .vs__dropdown-option, .tour-search-box .days .vs__dropdown-option, .tour-search-box .agent .vs__dropdown-option {
  white-space: inherit;
}
.tour-search-box .origin-location .vs__dropdown-toggle .vs__selected-options, .tour-search-box .destination-location .vs__dropdown-toggle .vs__selected-options, .tour-search-box .start-date .vs__dropdown-toggle .vs__selected-options, .tour-search-box .days .vs__dropdown-toggle .vs__selected-options, .tour-search-box .agent .vs__dropdown-toggle .vs__selected-options {
  padding-left: 12px;
  overflow: auto;
}
.tour-search-box .origin-location, .tour-search-box .destination-location, .tour-search-box .start-date, .tour-search-box .agent {
  flex: 1;
}
@media (max-width: 576px) {
  .tour-search-box .origin-location, .tour-search-box .destination-location, .tour-search-box .start-date, .tour-search-box .agent {
    margin-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tour-search-box .days {
  width: 150px;
}
.tour-search-box .control {
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
@media (max-width: 576px) {
  .tour-search-box .control {
    position: revert;
    width: 100%;
    height: 44px;
    border-radius: var(--border-radius);
    padding-top: 0;
  }
}
.tour-search-box .control .btn-primary {
  font-size: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: url(../images/svg/icon-search.svg) no-repeat center center;
  background-size: 30px;
  border: 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.tour-search-box .control .btn-primary:active, .tour-search-box .control .btn-primary:focus {
  outline: none;
  box-shadow: none;
}
.tour-search-box .control .btn-primary:hover {
  background: var(--primary-color) url(../images/svg/icon-search.svg) no-repeat center center;
  background-size: 30px;
}
@media (max-width: 576px) {
  .tour-search-box .control .btn-primary {
    font-size: 15px;
    background: var(--highlight-color);
    border-radius: var(--border-radius);
  }
  .tour-search-box .control .btn-primary:hover {
    background: var(--highlight-color);
  }
}
.tour-search-box .form-control {
  border: 1px solid var(--border-color);
  font-weight: 500;
}
.tour-search-box .vs__dropdown-toggle {
  padding: 0;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 0;
}
.tour-search-box .vs__dropdown-toggle .vs__selected-options {
  font-weight: 500;
  padding-left: 12px;
}
.tour-search-box .form-control {
  padding-left: 12px;
}
.tour-search-box .radio {
  overflow: hidden;
  margin: 0 !important;
  padding: 0;
}
.tour-search-box .radio:first-child {
  border-top-left-radius: var(--border-radius);
}
.tour-search-box .radio:last-child {
  border-top-right-radius: var(--border-radius);
}
.tour-search-box .radio .radio-label {
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 576px) {
  .tour-search-box .radio .radio-label {
    display: flex;
    align-items: center;
  }
}
.tour-search-box .radio .radio-label:before {
  display: none !important;
}
@media (max-width: 576px) {
  .tour-search-box .radio .radio-label:before {
    display: block !important;
    position: initial !important;
  }
}
.tour-search-box .radio input[type=radio]:checked ~ .radio-label {
  background: white;
  color: var(--primary-color);
}
.tour-search-box .vs--single .vs__selected {
  line-height: 38px;
  border: 0;
  margin: 0;
  padding: 0 7px;
  padding-left: 0;
}
.tour-search-box .radio input[type=radio] ~ .radio-label:before {
  top: 3px;
}
.tour-search-box .vs--single.vs--open .vs__selected {
  top: 0;
  font-weight: 500;
  margin-top: 0;
}
.tour-search-box .vs__search, .tour-search-box .vs__search:focus {
  margin: 0;
  border: 0;
  line-height: 38px;
  padding-left: 0;
}
.tour-search-box .vs__actions {
  padding-top: 0;
}
.tour-search-box .radio {
  font-weight: 500;
}
.tour-search-box .mdi {
  display: none;
  top: 8px;
  left: 10px;
  font-size: 20px;
  color: var(--primary-color);
}
.tour-search-box .text {
  font-size: var(--text-font-size-small);
  /*color: rgb(255 255 255 / 54%);*/
}
.tour-search-box .btn-primary {
  background: var(--highlight-color);
  border-color: var(--highlight-color);
  padding-top: 10px;
  padding-bottom: 9px;
}
.tour-search-box .btn-primary:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.tour-search-box .btn-clear {
  right: 0px;
  top: 7px;
}
.tour-search-box .btn-clear svg {
  fill: rgba(60, 60, 60, 0.5);
}
.tour-search-box .flatpickr-input {
  background: none;
}

.tour-item {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  overflow: hidden;
}
.tour-item:hover {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}
.tour-item:hover .title {
  color: var(--highlight-color);
}
.tour-item .type {
  top: 15px;
  left: 0;
  z-index: 1;
  background: white;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 12px;
  padding: 1px 12px 1px 7px;
  box-shadow: 4px 0 5px #666;
  border-radius: 0 20px 20px 0;
}
.tour-item .img {
  display: block;
}
.tour-item .img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.tour-item .tour-item-summary {
  padding: 12px 15px 18px;
}
.tour-item .tour-item-price .sell-price {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
}
.tour-item .tour-item-price .old-price {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
}
.tour-item .mdi {
  margin-right: 8px;
}
.tour-item .title {
  display: block;
  font-size: 1rem;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*height: 44px;*/
  line-height: 22px;
  font-weight: 500;
}
.tour-item .title:hover {
  color: var(--highlight-color);
}

.see-more {
  font-weight: 500;
  color: var(--primary-color);
}
.see-more i {
  font-size: 24px;
  vertical-align: middle;
}
.see-more:hover {
  color: var(--highlight-color);
}

.news-item .img {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: block;
}
.news-item .img img {
  width: 100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  -webkit-filter: sepia(0);
  filter: sepia(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-item:hover .img img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
.news-item:hover .title {
  color: var(--highlight-color);
}
.news-item .title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
  line-height: 22px;
  margin-top: 12px;
}
.news-item .title:hover {
  color: var(--highlight-color);
}

.slider-partners .title {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px dotted #e5e5e5;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: initial;
}
.slider-partners .title:before {
  position: absolute;
  height: 3px;
  content: "";
  background: var(--primary-color);
  bottom: -2px;
  left: 42%;
  right: 42%;
  border-radius: 2px;
}
.slider-partners .flex-control-nav {
  display: none;
}
.slider-partners .flexslider .slides img {
  max-height: 65px;
  width: initial;
  margin: 0 auto;
}

.link-SEO {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 30px 0 10px;
  font-size: 13px;
}
.link-SEO .title {
  color: #000;
  font-weight: 500;
  margin: 10px 0;
  font-size: 14px;
}
.link-SEO .title strong {
  font-weight: 500;
}
.link-SEO p {
  margin-bottom: 15px;
  color: #333333;
  line-height: 20px;
  text-align: justify;
}
.link-SEO strong {
  font-weight: 500;
}
.link-SEO a {
  color: #333333;
  text-decoration: underline;
  font-weight: 500;
}
.link-SEO a:hover {
  color: var(--primary-color);
}

#carouselPromotionalTour {
  border-radius: 6px;
  border: 1px solid #91d5ff;
  max-height: 352px;
  overflow: hidden;
}
#carouselPromotionalTour img {
  border-radius: 3px;
}

.star {
  color: var(--highlight-color);
}

.group-star i.mdi {
  color: var(--highlight-color) !important;
  vertical-align: middle;
}

#page-content {
  min-height: calc(100vh - 72px);
}
#page-content .plugin-fb-like {
  padding: 15px !important;
}
#page-content .fb_iframe_widget iframe {
  width: 100% !important;
}

#modalLocation:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  content: "";
}
#modalLocation .modal-body {
  padding: 20px 30px;
}
.list-location .location-item {
  color: #222;
  font-weight: 500;
}
.list-location .location-item:hover {
  background: var(--highlight-color);
  color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}
.list-location .location-item:hover .value {
  border-bottom: 0;
}
.list-location .location-item .value {
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.03s ease;
  border-bottom: 1px solid #ececec;
}

.page-tour-bookingconfirm .booking-info .text {
  width: 160px;
}
.page-tour-bookingconfirm .note {
  border-color: var(--highlight-color) !important;
  background: #fff8f2;
  font-weight: 500;
}
.page-tour-bookingconfirm .note p:last-child {
  margin-bottom: 0 !important;
}
.page-tour-bookingconfirm .note p:first-child {
  margin-top: 0 !important;
}
.page-tour-bookingconfirm .tour-item {
  background: #fff;
  margin-bottom: 20px;
}
.page-tour-bookingconfirm .tour-item:hover {
  box-shadow: none;
}
.page-tour-bookingconfirm .tour-item .img {
  width: 240px;
  flex: none;
}
.page-tour-bookingconfirm .tour-item .img img {
  width: 100%;
}
.page-tour-bookingconfirm .tour-item .cnt {
  flex: 1;
}
.page-tour-bookingconfirm .tour-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-tour-bookingconfirm .tour-item ul li {
  padding: 4px 0;
}
.page-tour-bookingconfirm .tour-item ul li i {
  font-size: 20px;
  margin-right: 10px;
  color: #666;
  vertical-align: middle;
  width: 24px;
}
.page-tour-bookingconfirm .list-passenger .index {
  width: 100px;
}
.page-tour-bookingconfirm .list-passenger .sex {
  width: 80px;
}

.page-article-newslist .news-item {
  background: #fff;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.page-article-newslist .news-item .title {
  margin-left: 15px;
  margin-right: 15px;
}
.page-article-newslist .news-item:hover {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}

.page-article-articledetail .title-detail {
  font-size: 24px;
  color: var(--primary-color);
  line-height: initial;
}
.page-article-articledetail .date {
  font-size: 13px;
  color: #666;
}
.page-article-articledetail #lst-older-post a {
  color: #000;
}
.page-article-articledetail #lst-older-post a:hover {
  color: var(--primary-color);
}
.page-article-articledetail .images-gallery .slides li {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.page-article-articledetail .images-gallery .slides li img {
  height: auto;
  -moz-user-select: none;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.page-article-articledetail .news-detail table {
  width: 100%;
  border-color: var(--border-color);
  margin-bottom: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto !important;
}
.page-article-articledetail .news-detail table tr td, .page-article-articledetail .news-detail table tr th {
  border-color: var(--border-color);
  padding: 6px 15px;
}

.page-account label {
  display: none;
}
.page-account .icon {
  top: 8px;
  left: 12px;
  width: 24px;
  height: 24px;
}
.page-account .icon-email {
  background: url(../images/ic-email.png) no-repeat center center;
}
.page-account .icon-name {
  background: url(../images/ic-user.png) no-repeat center center;
}
.page-account .icon-password {
  background: url(../images/ic-lock.png) no-repeat center center;
}
.page-account .icon-phone {
  background: url(../images/ic-phone.png) no-repeat center center;
}
.page-account .btn-primary {
  height: 50px;
  background: var(--highlight-color);
  border-color: var(--highlight-color);
}
.page-account .btn-primary:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.page-account .sidebar a {
  color: #333;
}
.page-account .sidebar a:hover {
  color: var(--highlight-color);
  text-decoration: underline;
}
.page-account .sidebar a i.mdi {
  font-size: 20px;
}

.page-booking-operatorbooking .booking-item .text, .page-tour-tourreview .booking-item .text {
  color: #999;
  width: 130px;
}
.page-booking-operatorbooking .booking-item .view-detail, .page-tour-tourreview .booking-item .view-detail {
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
}
.page-booking-operatorbooking .booking-item .view-detail:hover, .page-tour-tourreview .booking-item .view-detail:hover {
  background: var(--primary-color);
  color: #fff;
}

.cnt-tour-detail ul {
  margin-bottom: 25px;
}
.cnt-tour-detail ul li {
  margin-bottom: 10px;
}
.cnt-tour-detail h3.title {
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding: 10px 15px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px !important;
}
.cnt-tour-detail table {
  margin-bottom: 20px;
}
.cnt-tour-detail table td {
  padding: 5px 0;
  padding-right: 15px;
  vertical-align: top;
}
.cnt-tour-detail table td:last-child {
  padding-right: 0;
}

.slogan {
  background: #f4fafe;
  border-bottom: 1px solid var(--border-color);
}

#modalQuoteRequestForm .note {
  font-size: 11px;
}
#modalQuoteRequestForm label {
  margin-bottom: 2px;
  font-weight: 500;
}
#modalQuoteRequestForm .form-control {
  padding-left: 15px;
}
#modalQuoteRequestForm .flatpickr-input {
  background: #fff;
}
#modalQuoteRequestForm textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#modalQuoteRequestForm .modal-footer {
  margin: 15px -15px -15px -15px;
}
#modalQuoteRequestForm .modal-header h5 {
  margin-bottom: 0;
}
#modalQuoteRequestForm .error {
  padding: 0;
  background: none;
  border: 0;
  font-size: 13px;
}

div.modal-footer:empty {
  display: none;
}

.sort-other-products {
  margin-bottom: 10px;
  background: #0796ff;
  color: #fff;
  padding: 7px 0;
  position: relative;
  display: flex;
}
.sort-other-products .text {
  width: 240px;
  padding: 0 15px;
}
.sort-other-products .cnt {
  flex: 1;
  padding: 0 15px;
}
.sort-other-products .cnt a {
  color: #fff;
}
.sort-other-products .mdi {
  font-size: 16px !important;
  margin-left: 4px;
}

.flatpickr-input {
  background: url(../images/ic-calendar.png) no-repeat right 10px center;
}

.flatpickr-input[readonly=readonly] {
  background-color: #fff;
}

#collapseNote > .card {
  background: #f9fafb;
}

.flexslider-travel-partners .flex-viewport {
  height: inherit !important;
}

.class-blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.class-blur img {
  border-radius: 12px;
}

.tour-item ~ .infinite-loading-container .class-blur {
  display: none;
}

.author-info {
  border: 3px solid var(--primary-color);
  border-radius: var(--border-radius);
}
.author-info .avatar {
  width: 240px;
  height: 240px;
  border: 1px solid #b7c5ce;
}
.author-info .avatar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  z-index: 1;
}
.author-info .avatar img {
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.author-info .name {
  font-size: 16px;
  font-weight: 600;
}

@keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}
@keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
@keyframes phone-icon {
  0% {
    transform: translate3d(0em, 0, 0);
  }
  2% {
    transform: translate3d(0.01em, 0, 0);
  }
  4% {
    transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    transform: translate3d(0.01em, 0, 0);
  }
  8% {
    transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    transform: translate3d(0.01em, 0, 0);
  }
  12% {
    transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    transform: translate3d(0.01em, 0, 0);
  }
  16% {
    transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    transform: translate3d(0.01em, 0, 0);
  }
  20% {
    transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    transform: translate3d(0.01em, 0, 0);
  }
  24% {
    transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    transform: translate3d(0.01em, 0, 0);
  }
  28% {
    transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    transform: translate3d(0.01em, 0, 0);
  }
  32% {
    transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    transform: translate3d(0.01em, 0, 0);
  }
  36% {
    transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    transform: translate3d(0.01em, 0, 0);
  }
  40% {
    transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    transform: translate3d(0.01em, 0, 0);
  }
  44% {
    transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    transform: translate3d(0em, 0, 0);
  }
}
.display-flex {
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .display-flex {
    justify-content: center;
  }
}
.modal-article-destination-intro .title-collapse {
  background: none;
  color: var(--primary-color);
  width: 100%;
  text-align: left;
  border-color: var(--border-color);
  border-width: 1px;
  font-size: 16px;
}
.modal-article-destination-intro .title-collapse h2 {
  font-size: 16px;
  font-weight: 500;
}
.modal-article-destination-intro .title-collapse:hover {
  outline: none;
}
.modal-article-destination-intro .title-collapse:hover h2 {
  color: var(--highlight-color);
}
.modal-article-destination-intro .title-collapse:focus {
  outline: none;
  box-shadow: none !important;
  background: none !important;
  border-color: var(--border-color) !important;
  color: var(--primary-color) !important;
}
.modal-article-destination-intro .title-collapse .note {
  font-size: 12px;
  color: #888;
}
.modal-article-destination-intro .title-collapse .mdi {
  font-size: 24px !important;
  color: var(--primary-color) !important;
}
.modal-article-destination-intro .title-collapse .mdi-menu-right {
  display: inline-block;
}
.modal-article-destination-intro .title-collapse .mdi-menu-down {
  display: none;
}
.modal-article-destination-intro .title-collapse[aria-expanded=true] .mdi-menu-right {
  display: none;
}
.modal-article-destination-intro .title-collapse[aria-expanded=true] .mdi-menu-down {
  display: inline-block;
}
.modal-article-destination-intro .title-collapse[aria-expanded=true] .note-expanded {
  display: inline-block !important;
}
.modal-article-destination-intro .title-collapse[aria-expanded=true] .note-collapse {
  display: none !important;
}

.overflow-auto::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f1f1f1;
}

.overflow-auto::-webkit-scrollbar-thumb {
  background-color: var(--border-color);
}

.flexslider-TourDestinationIntro .flex-control-paging {
  display: none;
}
.flexslider-TourDestinationIntro .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider-TourDestinationIntro .flex-direction-nav .flex-prev {
  left: 0;
}

#collapseTourSchedule .card-body table {
  min-width: 100%;
  border-color: var(--border-color);
  border-spacing: 0;
  border-collapse: collapse;
}
#collapseTourSchedule .card-body table td, #collapseTourSchedule .card-body table th {
  padding: 6px 10px;
  border-color: var(--border-color);
}

.list-more-tours table tr td {
  padding: 0.75rem;
}
.list-more-tours table tr td:last-child {
  padding-right: 0.75rem;
}
.list-more-tours .btn {
  text-transform: none;
  font-size: 14px;
  padding: 8px 12px;
  margin-left: 10px;
}
.list-more-tours .view-detail {
  padding: 15px !important;
  background: #f4f7fb;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.list-more-tours .view-detail table {
  background-color: white;
  margin: 0;
}
.list-more-tours .view-detail .mdi-close {
  position: absolute;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.list-more-tours .view-detail .mdi-close:hover {
  color: var(--highlight-color);
}
.list-more-tours .view-detail .title {
  color: var(--primary-color);
}
.list-more-tours .note {
  font-weight: normal;
  font-size: 85%;
  font-style: italic;
}

.modal .modal-dialog .modal-content {
  border-radius: var(--border-radius);
}
.modal .modal-dialog .modal-content .modal-header {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.modal .modal-dialog .modal-content img {
  width: 100%;
  height: auto;
}
.modal .modal-dialog .modal-content .h6, .modal .modal-dialog .modal-content h6 {
  font-size: 14px;
}
.modal .modal-dialog .modal-content .h5, .modal .modal-dialog .modal-content h5 {
  font-size: 15px;
}
.modal .modal-dialog .modal-content .h4, .modal .modal-dialog .modal-content h4 {
  font-size: 16px;
}
.modal .modal-dialog .modal-content .h3, .modal .modal-dialog .modal-content h3 {
  font-size: 18px;
}
.modal .modal-dialog .modal-content .h2, .modal .modal-dialog .modal-content h2 {
  font-size: 20px;
}
.modal .modal-dialog .modal-content .h1, .modal .modal-dialog .modal-content h1 {
  font-size: 24px;
}

.btn-download-pdf {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
}
.btn-download-pdf:hover {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-download-pdf svg {
  width: 18px;
  height: 18px;
}

.filter {
  background: #fff;
  padding: 20px 0;
}
.filter .lbl-checkbox {
  padding-left: 0;
}
.filter .lbl-checkbox input[type=radio] {
  margin-right: 5px;
}
.filter .title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  padding: 0 15px 15px;
  border-bottom: 1px solid var(--border-color);
}
.filter .sub-title {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.filter .form-group {
  padding: 20px 15px 0;
}
.filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter .note {
  font-size: 11px;
  color: #999;
}
.filter .mdi-star {
  color: var(--highlight-color);
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.filter .bar-slider-filter .ui-slider-horizontal {
  background: #ddd;
  height: 5px;
  border: 0;
  box-shadow: none;
  margin: 15px 0;
}
.filter .bar-slider-filter .ui-slider-horizontal .ui-slider-handle {
  background: #fff;
  width: 16px;
  height: 16px;
  top: -6px;
  border-radius: 8px;
  border: 2px solid var(--highlight-color);
  cursor: pointer;
}
.filter .bar-slider-filter .ui-slider-horizontal .ui-slider-handle:focus-visible {
  outline: none;
}
.filter .bar-slider-filter .ui-slider-horizontal .ui-slider-range {
  background: #fff;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 0;
  padding: 0 !important;
  height: 5px;
  border: 1px solid #eee;
}

.page-tour-search {
  background: var(--background);
}
.page-tour-search .btn-filter {
  border: 0;
  background: #fff;
  padding: 10px 15px;
  font-weight: bold;
  color: #0796ff;
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 15px;
  display: flex;
  align-items: center;
  text-transform: none;
}
.page-tour-search .btn-filter:active:focus {
  box-shadow: none !important;
}
.page-tour-search .btn-filter:focus-visible {
  outline: none;
}
.page-tour-search .btn-filter b {
  color: #222;
  font-style: italic;
}
.page-tour-search .btn-filter i {
  margin-left: 5px;
}
.page-tour-search .btn-filter span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 5px;
  background: #edf0f4;
  color: var(--primary-color);
}
.page-tour-search .title-page {
  color: #0796ff;
  text-transform: uppercase;
  box-shadow: none;
  padding: 18px 15px !important;
  margin: 0 !important;
}
.page-tour-search .title-page h1 {
  font-size: 20px;
}
.page-tour-search .box-search-tour {
  display: block;
  margin-bottom: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.page-tour-search .box-search-tour .tour-search-box > .d-flex.justify-content-between {
  justify-content: inherit !important;
}
.page-tour-search .box-search-tour .radio {
  margin-bottom: 10px;
  margin-right: 30px !important;
}
.page-tour-search .box-search-tour .group-item {
  align-items: flex-end;
}
.page-tour-search .list-tours .tour-item {
  padding-bottom: 0;
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  flex: 1;
  border: 0;
}
.page-tour-search .list-tours .tour-item .btn-download-pdf {
  border: 1px solid var(--border-color) !important;
  border-radius: 20px;
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-size: 0.9rem !important;
}
.page-tour-search .list-tours .tour-item .btn-download-pdf svg path {
  fill: var(--primary-color);
}
.page-tour-search .list-tours .tour-item .btn-download-pdf .text-truncate {
  max-width: 350px;
}
@media (max-width: 576px) {
  .page-tour-search .list-tours .tour-item .btn-download-pdf .text-truncate {
    max-width: 270px;
  }
}
.page-tour-search .list-tours .tour-item .btn-download-pdf:hover svg path {
  fill: #fff;
}
.page-tour-search .list-tours .tour-item .note p {
  margin-bottom: 8px;
}
.page-tour-search .list-tours .tour-item .commission {
  color: #000;
  font-size: 16px;
}
.page-tour-search .list-tours .tour-item .commission .value {
  color: red;
}
@media (max-width: 576px) {
  .page-tour-search .list-tours .tour-item .tour-item-control {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .page-tour-search .list-tours .tour-item .tour-item-control .price {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.page-tour-search .list-tours .tour-item:hover {
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
}
.page-tour-search .list-tours .tour-item .img {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 210px;
  height: 100%;
  max-width: 315px;
  aspect-ratio: 800/533;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.page-tour-search .list-tours .tour-item .img img {
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.page-tour-search .list-tours .tour-item .cnt {
  border: 0;
  padding: 15px;
  flex: 1;
}
.page-tour-search .list-tours .tour-item .price {
  display: block;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
}
.page-tour-search .list-tours .tour-item .price .old-price {
  font-weight: 500;
  font-size: 1rem;
  color: var(--body-color-secondary);
}
.page-tour-search .list-tours .tour-item .count {
  line-height: 22px;
}
.page-tour-search .list-tours .tour-item .count .text {
  color: #999;
}
.page-tour-search .list-tours .tour-item .count .value {
  color: var(--primary-color);
  font-weight: 500;
}
.page-tour-search .list-tours .tour-item .star {
  margin: 0 30px;
}
.page-tour-search .list-tours .tour-item .star span {
  color: #999;
  font-size: 12px;
}
.page-tour-search .list-tours .tour-item .star i {
  font-size: 15px;
  margin: 0;
  color: var(--highlight-color);
}
.page-tour-search .list-tours .tour-item i {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.page-tour-search .list-tours .tour-item .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 22px;
  line-height: 22px;
}
.page-tour-search .list-tours .tour-item .line-clamp-1 .datepicker {
  position: absolute;
  top: 0;
  height: 20px;
  z-index: 0;
  background-color: transparent;
  border: none;
  width: 1px;
}
.page-tour-search .list-tours .tour-item .line-clamp-1 .value {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 22px;
  line-height: 22px;
  margin-right: 3px;
}
.page-tour-search .list-tours .tour-item a {
  color: #000;
}
.page-tour-search .list-tours .tour-item a:hover {
  color: var(--primary-color);
}
.page-tour-search .list-tours .tour-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-tour-search .list-tours .tour-item ul li {
  padding: 4px 0;
}
.page-tour-search .list-tours .tour-item .font-size-12px {
  font-size: 10px !important;
  margin-right: 5px;
}
@media (max-width: 576px) {
  .page-tour-search .list-tours .tour-item.b2b .box-seat-info {
    text-align: left !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .page-tour-search .list-tours .tour-item.b2b .box-seat-info > div {
    flex: 0 0 50%;
  }
  .page-tour-search .list-tours .tour-item.b2b .box-seat-info .highlight {
    flex: 0 0 100%;
    font-size: 14px;
  }
  .page-tour-search .list-tours .tour-item.b2b .tour-item-control {
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .page-tour-search .list-tours .tour-item.b2b .tour-item-control .price, .page-tour-search .list-tours .tour-item.b2b .tour-item-control .highlight {
    flex: 0 0 100%;
    text-align: left;
  }
  .page-tour-search .list-tours .tour-item.b2b .tour-item-control .highlight {
    font-size: 14px;
    color: #000;
  }
  .page-tour-search .list-tours .tour-item.b2b .tour-item-control .price {
    margin-bottom: 0 !important;
    font-size: 18px;
  }
  .page-tour-search .list-tours .tour-item.b2b .tour-item-control .btn-choose-tour {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 38px;
    border-radius: 8px;
    margin-top: -19px;
  }
  .page-tour-search .list-tours .tour-item.b2b-v2 .box-price {
    display: flex;
    align-items: end;
  }
  .page-tour-search .list-tours .tour-item.b2b-v2 .box-price > div {
    text-align: left;
    margin-right: auto;
  }
  .page-tour-search .list-tours .tour-item.b2b-v2 .box-price .price {
    margin-bottom: 0 !important;
    font-size: 16px;
  }
  .page-tour-search .list-tours .tour-item.b2b-v2 .box-price .price .old-price {
    margin-bottom: 0px !important;
  }
}
.page-tour-search .list-tours .btn-box-search-tour {
  padding: 0;
  border: 0;
  background: none;
  color: var(--highlight-color);
  margin-left: auto;
}
.page-tour-search .list-tours .btn-box-search-tour i {
  margin: 0;
  font-size: 30px;
}
.page-tour-search .list-tours .btn-box-search-tour:focus {
  outline: none;
  border: 0;
  box-shadow: none;
  color: var(--primary-color);
}
.page-tour-search .list-tours .btn-change-date {
  font-size: 13px;
  line-height: 20px;
  border: 0;
  padding-left: 5px !important;
  padding-right: 5px !important;
  transition: all 0.3s ease;
  background-color: transparent;
  min-width: 32px;
}
.page-tour-search .list-tours .btn-change-date i.mdi {
  color: var(--primary-color);
}
.page-tour-search .list-tours .btn-change-date:hover, .page-tour-search .list-tours .btn-change-date:focus {
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.page-tour-search .list-tours .btn-change-date:hover i.mdi, .page-tour-search .list-tours .btn-change-date:focus i.mdi {
  color: var(--highlight-color);
}
.page-tour-search .list-tours .btn-choose-tour {
  background: var(--primary-color);
  color: white !important;
  border-color: var(--primary-color);
  font-size: 15px;
  padding: 6px 15px !important;
}
.page-tour-search .list-tours .btn-choose-tour:hover, .page-tour-search .list-tours .btn-choose-tour:focus {
  background: var(--highlight-color);
  border-color: var(--highlight-color);
  color: white !important;
}
.page-tour-search .list-tours .about-agent {
  cursor: pointer;
}
.page-tour-search .list-tours .about-agent:hover {
  color: var(--primary-color);
}
.page-tour-search .list-tours .other-product-item .title {
  height: inherit;
  margin-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
}
.page-tour-search .list-tours .other-product-item .star {
  margin: 0;
}
.page-tour-search .list-tours .other-product-item .vue-star-rating {
  justify-content: center;
}
.page-tour-search .list-tours .other-product-item .price .old-price {
  margin-left: 0px;
}
.page-tour-search .filter-sub > label {
  width: 50%;
}

#modaSearchTour .tour-search-box .origin-location, #modaSearchTour .tour-search-box .destination-location, #modaSearchTour .tour-search-box .start-date, #modaSearchTour .tour-search-box .days, #modaSearchTour .tour-search-box .agent, #modaSearchTour .tour-search-box .control {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
#modaSearchTour .tour-search-box > .d-flex {
  flex-wrap: wrap;
}
#modaSearchTour .tour-search-box > .d-flex .radio {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: 0 !important;
}
#modaSearchTour .tour-search-box .control {
  text-align: right;
  margin-bottom: 0;
}

.sort-tour {
  margin-bottom: 10px;
  background: var(--primary-color);
  color: #fff;
  padding: 7px 15px;
}
.sort-tour .text {
  color: #deecff;
  white-space: nowrap;
}
.sort-tour a {
  color: #fff;
  font-weight: 500;
}
.sort-tour a i {
  font-size: 16px;
  margin-left: 4px;
}
.sort-tour .sorting-desc i.mdi-menu-up {
  display: none;
}
.sort-tour .sorting-asc i.mdi-menu-down {
  display: none;
}
.sort-tour .d-flex {
  align-items: center;
}

.sort-tour-mobile {
  background: #ffe3ac;
  color: #000;
  padding: 7px 15px;
  font-size: 13px;
}
.sort-tour-mobile .text {
  color: #deecff;
  white-space: nowrap;
  display: none;
}
.sort-tour-mobile a {
  color: #000;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}
.sort-tour-mobile a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  right: 2px;
  top: 6px;
  z-index: 0;
}
.sort-tour-mobile a i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #888;
}
.sort-tour-mobile a i.mdi-radiobox-marked {
  color: var(--primary-color);
}

.sort-otherproduct-mobile .price:before {
  display: none;
}

@media (max-width: 768px) {
  .page-tour-search .title-page {
    padding: 10px 0 !important;
  }
  .page-tour-search .box-filter {
    background: #fff;
  }
  .page-tour-search > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-tour-search > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-tour-search > .container > .row > .main-content {
    padding-left: 0;
    padding-right: 0;
  }
  .page-tour-search .sort-tour {
    margin-bottom: 0;
  }
  .page-tour-search .list-tours {
    padding-top: 12px;
  }
  .page-tour-search .list-tours .tour-item {
    display: block !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    border: 0;
  }
  .page-tour-search .list-tours .tour-item .line-clamp-1 {
    overflow: inherit;
    display: inherit;
    height: inherit;
  }
  .page-tour-search .list-tours .tour-item .img {
    width: 100%;
    height: inherit;
    margin-bottom: 0;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    max-width: unset;
    min-height: unset;
  }
  .page-tour-search .list-tours .tour-item .title {
    height: inherit;
    max-height: 44px;
    text-transform: uppercase;
  }
  .page-tour-search .list-tours .tour-item ul {
    margin-top: 10px;
  }
  .page-tour-search .list-tours .tour-item .count {
    text-align: left !important;
  }
  .page-tour-search .list-tours .modal-dialog .modal-content {
    border-radius: 0;
  }
  .page-tour-search .box-filter > b {
    white-space: nowrap;
  }
  .page-tour-search .box-filter .btn-filter {
    border: 0;
    background: none;
    padding: 0;
  }
  .page-tour-search .box-filter .btn-filter:active, .page-tour-search .box-filter .btn-filter:focus, .page-tour-search .box-filter .btn-filter:hover {
    border: 0;
    background: none;
    padding: 0;
    outline: none;
    box-shadow: none;
  }
  .page-tour-search .sort-tour .d-flex {
    flex-wrap: wrap;
  }
  .page-tour-search .sort-tour .d-flex > a {
    align-items: center;
    margin-left: 28px;
  }
}
.tour-search-filter-view-more button {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0;
  text-align: left;
  color: var(--primary-color);
}

.value-red {
  color: red;
}

.page-tour-contactinfo .title-page {
  padding-top: 15px !important;
}

.banner-promotion-box img {
  border-radius: var(--border-radius) !important;
}

.tour-category-box {
  background: #fff;
  border-radius: var(--border-radius);
  padding: var(--padding);
  margin: var(--padding) 0;
}
.tour-category-box .group-btn .btn {
  text-transform: capitalize;
  font-size: 0.9125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 6px;
  border: 1px solid var(--primary-color);
  border-bottom-width: 2px;
  background: #fff;
  color: var(--primary-color);
}
.tour-category-box .group-btn .btn:hover {
  color: white;
  background: var(--primary-color);
  border-color: var(--highlight-color);
}
.tour-category-box .group-btn .btn.active {
  background: var(--primary-color);
  border-color: var(--highlight-color);
  color: white;
}
.tour-category-box .tour-category-box-title .title {
  font-weight: bold;
  font-size: 24px;
}
.tour-category-box .tour-category-box-title .start-date .mdi {
  right: 8px;
  top: 68%;
  margin-top: -10px;
  opacity: 0.4;
}
.tour-category-box .tour-category-box-title .start-date .form-control {
  background: #fff !important;
  width: 220px;
  font-weight: 500;
}
.tour-category-box .tour-category-box-title .start-date .custom-vselect {
  width: 400px;
  font-size: 14px;
  margin-right: 10px;
}
.tour-category-box .tour-category-box-title .start-date .custom-vselect .vs__dropdown-toggle {
  display: flex;
  align-items: center;
  height: 40px;
}
.tour-category-box .tour-category-box-title .start-date .custom-vselect .vs__dropdown-toggle .vs__actions {
  z-index: 1;
  position: relative;
}
.tour-category-box .tour-category-box-title .start-date .custom-vselect .vs__dropdown-toggle .vs__selected-options {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: unset;
}
.tour-category-box .tour-category-box-title .start-date .custom-vselect .vs__dropdown-toggle .vs__selected-options .vs__selected {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  flex: 1;
}
.tour-category-box .tour-category-box-title .start-date .custom-vselect .vs__dropdown-toggle .vs__selected-options .vs__selected > span {
  display: inline-block;
  max-width: 100%;
}
.tour-category-box .tour-category-box-title .start-date .custom-vselect .vs__dropdown-toggle .vs__selected-options .vs__search {
  position: absolute;
  top: 0;
  left: 0;
  right: 32px;
  bottom: 0;
  opacity: 1;
  width: calc(100% - 24px);
  padding-left: 8px;
}
.tour-category-box .tour-category-box-title .start-date .custom-vselect .vs__dropdown-toggle .vs__selected-options input::placeholder {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
  opacity: 1;
}
.tour-category-box .tour-category-box-title .start-date .custom-vselect .vs__dropdown-toggle .vs__selected-options textarea::placeholder {
  color: #ccc;
  font-family: sans-serif;
}
.tour-category-box .tour-category-box-title .start-date .custom-vselect .vs__dropdown-toggle .vs__selected-options .vs__selected {
  position: relative;
  align-items: center;
  height: 38px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 48px);
  display: inline-block;
  line-height: 38px;
}
.tour-category-box .tour-category-box-title .start-date .btn-clear {
  right: 22px;
  top: 67%;
  margin-top: -12px;
  opacity: 0.4;
}
.tour-category-box .tour-category-box-title .start-date .btn-clear:hover {
  opacity: 1;
}
.tour-category-box .tour-category-box-title .start-date .btn-primary {
  width: 48px;
  padding: 0;
  line-height: 1.5;
  font-size: 24px;
  height: 40px;
}
.tour-category-box .tour-category-box-title .start-date .btn-primary .mdi {
  opacity: 1;
}
@media (max-width: 576px) {
  .tour-category-box .group-btn .col-6:nth-of-type(2n) {
    padding-left: 8px;
  }
  .tour-category-box .group-btn .col-6:nth-of-type(2n-1) {
    padding-right: 8px;
  }
  .tour-category-box .tour-category-box-title .title {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .tour-category-box .tour-category-box-title .start-date {
    flex-wrap: wrap;
    justify-content: start;
  }
  .tour-category-box .tour-category-box-title .start-date .ml-auto {
    margin-left: 0 !important;
  }
  .tour-category-box .tour-category-box-title .start-date .form-control {
    width: 100%;
  }
  .tour-category-box .tour-category-box-title .start-date .d-flex {
    flex: 0 0 100%;
    flex-direction: column;
    max-width: 100%;
  }
  .tour-category-box .tour-category-box-title .start-date .d-flex > div {
    width: 100%;
    margin-bottom: 1rem;
  }
  .tour-category-box .tour-category-box-title .start-date .custom-vselect {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}