/* HOTSPOT - Tabs */
.tabs {
  font-family: 'Poppins', sans-serif;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
  background: black;
}
@media screen and (max-width: 767px) {
  .tabs {
    display: none;
  }
}
.tab-name:nth-last-child(n):after {
  content: "";
  border-right: 1px solid white;
  padding: 10px;
}
.tab-name:nth-last-child(2):after {
  content: none ;
}
.tabs label {
	order: 1; 
	display: block;
	padding: 15px 10px;
	cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  transition: font-weight ease 0.2s;
  color: white;
}
.tabs .tab {
  order: 99; 
  flex-grow: 1;
	width: 100%;
	display: none;
  background: white;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
  color: white;
  font-weight: 600;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
@media screen and (min-width: 768px) {
  .tab-image-mobile {
    display:none;
  }
}
.tab-file {
	display: flex;
	height: 70px;
	justify-content: center;
	align-items: center;
    background:  white;
}
@media screen and (min-width: 768px) {
  .tab-file {
    display:none;
  }
}
.tab-file a {
	color: black;
	border: 1px solid black;
	padding: 10px 0;
	margin: 0 10px;
	width: 100%;
	text-align: center
}
.tab-file a:hover {
	color: white;
	background: black;
}

/* HOTSPOT */

.hotspots-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transform: translateX(-50%);
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms cubic-bezier(0.2, 0.5, 0.34, 1);
  width: 50%;
  padding: 20px;
}
.hotspots-label:before {
  display: none;
}
.hotspots-label.is-visible {
  opacity: 1;
  visibility: visible;
}
.hotspot:before {
  content: "";
  display: block;
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMS42IDExLjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDExLjYgMTEuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMC41NjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1LjgiIHkxPSIxMS42IiB4Mj0iNS44IiB5Mj0iMCIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjAuNTYyNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMCIgeTE9IjUuOCIgeDI9IjExLjYiIHkyPSI1LjgiLz4NCjwvc3ZnPg0K");
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 150ms cubic-bezier(0.2, 0.5, 0.34, 1);
}
.hotspot {
  padding: 20px;
  height: 40px;
  box-sizing: border-box;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  line-height: 40px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  opacity: 0;
  width: 0;
  transition: opacity 650ms ease-in, width 350ms linear;
  text-indent: -9999em;
  user-select: none; 


}
.hotspot:hover {
	color: white;
}
.hotspot.is-visible {
  opacity: 1;
}
.hotspot.is-active {
  padding: 0 20px 0 50px;
  text-indent: 0;
  width: auto;
  height: auto;
}
.hotspot.is-active:before {
  transform: rotate(45deg);
}
.hotspot-image {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
	
}
.hotspot-image:before {
  content: "";
  display: block;
  width: 100%;
/* size height*/
  padding-top: 40%;
}
.hotspot-contain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
	background-position: center center;
}
@media only screen and (max-width: 900px) {
  .hotspots-label {
  display: flex;
    width: 80%;
    height: 80%;
    justify-content: center;
    position: relative;
    flex-direction: column;
    transform: translateY(15%) translateX(-50%);
  }
}
@media only screen and (max-width: 900px) {
  .hotspots-label:before {
  display: block;
    top: 4px;
    left: auto;
    right: 4px;
    transform: rotate(45deg);
    cursor: pointer;
  }
}
@media only screen and (max-width: 900px) {
.hotspots-label strong {
  display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
.hotspots-label span {
  display: block;
  }
}
@media only screen and (max-width: 900px) {
.hotspots-label-box {
  
  }
}