.banner_landing {
  position: relative;
}
.banner_landing .cloud {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: auto;
  left: 0;
}
.banner_landing .--img {
  aspect-ratio: 1440/860;
  position: relative;
}
.banner_landing .--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner_landing .--img img {
  width: 100%;
}
.banner_landing .--content {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.banner_landing .--content .breadcrumb {
  margin-bottom: 12px;
}
.banner_landing .--content .segTitle {
  color: var(--color-white);
}
.banner_landing .--content .txt {
  width: 40%;
}
.banner_landing .--content .txt .segTitle {
  margin-bottom: 44px;
}
.banner_landing .--content .txt .segTitle span {
  color: var(--color-primary);
}
.banner_landing .--content .txt .desc {
  line-height: 1.5;
  color: var(--color-white);
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .banner_landing .--img {
    aspect-ratio: unset;
    height: 100vh;
  }
  .banner_landing .--content .txt {
    width: 100%;
  }
}

.btn_experience {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  padding: 0 20px;
  color: var(--color-white);
  cursor: pointer;
  transition: all 0.5s ease;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.btn_experience:hover {
  background: #fff;
  color: #000;
  transition: all 0.5s ease;
}

.experienceGallery {
  padding-bottom: 180px;
}
.experienceGallery .gallery_header {
  display: flex;
  gap: 130px;
  align-items: center;
  margin-bottom: 60px;
}
.experienceGallery .gallery_header .--item .name {
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}
.experienceGallery .gallery_header .--item:nth-child(1) {
  width: 50%;
}
.experienceGallery .gallery_header .--item:nth-child(1) .--img {
  aspect-ratio: 622/415;
}
.experienceGallery .gallery_header .--item:nth-child(2) {
  width: 26%;
}
.experienceGallery .gallery_header .--item:nth-child(2) .name {
  text-align: right;
}
.experienceGallery .gallery_header .--item:nth-child(2) .--img {
  aspect-ratio: 334/224;
}
.experienceGallery .gallery_bottom {
  display: flex;
  gap: 20px;
}
.experienceGallery .gallery_bottom .--left {
  width: 57%;
}
.experienceGallery .gallery_bottom .--left .--item {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.experienceGallery .gallery_bottom .--left .--item:nth-child(1) {
  width: 80%;
  margin-left: auto;
}
.experienceGallery .gallery_bottom .--left .--item:nth-child(1) .name {
  text-align: right;
}
.experienceGallery .gallery_bottom .--left .--item:nth-child(1) .--img {
  aspect-ratio: 622/415;
}
.experienceGallery .gallery_bottom .--left .--item:nth-child(2) {
  width: 40%;
  margin-top: -100px;
}
.experienceGallery .gallery_bottom .--left .--item:nth-child(2) .--img {
  aspect-ratio: 1;
}
.experienceGallery .gallery_bottom .--left .--item .name {
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}
.experienceGallery .gallery_bottom .--right {
  flex: 1;
  padding-top: 40px;
}
.experienceGallery .gallery_bottom .--right .name {
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
  text-align: right;
}
.experienceGallery .gallery_bottom .--right .--img {
  aspect-ratio: 515/720;
}
.experienceGallery .segTitle {
  margin-bottom: 60px;
}
.experienceGallery article {
  line-height: 1.5;
  font-size: 22px;
  text-align: center;
  margin: 0 auto 60px;
  width: 80%;
}
.experienceGallery .btn_experience {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .experienceGallery {
    padding-bottom: 40px;
  }
  .experienceGallery .gallery_header {
    flex-flow: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .experienceGallery .gallery_header .--item {
    width: 100% !important;
  }
  .experienceGallery .gallery_header .--item .--img {
    aspect-ratio: 2/1 !important;
  }
  .experienceGallery .gallery_header .--item .name {
    text-align: left !important;
  }
  .experienceGallery .gallery_bottom {
    flex-flow: column;
    margin-bottom: 24px;
  }
  .experienceGallery .gallery_bottom .--left {
    width: 100%;
  }
  .experienceGallery .gallery_bottom .--left .--item {
    width: 100% !important;
    display: flex;
    flex-flow: column-reverse;
  }
  .experienceGallery .gallery_bottom .--left .--item .name {
    text-align: left !important;
  }
  .experienceGallery .gallery_bottom .--left .--item:nth-child(2) {
    margin-top: 24px;
  }
  .experienceGallery .gallery_bottom .--left .--item .--img {
    aspect-ratio: 2/1 !important;
  }
  .experienceGallery .gallery_bottom .--right {
    padding-top: 0;
  }
  .experienceGallery .gallery_bottom .--right .--img {
    aspect-ratio: 2/1;
  }
  .experienceGallery .gallery_bottom .--right .name {
    text-align: left;
  }
  .experienceGallery .segTitle {
    text-align: center;
    margin-bottom: 24px;
  }
  .experienceGallery article {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 24px;
    width: 100%;
  }
}

.experienceIcon {
  display: flex;
}
.experienceIcon .--left {
  width: 66%;
  height: auto;
}
.experienceIcon .--right {
  padding: 80px 52px 140px 52px;
  flex: 1;
  background: rgb(8, 37, 11);
}
.experienceIcon .--right .segTitle {
  margin-bottom: 60px;
  text-align: right;
  margin-left: -130px;
}
.experienceIcon .--right .segTitle span {
  color: #fff;
}
.experienceIcon .--right .desc {
  font-size: 22px;
  color: #fff;
  line-height: 1.6;
  text-align: right;
  margin-bottom: 60px;
}
.experienceIcon .--right .btn_experience {
  background: rgba(255, 255, 255, 0.5);
  margin-left: auto;
}
@media (max-width: 767px) {
  .experienceIcon {
    flex-flow: column;
  }
  .experienceIcon .--left {
    width: 100%;
  }
  .experienceIcon .--right {
    padding: 24px 15px;
  }
  .experienceIcon .--right .segTitle {
    text-align: center;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .experienceIcon .--right .desc {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 24px;
  }
  .experienceIcon .--right .btn_experience {
    margin-left: unset;
    margin: 0 auto;
  }
}

.experienceSystem {
  padding: 40px 0;
}
.experienceSystem .segTitle {
  text-align: center;
  margin-bottom: 52px;
}
.experienceSystem .desc_system {
  text-align: center;
  margin: 0 auto 52px;
  width: 66%;
  max-width: 838px;
  font-size: 22px;
  line-height: 1.6;
}
.experienceSystem .list_system {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.experienceSystem .list_system .item_system {
  position: relative;
}
.experienceSystem .list_system .item_system .--img {
  position: relative;
  aspect-ratio: 480/620;
  width: 100%;
}
.experienceSystem .list_system .item_system .--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.experienceSystem .list_system .item_system .--bottom {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: calc(100% - 79px);
  right: 47px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.experienceSystem .list_system .item_system .--bottom .name {
  color: var(--color-white);
  font-family: var(--font-Megante);
  line-height: 1.44;
}
.experienceSystem .list_system .item_system .--bottom .btn_detail {
  color: var(--color-white);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0.72px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.experienceSystem .list_system .item_system .--bottom .btn_detail::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--color-primary);
  opacity: 0;
  width: 100%;
  transform: translate(-50%, -50%) scale(0);
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.experienceSystem .list_system .item_system .--bottom .btn_detail:hover {
  color: var(--color-white);
}
.experienceSystem .list_system .item_system .--bottom .btn_detail:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 767px) {
  .experienceSystem .segTitle {
    margin-bottom: 24px;
  }
  .experienceSystem .desc_system {
    width: 100%;
    font-size: 16px;
    text-align: justify;
  }
  .experienceSystem .list_system {
    display: unset;
  }
  .experienceSystem .list_system .item_system {
    width: 80vw;
    padding: 0 12px;
    aspect-ratio: unset !important;
    height: 400px !important;
  }
  .experienceSystem .list_system .slick-dots {
    display: flex;
    gap: 6px;
    list-style: none;
    padding-left: 0;
    margin: 24px auto 0;
    bottom: 132px;
    justify-content: center;
  }
  .experienceSystem .list_system .slick-dots button {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .experienceSystem .list_system .slick-dots li {
    width: 8px;
    height: 8px;
    background: rgb(216, 216, 216);
    border-radius: 50%;
    transition: var(--transition-all);
  }
  .experienceSystem .list_system .slick-dots li.slick-active {
    background: var(--color-primary);
    width: 28px;
    border-radius: 30px;
  }
}

.experienceLocation {
  padding: 80px 0;
}
.experienceLocation .segTitle {
  text-align: center;
  margin-bottom: 52px;
}
.experienceLocation .list_gallery {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.experienceLocation .list_gallery .item_gallery {
  position: relative;
  aspect-ratio: 299/400;
}
.experienceLocation .list_gallery .item_gallery:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 622/824;
}
.experienceLocation .list_gallery .item_gallery:nth-child(1) .--bottom .name {
  font-size: 32px;
}
.experienceLocation .list_gallery .item_gallery:nth-child(2) {
  grid-column: 3/span 1;
  grid-row: 1/span 1;
  aspect-ratio: 299/400;
}
.experienceLocation .list_gallery .item_gallery:nth-child(2) .--bottom {
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  right: 20px;
}
.experienceLocation .list_gallery .item_gallery:nth-child(2) .--bottom .btn_detail {
  width: 40px;
  height: 40px;
}
.experienceLocation .list_gallery .item_gallery:nth-child(3) {
  grid-column: 4/span 1;
  grid-row: 1/span 1;
  aspect-ratio: 299/400;
}
.experienceLocation .list_gallery .item_gallery:nth-child(3) .--bottom {
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  right: 20px;
}
.experienceLocation .list_gallery .item_gallery:nth-child(3) .--bottom .btn_detail {
  width: 40px;
  height: 40px;
}
.experienceLocation .list_gallery .item_gallery:nth-child(4) {
  grid-column: 3/span 1;
  grid-row: 2/span 1;
  aspect-ratio: 299/400;
}
.experienceLocation .list_gallery .item_gallery:nth-child(4) .--bottom {
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  right: 20px;
}
.experienceLocation .list_gallery .item_gallery:nth-child(4) .--bottom .btn_detail {
  width: 40px;
  height: 40px;
}
.experienceLocation .list_gallery .item_gallery:nth-child(5) {
  grid-column: 4/span 1;
  grid-row: 2/span 1;
  aspect-ratio: 299/400;
}
.experienceLocation .list_gallery .item_gallery:nth-child(5) .--bottom {
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  right: 20px;
}
.experienceLocation .list_gallery .item_gallery:nth-child(5) .--bottom .btn_detail {
  width: 40px;
  height: 40px;
}
.experienceLocation .item_gallery {
  position: relative;
}
.experienceLocation .item_gallery .--img {
  position: relative;
  height: 100%;
  width: 100%;
}
.experienceLocation .item_gallery .--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.experienceLocation .item_gallery .--bottom {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: calc(100% - 79px);
  right: 47px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.experienceLocation .item_gallery .--bottom .name {
  color: var(--color-white);
  font-family: var(--font-Megante);
  line-height: 1.44;
  font-size: 24px;
}
.experienceLocation .item_gallery .--bottom .btn_detail {
  color: var(--color-white);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0.72px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.experienceLocation .item_gallery .--bottom .btn_detail::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--color-primary);
  opacity: 0;
  width: 100%;
  transform: translate(-50%, -50%) scale(0);
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.experienceLocation .item_gallery .--bottom .btn_detail:hover {
  color: var(--color-white);
}
.experienceLocation .item_gallery .--bottom .btn_detail:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 1050px) and (min-width: 767px) {
  .experienceLocation {
    padding: 60px 0;
  }
  .experienceLocation .list_gallery {
    display: unset;
  }
  .experienceLocation .list_gallery .item_gallery {
    width: 40vw;
    padding: 0 12px;
    aspect-ratio: unset !important;
    height: 400px !important;
  }
  .experienceLocation .list_gallery .slick-dots {
    display: flex;
    gap: 6px;
    list-style: none;
    padding-left: 0;
    margin: 24px auto 0;
    bottom: 132px;
    justify-content: center;
  }
  .experienceLocation .list_gallery .slick-dots button {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .experienceLocation .list_gallery .slick-dots li {
    width: 8px;
    height: 8px;
    background: rgb(216, 216, 216);
    border-radius: 50%;
    transition: var(--transition-all);
  }
  .experienceLocation .list_gallery .slick-dots li.slick-active {
    background: var(--color-primary);
    width: 28px;
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .experienceLocation {
    padding: 40px 0;
  }
  .experienceLocation .list_gallery {
    display: unset;
  }
  .experienceLocation .list_gallery .item_gallery {
    width: 80vw;
    padding: 0 12px;
    aspect-ratio: unset !important;
    height: 400px !important;
  }
  .experienceLocation .list_gallery .slick-dots {
    display: flex;
    gap: 6px;
    list-style: none;
    padding-left: 0;
    margin: 24px auto 0;
    bottom: 132px;
    justify-content: center;
  }
  .experienceLocation .list_gallery .slick-dots button {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .experienceLocation .list_gallery .slick-dots li {
    width: 8px;
    height: 8px;
    background: rgb(216, 216, 216);
    border-radius: 50%;
    transition: var(--transition-all);
  }
  .experienceLocation .list_gallery .slick-dots li.slick-active {
    background: var(--color-primary);
    width: 28px;
    border-radius: 30px;
  }
}

.experienceMap {
  padding: 100px 0;
}
.experienceMap .segTitle {
  text-align: center;
  margin-bottom: 52px;
}
@media (max-width: 1050px) and (min-width: 767px) {
  .experienceMap {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .experienceMap {
    padding: 40px 0;
  }
}/*# sourceMappingURL=experience.css.map */