.MultipleTabDefault {
        background: none repeat scroll 0 0 #FFFFFF;
        /* border: 1px solid #ddd; */
        margin-bottom: 10px;
}
.MultipleTabDefault .Header {
        background: #005100;
        position: relative;
        background: url(images/icon-03.png) bottom left repeat-x;
        width: 100%;
        display: flex;
        height: 30px;
        color: white;
        padding-left: 0;
        padding-top: 1px;
        text-transform: uppercase;
}
.MultipleTabDefault .Header:before{
        content: '';
        background: url(images/icon-03.png) 0px -40px no-repeat;
        height: 35px;
        width: 25px;
        /* float: left; */
        position: absolute;
        top: 0;
        left: -25px;
        margin-top: -4px;
}
.MultipleTabDefault .Header:after{
        content: '';
        background: url(images/icon-03.png) top right no-repeat;
        height: 35px;
        width: 25px;
        /* float: left; */
        position: absolute;
        top: 0;
        right: -25px;
        margin-top: -4px;
}
.MultipleTabDefault .Header .Wraper {
}
.MultipleTabDefault .Header .HeadWraper ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
}
.MultipleTabDefault .Header .HeadWraper li {
        display: block;
        /* float: left; */
}
.MultipleTabDefault .Header .HeadWraper li span {
        display: block;
        /* height: 25px; */
}
.MultipleTabDefault .Header .HeadWraper .Primary span {
        /* background: none repeat scroll 0 0 #01AEF2; */
        /* border-radius: 3px 3px 0 0; */
}
.MultipleTabDefault .Header .HeadWraper .Primary a {
        color: #fff;
        font: bold 11pt/30px arial;
        padding: 0 15px;
        text-transform: uppercase;
}
.MultipleTabDefault .Header .HeadWraper .Sub:hover a {
        color: #f89020;
}
.MultipleTabDefault .Header .HeadWraper .Sub span {
}
.MultipleTabDefault .Header .HeadWraper .Sub a {
        border-right: 1px solid #DDDDDD;
        font: normal 10pt/30px arial;
        color: #fff;
        padding: 0 10px;
}
.MultipleTabDefault .Wrap {
        padding: 15px;
        /* border: 1px solid #ddd; */
        border-top: 0;
        min-height: 300px;
}
.MultipleTabDefault .Wrap .first {
        clear: both;
}
.MultipleTabDefault .Wrap .first .image {
        float: left;
        height: 180px;
        margin-right: 30px;
        width: 40%;
        object-fit: cover;
}
.MultipleTabDefault .Wrap .first .title {
        margin: 0;
        padding: 0;
}
.MultipleTabDefault .Wrap .first .title:hover a {
        color: #f89020;
}
.MultipleTabDefault .Wrap .first p {
        margin: 0;
        padding-bottom: 6px;
        padding-top: 6px;
        text-align: justify;
        font-size: 14px;
}
.MultipleTabDefault .Wrap .first .title a {
        color: #333333;
        text-decoration: none;
        font-family: Helvetica, Arial, sans-serif;
        line-height: 22px;
        font-weight: 700;
        font-size: 15px;
        text-transform: uppercase;
}
.MultipleTabDefault .Wrap .clear {
        clear: both;
}
.MultipleTabDefault .Wrap .next {
        color: rgb(35 35 35 / 90%);
        list-style: square outside none;
        margin-top: 20px;
        padding-left: 20px;
        font-size: 14px;
        padding-top: 10px;
        border-top: 1px dashed #ccc;
}
.MultipleTabDefault .Wrap .next li a:hover {
        color: #f89020;
}
.MultipleTabDefault .Wrap .next li {
        padding: 8px 0;
}
.MultipleTabDefault .Wrap .next li a {
        color: #333333;
        text-decoration: none;
        font-family: Helvetica, Arial, sans-serif;
        line-height: 22px;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
}
.MultipleTabDefault .Wrap .next li span{
        display: none;
}
@media only screen and (max-width: 768px){
        .MultipleTabDefault .Header .HeadWraper ul{
                flex-wrap: nowrap;
                white-space: nowrap;
                overflow: auto;
        }
        .MultipleTabDefault .Header .HeadWraper{
                overflow: auto;
        }
        .MultipleTabDefault .Header:before{
                content: '';
                background: url(images/icon-03.png) 0px -40px no-repeat;
                height: 35px;
                width: 25px;
                /* float: left; */
                position: absolute;
                top: 0;
                left: -25px;
                margin-top: -4px;
                display: none;
        }
        .MultipleTabDefault .Header:after{
                content: '';
                background: url(images/icon-03.png) top right no-repeat;
                height: 35px;
                width: 25px;
                /* float: left; */
                position: absolute;
                top: 0;
                right: -25px;
                margin-top: -4px;
                display: none;
        }
}
