@charset "UTF-8";
ul {
  list-style: none;
}

button {
  cursor: pointer;
}

.relative {
  position: relative;
}

.m-0 {
  margin: 0;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_cruise {
  background-image: url(/themes/web/img/cruise/banner-cruise.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 488px;
  display: flex;
  align-items: center;
}

.cruise_mekong {
  background-image: url(/themes/web/img/cruise/mekong-delta-cruise-banner.jpg);
}

.group_box_search {
  display: grid;
  gap: 32px;
  grid-template-columns: auto 110px;
}

div.boxseach {
  background: #fff;
  border-radius: 10px;
  height: 60px;
  display: grid;
  align-items: center;
  padding: 0 12px !important;
  grid-template-columns: 230px repeat(4, 1fr);
}

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

.button-group-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Ẩn scrollbar cho Firefox */
  cursor: grab;
  transition: 1s linear;
}

.button-list::-webkit-scrollbar {
  display: none; /* Ẩn scrollbar cho trình duyệt WebKit */
}

.toggle-button {
  flex-shrink: 0;
  margin: 0 5px 0 0;
}

.nav-button {
  cursor: pointer;
  margin: 10px;
  padding: 5px 10px;
}

.uk-button-group {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 20px;
}

.uk-button-group::-webkit-scrollbar {
  display: none; /* Ẩn scrollbar */
}

.btn-tag, .clearall {
  padding: 10px 15px;
  border: 1px solid rgb(235, 235, 235);
  background: rgb(242, 242, 242);
  border-radius: 32px;
  color: #000 !important;
  font-family: "Averta Bold";
  transition: 0.2s linear;
  white-space: nowrap;
  width: auto !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
}

.uk-button-default:hover {
  border: 1px solid #00947d;
}

.toggle-button.active:hover {
  border: 1px solid #00947d;
}

.btn-tag.active, .clearall {
  background-color: #fff; /* Đổi màu khi nút active */
  color: #00947d !important;
  position: relative;
  border: 1px solid #00947d;
  transition: 0.1s linear;
}

.clearall {
  width: auto !important;
  border: none;
  padding-left: 0px;
}

.unchecktag {
  font-size: 18px;
  cursor: pointer;
  padding-left: 15px;
  color: #00947d !important;
  display: none;
}

.btn-prev, .btn-next {
  position: absolute;
  cursor: pointer;
  margin: 0;
  z-index: 9;
  /* filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2)); */
  background: #fff;
  /* border: 1px solid var(--viator-color-neutral-80); */
  border-radius: 100px;
  width: 38px;
  height: 38px;
  border: 1px solid rgb(106, 106, 106);
}

.nav-button:hover {
  border: 1px solid var(--viator-color-neutral-70);
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
}

.btn-prev {
  left: -50px;
  top: 11px;
}

.btn-next {
  right: -50px;
  top: 11px;
}

.slick-prev:disabled, .slick-next:disabled {
  display: none; /* Tự động ẩn nút khi không thể cuộn nữa */
}

.slick-prev:before, .slick-next:before {
  opacity: 1 !important;
}

.tag-container {
  padding: 10px 0;
  margin: 0 50px;
  padding-bottom: 30px;
  /* display: inline-flex;  */
}

.slick-slide {
  width: auto; /* cho phép độ rộng tự động */
}

.slick-track {
  /* flex-wrap: nowrap !important; */
  /* width: 30000px !important; */
  display: flex !important; /* Giúp các phần tử con được giữ trên một hàng */
  flex-wrap: nowrap;
  margin: 0 !important;
}

.titlesearch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#type-sort {
  width: 175px;
  border-radius: 6px;
  border-color: rgb(175, 175, 175);
  color: #000;
}

#searchfrm .text_banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
#searchfrm .text_banner h1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  margin-bottom: 10px;
}
#searchfrm .text_banner p {
  font-size: 17px;
  color: #fff;
  margin: 0;
}
#searchfrm input,
#searchfrm select {
  height: 100%;
  border: unset;
}
#searchfrm input {
  text-indent: 30px;
}
#searchfrm .uk-button-default {
  height: 60px;
  border-radius: 10px;
  font-weight: bold;
  align-items: center;
  gap: 10px;
  display: flex;
  justify-content: center;
}
#searchfrm .uk-select:not([multiple]):not([size]) {
  background-image: url(/themes/web/img/cruise/ar-select.svg);
  background-position: 92% 50%;
}
#searchfrm .form-group {
  height: 100%;
  border-right: 1px solid #e5e5e5;
}
#searchfrm .form-group:last-child {
  border: none;
}
#searchfrm img.icon-search {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb_group {
  margin-bottom: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.breadcrumb_group .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: ">";
}
.breadcrumb_group .uk-breadcrumb {
  padding: 18px 0;
}

.itemtour .wishes a {
  color: #000 !important;
}

.group_content_cruise {
  display: grid;
  grid-template-columns: 275px auto;
  gap: 23px;
}
.group_content_cruise .list_cruise {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.group_content_cruise .list_cruise .item_cruise {
  gap: 22px !important;
  padding: 18px 18px 30px !important;
}
.group_content_cruise .list_cruise .itemtour {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 22px;
  padding: 18px 18px 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
}
.group_content_cruise .list_cruise .itemtour .rankcruise {
  display: flex;
  gap: 20px;
}
.group_content_cruise .list_cruise .itemtour .rankcruise span {
  font: 15px Open Sans bold !important;
}
.group_content_cruise .list_cruise .itemtour .img_cruise {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.group_content_cruise .list_cruise .itemtour .title14 {
  font-size: 18px;
}
.group_content_cruise .list_cruise .itemtour .desc_cruise {
  display: grid;
  grid-template-columns: auto 130px;
}
.group_content_cruise .list_cruise .itemtour .desc_cruise .desc_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.group_content_cruise .list_cruise .itemtour .desc_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.group_content_cruise .list_cruise .itemtour .boxprice {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 !important;
  justify-content: flex-start;
  align-items: end;
  gap: 5px;
  border-top: 0;
  background: unset;
}
.group_content_cruise .list_cruise .itemtour .boxprice .price {
  font-size: 28px;
}
.group_content_cruise .list_cruise .itemtour .boxprice .price_old {
  font-size: 18px;
  text-decoration: line-through;
}

.btn_action, .scroll_to_showrate {
  background-color: #FF5B28;
  color: #fff !important;
  border-radius: 5px;
  height: 38px;
  width: 125px;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.btn_action:hover, .scroll_to_showrate:hover {
  background-color: #c92f00;
  color: #fff !important;
}

.infotour {
  width: 100%;
}

div.boxreview .content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(98, 98, 98, 0.16);
}

.uk-slider-items li .uk-card-default {
  border-radius: 10px;
  border: 1px solid rgba(165, 165, 165, 0.19);
  position: relative;
  padding-top: 60px !important;
}
.uk-slider-items li .uk-card-default:before {
  content: "";
  background-image: url(/themes/web/img/cruise/icon-comment.png);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 117px;
  height: 52px;
  background-repeat: no-repeat;
}

.uk-dotnav > li {
  background-image: url(/themes/web/img/cruise/dot.svg);
  width: 52px;
  height: 76px;
  background-repeat: no-repeat;
}
.uk-dotnav > li a {
  height: 0;
  width: 0;
  background-color: unset;
  border: unset;
}

.uk-dotnav > li.uk-active {
  background-image: url(/themes/web/img/cruise/dot-active.svg);
}

.uk-dotnav {
  margin-top: 65px !important;
}

.listpages {
  justify-content: flex-end;
}

.bgboxwhite h1 {
  font-size: 36px;
}

.bgbox.boxreview {
  background-color: #fff;
  padding-top: 132px;
}

.box_review {
  padding-bottom: 30px;
}
.box_review .bgboxwhite {
  background-color: rgba(22, 82, 125, 0.0705882353);
}

.uk-pagination > * {
  border-radius: 2px;
}

.uk-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

img.toggle_img {
  transform: rotate(180deg);
}

.sidebar_cruise .filter_bar, .sidebar_cruise .group_filter_bar {
  background: rgb(245, 245, 245);
}
.sidebar_cruise .filter_bar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar_cruise .filter_bar .group_filter_bar {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar_cruise .filter_bar .group_filter_bar .toggle_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar_cruise .filter_bar .group_filter_bar .toggle_filter p {
  margin-bottom: 0;
  font-size: 16px;
}
.sidebar_cruise .filter_bar .group_filter_bar .checkbox_filter {
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar_cruise .filter_bar .group_filter_bar .checkbox_filter div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar_cruise .filter_bar .group_filter_bar .checkbox_filter div .cruise_name {
  height: 44px;
  background-color: #fff;
  border: unset;
  padding: 0;
  text-indent: 20px;
  width: calc(100% - 25px);
  outline: none;
}
.sidebar_cruise .filter_bar .group_filter_bar .checkbox_filter div .search_cruise_name {
  background-color: #fff;
  border: unset;
  height: 44px;
}
.sidebar_cruise .filter_bar .group_filter_bar .checkbox_filter div .search_cruise_name img {
  width: 15px;
}
.sidebar_cruise .filter_bar .group_filter_bar .checkbox_filter .gr_cruise_name {
  gap: 0;
  background-color: #fff;
}

.input-group.date, #check_in {
  height: 100%;
}
.input-group.date:focus, #check_in:focus {
  box-shadow: unset;
  border: unset;
}

.result_total p {
  margin-bottom: 0;
  color: #EA5A35;
}

.bgbox {
  background-color: #fff;
}

.filter_result {
  display: flex;
  gap: 14px;
  margin-bottom: 27px;
  justify-content: space-between;
  align-items: center;
}
.filter_result button {
  border: 1px solid #11967E;
  border-radius: 30px;
  padding: 11px 0;
  width: 183px;
  color: #495560;
}
.filter_result button:hover {
  background-color: #11967E;
  color: #fff;
}
.filter_result .active_sort {
  background-color: #11967E;
  color: #fff;
}

button.btn.btn_see_more {
  background-color: #00947d;
  color: #fff;
  border-radius: 5px;
  height: 45px;
  width: 140px;
  border: unset;
  font-size: 16px;
}

.see_more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 40px;
}

.grid_view {
  display: grid;
  grid-template-columns: 270px 907px;
  gap: 32px;
}

.boxleft .best_price {
  background-color: #DAEAE7;
  padding: 28px 15px;
}
.boxleft .best_price span {
  margin-bottom: 20px;
  display: block;
}
.boxleft .search_cruise {
  background: linear-gradient(0deg, #006858 2.11%, #00947D 98.01%);
  padding: 26px 15px 40px;
}
.boxleft .search_cruise .boxseach_detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.boxleft .search_cruise .boxseach_detail .form-group {
  margin-bottom: 10px;
}
.boxleft .search_cruise .boxseach_detail input, .boxleft .search_cruise .boxseach_detail select {
  height: 45px !important;
  border-radius: 0;
}
.boxleft .search_cruise .boxseach_detail h2 {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.boxleft .search_cruise .icon-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.boxleft .how_to_book {
  margin: 30px 0;
  background-color: #fff;
  padding: 20px 18px;
}
.boxleft .how_to_book .tit_box {
  font-size: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #CACACA;
  color: #000;
  font-weight: bold;
}
.boxleft .how_to_book div {
  display: flex;
  gap: 15px;
  align-items: baseline;
  margin-bottom: 10px;
}
.boxleft .how_to_book div img {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}
.boxleft .how_to_book div p {
  margin-bottom: 0;
}
.boxleft .online_support {
  background-color: #fff;
  padding-bottom: 1px;
}
.boxleft .online_support span {
  padding: 20px 15px;
  color: #fff;
  background-color: #006858;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
.boxleft .online_support div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.boxleft .online_support div p {
  margin-bottom: 0;
}
.boxleft .online_support div a {
  color: #00947D !important;
  font-weight: bold;
}
.boxleft .online_support div img {
  width: 70px;
  border-radius: 50%;
}

.flex-item-center {
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn_orange {
  background-color: #FF5B28;
  width: 100%;
  height: 44px;
  color: #fff !important;
  border: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_orange:hover {
  background-color: #c92f00;
  transition: 0.3s;
}

.boxviewtour {
  padding-top: 45px;
}

.boxright {
  background-color: unset !important;
  border: unset !important;
}
.boxright #imgtour {
  width: 100% !important;
}
.boxright div.sticky a.btnsticky {
  font: 14px Open Sans Regular !important;
}
.boxright .ul_tab {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.boxright .ul_tab li {
  width: 166px;
}
.boxright .ul_tab li a {
  width: 100%;
}
.boxright .higt_light {
  background: #fff;
  padding: 30px;
  border-radius: 3px;
}
.boxright .ul_list {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 25px 10px;
  background: #fff;
  padding: 30px;
  border-radius: 3px;
}
.boxright .ul_list img {
  width: auto;
  min-width: 28px;
}
.boxright .ul_list li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.boxright .ul_list li p {
  margin: 0;
  color: #626262;
}
.boxright .ul_list li div:first-child {
  width: 35px;
  text-align: center;
}

.boxdetail {
  background-color: unset !important;
  border: unset !important;
  padding: unset !important;
}

.box_gr {
  background-color: #fff !important;
  border-radius: 3px;
  padding: 40px 20px !important;
}

.highlight {
  background: #fff;
  padding: 40px 20px;
  border-radius: 3px;
  margin-top: 30px !important;
}

div.boxright .title18 {
  border-bottom: 0 !important;
}

div.boxitinerary .titleitinerary {
  background: unset;
  padding-left: 0;
}

div.boxitinerary .expandall {
  color: #11967E !important;
  font: 14px Open Sans Bold !important;
}

#policy p {
  margin-bottom: 5px;
  margin-top: 5px;
}

.topdest {
  background-color: #fff;
}

.title_related {
  text-align: center;
  font-size: 36px;
  margin-bottom: 36px !important;
}

.filter_room {
  margin-top: 30px;
}

.itemtour .boxprice {
  padding: 14px 14px 14px 40px;
}

.result_room_gr {
  display: grid;
  grid-template-columns: auto 247px;
  background-color: #fff;
}
.result_room_gr .result_room_list {
  display: grid;
}
.result_room_gr .result_room_list .room_item {
  display: grid;
  grid-template-columns: 300px 220px 140px;
  border-bottom: 1px solid #D8D8D8;
}
.result_room_gr .result_room_list .room_item .room_desc .img_room {
  width: 100%;
}
.result_room_gr .result_room_list .room_item .room_desc .desc {
  font-size: 11.5px;
}
.result_room_gr .result_room_list .room_item .room_desc ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.result_room_gr .result_room_list .room_item .room_desc ul li {
  display: flex;
  align-items: center;
  gap: 7px;
}
.result_room_gr .result_room_list .room_item .room_desc ul li img {
  width: 12px;
}
.result_room_gr .result_room_list .room_item .room_total .price_gr {
  display: flex;
  gap: 5px;
  align-items: baseline;
  flex-direction: unset;
}
.result_room_gr .result_room_list .room_item .room_total .price_gr p {
  font-size: 18px;
  margin: 0;
  text-decoration: line-through;
}
.result_room_gr .result_room_list .room_item .room_total .price_gr span {
  font-size: 28px;
  color: #CE1128;
}
.result_room_gr .result_room_list .room_item .room_total .best_val {
  background-color: #006858;
  border: unset;
  color: #fff;
  padding: 6px 25px 6px 20px;
  margin-bottom: 20px;
}
.result_room_gr .result_room_list .room_item .room_total a {
  color: #00947D !important;
  margin-bottom: 10px;
  display: block;
}

.result_room {
  margin-top: 20px;
}

.title_result_room {
  display: grid;
  grid-template-columns: 300px 220px 140px auto;
  background-color: #e8e8e8;
}
.title_result_room p {
  border-right: 1px solid #D8D8D8;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.title_result_room p:last-child {
  border: none;
}

.bd_r {
  border-right: 1px solid #D8D8D8;
  padding: 20px 15px;
}

.filter_room_form {
  background: linear-gradient(90deg, #006858 0%, #00947D 100%);
}

.ul_child {
  background: linear-gradient(90deg, #006858 0%, #00947D 100%);
}

.ul_cacu {
  display: flex;
  align-items: end;
  background: linear-gradient(90deg, #006858 0%, #00947D 100%);
  padding: 40px 20px 20px;
  gap: 12px;
  position: relative;
  margin: 0 !important;
}
.ul_cacu li:nth-child(1) {
  position: absolute;
  font-size: 20px;
  top: 20px;
  color: #fff;
}
.ul_cacu li:nth-child(2) {
  width: 240px;
}
.ul_cacu li:nth-child(3) {
  width: 440px;
  margin-top: 0;
}
.ul_cacu button#calculateprice {
  background: #FF5B28;
  width: 180px;
}
.ul_cacu label {
  color: #fff;
  margin-block: 10px;
}

.hide {
  display: none !important;
}

select.number_room {
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  border: 1px solid #CCD5DD;
  border-radius: 3px;
}

.check_is_children {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.check_is_children input {
  position: relative;
  top: 5px;
}
.check_is_children p, .check_is_children label {
  font-size: 11px;
}

.box_step {
  padding: 48px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.box_step .item_step {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box_step .item_step span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #697176;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_step .item_step span.active {
  background-color: #11967E;
}
.box_step .item_step i {
  width: 15px;
  height: 1px;
  background-color: #000;
}
.box_step .item_step p {
  margin: 0;
}

.content_book {
  display: grid;
  grid-template-columns: auto 300px;
  gap: 30px;
  margin-bottom: 50px !important;
}
.content_book .content_book_left .extra_service {
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px;
}
.content_book .content_book_left .extra_service .pick_up {
  margin-top: 30px;
}
.content_book .content_book_left .extra_service .pick_up input {
  height: 41px;
  border: 1px solid #D3D3D3;
  text-indent: 20px;
  width: 317px;
  margin-left: 10px;
}

.table_service {
  margin-bottom: 10px;
}
.table_service .bg_gray {
  background-color: #F4F4F5;
}
.table_service .bg_gray th {
  border: unset !important;
  text-transform: uppercase !important;
}
.table_service td, .table_service th {
  padding: 20px 8px;
  border-right: 0 !important;
  border-left: 0 !important;
}
.table_service .checkbox_service input {
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.table_service .checkbox_service label:hover {
  cursor: pointer;
  color: #00947d;
}

.color_red {
  color: #CE1128;
}

.bold {
  font-weight: bold;
}

.optional {
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px;
}

.total_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total_price .price_right {
  display: flex;
  align-items: end;
  gap: 10px;
}
.total_price .price_right p {
  margin: 0;
  color: #CE1128 !important;
  font-size: 28px;
  line-height: 25px;
}
.total_price .price_right p .price {
  color: #CE1128;
}

.submit_service {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.submit_service button {
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 0 25px;
}

.content_book_right .congratulation {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.content_book_right .congratulation .cong_title {
  background-color: #006858;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: start;
}
.content_book_right .congratulation .cong_title p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}
.content_book_right .congratulation .cong_center {
  padding: 15px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
}
.content_book_right .congratulation .cong_center button {
  border: 1px solid #00947D;
  width: 100%;
  padding: 7px 0;
  color: #00947D;
  background-color: #fff;
  margin-bottom: 17px;
  cursor: unset;
}
.content_book_right .congratulation .cong_center .book_inc .title14 {
  margin-bottom: 5px;
}
.content_book_right .congratulation .cong_center .book_inc div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.content_book_right .congratulation .cong_center .book_inc div p {
  margin: 0;
}
.content_book_right .congratulation .cong_center .detail_cong div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.content_book_right .congratulation .cong_center .detail_cong div p {
  margin: 0;
}
.content_book_right .text_rate {
  margin: 20px 0;
}
.content_book_right .text_rate i {
  color: #999999;
}
.content_book_right .special {
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
}
.content_book_right .special h2 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CACACA;
}
.content_book_right .special div {
  display: flex;
  align-items: start;
  gap: 10px;
}
.content_book_right .special div p {
  margin: 0;
}
.content_book_right .how_to_book {
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
}
.content_book_right .how_to_book h2 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CACACA;
}
.content_book_right .how_to_book .text_how_to_book {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content_book_right .how_to_book .text_how_to_book div {
  display: flex;
  align-items: start;
  gap: 10px;
}
.content_book_right .how_to_book .text_how_to_book div p {
  margin: 0;
}

.final_price {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.final_price div {
  display: flex;
  text-align: right;
  flex-direction: column;
}
.final_price div p, .final_price div strong {
  margin: 0;
  color: #CE1128;
  font-size: 28px !important;
}

.cacu_pax {
  gap: 10px;
}
.cacu_pax p {
  margin: 0 5px 0 0;
}
.cacu_pax button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
}

.title24 {
  font: 24px Open Sans Bold;
}

.title_step2 {
  margin: 0 0 30px 0;
}

.info_cruise {
  display: grid;
  grid-template-columns: 282px auto;
  gap: 20px;
  padding: 18px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}
.info_cruise .avatar_crui {
  position: relative;
}
.info_cruise .avatar_crui .path_avatar {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_cruise .avatar_crui .our {
  position: absolute;
  left: 0;
  top: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #FF5B28;
  padding: 5px 10px;
}
.info_cruise .avatar_crui .our p {
  margin: 0;
  color: #fff;
}
.info_cruise .info_right .day_night {
  border-radius: 30px;
  background-color: #11967E;
  padding: 5px 25px;
  width: -moz-max-content;
  width: max-content;
}
.info_cruise .info_right .day_night span {
  color: #fff;
}
.info_cruise .info_right h2 {
  margin: 12px 0 17px;
}
.info_cruise .info_right .info_list {
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  grid-template-columns: auto 160px;
}
.info_cruise .info_right .info_list .info_list_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info_cruise .info_right .info_list .info_list_left div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.info_cruise .info_right .info_list .info_list_left div p {
  margin: 0;
  font-size: 16px;
}
.info_cruise .info_right .info_list .info_list_left div img {
  width: 16px;
}
.info_cruise .info_right .info_list .info_btn_right a {
  border: 1px solid #00947D;
  padding: 7px;
  color: #00947D !important;
  background-color: #fff;
  margin-bottom: 17px;
  border-radius: 5px;
}
.info_cruise .info_right .text_info_bot {
  color: #11967E;
}

.contact_info {
  padding: 18px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}
.contact_info h2 {
  font-size: 24px;
}
.contact_info .field_contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contact_info .field_contact .form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.contact_info .field_contact .form-group input#phone {
  height: 44px;
}
.contact_info .field_contact .form-group input, .contact_info .field_contact .form-group select {
  border-radius: 3px;
  text-indent: 15px;
  height: 40px;
  border: 1px solid #D3D3D3;
  width: 100%;
}
.contact_info .text_email {
  margin-top: 12px;
}
.contact_info .text_email i {
  color: #999999;
}

.special_req {
  padding: 18px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}
.special_req h2 {
  font-size: 24px;
}
.special_req textarea {
  border: unset;
  background-color: #F4F4F5;
  width: 100%;
}

.room_info_bot {
  padding: 18px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}
.room_info_bot h2 {
  font-size: 24px;
}
.room_info_bot .center_room_info p {
  margin-top: 0;
  margin-bottom: 10px;
}
.room_info_bot .center_room_info .p_inculude {
  padding-left: 20px;
}
.room_info_bot .center_room_info div {
  padding-left: 20px;
  gap: 5px;
}

.flex-item-center {
  display: flex;
  align-items: center;
}

.flex-gap-15 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bed .form-group {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bed input {
  margin: 0 !important;
}

.agreed {
  padding: 18px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}
.agreed h2 {
  font-size: 24px;
}

.child-filter {
  position: absolute;
  background: #fff;
  left: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 30px 24px;
  width: 415px;
  top: 100%;
}
.child-filter label {
  color: #000;
}

.ul_child {
  margin-top: 0;
  padding-top: 0 !important;
  margin-bottom: 0;
  padding-bottom: 20px !important;
  padding: 20px;
}
.ul_child label {
  color: #fff !important;
  margin: 10px 0;
}

.boxtabview {
  top: 74px !important;
  z-index: 979 !important;
}

.uk-sticky-fixed .ul_tab {
  background-color: #fff;
}

.show_price {
  padding: 20px;
}
.show_price .sticky_price {
  position: sticky;
  top: 160px;
}
.show_price div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.show_price div p {
  font-size: 11px;
  margin-bottom: 5px;
  margin-top: 0;
}
.show_price div strong.num_room {
  font-size: 11px !important;
  color: #000;
}
.show_price div span, .show_price div strong {
  font-size: 20px !important;
  color: #CE1128;
}
.show_price button {
  width: 100%;
  margin-top: 15px;
}
.show_price .text_conf {
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
}

.list_inclusion, .list_exclusion {
  margin: 0 !important;
}

.list_inclusion li {
  background: unset !important;
  padding: 0 !important;
}

.list_exclusion li {
  background: unset !important;
  padding: 0 !important;
  color: red;
}

#title_inclusion {
  background: url(../img/cruise/inclu.svg) left no-repeat !important;
  padding-left: 45px !important;
  color: #00947d !important;
}

#title_exclusion {
  background: url(../img/cruise/exclu.svg) left no-repeat !important;
  padding-left: 45px !important;
  color: #D80000 !important;
}

.topdest .content {
  font-size: 16px !important;
  line-height: 25px;
  height: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.topdest a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 25px;
}

.line_1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line_3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review_cruise {
  padding-top: 50px;
}
.review_cruise h6 a {
  text-align: left;
  font-size: 40px !important;
  line-height: 52px;
  margin-bottom: 70px;
}
.review_cruise .hide_crui {
  display: none;
}

.list_peo {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.list_peo img {
  width: 12px;
  height: 12px;
}
.list_peo .icon_children {
  display: flex;
  align-items: end;
  height: 12px;
}
.list_peo .icon_children img {
  width: 10px;
  height: 10px;
}
.list_peo .icon_children span {
  position: relative;
  top: 1px;
  font-size: 10px;
}

.info_cruise .info_right .text_info_bot a {
  color: #11967E !important;
  text-decoration: underline;
}

.uk-slidenav {
  background: #b4b4b4 !important;
  border-radius: 50% !important;
}

.price_gr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
  gap: 5px;
}

.boxright .ul_list li div {
  display: flex;
  width: -webkit-fill-available;
  flex-direction: column;
}

.bed input, .check_is_children input {
  cursor: pointer;
}
.bed label:hover, .check_is_children label:hover {
  cursor: pointer;
  color: #00947d;
}

.update_qty_pax {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  display: flex;
  gap: 5px;
  border: 1px solid #cccccc;
  border-radius: 30px;
  padding: 2px;
  align-items: center;
}

.value-button {
  border: 1px solid #ddd;
  margin: 0px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 21px;
}

input#number_pax {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 20px;
  border: unset;
  font-weight: bold;
}

#number_pax::-webkit-inner-spin-button,
#number_pax::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.warning_flight {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.disabled {
  color: #b9b9b9;
}

.givereview a:hover {
  color: white !important;
}

.givereview a {
  color: white !important;
}

@media screen and (max-width: 768px) {
  .group_content_cruise .list_cruise .itemtour .boxprice .price_old {
    height: 18px;
  }
  .text_room {
    color: #11967E !important;
    font-size: 14px !important;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .show_price div span, .show_price div strong {
    color: #EA5A35 !important;
  }
  .show_price div strong.num_room {
    font-size: 14px !important;
    color: #fff !important;
  }
  .list_room_book {
    padding-top: 15px;
  }
  .item_book_room {
    align-items: center;
    color: #11967E;
    flex-direction: row !important;
    padding: 3px 15px;
    justify-content: space-between;
  }
  .item_book_room b {
    color: #fff;
  }
  .num_option, .num_option strong {
    color: #fff !important;
  }
  .next_step {
    margin-top: 10px;
  }
  .btn_green {
    background: linear-gradient(90deg, #008069 0%, #00C9A5 100%);
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    height: 36px;
    border: 0;
  }
  .result_room_gr .result_room_list .room_item .room_total a {
    color: #EA5A35 !important;
  }
  .checkbox.style-c {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .checkbox.style-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkbox.style-c input:checked ~ .checkbox__checkmark {
    background-color: #11967E;
  }
  .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
  }
  .checkbox.style-c:hover input ~ .checkbox__checkmark {
    background-color: #eee;
  }
  .checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
    background-color: #11967E;
  }
  .checkbox.style-c .checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 4px;
  }
  .checkbox.style-c .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .checkbox.style-c .checkbox__body {
    color: #333;
    line-height: 24px;
    font-size: 14px;
  }
  .check_extra_child .check_extra_child_checked {
    display: flex;
    gap: 10px;
    margin: 15px 0;
  }
  .select_amount, .check_extra_child_number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F3F3F3;
    border-radius: 5px;
    padding: 0 5px;
  }
  .select_amount button, .check_extra_child_number button {
    border: none;
    background: no-repeat;
    font-size: 30px;
    display: flex;
    align-items: center;
    height: 34px;
  }
  .select_amount input, .check_extra_child_number input {
    background: unset;
    border: unset;
    outline: unset;
    text-align: center;
    font-size: 16px;
  }
  .taxes {
    color: #EA5A35 !important;
  }
  .room_total .taxes {
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 10px;
  }
  .list_peo {
    align-items: center;
    justify-content: space-between;
    background-color: #EFEFEF;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .adult_box, .children_box {
    display: flex;
    align-items: center;
    height: auto !important;
  }
  .adult_box img, .children_box img {
    height: 20px;
  }
  .adult_box p, .children_box p {
    font-size: 14px;
    margin-left: 5px !important;
  }
  .children_box img {
    height: 16px !important;
  }
  .list_detai_cruise li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #D9D9D9;
    border-radius: 50%;
  }
  button.scroll_to_showrate {
    text-transform: uppercase;
  }
  .field_contact label, .field_contact input, .field_contact textarea, #calculateform-message, .field-calculateform-message label {
    font-size: 16px !important;
  }
  .list_tranfer .item_tranfer .title_tranfer .title14 {
    font-size: 14px !important;
  }
  .list_tranfer .item_tranfer .title_tranfer .total_flight {
    font-size: 16px !important;
  }
  p, span, ul {
    font-size: 16px;
  }
  .title14 {
    font-size: 16px !important;
  }
  .total_price .price_right p, .total_price .price_right span {
    font-size: 28px !important;
  }
  .show_price div p {
    font-size: 14px;
  }
  .show_price div span, .show_price div strong {
    font-size: 28px !important;
  }
  .ul_submit_show_rate {
    height: 100px;
    text-align: center;
    justify-content: center;
    bottom: 20px;
  }
  .ul_submit_show_rate li {
    left: 50%;
    transform: translateX(-50%);
  }
  .detail_cong {
    margin-top: 20px;
    width: 100%;
    border-top: 1px dashed #C6C6C6;
    padding-top: 10px;
  }
  .detail_cong div {
    display: flex;
    justify-content: space-between;
  }
  .fixed_total {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 210px;
  }
  .fixed_total .submit_service {
    padding: 0;
    width: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: end;
  }
  .fixed_total .total_price {
    gap: 10px;
  }
  .update_qty_pax {
    margin: unset;
  }
  .room_desc ul {
    margin-bottom: 10px !important;
  }
  .boxright .ul_list li p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cruise_mekong {
    background-image: url(/themes/web/img/cruise/mekong-delta-cruise-banner.jpg) !important;
  }
  .price_gr .price_old {
    position: relative;
    bottom: 4px;
  }
  .price_gr {
    flex-direction: unset;
    align-items: end;
  }
  .desc_cruise .rankcruise, .desc_cruise .duration, .desc_cruise .startend, .desc_cruise .visit, .desc_cruise .wishes {
    position: relative;
    right: 15px;
  }
  .review_cruise {
    padding-top: 0;
  }
  .seemore a {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    background: #FF5B28;
    height: 45px;
    align-items: center;
    width: 200px;
    justify-content: center;
    border-radius: 30px;
    font-size: 16px;
    color: #fff !important;
  }
  .uk-slider-items li .uk-card-default:before {
    width: 100px;
    background-size: 100px;
  }
  .itemtour li.title14 {
    padding: 0 14px !important;
  }
  #policy p {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .boxright .ul_list li:last-child {
    grid-column: 1/-1;
  }
  .boxright .ul_list li:last-child div {
    max-width: 100%;
  }
  .boxright .ul_list li div {
    max-width: 132px;
    display: flex;
    flex-direction: column;
  }
  .boxright .ul_list li div a {
    width: 100%;
    overflow-wrap: break-word;
    display: block;
  }
  .boxright .ul_list img {
    max-width: 25px;
  }
  .destination .breadcrumb_group .uk-container {
    width: calc(100% - 15px);
  }
  .breadcrumb_group .uk-container {
    background: #fff;
  }
  #searchfrm .form-group {
    border: unset;
  }
  .group_box_search .date input {
    border-radius: 5px 0 0 5px !important;
  }
  #searchtourform-cabinslc {
    border-radius: 0 5px 5px 0;
  }
  #searchfrm .text_banner p {
    text-align: center;
    line-height: 28px;
  }
  #title_inclusion, #title_exclusion {
    height: 32px;
    margin-top: 0;
  }
  div.boxincluded {
    padding-left: 10px;
    padding-right: 10px;
  }
  .result_room_gr .result_room_list .room_item .room_total .price_gr span {
    margin-top: 0;
  }
  .content_book_left.step1, .submit_service {
    padding: 15px;
  }
  .review_cruise h6 a {
    font-size: 24px !important;
    margin-bottom: 47px;
  }
  .box_gr {
    padding: 0 !important;
  }
  div.boxright .title18 {
    margin-top: 20px;
  }
  .breadcrumb_group .uk-breadcrumb {
    padding: 18px 15px;
    margin-bottom: 0 !important;
  }
  .title_step2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact_info h2 {
    margin-bottom: 17px;
  }
  .final_price {
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0;
  }
  .contact_info, .special_req {
    margin-bottom: 10px;
  }
  .special_req textarea {
    margin-top: 10px;
  }
  .special_req h2, .room_info_bot h2, .contact_info h2 {
    font-size: 20px;
  }
  .contact_info .field_contact {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .info_btn_right {
    display: inline-block;
    margin-top: 20px;
  }
  .info_cruise .info_right .info_list {
    flex-direction: column;
    display: flex;
  }
  .info_cruise .avatar_crui .path_avatar {
    width: 100%;
  }
  .info_cruise {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 10px;
  }
  .submit_service {
    margin-top: 10px;
    justify-content: center;
  }
  .submit_service .btn_confirm {
    width: 100% !important;
    font-size: 14px !important;
  }
  .pick_up .form-group {
    display: flex;
    align-items: center;
  }
  .content_book .content_book_left .extra_service .pick_up input {
    width: 100%;
  }
  .detail_tranfer {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .detail_tranfer strong {
    font-size: 16px;
  }
  .list_tranfer {
    margin-top: 18px;
  }
  .list_tranfer h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .list_tranfer .item_tranfer {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
  .list_tranfer .item_tranfer .title_tranfer {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .table_service {
    margin-top: 0;
  }
  .extra_title {
    padding: 20px 15px;
    background: #F7F9FA;
  }
  .content_book .content_book_left .extra_service {
    padding: 0 15px 15px 15px;
  }
  .box_step .item_step p {
    font-size: 16px;
    text-align: center;
  }
  .box_step .item_step span {
    z-index: 2;
  }
  .box_step .item_step i {
    width: 40%;
    position: absolute;
    top: 37%;
    z-index: 1;
  }
  .box_step {
    position: relative;
    justify-content: space-between;
    padding: 20px 0 20px;
  }
  .box_step .item_step {
    flex-direction: column;
  }
  .content_book {
    grid-template-columns: repeat(1, 1fr);
  }
  .show_price button {
    margin-top: 0;
  }
  .check_is_children input {
    top: 0;
  }
  .btn_button_bar {
    display: none !important;
  }
  .show_price .sticky_price {
    padding: 15px;
    display: grid;
    grid-template-columns: auto 105px;
    gap: 10px;
    align-items: center;
  }
  .btn_showrate {
    justify-content: end;
    display: flex;
  }
  .btn_showrate {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    border-top: 1px solid #EAEAEA;
    left: 0;
    padding: 10px;
    z-index: 1;
  }
  .show_price {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0;
    z-index: 1000;
    background: #093d33;
  }
  .result_room_gr .result_room_list .room_item .room_desc .img_room {
    margin-bottom: 10px;
  }
  p.title.title14 {
    margin-top: 0 !important;
  }
  .boxtabview {
    position: unset !important;
  }
  .result_room_gr .result_room_list .room_item .room_total .best_val {
    color: #FF5B28;
    background: unset;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin-bottom: 0;
  }
  .result_room_gr .result_room_list .room_item .room_total .price_gr {
    border-top: 1px solid #C6C6C6;
    padding-top: 10px;
    margin-bottom: 0 !important;
  }
  .room_total {
    padding: 15px;
  }
  .result_room_gr .result_room_list .room_item .room_total .price_gr {
    margin-bottom: 10px;
  }
  .select_amout {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  .select_amout select {
    width: 50%;
  }
  .select_amout label {
    margin-bottom: 10px;
  }
  .result_room_gr .result_room_list .room_item {
    border: 1px solid #EAEAEA;
    margin-bottom: 25px;
    padding: 15px 15px 0;
    width: 100%;
    display: inline;
  }
  .result_room_gr .result_room_list .room_item .room_desc ul {
    margin-top: 10px !important;
  }
  .room_desc .title14 {
    margin-top: 10px !important;
  }
  p, ul {
    margin: 0 !important;
  }
  .group_title_adult {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  div.boxoverview {
    border: 0;
    padding: 0;
  }
  .boxright .higt_light {
    padding: 0;
  }
  .uk-grid > * {
    padding: 0;
  }
  .uk-grid {
    margin-left: 0;
  }
  .boxviewtour {
    padding: 0;
  }
  .ul_cacu button#calculateprice {
    width: 100%;
    margin-top: 15px;
  }
  .ul_cacu li:nth-child(3) {
    width: 100%;
  }
  .ul_cacu .uk-grid {
    flex-direction: column;
  }
  .boxright {
    width: 100%;
    display: inline-block;
    overflow: hidden;
  }
  .ul_cacu li:nth-child(2) {
    width: 100%;
  }
  .ul_cacu {
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }
  .result_room_gr, .result_room_gr, .result_room_gr .result_room_list .room_item {
    grid-template-columns: repeat(1, 1fr);
  }
  .boxright .ul_list {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .boxright .ul_tab {
    gap: 3px;
  }
  .boxright .ul_tab li {
    width: 75px;
  }
  .boxright div.sticky a.btnsticky {
    font: 11px Open Sans Regular !important;
  }
  .grid_view {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  input#cruisename {
    padding-left: 40px;
  }
  .bgboxwhite h1 {
    font-size: 24px;
  }
  .bgboxwhite {
    padding: 45px 15px;
  }
  .uk-dotnav {
    margin-top: 45px !important;
  }
  .bgbox.boxreview {
    padding-top: 55px;
  }
  .group_content_cruise .list_cruise {
    gap: 25px;
  }
  .itemtour .pricevn {
    font-size: 14px !important;
  }
  .ascnoactive span, .boxcustomize .requiredfields, .descnoactive span, .price, div.visabox em {
    color: #CE1128 !important;
  }
  .duration span {
    font-size: 14px !important;
  }
  .title14 {
    padding: 0 !important;
  }
  .itemtour .price, .itemtour .pricevn {
    padding-left: 0 !important;
  }
  .group_content_cruise .list_cruise .itemtour .boxprice {
    align-items: flex-start;
    gap: 0;
  }
  .group_content_cruise .list_cruise .itemtour .desc_right {
    display: grid;
    align-items: center;
    grid-template-columns: auto 125px;
  }
  .group_content_cruise .list_cruise .itemtour .desc_cruise {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
  .group_content_cruise .list_cruise .itemtour {
    padding: 15px;
  }
  .breadcrumb_group, .banner_cruise, .list_cruise_group, .bgbox.boxreview, .box_review, .room_total, .extra_service, .extra_title, .content_book_left, .submit_service {
    width: calc(100% + 30px);
    margin-left: -15px !important;
  }
  .list_cruise_group {
    padding: 0 15px;
    margin-top: 25px;
  }
  .breadcrumb_group {
    margin: 0;
    width: calc(100% + 15px);
  }
  .banner_cruise {
    background-image: url(/themes/mobi/img/banner-halong.png);
    border-radius: 0;
    padding-bottom: 25px;
  }
  div.boxseach {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    height: auto;
    background: unset;
    border: unset;
    padding: 0 !important;
  }
  .group_box_search {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .gr_50 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #searchfrm input, #searchfrm select {
    width: 100%;
    border: unset;
    height: 50px;
  }
  #searchfrm img.icon-search {
    left: 10px;
    width: 20px;
  }
  #searchfrm .uk-button-default {
    height: 50px;
    width: 100%;
  }
  #searchfrm input {
    text-indent: 0;
    border-radius: 5px;
  }
  .group_content_cruise .list_cruise .itemtour {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .group_content_cruise {
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=cruise.css.map */