.isrow {
    width: 100%;
}

/* Header Title */
.isBox {
    width: 100%;
    /* padding-bottom: 0.5em; */
    padding-bottom: 35px;
    padding-top: 32px;
}

.head-title-red {
    width: 15em;
    margin: 0 auto;
    transform: skewX(0deg);
    text-align: center;
    background: #FFFFFF;
    color: #FFFFFF;
}

/* .head-title-red {
    width: 15em;
    margin: 0 auto;
    transform: skewX(-10deg);
    text-align: center;
    background: rgb(237, 28, 36);
    background: linear-gradient(180deg, rgba(237, 28, 36, 1) 0%, rgba(119, 14, 18, 1) 100%);
    color: #FFFFFF;
} */

.head-title-content-red {
    color: #FFFFFF;
    padding: 0.5em;
    font-size: 1.3em;
    -webkit-transform: skew(0deg);
}

.head-title-content-red a {
    color: #fc0309;
    font-size: 30px;
    font-weight: 500;
}

hr.isLine {
    border: 0;
    height: 8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(237, 28, 36, 1) 25%, rgba(119, 14, 18, 1) 35%, rgba(119, 14, 18, 1) 65%, rgba(237, 28, 36, 1) 75%, rgba(255, 255, 255, 0.01) 100%);
}

/* end */

/* Header title red right */
.divLeft {
    float: left;
}

.divLeft h3 {
    font-size: 1.3em;
}

.skewxLeft {
    transform: skewX(10deg);
}

.bg-linear-gradient-right {
    background: rgb(254, 70, 65);
    background: linear-gradient(124deg, rgba(254, 70, 65, 1) 69%, rgba(255, 255, 255, 1) 100%);
}

/* end */

.block-head-4#tie-body .widget-title:before {
    background: #fc0309;
}