﻿#map,
#map1,
#map2,
#map3 {
    position: relative;
    height: 590px;
}

.placecontent {
    float: left;
    width: 200px;
}

.maps::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    background-image: url("../img/border-top-food.png");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 56px;
    z-index: 11;
}

.maps::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background-image: url("../img/border-bottom-food.png");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 56px;
    z-index: 10;
}

.maps h4 {
    margin-top: 0;
}

fieldset {
    display: flex;
    margin-top: 5px;
    justify-content: center;
}

fieldset .address > a {
    margin-top: 15px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Mali", cursive;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--body) !important;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

fieldset .address > a.active {
    color: var(--purple) !important;
}

fieldset a:hover {
    text-decoration: none;
    color: var(--purple);
}

.location-maps .address {
    flex: 0 0 calc(100%/9);
    padding: 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-maps {
    position: relative;
    z-index: 11;
    width: 100%;
    padding: 0 2.5px;
}
.location-maps .group-img {
	height: 100%;
    padding: 5px;
}
.location-maps .owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
    color: var(--body);
}

.location-maps .thumb-img {
    position: relative;
    width: 100%;
    background-image: url("../img/bg-thumb-img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 150px;
}

.hover-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.hover-link a {
	align-self: center;
	margin: 0 10px;
}
.hover-link a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
	height: 50px;
    border-radius: 50%;
    background-color: var(--white);
	font-size: 34px;
	color: var(--orange-cm);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(-0%, -0%) scale(0);
	transform: translate(-36%, -0%) scale(0);
	transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.hover-link:hover a i {
	-webkit-transform: translate(-0%, -0%) scale(1);
	transform: translate(-0%, -0%) scale(1);
	transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hover-link a i:hover {
	background-color: var(--orange-cm);
	color: #fff;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
}
.location-maps .thumb-img:hover .group-img .img-thumb {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.location-maps .thumb-img.active {
    background-image: url("../img/bg-thumb-img-active.png");
}

.location-maps .bg-around-blur {
    position: absolute;
    inset: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-maps .icon-360deg {
    background-image: url("../img/360deg.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.location-maps .thumb-img a.img-thumb {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/img-trial-360deg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    outline: none;
}

.maps .group {
    position: relative;
    height: 100%;
    z-index: 0;
}

.maps .group-icon {
    display: flex;
    flex-direction: column;
}

.maps ul li:not(:last-child) {
    margin-bottom: 26px;
}

.maps .btn-digital-library {
    width: 47px;
    height: 47px;
    background-image: url("../img/bg-icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.maps .btn-digital-library > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.maps .btn-digital-library > a svg path {
    fill: #FFF;
}

.maps .btn-digital-library.active > a svg path {
    fill: #FF7A7A;
}

.maps .btn-digital-library.active {
    background-image: url("../img/bg-active-icon.png");
}

.maps {
    position: relative;
}

.maps .show-more-info {
    position: absolute;
    top: 45px;
    left: 0;
    bottom: 0;
    padding-bottom: 40px;
    width: 20%;
    z-index: 99;
}

.maps .modal {
    display: none;
    position: absolute;
    top: 0;
    left: 80px;
    right: -333px;
    z-index: 1;
    width: 333px;
    height: 100%;
    overflow: unset;
}

.maps .modal-content,
.maps .modal-content1 {
    background-image: url("../img/bg-maps-transfer.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 15px 20px 20px;
    border: none;
    width: calc(100% - 18px);
    height: 100%;
    background-color: unset;
    box-shadow: none;
}

.maps .more-info {
    height: calc(100% - 40px);
    overflow: auto;
    scrollbar-color: #BDBDBD #353535;
    scrollbar-width: thin;
}

.maps .more-info::-webkit-scrollbar {
    width: 4px;
    border-radius: 999px;
}

.maps .more-info::-webkit-scrollbar-track {
    background: #353535;
    border-radius: 999px;
}

.maps .more-info::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border-radius: 999px;
}

.maps .more-info::-webkit-scrollbar-thumb:hover {
    background-color: #BDBDBD;
}

.maps .close,
.maps .close1 {
    opacity: 1;
    margin-top: -15px;
}

.maps .close:hover,
.maps .close:focus,
.maps .close1:hover,
.maps .close:focus {
    cursor: pointer;
}

.close1 {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.maps .location {
    font-family: "Mali", cursive;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffe600;
    margin-bottom: 13px;
}

.location-maps .address,
.location-maps .address .icon-360deg {
    cursor: pointer;
}

.maps .address-cm {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--success);
    padding-right: 11px;
    text-align: justify;
    margin-bottom: 10px;
}

.maps .description-text p {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: justify;
    padding-right: 11px;
    padding-bottom: 10px;
}

.maps .popup,
.maps .gm-ui-hover-effect {
    display: none !important;
}

.maps #map .title_map,
.maps #map .leaflet-pane.leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content {
    font-family: "Mali", cursive;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--purple);
    margin: 0;
}

.maps #map .leaflet-pane.leaflet-popup-pane .leaflet-popup-content-wrapper{
    padding: 8px 11px;
    border-radius: 4px;
}

.maps .leaflet-container a.leaflet-popup-close-button{
    display: none;
}

.maps #map .leaflet-popup{
    margin-bottom: 25px;
}

/*******************************************/
.lightgallery-image {
    height: 100%;
}

.lg-sub-html h4 {
    font-family: "Mali", cursive;
    font-size: 18px;
    color: var(--white);
}

    .lightgallery-image > ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        max-height: 100%;
        overflow: auto;
        margin: 0;
    }

.maps .lightgallery-image > ul::-webkit-scrollbar {
    width: 6px;
    border-radius: 999px;
}

.maps .lightgallery-image > ul::-webkit-scrollbar-track {
    background: #2F1675;
    border-radius: 999px;
}

.maps .lightgallery-image > ul::-webkit-scrollbar-thumb {
    background-color: #AB41FF;
    border-radius: 999px;
}

.maps .lightgallery-image > ul::-webkit-scrollbar-thumb:hover {
    background-color: #AB41FF;
}

.lightgallery-image > ul > li {
    margin: 0 0 20px 0 !important;
    padding: 0 10px;
    list-style: none;
    flex: 0 0 calc(100%/2);
    max-width: calc(100%/2);
    height: 76px;
}

.lightgallery-image > ul > li a {
    display: block;
    overflow: hidden;
    position: relative;
    border: 3px solid #AD8FFF;
    width: 100%;
    height: 100%;
}

.lightgallery-image > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.lightgallery-image > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.lightgallery-image > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.lightgallery-image > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.lightgallery-image > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.lightgallery-image > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.lightgallery-image .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.lightgallery-image .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.lightgallery-image .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.lightgallery-image .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.lightgallery-image .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.lightgallery-image .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.lightgallery-image.dark > ul > li a {
    border: 3px solid #04070a;
}

.title-library-digital h4 {
    font-family: 'Mali', cursive;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #5530BE;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}
#map .leaflet-control-container .leaflet-top {
	top: 10px;
}
#map .leaflet-control-container > .leaflet-top.leaflet-left {
	left: auto;
	right: 0;
}
#map .leaflet-control-container > .leaflet-top.leaflet-right {
	right: 30px;
}
#map .leaflet-control-container > .leaflet-top.leaflet-right .leaflet-control-layers.leaflet-control {
	padding: 5px 10px;
}
#map .leaflet-control-container > .leaflet-top.leaflet-right .leaflet-control-layers.leaflet-control .leaflet-control-layers-toggle {
	display: none;
}
#map .leaflet-control-container > .leaflet-top.leaflet-right .leaflet-control-layers.leaflet-control .leaflet-control-layers-list {
	display: block;
}
#map .leaflet-control-container > .leaflet-top.leaflet-right .leaflet-control-layers.leaflet-control .leaflet-control-layers-list .leaflet-control-layers-base {
	display: flex;
}
#map .leaflet-control-container > .leaflet-top.leaflet-right .leaflet-control-layers.leaflet-control .leaflet-control-layers-list .leaflet-control-layers-base label {
	color: var(--body);
	font-size: 14px;
	margin: 0 10px;
}

#lg-counter,
.lg-sub-html {
    font-family: 'Mali', cursive;
    font-weight: 700;
}

.gm-style .gm-style-iw-c {
    padding: 6px 11px !important;
}

.gm-style-iw-d {
    overflow: unset !important;
}

.gm-style .gm-style-iw-tc::after {
    width: 16px !important;
    height: 11px !important;
    left: 4.5px !important;
}

.gm-fullscreen-control {
    top: 20px !important;
}

.gm-bundled-control-on-bottom div:last-child{
    top: 22px !important;
}

.tooltip {
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.tooltip:hover {
    overflow: visible;
}

.tooltip:hover .tooltip-content {
    opacity: 1;
}

.tooltip-content {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #FF7A7A;
    box-shadow: 0 5px 25px 5px rgb(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    max-width: 200px;
    min-width: 100px;
    padding: 6px 12px;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    /*tooltip right*/
    left: calc(100% + 1.5em);
    top: 50%;
    transform: translateY(-50%);
}

.tooltip-content::after {
    background: #FF7A7A;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    /*tooltip right*/
    left: -5px;
    margin-top: -5px;
    top: 50%;
    border-radius: 0 0 0 2px;
}

.gm-svpc{
    top: -30px !important;
}

@media screen and (max-width:1550px){
    #map, #map1, #map2, #map3 {
        height: 500px;
    }

    fieldset .address > a{
        font-size: 15px;
    }

    .location-maps .icon-360deg{
        width: 45px;
        height: 45px;
    }

    .hover-link a {
        margin: 0px 8px;
    }

    .hover-link a i {
        width: 45px;
        height: 45px;
        font-size: 30px;
    }

    .lg-sub-html h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width:1442px){
    .location-maps .icon-360deg{
        width: 40px;
        height: 40px;
    }

    .hover-link a {
        margin: 0px 5px;
    }

    .hover-link a i {
        width: 40px;
        height: 40px;
        font-size: 27px;
    }

    .lg-sub-html h4 {
        font-size: 15px;
    }
}
    
@media screen and (max-width:1024px){
    .maps .modal {
        left: 80px;
        right: -300px;
        width: 300px;
    }
    
    #map, #map1, #map2, #map3 {
        height: 400px;
    }
    
    .maps .location,
    .maps .address-cm {
        margin-bottom: 5px;
    }

    fieldset {
        max-width: calc(100% + 25px);
        overflow: auto;
        padding-bottom: 20px;
    }

    .location-maps .address {
        flex: 0 0 calc(100%/6);
    }

    .lightgallery-image > ul > li {
        height: 70px;
    }
}

@media screen and (max-width: 992px){
    .location-maps .address {
        flex: 0 0 calc(100%/5);
    }
}

@media screen and (max-width: 800px){
    .location-maps .address {
        flex: 0 0 calc(100%/4);
    }
}

@media screen and (max-width: 768px){
    .location-maps .icon-360deg {
        width: 50px;
        height: 50px;
    }

    .hover-link a {
        margin: 0px 10px;
    }

    .hover-link a i {
        width: 50px;
        height: 50px;
        font-size: 32px;
    }
}

@media screen and (max-width: 600px) {
    .maps .btn-digital-library {
        width: 40px;
        height: 40px;
    }
    
    .group-icon li a svg {
        width: 22px;
        height: 20px;
    }
    
    .maps ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .maps .modal {
        right: 270px;
        width: 270px;
    }

    fieldset {
        justify-content: flex-start;
    }

    .location-maps .address {
        flex: 0 0 calc(100%/3);
    }

    .lightgallery-image > ul > li {
        height: 55px;
    }
}

@media screen and (max-width: 540px) {
    .maps .modal {
        left: 70px
    }
}

@media screen and (max-width: 426px){
    .maps .location {
        margin-bottom: 5px;
    }
    
    .maps .address-cm {
        margin-bottom: 5px;
    }
    
    .maps .address-cm,
    .maps .description-text p {
        line-height: 20px;
        padding-right: 10px;
    }
    
    .maps .modal-content, .maps .modal-content1{
        padding: 15px;
    }

    .location-maps .icon-360deg {
        width: 40px;
        height: 40px;
    }

    .hover-link a {
        margin: 0px 5px;
    }

    .hover-link a i {
        width: 40px;
        height: 40px;
        font-size: 27px;
    }
}

@media screen and (max-width: 376px){
    .maps .modal {
        width: 230px;
        right: -230px;
    }

    .lightgallery-image > ul > li {
        flex: 0 0 100%;
        max-width: 100%;
        height: 100px;
    }

    .location-maps .icon-360deg {
        width: 30px;
        height: 30px;
    }

    .hover-link a i {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
}

@media screen and (max-width: 320px) {
    .location-maps .address {
        flex: 0 0 calc(100%/2);
    }

    .location-maps .icon-360deg {
        width: 40px;
        height: 40px;
    }

    .hover-link a i {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}