.header-top {
    background-image: url(/images/bgHeader.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important; /* Phóng to ảnh để lấp đầy */
    height: 205px;
    display: flex;
    align-items: center !important;
}

.logo img{
    width: 80%;
}
.logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-time ul {
    display:block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-time li {
    display: flex;
    align-items: center;
    margin: 23px 0px;
    font-size: 14px;
    color: #333;
}

.header-time li i {
    margin-left: 30%;
    margin-right: 10%;
    color: #555;
    font-size: 40px;

}
.header-time p{
    font-family: 'SF Pro';
    font-weight: 600;
        line-height: 22px;
    font-size: 18px;
    color:#00325D;
}
.main-menu{
    background-color: #002F89;
    width:100% !important;
    display: flex;
    justify-content: center;
}
.row.text-center a{
    color:#F2B705;
}
.info ul{
    margin-top: 10% !important;
}
.info li{
    margin:5% 0 !important;
}
