.scroll-auto {
  scroll-behavior: auto;
}

.head-tour {
  padding-top: 60px;
  padding-bottom: 60px;
}

.head-tour .title_tour {
  font-size: 28px;
  font-weight: 600;
  color: #2e3191;
  margin-bottom: 20px;
}

.head-tour .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-tour .sub p {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0;
}

.head-tour .sub .code {
  margin-right: 20px;
}

.head-tour .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.7fr 1fr 1fr;
      grid-template-columns: 3.7fr 1fr 1fr;
  grid-gap: 10px;
  margin: 30px 0;
}

.head-tour .gallery .image {
  border-radius: 8px;
  overflow: hidden;
}

.head-tour .gallery .image:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: 1/1/3/1;
}

.head-tour .gallery .image:nth-child(1) img {
  width: 820px;
}

.head-tour .gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.head-tour .functional {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.head-tour .functional .left p {
  margin-bottom: 0;
}

.head-tour .functional .left iframe {
  width: 100%;
  height: 100%;
  min-height: 278px;
  border-radius: 12px;
}

.head-tour .functional .mid {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 30px;
}

.head-tour .functional .mid .title_h {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2e3191;
  text-align: center;
  margin-bottom: 10px;
}

.head-tour .functional .mid .title_a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2e3191;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.head-tour .functional .mid .checktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.head-tour .functional .mid .checktime p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.87);
}

.head-tour .functional .mid .checktime p span {
  font-weight: 600;
}

.head-tour .functional .mid .support {
  display: block;
  text-align: center;
}

.head-tour .functional .mid .help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #2e3191;
  border-radius: 15px;
  margin-top: 14px;
}

.head-tour .functional .mid .help .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2e3191;
  border-radius: 12px;
  padding: 12px 28px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-tour .functional .mid .help .call p {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  width: 82px;
}

.head-tour .functional .mid .help .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.head-tour .functional .mid .help .contact p {
  margin-bottom: 0;
  font-weight: 500;
  color: #2e3191;
  width: 82px;
}

.head-tour .functional .right {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

.head-tour .functional .right .price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
}

.head-tour .functional .right .price .price_ {
  color: #f172a8;
  font-size: 22px;
  font-weight: 600;
}

.head-tour .functional .right .another_day .change_day {
  border: solid 1px #2e3191;
  font-size: 20px;
  font-weight: 500;
  color: #2e3191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 12px;
  margin-top: 20px;
  border-radius: 12px;
}

.head-tour .functional .right .another_day .change_day p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}

.head-tour .functional .right .book_combo_now .combo_now {
  background: #f172a8;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 12px;
  margin-top: 20px;
  border-radius: 12px;
}

.head-tour .functional .right .book_combo_now .combo_now svg {
  margin-right: 12px;
}

#detail_tour {
  background: #f8f8f8;
  padding: 60px 0 20px;
}

#detail_tour .title_detail {
  color: #2e3191;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

#detail_tour h4 {
  color: #2e3191;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

#detail_tour .detail .detail_content {
  background: #f8f8f8;
  padding: 0px;
  border-radius: 12px;
}

#detail_tour .detail .detail_content .transport {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

#detail_tour .detail .detail_content .transport .left {
  padding-right: 30px;
  border-right: solid 2px #d9d9d9;
}

#detail_tour .detail .detail_content .transport .left .day {
  margin-bottom: 20px;
}

#detail_tour .detail .detail_content .transport .left .day span {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

#detail_tour .detail .detail_content .transport .left .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail_tour .detail .detail_content .transport .left .place p {
  margin-bottom: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
}

#detail_tour .detail .detail_content .transport .left .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#detail_tour .detail .detail_content .transport .left .image .car {
  margin-top: 10px;
}

#detail_tour .detail .detail_content .transport .left .image svg {
  z-index: 2;
}

#detail_tour .detail .detail_content .transport .left .image::before {
  content: "";
  width: 100%;
  border-top: 1px dashed #2e3191;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}

#detail_tour .detail .detail_content .transport .left .image span {
  position: absolute;
  left: 45%;
  top: -10px;
}

#detail_tour .detail .detail_content .transport .left .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail_tour .detail .detail_content .transport .left .time p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  font-weight: 600;
}

#detail_tour .detail .detail_content .transport .left .time .method {
  font-weight: 400 !important;
}

#detail_tour .detail .detail_content .transport .right {
  padding-left: 30px;
}

#detail_tour .detail .detail_content .transport .right .day {
  margin-bottom: 20px;
}

#detail_tour .detail .detail_content .transport .right .day span {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

#detail_tour .detail .detail_content .transport .right .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail_tour .detail .detail_content .transport .right .place p {
  margin-bottom: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
}

#detail_tour .detail .detail_content .transport .right .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#detail_tour .detail .detail_content .transport .right .image .car {
  margin-top: 10px;
}

#detail_tour .detail .detail_content .transport .right .image svg {
  z-index: 2;
}

#detail_tour .detail .detail_content .transport .right .image::before {
  content: "";
  width: 100%;
  border-top: 1px dashed #2e3191;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}

#detail_tour .detail .detail_content .transport .right .image span {
  position: absolute;
  left: 45%;
  top: -10px;
}

#detail_tour .detail .detail_content .transport .right .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail_tour .detail .detail_content .transport .right .time p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  font-weight: 600;
}

#detail_tour .detail .detail_content .transport .right .time .method {
  font-weight: 400 !important;
}

#detail_tour .detail .detail_content .transport .fly {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  margin-bottom: 0;
}

#detail_tour .detail .detail_content .transport .fly_num {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  font-weight: bold;
}

#detail_tour .detail .detail_content .assemble .btgrid h3 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  margin-bottom: 16px;
}

#detail_tour .detail .detail_content .assemble .btgrid p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}

#detail_tour .info_left .info_transport {
  margin-bottom: 30px;
}

#detail_tour .info_left .info_transport .img_transport img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

#detail_tour .info_left .info_transport .info p {
  margin-bottom: 0;
}

#detail_tour .combo-box {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

#detail_tour .editor p {
  margin-bottom: 0;
}

#note_tour {
  background: #f8f8f8;
  margin-top: 40px;
}

#note_tour .container .note_title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 60px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

#note_tour .container .note_tour .btgrid .content .panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.11);
  padding-top: 30px;
  margin-bottom: 0;
}

#note_tour .container .note_tour .btgrid .content .panel-title .collapsible-item-title-link {
  color: #2e3191;
  font-weight: 600;
  font-size: 20px;
}

#note_tour .container .note_tour .btgrid .content .panel-title .collapsible-item-title-link:hover span {
  color: #2e3191;
}

#note_tour .container .note_tour .btgrid .content .panel-body {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  padding: 15px;
}

#note_tour .container .note_tour .btgrid .content .panel-body p {
  margin-bottom: 5px;
}

.tour_related .related_title {
  font-weight: 600;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.tour_related .list_tour {
  margin-bottom: 60px;
}

.tour_related .list_tour .level-item .level {
  display: block;
}

.tour_related .list_tour .level-item .level .image {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  position: relative;
}

.tour_related .list_tour .level-item .level .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 183px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tour_related .list_tour .level-item .level .image .date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 0 10px 0 0;
}

.tour_related .list_tour .level-item .level .image .date p {
  margin-bottom: 0;
  padding-left: 8px;
}

.tour_related .list_tour .level-item .level .detail {
  padding: 20px;
  background: #f8f8f8;
  border-radius: 0 0 12px 12px;
}

.tour_related .list_tour .level-item .level .detail p {
  margin-bottom: 10px;
}

.tour_related .list_tour .level-item .level .detail .level_title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 600;
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tour_related .list_tour .level-item .level .detail .code,
.tour_related .list_tour .level-item .level .detail .start {
  color: rgba(0, 0, 0, 0.87);
}

.tour_related .list_tour .level-item .level .detail .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}

.tour_related .list_tour .level-item .level .detail .price .left .old {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}

.tour_related .list_tour .level-item .level .detail .price .left .new {
  font-size: 18px;
  font-weight: 600;
  color: #f172a8;
  margin-bottom: 0px;
}

.tour_related .list_tour .level-item .level .detail .price .right {
  background: #f172a8;
  display: block;
  width: 100%;
  max-width: 56px;
  height: auto;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 7.5px 10.5px 5.5px;
  border-radius: 8px;
}

.tour_related .list_tour .level-item .level .detail .time-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.tour_related .list_tour .level-item .level .detail .time-buy .time-out,
.tour_related .list_tour .level-item .level .detail .time-buy .buyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}

.tour_related .list_tour .level-item .level .detail .time-buy .time-out p,
.tour_related .list_tour .level-item .level .detail .time-buy .buyer p {
  margin-bottom: 0 !important;
  padding-left: 8px;
}

.tour_related .list_tour .level-item .level .detail .time-buy .time-out p span,
.tour_related .list_tour .level-item .level .detail .time-buy .buyer p span {
  font-weight: 600;
  color: #f172a8;
}

.tour_related .list_tour .level-item .level:hover .detail {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

.tour_related .list_tour .level-item .level:hover .level_title {
  color: #2e3191;
}

.tour_related .list_tour .level-item .level:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#TourModalToggle .modal-dialog.modal-dialog-centered {
  max-width: 720px;
  width: 100%;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-header {
  padding: 20px;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-header h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2e3191;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body {
  padding: 20px 20px 0;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .service_detail .service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .service_detail .service_item .name_service label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
  margin-right: 40px;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .service_detail .service_item .name_service label .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #bbbbbb;
  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;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .service_detail .service_item .name_service label .checkmark::after {
  content: "";
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f172a8;
  display: none;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .service_detail .service_item .name_service label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .service_detail .service_item .name_service label input:checked ~ .checkmark::after {
  display: block;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .service_detail .service_item .name_service label input:checked ~ .checkmark {
  border: 2px solid #f172a8;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .service_detail .price_service {
  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;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .service_detail .price_service .price {
  margin: 0px;
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.87);
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .service_detail .quantity_service {
  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;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer {
  display: unset;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .total {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .total p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.87);
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .total p span {
  margin-left: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #f172a8;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .add {
  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;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .add a {
  padding: 16px;
  background: #f172a8;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}

#TourModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .add a:hover {
  background: #eb619b;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered {
  max-width: 720px;
  width: 100%;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-header {
  padding: 20px;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-header h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2e3191;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2e3191;
  padding: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.09);
  margin-bottom: 0px;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body {
  padding: 20px 20px 0;
  height: 400px;
  overflow-y: auto;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .combo_detail .day_combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .combo_detail .day_combo .combo_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .combo_detail .day_combo .combo_item .date {
  background-color: #2e3191;
  color: #fff;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  border-radius: 6px;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .combo_detail .day_combo .combo_item .date .d {
  font-weight: 600;
  font-size: 18px;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .combo_detail .day_combo .combo_item .date .m-y {
  display: block;
  -webkit-box-flex: 1;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .combo_detail .day_combo .combo_item .price p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .combo_detail .day_combo .combo_item .price p span {
  font-weight: 600;
  font-size: 18px;
  color: #f172a8;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-body .combo_detail .day_combo .chose_btn {
  display: block;
  padding: 11px 16px;
  background: #f172a8;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer {
  display: unset;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .total {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .total p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.87);
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .total p span {
  margin-left: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #f172a8;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .add {
  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;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .add a {
  padding: 16px;
  background: #f172a8;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered .modal-content .modal-footer .form-btn .add a:hover {
  background: #eb619b;
}

.aligned-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.aligned-row::before {
  display: block;
}

.slider-edit {
  position: relative;
  margin-bottom: 36px;
}

.slider-edit ul.gallery li {
  list-style-type: none;
}

.slider-edit ul.gallery li img {
  border-radius: 10px;
}

.local_detail {
  background-color: #fff;
}

.local_detail .align-cc {
  margin-bottom: 30px;
}

.local_detail .align-cc .title-detail-tour {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #102049;
  border-bottom: 1px solid #102049;
  padding-left: 35px;
  margin-bottom: 20px;
}

.local_detail #summary_tour .title-detail-tour {
  background: url("../images/best-seller.png") no-repeat center left;
}

.local_detail #itinerary_by_day .title-detail-tour {
  background: url("../images/list.png") no-repeat center left;
}

.local_detail #itinerary_by_day .list_day_tour {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.local_detail #itinerary_by_day .list_day_tour:before {
  content: "";
  background: url(../images/icon-list.png) no-repeat;
  width: 23px;
  position: absolute;
  height: 23px;
  left: 0;
  z-index: 1;
  top: 4px;
}

.local_detail #itinerary_by_day .list_day_tour:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 11px;
}

.local_detail #itinerary_by_day .list_day_tour .name_program {
  line-height: 32px;
  font-family: Roboto-bold;
}

.local_detail #itinerary_by_day .list_day_tour .name_program .date-num {
  color: #fb9c1b;
  min-width: 70px;
  margin-right: 10px;
  text-align: center;
}

.local_detail #service_tour .title-detail-tour {
  background: url("../images/bag.png") no-repeat center left;
}

.local_detail #price_list .title-detail-tour {
  background: url("../images/calendar.png") no-repeat center left;
}

.local_detail #notepad_tour .title-detail-tour {
  background: url("../images/notepad.png") no-repeat center left;
}

.local_detail #message_tour .title-detail-tour {
  background: url("../images/message.png") no-repeat center left;
}

.local_detail #message_tour .content-tour-item .advice_comments .rating_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 50px;
}

.local_detail #message_tour .content-tour-item .advice_comments .rating_comment .title-rating {
  font-weight: bold;
}

.local_detail #message_tour .content-tour-item .advice_comments .rating_comment .rating-container .rating-stars .empty-stars {
  color: #fb9c1b;
  font-size: 24px;
}

.local_detail #message_tour .content-tour-item .advice_comments .rating_comment .rating-container .rating-stars .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  margin: auto;
  color: #fb9c1b;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.local_detail #message_tour .content-tour-item .advice_comments .rating_comment .rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: bottom;
  font-size: 60%;
  margin-top: -0.6em;
  margin-left: 10px;
}

.local_detail #message_tour .content-tour-item .advice_comments .rating_comment .rating-container .caption .label {
  display: inline-block;
  padding: 0;
  padding-left: 10px;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  width: 85px;
  height: 30px;
  line-height: 30px;
  background: url(../images/back-star.png) no-repeat center;
}

.local_detail #message_tour .content-tour-item .advice_comments .advice_comment_add_form {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 23px;
}

.local_detail #message_tour .content-tour-item .advice_comments .advice_comment_add_form p.title-rating {
  color: #333;
  font-family: Roboto-bold;
}

.local_detail #message_tour .content-tour-item .advice_comments .advice_comment_add_form .input-form span {
  color: #333;
  font-family: Roboto-bold;
  display: inline-block;
}

.local_detail #message_tour .content-tour-item .advice_comments .advice_comment_add_form .input-form input[type="text"] {
  height: 35px;
  width: 100%;
}

.local_detail #message_tour .content-tour-item .advice_comments .advice_comment_add_form textarea {
  width: 100%;
  height: 90px;
  background: #eeeeee;
  border: none;
}

.local_detail #message_tour .content-tour-item .advice_comments .advice_comment_add_form input.form-control {
  border: none;
  background: #eeeeee;
  height: 40px;
}

.local_detail #message_tour .content-tour-item .advice_comments .advice_comment_add_form .text-center {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.local_detail #message_tour .content-tour-item .advice_comments .advice_comment_add_form a.button {
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  background-color: #102049;
  padding: 10px 45px;
  color: #fff;
}

.local_detail #message_tour .content-tour-item .advice_comments .comments_contents .comment-item p.name .fa-lg {
  margin-left: 3px;
  color: #fbb01b;
  font-size: 17px;
  vertical-align: unset;
}

.local_detail #message_tour .content-tour-item .advice_comments .comments_contents .comment-item p.name .date {
  color: #777777;
  font-weight: normal;
}

.local_detail #message_tour .content-tour-item .advice_comments .comments_contents .comment-item .comment_content {
  color: #555;
}

#ComboModalToggle .modal-dialog.modal-dialog-centered {
  width: auto;
}

@media (max-width: 768px) {
  .head-tour .title_tour {
    margin-top: 20px;
  }
  .head-tour .sub {
    display: block;
  }
  .head-tour .functional {
    display: block;
  }
  .head-tour .functional .left,
  .head-tour .functional .mid,
  .head-tour .functional .right {
    margin: 10px 0;
  }
  .head-tour .functional .help {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 14px;
  }
  #detail_tour .detail .detail_content .transport .left .time .method,
  #detail_tour .detail .detail_content .transport .right .time .method {
    display: none;
  }
  #detail_tour .detail .detail_content .transport .left {
    padding-right: 10px;
  }
  #detail_tour .detail .detail_content .transport .right {
    padding-left: 10px;
  }
  #detail_tour .detail .detail_content .transport {
    padding: 20px;
  }
  .tour-item-tmpl {
    width: 50%;
  }
  .tour-item-tmpl .image img {
    height: 240px !important;
  }
}

@media (max-width: 450px) {
  .head-tour .title_tour {
    font-size: 22px;
  }
  .head-tour .functional .left iframe {
    height: 150px;
  }
  #detail_tour {
    padding-top: 20px;
  }
  #detail_tour .info_left .info_transport .info {
    margin-top: 20px;
  }
  .tour-item-tmpl {
    width: 100%;
  }
  .tour-item-tmpl .image img {
    height: 240px !important;
  }
  .tour_related .related_title {
    font-size: 24px;
    margin: 20px 0;
  }
  .tour_related .list_tour {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=detail.css.map */