.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(--orange);
  right: 56px;
}
.main .slide-form .sliderMainJS .swiper-button-prev {
  color: var(--orange);
  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);
  display: flex;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.main .slide-form .seach-home form .fild-form {
  width: calc(100% - 120px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.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: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 10px;
  padding-left: 8px;
}
.main .slide-form .seach-home form .fild-form .input-form p {
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 11.5px 12px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  margin-bottom: 0px;
}
.main .slide-form .seach-home form .fild-form .input-form ul {
  padding: 8px 0px;
  z-index: 3;
  background: var(--white);
  position: absolute;
  top: 105px;
  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(--orange);
}
.main .slide-form .seach-home form .fild-form .input-form .jsDateRange {
  background: url(/images/ngaykhoihanh.svg?8c3d79eb59f9ec91f5734a2e728a25ae) no-repeat top 10px right 11px;
}
.main .slide-form .seach-home form .btn-search {
  width: 120px;
  padding-left: 15px;
}
.main .slide-form .seach-home form .btn-search button {
  width: 100%;
  background-color: var(--green);
  height: 68px;
  border: unset;
  border-radius: 10px;
}
.main .endow {
  margin-top: 118px;
}
.main .endow .swiper {
  margin-top: 20px;
}
.main .endow .swiper-slide img {
  border-radius: 16px;
}
.main .endow .swiper-button-next {
  width: 45px;
  right: 10px;
}
.main .endow .swiper-button-next img {
  border-radius: 1000px;
}
.main .endow .swiper-button-next:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
.main .endow .swiper-button-prev {
  width: 45px;
  left: 10px;
}
.main .endow .swiper-button-prev:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
.main .endow .swiper-button-prev img {
  border-radius: 1000px;
}
.main .tour-last-minute {
  background: linear-gradient(180deg, #FF8500 0%, rgba(255, 255, 255, 0.8) 100%);
  padding-top: 100px;
  position: relative;
}
.main .tour-last-minute .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.main .tour-last-minute .title-page {
  color: var(--white);
}
.main .tour-last-minute .title-page:before {
  background-color: var(--white);
}
.main .tour-last-minute .content-tour {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.main .tour-last-minute .content-tour-mobile {
  display: none;
}
.main .banner img {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  max-width: 100%;
}
.main .tour-mice .content-mice {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.main .tour-mice .content-tour-mobile {
  display: none;
}
.main .tour-mice .item .image {
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .tour-mice .item .image img {
  max-height: 100%;
  max-width: 100%;
}
.main .tour-mice .item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  color: var(--orange);
  margin-top: 15px;
  text-align: center;
}
.main .tour-mice .item .summary {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
}
.main .form-tour {
  padding-top: 30px;
  position: relative;
}
.main .form-tour .shape {
  max-width: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
}
.main .form-tour .form-contact {
  position: relative;
  z-index: 1;
}
.main .form-tour .form-contact form {
  border: 0.5px solid #F79020;
  padding: 40px 40px 15px 40px;
  box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.1019607843);
  border-radius: 22px;
  background: var(--white);
}
.main .form-tour .form-contact form .input-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.main .form-tour .form-contact form .col-item-2-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.main .form-tour .form-contact form .mg-top-form {
  margin-top: 15px;
}
.main .form-tour .form-contact form label {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  padding-left: 20px;
  margin-bottom: 8px;
}
.main .form-tour .form-contact form label span {
  color: red;
}
.main .form-tour .form-contact form input {
  width: 100%;
  display: block;
  height: 44px;
  border: 0.5px solid #F79020;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding-left: 20px;
  border-radius: 62px;
}
.main .form-tour .form-contact form input:focus {
  outline: unset;
}
.main .form-tour .form-contact form .form-control-date {
  background: url(/images/icon-date-form.svg?13f958e924e4a9b3c999be272d5f1bbd) no-repeat top 13px right 15px;
}
.main .form-tour .form-contact form .textarea-form {
  margin-top: 20px;
}
.main .form-tour .form-contact form textarea {
  width: 100%;
  display: block;
  height: 115px;
  border: 0.5px solid #F79020;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 20px;
  border-radius: 15px;
}
.main .form-tour .form-contact form textarea:focus {
  outline: unset;
}
.main .form-tour .form-contact form .btn-form {
  margin-top: 20px;
  display: grid;
  justify-content: center;
}
.main .form-tour .form-contact form .btn-form button {
  background: var(--green);
  width: 144px;
  padding-left: 0px;
  display: grid;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  line-height: 100%;
  border-radius: 62px;
  border: unset;
  justify-content: center;
  padding-right: 0px;
  height: 37px;
}
.main .form-tour .form-contact form .btn-form button:focus {
  outline: unset;
  box-shadow: unset;
}
.main .form-tour .form-contact form .btn-form button:active {
  background: var(--green);
  outline: unset;
  box-shadow: unset;
}
.main .form-tour .tour {
  position: relative;
  z-index: 1;
}
.main .form-tour .tour .content-tour {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.main .form-tour .tour .content-tour-mobile {
  margin-top: 25px;
  display: none;
}
.main .form-tour .tour .container-swiper {
  max-width: 1325px;
}
.main .form-tour .tour .container-swiper .swiper {
  padding: 15px;
}
.main .news-home .content-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.main .news-home .content-news .left-news .item-new {
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  height: 100%;
}
.main .news-home .content-news .left-news .item-new a {
  display: block;
  overflow: hidden;
}
.main .news-home .content-news .left-news .item-new a img {
  transition: transform 0.4s ease;
  will-change: transform;
}
.main .news-home .content-news .left-news .item-new .info-new {
  padding: 15px 20px 20px 15px;
}
.main .news-home .content-news .left-news .item-new .info-new .date-admin {
  display: flex;
  gap: 25px;
}
.main .news-home .content-news .left-news .item-new .info-new .date-admin p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  vertical-align: middle;
}
.main .news-home .content-news .left-news .item-new .info-new .title-new {
  margin-top: 10px;
  font-weight: 600;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 130%;
  vertical-align: middle;
  color: var(--orange);
}
.main .news-home .content-news .left-news .item-new .info-new .summary-new {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.1px;
  vertical-align: middle;
  margin-bottom: 0px;
}
.main .news-home .content-news .left-news .item-new:hover a img {
  transform: scale(1.1);
}
.main .news-home .content-news .right-news {
  display: grid;
  gap: 8px;
}
.main .news-home .content-news .right-news .item-new {
  display: flex;
}
.main .news-home .content-news .right-news .item-new .image-new {
  width: 242px;
  overflow: hidden;
  border-radius: 10px;
}
.main .news-home .content-news .right-news .item-new .image-new img {
  transition: transform 0.4s ease;
  will-change: transform;
  border-radius: 10px;
}
.main .news-home .content-news .right-news .item-new .info-new {
  width: calc(100% - 242px);
  padding-left: 16px;
}
.main .news-home .content-news .right-news .item-new .info-new .category-new {
  padding: 6px;
}
.main .news-home .content-news .right-news .item-new .info-new .category-new span {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  vertical-align: middle;
  color: var(--white);
  background-color: var(--green);
  border-radius: 5px;
  padding: 6px;
}
.main .news-home .content-news .right-news .item-new .info-new .title-new {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
  color: var(--orange);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  vertical-align: middle;
}
.main .news-home .content-news .right-news .item-new .info-new .summary-new {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.25px;
  vertical-align: middle;
  color: var(--color-neutral);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 37px;
  margin-bottom: 0px;
}
.main .news-home .content-news .right-news .item-new .info-new .date-new {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  color: var(--orange);
}
.main .news-home .content-news .right-news .item-new:hover .image-new img {
  transform: scale(1.1);
}
.main .news-home .btn-new {
  margin-top: 30px;
  text-align: center;
  padding: 12px 0px;
}
.main .news-home .btn-new a {
  padding: 12px 16px;
  border-radius: 5px;
  background: var(--green);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  color: var(--white);
}
.main .logo-home .swiper {
  margin-top: 25px;
}
.main .logo-home .inner-item {
  padding: 20px 0px;
  display: grid;
  gap: 8px;
}
.main .logo-home .inner-item .item-image {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  overflow: hidden;
}
.main .logo-home .inner-item .item-image img {
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.main .adress-home .content-adress {
  display: grid;
  gap: 10px;
}
.main .adress-home .content-adress .content-adress-flex {
  display: flex;
  gap: 10px;
}
.main .adress-home .content-adress .content-adress-flex .col-item {
  position: relative;
}
.main .adress-home .content-adress .content-adress-flex .col-item img {
  max-width: 100%;
  border-radius: 10px;
}
.main .adress-home .content-adress .content-adress-flex .col-item span {
  position: absolute;
  left: 25px;
  bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--white);
}
.main .adress-home .content-adress .content-adress-flex-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .main .form-tour .tour .content-tour {
    display: none;
  }
  .main .form-tour .tour .content-tour-mobile {
    display: block;
  }
  .main .form-tour .tour .container-swiper .swiper {
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .main .form-tour .form-contact form {
    padding: 20px;
  }
  .main .form-tour .form-contact form label {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .main .slide-form .seach-home form {
    padding: 12px;
  }
}
@media (max-width: 900px) {
  .main .tour-last-minute .content-tour {
    display: none;
  }
  .main .tour-last-minute .content-tour-mobile {
    display: block;
  }
  .main .news-home .content-news {
    grid-template-columns: 1fr;
  }
  .main .news-home .content-news .left-news .item-new .info-new .title-new {
    font-size: 18px;
    line-height: 130%;
  }
  .main .news-home .content-news .right-news .item-new .info-new .title-new {
    font-size: 16px;
    height: 42px;
  }
  .main .tour-mice .content-mice {
    gap: 20px;
  }
  .main .tour-mice .content-mice .item .title {
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 768px) {
  .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 {
    margin-top: 16px;
    width: 100%;
    padding-left: 0px;
  }
  .main .slide-form .seach-home form .btn-search button {
    height: 44px;
  }
  .main .endow {
    margin-top: 330px;
  }
  .main .tour-last-minute .bg {
    top: -1px;
  }
  .main .form-tour .form-contact form .input-form {
    grid-template-columns: 1fr;
  }
  .main .slide-form .seach-home form .fild-form .input-form ul {
    top: 70px;
  }
}
@media (max-width: 600px) {
  .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 .tour-mice .content-mice {
    display: none;
  }
  .main .tour-mice .content-tour-mobile {
    display: block;
  }
  .main .tour-last-minute .content-tour-mobile .swiper-button-next {
    display: none !important;
  }
  .main .tour-last-minute .content-tour-mobile .swiper-button-prev {
    display: none !important;
  }
  .main .tour-last-minute {
    background: linear-gradient(180deg, #FF8500 0%, rgba(255, 255, 255, 0.8) 100%);
    padding-top: 50px;
  }
  .main .form-tour .form-contact form {
    padding: 12px;
  }
  .main .form-tour .form-contact form .mg-top-form {
    margin-top: 0px;
    grid-template-columns: 1fr;
  }
  .main .news-home .content-news .right-news .item-new .image-new {
    width: 150px;
  }
  .main .news-home .content-news .right-news .item-new .info-new {
    width: calc(100% - 150px);
  }
  .main .news-home .content-news .right-news .item-new .info-new .category-new {
    padding: 2px 0px;
  }
  .main .news-home .content-news .right-news .item-new .info-new .category-new span {
    font-size: 9px;
    line-height: 130%;
    padding: 2px 6px;
  }
  .main .news-home .content-news .right-news .item-new .info-new .title-new {
    font-size: 12px;
    line-height: 130%;
    height: 32px;
    margin-top: 2px;
    -webkit-line-clamp: 2;
  }
  .main .news-home .content-news .right-news .item-new .info-new .summary-new {
    font-size: 10px;
    height: 27px;
    margin-top: 2px;
  }
  .main .news-home .content-news .right-news .item-new .info-new .date-new {
    margin-top: 2px;
    font-size: 10px;
    line-height: 130%;
  }
  .main .news-home .btn-new {
    margin-top: 20px;
  }
  .main .news-home .btn-new a {
    font-size: 12px;
    padding: 7px 16px;
  }
  .main .adress-home .content-adress .content-adress-flex-desktop {
    display: none;
  }
  .main .adress-home .content-adress .content-adress-flex-mobile {
    display: flex;
  }
  .main .adress-home .content-adress .content-adress-flex-mobile .col-item span {
    font-weight: 400;
    font-size: 14px;
    left: 10px;
    bottom: 10px;
  }
  .main .slide-form .sliderMainJS .swiper-button-next {
    right: 20px;
  }
  .main .slide-form .sliderMainJS .swiper-button-prev {
    left: 20px;
  }
}
.btn-tour {
  margin-top: 18px;
  padding: 11px 0px;
  text-align: center;
}
.btn-tour a {
  background: var(--green);
  padding: 11px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  color: var(--white);
  border-radius: 5px;
}
