
.MultipleTabExt {
    margin: 30px 0px 0;
}
.MultipleTabExt .Header {
    padding: 12px 0px;
    border-top: 2px solid #DA251C;
    line-height: unset;
}
.MultipleTabExt tr.row.m-0 {
    width: 100%;
}
.MultipleTabExt .Header .HeadWraper ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.MultipleTabExt .Header .HeadWraper .Primary {
}
.MultipleTabExt .Header .HeadWraper li {
    display: inline-block;
    margin: 0 0 20px 0;
}
.MultipleTabExt .Header .HeadWraper li span {
    display: block;
}
.MultipleTabExt .Header .HeadWraper .Primary span {background: url(images/dangicon.png) no-repeat;padding-left: 30px;}
.MultipleTabExt .Header .HeadWraper .Primary span a {
    padding: 0 10px 0 2px;
    font-size: 18px;
    font-family: 'Merriweather';
    color: #031739;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.MultipleTabExt .Header .HeadWraper .Sub span {
}
.MultipleTabExt .Header .HeadWraper .Sub span a {
    color: #fff;
    font: bold 10pt/27px arial;
    padding: 0 10px;
    white-space: nowrap !important;
}
.MultipleTabExt .Header .HeadWraper .Sub span a:hover {
    text-decoration: underline;
}
.MultipleTabExt .Wrap .LeftCol {
    padding: 0 20px 0 0;
    width: 60%;
    float: left;
}
.MultipleTabExt .Wrap .LeftCol .first {
}
.MultipleTabExt .Wrap .LeftCol .first .image {
    border-radius: 2px;
    margin: 0 6px 3px 4px;
    float: left;
    height: 150px;
    margin-right: 15px;
    width: 220px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
}
.MultipleTabExt .Wrap .LeftCol .first .title {
    margin: 0;
    padding: 0;
}
.MultipleTabExt .Wrap .LeftCol .first p {
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: justify;
    font-size: 14px;
}
.MultipleTabExt .Wrap .LeftCol .first .title a:hover {
    color: #9c0808;
}
.MultipleTabExt .Wrap .LeftCol .first .title a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-transform: unset;
    text-align: justify;
}
.MultipleTabExt .Wrap .LeftCol .clear {
    clear: both;
}
.MultipleTabExt .Wrap .LeftCol .next {
    color: red;
    list-style: none;
    margin: 10px 5px;
    padding: 0;
}
.MultipleTabExt .Wrap .LeftCol .next li {
    float: left;
}
.MultipleTabExt .Wrap .LeftCol .next li a:hover {
    color: #b30f0f;
}
.MultipleTabExt .Wrap .LeftCol .next li a {
    color: #222;
    text-decoration: none;
    font-size: 14px;
}
.MultipleTabExt .Wrap .RightCol {
    padding: 0;
    margin: 0;
    width: 40%;
}
.MultipleTabExt .Wrap .RightCol ul {
    color: red;
    list-style: outside none square;
    margin: 0;
    padding: 0;
}
.MultipleTabExt .Wrap .RightCol ul li {
    padding: 0 0 15px;
    text-align: left;
    list-style: none;
    display: flex;
}
.MultipleTabExt .Wrap .RightCol ul li .image {
    border-radius: 2px;
    float: left;
    height: 100px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 130px;
}
.MultipleTabExt .Wrap .RightCol ul li a {
    color: #222;
    text-align: left;
    font-size: 14px;
}
.MultipleTabExt .Wrap .RightCol ul li a:hover {
    color: #ff4e00;
}
.MultipleTabExt .showSubArticleImage img.image {
    object-fit: cover;
    max-width: inherit;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    float: left;
    height: 100px;
    margin-bottom: 17px;
    margin-right: 8px;
    width: 130px;
}
@media only screen and (max-width: 768px){
    .MultipleTabExt .Wrap {
    padding-left: 10px;
}
  .Wrap .first .image {
    height: auto !important;
    width: 98% !important;
    float: none !important;
  }
}