.menu-desktop>ul>li ul li a:hover,
.menu-desktop>ul>li ul li a:focus {
    background-color: #d39a42;
    color: #fff;
}

.items-news__mains .names-news__mains:hover {
    color: #d39a42;
}

.items-news__mains>p {
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.title-mains__alls .fs-30s {
    font-size: 30px;
}

.items-featured__sevices .intros-featured__sevices {
    line-height: 21px;
}

.items-educate__main .content-educate__main .titles-educate__mains {
    font-size: 14px;
}

.items-course__opens .list-course__opens li {
    line-height: 21px;
}

.items-course__opens .list-course__opens li:not(:last-child) {
    margin-bottom: 5px;
}

@media (max-width: 1199.98px) {
    .fs-24s {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .hotline-footerts .titles-hotline__tops {
        font-size: 11px;
    }
}

section:hover .title-mains__alls::after {
    width: 115px;
    transition: all .5s;
}

section:hover .title-mains__alls::before {
    width: 80px;
    transition: all .5s;
}

.title-mains__alls::after,
.title-mains__alls::before {
    transition: all .5s;
}

.titles-course__opens {
    font-size: 15px;
}

.photo-mains .intros-tags__photos .tag-photo__mains {
    font-size: 15px;
}

.content-contacts__pages .info__contact-icon {
    width: 40px;
    height: 40px;
    margin: 10px;
    margin-right: 25px;
    margin-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f5f6f7;
}

.content-contacts__pages .info__contact-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: circleRing 1.5s ease-in-out infinite;
    -moz-animation: circleRing 1.5s ease-in-out infinite;
    animation: circleRing 1.5s ease-in-out infinite;
}

.content-contacts__pages .info__contact-icon i {
    font-size: 22px;
    color: #999;
}

.title-bg__alls {
    padding: 11px 40px;
    background-size: contain;
}

.content-news__details .apps-news__details .titles-trans__alls {
    text-transform: unset;
}

.content-news__details .apps-news__details .titles-trans__alls strong {
    color: #d39c42;
}

.apps-news__details ul li:not(:last-child) {
    margin-right: 10px;
}

.days-ups__news li img {
    margin-top: -3px;
}


/* 
.days-ups__news li {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
} */

.page__review .btn__next {
    width: max-content;
}

.page__review .btn__next:hover,
.page__review .btn__next:focus {
    background-color: #2e2e2e;
}

.page__review {
    color: #000;
}

.list-question__alls {
    margin-left: 20px;
    list-style: disc;
}

.slide-news__mains .group-btns__showss .showss-button-prev:hover,
.slide-news__mains .group-btns__showss .showss-button-prev:focus,
.slide-news__mains .group-btns__showss .showss-button-next:hover,
.slide-news__mains .group-btns__showss .showss-button-next:focus {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slide-mains .group-btns__showss .showss-button-prev {
    left: 5px;
}

.items-news__mains .infos-news__items li {
    font-size: 10px;
}

.items-news__mains .infos-news__items li img {
    width: 10px;
    height: 10px;
    object-position: center;
}

.title-mains__alls p {
    text-transform: unset;
}

.slide-mains .group-btns__showss .showss-button-next {
    right: 5px;
}

.items-featured__sevices:hover,
.items-featured__sevices:focus {
    background-color: #fff;
}

.items-educate__main .content-educate__main img {
    height: 35px;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .list-question__alls {
        margin-left: 40px;
    }
}

@media (min-width: 992px) {
    .news-box__pages.content-news__alls .gutter-40 .col-lg-4 {
        margin-top: -45px;
    }
    .content-news__details .gutter-40 .col-lg-4 {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .content-news__details .gutter-40 .col-lg-4 {
        margin-top: 26px;
    }
}

@-webkit-keyframes circleRing {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

@-moz-keyframes circleRing {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

@keyframes circleRing {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}