    .entry-header ._title-cn {
        margin-top: 16px;
    }

    .entry-content .page_chinhanh {
        clear: both;
        width: 100%;
    }

    ul.tabs {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 100%;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    ul.tabs li {
        background: #383943;
        color: #fff;
        display: block;
        padding: 5px 20px;
        font-size: 14px;
        cursor: pointer;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .form {
        margin: 20px 10px;
    }

.form .ff-default .ff_btn_style {    background: antiquewhite;}

    .form_title {
        padding: 30px 10px;
        text-align: center;
        font-size: 22px;
        font-weight: 600;
    }

    @media only screen and (max-width: 48em) {
        ul.tabs {
            display: grid;
            grid-template-columns: auto auto;
            flex-wrap: wrap;
            align-content: normal;
            justify-content: normal
        }

        ul.tabs li {
            padding: 5px 6px;
        }

        ul.tabs li:not(:last-child) {
            margin-right: 0;
        }
    }