@-webkit-keyframes hinh-chay{
    from {
        opacity: 0;
        margin-top: 130px;
        margin-left: 0px;
        margin-right: 0px;


    }

    to {
        opacity: 1;
        margin-top: 130px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@-webkit-keyframes chu-chay{
    from {
        opacity: 0;
        margin-top: 250px;
        margin-left: -300px;

    }

    to {
        opacity: 1;
        margin-top: 250px;
        
    }
}

@-webkit-keyframes history-text{
    0% {
        opacity: 0;
       
    }

    66% {
        opacity: 1;
            
    }
    100%{
        opacity: 1;
    }
}
@-webkit-keyframes history-hinh-chay{
    0%{opacity: 0;
        margin-top: 60px;
        margin-left: -1200px;}
    66%{
        opacity: 1;
        margin-top: 60px;
        margin-left: 1200px;
    }
    100%{
        opacity: 1;
        margin-top: 60px;
        margin-left: 1200px;
    }    
}
@-webkit-keyframes history-hinh-nen{
    0% {
        transform: scale(1);
       
    }

    66% {
        
        transform: scale(1.2);
    }
    100%{
        transform: scale(1.2);
    }
}



/* @-webkit-keyframes histoty-hinh-nen{
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
} */

/* @-webkit-keyframes histoty{
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@-webkit-keyframes hinh-nen {
    from {
        transform: scale(1);

    }

    to {
        transform: scale(1.2);
}
} */