header {

    height: 43px; /* fix header menu drop */

}

.header-main.without_right_tabs:not(.header-main.without_right_tabs.fixed) {

    box-shadow: 0 18px 18px #e6e6e6;

}

.verti-menu #nav-one {

    width: 90%;

    left: 1px;

    border-radius: 0;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

    border: none;

    top: 0;

    padding: 10px 0;

}

.box .box-content ul li a, #content .content ul li a {

    font-size: 14px;

    font-family: 'Montserrat', sans-serif;

}

.verti-menu #nav-one > li {

    padding: 2px 16px;

    border-bottom: 1px solid #f9f9f9;

}

.verti-menu #nav-one > li:last-child {

    border: none;

    padding-bottom: 0;

}

.verti-menu #nav-one > li:first-child {

    padding-bottom: 0;

}

#nav-one > li > .dropdown-menu {

    /*left: 253px;*/

}

@media(max-width: 1499px) {

    #nav-one > li > .dropdown-menu {

        /*left: 221px;*/

    }

}

#nav-one i {

    float: right;

    margin-top: 2px;

    transition: 0.4s;

}

#nav-one > li:hover i {

    transition: 0.4s;

    transform: rotate(-90deg);

}

.box.featured.hb-animate-element.left-to-right.hb-in-viewport .desc, .box.special.hb-animate-element.left-to-right.hb-in-viewport .desc {

    height: 50px;

    overflow: hidden;

}

.header-main.without_right_tabs .header-menu .main-menu > ul > li.top_level > a:hover {

    color: #557eff;

}



@media(min-width: 1650px) {

    .common-home .header-main.without_right_tabs .verti-menu {

        transform: translate(-108px, 0);

    }

}



@media(max-width: 1499px) and (min-width: 1340px) {

    .common-home .header-main.without_right_tabs .verti-menu {

        transform: translate(-60px, 0);

    }

}



@media(max-width: 1366px) {

    .blog_container_background a.fa.prev.cbtblog_prev.fa-angle-left {

        left: 0;

    }

    .blog_container_background a.fa.next.cbtblog_next.fa-angle-right {

        right: -28px;

    }

}



.flex-space-between {

    justify-content: space-between;

    display: flex;

    align-items: center;

}

.banner_tabs {

    bottom: 0;

}