.detail_text_float {
    position: absolute;
    top: 20%;
    z-index: 15;
    right: 15%;
    color: #fff;
}

.coutry_title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.slider_city ul {

}
.slider_city ul li {
    display: flex;
}
.slider_city ul li:before {
    content: '' !important;
}
.slider_city ul li span {
    display: inline-block;
}
.slider_city ul li span.icon {
    background: url("images/pin_3.svg");
    width: 43px !important;
    height: 34px;
    display: inline-block;
    background-size: cover;
}
.slider_city ul li span strong {
    color: #fff;
}
#banner_biglist.slider_city ul li span.icon {
    background-size: 85% !important;
    background: url("images/pin_3.svg") 0 0 no-repeat;
}
#banner_biglist.slider_city ul li{
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}
#banner_biglist.slider_city ul {
    margin: 0px 0 36px;
}
#detail_text_float_biglist {
    top: 10% !important;
}
@media screen and (max-width: 415px) {
    #detail_text_float_biglist {
        right: 1% !important;
    }
}
.detail_text_float .slider_city {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.detail_text_float {
    top:  0;
    height: 100%;
}
.slider_city ul {
    margin: 15px 0 0;
}