@charset "utf-8";

.fv {
    height: 482px;
}
@media screen and (max-width:768px) {
    .fv {
        background-image: url("../../asset/images/fv_bg_sp.png");
        height: 396px;
    }
}

.fv-model {
    top: 3px;
    left: 388px;
}
@media screen and (max-width:768px) {
    .fv-model {
        left: 188px;
        top: 181px;
    }
}

.content-support-wide {
    align-items: center;
    background-image: url("../../asset/images/group27_wide.png");
    background-repeat: no-repeat;
    color: #f0e061;
    display: flex;
    font-size: 18px;
    height: 42px;
    left: 40px;
    padding-left: 50px;
    position: relative;
    width: 364px;
}
@media screen and (max-width:768px) {
    .content-support-wide {
        background-image: url("../../asset/images/group_27_sp.png");
        font-size: 14px;
        height: 34px;
    }
}

#content-support7 {
    font-size: 18px;
    left: 60px;
    position: relative;
    top: -342px;
    z-index: 10;
}
#content-support7.content-support-wide.en {
    font-size: 13px;
}
#content-support7.content-support-wide.vi {
    font-size: 13px;
}

@media screen and (max-width:768px) {
    #content-support7 {
        font-size: 14px;
        left: 15px;
        padding-left: 40px;
        top: -160px;
    }
    #content-support7.content-support-wide.en {
        font-size: 10px;
    }
    #content-support7.content-support-wide.vi {
        font-size: 9px;
    }
}

#content-support8 {
    font-size: 16px;
    font-weight: bold;
    left: 10px;
    top: -330px;
    z-index: 11;
}
@media screen and (max-width:768px) {
    #content-support8 {
        font-size: 12px;
        left: -35px;
        top: -150px;
        line-height: 1.8;
    }
}

.tabs {
    padding: 0;
}

.tab-content.active {
    border-width: 0;
}