.map-areas{font-family:var(--font-r)}
.map-areas .head-pri {
	background: #faf9f7
}

.map-areas .head-pri .title {
	margin-bottom: 1em
}

.map-areas .map-ct {
	display: flex
}

.map-areas .map-ct .list-location {
	
}
.list-location .dot-location{
	font-family:var(--font-r);
}

@media (max-width:1599px) {
	.map-areas .map-ct .list-location {
		flex: 0 0 250px
	}
}

.map-areas .map-ct .list-location .nav-tabs {
	display: flex;
	border: none
}

.map-areas .map-ct .list-location .nav-tabs .nav-item {
	text-align: center;
	margin-bottom: 0;
	background: #faf9f7
}

.map-areas .map-ct .list-location .nav-tabs .nav-item.first {
	flex: 0 0 40%
}

.map-areas .map-ct .list-location .nav-tabs .nav-item.second {
	flex-grow: 1
}

.map-areas .map-ct .list-location .nav-tabs .nav-item .nav-link {
	border: none;
	font-size: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: .8em;
	line-height: 1
}

@media (max-width:1599px) {
	.map-areas .map-ct .list-location .nav-tabs .nav-item .nav-link {
		font-size: 16px
	}
}

.map-areas .map-ct .list-location .nav-tabs .nav-item .nav-link:hover {
	border: none
}

.map-areas .map-ct .list-location .nav-tabs .nav-item .active {
	border: none;
	background: #fff;
	color: #de9314
}

.map-areas .map-ct .list-location .tab-content .tab-pane ul {
	padding: 15px 0;
	list-style: none;
}

.map-areas .map-ct .list-location .tab-content .tab-pane ul li {
	font-size: 20px
}

.map-areas .map-ct .list-location .tab-content .tab-pane ul li a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 3em;
	transition: .2s;
	letter-spacing: -1px
}

.map-areas .map-ct .list-location .tab-content .tab-pane ul li a:hover {
	text-decoration: underline;
	color: #7a121d
}

.map-areas .map-ct .list-location .tab-content .tab-pane ul li a p {
	position: absolute;
	display: inline-block;
	left: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #7a121d;
	border-radius: 50%;
	text-align: center;
	color: #fff
}

@media (max-width:1599px) {
	.map-areas .map-ct .list-location .tab-content .tab-pane ul li {
		font-size: 16px
	}
	.map-areas .map-ct .list-location .tab-content .tab-pane ul li a {
		padding: 10px 15px 10px 3rem
	}
	.map-areas .map-ct .list-location .tab-content .tab-pane ul li a p {
		width: 26px;
		height: 26px;
		line-height: 26px;
		left: 16px
	}
}

.map-areas .map-ct .image-map {
	flex-grow: 1;
	margin-bottom: -15px
}

@media (max-width:575px) {
	.map-areas .map-ct {
		flex-direction: column
	}
}

#map-location {
	margin-bottom: -20px
}

#map-location .location {
	display: none
}

#map-location .location.active {
	display: block;
	pointer-events: none
}

#map-schedule .schedule {
	display: none
}

#map-schedule .schedule.active {
	display: block;
	pointer-events: none
}

.item-location {
	cursor: pointer
}

.item-schedule {
	cursor: pointer
}

.info-map-wrap {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 360px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0, 0, 0, .3)
}

.info-map-wrap img {
	width: 100%
}

.info-map-wrap.map-schedule {
	display: none
}

.info-map-wrap .ct {
	text-align: center;
	padding: 15px 20px;
	letter-spacing: -1px;
	background: #fff
}

.info-map-wrap .ct .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 28px;
	height: calc(28px * 2);
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: .3em;
	font-weight:700
}

.info-map-wrap .ct .desc {
	font-weight:400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 15;
	-webkit-box-orient: vertical;
	line-height: 20px;
	height: auto;
	text-align: justify;
	margin-bottom: .3em
}
.btn-pri {
    background-color: #de9314;
    padding: 10px 22px;
    color: #fff!important;
    font-weight: 700;
    font-size: 16px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
}
@media (max-width: 1600px){
.btn-pri {
    font-size: 13px;
    padding: 8px 16px;
}
@media (max-width:1599px) {
	.info-map-wrap {
		width: 240px;
		right: 15px;
		top: 15px
	}
}

@media (max-width:1199px) {
	.info-map-wrap {
		width: 180px
	}
	.info-map-wrap .ct {
		padding: 10px
	}
}

@media (max-width:768px) {
	.info-map-wrap {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		box-shadow: none;
		border-radius: 0
	}
	.info-map-wrap .ct {
		padding-bottom: 20px
	}
}

.s-content .sb-service-other.post {
	margin-bottom: 1em
}

.s-content .sb-service-other.post .item-sercive-other .ct .title {
	margin-top: .5em;
	font-size: 1;
	margin-bottom: 0
}

.s-content .sb-service-other.post .item-sercive-other .ct .title a {
	color: #292621
}

.s-content .sb-service-other.post .item-sercive-other .ct .title a:hover {
	color: #de9314
}

.s-content .sb-service-other.post .item-sercive-other .ct a {
	text-decoration: none
}

circle {
	text-align: center
}

.item-location,
.item-schedule {
	transition: .3s
}

.item-location circle,
.item-schedule circle {
	animation: q-animation 1s infinite;
	animation-direction: alternate
}

.item-location.active,
.item-schedule.active {
	color: #7a121d
}

.item-location.active.dot,
.item-schedule.active.dot {
	display: none
}

.map-areas .map-ct .list-location .tab-content .tab-pane ul li.active {
	color: #7a121d
}
.tab-content > .tab-pane{display: none!important;}