.company_menu {
    width: 190px;
    height: 100%;
    background-color: #005da2;
    margin-bottom: 0;
    position: relative;
}

.gap {
    width: 190px;
    height: 20px;
}

.company_menu_box {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: Noto Sans SC;
    ;
    text-align: center;
    line-height: 60px;
    list-style: none;
    text-decoration: none;
}

.company_menu_box a {
    padding: 20px 60px;
    color: #FFFFFF;
}

.company_menu_box:hover {
    color: #005da2;
    cursor: pointer;
    z-index: 1;
    background: transparent;
}

.company_menu_box:hover a {
    color: inherit;
    text-decoration: none;
}

.company_menu_box:after,
.company_menu_box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #005da2;
    z-index: -2;
}

.company_menu_box:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #f7f8f8;
    z-index: -1;
}

.company_menu_box:hover:after,
.company_menu_box:hover:before {
    width: 100%;
}

.company_menu .menu-img {
    width: 80px;
    height: 250px;
    background: url(../images/honesty_vertical.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 78px;
    bottom: 10%;
}

.company_menu_active {
    width: 190px;
    height: 100%;
    background-color: #ebebeb;
}

.company_menu_active a {
    color: #1c79a8
}



.dropdown-btn {
    border-width: 0 !important;
}

.fa-caret-down {
    /* display: none; */
    /* float: right;
    margin-right: 10px; */
    position: absolute;
    left: 140px;
    margin-top: 28px;
    width: 0;
    height: 0;
    border-width: 0 3px 5px;
    border-style: solid;
    border-color: transparent transparent white;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg)
}
.fa-caret-up {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg)
}

.dropdown-container {
    display: none;
    background-color: #005DA2;
}

.dropdown-container .item-box a {
    font-size: 14px;
}

.item-box {
    display: block;
    position: relative;
    border: none;
    width: 100%;
    height: 60px;
    background: none;
    outline: none;
    font-size: 16px;
    color: #FFFFFF;
    font-family: Noto Sans SC;
    text-align: center;
    line-height: 60px;
    list-style: none;
    text-decoration: none;
}

.item-box a {
    padding: 20px 28px;
    color: #FFFFFF;
}


/* On mouse-over */

.item-box:hover {
    color: #005DA2;
    cursor: pointer;
    z-index: 1;
    background: transparent;
}

.item-box:hover a {
    color: inherit;
    text-decoration: none;
    /* background-color: #fff; */
}

.item-box:hover a i {
    border-color: transparent transparent #005DA2;
    ;
    /* background-color: #fff; */
}

.item-box:after,
.item-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #005DA2;
    z-index: -2;
}

.item-box:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #f9f9f9;
    z-index: -1;
}

.item-box:hover:after,
.item-box:hover:before {
    width: 100%;
}

.info_menu_active {
    width: 190px;
    height: 60px;
    background-color: #ebebeb;
}

.info_menu_active a {
    color: #22487c
}

.info_menu {
    height: 100%;
}