
/*#map_wrapper {
    height: 100vh;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
*/
.common-title{
	padding: 19rem 0 5rem 0 !important;
}
#bar .row{
	margin: 0;
}
#bar .row .col{
	padding: 0;
}
#bar .img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
#map{
	margin-top: 6rem;
	margin-bottom: 4rem;
	position: relative;
}
.common-dot{
	width: 10px;
}
#map, .map {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}
.map img{
	width: 80%;
}
.left-point, .right-point{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.left-point .second, .right-point .second{
	margin-top: 1rem;
}

#map ul li{
	list-style-type: circle;
	font-size: 18px;
    margin-left: 2rem;
}
.east, .east h3{
	 color: #7d082d;
}
.west{
	margin-left: -2rem;
}
.west, .west h3{
	color: #1c8686 ;

}
.north, .north h3{
	color: #d04026;
}
.south, .south h3{
	color: #0f8002;
}
.central{
	margin-left: 2rem;
}
.central, .central h3{
	color: #1b00ec;
}

#east-zone, #west-zone, #north-zone, #south-zone, #central-zone{
	width: 100%;
    height: 100%;
    position: absolute;
}
#east-zone li, #west-zone li, #north-zone li, #south-zone li, #central-zone li{
	list-style-type: none !important;
	position: absolute;
}
#east-zone li i, #west-zone li i,#north-zone li i, #south-zone li i, #central-zone li i{
	font-size: 10px;
	/*color: #7d082d;*/
}

/** east zone **/

#east-zone li{
	color: #7d082d;
}
#east-zone li:nth-child(1){
	right: 32%;
    top: 50%;
}

#east-zone li:nth-child(2){
	right: 35%;
    top: 47%;
}
#east-zone li:nth-child(3){
	right: 38%;
    top: 50%;
}
#east-zone li:nth-child(4){
	right: 33%;
    top: 35%;;
}
#east-zone li:nth-child(5){
	right: 28%;
    top: 38%;;
}
#east-zone li:nth-child(6){
	right: 38%;
    top: 47%;
}
#east-zone li:nth-child(7){
	right: 41%;
    top: 44%;
}
#east-zone li:nth-child(8){
	right: 40%;
    top: 40%;
}
#east-zone li:nth-child(9){
	right: 38%;
    top: 55%;
}
#east-zone li:nth-child(10){
	right: 39%;
    top: 53%;
}

/** west zone **/

#west-zone li i{
	color: #1c8686;
}
#west-zone li:nth-child(1){
	left: 21%;
    top: 56%;
}
#west-zone li:nth-child(2){
	left: 24%;
    top: 58%;
}
#west-zone li:nth-child(3){
	left: 26%;
    top: 53%;
}
#west-zone li:nth-child(4){
	left: 35%;
    top: 50%;
}
#west-zone li:nth-child(5){
	left: 30%;
    top: 55%;
}
#west-zone li:nth-child(6){
	left: 20%;
    top: 50%;
}
#west-zone li:nth-child(7){
	left: 22%;
    top: 46%;
}
#west-zone li:nth-child(8){
	left: 24%;
    top: 47%;
}
#west-zone li:nth-child(9){
	left: 20%;
    top: 52%;
}

/** north zone **/

#north-zone li i{
	color: #d04026;
}
#north-zone li:nth-child(1){
	top: 37%;
    left: 28%;
}
#north-zone li:nth-child(2){
	top: 32%;
    left: 32%;
}
#north-zone li:nth-child(3){
	top: 31%;
    left: 33%;
}
#north-zone li:nth-child(4){
	top: 38%;
    left: 40%;
}
#north-zone li:nth-child(5){
	top: 40%;
    left: 45%;
}
#north-zone li:nth-child(6){
	top: 27%;
    left: 32%;
}
#north-zone li:nth-child(7){
	top: 43%;
    left: 38%;
}

/** south zone **/

#south-zone li i{
	color: #0f8002;
}
#south-zone li:nth-child(1){
	bottom: 22%;
    left: 34%;
}
#south-zone li:nth-child(2){
	bottom: 18%;
    left: 31%;
}
#south-zone li:nth-child(3){
	bottom: 22%;
    left: 40%;
}
#south-zone li:nth-child(4){
	bottom: 14%;
    left: 33%;
}
#south-zone li:nth-child(5){
	bottom: 22%;
    left: 37%;
}
#south-zone li:nth-child(6){
	bottom: 31%;
    left: 43%;
}
#south-zone li:nth-child(7){
	bottom: 31%;
    left: 33%;
}

/** central zone **/

#central-zone li i{
	color: #1b00ec;
}
#central-zone li:nth-child(1){
	top: 47%;
    right: 60%;
}
#central-zone li:nth-child(2){
	top: 46%;
    right: 58%;
}
#central-zone li:nth-child(3){
	top: 43%;
    right: 55%;
}
#central-zone li:nth-child(4){
	top: 50%;
    right: 47%
}
#central-zone li:nth-child(5){
	top: 52%;
    right: 44%
}
#central-zone li:nth-child(6){
	top: 49%;
    right: 56%;
}