.main .slide-form {
  position: relative;
}
.main .slide-form .bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.main .slide-form .sliderMainJS .swiper-slide .inner-item img {
  max-width: 100%;
  width: 100%;
  border-radius: 0px;
}
.main .slide-form .sliderMainJS .swiper-slide .inner-item .image_mobile {
  width: 100%;
  display: none;
}
.main .slide-form .sliderMainJS .swiper-button-next {
  color: var(--background-main);
  right: 56px;
}
.main .slide-form .sliderMainJS .swiper-button-prev {
  color: var(--background-main);
  left: 56px;
}
.main .slide-form .seach-home {
  position: absolute;
  z-index: 3;
  bottom: -58px;
  left: 0px;
  width: 100%;
}
.main .slide-form .seach-home form {
  padding: 24px 36px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.main .slide-form .seach-home form .header-seach-home {
  display: flex;
}
.main .slide-form .seach-home form .header-seach-home p {
  display: grid;
  align-items: center;
  color: var(--background-orange);
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  vertical-align: middle;
  margin-bottom: 0px;
  width: 250px;
}
.main .slide-form .seach-home form .header-seach-home .list-categories {
  width: calc(100% - 250px);
  padding-left: 20px;
  justify-content: right;
  text-align: right;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .item-categories {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .item-categories:last-child {
  margin-right: 0px;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .item-categories a {
  display: block;
  padding: 10.75px 15px 10.75px;
  border: 1px solid var(--background-orange);
  border-radius: 50px;
  color: var(--background-orange);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .item-categories .btn {
  height: 43px;
  background: unset;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .item-categories .btn a {
  line-height: 100%;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .item-categories .btn:focus {
  box-shadow: unset;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .item-categories .active {
  background: var(--background-orange);
  color: var(--white);
}
.main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper .list-category {
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper .list-category .swiper-slide {
  width: auto;
  padding: 11.75px 15px 9.75px;
  border: 1px solid var(--background-orange);
  border-radius: 50px;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper .list-category .swiper-slide a {
  color: var(--background-orange);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper .list-category .swiper-slide:hover {
  background: var(--background-orange);
}
.main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper .list-category .swiper-slide:hover a {
  color: var(--white);
}
.main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper .list-category .swiper-slide:last-child {
  margin-right: 0px !important;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper .list-category .btn {
  background: unset;
}
.main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper .list-category .active {
  background: var(--background-orange);
}
.main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper .list-category .active a {
  color: var(--white);
}
.main .slide-form .seach-home form .form-search {
  display: flex;
  margin-top: 15px;
}
.main .slide-form .seach-home form .fild-form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.main .slide-form .seach-home form .fild-form .input-form {
  position: relative;
}
.main .slide-form .seach-home form .fild-form .input-form label {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 10px;
  padding-left: 8px;
  color: #525252;
}
.main .slide-form .seach-home form .fild-form .input-form p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 15.5px 30px 15.5px 20px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 0px;
  font-weight: 400;
  color: #656565;
  border-radius: 100px;
  border: 1px solid #E1F0F5;
}
.main .slide-form .seach-home form .fild-form .input-form .jsDateRange {
  height: 48px;
  font-weight: 400;
  color: #656565;
  border-radius: 100px;
  border: 1px solid #E1F0F5;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 0px 20px;
  background: #f3f6fb url(/images/ngaykhoihanh.svg?228b0cb7e9f7daf3b6927775e143828f) no-repeat top 15px right 20px;
}
.main .slide-form .seach-home form .fild-form .input-form .name-city {
  background: url(/images/icon-bottom-home-search.svg?77d79d7058ee04915de1132abb1a0c3a) no-repeat top 20px right 20px;
}
.main .slide-form .seach-home form .fild-form .input-form .name-tour {
  background: #f3f6fb url(/images/icon-bottom-home-search.svg?77d79d7058ee04915de1132abb1a0c3a) no-repeat top 20px right 20px;
}
.main .slide-form .seach-home form .fild-form .input-form ul {
  padding: 8px 0px;
  z-index: 3;
  background: var(--white);
  position: absolute;
  top: 85px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  list-style-type: none;
  max-height: 200px;
  overflow-y: auto;
}
.main .slide-form .seach-home form .fild-form .input-form ul li {
  list-style-type: none;
}
.main .slide-form .seach-home form .fild-form .input-form ul li a {
  text-align: center;
  padding: 8.5px 0px;
  display: block;
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--background-main);
}
.main .slide-form .seach-home form .fild-form .btn-search {
  padding-top: 24.8px;
}
.main .slide-form .seach-home form .fild-form .btn-search button {
  width: 100%;
  background-color: var(--background-orange);
  height: 48px;
  border: unset;
  border-radius: 99999px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--white);
}
.main .slide-form .seach-home form .fild-form .btn-search button:hover {
  background: var(--background-main);
}
.main .endow {
  margin-top: 118px;
}
.main .endow h2 {
  color: #1A2751;
}
.main .endow .content-tour {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.main .endow .content-tour a {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.main .endow .content-tour a img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
  display: block;
}
.main .endow .content-tour a:hover img {
  transform: scale(1.2);
}
.main .endow .content-tour .right-content {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
}
.main .tour-last-minute {
  background: linear-gradient(180deg, #31698E 3.85%, rgba(255, 255, 255, 0.8) 100%);
  padding-top: 75px;
  position: relative;
}
.main .tour-last-minute .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.main .tour-last-minute .seasonal-travel .swiper-slide .item {
  border: 2px solid #A4D9FF;
  background: linear-gradient(0deg, rgba(49, 182, 238, 0.2) 0%, rgba(0, 163, 232, 0.2) 100%);
  border-radius: 12px;
  padding: 24px;
  position: relative;
}
.main .tour-last-minute .seasonal-travel .swiper-slide .item .content-item .image {
  width: 105px;
  height: 105px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .tour-last-minute .seasonal-travel .swiper-slide .item .content-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.main .tour-last-minute .seasonal-travel .swiper-slide .item .content-item p {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  margin-bottom: 0px;
  margin-top: 12px;
}
.main .tour-last-minute .seasonal-travel .swiper-slide .item .content-item-hover {
  padding: 24px;
  display: none;
  border-radius: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #1E90BF;
}
.main .tour-last-minute .seasonal-travel .swiper-slide .item .content-item-hover .title-item-seasonal {
  margin-top: 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  margin-bottom: 0px;
}
.main .tour-last-minute .seasonal-travel .swiper-slide .item .content-item-hover .summary-item {
  margin-top: 12px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100px;
}
.main .tour-last-minute .seasonal-travel .swiper-slide .item:hover .content-item-hover {
  display: block;
}
.main .tour-last-minute .seasonal-travel .swiper-pagination-seasonal-travel {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.main .tour-last-minute .seasonal-travel .swiper-pagination-seasonal-travel .swiper-pagination-bullet {
  border: 1.5px solid var(--white);
}
.main .tour-last-minute .seasonal-travel .swiper-pagination-seasonal-travel .swiper-pagination-bullet-active {
  border: 1.5px solid var(--white);
  background: var(--white);
}
.main .tour-last-minute .tour-home1 .title-page {
  color: var(--white);
}
.main .tour-last-minute .tour-home1 .btn-tour {
  text-align: center;
  padding: 0px 15px;
  margin-top: 5px;
}
.main .tour-last-minute .tour-home1 .btn-tour a {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  color: var(--white);
  background: var(--background-orange);
  padding: 7px 15px;
}
.main .tour-last-minute .tour-home1 .btn-tour a:hover {
  background: var(--background-main);
}
.main .tour-home1 .list-categories {
  margin-top: 30px;
}
.main .tour-home1 .list-categories .list-category-swiper2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.main .tour-home1 .list-categories .list-category-swiper2 .list-category2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
}
.main .tour-home1 .list-categories .list-category-swiper2 .list-category2 .swiper-slide {
  width: auto;
  padding: 9.75px 15px 7.75px;
  border: 1px solid var(--white);
  border-radius: 12px;
  background: var(--white);
}
.main .tour-home1 .list-categories .list-category-swiper2 .list-category2 .swiper-slide span {
  color: var(--background-main);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.main .tour-home1 .list-categories .list-category-swiper2 .list-category2 .swiper-slide:hover {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  background: var(--background-orange);
}
.main .tour-home1 .list-categories .list-category-swiper2 .list-category2 .swiper-slide:hover span {
  color: var(--white);
}
.main .tour-home1 .list-categories .list-category-swiper2 .list-category2 .swiper-slide:last-child {
  margin-right: 0px !important;
}
.main .tour-home1 .list-categories .list-category-swiper2 .list-category2 .active {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  background: var(--background-orange);
}
.main .tour-home1 .list-categories .list-category-swiper2 .list-category2 .active span {
  color: var(--white);
}
.main .tour-home1 .swiper {
  margin-top: 15px;
}
.main .tour-home2 .item-hot {
  margin-top: 25px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  background: var(--white);
  display: flex;
  padding: 12px;
}
.main .tour-home2 .item-hot .image-item {
  width: 450px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.main .tour-home2 .item-hot .image-item img {
  max-width: 100%;
  border-radius: 12px;
  width: 100%;
  transition: transform 0.4s ease;
}
.main .tour-home2 .item-hot .image-item:hover img {
  transform: scale(1.1);
}
.main .tour-home2 .item-hot .right-item {
  width: calc(100% - 450px);
  padding: 30px 20px 0px 35px;
}
.main .tour-home2 .item-hot .right-item .title-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 21px;
}
.main .tour-home2 .item-hot .right-item .title-item:hover {
  color: var(--background-main);
}
.main .tour-home2 .item-hot .right-item .download {
  margin-top: 10px;
  padding: 7px 0px;
}
.main .tour-home2 .item-hot .right-item .download a {
  background: var(--background-main);
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  border-radius: 8px;
  padding: 7px 12px;
}
.main .tour-home2 .item-hot .right-item .info-item {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.main .tour-home2 .item-hot .right-item .info-item p {
  position: relative;
  padding-left: 22px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.main .tour-home2 .item-hot .right-item .info-item p img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.main .tour-home2 .item-hot .right-item .info-item p span {
  font-weight: 700;
  color: #5B5B5B;
}
.main .tour-home2 .item-hot .right-item .info-item .depart span {
  color: #083EB4;
}
.main .tour-home2 .item-hot .right-item .info-item .date-item {
  position: relative;
  display: flex;
  padding-left: 22px;
}
.main .tour-home2 .item-hot .right-item .info-item .date-item img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.main .tour-home2 .item-hot .right-item .info-item .date-item .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20.8px;
  vertical-align: middle;
  width: 115px;
  padding-left: 0px;
}
.main .tour-home2 .item-hot .right-item .info-item .date-item .input-form {
  width: 200px;
  position: relative;
}
.main .tour-home2 .item-hot .right-item .info-item .date-item .input-form p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 2px 15px 2px 15px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 0px;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid #FFE2B8;
  background: url(/images/icon-bottom-item-date-tour.svg?9b20d0171fd883429d332c48ab64e700) no-repeat top 8px right 10px;
  color: #2D2F39;
}
.main .tour-home2 .item-hot .right-item .info-item .date-item .input-form ul {
  padding: 0px 0px;
  z-index: 3;
  background: var(--white);
  position: absolute;
  top: 28px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  list-style-type: none;
}
.main .tour-home2 .item-hot .right-item .info-item .date-item .input-form ul li {
  list-style-type: none;
  border-bottom: 1px solid var(--background-main);
}
.main .tour-home2 .item-hot .right-item .info-item .date-item .input-form ul li a {
  text-align: left;
  padding: 5px 15px;
  display: block;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #2D2F39;
}
.main .tour-home2 .item-hot .right-item .info-item .date-item .input-form ul li:last-child {
  border-bottom: 0px;
}
.main .tour-home2 .item-hot .right-item .info-item .item-clock-count {
  gap: 40px;
}
.main .tour-home2 .item-hot .right-item .info-item .item-clock-count .seats span {
  font-weight: 500;
  color: var(--background-orange);
}
.main .tour-home2 .item-hot .right-item .price-button {
  margin-top: 10px;
  justify-content: space-between;
  align-items: end;
}
.main .tour-home2 .item-hot .right-item .price-button .price-item {
  display: grid;
  gap: 5px;
}
.main .tour-home2 .item-hot .right-item .price-button .price-item p {
  margin-bottom: 0px;
}
.main .tour-home2 .item-hot .right-item .price-button .price-item .price-old {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.main .tour-home2 .item-hot .right-item .price-button .price-item .price-old span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-decoration: line-through;
  color: var(--background-orange);
}
.main .tour-home2 .item-hot .right-item .price-button .price-item .price {
  font-weight: 700;
  font-size: 22px;
  line-height: 28.6px;
  vertical-align: middle;
  color: #C33340;
}
.main .tour-home2 .item-hot .right-item .price-button .price-item .price span {
  text-decoration: underline;
}
.main .tour-home2 .item-hot .right-item .price-button .button-item {
  padding: 7px 0px;
}
.main .tour-home2 .item-hot .right-item .price-button .button-item a {
  background: var(--background-orange);
  padding: 7px 12px;
  border-radius: 5px;
}
.main .tour-home2 .item-hot .right-item .price-button .button-item a span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  position: relative;
  color: var(--white);
  text-transform: uppercase;
}
.main .tour-home2 .item-hot .right-item .price-button .button-item a:hover {
  background: var(--background-main);
}
.main .tour-home2 .item-hot .right-item .price-button .button-item .advise {
  background: #FF0000;
  margin-right: 15px;
}
.main .tour-home2 .item-hot:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.main .tour-home2 .tour-home-swiper2 {
  margin-top: 25px;
}
.main .banner {
  margin-top: 35px;
}
.main .banner img {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  max-width: 100%;
}
.main .bg-tour {
  background: #F3F6FB;
  padding: 60px 0px;
}
.main .why-bluway {
  background: url(/images/bg-why.png?a94a8f240609be31ca6a5bcec4e88bb0) no-repeat top left;
  background-size: cover;
  padding: 45px 0px;
}
.main .why-bluway .logo-why {
  width: 225px;
  height: 66px;
  margin: auto;
}
.main .why-bluway .logo-why img {
  max-width: 100%;
  max-height: 100%;
}
.main .why-bluway .title-page {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
}
.main .why-bluway .summary-page {
  color: var(--white);
  text-align: center;
  width: 935px;
  margin: 15px auto 0px;
}
.main .why-bluway .slider-why {
  margin-top: 25px;
}
.main .why-bluway .slider-why .swiper-slide .inner-item .image-item {
  width: 66px;
  height: 66px;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .why-bluway .slider-why .swiper-slide .inner-item .image-item img {
  max-width: 100%;
  max-height: 100%;
}
.main .why-bluway .slider-why .swiper-slide .inner-item .title-item-why {
  margin-top: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0px;
}
.main .why-bluway .slider-why .swiper-slide .inner-item .summary-item-why {
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23.4px;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
}
.main .why-bluway .slider-why .swiper-button-prev {
  display: none;
  left: 10px !important;
  width: 45px;
  height: 45px;
}
.main .why-bluway .slider-why .swiper-button-prev:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
.main .why-bluway .slider-why .swiper-button-next {
  display: none;
  right: 10px !important;
  width: 45px;
  height: 45px;
}
.main .why-bluway .slider-why .swiper-button-next:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
@media (max-width: 1140px) {
  .main .why-bluway .slider-why .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .main .why-bluway .slider-why .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 1360px) {
  .main .why-bluway .summary-page {
    width: auto;
  }
  .main .tour-home1 .swiper {
    margin-top: 20px;
  }
  .tour-home3 .swiper {
    margin-top: 20px;
  }
  .container-swiper .tour-home-swiper4 {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-next-tour-home-swiper4 {
    display: none !important;
  }
  .swiper-button-prev-tour-home-swiper4 {
    display: none !important;
  }
  .tour-home3 .swiper-button-next {
    display: none;
  }
  .tour-home3 .swiper-button-prev {
    display: none;
  }
  .tour-home1 .swiper-button-next {
    display: none;
  }
  .tour-home1 .swiper-button-prev {
    display: none;
  }
  .main .slide-form .seach-home form .header-seach-home .list-categories .list-category-swiper .list-category {
    justify-content: left;
  }
}
@media (max-width: 992px) {
  .main .slide-form .seach-home form {
    padding: 12px;
  }
  .main .endow .content-tour {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .main .tour-home2 .item-hot .right-item .info-item .date-item .input-form {
    width: calc(100% - 115px);
  }
  .main .slide-form .seach-home {
    top: 80%;
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .main .tour-home2 .item-hot {
    display: block;
  }
  .main .tour-home2 .item-hot .image-item {
    width: 100%;
  }
  .main .tour-home2 .item-hot .right-item {
    padding: 15px 0px 0px;
    width: 100%;
  }
  .main .slide-form .seach-home {
    bottom: -280px;
  }
  .main .slide-form .seach-home form {
    display: block;
  }
  .main .slide-form .seach-home form .fild-form {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .main .slide-form .seach-home form .btn-search {
    padding-top: 0px !important;
    width: 100%;
    padding-left: 0px;
  }
  .main .slide-form .seach-home form .btn-search button {
    height: 48px;
  }
  .main .endow {
    margin-top: 430px;
  }
  .main .tour-last-minute .bg {
    top: -1px;
  }
  .main .slide-form .seach-home form .fild-form .input-form p {
    padding: 10.5px 30px 10.5px 20px;
  }
  .main .slide-form .seach-home form .fild-form {
    gap: 15px;
  }
  .main .slide-form .seach-home form .fild-form .input-form .jsDateRange {
    height: 40px;
    background: #f3f6fb url(/images/ngaykhoihanh.svg?228b0cb7e9f7daf3b6927775e143828f) no-repeat top 10px right 20px;
  }
  .main .slide-form .seach-home form .fild-form .input-form .name-city {
    background: url(/images/icon-bottom-home-search.svg?77d79d7058ee04915de1132abb1a0c3a) no-repeat top 14px right 20px;
  }
  .main .slide-form .seach-home form .fild-form .input-form .name-tour {
    background: #f3f6fb url(/images/icon-bottom-home-search.svg?77d79d7058ee04915de1132abb1a0c3a) no-repeat top 14px right 20px;
  }
  .main .slide-form .seach-home form .fild-form .btn-search button {
    height: 40px;
  }
  .main .slide-form .seach-home form .fild-form .input-form ul {
    top: 70px;
  }
  .main .endow .content-tour {
    margin-top: 20px;
  }
  .main .tour-last-minute .seasonal-travel .swiper-slide .item {
    padding: 12px;
  }
  .main .tour-last-minute .seasonal-travel .swiper-slide .item .content-item p {
    margin-top: 8px;
    font-size: 16px;
  }
  .main .tour-last-minute .tour-home1 .btn-tour {
    margin-top: 10px;
  }
  .main .tour-home1 .list-categories {
    margin-top: 20px;
  }
  .main .tour-last-minute {
    padding-top: 30px;
  }
  .main .tour-home1 .list-categories .list-category-swiper2 .list-category2 .swiper-slide {
    padding: 4.75px 15px 2.75px;
  }
  .main .tour-home1 .list-categories .list-category-swiper2 .list-category2 .swiper-slide span {
    font-size: 12px;
  }
  .main .bg-tour {
    padding: 30px 0px;
  }
  .main .bg-tour {
    padding: 30px 0px;
  }
  .main .why-bluway .title-page {
    font-size: 16px;
  }
  .main .why-bluway .summary-page {
    font-size: 14px;
  }
  .main .why-bluway .slider-why .swiper-slide .inner-item .title-item-why {
    font-size: 16px;
  }
  .main .why-bluway .slider-why .swiper-slide .inner-item .summary-item-why {
    font-size: 14px;
  }
  .main .slide-form .seach-home form .header-seach-home p {
    font-size: 16px;
    line-height: 130%;
  }
  .main .slide-form .seach-home form .header-seach-home .list-categories .item-categories a {
    padding: 6.75px 15px 5.75px;
    font-size: 12px;
  }
  .main .slide-form .seach-home form .header-seach-home .list-categories .item-categories .btn {
    height: 34px;
  }
}
@media (max-width: 600px) {
  .main .slide-form .seach-home form .header-seach-home .list-categories .item-categories {
    margin-right: 2px;
  }
  .main .endow .content-tour {
    gap: 10px;
  }
  .main .endow .content-tour .right-content {
    gap: 10px;
  }
  .main .slide-form .seach-home form .fild-form .input-form label {
    font-size: 12px;
  }
  .main .slide-form .seach-home form .fild-form .input-form p {
    font-size: 12px;
  }
  .main .slide-form .sliderMainJS .swiper-slide .inner-item .image_desktop {
    display: none;
  }
  .main .slide-form .sliderMainJS .swiper-slide .inner-item .image_mobile {
    display: block;
  }
  .main .slide-form .sliderMainJS .swiper-button-next {
    right: 20px;
  }
  .main .slide-form .sliderMainJS .swiper-button-prev {
    left: 20px;
  }
  .main .slide-form .seach-home form .header-seach-home {
    display: block;
  }
  .main .slide-form .seach-home form .header-seach-home p {
    width: 100%;
  }
  .main .slide-form .seach-home form .header-seach-home .list-categories {
    margin-top: 16px;
    text-align: left;
    padding-left: 0px;
    width: 100%;
  }
  .main .endow {
    margin-top: 410px;
  }
  .main .tour-home1 .list-categories .list-category-swiper2 .list-category2 .swiper-slide {
    border-radius: 8px;
  }
  .main .tour-home2 .item-hot {
    display: none;
  }
  .main .why-bluway .slider-why .swiper-button-next {
    display: block;
  }
  .main .why-bluway .slider-why .swiper-button-prev {
    display: block;
  }
}
.img-object-fit {
  -o-object-fit: cover;
     object-fit: cover;
}
