ul.navbar-nav li{
    position: relative;
}
/* start css icon new */
.ribbon13-2 {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 56px;
    margin: -2px;
    /*padding: 5px 0 0px;*/
    z-index: 2;
    width: 30px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 9px;
    background: #c9302c;
    border-radius: 2px 0 0 0;
}

.ribbon13-2:before{
    position: absolute;
    content: '';
    top: 0;
    right: -5px;
    border: none;
    border-bottom: solid 6px #c9302c;
    border-right: solid 5px transparent;
}

.ribbon13-2:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 5px solid #c9302c;
}
@media all and (max-width: 992px) {
    .ribbon13-2{
        left: 68px;
        top: -14px;
        padding: 5px 0 0px;
        font-size: 8px;
        width: 20px;
        height: 28px;
    }
    .ribbon13-2:after{
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 3px solid #c9302c;
    }
    .ribbon13-2:before{
        border-bottom: solid 4px #c9302c;
    }
}
/*@media all and (max-width: 480px){*/
    /*.ribbon13-2{*/
        /*left: 68px;*/
        /*top: -14px;*/
        /*font-size: 8px;*/
        /*width: 20px;*/
        /*height: 28px;*/
    /*}*/
    /*.ribbon13-2:after{*/
        /*border-left: 10px solid transparent;*/
        /*border-right: 10px solid transparent;*/
        /*border-top: 3px solid #c9302c;*/
    /*}*/
    /*.ribbon13-2:before{*/
        /*border-bottom: solid 4px #c9302c;*/
    /*}*/
/*}*/
/*end css icon new*/
@media (min-width: 992px) {
    .navbar.navbar-light.mb {
        display: none;
    }
}
@media (max-width: 991px) {
    .navbar.navbar-light.pc {
        display: none;
    }
}
.navbar.navbar-light.mb,
.navbar.navbar-light.pc {
    padding: 0;
}

/*.logo-responsive { width:90% }*/
.logo-responsive { width:240px }
@media all and (max-width: 1024px) {
    /*.logo-responsive { width: 90%;}*/
    .logo-responsive { width: 240px;}
}
@media all and (max-width: 600px) {
    /*.logo-responsive { width: 70%;}*/
    .logo-responsive { width: 200px;}
}

.navbar.navbar-light.mb li a {
    padding-top: 0px;
}

.naviContent {
    -webkit-user-select: none;
    display: block;
    height: 34px;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
}
.naviContent ul {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.naviContent ul li {
    display: inline-block;
    line-height: 34px;
    /*margin: 0 -6px;*/
    text-align: center;
    background-color: #FF9600;
    font-size: 14px;
    position: relative;
}
.naviContent ul li.current a{
    color: #3456b1!important;
}
.naviContent ul li.current:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3456b1;
}
.naviContent ul li a {
    border-right: 1px solid #FF9600;
    font-size: 1em;
    padding: 0px 10px;
    display: inline-block;
    color: #FF9600;
}
.main-header .navbar-toggleable-md .navbar-nav .header--numbers{
    font-size: 0.8rem;
    padding:.7rem;
    width: 150px;
    position: absolute;
    top: 25px;
    right: 0px;
}
