#vnt-header , #vnt-footer {
  display: none;
}



html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100vh;
}
 

.vnt-map-logo {
    position: absolute;
    top:  15px;
    left: 15px;
    z-index: 999;
    padding: 10px;
    background: #ffffff;
}
.vnt-map-logo img {
    max-height: 70px;
    max-width: 70px;
}


.vnt-map-close {
    position: absolute;
    top:  15px;
    right: 15px;
    z-index: 999;
}
.vnt-map-close a {
   display: flex;
	align-items: center;
	align-content: center;
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	font-size: 14px;
	line-height: 22px;
	padding: 9px 22px;
}
.vnt-map-close a:hover{
	background-color: rgba(255,255,255,1);
}
.vnt-map-close a i{
	margin-right: 5px;
}

  /* Nút zoom custom */
  #zoom-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .zoom-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: #ffffff;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, transform 0.1s ease;
  }
  .zoom-btn:hover {
    background: var(--web-color);
    color: #ffffff;
  }
  .zoom-btn:active {
    transform: scale(0.92);
  }


  
 .vnt-maps .mapboxgl-popup-content {
    padding: 10px  15px;
    border-radius: 5px;
    min-width: 270px;
 } 
.vnt-maps .mapboxgl-popup-content h3 {
    font-size: 14px;
}
.vnt-maps .mapboxgl-popup-content a {
    color: #333;
}
.vnt-maps .mapboxgl-popup-content a:hover {
        color: #333;
}

@media (max-width: 991px) {
 
  #vnt-content {
      padding-top: 0!important;
  }
   
 
   
 
}


@media (max-width: 480px) {


}