.map,
.map * {
  box-sizing: border-box;
  -ms-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.map {
  clear: both;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#img-notice,
#img-notice-close{
  background-image: url(/wp-content/uploads/2023/07/Property-1Frame-626658.png);
  background-size: cover;
  background-repeat: round;
  height: 800px;
  width: 1000px;
  position: absolute;
  display: none;
}

.maps-zoomed-container img.mobile{
  display: none;
}
.maps-container {
  width: 100%;
  /* height: 0; */
  height: calc(100vh - 50px);
  position: relative;
  overflow: hidden !important;
  background: #cccccc;
  z-index: 3;
  /* margin-top: 30px; */
}

.maps-container-inner {
  position: absolute;
  width: 100%;
  z-index: 3;
  height: 100%;
  /* padding-bottom: 32.5%; */
}
.marker-all span{
  display: none;
}
.map-control {
color: #EC008C;
font-size: 1.5rem;
padding: 0rem 0.3rem;
}

.zoom-btn {
  height: fit-content;
  bottom: 0;
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 100;
  bottom: 4%;
  left: 16.5%;
  background-color: #ffffff;
  padding: 0rem 0.5rem;
  border-radius: 8px;
}

.map-control:hover {
  background-size: 20px;
}

.map-control-zoomin {
  top: 20px;
}

.map-control-zoomout {
  top: 50px;
}

.map-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
}
img{
  width: 100%;
  height: 100%;
}
.map-image svg,
.map-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.marker-all {
  height: 280px;
  position: absolute;
  display: inline-block;
  z-index: 20;
  margin-left: -0.4%;
  margin-bottom: -0.1%;
  transform-origin: 0 100% 0;
  -moz-transform-origin: 0 100% 0;
  -webkit-transform-origin: 0 100% 0;
  -ms-transform-origin: 0 100% 0;

}

.maps-zoomed-container {
  position: absolute;
  width: 1000%;
  height: fit-content;
  transform: scale(0.1);
  transform-origin: 0 0;
  left: 0;
  top: 0;
}

.marker-all:hover {
  z-index: 25;
}

.marker-all a:first-child{
  /* width: 160px;
  height: 240px; */
  display: block;
  position: absolute;
  font-size: 150px;
  left: 0px;
  color: #EC008C;
  background-color: #ffffff;
  border: 10px solid #EC008C;
  border-radius: 50%;
  padding: 1.5rem 4rem;
}

.marker-all a:last-child{
  width: auto;
  height: auto;
  display: none;
  background-color: #ffffff;
  z-index: 27;
  padding: 20px 150px;
  font-size: 13rem;
  margin-left: 17rem;
  color: #EC008C;
}

.marker-all:hover a:last-child{
  display: block;
}

.marker-group a {
  display: block;
  /* position: absolute; */
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}


/* .marker-group a {
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
} */

.marker-group a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}


#img-notice-close{
  display: none;
}







/***************************
* RESPONSIVE STATES
***************************/
/* @media screen and (min-width:2501px) {
  .zoom-btn {
    bottom: 2rem;
    left: 24rem;
  }
}
@media screen and (min-width:2251px) and (max-width:2500px){
  .zoom-btn {
    bottom: 2rem;
    left: 23rem;
  }
}
@media screen and (min-width:2000px) and (max-width:2250px){
  .zoom-btn {
    bottom: 2rem;
    left: 20rem;
  }
}
@media screen and (min-width:1440px) and (max-width:1700px){
  .zoom-btn {
    bottom: 2rem;
    left: 15.5rem;
  }
}
@media screen and (min-width:1136px) and (max-width:1439px){
  .zoom-btn {
    bottom: 2rem;
    left: 13.5rem;
  }
}*/

@media screen  and (max-width:849px){
  .ant-modal.chu_thich{
    top: 7%;
    left: 5%;
    position: absolute;
    z-index: 11;
}
  .maps-container {
    overflow: auto !important;

}
  .zoom-btn {
    bottom: 1rem;
    left: 1rem;
}
.marker-all a:first-child {

  font-size: 120px;

}

}
@media screen  and (min-width:550px )and (max-width:849px){
  #img-notice,
  #img-notice-close{
    height: 500px;
    width: 650px;
}
  .notice_container {
    background-image: url(/wp-content/uploads/2023/06/chu-thich-1.png);
    width: 200vw;
    height: 100vh;
}
  .marker-all a:last-child {
    padding: 0 100px;
    font-size: 10rem;
    margin-left: 15rem;
}
  .maps-container {
    height: calc(100vh - 70px);
}
.maps-zoomed-container img.chu-thich {
  height: 1000px;
  width: 25%;
}
/* .maps-zoomed-container img{
  height:calc(1000vh - 44rem);
} */
}
@media screen  and (max-width:549px){
  #img-notice,
  #img-notice-close{
    height: 500px;
    width: 700px;
}
.maps-zoomed-container img.chu-thich {
  height: 1000px;
  width: 25%;
}
  .maps-zoomed-container img{
    height:calc(1000vh - 38rem);
  }
  .marker-all a:last-child {
    padding: 0px 100px;
    font-size: 9rem;
    margin-left: 10rem;
}
  .marker-all a:first-child {
    font-size: 100px;
    padding: 1rem 2rem;
  }
  .maps-container {
    height: calc(100vh - 60px);
}
}