/*Header*/
header .tinphatauto-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
}

header .tinphatauto-phone {
    display: flex;
    text-align: center;
}

header .tinphatauto-phone p:first-child {
    margin-right: 2rem;
}

header .tinphatauto-phone p span {
    font-weight: 400;
}

header .tinphatauto-phone p i {
    color: var(--alRed);
    margin-right: 0.3rem;
}

header .tinphatauto-socitinphatauto-network a {
    display: inline-block;
    margin-left: 3rem;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header .tinphatauto-socitinphatauto-network a:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

header .tinphatauto-socitinphatauto-network a i {
    font-size: 1.8rem;
}

header .tinphatauto-socitinphatauto-network .fa-facebook-f {
    color: var(--alBlueA);
}

header .tinphatauto-socitinphatauto-network .fa-youtube {
    color: var(--alRed);
}

header .tinphatauto-socitinphatauto-network .fa-tiktok {
    color: var(--alBlack);
}

@media only screen and (max-width: 1230px) {
    header .tinphatauto-box {
        padding: 1.5rem;
    }
}

@media only screen and (max-width: 991px) {
    header .tinphatauto-box {
        padding: 1rem 1.5rem;
    }

    header .tinphatauto-phone {
        display: flex;
        text-align: left;
        flex-direction: column;
    }

    header .tinphatauto-phone p:first-child {
        margin-right: 0;
        margin-bottom: 0.7em;
    }
}

@media only screen and (max-width: 768px) {
    header .tinphatauto-box {
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    header .tinphatauto-phone p {
        margin-bottom: 0.7em;
    }

    header .tinphatauto-socitinphatauto-network {
        width: 100%;
        text-align: right;
    }
}
