.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: 44px;
    -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: 20;
    background: #d7d7d7;
}
.header-bottom:before {
    content: ' ';
    display: none;
    position: absolute;
    width: 30%;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #d9001b;
}
.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-nav .hidescroll-mx {
    padding-left: 80px;
}
.main-navbar, .visitorTabs {
    padding: 0px;
    margin: 0px;
    float: left;
    font-size: 0px;
    z-index: 2;
}
.main-nav .nav-item.menu-home {
    float: left;
}
.main-nav .nav-link {
    color: #383e42;
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 12px;

}
.main-nav .publicTabs .nav-link .fas {
    color: #f59a23;
}
.main-nav .mega-menu-toggle {
    display: block;
    height: 34px;
    width: 36px;
    padding: 0px 8px;
    border: 1px solid #b0b0b0;
    margin-top: 5px;
    line-height: 34px;
    font-size: 22px!important;
    overflow: hidden;
}
.visitorTabs {
    height: 44px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #d7d7d7;
}
#navigation .mega-menu {
    position: absolute;
    z-index: 9;
    background-color: #d7d7d7;
    width: 100%;
    height: 0px;
    left: 0px;
    top: 44px;
    overflow: hidden;
    /*color: #fff;*/
}
#navigation .mega-menu a {
    /*color: #fff;*/
}
#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: 50vh;
    overflow-y: scroll;
}
.with--sidebar #navigation .main-nav .nav-link {
    /*color: #fff;*/
}
.with--sidebar .header-bottom, .with--sidebar #navigation .main-nav, .with--sidebar #navigation .visitorTabs, .with--sidebar #navigation .mega-menu::-webkit-scrollbar-track {
    /*background-color: #343434;*/
}
.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%;
    /*z-index: 9;*/
}
.mobile-nav-heading {
    /*background-image: url(/images/admin/logo-admin.png?v=1);*/
    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 (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){
    .header{
        margin-top: 40px;
    }
}
@media (min-width: 768px){
    .main-navbar {
        float: right;
    }
}

@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;
    }
    .header-bottom.sticky:before,
    .header-bottom.sticky .visitorTabs .home {
        display: inline-block;
        float: left;
    }
    .main-nav .hidescroll-mx {
        padding-left: 170px;
    }
}