.GF2021 .sub-tabbox .slick-slide {
    white-space: nowrap;
    color: #fff;
    font-size: 28px;
    padding: 15px 0px;
    min-width: 180px;
    font-family: 'DINCond-Medium-Regular';
    cursor: pointer;
    transform: skewX(-8deg);
}

.GF2021 .sub-tabbox .slick-slide:focus {
    outline: none;
}

.GF2021 .sub-tabbox .slick-current {
    color: #fff;
    background: url(../images/slick-current-bg.png) no-repeat center center;
    background-size: contain
}

.GF2021 .pd-container img {
    max-width: 100%
}

.GF2021 .pd-container {
    position: relative;
    top: -75px;
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}

.GF2021 .sub-group {
    background: url(../images/sub-group-bg.jpg) repeat-x #ba733b;
    text-align: center;
    background-position: center top;
    /* margin-top: -2px; */
}

.GF2021 .sub-group .sub-titlebox {
    width: auto;
    border-top: none;
    text-align: center;
    font-family: 'DINCond-Bold';
    color: #fff;
    font-size: 46px;
    margin: 0px auto;
    height: 218px;
    padding: 100px 0px 0px;
    position: relative;
}

.GF2021 .sub-group .sub-titlebox:before {
    height: 0;

}

.GF2021 .sub-tabbox {
    position: relative;
    z-index: 2;
    padding: 40px 0;
    background: url(../images/sub-tabbox-bg.png) repeat-x center top;
}

@media (max-width:574px) {
    .GF2021 .sub-tabbox {
        padding: 0px 0px 40px;
    }

    .GF2021 .sub-tabbox .slick-slide {
        height: 115px;
        line-height: 115px;
        padding: 0px;
        min-width: auto;
        font-size: 24px;
    }

    .GF2021 .sub-tabbox .slick-slide li {}

    .GF2021 .pd-container {
        top: -40px;
    }
}

.GF2021 .sub-feature-nav li:hover:after,
.GF2021 .sub-group .slick-current li:after {
    height: 0px;
}