.specialty__menu ul li a .link_tab {
    display: none;
}

.specialty__menu ul li a {
    line-height: 150%;
}

.specialty__menu ul li a.is-active .link_tab {
    display: inline;
    font-size: 12px;
    text-decoration: underline;
    color: #ADA9A9;
    line-height: 150%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100px;
}

.specialty__menu ul li a.is-active {
    text-align: center;
    position: relative;
    padding-bottom: 23px;
    padding-top: 7px;
}

.specialty__menu ul li:first-child a.is-active {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

.news__item__image {
    position: relative;
    cursor: pointer;
}

.news__col .news__item__image .prev {
    display: none;
}

.news__col:hover .news__item__image .prev {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding-top: 100px;
}

.news__item__content {
    cursor: pointer;
}

.specialty__item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        height: 100%;
}

.get-city {
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.get-city {
    font-size: 4.73333vmin;
}

@media (min-width: 1024px) {
    .get-city {
        /* font-size: 0.97222vw; */
        font-size: 1.3vw;
    }
}

@media (min-width: 1440px) {
    .get-city {
        font-size: 18px;
    }
}

.modal-city {
    max-width: 80%;
}

.footer__bottom__col {
    min-width: 370px;
}

@media (max-width:1024px) {
    .header__logo__text {
        font-size: 12px;
    }
    .header__logo__image img {
        width: 17.86667vmin;
    }
}

@media (min-width: 1024px) {
    .director__image img {
        width: 65.77778vw;
    }
}

@media (min-width: 1700px) {
    .director__image img {
        width: 55.77778vw;
    }
}

.director_mobile {
    display: none;
}

@media (max-width: 1023px) {
    .director_mobile {
        display: block;
        margin-left: -18%;
    }
}

.about__text {
    text-align: justify;
    hyphens: auto;
}

.market__box__text {
    text-align: justify;
    hyphens: auto;
}

.recall__item__text {
    text-align: justify;
    hyphens: auto;
}

.news__detail__text {
    text-align: justify;
    hyphens: auto;
}

.geo__text {
    text-align: justify;
    hyphens: auto;
    letter-spacing: -0.4px;
}

.director__box__text {
    text-align: justify;
    hyphens: auto;
}

.arrow_up {
    display: none !important;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e41922;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;

}

.back-to-top {
    cursor: pointer;
    z-index: 9999999999;
}