.container{
    height: 100vh;
}
.container-account{
    padding:10px  20px 20px 20px !important;
    background-color: #010851;

}
.left-container{
    width: 70%;
    display: flex;
    align-items: start;
}
header .icon-left{
    width: 70%;
    object-fit: cover;
}
.level-container .text-profile{
    font-size: 20px;
    margin-left: 20px;
    font-weight: bold;
    margin-top: 5px ;
}
.center-content .list-contact{
    margin-top: 25px;
}
.center-content .list-contact .item-contact:hover{
    cursor: pointer;
}
.center-content .list-contact .item-contact a{
    display: flex;
    align-items: center;
    background:linear-gradient(135deg, #092485, #011872);
    padding: 15px;
    border-radius: 10px;
    margin: 13px 0;
    color: #fff;
    text-decoration: none;
}
.header-left{
    padding-top: 10px;
}
.item-contact .icon-contact{
    width: 8%;
}
.item-contact span{
    padding: 0 20px;
}

.content-desc .header-content .title-event-desc{
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
}

.content-desc .footer-content{
    display: flex;
    justify-content: end;
    padding: 10px 0;
}
.event-desc .img-web{
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.event-desc .img-web .icon-web{
    width: 40%;
}
.event-desc .link-action{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.event-desc .link-action .left-link,
.event-desc .link-action .right-link{
    display: flex;
    flex-direction: column;

}
.event-desc .link-action .right-link{
    text-align: end;
}
.event-desc .link-action a{
    color: #00AAFF;
    padding: 10px 0;
}
.event-desc .text-playnow{
    text-align: center;
    color:#00AAFF ;
    display: block;
    padding: 10px 0;
}
.footer-address{
    font-size: 14px;
}
.footer-address .name-company{
    text-align: center;
}
.footer-address .flex{
    display: flex;
    flex-direction: row;

}
.footer-address .icon{
    width: 5%;
    object-fit: contain;

}
.footer-address .inf-company p{
    padding-left:10px;
    margin: 3px 0 !important;
}
.footer-address .icon_address,
.footer-address .icon_people
{
    margin-top: -15px;
}
.footer-address .papers{
    padding: 15px 0;
}
.footer-address .papers p{
    margin: 3px !important;
}
@media (max-width: 768px) {
    header .icon-left{
        width: 50%!important;
    }
    .level-container .text-profile{
        margin-top: -2px !important;
    }
    .phone{
        padding-bottom: 0 !important;
    }
    .people{
        padding-top: 0 !important;
    }
}
