.menu_top {
    position: relative;
    z-index: 100;
}

.intro-section-page .content3 .box-img {
    position: absolute;
    bottom: auto;
    right: 0;
}

/* width */
.box::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

li.f-social__item {
    display: flex;
    align-items: center;
    justify-content: center;
}


.carousel-caption.news__ff_title{
    padding: 15px;
}

@media (min-width: 1200px) {
    .header_search .search .input-group > .form-control {
        color: #199ff6;
    }
}