/* .provice-map-section {
  display: flex;
  justify-content: center;
  height: 320px;
} */

.provice-news-billboard {
  position: relative;
  height: 100%;
}

.provice-map {
  background: #e5e5e5;
}

.pms-left img {
  width: auto;
  height: 100%;
}

.news-section.Map .container .nc-first-row span ul li:hover {
  color: #bb0000;
}
.news-section.Map .container .nc-first-row strong {
  color: #444;
}
.provice-news-billboard .pmsr-sections p {
  color: #bb0000;
  cursor: pointer;
  margin-left: 10px;
  text-align: left;
  position: absolute;
  bottom: -12px;
  left: 2px;
  z-index: 2;
}
.provice-news-billboard .pmsr-sections p:hover {
  color: #fff;
}
.provice-news-billboard .pmsr-sections {
  background: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 10px;
}
.provice-news-billboard .pmsr-sections .card-box {
  flex: 1;
  display: flex;
  align-items: start;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
}
.provice-news-billboard .pmsr-sections .card-box h2 {
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
}

.provice-news-billboard .pmsr-sections .card-box:hover h2 {
  color: orange;
}

.provice-news-billboard .pmsr-sections .card-image img {
  transition: scale 0.5s;
  object-fit: cover;
}

.provice-news-billboard .pmsr-sections .card-image:hover img {
  scale: 1.01;
}

/* استایل های مربوط به نقشه */

#IranMap {
  display: block;
  position: relative;
  direction: rtl;
  text-align: right;
  padding: 0;
  font-family: Tahoma;
  font-size: 11px;
  width: 360px !important;
  height: 300px !important;
  margin: 0 auto;
}

#IranMap .show-title {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  margin: 0 !important;
  padding: 0 5px;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#IranMap .map .border path {
  stroke: #000; /* رنگ خط */
  stroke-width: 0.7px; /* ضخامت خط */
}

#IranMap .map {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#IranMap .map svg {
  height: 320px !important;
  width: 300px !important;
  position: relative;
  top: -10px;
}

#IranMap .map .border path,
#IranMap .map .island path {
  fill: #fff;
}

#IranMap .map .province path {
  fill: #ccc;
}

#IranMap .map .sea path,
#IranMap .map .lake path {
  fill: #6caed8;
}

#IranMap .map .province path:hover,
#IranMap .map .island path:hover,
#IranMap .map .province path.hover,
#IranMap .map .island path.hover {
  fill: #bb0000 !important;
  cursor: pointer;
}

#IranMap .list {
  display: block;
  float: right;
  width: 50%;
}

#IranMap .list ul {
  padding: 0;
}

#IranMap .list > ul {
  margin-left: 10px;
}

#IranMap .list li {
  list-style: none;
}

#IranMap .list span {
  background: #242424;
  color: #ecf0f1;
  display: block;
  margin: 0 2px;
  padding: 0 8px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 2px;
}

#IranMap .list li ul li {
  display: block;
  float: right;
  width: 33.33333333333333%;
}

#IranMap .list li ul li a {
  background: #34495e;
  color: #ecf0f1;
  display: block;
  padding: 0 8px;
  line-height: 26px;
  margin: 2px 2px;
  text-decoration: none;
}

#IranMap .list li ul li a:hover,
#IranMap .list li ul li a.hover {
  background: #c33a2c;
}
.map-active {
  background: #c33a2c;
}
#IranMap .list ul:before,
#IranMap .list ul:after {
  display: table;
  content: " ";
}

#IranMap .list ul,
#IranMap .list ul:after {
  clear: both;
}

#IranMap .city {
  clear: both;
  padding: 10px 0;
}

@media (max-width: 930px) {
  #IranMap .list {
    width: 90%;
  }
}
@media (max-width: 745px) {
  #IranMap .list li ul li {
    width: 90%;
  }
}
@media (max-width: 515px) {
  #IranMap .list,
  #IranMap .map {
    width: 100%;
  }
  #IranMap .list li ul li {
    width: 33.33333333333333%;
  }
  #IranMap .list li ul li a {
    font-size: 10px !important;
  }
}
@media (max-width: 515px) {
  #IranMap .list li ul li {
    width: 90%;
  }
}
@media (max-width: 250px) {
  #IranMap .list li ul li {
    width: 100%;
  }
}

.provice-map .provice-map-section {
  position: relative;
}
.provice-map .provice-map-section .provice-selector {
  margin-right: 20px;
  color: #333;
  width: 50px;
}
.provice-map .provice-map-section .provice-selector select {
  outline: none;
  padding: 2px 10px 5px 29px;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  transition: all 0.3s;
  background: linear-gradient(to top, #eee, #fff);
  font-weight: 300;
  font-size: 12px;
  position: absolute;
  top: 7px;
  font-family: "Tahoma";
  z-index: 2;
}
.provice-map .provice-map-section .provice-selector select:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.news-section.Map .container > * {
  width: 100%;
}
.news-section.Map .container {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pms-left img {
    width: 100%;
  }
}
