.nav {
    background: #fff;
    position: relative;
}

.nav_class {
    width: 100%;
    color: #fff;
    margin: 0px auto;
    font-family: Roboto Condensed-Bold;
    height: 50px;
    margin-bottom: 3px;
}

.nav_class ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.nav_class a {
    display: block;
    padding: 0px;
    line-height: inherit;
    cursor: pointer;
}


.nav_menu {
    /* line-height: 45px; */
    font-weight: 700;
}

.nav_menu-item {
    display: inline-block;
    /* position: relative; */
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    /* width:165px; 
    background: url(/_upload/tpl/03/f0/1008/template1008/images/line.jpg) no-repeat right center;*/
}

.nav_menu-item a {
    color: #333;
    font-weight: normal;
    font-weight:bold;
}

.nav_menu-item:last-child {
    background: none;
}



.nav_menu-item:hover .nav_submenu {
    display: block;
}

.nav_submenu {
    font-weight: 300;
    text-transform: none;
    display: none;
    position: absolute;
    font-size: 14px;
    background-color: #2A7EEB;
    text-align: center;
    min-width: 155px;
    padding: 0;
    padding-top: 22px;
    padding-bottom: 60px;
    z-index: 99999999999;
    margin-left: 0px;
    font-family: RobotoCondensed-Regular;
    top: 50px;
    left: 0;
    width: 100%;
    /* height: 245px; */
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_submenu li {
    padding: 5px;
    text-align: left;
    padding-left: 25px;
    width: 210px;
    padding-right: 25px
}

.nav_submenu a {
    color: #333;
    font-size: 16px;
}

.nav_submenu .nav_submenu-item {
    float: left;
    width: 400px;
    padding: 0;
    padding-left: 65px;
    margin-top: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_submenu-item:after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
}

.nav_submenu .nav_submenu-item a {
    display: block;
    height: 48px;
    line-height: 48px;
    background: url(/_upload/tpl/03/f0/1008/template1008/images/right-blue.png) no-repeat right 40px center;
    padding: 0;
}

.nav_submenu-item:hover {
    background-color: #1674F1;
    /* font-family:Roboto Condensed-Bold; */
}

.nav_submenu-item:hover a {
    color: #fff;
}

.nav_submenu-item:hover:after {
    display: none;
}

.active {
    border-bottom: #003f88 solid 3px;
}

.wp_listcolumn .wp_column:last-child {
    padding-bottom: 40px;
}

.wp_listcolumn .wp_column a .column-name {
    line-height: 40px;
}