.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #01a0fe;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    padding: 10px;
    text-align: center;
    background-color: #01a0fe;
}

.mobile-menu-wrap .logo img {
    width: auto;
    height: 80px;
}

.mobile-menu-wrap .logo a:last-child {
    display: none;
}

.mobile-menu-wrap .menu {
    background-color: #01a0fe;
    overflow: auto;
    height: calc(100vh - 160px);
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
    display: none;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background-color: #428BCA;
    width: 43px;
    height: 34px;
    position: absolute;
    top: 20px;
    right: 10px;
    text-align: center;
    line-height: 31px;
    font-size: 22px;
    border-radius: 3px;
    display: none;
    z-index: 1;
    border: 1px solid #fff;
}

.mobile-menu-toggle-btn:hover {
    background-color: #245682;
}

.mobile-menu-toggle-btn i {
    color: #fff;
}

.nv-list-item li>h3 {
    display: inline-block;
    margin-left: 5px;
}

.fb-like,
.fb-share-button {
    height: 20px;
    top: 4px;
}

.news_hot {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.news_hot li {
    flex-grow: 1;
    position: relative;
    padding-bottom: 60px;
}

.news_hot li>.view_all {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.slider_logo .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -15px;
}

.slider_logo .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -15px;
}

.icon-sach-but {
    right: -50px;
}

.company_info>li>em,
.company_info>li>a>em {
    display: none;
}

.company_info>li:nth-of-type(3),
.company_info>li:nth-of-type(4) {
    display: table-cell;
    width: 50%;
    padding-right: 10px;
}

.company_info>li:nth-of-type(4) {
    padding-right: 0;
}

.company_info>li:nth-of-type(4)::before {
    content: "-";
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.logo-desktop>a:nth-of-type(2) {
    display: none;
}

.icon-fa {
    cursor: pointer;
    margin-right: 10px;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
}

.icon-fa em {
    color: #0077f9;
}

#tip {
    min-width: 300px;
}

.bg-slider .owl-wrapper-outer {
    border-radius: 25px;
    ;
}

.news_hot .view_all a {
    background-image: linear-gradient(#0077ed 60%, #5da7f1);
    color: #fff772;
}

.news_hot .view_all a:hover {
    color: #fff;
}

.news_hot .view_all a:before {
    background-image: linear-gradient(#0077ed 60%, #5da7f1);
    left: 23px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 46px;
}

.news_hot .view_all a:after {
    background-image: linear-gradient(#0077ed 60%, #5da7f1);
    right: 23px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    width: 46px;
}

.news_hot .view_all a span {
    position: relative;
    z-index: 1;
}

.main-menu ul.slimmenu li a {
    padding: 26px 15px 20px;
}

@media ( max-width: 785px) {
    .main-menu {
        visibility: hidden;
    }
    .mobile-menu-toggle-btn {
        display: block;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
    .news_hot a img {
        height: auto;
        width: 100%;
        margin-right: 0;
    }
    .panel-body p {
        text-align: justify;
    }
    .view_all {
        margin-top: 10px;
    }
    .footer .theme-change {
        padding-left: 0;
    }
    .footer .bttop {
        margin-right: 10px;
    }
    .mobile-menu-wrap .menu-collapser,
    .open-menu .mobile-menu-wrap .panel-default .panel-heading,
    .open-menu .mobile-menu-wrap .menu-collapser {
        display: none !important;
    }
    .open-menu .mobile-menu-wrap ul.slimmenu {
        display: block !important;
        margin-top: 0 !important;
        position: static;
    }
    .open-menu .mobile-menu-wrap ul.slimmenu li,
    .open-menu .mobile-menu-wrap ul.slimmenu li a:focus,
    .open-menu .mobile-menu-wrap ul.slimmenu li a:hover {
        border-radius: 0;
    }
    .news_hot {
        display: block;
    }
    .news_hot li {
        padding-bottom: 0;
    }
    .news_hot li>.view_all {
        position: static;
    }
    .company_info>li:nth-of-type(3),
    .company_info>li:nth-of-type(4) {
        display: table;
        width: 100%;
    }
    .company_info>li:nth-of-type(4)::before {
        display: none;
    }
    .copyrights {
        text-align: center;
    }
    .icon-sach-but {
        display: block;
        right: 0;
        width: 57px;
    }
    .icon-sach-but img {
        max-width: 100%;
        height: auto;
    }
    .bg-slider {
        background-size: 100%;
        background-position: center left;
    }
    .personalArea {
        padding-right: 50px;
        margin-right: 0px;
    }
    #tip {
        right: 58px !important;
    }
    .headerSearch {
        right: 111px !important;
    }
    .main-menu {
        width: 80%;
    }
    .slog {
        width: 20%;
    }
}

#header .banner img {
    position: relative;
}

#header {
    min-height: 148px;
    padding-left: 0px;
    padding-right: 0px;
    clip-path: inset(0% 0 0% 0);
}

#tip {
    top: 60px;
    right: 0;
    margin-right: 4px;
}

.input-group .form-control {
    border: 1px solid #fff;
}

.headerSearch {
    right: 50px;
}

.main-menu .menu-collapser {
    display: none !important;
}

.videotop {
    width: 100% !important;
}

.videotop iframe {
    width: 100% !important;
}

.mobile-menu-wrap .menu .metismenu {
    background-color: transparent;
}

.mobile-menu-wrap .menu .metismenu .sidebar-nav {
    background: #01a0fe;
    background-image: linear-gradient(to right, #01a0fe 4px, #01a0fe 4px);
}

.main-menu ul.slimmenu li a.hovered {
    background: rgba(244, 244, 244, 1);
    background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(221, 221, 221, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
    background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
    text-decoration: none;
    color: #333333;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.headerSearch .input-group-addon {
    border-color: #fff;
    background-color: #079fe4;
    padding: 0px;
}

.headerSearch input {
    min-width: 250px;
}

.headerSearch .input-group-addon .btn-info {
    line-height: inherit;
}

.headerSearch .has-error .form-control:focus {
    border-color: #fff;
}

.headerSearch .btn-info {
    padding: 11px 17px
}

@media ( max-width: 1024px) {
    .headerSearch {
        right: 52px !important;
    }
}

@media ( max-width: 992px) {
    #header .logo {
        padding: 20px 15px 30px 25px;
    }
}

@media ( max-width: 950px) {
    #header .logo {
        padding: 10px;
    }
}

@media ( max-width: 823px) {
    .bg-slider {
        background-size: 100%;
        background-position: center left;
    }
}

@media ( max-width: 770px) {
    #tip {
        margin-right: 14px;
    }
    .headerSearch {
        right: 62px;
    }
    .main-menu {
        width: 55%;
    }
    .slog {
        width: 45%;
    }
}

@media ( max-width: 768px) {
    .headerSearch {
        right: 111px !important;
    }
    #tip {
        margin-right: 5px !important;
    }
}

@media ( max-width: 736px) {
    .headerSearch {
        right: 111px !important;
    }
    #tip {
        margin-right: 5px !important;
    }
}

@media ( max-width: 640px) {
    .headerSearch {
        right: 111px !important;
    }
    #tip {
        margin-right: 5px !important;
    }
}

@media ( max-width: 499px) {
    #tip {
        margin-right: 14px !important;
    }
}

@media ( max-width: 414px) {
    .headerSearch {
        right: 111px !important;
    }
    #tip {
        margin-right: 5px !important;
    }
}

@media ( max-width: 375px) {
    .main-menu {
        width: 50%;
    }
    .slog {
        width: 50%;
    }
    .headerSearch {
        right: 111px !important;
    }
    #tip {
        margin-right: 5px !important;
    }
    .header-nav #tip {
        min-width: 292px;
    }
}

@media ( max-width: 320px) {
    .header-nav #tip {
        min-width: 252px;
    }
}

@media ( max-width: 280px) {
    .main-menu {
        width: 30%;
    }
    .slog {
        width: 70%;
    }
    .headerSearch {
        right: 107px !important;
    }
    #tip {
        margin-right: 5px !important;
    }
}
