

@media(min-width: 1100px){
    #location-page{
        height: 100vh;
    }
}
.box-slider, .group-central {
    width: 100%;

    height: 100vh;

    overflow: hidden;

  }
  .box-slider {
      position: relative;
      display: block;
      float: left;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: -moz-none;
      -ms-user-select: none;
      z-index: 1;
    }
    .box-cover-right {
      width: 70vw;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
    }
  .map-panzoom, .panzoom, .viewer {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
    }
    .fadein {
      animation-name: fadeIn;
      animation-duration: 2s;
      animation-fill-mode: forwards;
    }
    .location .viewer {
      opacity: 0;
      left: 5vw;
    }
    .compass {
      width: 60px;
      height: 60px;
      position: absolute;
      left: 10%;
      top: 20%;
      background: url(/images/compass2-vn.svg) no-repeat 50% / contain;
      pointer-events: none;
      z-index: 3;
    }
    @media screen and (min-width: 1100px) {
      .home-location.show-text .compass, .location.show-text .compass {
        animation: goLeft;
        animation-duration: 0s;
        animation-delay: 0s;
        animation-fill-mode: none;
        animation-duration: 1s;
        animation-delay: 1.5s;
        animation-fill-mode: forwards;
      }
    }
    .map-img {
      width: 1600px;
      height: 1000px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -500px 0 0 -800px;
    }
    .map-img.show {
      opacity: 1;
    }
    .pointer-map {
      width: 16.66667vh;
      height: 14.28571vw;
      max-width: 100px;
      max-height: 140px;
      min-width: 60px;
      min-height: 84px;
      top: 43.5%;
      left: 35%;
      z-index: 10;
    }
    .pointer-map h3 {
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      line-height: 1;
      text-align: center;
      display: block;
      padding: 10px 15px;
      white-space: nowrap;
      text-transform: uppercase;
      opacity: 0;
      transform: scale(0);
      background-color: #af7c3e;
      position: absolute;
      top: 50%;
      left: 103%;
      margin: -22px 0 0;
      border-radius: 30px;
      z-index: 20;
    }
    @media screen and (min-width: 1100px) and (hover: hover) and (any-pointer: fine) {
      .dot-p, .group-des::before, .group-des h3, .pointer-map h3 {
        transition: all 0.3s ease-in-out;
      }
  }
  .pointer, .pointer-map {
      position: absolute;
      display: block;
    }
    .pointer {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }
    .pointer::after, .pointer svg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
    }
    .pointer svg {
      top: 0;
      filter: drop-shadow(5px 10px 20px rgba(0, 0, 0, 0.3));
    }
    .pointer svg path {
      fill: #003349;
      transform-origin: center center;
    }
    @media screen and (min-width: 1100px) and (hover: hover) and (any-pointer: fine) {
      .pointer-map.show path, .pointer::after {
        transition: all 0.3s ease-in-out;
      }
  }
  .pointer-map.show svg path {
      fill: #fff;
    }
    .pointer::after {
      content: " ";
      top: -14%;
      /* background: url(/images/location/logo.svg) no-repeat 50%/60%; */
      background: url(/images/location/logo.svg) no-repeat 50%/90%;
      z-index: 1;
    }
    img[alt] {
      font-size: 0;
    }
    .map-img img {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      margin: auto;
    }
    .light-dot {
      position: absolute;
      width: 21px;
      height: 15px;
      top: 56.4%;
      left: 38.5%;
      z-index: -1;
    }
    /* @media screen and (min-width: 1100px) {
      .light-dot {
        opacity: 0;
      }
    } */
    @media screen and (min-width: 1100px) {
      .show-text .light-dot {
        animation: fadeIn 1s ease 1s forwards;
      }
    }
    .light-dot::before {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #e7d18c;
      z-index: 10;
    }
    .light-dot::after, .light-dot::before {
      content: "";
      position: absolute;
      border-radius: 50%;
    }
    .light-dot span.circle {
      position: absolute;
      left: calc(50% - 2vw);
      top: calc(50% - 2vw);
      display: block;
      width: 4vw;
      height: 4vw;
      border: 1px solid #fff;
      border-radius: 50%;
      box-shadow: 0 0 10px #fff;
      pointer-events: none;
      z-index: -1;
    }
    .map-img.show .light-dot span.circle {
      animation: Ani2 2.5s infinite linear;
    }
    .light-dot::after {
      width: 300%;
      height: 300%;
      top: -100%;
      left: -100%;
      background: radial-gradient( rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 50% );
      z-index: -1;
    }
    .map-img svg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
    }
    .st-line {
      fill: none;
      stroke: none;
      stroke-miterlimit: 20;
      stroke-width: 2;
      stroke-dasharray: 10;
      stroke-dashoffset: 0;
    }
    .map-img.show .st-line {
      stroke: #fff;
      animation: StrokeLine 3s infinite linear;
    }
    .dot-p, .dot-top {
      transform-origin: center center;
    }
    .dot-p, .dot-top {
      transform-origin: center center;
    }
    .dot-hover {
      cursor: pointer;
    }
    @media screen and (min-width: 1100px) and (hover: hover) and (any-pointer: fine) {
      .dot-p, .group-des::before, .group-des h3, .pointer-map h3 {
        transition: all 0.3s ease-in-out;
      }
    }
    .dot-p .st0 {
      fill: #fff;
    }
    .dot-top text {
      fill: #081928;
      font-weight: 700;
      font-size: 12px;
      text-align: center;
    }
    .dot-hover {
      cursor: pointer;
    }
    .dot-hover.hide {
      opacity: 0.3;
    }
    .dot-hover:hover .st0 {
      fill: #af7c3e;
    }
    .dot-hover:hover text {
      fill: #fff;
    }
    .dot-hover path {
      stroke: #fff;
      stroke-miterlimit: 10;
      stroke-width: 1;
      stroke-dasharray: 3;
      stroke-dashoffset: 0;
    }
    .bot-circle {
      width: 100%;
      left: 0;
      top: 0;
    }
    .bot-circle, .show-box {
      height: auto;
      position: fixed;
    }
    .show-box {
      width: auto;
      left: auto;
      top: auto;
      right: auto;
      border-radius: 30px;
      background-color: #fff;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      padding: 5px 10px 5px 5px;
      z-index: 100;
    }
    .show-box {
      opacity: 0;
      transform: scale(0);
    }
    .number {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      line-height: 20px;
      color: #fff;
      font-weight: 700;
      text-align: center;
      font-size: 10px;
      border-radius: 50%;
    }
    .home-facilities, .number {
      background-color: #003349;
    }
    .show-box h3 {
      font-weight: 700;
      font-size: 11px;
      line-height: 1.4;
      color: #003349;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      vertical-align: middle;
    }
    .show-box.showup {
      transform: scale(1);
      opacity: 1;
    }
    .white {
      color: #fff;
    }
    .description-map {
      /* position: absolute;
      width: 30vw;
      max-width: 500px;
      left: 5%;
      top: 50%;
      transform: translateY(-50%);
      z-index: 6; */
    }
    .box-news-home, .content-table, .description-map, .details-content, .load-apartment, .navigation, .news-list {
      scrollbar-color: inherit;
      scrollbar-width: none;
    }
    .location .description-map {
      width: 450px;
      left: 50px;
      bottom: 3vh;
      top: auto;
      transform: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .location .description-map::before {
      content: "";
      width: 100px;
      height: 1px;
      display: block;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: -30px;
      left: 0;
    }
    .group-des {
      height: auto;
      position: relative;
      display: flex;
      margin: 0 0 12px;
      cursor: pointer;
      width: 50%;
    }
    .color-dot, .group-des h3 {
      display: inline-block;
      position: relative;
      vertical-align: middle;
    }
    .color-dot {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      margin-right: 8px;
    }
    .color-01 {
      background-color: #4619a3;
    }
    .color-02 {
      background-color: #9b8314;
    }
    .color-03 {
      background-color: #9c2d1f;
    }
    .color-04 {
      background-color: #839e16;
    }
    .color-05 {
      background-color: #a45a0c;
    }
    .color-06 {
      background-color: #826d54;
    }
    .dot-p.change-color {
      opacity: 1;
    }
    .dot-p.change-color[data-color="color-01"] .st0 {
      fill: #4619a3;
      stroke: #4619a3;
    }
    .dot-p.change-color[data-color="color-02"] .st0 {
      fill: #9b8314;
      stroke: #9b8314;
    }
    .dot-p.change-color[data-color="color-03"] .st0 {
      fill: #9c2d1f;
      stroke: #9c2d1f;
    }
    .dot-p.change-color[data-color="color-04"] .st0 {
      fill: #839e16;
      stroke: #839e16;
    }
    .dot-p.change-color[data-color="color-05"] .st0 {
      fill: #a45a0c;
      stroke: #a45a0c;
    }
    .dot-p.change-color[data-color="color-06"] .st0 {
      fill: #826d54;
      stroke: #826d54;
    }
    .dot-p.change-color {
      filter: drop-shadow(5px 20px 10px rgba(0, 0, 0, 0.5));
      stroke-width: 5;
    }
    .dot-p.change-color text {
      font-weight: 700;
      fill: #fff;
    }
    .group-des h3 {
      font-size: 13px;
      line-height: 22px;
      margin: 0 0 0 10px;
      text-align: left;
    }
    .color-dot, .group-des h3 {
      display: inline-block;
      position: relative;
      vertical-align: middle;
    }
    .group-des h3 {
      font-size: 13px;
      line-height: 22px;
      text-align: left;
    }
    .group-des h3::before {
      content: "";
      width: calc(100% + 57px);
      height: calc(100% + 14px);
      position: absolute;
      left: -41px;
      top: -7px;
      background-color: #081928;
      border-radius: 30px;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      z-index: -1;
    }
    .description-map li, .description-map ul {
      position: relative;
      display: none;
      margin: 0;
      width: 0;
      overflow: hidden;
    }
    .detail-location {
      position: absolute;
      left: 5%;
      width: 30vw;
      max-width: 500px;
      height: auto;
      z-index: 20;
    }
    .box-txt, .content-inner {
      width: 100%;
      position: relative;
    }
    .box-txt {
      display: inline-block;

      vertical-align: middle;
      z-index: 10;
    }
    @media(min-width: 1100px){
        .box-txt {
            max-width: 50vw;
        }
    }
    .title-main {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      z-index: 2;
    }
    .title-main h2 {
      font-size: 2vw;
      display: block;
      font-weight: 300;
    }
    .detail-location .title-main h2 {
      --minFontSize: 20px;
      --maxFontSize: 1.2vw;
      --scaler: 10vw;
      font-size: clamp(20px, 10vw, 1.2vw);
      padding: 0 5% 0 0;
    }
    .title-main::after {
      content: "";
      width: 100px;
      height: 1px;
      position: relative;
      display: block;
      margin: 15px 0;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.5);
    }
    .scrollA {
      width: 100%;
      height: auto;
      max-height: 68vh;
      position: relative;
      display: block;
      margin: 0;
      /* overflow: hidden; */
      padding: 0 0 0 20px;
    }
    .detail-location .scrollA {
      max-height: 50vh;
      padding: 0 20px 0 0;
    }
    .content-inner {
      display: block;
      height: auto;
      text-align: justify;
    }
    .box-txt, .content-inner {
      width: 100%;
      position: relative;
    }
    @media screen and (max-width: 1600px) {
      p {
        font-size: 15px;
      }
    }
    .box-txt h3, .box-txt p {
      margin: 0 0 15px;
    }
    .box-txt p {
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }
    .box-slider, .group-central {
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }
    .group-central {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translate3d(0, 100%, 0);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .group-central:first-child {
      transform: translateZ(0);
    }
    .location {
      background-color: #003349;
    }
    @media screen and (max-width: 1100px) {
      .group-central {
        width: 100%;
        height: auto;
        float: none;
        display: block;
        text-align: center;
        transform: translateZ(0) !important;
        overflow: visible;
        z-index: auto !important;
      }
    }
    @media screen and (max-width: 1100px) {
      .bg-cover, .group-central {
        position: relative;
        left: auto;
        top: auto;
      }
    }
    @media screen and (max-width: 900px) {
      .map-img {
          height: auto;

          margin: 0;
          opacity: 1;
          transition: none;
          position: relative;
          width: 150vw;
          height: 100%vw;
          left: -15vw;
          top: -4vh;
      }
    }
    @media screen and (max-width: 900px) {
      .map-mobile #mobile-map-image > img {
        width: auto;
        height: 93.75vw;
        margin: 0 auto;
        display: block;
        max-width: inherit;
      }
    }
    @media screen and (max-width: 1100px) {
      .detail-location {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        padding: 30px 5%;
        max-width: inherit;
        transform: none;
      }
      .box-cover-right{
          width: 100%;
          height: auto;
          position: relative;
      }
      .description-map, .location .description-map {
          position: relative;
          max-width: 90%;
          left: auto;
          top: auto;
          padding: 40px 0;
          text-align: center;
          transform: none;
          margin: auto;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
        }
        .map-panzoom, .panzoom, .viewer{
          position:relative;
        }
        .location .pointer-map, .pointer-map {
          opacity: 1;
          top: calc(49.3% - 6vw);
          left: calc(37.9% - 4.32vw);
          width: 8.64vw;
          height: 12vw;
          max-width: inherit;
          max-height: inherit;
          min-width: inherit;
          min-height: inherit;
        }
        .location .pointer-map, .pointer-map {
          top: calc(50.5% - 6vw);
          left: calc(38.1% - 4.32vw);
          width: 8.64vw;
          height: 12vw;
        }
        .box-slider, .group-central{
          height: auto;
        }
    }
    @media screen and (max-width: 1100px) {
      .box-slider {
        float: none;
      }

    }
    @keyframes bounceInDown  {
      0%, 60%, 75%, 90%, 100% {
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        0% {
          opacity: 0;
          transform: translate3d(0, -3000px, 0);
        }
        60% {
          opacity: 1;
          transform: translate3d(0, 25px, 0);
        }
        75% {
          transform: translate3d(0, -10px, 0);
        }
        90% {
          transform: translate3d(0, 5px, 0);
        }
        100% {
          opacity: 1;
        }
  }
  @keyframes fadeIn   {
      0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
    }
  @keyframes Ani2    {
      0% {
          box-shadow: 0 0 0 rgba(255, 255, 255, 0);
          border: 1px solid rgba(255, 255, 255, 0);
          transform: scale(0.5);
        }
        70% {
          box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
          border: 1px solid rgba(255, 255, 255, 0.3);
          transform: scale(1);
        }
        100% {
          box-shadow: 0 0 60px rgba(255, 255, 255, 0);
          border: 0 solid rgba(255, 255, 255, 0);
          transform: scale(2);
        }
    }
  @keyframes StrokeLine  {
      0% {
          stroke-dashoffset: 0;
        }
        100% {
          stroke-dashoffset: -200;
        }
    }
