.banner-wrapper{
    margin-left: -35px;
    margin-right: -35px;
}
.banner{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e5000f;
    font: normal 30px/60px "Arial";
    text-align: center;
    color: #fff;
    background: #dd0000;
    border-radius: 4px;
    text-shadow: 
      -1px -1px 1px #fff, 
      2px 2px 1px #363636;
    box-shadow: 0 0 30px rgba(0,0,0,.3) inset,
                    0 6px 10px rgba(0,0,0,.15);
}
.banner::before,
.banner::after{
    content: '';
    position: absolute;
    z-index: -1;
    left: -70px;
    top: 26px;
    display: block;
    width: 40px;
    height: 0px;
    border: 30px solid #dd0000;
    border-right: 20px solid #870000;
    border-bottom-color: #dd0000;
    border-left-color: transparent;
    transform: rotate(-5deg);
    box-sizing: initial;
}
.banner::after{
    left: auto;
    right: -70px;
    border-left: 20px solid #870000;
    border-right: 30px solid transparent;
    transform: rotate(5deg);
}
.tab-content-bottom{
    /*padding: 10px;*/
    border: 1px solid #ea1025;
    border-bottom: 0px;
    background: #fbd116;
    min-height: 415px;
}
.nav-bottom {
    border-bottom: 0px;
    border-top: 1px solid #ea1025;
    background: #f7e8b5;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.nav-bottom .nav-item {
    margin-bottom: 0;
    margin-top: -1px;
}
.nav-bottom .nav-link{
    border-radius: 0px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    /*background-color: #FFF;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    /*border-top: 1px solid #ea1025;*/
}
.nav-bottom .nav-link.active, .nav-bottom .nav-link.active:focus, .nav-tabs .nav-link:hover{
    border-color: #fbd116 #ea1025 #ea1025;
    color: #000;
}
.nav-bottom .nav-link.active, .nav-bottom .nav-link.active:focus{
    background-color: #fbd116;
}
.nav-bottom > .active > a, .nav-bottom > .active > a:hover, .nav-bottom > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-top-color: transparent;
}