@charset "UTF-8";
.title-large {
  font-size: 32px;
}

.title-medium {
  font-size: 28px;
}

.title-small {
  font-size: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb0 {
  padding-bottom: 0;
}

.pr10 {
  padding-right: 14px;
}

.pl10 {
  padding-left: 14px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.hero-about {
  /* Gradient Overlay */
}
.hero-about .hero {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.hero-about .hero img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-about .hero-content {
  position: absolute;
  top: 0;
  left: 10%;
  color: white;
  z-index: 2;
}
.hero-about .hero-content .content {
  flex-wrap: wrap;
}
.hero-about .hero-content .content .breadcrumb {
  font-size: 14px;
  margin-bottom: 10px;
  background: transparent;
  padding-top: 30px;
}
.hero-about .hero-content .content .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: Gotham;
}
.hero-about .hero-content .content .breadcrumb a:hover {
  text-decoration: underline;
}
.hero-about .hero-content .content .hero-title {
  font-size: 56px;
  padding-top: 50px;
  font-family: playfair;
  letter-spacing: 2px;
}
.hero-about .hero-content .content .hero-subtitle {
  font-size: 24px;
  margin-top: 5px;
  font-family: playfair;
  letter-spacing: 2px;
}
.hero-about .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(5, 34, 61, 0.9) 0%, rgba(5, 34, 61, 0.64) 31%, rgba(21, 57, 90, 0) 67%);
  z-index: 1;
}

.about-section .title-large {
  text-transform: uppercase;
  color: #15568F;
  font-size: 28px;
  font-family: playfair;
}
.about-section .about-title {
  font-size: 26px;
  font-weight: bold;
  color: #15395A;
  margin-bottom: 10px;
  font-family: playfair;
  text-align: center;
}
.about-section .about-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 30px;
  color: #333;
}
.about-section .about-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-section .about-content .about-box {
  flex: 1;
  min-width: 280px;
  padding: 50px;
  background-color: #f0f4f8;
  border-radius: 10px;
  text-align: left;
}
.about-section .about-content .about-box .icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: #15395A;
}
.about-section .about-content .about-box h3 {
  color: #15395A;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: playfair;
}

.the-safe-cruise .container h2.title-medium {
  font-family: playfair;
  font-size: 28px;
  color: #15395A;
}
.the-safe-cruise .container .image-container-right {
  position: relative;
}
.the-safe-cruise .container .image-container-right img {
  max-width: 80%;
  border-radius: 10px;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.the-safe-cruise .container .image-container-right .content-box {
  position: absolute;
  top: 50%;
  right: 0%;
  background: #F2F8FD;
  padding: 40px;
  border-radius: 8px;
  max-width: 600px;
  transform: translateY(-50%);
  font-family: playfair;
}
.the-safe-cruise .container .image-container-right .content-box .title-large {
  font-size: 38px;
  color: #141515;
}
.the-safe-cruise .container .image-container-left {
  position: relative;
  text-align: right;
}
.the-safe-cruise .container .image-container-left img {
  max-width: 80%;
  border-radius: 10px;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.the-safe-cruise .container .image-container-left .content-box {
  position: absolute;
  top: 50%;
  left: 0%;
  background: #F2F8FD;
  padding: 40px;
  border-radius: 8px;
  max-width: 600px;
  transform: translateY(-50%);
  font-family: playfair;
  text-align: left;
  min-height: 386px;
  display: flex;
  align-items: center;
}
.the-safe-cruise .container .image-container-left .content-box .title-large {
  font-size: 38px;
  color: #141515;
}

.gallery {
  background-color: #F2F8FD;
}
.gallery .title-section {
  padding: 40px 0;
  margin: 0;
}
.gallery .container-flex {
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  align-items: center;
}
.gallery .container-flex .large-image {
  width: 100%;
  height: 550px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .container-flex .small-images {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  position: relative;
}
.gallery .container-flex .small-images img {
  width: 100%;
  border-radius: 10px;
  height: 269px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .container-flex .view-gallery {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: white;
  padding: 8px 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-decoration: none;
  color: #141515;
}
.gallery .container-flex .view-gallery:hover {
  background-color: #15568F;
  color: white;
}
.gallery .container-flex .view-gallery:hover > .ri-image-line::before {
  color: white;
}

.awards-section {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  padding-top: 40px;
}
.awards-section .title-section {
  padding: 0;
  margin: 0;
}
.awards-section .justify-content-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.awards-section .award-item {
  text-align: center;
}
.awards-section .award-item img {
  max-height: 222px;
  max-width: 100%;
}

.csr-section {
  text-align: center;
  background-color: #F2F8FD;
  padding: 40px 0;
}
.csr-section .title-section {
  padding: 0;
  margin: 0;
}
.csr-section .csr-card {
  text-align: left;
  font-family: Gotham;
}
.csr-section .csr-card a {
  text-decoration: none;
}
.csr-section .csr-card a p {
  text-align: left;
  padding-top: 14px;
  color: #141515;
  font-size: 18px;
}
.csr-section .csr-card a small {
  color: #4D5151;
}
.csr-section .csr-card a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.csr-section .view-all-btn {
  margin-top: 20px;
  padding: 0 50px;
  border: 1px solid #15395A;
  background: transparent;
  text-transform: uppercase;
  font-family: Gotham;
  height: 51px;
  color: #15395A;
  transition: 0.5s;
}
.csr-section .view-all-btn:hover {
  background-color: #15568F;
  color: white;
  border-color: #15568F;
}

.footer {
  background-color: #141515;
  color: white;
  padding: 50px 0;
}
.footer .title-small {
  font-size: 16px;
}
.footer a {
  color: #bbb;
  text-decoration: none;
}
.footer a:hover {
  color: white;
}
.footer a .col {
  margin-bottom: 20px;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer ul li {
  list-style-type: none;
  padding: 6px 0;
}
.footer .support-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.footer .support-top .chat-zalo-fb {
  width: 42px;
  padding-bottom: 50px;
}
.footer .support-top .chat-zalo-fb a img {
  max-width: 42px;
  padding: 10px 0;
}
.footer .back-to-top {
  background-color: white;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 20px;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .back-to-top:hover {
  background-color: #15568F;
}
.footer .back-to-top:hover > .ri-arrow-up-long-line::before {
  color: white;
}
.footer .back-to-top .ri-arrow-up-long-line::before {
  color: #141515;
  font-size: 16px;
}
.footer .location {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .location p {
  padding: 0;
  margin: 0;
}
.footer .footer-bottom {
  border-top: 1px solid #2C2C2C;
  padding-top: 30px;
}

.mb0 {
  margin-bottom: 0;
}

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

.hero-grand-pioneers .breadcrumb {
  font-size: 14px;
  margin-bottom: 10px;
  background: transparent;
}
.hero-grand-pioneers .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: Gotham;
}
.hero-grand-pioneers .breadcrumb a:hover {
  text-decoration: underline;
}

.grand-pioneers-list, .info-section {
  padding: 30px 0;
  /* ======== Form Chọn Ngày ======== */
}
.grand-pioneers-list .info-container, .info-section .info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.grand-pioneers-list .info-container li, .info-section .info-container li {
  list-style-type: none;
}
.grand-pioneers-list .info-container li span, .info-section .info-container li span {
  font-size: 14px;
  color: #4D5151;
}
.grand-pioneers-list .info-container li p, .info-section .info-container li p {
  color: #15395A;
  font-size: 24px;
  font-weight: bold;
}
.grand-pioneers-list .link-container, .info-section .link-container {
  border-bottom: 1px solid #E6E7E7;
  border-top: 1px solid #E6E7E7;
}
.grand-pioneers-list .link-container .navbar, .info-section .link-container .navbar {
  padding: 0;
  margin: 0;
  min-height: 0;
}
.grand-pioneers-list .link-container .navbar ul.nav-list, .info-section .link-container .navbar ul.nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 29px 0;
  margin: 0;
  justify-content: center;
  gap: 60px;
  width: 100%;
}
.grand-pioneers-list .link-container .navbar ul.nav-list li, .info-section .link-container .navbar ul.nav-list li {
  list-style-type: none;
}
.grand-pioneers-list .link-container .navbar ul.nav-list li a, .info-section .link-container .navbar ul.nav-list li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #141515;
  text-transform: uppercase;
}
.grand-pioneers-list .link-container .navbar ul.nav-list li a:hover, .info-section .link-container .navbar ul.nav-list li a:hover {
  color: #15568F;
}
.grand-pioneers-list .note, .info-section .note {
  color: #4D5151;
}
.grand-pioneers-list .date-picker-container, .info-section .date-picker-container {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #E6E7E7;
}
.grand-pioneers-list .sticky-top, .info-section .sticky-top {
  position: sticky;
  top: 0;
  background-color: white; /* Giữ nền trắng để không bị trong suốt */
  z-index: 1080; /* Giữ trên các phần khác */
}
.grand-pioneers-list .date-box, .info-section .date-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #002147;
  cursor: pointer;
  position: relative;
  width: 40%;
}
.grand-pioneers-list .date-box i, .info-section .date-box i {
  font-size: 18px;
}
.grand-pioneers-list .date-input, .info-section .date-input {
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #002147;
  background: transparent;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: left;
}
.grand-pioneers-list .date-input::-moz-placeholder, .info-section .date-input::-moz-placeholder {
  color: #15395A !important;
  opacity: 1; /* Đảm bảo không bị mờ */
}
.grand-pioneers-list .date-input::placeholder, .info-section .date-input::placeholder {
  color: #15395A !important;
  opacity: 1; /* Đảm bảo không bị mờ */
}
.grand-pioneers-list .divider, .info-section .divider {
  width: 1px;
  height: 30px;
  background-color: #ccc;
}
.grand-pioneers-list .search-btn, .info-section .search-btn {
  background-color: #002147;
  color: white;
  font-weight: bold;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  width: 20%;
  height: 55px;
}
.grand-pioneers-list .search-btn:hover, .info-section .search-btn:hover {
  background-color: #004080;
}

.main-image-container {
  overflow: inherit;
  /* ======= Container chính ======= */
  /* Ảnh lớn */
  /* ======= Thông tin suite ======= */
}
.main-image-container .suite-container {
  display: flex;
  background-color: #F2F8FD;
  flex-wrap: wrap;
}
.main-image-container .suite-container .image-section {
  width: 315px;
  /* Danh sách ảnh nhỏ */
  /* Item "All" có hình nền là thumbnail đầu tiên */
}
.main-image-container .suite-container .image-section .thumbnail-container {
  display: flex;
  justify-content: center;
  gap: 2px;
  width: 315px;
}
.main-image-container .suite-container .image-section .thumbnail {
  width: 62px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  cursor: pointer;
  transition: transform 0.2s;
  padding: 0;
  margin: 0;
}
.main-image-container .suite-container .image-section .thumbnail:hover {
  opacity: 0.5;
}
.main-image-container .suite-container .image-section .thumbnail.all {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 3px black;
  background-color: rgba(0, 33, 71, 0.8705882353);
}
.main-image-container .suite-container .image-section .thumbnail.all span {
  position: absolute;
  z-index: 1;
}
.main-image-container .suite-container .image-section .thumbnail.all img {
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
  height: 56px;
}
.main-image-container .suite-container .main-image {
  width: 315px;
  height: 283px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.main-image-container .info-section {
  width: 800px;
  padding: 30px;
}
.main-image-container .info-section .title-large {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #15395A;
  font-family: playfair;
  padding-bottom: 20px;
}
.main-image-container .info-section .info-container li {
  line-height: 24px;
}
.main-image-container .info-section .info-container li span {
  font-size: 14px;
}
.main-image-container .info-section .info-container li p {
  color: #15395A;
  font-size: 14px;
}
.main-image-container .info-section .info-container li p span {
  color: #15395A;
}
.main-image-container .info-section .tag {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.main-image-container .info-section .tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-top: 60px;
  max-width: 387px;
}
.main-image-container .info-section .tag ul li {
  list-style-type: none;
}
.main-image-container .info-section .tag ul li a {
  padding: 0 4px;
  text-decoration: none;
  color: #4D5151;
  border: 1px solid #E6E7E7;
  display: block;
  font-size: 14px;
  min-height: 25px;
}
.main-image-container .info-section .tag ul li a:hover, .main-image-container .info-section .tag ul li a:focus {
  color: #15395A;
  border-color: #15395A;
}
.main-image-container .pricing-box {
  width: 245px;
  text-align: center;
  position: relative;
  padding: 20px;
}
.main-image-container .pricing-box h2 {
  font-size: 16px;
  color: #141515;
  margin-bottom: 5px;
}
.main-image-container .price {
  font-size: 24px;
  font-weight: bold;
  color: #141515;
  margin-bottom: 5px;
}
.main-image-container .per-suite {
  font-size: 16px;
  color: #141515;
  margin-bottom: 15px;
}
.main-image-container .logo {
  width: 50px;
  margin-bottom: 10px;
  padding-top: 0;
}
.main-image-container .btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #072f57;
  color: white;
  text-decoration: none;
  font-size: 16px;
  border-radius: 1px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
  height: 45px;
  text-transform: uppercase !important;
}
.main-image-container .btn:hover {
  background-color: #0a3e73;
}
.main-image-container .dropdown-container {
  position: relative;
  /* Style cho dropdown */
  /* Style cho button */
  /* Style cho danh sách dropdown */
  /* Hiện dropdown khi hover */
}
.main-image-container .dropdown-container .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.main-image-container .dropdown-container .dropdown button {
  background-color: #fff;
  border: 1px solid #15395A;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  color: #15395A;
  border-radius: 1px;
  justify-content: center;
  height: 45px;
  text-transform: uppercase !important;
}
.main-image-container .dropdown-container .dropdown button i {
  font-size: 18px;
}
.main-image-container .dropdown-container .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-image-container .dropdown-container .dropdown-menu li {
  padding: 10px;
}
.main-image-container .dropdown-container .dropdown-menu li a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-image-container .dropdown-container .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.main-image-container .dropdown-container .dropdown:hover .dropdown-menu {
  display: block;
}

.deckplan-factsheet {
  /* Tabs container */
}
.deckplan-factsheet .text-align-center {
  color: #141515;
}
.deckplan-factsheet .tabs1 {
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: center;
  max-width: 1400px;
}
.deckplan-factsheet .tab {
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  color: #000;
}
.deckplan-factsheet .tab:hover {
  color: #0056b3;
}
.deckplan-factsheet .tab.active {
  color: #0056b3;
}
.deckplan-factsheet .tab.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0056b3;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.deckplan-factsheet .tab-content {
  display: none;
  padding: 20px;
  text-align: center;
}
.deckplan-factsheet .tab-content.active {
  display: block;
}

.deckplan-factsheet .container .tab-content img {
  max-width: 100%;
  width: 100%;
}

.sticky-header {
  position: sticky;
  top: 0; /* Dính ở vị trí top */
  background: white; /* Đảm bảo menu không bị trong suốt */
  padding: 10px;
  z-index: 1000; /* Giúp header nổi lên trên */
}

.popup-custom-gp .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.popup-custom-gp .popup-overlay#popup2 .popup-content .custom-slider {
  width: 75%;
}
.popup-custom-gp .popup-overlay#popup2 .popup-content .custom-slider .custom-thumbnails img.active {
  opacity: 0.6;
}
.popup-custom-gp .popup-overlay#popup2 .popup-content .custom-content {
  width: 25%;
}
.popup-custom-gp .popup-content {
  position: relative;
  background: white;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
  display: flex;
  flex-direction: row;
}
.popup-custom-gp .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  color: #4D5151;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}
.popup-custom-gp .close-btn i.ri-close-line::before {
  font-size: 24px;
}
.popup-custom-gp .custom-slider {
  position: relative;
  width: 60%;
}
.popup-custom-gp .custom-slider img {
  width: 100%;
  display: block;
  border-radius: 0;
}
.popup-custom-gp .custom-thumbnails {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px;
  position: relative;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.popup-custom-gp .custom-thumbnails img {
  width: 60px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
}
.popup-custom-gp .custom-thumbnails img:hover, .popup-custom-gp .custom-thumbnails img:focus, .popup-custom-gp .custom-thumbnails img.active {
  opacity: 0.7;
  border: 2px solid transparent;
}
.popup-custom-gp .custom-thumbnails img.active {
  opacity: 0.6;
  border: 0;
}
.popup-custom-gp .custom-thumbnails1 {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px;
  position: relative;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.popup-custom-gp .custom-thumbnails1 img {
  width: 60px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
}
.popup-custom-gp .custom-thumbnails1 img.active {
  opacity: 0.6;
}
.popup-custom-gp .custom-content {
  width: 40%;
  padding: 20px;
  text-align: left;
}
.popup-custom-gp .custom-nav-btn {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  background: #fff;
  color: #2e2e2e;
  border: none;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.popup-custom-gp .custom-prev-btn {
  left: 10px;
}
.popup-custom-gp .custom-next-btn {
  right: 10px;
}
.popup-custom-gp .facilities-icon {
  overflow-y: auto;
  height: 492px;
}
.popup-custom-gp .facilities-icon h2 {
  font-family: playfair;
  font-size: 26px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
.popup-custom-gp .facilities-icon h3 {
  font-size: 26px;
}
.popup-custom-gp .facilities-icon hr {
  border-bottom: 1px solid #E6E7E7;
}
.popup-custom-gp .facilities-icon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #E6E7E7;
  padding-bottom: 20px;
}
.popup-custom-gp .facilities-icon ul li {
  width: 48%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.popup-custom-gp .facilities-icon ul li span {
  line-height: 18px;
}

.slider-custom-progress .slider-container {
  width: 80%;
  margin: auto;
  overflow: hidden;
  position: relative;
  float: right;
}
.slider-custom-progress .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-bottom: 0;
  gap: 50px;
}
.slider-custom-progress .slide {
  flex: 1 0 18%;
  padding: 0;
  text-align: center;
}
.slider-custom-progress .slide p {
  text-transform: uppercase;
}
.slider-custom-progress .slide p span {
  text-transform: none;
  font-style: italic;
  font-size: 14px;
  color: #4D5151;
}
.slider-custom-progress .slide img {
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
}
.slider-custom-progress .labels {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.slider-custom-progress .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 540px;
  margin: auto;
}
.slider-custom-progress .nav-button {
  cursor: pointer;
  padding: 0px;
  font-size: 16px;
  background-color: #fff;
  color: #292929;
  border-radius: 5px;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.slider-custom-progress .nav-button:hover {
  opacity: 0.6;
  background-color: transparent;
}
.slider-custom-progress .progress-bar {
  width: 80%;
  margin: 10px auto;
  height: 5px;
  background: #ddd;
  position: relative;
}
.slider-custom-progress .progress {
  height: 100%;
  background: #13294b;
  width: 50%;
  transition: width 0.5s;
}
.slider-custom-progress .w100pr {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider-gp-111 .blogs-homepage-item {
  text-align: center;
}
.custom-slider-gp-111 .blogs-homepage-item a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-family: playfair;
  font-size: 16px;
}
.custom-slider-gp-111 .blogs-homepage-item p {
  color: #4D5151;
  font-weight: normal;
}
.custom-slider-gp-111 .slider-container {
  width: 80%;
  margin: auto;
  overflow: hidden;
  position: relative;
  float: right;
}
.custom-slider-gp-111 .slider111 {
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-bottom: 0;
  gap: 50px;
}
.custom-slider-gp-111 .slide111 {
  flex: 1 0 18%;
  padding: 0;
  text-align: center;
}
.custom-slider-gp-111 .slide111 p {
  text-transform: uppercase;
}
.custom-slider-gp-111 .slide111 p span {
  text-transform: none;
  font-style: italic;
  font-size: 14px;
  color: #4D5151;
}
.custom-slider-gp-111 .slide111 img {
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
}
.custom-slider-gp-111 .labels {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.custom-slider-gp-111 .navigation111 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 540px;
  margin: auto;
}
.custom-slider-gp-111 .nav-button {
  cursor: pointer;
  padding: 0px;
  font-size: 16px;
  background-color: #fff;
  color: #292929;
  border-radius: 5px;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.custom-slider-gp-111 .nav-button:hover {
  opacity: 0.6;
  background-color: transparent;
}
.custom-slider-gp-111 .progress-bar111 {
  width: 80%;
  margin: 10px auto;
  height: 5px;
  background: #ddd;
  position: relative;
}
.custom-slider-gp-111 .progress111 {
  height: 100%;
  background: #13294b;
  width: 20%;
  transition: width 0.5s;
}
.custom-slider-gp-111 .w100pr {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider-gp333 .blogs-homepage-item {
  text-align: center;
}
.custom-slider-gp333 .blogs-homepage-item a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-family: playfair;
  font-size: 16px;
}
.custom-slider-gp333 .blogs-homepage-item p {
  color: #4D5151;
  font-weight: normal;
}
.custom-slider-gp333 .slider-container {
  width: 80%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.custom-slider-gp333 .slider333 {
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-bottom: 0;
  gap: 50px;
}
.custom-slider-gp333 .slide333 {
  flex: 1 0 18%;
  padding: 0;
  text-align: center;
}
.custom-slider-gp333 .slide333 p {
  text-transform: uppercase;
}
.custom-slider-gp333 .slide333 p span {
  text-transform: none;
  font-style: italic;
  font-size: 14px;
  color: #4D5151;
}
.custom-slider-gp333 .slide333 img {
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
}
.custom-slider-gp333 .labels {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.custom-slider-gp333 .navigation333 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 540px;
  margin: auto;
}
.custom-slider-gp333 .nav-button {
  cursor: pointer;
  padding: 0px;
  font-size: 16px;
  background-color: #fff;
  color: #292929;
  border-radius: 5px;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.custom-slider-gp333 .nav-button:hover {
  background-color: #15568F;
  color: white;
}
.custom-slider-gp333 .nav-button:hover {
  opacity: 0.6;
  background-color: transparent;
  color: #15568F;
}
.custom-slider-gp333 .progress-bar333 {
  width: 80%;
  margin: 10px auto;
  height: 5px;
  background: #ddd;
  position: relative;
}
.custom-slider-gp333 .progress333 {
  height: 100%;
  background: #13294b;
  width: 20%;
  transition: width 0.5s;
}
.custom-slider-gp333 .w100pr {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider-gp .blogs-homepage-item {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.custom-slider-gp .blogs-homepage-item .avatar-blogs-home {
  position: relative;
  padding-top: 99%;
  display: block;
  margin-bottom: 20px;
}
.custom-slider-gp .blogs-homepage-item .avatar-blogs-home img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}
.custom-slider-gp .blogs-homepage-item b {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.custom-slider-gp .blogs-homepage-item b a {
  font-size: 14px;
  text-transform: uppercase;
  color: #141515;
  font-weight: normal;
  text-decoration: none;
}
.custom-slider-gp .blogs-homepage-item b p {
  font-weight: normal;
  font-style: italic;
  color: #4D5151;
  font-size: 14px;
}
.custom-slider-gp .blogs-homepage-item p {
  display: inline-block;
  width: 100%;
}
.custom-slider-gp .blogs-homepage-item p a {
  font-size: 24px;
  color: #141515;
}
.custom-slider-gp .paging {
  width: 100%;
}
.custom-slider-gp .paging .progress-bar {
  width: 242px;
  height: 6px;
  border-radius: 6px;
  background: #f5f5f5;
}
.custom-slider-gp .paging .progress-bar .progress {
  background-color: #15395A;
}

.custom-slider-gp2 .blogs-homepage-item .avatar-blogs-home {
  position: relative;
  padding-top: 0;
}
.custom-slider-gp2 .blogs-homepage-item .avatar-blogs-home .item-container {
  position: relative;
  padding-top: 0;
}
.custom-slider-gp2 .blogs-homepage-item .avatar-blogs-home .item-container .title-description::after {
  content: "";
  background: linear-gradient(209deg, rgba(5, 34, 61, 0.9) 0%, rgba(5, 34, 61, 0.64) 31%, rgba(21, 57, 90, 0) 67%);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
}
.custom-slider-gp2 .blogs-homepage-item .avatar-blogs-home .item-container .title-description {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.custom-slider-gp2 .blogs-homepage-item .avatar-blogs-home .item-container .title-description h4 {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  color: white;
  z-index: 9;
}
.custom-slider-gp2 .blogs-homepage-item .avatar-blogs-home .item-container .title-description button {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 205px;
  margin: auto;
  z-index: 9;
  height: 45px;
  color: #15395A;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}
.custom-slider-gp2 .blogs-homepage-item .avatar-blogs-home .item-container .title-description button:hover {
  background-color: #15568F;
  color: white;
}
.custom-slider-gp2 .blogs-homepage-item .avatar-blogs-home .item-container img {
  position: relative;
}

@font-face {
  font-family: "Gotham";
  src: url("Gotham-Book.woff2") format("woff2"), url("Gotham-Book.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("Gotham-Bold.woff2") format("woff2"), url("Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "playfair-bold";
  src: url("PlayfairDisplay-Bold.woff2") format("woff2"), url("PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "playfair";
  src: url("PlayfairDisplay-Regular.woff2") format("woff2"), url("PlayfairDisplay-Regular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@media only screen and (min-width: 1450px) {
  .container {
    max-width: 71%;
  }
}
@media only screen and (min-width: 1220px) {
  ul.info-container {
    gap: 16px !important;
  }
  .container {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1920px) {
  .timeless-section {
    padding: 50px 0;
    padding-bottom: 5.8% !important;
  }
}
@media only screen and (max-width: 1650px) {
  header .full-container .right-header nav ul li {
    padding: 0 6px;
  }
  .breadcrumb.absolute-breadcrum {
    padding: 0 16px;
  }
  .search-flag-body {
    gap: 0px;
  }
  header .full-container .right-header .button-action-header a {
    min-width: 150px;
  }
  .box-content-on-head {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1450px) {
  header .full-container .right-header nav ul li a {
    font-size: 14px;
  }
  header .full-container .logo img {
    height: 47px;
  }
  header .full-container {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .grand-pioneers-list .link-container nav.navbar .container {
    overflow-x: auto;
  }
  .grand-pioneers-list .link-container nav.navbar .container ul {
    flex-wrap: initial !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .grand-pioneers-list .link-container nav.navbar .container ul li {
    float: left;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .search-flag-body {
    position: sticky !important;
    bottom: 0;
    padding: 16px;
    border-top: 1px solid #ddd;
    width: 100%;
  }
  .search-flag-body .search-header {
    height: 55px !important;
    width: 100%;
    background: #F2F8FD;
    border-radius: 2px;
    display: flex;
    gap: 6px;
    padding: 0 14px !important;
    border: 1px solid #E6E7E7;
  }
  .search-flag-body .search-header input {
    display: block;
    border: 0;
    outline: none;
    background: none;
  }
  .icon-menu-mobile {
    display: flex !important;
  }
  .icon-menu-mobile i {
    font-size: 30px;
    color: #15395A;
  }
  .right-header {
    display: none !important;
  }
  .flag-header {
    padding-right: 0 !important;
  }
  header .full-container {
    padding: 0 16px;
  }
  .right-header.active {
    display: inline-block !important;
    position: fixed;
    left: 0;
    top: 78px;
    height: -moz-max-content !important;
    height: max-content !important;
    width: 100%;
    background: white !important;
  }
  .right-header nav > ul {
    flex-direction: column-reverse !important;
    width: 100%;
    display: inline-block !important;
  }
  .right-header nav > ul li {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .right-header nav > ul li i {
    font-size: 26px;
  }
  .right-header nav > ul li:hover ul {
    display: none !important;
  }
  .right-header nav ul li a {
    height: 60px !important;
  }
  .right-header nav ul li ul {
    display: none;
  }
  .right-header nav ul li.active {
    background: #F2F8FD;
    display: inline-block !important;
    position: relative;
  }
  .right-header nav ul li.active i.ri-arrow-down-s-line {
    position: absolute;
    right: 15px;
    top: 6px;
    rotate: 180deg;
  }
  .right-header nav ul li.active ul {
    display: inline-block !important;
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: none !important;
  }
  .right-header nav ul li.active ul li {
    display: inline-block !important;
    width: 100%;
  }
  .button-action-header {
    display: none;
  }
  .close-menu .ri-menu-3-line {
    display: none !important;
  }
  .close-menu .ri-close-line {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .slide-blogs-update .title-section {
    padding: 0 15px;
  }
  .slide-blogs-update .slider-blogs {
    padding: 0px !important;
  }
  .hero-slider {
    margin-bottom: 30px !important;
  }
  .grand-pioneers-page .title-header-page {
    padding: 0 !important;
  }
  .quote-section .col-md-5, .quote-section .col-md-7 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer .footer-bottom .title-small {
    margin-bottom: 20px !important;
    min-height: 35px;
  }
  .box-title p {
    text-align: left !important;
  }
  .col-careers-head {
    margin-top: -80px;
  }
  .col-careers-head .button-head {
    margin-top: 16px;
  }
  .col-careers-head h1 {
    font-size: 32px !important;
  }
  .clock-location {
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 0;
    gap: 8px;
  }
  .body-careers-details {
    margin-top: 20px;
  }
  body .quote-section .body-img-quote .img-quote-bototm {
    padding: 16px !important;
  }
  body .quote-section .body-img-quote .img-quote-bototm img {
    height: auto !important;
    -o-object-fit: initial !important;
       object-fit: initial !important;
  }
  .cus-slider-gp .cus-nav-button {
    display: none !important;
  }
  header .full-container .right-header nav ul li a {
    font-size: 18px;
  }
  .body-container p span b {
    font-family: "Gotham";
    margin-bottom: 0 !important;
    font-size: 14px !important;
  }
  .body-container p span {
    font-family: "playfair";
    color: white;
    text-transform: uppercase;
    font-size: 26px !important;
  }
  .grand-pioneers-page .position-content {
    margin-bottom: 0px !important;
  }
  .main-image-container .info-section ul.info-container li:nth-child(odd) {
    padding-right: 16px;
  }
  .main-image-container .info-section ul.info-container li:nth-child(even) {
    padding-left: 16px;
  }
  .facilities-icon {
    padding-bottom: 70px !important;
  }
  .facilities-icon p:nth-last-child(1) {
    padding-bottom: 70px !important;
  }
  .popup-custom-gp .popup-overlay {
    overflow-y: auto;
  }
  .cus-slider-gp.news-bg-alpha .row {
    flex-wrap: wrap !important;
  }
  .cus-slider-gp.news-bg-alpha .row .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }
  .content-hero-slide p:nth-child(1) {
    font-size: 16px !important;
  }
  .content-hero-slide p:nth-child(2) {
    font-family: "playfair";
    font-size: 24px !important;
  }
  .left-maps {
    padding-right: 0 !important;
    padding-bottom: 16px !important;
  }
  .left-maps p img {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .infor-item-services .name-title-services {
    min-height: initial !important;
  }
  .right-tour {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
  .timeless-slider .slide.slick-slide.slick-current.slick-active.slick-center .ifor-grandpioneers {
    z-index: 1;
  }
  .timeless-slider .slide.slick-slide.slick-current.slick-active.slick-center::after {
    position: absolute;
    left: -14.5%;
  }
  .main-image-container .suite-container {
    padding-left: 0px;
  }
  .main-image-container .suite-container .image-section {
    position: relative;
    top: 0;
    left: 0;
  }
  .grand-pioneers-list .info-container li, .info-section .info-container li {
    list-style-type: none;
    width: 50%;
  }
  .main-image-container .info-section .tag ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 0;
    max-width: 387px;
  }
  .main-image-container .info-section {
    width: 800px;
    padding: 15px;
  }
  .main-image-container .info-section .tag ul li a {
    border: 1px solid #b0b0b0;
  }
  .main-image-container .info-section .tag ul li a {
    padding: 5px 8px;
  }
  .popup-content .custom-content {
    position: relative !important;
    width: 100% !important;
  }
  .popup-content {
    padding-right: 0 !important;
  }
  .wine-section-default .col-md-4,
  .list-services .col-md-4,
  .wellness-section .col-md-4,
  .entertainment-section .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .charter-section-first .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup-content .facilities-icon {
    overflow-y: auto;
    height: 492px !important;
  }
  .body-detail-editor.pr-60 {
    padding-right: 0 !important;
  }
  .avatar-services {
    margin-top: 20px !important;
  }
  .head-blogs-detail {
    padding-top: 0 !important;
  }
  .title-header-white-body h1 {
    font-size: 42px;
  }
  .infor-large {
    padding-left: 0;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
  }
  .button-download a {
    height: 76px;
  }
  .content-about-first {
    position: relative;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }
  .content-about-first h3 {
    font-size: 28px;
    font-family: "playfair";
    text-transform: uppercase;
    width: 300px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .right-about .item-about-right-img .body-infor-about-img {
    position: relative;
    right: 0;
    left: initial !important;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .right-about .item-about-right-img .infor-right-img,
  .item-about-right-img .infor-right-img {
    background: #F2F8FD;
    padding: 20px 26px;
    display: inline-block;
    width: 100%;
  }
  .item-about-right-img,
  .right-about .item-about-right-img {
    padding: 0 !important;
    width: 100% !important;
    position: relative;
  }
  .body-infor-about-img {
    width: 100% !important;
    height: initial !important;
    padding-bottom: 30px !important;
    display: inline-block !important;
    position: relative !important;
  }
  .left-about, .right-about {
    padding: 16px 0 !important;
  }
  .body-infor-about-img {
    margin-bottom: 0 !important;
  }
  .misson-vission .item-vission {
    background: #F2F8FD;
    padding: 30px;
    height: inherit;
    margin-bottom: 30px;
  }
  .section-customerReview .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .head-blogs-detail .row {
    flex-direction: column-reverse !important;
  }
  .head-blogs-detail .col-md-5, .head-blogs-detail .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .head-blogs-detail .col-md-5 img, .head-blogs-detail .col-md-7 img {
    margin-bottom: 20px;
  }
  .infor-item-services .name-title-services {
    -webkit-line-clamp: 200 !important;
  }
  .table-of-content {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 308px;
    background: white;
    border-radius: 2px;
    padding: 20px;
    left: 15px;
    bottom: 70px;
  }
  .table-of-content ul {
    margin-bottom: 0;
  }
  .table-of-content {
    border: 1px solid #15395A;
  }
  .table-of-content ul {
    max-height: 300px;
    overflow-y: auto;
  }
  .icon-mobile-table-of-content {
    display: flex !important;
  }
  .icon-mobile-table-of-content i {
    font-size: 30px;
    color: #15395A;
    display: none;
  }
  .icon-mobile-table-of-content.active i {
    display: inline-block !important;
  }
  .icon-mobile-table-of-content.active img {
    display: none !important;
  }
  .sumary-blogs.active .table-of-content {
    display: inline-block !important;
  }
  .sumary-blogs.active .icon-mobile-table-of-content img {
    display: none;
  }
  .sumary-blogs.active .icon-mobile-table-of-content i {
    display: inline-block !important;
  }
  .breadcrumb.p-100 {
    padding-top: 60px !important;
  }
  .body-tab-blogs {
    overflow-x: auto;
  }
  .body-tab-blogs .tab-blogs {
    display: flex;
    gap: 30px;
    margin: 0 !important;
    padding: 16px 0;
    width: -moz-max-content;
    width: max-content;
  }
  .body-tab-blogs .tab-blogs a {
    padding: 0 !important;
  }
  .list-blogs-pagging {
    display: inline-block;
    width: 100% !important;
    margin-top: 50px !important;
  }
  .list-blogs-pagging .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .form-apply .get-a-quote {
    padding: 0 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid #f0f0f0;
  }
  .listposition-careers ul li {
    padding-left: 0 !important;
  }
  .listposition-careers ul li b {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 20px;
    display: inline-block !important;
  }
  .listposition-careers ul li .name-title-position {
    flex-direction: column !important;
    gap: 3px;
    margin-bottom: 20px;
  }
  .body-careers-details .get-a-quote {
    margin-top: 30px;
  }
  .body-careers-details .row {
    flex-direction: column !important;
  }
  .body-careers-details .row .col-md-8, .body-careers-details .row .col-md-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .body-careers-details .row .col-md-4 {
    position: relative;
    z-index: 99;
  }
  .body-careers-details .btn-form {
    padding: 0 !important;
  }
  .body-careers-details .body-detail-editor {
    padding-right: 0 !important;
  }
  .page-contact .col-md-5,
  .page-contact .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .get-a-quote {
    padding: 16px !important;
  }
  .quote-section.page-contact .container {
    padding: 0 !important;
  }
  .page-contact .list-contact-address {
    padding: 0 !important;
  }
  .page-contact .get-a-quote {
    padding: 16px !important;
  }
  .page-contact .btn-form {
    padding: 0 !important;
  }
  .page-contact .row {
    margin: 0 !important;
  }
  .list-contact-address {
    padding: 16px !important;
  }
  .list-contact-address ul li h6 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: "playfair-bold";
    margin-bottom: 10px;
  }
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .swiper-button-prev, .swiper-button-next, .swiper-button-next, .swiper-button-prev {
    display: none !important;
    opacity: 0 !important;
  }
  .item-grandpioness {
    margin-bottom: 30px;
  }
  .body-breadcrumb, .title-header-page {
    padding-left: 0;
    padding-right: 0;
  }
  .body-breadcrumb h1, .title-header-page h1 {
    font-size: 42px;
  }
  .award-section .award-body img {
    height: 130px;
    padding: 0 20px;
  }
  .body-infor0-theword .infor-the-word {
    max-width: 95%;
    margin-top: 30px;
  }
  .quote-section {
    padding-bottom: 0 !important;
  }
  .get-a-quote {
    padding: 16px !important;
  }
  .body-infor0-theword .infor-the-word p {
    min-height: -moz-fit-content;
    min-height: fit-content;
    -webkit-line-clamp: 8;
  }
  .award-section .title-section {
    padding: 0 16px;
  }
  .body-infor0-theword .infor-the-word p {
    -webkit-line-clamp: 10;
  }
  .quote-section {
    padding-top: 0 !important;
  }
  .quote-section .row {
    display: inline-block !important;
  }
  .quote-section .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .quote-section .body-img-quote {
    position: relative;
  }
  .quote-section .body-img-quote .img-quote-bototm {
    padding: 0 !important;
  }
  .quote-section .body-img-quote .img-quote-bototm img {
    position: relative !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100%;
  }
  .quote-section form .filed-form {
    float: left;
    width: 100%;
    padding: 0;
  }
  .quote-section form .checkbox input {
    left: 0;
  }
  .quote-section form .checkbox {
    padding-left: 30px;
  }
  .quote-section h2 {
    font-size: 32px;
  }
  .quote-section form {
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .button-view-all-gallery {
    height: 38px;
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    background: white;
    justify-content: center;
    padding: 0 13px;
    position: absolute;
    bottom: 20px;
    right: 10px;
  }
  .body-gallery {
    margin-top: 10px;
  }
  .body-slider-theworld {
    margin-top: 20px;
  }
  .share-your-moments .item-gallery a {
    padding-top: 63%;
  }
  .blogs-travel-section {
    padding-top: 0 !important;
  }
  .blogs-travel-section .box-title {
    padding: 0 16px;
  }
  .destination-section .content-destation {
    display: none;
  }
  .destination-section .content-destation {
    display: none;
  }
  .destination-section .row {
    display: inline-block !important;
  }
  .destination-section .col-md-6 {
    flex: 0 0 100%;
    margin-bottom: 0 !important;
    max-width: 100%;
    display: inline-block;
    width: 100% !important;
  }
  .destination-section .col-md-6 .box-centerHeight {
    padding-right: 0 !important;
    margin-bottom: 30px;
  }
  .destination-section .box-centerHeight {
    padding-left: 0 !important;
  }
  .box-gallery-section-2:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
  .title-section {
    line-height: 40px;
    font-size: 32px;
    margin-top: 0 !important;
  }
  .box-content-mobile-checkdate {
    display: inline-block;
    width: 100%;
  }
  .timeless-slider {
    margin-top: 50px !important;
  }
  .timeless-slider span {
    display: none !important;
  }
  .timeless-slider .slick-prev {
    z-index: 99;
    left: 15px !important;
  }
  .timeless-section {
    padding-bottom: 30px !important;
  }
  .timeless-slider .slide.slick-active .ifor-grandpioneers {
    margin: 0 !important;
    width: 100% !important;
    padding: 0px !important;
  }
  .timeless-slider .slide.slick-active .ifor-grandpioneers h6 a {
    font-size: 20px !important;
  }
  .timeless-slider .slide.slick-active .ifor-grandpioneers span {
    display: none;
  }
  .box-gallery-section-2 .box-content-section-2 p {
    margin: 14px 0;
    font-size: 13px;
  }
  .box-gallery-section-2 .box-content-section-2 h5 a {
    width: 100%;
    font-size: 22px;
  }
  .hero-slider {
    padding-bottom: 0 !important;
  }
  .box-item-why-chooise {
    flex-direction: column !important;
  }
  .slick-slideshow__slide, .slick-slideshow__slide2 {
    padding: 0 0;
    padding-right: 10px;
  }
  .slider-section-3 .slick-prev {
    left: 3px !important;
    z-index: 99;
  }
  .slider-section-3 .slick-next {
    right: 28px !important;
  }
  .box-grandpioneers .ifor-grandpioneers {
    padding: 10px 20px;
  }
  .box-grandpioneers .ifor-grandpioneers h6 a {
    font-family: "playfair";
    font-size: 20px;
  }
  .box-booking-mobile {
    display: inline-block !important;
    width: 100%;
    padding: 16px;
  }
  .box-booking-mobile .box-booking-bottom {
    position: relative !important;
    bottom: 0 !important;
    top: 0 !important;
    padding: 0 !important;
  }
  .box-booking-mobile .box-booking-bottom .container, .box-booking-mobile .box-booking-bottom .bg-booking-bar {
    padding: 0 !important;
  }
  .box-booking-mobile .box-booking-bottom {
    display: inline-block !important;
  }
  .box-booking-mobile .date-picker-container {
    flex-direction: column !important;
    display: flex !important;
  }
  .box-booking-mobile .bg-booking-bar {
    height: initial !important;
  }
  .box-booking-mobile .date-box {
    float: left;
    width: 50%;
  }
  .box-booking-mobile .search-btn {
    width: 100%;
    display: inline-block;
  }
  .box-booking-mobile .divider {
    display: none;
  }
  .box-booking-bottom {
    display: none;
  }
  .icon-menu-mobile {
    display: flex !important;
  }
  .icon-menu-mobile i {
    font-size: 30px;
    color: #15395A;
  }
  .body-container {
    bottom: 0;
  }
  .body-container .position-content {
    margin-bottom: 20px;
  }
  header .full-container .right-header .flag-header a img {
    height: 30px;
  }
  .search-block.active {
    display: none !important;
  }
  header .full-container .right-header nav ul li a i {
    color: black;
    font-size: 26px;
    width: 55px;
    text-align: right;
    height: 55px;
    align-items: center;
    display: flex;
    justify-content: end;
  }
  .search-flag-body {
    gap: 6px;
  }
  .right-header {
    display: none !important;
  }
  .flag-header {
    padding-right: 0 !important;
  }
  .content-why-chooise {
    text-align: left;
    position: relative;
    padding-left: 110px;
  }
  .content-why-chooise img {
    position: absolute;
    left: 16px;
    top: 0;
    width: 80px;
  }
  .item-why-chooise {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 30px !important;
  }
  .item-why-chooise img {
    margin-bottom: 0 !important;
  }
  section.hero-slider {
    display: inline-block !important;
    padding-top: 0 !important;
  }
  section.section-why-chooise {
    display: inline-block !important;
    padding-top: 50px;
  }
  section.discover-section {
    display: inline-block !important;
  }
  section.timeline-say-luxury {
    display: inline-block !important;
    padding-bottom: 0 !important;
  }
  section.timeless-section {
    display: inline-block !important;
  }
  section.experience-section {
    display: inline-block !important;
  }
  section.experience-section .row {
    flex-direction: column-reverse;
    display: flex !important;
  }
  section.experience-section .col-md-6 {
    flex: 0 0 100%;
    margin-bottom: 0 !important;
    max-width: 100%;
    display: inline-block;
    width: 100% !important;
  }
  section.experience-section .col-md-6 .box-centerHeight {
    padding-right: 0 !important;
    margin-bottom: 30px;
  }
  section.experience-section .box-centerHeight {
    padding-left: 0 !important;
  }
  .discover-section .row {
    display: inline-block !important;
  }
  .discover-section .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .discover-section .row .col-md-6 .box-centerHeight {
    padding-right: 0 !important;
  }
  .box-title {
    text-align: left;
  }
  .box-title h2, .box-title span {
    text-align: left;
  }
  header .full-container {
    padding: 0 16px;
  }
  .search-flag-body {
    position: sticky !important;
    bottom: 0;
    padding: 16px;
    border-top: 1px solid #ddd;
    width: 100%;
  }
  .search-flag-body .search-header {
    height: 55px !important;
    width: 100%;
    background: #F2F8FD;
    border-radius: 2px;
    display: flex;
    gap: 6px;
    padding: 0 14px !important;
    border: 1px solid #E6E7E7;
  }
  .search-flag-body .search-header input {
    display: block;
    border: 0;
    outline: none;
    background: none;
  }
  .right-header.active {
    display: inline-block !important;
    position: fixed;
    left: 0;
    top: 53px;
    height: 100%;
    width: 100%;
    background: white !important;
  }
  .right-header nav > ul {
    flex-direction: column-reverse !important;
    width: 100%;
    display: inline-block !important;
  }
  .right-header nav > ul li {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .right-header nav > ul li i {
    font-size: 26px;
  }
  .right-header nav > ul li:hover ul {
    display: none !important;
  }
  .right-header nav ul li a {
    height: 60px !important;
  }
  .right-header nav ul li ul {
    display: none;
  }
  .right-header nav ul li.active {
    background: #F2F8FD;
    display: inline-block !important;
    position: relative;
  }
  .right-header nav ul li.active i.ri-arrow-down-s-line {
    position: absolute;
    right: 15px;
    top: 6px;
    rotate: 180deg;
  }
  .right-header nav ul li.active ul {
    display: inline-block !important;
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: none !important;
  }
  .right-header nav ul li.active ul li {
    display: inline-block !important;
    width: 100%;
  }
  .update-button-chatnow {
    bottom: 120px;
  }
  .button-action-header {
    display: none;
  }
  .close-menu .ri-menu-3-line {
    display: none !important;
  }
  .close-menu .ri-close-line {
    display: block !important;
  }
  .body-gallery-thumnails {
    position: relative;
    width: 100%;
    display: inline-block;
    /* 👉 Responsive mobile layout */
  }
  .body-gallery-thumnails #lightgallery {
    display: grid;
    grid-template-columns: 65% 35%;
    grid-template-rows: 50% 50%;
    gap: 5px;
    height: 300px;
  }
  .body-gallery-thumnails #lightgallery a:nth-child(1) {
    grid-row: 1/span 2;
    grid-column: 1;
  }
  .body-gallery-thumnails #lightgallery a:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
  }
  .body-gallery-thumnails #lightgallery a:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
  }
  .body-gallery-thumnails #lightgallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .body-gallery-thumnails #lightgallery {
    display: grid;
    grid-template-columns: 1fr; /* 1 cột */
    grid-template-rows: auto auto;
    height: auto;
  }
  .body-gallery-thumnails #lightgallery a:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    height: auto;
  }
  .body-gallery-thumnails #lightgallery a:nth-child(2),
  .body-gallery-thumnails #lightgallery a:nth-child(3) {
    grid-column: span 1;
    grid-row: 2;
    height: auto;
  }
  .body-gallery-thumnails #lightgallery {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Hai ảnh cuối chia 50/50 */
    grid-auto-rows: auto;
    gap: 5px;
  }
  .body-gallery-thumnails #lightgallery a:nth-child(1) {
    grid-column: 1/span 2; /* Ảnh đầu full width */
  }
  .body-gallery-thumnails #lightgallery a:nth-child(2),
  .body-gallery-thumnails #lightgallery a:nth-child(3) {
    grid-column: auto;
  }
  .body-gallery-thumnails #lightgallery img {
    height: auto;
    aspect-ratio: 16/9; /* Tuỳ chỉnh nếu muốn giữ tỉ lệ ảnh đẹp */
  }
}
@media only screen and (max-width: 767px) {
  .blogs-travel-section {
    padding-top: 30px !important;
  }
  .body-container {
    align-items: center;
  }
  .body-container .position-content {
    margin-bottom: 0 !important;
  }
  .content-hero-slide p:nth-child(2) {
    font-size: 32px !important;
    line-height: 40px;
  }
  .slider-section-3.custom-slider-gp2 .paging.js-paging .paging__prev {
    z-index: 2 !important;
    top: 40% !important;
    left: 0 !important;
    position: absolute;
  }
  .slider-section-3.custom-slider-gp2 .paging.js-paging .paging__next {
    z-index: 2 !important;
    position: absolute;
    top: 40% !important;
    right: 0 !important;
  }
  .blogs-travel-section .slider-section-3.desktop-slide .paging.js-paging .paging__prev {
    z-index: 2 !important;
    top: 40% !important;
    left: 0 !important;
    position: absolute;
  }
  .blogs-travel-section .slider-section-3.desktop-slide .paging.js-paging .paging__next {
    z-index: 2 !important;
    position: absolute;
    top: 40% !important;
    right: 0 !important;
  }
  .slider-fix .activity-card {
    padding: 0 5px !important;
  }
  .blogs-travel-section .section-slider.slider-fix .container {
    padding-left: 11px !important;
  }
  header {
    height: 53px;
  }
  .position-content .container {
    padding-left: 24px;
    padding-right: 24px;
    float: left;
    max-width: 85%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .grand-pioneers-list .date-box, .info-section .date-box {
    width: 30%;
  }
  .grand-pioneers-list .search-btn, .info-section .search-btn {
    width: 35%;
    padding: 0 9px;
  }
  .box-booking-bottom .bg-booking-bar {
    padding: 0 0px !important;
  }
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
  .box-booking-bottom {
    bottom: 50px;
  }
  .box-centerHeight {
    padding-right: 30px;
  }
  .experience-section .box-centerHeight {
    padding-left: 30px !important;
  }
  .body-infor0-theword .infor-the-word p {
    font-size: 11px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 70;
    margin-bottom: 0 !important;
  }
  .body-infor0-theword .infor-the-word .byother .name-customer a {
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
  }
  .body-infor0-theword .infor-the-word h6 a {
    font-size: 18px;
  }
  .body-infor0-theword .infor-the-word h6 {
    margin-bottom: 4px;
  }
  .body-infor0-theword .infor-the-word .byother .logo-trip img {
    height: 20px;
  }
  .body-infor0-theword .infor-the-word {
    padding-left: 10px;
    margin-top: 33px;
    padding-right: 10px;
  }
  .body-infor0-theword .infor-the-word .byother {
    margin-top: 10px;
  }
  .grand-pioneers-list .container ul.info-container {
    justify-content: center !important;
    gap: 23px;
  }
  .grand-pioneers-list .container ul.info-container li {
    text-align: center;
  }
  .grand-pioneers-list .link-container nav.navbar .container ul {
    width: 100% !important;
  }
  .main-image-container .info-section .info-container li {
    margin-right: 20px;
  }
  .grand-pioneers-list .info-container, .info-section .info-container {
    justify-content: left;
  }
  .main-image-container .info-section {
    width: 800px;
    padding: 30px;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .container {
    width: 100% !important;
    margin: auto;
    max-width: 100% !important;
  }
  .main-image-container .info-section .tag ul {
    padding-top: 0;
  }
  .right-about .item-about-right-img {
    padding-right: 0;
    padding-left: 0 !important;
    display: flex;
  }
  .right-about .item-about-right-img img {
    width: 50%;
    float: left;
    height: initial;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .right-about .item-about-right-img .body-infor-about-img {
    position: relative;
    right: 0;
    left: initial !important;
    top: 0;
    width: 50%;
    height: initial;
    display: flex;
    align-items: center;
  }
  .item-about-right-img {
    padding-left: 0;
    display: flex;
  }
  .right-about .item-about-right-img .infor-right-img {
    background: #F2F8FD;
    padding: 30px 30px;
    display: inline-block;
    width: 100%;
  }
  .item-about-right-img img {
    width: 50%;
    float: right;
  }
  .item-about-right-img .body-infor-about-img {
    position: relative;
    left: 0;
    top: 0;
    width: 50%;
    height: inherit;
    display: flex;
    align-items: center;
    float: left;
  }
  .item-about-right-img .infor-right-img {
    background: #F2F8FD;
    padding: 30px;
    display: inline-block;
    width: 100%;
  }
  .left-about .item-about-right-img {
    flex-direction: row-reverse;
  }
  .misson-vission .item-vission {
    background: #F2F8FD;
    padding: 30px;
    height: 100%;
  }
  .avatar-large-blogs {
    max-width: 495px;
  }
  .infor-large {
    padding-left: 40px;
    display: flow-root;
  }
  .head-blogs-detail {
    padding: 20px 0;
  }
  .head-blogs-detail h1 {
    font-family: "playfair";
    display: inline-block;
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 40px;
    margin-top: 16px;
  }
  .head-blogs-detail {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .right-header.active {
    top: 60px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 900px) {
  .body-infor0-theword .infor-the-word {
    margin-top: 15px;
  }
  .avatar-large-blogs {
    max-width: 345px;
  }
  .body-infor0-theword .infor-the-word p {
    line-height: 13px;
  }
  .main-image-container .suite-container {
    position: relative;
    min-height: 322px;
    padding-left: 0;
  }
  .main-image-container .suite-container .image-section {
    width: 315px;
    position: relative;
    left: 30px;
    margin: 0;
    margin-bottom: 10px;
  }
  .main-image-container .container .suite-container {
    justify-content: left;
  }
}/*# sourceMappingURL=responsive.css.map */