.footer * {
    letter-spacing: 2.5px;
    line-height: 27px;
}

.footer {
    flex-direction: column;
}

.footer button:hover,
.footer a:hover{
    transform: scale(1.08);
}

.footer a {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}

.footer .content {
    max-width: 1200px;
    padding: 12px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer .content .block-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border-left: 1px solid;
    border-right: 1px solid;
}

.footer .content .block-action .btn-education {
    padding: 4px 20px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 20px;
    background: #D9234C 0 0 no-repeat padding-box;
}

.footer .content .block-action .btn-register-ed {
    padding: 4px 20px;
    color: #222222;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #D9234C;
    font-weight: bold;
    background: #FFFFFF 0 0 no-repeat padding-box;
}

.footer .content .block-action .btn-company {
    padding: 4px 20px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 20px;
    background: #3589DD 0 0 no-repeat padding-box;
}

.footer .content .block-action .btn-register-cp {
    padding: 4px 20px;
    color: #222222;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #3589DD;
    font-weight: bold;
    background: #FFFFFF 0 0 no-repeat padding-box;
}

.footer .content .block-action .item-action {
    gap: 8px;
    height: 35px;
}

.footer .content .block-action .separator {
    width: 1px;
    background-color: black;
    height: 35px;
}

.footer .content .block-action .title {
    font-size: 16px;
    font-weight: bold;
    color: #404040;
}

@media only screen and (max-width: 1100px) {
    .footer .content .block-action .separator {
        display: none;
    }

    .footer .content .block-action {
        gap: 24px;
        flex-direction: column;
    }
}

.footer .content .block-action .item-action .block-btn-sm {
    display: none;
}

@media only screen and (max-width: 600px) {
    .footer .content .block-action .separator {
        display: none;
    }

    .footer .content .block-action .item-action .block-btn-sm {
        align-items: center;
        justify-content: center;
        gap: 12px;
        display: flex;
        flex-direction: column;
    }

    .footer .content .block-action .item-action .link-item {
        display: none;
    }

    .footer .content .block-action .item-action {
        height: auto;
        justify-content: space-evenly;
        width: 100%;
        gap: 4px;
        flex-direction: column;
    }
}

.footer .content-footer .container .title-footer{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer .content-footer .container .title-footer-sm{
    display: none;
}

.footer .content-footer .container {
    max-width: 1200px;
    padding: 12px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer .content-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAEAEA 0 0 no-repeat padding-box;
    padding: 12px 20px;
}

.footer .content-footer .address .icon-footer {
    border: 1px solid #000000;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


@media only screen and (max-width: 769px) {
    .footer .content-footer .container .title-footer {
        display: none;
    }

    .footer .content-footer .container .title-footer-sm{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .footer .content-footer .container .logo {
        width: 100%;
        justify-content: start;
        align-items: center;
    }

    .footer .content-footer .container .address {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .footer .content-footer .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
}
