

.vnt-place {
    margin-bottom: 30px;
}

.list-place {
    margin: 0 -10px;
}
.list-place:after {
    display: block;
    content: '';
    clear: both;
}
.list-place .item {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.list-place .item-place {
    position: relative;
}

.item-place .i-img {
    overflow: hidden;
    position: relative;
}
.item-place .i-img a {
    display: block;
    overflow: hidden;
    padding-top: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: 50% 50% ;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.item-place .i-img:hover a {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item-place .i-img a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: url("../images/mask2.png") repeat-x;
}
.item-place .i-text {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
    color: #ffffff;
}
.item-place .i-text .t-title {
    font-size: 22px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bold;
}


.item-place .view-all {
  position: absolute;
  bottom: 0;
  padding: 5px 0;
  width: 100%;
  background: #d82727;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 30px;
  visibility: hidden;
}
.list-place .item:hover .item-place , .list-place .item.active .item-place {
  border: 2px solid #d82727;
}
.list-place .item:hover .view-all , .list-place .item.active .view-all {
  visibility: visible;
}

.list-place .item:hover .item-place.has_sub::after , .list-place .item.active .item-place.has_sub::after {
  position: absolute;
  content: '';
  z-index: 10;

  left:  45%;
  bottom:-22px ;
  width:0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #eeeeee transparent;
}


.list-place .ext_sub {
  float: left;
  width: 100%;
  padding: 0 10px;
}

.sub-pointofinterest {
  background: #eeeeee;
  margin-bottom: 20px;
  overflow: hidden;
}
.sub-pointofinterest .list-pointofinterest {
  position: relative;
}
.sub-pointofinterest .list-pointofinterest::after {
  content: '';
  display: table;
  clear: bottom;
}
.list-pointofinterest .item-pointofinterest {
 float: left;
 width: 25%;

  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}


.item-pointofinterest .i-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  flex-shrink: 0;
}
.item-pointofinterest .i-text {
  font-weight: bold;
  font-size: 16px;
}

