.header .header-middle .container {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 9px 0;
}

.header-top .tin, .header-top .lang{
    font-size: 13px;
    display: flex;
    height: 40px;
}
.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-bottom {
    height: 54px;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14901960784313725);
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 15%);
    position: relative;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 1);
}
.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, .visitorTabs {
    padding: 0px;
    margin: 0px;
    float: left;
    font-size: 0px;
}
.main-nav .nav-item.menu-home {
    float: left;
}
.main-nav .nav-link {
    color: #383e42;
    display: block;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 12px;
    font-family: 'Roboto Bold', 'Roboto Regular', 'Roboto';
}
.mega-menu-toggle {
    display: block;
    width: 30px;
    height: 54px;
    padding: 0px;
    background: url(../images/menu-toggle.png) center center no-repeat;
}
.visitorTabs {
    height: 54px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: rgba(255,255,255,.85);
    padding-left: 10px;
}
#navigation .mega-menu {
    position: absolute;
    z-index: 9;
    background-color: rgba(242, 242, 242, 1);
    width: 100%;
    height: 0px;
    left: 0px;
    top: 54px;
    overflow: hidden;
    transition: height 3s;
}
.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;
    text-transform: uppercase;
}
.mega-menu ul li {
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    padding: 5px 0px;
}
#navigation .mega-menu.open {
    padding-top: 35px;
    height: auto;
    max-height: 50vh;
    overflow-y: scroll;
}
.float-right {
    float: right !important;
}
.mobile-mega-menu {
    position: absolute;
    right: 0;
    top: 40px;
    background-color: #fff;
    width: 100%;
    -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%;
    z-index: 9;
}
@media (max-width: 468px){
    .header{
        margin-top: 40px;
    }
}
@media (max-width: 767px){
    .mobile-nav-heading {
        background-image: url(/images/admin/logo-admin.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #f72522;
        background-size: 110px;
        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;
    }
}
@media (min-width: 768px){
    .hidescroll-mx {
        padding-right: 80px;
    }
    .d-md-block{
        display: block !important;
    }
    .mobile-mega-menu, .main-menu-toggle, .search-onmobile {
        display: none;
    }
}