@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;
  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;
  font-weight: bold;
  border-radius: 1px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
  height: 45px;
}
.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;
  font-weight: bold;
}
.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 (max-width: 992px) {
  .main-image-container .container .suite-container {
    justify-content: center;
  }
  .popup-custom-gp .container .popup-content, .popup-custom-gp #popup .popup-content, .popup-custom-gp #popup2 .popup-content {
    display: block;
  }
  .popup-custom-gp #popup .custom-slider, .popup-custom-gp #popup .custom-content, .popup-custom-gp .popup-overlay#popup2 .popup-content .custom-slider, .popup-custom-gp .popup-overlay#popup2 .popup-content .custom-content {
    width: 100% !important;
  }
  .popup-custom-gp #popup .close-btn, .popup-custom-gp #popup2 .close-btn {
    z-index: 1;
    top: 26px;
  }
  .popup-custom-gp .popup-overlay#popup2 .popup-content .custom-slider {
    width: 100% !important;
  }
  .detail-tour .accordion {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-about {
    padding: 0 !important;
  }
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 20px;
  }
  .grand-pioneers-list .date-picker-container, .info-section .date-picker-container {
    flex-wrap: wrap;
  }
  .grand-pioneers-list .container .search-btn, .info-section .date-picker-container .search-btn {
    width: 100%;
  }
  .main-image-container .container .suite-container .image-section {
    width: 100%;
  }
  .main-image-container .container .suite-container .image-section img {
    max-width: 100%;
    max-height: 100%;
    width: -webkit-fill-available;
  }
  .main-image-container .container .suite-container .image-section .thumbnail-container {
    width: 100%;
  }
  .main-image-container .container .suite-container .image-section .thumbnail.all {
    width: -webkit-fill-available;
  }
  .main-image-container .container .pricing-box {
    width: 100%;
  }
  .deckplan-factsheet .container .scroll-mobile {
    overflow-x: auto;
  }
  .deckplan-factsheet .container .tabs1 {
    max-width: 1400px;
    justify-content: left;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .deckplan-factsheet .container .tabs1 .tab {
    white-space: nowrap;
  }
  .popup-custom-gp .popup-content .custom-slider, .popup-custom-gp .popup-content .custom-content, .popup-custom-gp .container .popup-overlay#popup2 .popup-content .custom-slider, .popup-custom-gp .popup-overlay#popup2 .popup-content .custom-content {
    width: 100%;
  }
  .popup-custom-gp .popup-overlay .popup-content {
    display: block;
  }
  .popup-custom-gp .popup-content .close-btn {
    z-index: 1;
  }
  .main-image-container .suite-container .image-section .thumbnail-container {
    margin: auto;
  }
  .main-image-container .suite-container .image-section {
    text-align: center;
  }
  .halong-bay-exploration .container .left-maps, .halong-bay-exploration .container .right-tour {
    width: 100%;
    padding-bottom: 50px;
  }
  .grand-pioneers-list .link-container .navbar ul.nav-list, .info-section .link-container .navbar ul.nav-list {
    justify-content: left;
    gap: 20px;
  }
  .grand-pioneers-list .link-container .navbar ul.nav-list li, .info-section .link-container .navbar ul.nav-list li {
    list-style-type: none;
    width: 100%;
    text-align: center;
  }
  .grand-pioneers-list .link-container .navbar ul.nav-list, .info-section .link-container .navbar ul.nav-list {
    gap: 14px !important;
  }
  .about-section .container .left, .about-section .container .right {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .the-safe-cruise .container .container .image-container-right .content-box, .the-safe-cruise .container .container .image-container-left .content-box {
    position: relative;
    display: grid;
  }
  .the-safe-cruise .container .container .image-container-right img {
    max-width: 100%;
  }
  .slider-custom-progress .slider-container {
    width: 100% !important;
  }
  .slider-custom-progress .slide {
    flex: 1 0 83% !important;
    padding: 0;
    text-align: center;
  }
  .slider-custom-progress .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100% !important;
    margin: auto;
  }
}/*# sourceMappingURL=responsive2.css.map */