.header-top .tin{
    margin-right: 5px;
    width: 89.4%;
}
.header-top .tin .time-day, .header-top .tin .tin-1, .header-top .tin .cong-thong-tin, .header-top .tin .social,  .header-top .lang{
    background: #eaeaea;
    padding: 5px 15px;
}
.header-top .tin .tin-1, .header-top .tin .cong-thong-tin, .header-top .tin .social,  .header-top .tin .time-day{
    width: 100%;
    max-width: 350px;
    margin-right: 5px;
    overflow: hidden;
}
.header-top .tin .time-day{
    max-width: 235px;
}
.header-top .tin .social{
    padding: 5px 0;
    max-width: 80px;
}
.header-top .tin .cong-thong-tin{
    max-width: 260px;
}
.header-top .tin .social .item{
    width: 49%;
}
.header-top .lang{
    width: 10%;
}
.header-top .lang .en,  .header-top .lang .vi{
    width: 50%;
}
.header-top .lang .en{
    border-right: 1px solid #ccc;
    padding-right: 5px;
}
.header-middle .container{
    margin-bottom: 10px;
}
.header-bottom {
    height: 54px;
    position: relative;
    width: 100%;
    z-index: 20;
    background: transparent;
}
.header-bottom .visitorTabs .home {
    display: none;
}
.header-bottom.sticky .visitorTabs .home a {
    background-color: #d9001b;
    height: 44px;
    padding: 0;
    margin-right: 8px;
    line-height: 44px;
}
.hidescroll-mx {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
}
.hidescroll-mx::-webkit-scrollbar {
    display: none;
}
.main-navbar{
    margin-bottom: 0;
}
.main-nav .nav-item.menu-home {
    float: left;
}
.main-nav .nav-link {
    color: #26377d;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 0 12px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;

}
.main-nav .publicTabs .nav-link .fas {
    color: #f59a23;
}
.main-nav .mega-menu-toggle {
    display: block;
    line-height: 54px;
    font-size: 30px!important;
    overflow: hidden;
}
.visitorTabs {
    padding: 0px;
    margin: 0px;
    float: right;
    font-size: 0px;
    z-index: 2;
    height: 54px;
/*    position: absolute;
    right: 0px;
    top: 0px;*/
}
.visitorTabs .social-item{
    padding: 0;
    font-size: 30px;
    margin-right: 15px;
}
.visitorTabs .search .btn-light{
    line-height: 52px;
}
#navigation .mega-menu {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    height: 0px;
    left: 0px;
    top: 52px;
    overflow: hidden;
}
#navigation .mega-menu .sub li a {
    border-left: 1px solid #d58925;
    padding-left: 10px;
}
.footer-list-links .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mega-menu .heading {
    font-size: 15px;
    line-height: 21px;
}
.mega-menu ul li {
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    padding: 5px 0px;
}
.with--sidebar #navigation .mega-menu {
    padding-top: 35px;
    height: auto;
    max-height: 80vh;
    overflow-y: scroll;
}
.with--sidebar .header-mega-menu {
    border-top: 1px solid #d9001b;
}
.with--sidebar .site-overlay {
    display: block;
}
.float-right {
    float: right !important;
}
.mobile-mega-menu {
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #fff;
    width: 300px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    z-index: 100;
    float: none;
    margin-right: 0px;
}
.mobile-mega-menu .sitemap {
    padding: 10px 10px 60px;
}
.sitemap {
    background-color: rgba(255, 255, 255, .5);
}
.sitemap > li > a {
    text-transform: uppercase;
    font-weight: 500;
}
.sitemap a {
    padding: 5px 0;
    display: block;
}
.mobile-mega-menu .sitemap > li > ul {
    padding-left: 20px;
}
.header-mega-menu::-webkit-scrollbar {
    width: 5px;
}
.header-mega-menu::-webkit-scrollbar-thumb {
    background: #efbbbb;
}
.header-mega-menu::-webkit-scrollbar-track {
    background: #e5e5e5;
}
.header-mega-menu::-webkit-scrollbar-thumb:hover {
    background: #ed2525; 
}
#navigation.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #26377d;
    border: 0 !important;
}
.mobile-nav-heading {
    background-image: url(../images/vnba-logo-gray.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #f72522;
    background-size: 60px;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.mobile-nav-heading .close {
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    font-size: 22px;
    opacity: .2;
    margin-right: 10px;
}
.mobile-mega-menu ul >li >ul >li >ul{
    padding-left: 20px;
}
@media (max-width: 767px) {
    .with--sidebar .mobile-mega-menu {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    html.with--sidebar, body.with--sidebar {
        overflow: hidden;
        height: 100%;
        position: relative;
    }
}
@media (max-width: 468px){
}
@media (min-width: 768px){
}

@media (min-width: 992px) {
    .main-nav .mega-menu-toggle {
        width: auto;
    }
    .main-nav .mega-menu-toggle span {
        font-size: 13px;
        display: inline-block;
        height: 34px;
        float: right;
        margin-left: 10px;
    }
}
@media (min-width: 1440px){
    .header-bottom:before{
        width: 25%;
    }
}
@media (min-width: 1920px){
    .header-bottom:before{
        width: 18%;
    }
}