
.bulletin{
    border: 3px solid #eaeced;
    background: #ffffff;
    padding-bottom:  20px;
}
.bulletin-head{
    position: relative;
    text-align: center;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 9px 40px;
    top: -12px;
}
.bulletin p{
    position: relative;
    z-index: 5;
    padding:0 0 0 0;
    color:#ffffff;
    margin: 0 0 0 0 ;
    font-weight: 700;
    text-transform:uppercase;
}
.bulletin-head::before{
    left: -5px;
    top:0px;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #333333 transparent;
    z-index: 2;
}
.bulletin-head-colorful::before{
    left: -5px;
    top:0px;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #00caad transparent;
    z-index: 2;
}
.bulletin-head::after{
    content: "";
    position: absolute;
    right: -5px;
    top: 0px;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #333333 transparent;
    z-index: 2;
}
.bulletin-head-colorful::after{
    content: "";
    position: absolute;
    right: -5px;
    top: 0px;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #00a9ff transparent;
    z-index: 2;
}
.bulletin-head-bg{
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: top;
    transform: skew(-27deg);

}
.bulletin-head-bg-inner{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: skew(27deg);
    transform-origin: top;
    background-size: cover;

}
.bulletin-head-bg-inner::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: skew(27deg);
    transform-origin: top;
    background: #151515;
}
.bulletin-head-bg-inner-colorful::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: skew(27deg);
    transform-origin: top;
    background-image: linear-gradient(to right, #00aafc 0%, #00caad 100%);
}