@charset "UTF-8";
.different {
  background: #f0fbfe;
}

.container-new-home {
  margin: 0px 0 0 10%;
}

.bg-content.left, .bg-content.right {
  z-index: 1;
}

.different.news .view-left {
  width: calc((100% - 3rem - 75%) / 1);
}
.different.news .view-right {
  width: 75%;
}

.modal-content {
  background: unset;
  border: unset;
  margin: 0 auto;
}

.form-bao-gia {
  min-height: 500px;
  min-width: 600px;
  position: relative;
}
@media (max-width: 576px) {
  .form-bao-gia {
    padding: 30px;
    width: 100%;
    min-width: 360px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .form-bao-gia form {
    bottom: 20% !important;
    right: unset !important;
    left: 20%;
    position: static !important;
    margin-top: 33%;
  }
}
.form-bao-gia form {
  position: absolute;
  bottom: 25%;
  right: 5%;
}
.form-bao-gia .text-center {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
}
.form-bao-gia .buttom-contact {
  width: 100%;
  display: block;
  margin: 0;
  color: #fff;
  background-color: #9d0506;
  border-color: #9d0506;
  height: 33px;
  line-height: 33px;
  padding: 0;
  border-radius: 10px;
}
.form-bao-gia input {
  margin-bottom: 6px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid #dd7b2b;
  background-color: #ffe6bb;
  font-size: 15px;
}

.modal {
  text-align: center;
}

@media screen and (max-width: 578px) {
  .modal {
    background-color: rbga(0, 0, 0, 0.5);
  }
  #fs-popup-home {
    padding-left: 0;
  }
  #fs-popup-home .modal.show .modal-dialog {
    left: 10px;
    top: 14em;
    width: 95%;
    margin: 0 auto;
  }
  .modal-dialog {
    margin-right: 2em;
    position: absolute;
    left: 0;
    top: 10%;
  }
  .modal-dialog .modal-content {
    width: 95%;
  }
  .modal-dialog .modal-content p img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (min-width: 350px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal .modal-dialog {
    max-width: 100%;
  }
  .modal .modal-dialog {
    max-width: 100%;
    height: auto !important;
  }
}
.modal-dialog {
  display: inline-flex;
  text-align: left;
  vertical-align: middle;
}
.modal-dialog button.close {
  right: -26px;
  position: absolute;
  opacity: 1;
  z-index: 1;
  top: -16px;
  width: 43px;
  height: 43px;
}

.mice a {
  color: #e5c403;
  position: relative;
}
@media (max-width: 768px) {
  .mice a {
    top: 10px;
  }
}
.mice a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #e5c403;
  width: 0%;
  transition: width 0.3s ease-in;
}
.mice a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #e5c403;
  width: 100%;
  transition: width 0.3s ease-in;
}

.page-content {
  z-index: 2;
}
@media (max-width: 768px) {
  .page-content h3 {
    font-size: 28px;
  }
  .page-content p {
    display: none;
  }
}

.layout-view-content {
  gap: 0.5rem;
}
.layout-view-content .layout-contents {
  width: calc((100% - 1rem) / 3);
}
@media (max-width: 768px) {
  .layout-view-content .layout-contents {
    width: calc((100% - 1rem) / 2);
  }
}
.layout-view-content .layout-contents {
  max-width: 100%;
  transition: all 0.4s;
  border-radius: 25px;
}
.layout-view-content .layout-contents .layout-box {
  transition: all 0.4s;
  padding: 20px 0 0 30px;
}
@media (max-width: 768px) {
  .layout-view-content .layout-contents .layout-box {
    padding: 10px 0 0 0;
    margin: 0 auto;
  }
}

.border-img img {
  transition: all 0.4s;
  background-color: rgba(15, 23, 41, 0.04);
  padding: 20px;
  border-radius: 50%;
}

.link {
  color: #17233e;
  opacity: 0;
  width: 100%;
  max-width: 100%;
}
.link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #17233e;
  width: 0%;
  transition: width 0.3s ease-in;
}

.layout-contents:hover {
  background: linear-gradient(-25deg, #fcd703, #fc9403, #fc9403, #fcd703);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  border-radius: 25px;
  box-shadow: rgb(205, 239, 252) 15px 15px;
  padding-left: 0px;
  padding-right: 0px;
}
.layout-contents:hover .layout-box {
  padding: 0px 20px 20px 0px;
}
.layout-contents:hover .border-img img {
  background-color: #17233e;
}
.layout-contents:hover .link {
  opacity: 1;
}
.layout-contents:hover .link:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #17233e;
  width: 100%;
  transition: width 0.3s ease-in;
}

.w-70 {
  width: 70%;
}

.news-card {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  height: 430px;
  flex: 1;
  transition: transform 0.3s ease;
  transition: all 0.4s;
}
.news-card .box-img {
  max-height: 246px;
}

.box-img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.news-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.news-card:hover img {
  transform: scale(1.12);
}
.news-card:hover .layout-new-item .news-card-content h3 {
  color: #fcb603;
}

.news-card-content {
  padding: 24px 24px;
}

.layout-tour {
  z-index: 1;
}
@media (max-width: 768px) {
  .layout-tour {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px !important;
    margin-left: 5px;
  }
}
.layout-tour .items-tour {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 768px) {
  .layout-tour .items-tour {
    width: 100%;
  }
}
.layout-tour .items-tour .layout-image {
  border-radius: 15px;
  max-width: 100%;
  overflow: hidden;
}
.layout-tour .items-tour .layout-image img {
  border-radius: 15px;
  height: 450px !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  width: 100%;
}
.layout-tour .items-tour .layout-image img:hover {
  transform: scale(1.12);
}
.layout-tour .items-tour .layout-content {
  padding: 12px;
  width: 100%;
  border-radius: 15px;
  transition: all 0.4s;
}
.layout-tour .items-tour .layout-content .title-main {
  border-radius: 15px;
  backdrop-filter: blur(0.9375rem);
  background: rgba(255, 255, 255, 0.0509803922);
  padding: 16px;
  transition: all 0.4s;
}
.layout-tour .items-tour .layout-content .title-main .top p,
.layout-tour .items-tour .layout-content .title-main .top li {
  transition: all 0.4s;
  color: #e1e2e6;
}
.layout-tour .items-tour .layout-content .title-main .bottom {
  height: 26px;
}
.layout-tour .items-tour .layout-content .title-main .bottom p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 26px;
  transition: all 0.4s;
  color: #ffffff;
}
.layout-tour .items-tour .layout-evaluate {
  padding: 12px;
}
.layout-tour .items-tour .layout-evaluate .borders {
  color: #ffffff;
  backdrop-filter: blur(0.9375rem);
  background: rgba(255, 255, 255, 0.0509803922);
  padding: 5px 12px;
  border-radius: 10px;
}
.layout-tour .items-tour:hover .layout-content .title-main {
  transition: all 0.4s;
  backdrop-filter: blur(0.9375rem);
  background: #ffffff;
}
.layout-tour .items-tour:hover .layout-content .title-main .top p,
.layout-tour .items-tour:hover .layout-content .title-main .top li {
  transition: all 0.4s;
  color: #9ea3ae;
}
.layout-tour .items-tour:hover .layout-content .title-main .bottom {
  max-height: 100%;
  height: 100%;
}
.layout-tour .items-tour:hover .layout-content .title-main .bottom p {
  -webkit-line-clamp: 2;
  max-height: 52px;
  transition: all 0.4s;
  color: #17233e;
  max-height: 100%;
}
.layout-tour .items-tour:hover .layout-content .title-main .bottom .price p {
  color: #e5c403;
}

.news-card-content h3 {
  transition: all 0.4s;
  font-size: 18px;
  margin: 10px 0;
  color: #333;
  min-height: 43px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-card-content p {
  font-size: 14px;
  color: #777;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-card-content span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}

.destination-group.slick-slide {
  margin: 0;
}
.destination-group-layout {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .destination-group-layout {
    display: block;
    max-height: unset;
    margin-left: 5px;
  }
  .destination-group-layout .destination-grid div {
    height: 70vw;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
  }
}
.destination-group-layout {
  max-height: 560px;
  padding: 0 0.5rem;
  margin: auto;
  gap: 0.5rem;
}
.destination-group-layout .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.destination-group-layout .slick-track > div {
  flex: 1 1 auto;
}
.destination-group-layout .layout-single {
  flex: 1 1 100%;
  max-width: 368px;
}
@media (max-width: 768px) {
  .destination-group-layout .layout-single {
    max-width: unset;
  }
}
.destination-group-layout .layout-single .destination-card {
  position: relative;
}
.destination-group-layout .layout-single .destination-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  min-height: 560px;
}
.destination-group-layout .layout-double {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  max-width: 368px;
}
@media (max-width: 768px) {
  .destination-group-layout .layout-double {
    max-width: unset;
  }
}
.destination-group-layout .layout-double {
  gap: 10px;
  justify-content: space-between;
}
.destination-group-layout .layout-double .destination-card {
  position: relative;
}
.destination-group-layout .layout-double .destination-card img {
  width: 100%;
  min-height: 276px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.destination-group-layout .layout-double-wide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 744px;
  justify-content: space-between;
  gap: 10px;
}
.destination-group-layout .layout-double-wide .destination-card {
  position: relative;
}
.destination-group-layout .layout-double-wide .destination-card img {
  max-height: 276px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .destination-group-layout .layout-double-wide .destination-card img {
    max-height: 100%;
  }
}
.destination-group-layout .slick-slider {
  margin: 0 -10px;
}
.destination-group-layout .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.destination-group-layout .destination-grid {
  padding: 0;
}
@media (max-width: 768px) {
  .destination-group-layout .destination-grid {
    padding: 0 15px;
  }
}
.destination-group-layout .layout-single .destination-overlay {
  transform: translateY(90%);
  height: 100%;
}
.destination-group-layout .layout-double .destination-overlay {
  transform: translateY(90%);
  height: 100%;
}
.destination-group-layout .layout-double-wide .destination-overlay {
  transform: translateY(90%);
  height: 100%;
}
.destination-group-layout .destination-card {
  z-index: 1;
  transition: all 0.4s;
}
.destination-group-layout .destination-card img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.destination-group-layout .destination-card .destination-overlay {
  position: absolute;
  transform: translateY(80%);
  top: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  width: 100%;
  left: 0;
  height: 100%;
  text-align: center;
  color: white;
  z-index: 2;
}
.destination-group-layout .destination-card .view-hidden {
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  color: white;
  z-index: 2;
  width: 70%;
  right: 0;
  margin: auto;
  left: 0;
}
.destination-group-layout .destination-card .view-hidden .summary {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.destination-group-layout .destination-card .view-hidden a {
  color: #e5c403;
  position: relative;
}
.destination-group-layout .destination-card .view-hidden a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #17233e;
  width: 0%;
  transition: width 0.3s ease-in;
}
.destination-group-layout .destination-card .layout-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(23, 35, 62, 0) 0%, rgba(23, 35, 62, 0) 100%), linear-gradient(to top, rgba(24, 19, 19, 0.81), rgba(255, 255, 255, 0)), url(your-image.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: width 0.3s ease-in;
  z-index: 1;
  border-radius: 15px;
}
.destination-group-layout .destination-card a:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: #e5c403;
  width: 100%;
  transition: width 0.3s ease-in;
}
.destination-group-layout .destination-card:hover .view-hidden {
  transform: translateY(55%);
}
.destination-group-layout .destination-card:hover .destination-overlay {
  transform: translateY(25%);
}
.destination-group-layout .destination-card:hover .layout-img::after {
  background: rgba(23, 35, 62, 0.7);
  backdrop-filter: blur(0.2375rem);
  background-size: cover;
}
.destination-group-layout .layout-single .destination-card:hover .destination-overlay {
  transform: translateY(45%);
}
.destination-group-layout .layout-double .destination-card:hover .destination-overlay {
  transform: translateY(40%);
}
.destination-group-layout .layout-double-wide .destination-card:hover .destination-overlay {
  transform: translateY(35%);
}

.slider-scrollbar {
  width: 100%;
  max-width: 96px;
  height: 8px;
  background: #f6f6f7;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  margin: auto;
  transition: left 0.3s ease;
  border-radius: 15px;
}

.slider-scrollbar-thumb {
  width: 50%;
  height: 100%;
  background: #e5c403;
  position: absolute;
  cursor: pointer;
  transition: left 0.3s ease;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .section-top {
    height: 450px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .section-top .banner-slide {
    height: 450px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover; /* Che phần thừa 2 bên */
    position: absolute;
  }
  .section-top .banner-slide .owl-stage-outer .owl-stage .owl-item .item {
    width: 100%; /* Adjust the width as needed */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
  }
  .section-top .banner-slide .owl-stage-outer .owl-stage .owl-item .item a {
    height: 100%;
  }
  .section-top .banner-slide .owl-stage-outer .owl-stage .owl-item .item a img {
    height: 100%;
    width: auto; /* Maintain aspect ratio */
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .section-top .banner-slide .owl-stage-outer .owl-stage .name {
    font-size: 36px;
    max-width: 80% !important;
    margin: 0 auto;
  }
  .section-top .banner-slide .owl-stage-outer .owl-stage .content {
    display: none;
  }
  .travel {
    padding-top: 0rem !important;
  }
  .travel h3 {
    font-size: 28px;
  }
  .travel .text-center .summary-content {
    width: 100%;
    padding: 0 10px;
    display: block;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 900px) {
  .mice {
    padding: 1rem !important;
  }
  .mice .row {
    gap: 1rem;
  }
  .mice .row .col-md-5 .view img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .mice .row .col-md-5 .view h3 {
    font-size: 28px;
    padding: 14px 0;
    max-width: 80%;
    margin: 0 auto;
  }
}
.bg-content {
  max-width: 100%;
}
.bg-content img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.different .page-content .view-right .layout-view-content .layout-contents {
  padding: 1rem !important;
}
.different .page-content .view-right .layout-view-content .layout-contents .layout-box .border-img img {
  max-height: 80px;
}
.different .page-content .view-right .layout-view-content .layout-contents .layout-box .w-70 {
  width: 100%;
}

.different.news .page-content .container-new-home {
  display: block !important;
  margin: 0px !important;
}
.different.news .page-content .container-new-home .view-left {
  width: 100% !important;
  margin-bottom: 20px;
}
.different.news .page-content .container-new-home .view-right {
  width: 100% !important;
  padding: 0 20px !important;
}

.section-top .banner-slide.banner-carousel {
  position: relative;
}
.section-top .banner-slide.banner-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin-top: 0 !important;
  z-index: 20;
}
.section-top .banner-slide.banner-carousel .owl-dots button.owl-dot span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  margin: 0 6px !important;
}
.section-top .banner-slide.banner-carousel .owl-dots button.owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #000000 !important;
  border-color: #000000 !important;
}

@media (max-width: 768px) {
  .banner-carousel .item .banner-name .name {
    font-size: 20px;
  }
  .banner-carousel .item .content.w-50 {
    width: 100% !important;
    font-size: 0.5rem;
  }
}/*# sourceMappingURL=default.css.map */
