@media only screen and (min-width:1920px) {
    .section-2nd {
        margin-top: -185px;
    }
}

@media only screen and (max-width:1366px) {
}

@media only screen and (max-width:1170px) {
}

@media only screen and (max-width:850px) {
    .list-news .item-news .box-text > a .head-news .date-active {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #5D77A4;
        margin-top: 30px !important;
    }
    .box.box-vertical .box-text {
        padding: 0 !important
    }

    .list-news .item-news .box-image {
        width: 100%
    }

    .sky-slider img {
        width: 100%;
        height: 200px !important;
        object-fit: cover
    }

    .resImgNew {
        display: block;
    }

    .imgNew {
        display: none !important;
    }


    .sky-slider__img-container {
        overflow: hidden !important
    }

    .frm-newBigimg {
        width: 100% !important;
        height: 200px !important;
    }

    .responsiveSlide {
        display: block !important
    }

    .frm-newBigtext {
        width: 100% !important;
        height: auto !important;
        padding-left: 0 !important;
        margin-top: 15px !important;
    }

    .frm-newBigtext h55 {
        height: 100% !important;
    }


    /* Hide scrollbar for Chrome, Safari and Opera */
    html::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    html {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .name-site {
        font-size: 11px;
    }

    .header-nav > li {
        margin: 0;
    }

        .header-nav > li > a {
            font-size: 14px;
        }

    .slide-home .item-slide .text-slider {
        padding: 0 15px;
    }

    .main-sec-3 .col-left-top,
    .main-sec-3 .col-right-top,
    .row-data-page > .col {
        width: 100%;
    }

    .main-sec-3 .col-right-top {
        margin-top: 20px;
    }

    .subtitle-slide {
        font-size: 20px;
    }

    .title-slide {
        font-size: 19px;
    }

    .widget-data-page .list-widget .item-wigget .meta-item {
        justify-content: flex-start;
    }

    .widget-data-page .list-widget .item-wigget .title-item > a,
    .widget-data-page .list-widget .item-wigget .title-item {
        height: auto;
    }

    .widget-data-page .list-widget {
        padding: 20px;
    }

    .section-data .main-secdata .item-data-detail:first-child {
        padding-top: 20px;
    }

    .section-data .main-secdata .item-data-detail:last-child {
        padding-bottom: 20px;
    }

    .main-login-page {
        gap: 15px;
    }

        .main-login-page .left-login, .main-login-page .right-login {
            width: calc(50% - 10px);
            padding: 0;
        }

            .main-login-page .left-login .head-form .left-head {
                display: none;
            }

            .main-login-page .left-login .head-form .right-head .bottom-left-head,
            .main-login-page .left-login .head-form .right-head .forword {
                margin-bottom: 20px;
            }

    .main-register-page .img-col-res {
        order: 1;
    }

        .main-register-page .img-col-res img {
            width: auto;
        }

    .main-register-page .field-col {
        order: 3;
    }

    .main-register-page .col-item-prevImg {
        order: 2;
    }

    .RecovePass_main .img-col-res {
        margin-right: 30px;
    }

    .info-client .name {
        font-size: 12px;
    }

    .main-info .main-manage-data .table-manage-data {
        overflow-y: scroll;
    }
}

@media only screen and (max-width:800px) {
    #header .header-wrapper .sticky {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 90;
    }

    .menu-item.nav-item.has-child {
        position: relative;
    }

        .menu-item.nav-item.has-child .angle-down {
            position: absolute;
            right: 10px;
            top: 8px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .content-area {
        display: flex;
        flex-direction: column;
    }

    .custom-menu-mobile {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: -350px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        height: 100%;
        transition: left 400ms ease-in-out;
    }

        .navbar-collapse.collapsing {
            height: 100%;
            left: -75%;
            transition: height 0s ease;
        }

        .navbar-collapse.show {
            height: 100%;
            left: 0;
            transition: left 400ms ease-in-out;
            min-width: 350px;
            padding: 0 !important;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 400ms ease-in;
    }

    .custom-menu-mobile {
        width: max-content;
        padding: 0;
        right: 0;
        left: unset;
        top: 10px;
    }

    .mobile_menu .navbar-toggler {
        border: unset;
        color: #fff;
        opacity: 1;
    }

    .overlay_menu.active {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #000000a6;
        z-index: 99;
    }

    .navbar-collapse.show .navbar-toggler {
        position: absolute;
        top: 15px;
        right: 5px;
        padding: 0;
    }

    .mobile_menu > .navbar-toggler[aria-expanded="true"] {
        display: none;
    }

    .mobile_menu .navbar-nav .nav-item {
        border-top: 1px solid #c5c5c5;
    }

        .mobile_menu .navbar-nav .nav-item .nav-link {
            padding-left: 15px;
            padding-right: 15px;
            font-size: 15px;
            font-weight: 500;
            color: #333;
            position: relative;
            top: 2px;
        }

    .html_nav_position_text {
        background: var(--Color_1);
        min-height: 55px;
        padding-left: 13px;
    }

    .icon_menu_home_mobile {
        width: 24px;
        height: 24px;
        background: url(../images/icon_homo_core.png) no-repeat;
        position: absolute;
        top: 15px;
        background-size: 100%;
    }

    .header-wrapper.sticky {
        animation: unset;
    }

    .nav-mobile-sub > .menu-item {
        list-style: none;
        padding: 4px 15px;
        padding-left: 35px;
    }

    .nav-mobile-sub {
        padding: 10px 0;
        background: #e6e6e6;
        display: none;
    }

        .nav-mobile-sub > .menu-item > a {
            line-height: 1.3em;
            height: 1.3em;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 15px;
            color: #333;
        }

    .mobile_menu .has-child .angle-down.rotate_180 {
        transform: rotate(180deg);
        transition: all .3s;
    }

    #top-bar, #wide-nav {
        display: none;
    }

    #masthead {
        padding: 0;
        border-bottom: 2px solid var(--mainColor);
    }

    #logo {
        margin: 0;
        justify-content: center;
    }

        #logo > a, #logo > a > img {
            display: block;
        }

            #logo > a > img {
                display: block;
                margin: 0 auto;
                max-height: 50px;
                width: auto;
                padding: 5px;
            }

    .adsBannerHeader {
        display: none;
    }

    .header-inner .navbar-toggler, .header-inner .rightTopBar {
        flex: 1;
        padding: 0;
    }

        .header-inner .rightTopBar .input-group .form-control {
            min-width: auto;
            background: #e1e1e1;
        }

    .header-inner > .navbar-toggler {
        text-align: left;
    }

    #masthead .header-inner .rightTopBar .searchBoxTop {
        position: relative;
    }

        #masthead .header-inner .rightTopBar .searchBoxTop .input-group.show-search-mobile {
            width: 300px;
            border: 1px solid var(--backgroundSection);
            border-radius: 5px;
            box-shadow: var(--boxShadow) 0px 7px 29px 0px;
        }

    .show-search-mobile {
        position: absolute;
        right: 0;
        bottom: -40px;
        z-index: 100;
        display: none;
    }

        .show-search-mobile.active {
            display: flex;
        }

    .header-inner .searchBoxTop .input-group:not(.show-search-mobile) {
        justify-content: flex-end;
    }

    .searchBoxTop .input-group .btn > i {
        top: 0px;
        font-size: 20px;
        color: var(--secondColor);
    }

    .carouselEvent {
        width: 100%;
    }

    .labelEvent, .timeDate {
        display: none;
    }

    .mb-od-1 {
        order: 1;
    }

    .mb-od-2 {
        order: 2;
    }

    .mb-od-3 {
        order: 3;
    }

    .highlights .mobile-chonse-news .col {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .highlights .mobile-chonse-news .col .mobile-new-news, .highlights .mobile-chonse-news .col .mobile-most-view {
            font-size: 14px;
            line-height: 18px;
            font-weight: 700;
            color: var(--textLightColor);
            padding: 6px 15px;
            border-radius: 3px;
            background: #A1A3A5;
            margin-right: 10px;
            cursor: pointer;
        }

            .highlights .mobile-chonse-news .col .mobile-new-news.active, .highlights .mobile-chonse-news .col .mobile-most-view.active {
                background: var(--secondColor);
            }

    .highlightsPost .mb-od-1 {
        display: none;
    }

        .highlightsPost .mb-od-1.active {
            display: block;
            margin-bottom: 0px;
        }

    .titleBarHome .labelTitleBar {
        font-size: 12px;
    }

    .mainListHotNews .box-image {
        width: 139px;
    }

        .mainListHotNews .box-image img {
            height: 90px;
        }

    .mainListHotNews .titleNews > a {
        -webkit-line-clamp: 3;
        height: 60px;
    }

    .boxImageTopstory .boxImage img {
        height: 200px;
    }

    .boxImageTopstory .boxText .titleHomeStory a {
        font-size: 22px;
        line-height: 28px;
        height: 52px;
    }

    .highlights {
        padding-bottom: 10px;
    }

    .adsSlider {
        padding: 15px 0;
    }

    .wapperCovid19 {
        display: none;
    }

    .mainListHotNews .titleNews > a {
        font-size: 16px;
    }

    .only-mobile .News .mainNews > .row > .col {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--backgroundGray);
    }

        .only-mobile .News .mainNews > .row > .col:first-child, .only-mobile .News .mainNews > .row > .col:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

            .only-mobile .News .mainNews > .row > .col:first-child .boxImageNews .boxText .titleNews > a {
                color: var(--mainColor);
                font-size: 18px;
                line-height: 23px;
                height: 46px;
                -webkit-line-clamp: 2;
            }

            .only-mobile .News .mainNews > .row > .col:first-child .boxImageNews .boxText .descriptionNews {
                display: none;
            }

        .only-mobile .News .mainNews > .row > .col:not(:first-child) .boxImageNews {
            display: flex;
        }

            .only-mobile .News .mainNews > .row > .col:not(:first-child) .boxImageNews .boxImage {
                width: 141px;
                margin-right: 20px;
            }

            .only-mobile .News .mainNews > .row > .col:not(:first-child) .boxImageNews .boxText {
                flex: 1;
            }

                .only-mobile .News .mainNews > .row > .col:not(:first-child) .boxImageNews .boxText .titleNews {
                    margin: 0;
                }

                    .only-mobile .News .mainNews > .row > .col:not(:first-child) .boxImageNews .boxText .titleNews > a {
                        font-size: 16px;
                        line-height: 20px;
                        height: 80px;
                        -webkit-line-clamp: 4;
                    }

                .only-mobile .News .mainNews > .row > .col:not(:first-child) .boxImageNews .boxText .descriptionNews {
                    display: none;
                }

            .only-mobile .News .mainNews > .row > .col:not(:first-child) .boxImageNews .boxImage img {
                height: 90px;
                width: 100%;
                ;
                object-fit: cover;
            }

    .towColumn .only-mobile {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .contentNewsSunstrike .firstNews .box-image {
        width: 100%;
    }

    .contentNewsSunstrike .firstNews .box-text {
        padding-top: 15px;
    }

        .contentNewsSunstrike .firstNews .box-text .descriptonPost, .newsAreaTowColumn .hightLightPost .descriptonPost {
            margin-bottom: 0;
            display: none;
        }

        .contentNewsSunstrike .firstNews .box-text .titleNewsPost a {
            color: var(--mainColor);
        }

    .listChildNews {
        margin-top: 0;
    }

    .blockSunstrike {
        margin-bottom: 15px;
    }

    .newsTowColumn, .adsBanner2 {
        padding-bottom: 10px;
    }

    .blogsPostV2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .boxNewsMTSK .box-image img {
        width: 141px;
        height: 90px;
        object-fit: cover;
    }

    .newsAreaTowColumn .itemColumnLeft .hightLightPost .box-image img {
        height: 212px;
    }

    .newsAreaTowColumn {
        margin-bottom: 15px;
    }

    .mainListBlockNewsV3 .box-image img {
        width: 145px;
        height: 90px;
    }

    .mainListBlockNewsV3 .box-text .titleNews a {
        font-size: 16px;
    }

    .mainListBlockNewsV3 .box-text {
        padding-top: 0;
    }

    .wapperVideoPost .wy {
        display: none;
    }

    .wapperVideoPost .listVideoHome {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
    }

        .wapperVideoPost .listVideoHome .videoItem {
            width: calc(50% - 20px);
            margin-right: 20px;
            position: relative;
            border: none;
        }

            .wapperVideoPost .listVideoHome .videoItem .box-image img {
                width: 100%;
                height: 110px;
                object-fit: cover;
            }

            .wapperVideoPost .listVideoHome .videoItem .box-text {
                padding-left: 0;
            }

            .wapperVideoPost .listVideoHome .videoItem:first-child {
                width: 100%;
            }

            .wapperVideoPost .listVideoHome .videoItem .box-image {
                width: 100%;
            }

            .wapperVideoPost .listVideoHome .videoItem:first-child .box-image img {
                width: 100%;
                height: 212px;
                object-fit: cover;
            }

    .titleBarHome.dangerLabel .labelTitleBar {
        width: max-content;
    }

    .wapperVideoPost .listVideoHome .videoItem:first-child .box-text {
        position: absolute;
        bottom: 10px;
        padding: 0 10px;
        padding-top: 5px;
        background: var(--overLayout);
    }

        .wapperVideoPost .listVideoHome .videoItem:first-child .box-text .titleVideoPost > a {
            height: auto;
            font-size: 16px;
            color: var(--textLightColor);
            line-height: 20px;
            height: 40px;
        }

    .adsVideoBanner, .adsBanner3 {
        display: none;
    }

    .videosTowColumn {
        padding-bottom: 10px;
    }

    .gallery.section {
        padding-top: 10px;
    }

    .galleryPosts .mainPostGallery .adsBanner4 {
        display: none;
    }

    .galleryPosts .custom-col {
        width: 100%;
        max-width: 100%;
    }

        .galleryPosts .custom-col .inner-itemGalery {
            width: 100%;
        }

        .galleryPosts .custom-col .inner-itemTitleGalerry {
            display: none;
        }

    .inner-itemGalery .imageShow a {
        position: relative;
    }

    .inner-itemGalery .imageShow img {
        height: 226px;
    }

    .galleryItemPartner img {
        max-height: 50px;
        max-width: 70px;
        object-fit: cover;
    }

    .inner-itemGalery .imageShow .alt-gallery {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 8px 10px;
        text-align: justify;
        display: -webkit-box;
        background: var(--mainColor);
        line-height: 36px;
        padding-bottom: 5px;
        color: var(--textLightColor);
        font-weight: 500;
        font-size: 15px;
        width: 100%;
    }

    .imageShow .icon-prev-album {
        left: -10px;
        top: 50%;
        transform: translate(0,-50%) rotate(-90deg);
    }

    .imageShow .icon-next-album {
        right: -10px;
        top: 50%;
        transform: translate(0,-50%) rotate(-90deg);
    }

    .galleryItemPartner {
        height: 60px;
        padding: 0;
    }

    .leftTopFooter {
        margin-left: -15px;
    }

        .leftTopFooter .colCustomFT1, .leftTopFooter .colCustomFT2, .leftTopFooter .colCustomFT3, .leftTopFooter .colCustomFT4 {
            width: calc(50% - 15px);
            margin-left: 15px;
            margin-bottom: 10px;
        }

    .rightTopFooter {
        display: none;
    }

    #footer .top-footer {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .loggoFooter > a {
        display: block;
    }

        .loggoFooter > a > img {
            display: block;
            margin: 0 auto;
        }

    .siteName .textNameSite {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .colCustomBottom3 {
        border-top: 1px solid #9b9b9b;
        padding-top: 10px;
        margin-top: 10px;
    }

        .colCustomBottom3 .itemTopThisColumn {
            margin-bottom: 10px;
        }
}

@media only screen and (max-width:680px) {
}

@media only screen and (max-width:550px) {
    .wapper-chart-app {
        flex-wrap: wrap;
    }

        .wapper-chart-app .left-chart, .wapper-chart-app .right-chart {
            width: 100%;
        }

        .wapper-chart-app .right-chart {
            margin-left: 0;
        }

    .slide-home .text-slider {
        padding-left: 20px;
    }

    .slide-home img {
        height: 115px;
    }

    .subtitle-slide {
        font-weight: 300;
        font-size: 20px;
        line-height: 21px;
        text-transform: uppercase;
        color: #73CDF4;
        margin-bottom: 10px;
    }

    .title-slide {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .wapper-chart-app {
        border-radius: 8px;
        margin-right: 0;
        padding: 0;
    }

    .home-page .header-wrapper {
        z-index: 9;
    }

    #masthead .header-inner {
        background: linear-gradient(90deg, #345380 0%, #213B6A 100%);
        height: 70px;
    }

    .section-1 {
        margin-top: 0;
    }

    .slide-home .slick-arrow {
        display: none !important;
    }

    .name-site {
        font-size: 11px;
        line-height: 15px;
    }

    .header-inner .navbar-toggler {
        font-size: 25px;
        color: #fff;
        margin-left: 25px;
    }

    .info-bottom-menu {
        padding: 5px 15px;
        border-top: 1px solid #a9a9a9;
        margin-top: 10px;
        background: #efefef;
        position: relative;
    }

        .info-bottom-menu .not-login {
            display: flex;
            align-items: center;
        }

            .info-bottom-menu .not-login > a {
                flex: 1;
            }

                .info-bottom-menu .not-login > a.btn-login {
                    background-color: #c78038;
                    border-radius: 6px;
                    width: 100%;
                    height: 40px;
                    font-family: 'Barlow';
                    font-weight: 500;
                    font-size: 18px;
                    color: #FFFFFF;
                    margin-bottom: 10px;
                    margin-top: 20px;
                    line-height: 40px;
                    text-align: center;
                    margin-right: 15px;
                }

                .info-bottom-menu .not-login > a.btn-register {
                    line-height: 40px;
                    text-align: center;
                }

        .info-bottom-menu .is-login .list-function-client {
            background: var(--Color_1);
        }

        .info-bottom-menu .bell-noitify::after, .info-bottom-menu .info-client::after {
            display: none;
        }

        .info-bottom-menu .item.info-client {
            flex: 1;
        }

    .desc-app {
        text-align: justify;
        font-size: 25px;
        text-align-last: center;
        line-height: 40px;
    }

    .list-top-customer .card-customer .head-card .info-user .name {
        font-size: 21px;
    }

    .main-sec-3 .col-right-top {
        margin-top: 40px;
    }

    .list-top-customer, .list-top-company {
        padding-left: 0;
    }

    .body-data-page .slide-home .text-slider {
        display: block;
    }

    .slide-home .wapper-search {
        width: 80%;
        margin: 0 auto;
    }

    .search-wapper .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
    }

    .top-news .box-image img {
        height: 230px;
    }

    .list-news-three .item-news {
        margin-bottom: 30px;
    }

    .faq-list {
        margin-right: 0;
    }

        .faq-list .list-left, .faq-list .right-list {
            width: 100%;
            margin-right: 0;
        }

    .title-faq {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .main-contact-form {
        box-shadow: unset;
    }

    .section-suport1 .read-more, .section-suport2 .read-more {
        padding-bottom: 0;
    }

    .main-contact-form .wapper-contact {
        padding-bottom: 0;
    }

    .setting-info {
        flex-wrap: wrap;
    }

        .setting-info .avatar {
            width: 100%;
            margin-right: 0;
        }

        .setting-info .field-editor-user {
            width: 100%;
            margin-top: 30px;
        }

    .main-info .side-bar-info {
        min-height: 100%;
        margin-bottom: 30px;
    }

    .content-info .form-group-info .input-group,
    .content-info .form-group-info .main-field {
        margin-right: 0;
    }

        .content-info .form-group-info .input-group.field-full {
            width: 100%;
        }

    .content-info .form-group-info .input-group {
        width: 100%;
    }

    .main-manage-data .filter-manage-data .filter-date,
    .main-manage-data .filter-manage-data .filter-type-data,
    .main-manage-data .filter-txt-data {
        margin-right: 0;
    }

        .main-manage-data .filter-manage-data .filter-date .input-group,
        .main-manage-data .filter-manage-data .filter-type-data .input-group,
        .main-manage-data .filter-txt-data .input-group:first-child {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
        }

        .main-manage-data .filter-txt-data .input-group:last-child {
            width: 100%;
            margin-right: 0;
        }

    .create-data .btn-data-create {
        margin-left: 0;
    }

    .table-manage-data {
        width: 100%;
        overflow-x: scroll;
    }

        .table-manage-data .table {
            min-width: 1200px;
        }

    .list-menu-footer {
        flex-wrap: wrap;
        justify-content: center;
    }

        .list-menu-footer a {
            font-size: 14px;
        }

    .main-login-page {
        flex-wrap: wrap;
        margin-right: 0px;
        gap: 30px;
    }

        .main-login-page::after {
            display: none;
        }

        .main-login-page .left-login,
        .main-login-page .right-login {
            width: 100%;
            margin-right: 0px;
        }

        .main-login-page .right-login {
            padding: 0px;
        }

        .main-login-page .left-login .head-form {
            display: block;
        }

            .main-login-page .left-login .head-form .left-head {
                display: none;
            }

    .section-login-1 .say_hello .welcom {
        margin-bottom: 12px;
    }

    .main-register-page .field-col .inner-field-res {
        display: block;
    }

    .main-register-page .col-item-prevImg {
        width: 100%;
    }

    .section-login-1 {
        margin-top: 0;
        padding-top: 40px;
    }

    .welcom {
        font-size: 33px;
        line-height: 45px;
    }

    .main-info .side-bar-info {
        order: 2;
    }

    .main-info .content-info {
        order: 1;
    }

    .customer-page .main-info .side-bar-info {
        order: 1;
    }

    .customer-page .main-info .content-info {
        order: 2;
    }

    .section-detail-data .content-area-detail {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .table-detail .left-table, .table-detail .right-table {
        width: 100%;
        margin-right: 0;
    }

    .table-detail {
        padding: 20px 15px;
    }

        .table-detail .item-table label {
            width: 135px;
        }

    .table-view-detail {
        overflow-x: scroll;
        width: 100%;
    }

        .table-view-detail .table {
            width: 900px;
        }

    .section-data .main-secdata .item-data-detail .head-data {
        flex-wrap: wrap;
    }

        .section-data .main-secdata .item-data-detail .head-data .info-data {
            width: 100%;
            flex: unset;
            margin-right: 0;
            margin-bottom: 15px;
        }

            .section-data .main-secdata .item-data-detail .head-data .info-data .author-data {
                line-height: 20px;
                font-size: 13px;
            }

        .section-data .main-secdata .item-data-detail .head-data .meta-data .bottom-meta .date-created {
            margin-bottom: 10px;
        }

    .section-data .main-secdata .item-data-detail .content-data {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .bottom-data .source-upload {
        flex: 1;
        margin-right: 15px;
    }

    .list-menu-footer .item:last-child {
        display: none;
    }

    .modal-content {
        width: calc(100% - 15px);
    }

    .form-add-data .block-update-2 {
        margin-right: 0;
    }

        .form-add-data .block-update-2 .input-group {
            width: 100%;
            margin-right: 0;
        }

    .head-detail-data {
        display: block;
        padding-top: 10px;
    }

        .head-detail-data .title-detail {
            font-size: 23px;
        }

        .head-detail-data .action-download {
            margin-top: 15px;
            margin-bottom: 15px;
        }

    .info-approve .block-approve {
        padding: 15px;
    }

        .info-approve .block-approve .top-approve {
            margin-right: 0;
        }

            .info-approve .block-approve .top-approve .item-approve {
                width: 100%;
                margin-right: 0;
            }

                .info-approve .block-approve .top-approve .item-approve label {
                    text-align: left;
                    width: auto;
                }

    .info-approve {
        margin-top: 30px;
    }
}

@media only screen and (max-width:480px) {
    /*huy*/
    .imgTxtUser {
        width: 250px !important;
        height: 60px !important;
    }

    .mgl-111 {
        margin-left: 25px;
        margin-top: 5px !important;
        margin-top: 0px;
    }

    .full-w-100 {
        width: 100% !important;
    }

    .ptdl-btn-img {
        width: 280px;
    }

    .qtdl2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .img-qthtdm {
        width: 320px;
    }

    .img-last {
        width: 100% !important;
        height: 100% !important;
    }

    .mgl-98 {
        margin-left: 95%;
    }

    .qtdl-text {
        font-size: 12px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
    }

    .bgr4 {
        background: url(../assets/imgindex/bgr4.png) no-repeat;
        width: 100%;
    }

    .mgl-39 {
        margin-left: 0px !important;
    }

    .mgl-36 {
        margin-left: 0px !important;
    }

    .bgr3 {
        background: url(../assets/imgindex/bgr3.png) no-repeat;
        border-radius: 0px 0px 0px 0px !important;
    }

    .bgr3-1 {
        width: 100% !important;
        height: 100%;
    }

    .ttdl {
        border: none;
        margin-top: 27px;
        left: 0%;
        position: relative;
        margin-bottom: 50px;
    }

    .qtdl {
        display: flex;
        flex-direction: column;
    }

    .img-qtdl {
        width: 100%;
        height: 69%;
    }

    .for-reponsive {
        margin-top: 10px;
        width: 100%;
        margin-left: -94%;
        height: 18%;
    }

    .ttdl.mgl-98 img {
        width: 336px;
        height: 51px;
    }

    .title-qtdl {
        font-size: 22px;
        font-weight: 900;
        line-height: 28px;
        padding: 35px 20px 0 20px;
        left: 10px;
        top: 30px;
    }

    .content-qtdl {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        text-align: justify;
        padding: 0px 20px;
        width: 96%;
    }

    .icon-muiten {
        position: absolute;
        top: 0px;
        left: 45px;
    }

    .text-qtht {
        margin-top: 35px;
        font-size: 24px;
        font-weight: 900;
        line-height: 28px;
        color: #ff7733;
    }

    .mg-t-33 {
        margin-top: -33px;
    }

    .btn-ttdl {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .user span {
        position: relative;
        width: 365px;
        height: 40px px;
        font-size: 27px;
        font-family: system-ui;
        font-weight: 900;
        text-align: center;
        top: 66px;
        left: 96px;
    }

    .mg-tt-50 {
        margin-top: -50px;
    }

    .item-dulieu {
        position: relative;
        margin-left: 30px;
        width: 100%;
        margin-bottom: 13px;
    }

    .box-dulieu {
        display: flex;
        flex-direction: column;
        align-content: space-around;
    }

    .user {
        margin-left: -12%;
        background: url(../assets/imgindex/User.png) no-repeat;
        width: 100%;
        height: 200px;
    }

    .dp-block {
        display: none;
    }

    .txt {
        font-size: 20px;
        text-align: justify;
    }

    .mg-t-7 {
        margin-top: -35%;
    }
    /*huy*/
    .item-select-widget > .item:hover .child-item-widget {
        left: 0;
        top: 55px;
        width: 100%;
        z-index: 7;
        right: unset;
    }
}

@media only screen and (max-width:414px) {

    /*huy*/
    .imgTxtUser {
        width: 250px !important;
        height: 60px !important;
    }

    .mgl-111 {
        margin-left: 25px;
        margin-top: 5px !important;
        margin-top: 0px;
    }

    .full-w-100 {
        width: 100% !important;
    }

    .ptdl-btn-img {
        width: 280px;
    }

    .qtdl2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .img-qthtdm {
        width: 320px;
    }

    .img-last {
        width: 100% !important;
        height: 100% !important;
    }

    .mgl-98 {
        margin-left: 95%;
    }

    .qtdl-text {
        font-size: 12px;
        line-height: 28px;
        font-weight: 400;
        text-align: justify;
    }

    .bgr4 {
        background: url(../assets/imgindex/bgr4.png) no-repeat;
        width: 100%;
    }

    .mgl-39 {
        margin-left: 0px !important;
    }

    .mgl-36 {
        margin-left: 0px !important;
    }

    .bgr3 {
        background: url(../assets/imgindex/bgr3.png) no-repeat;
        border-radius: 0px 0px 0px 0px !important;
    }

    .bgr3-1 {
        width: 100% !important;
        height: 100%;
    }

    .ttdl {
        border: none;
        margin-top: 27px;
        left: 0%;
        position: relative;
        margin-bottom: 50px;
    }

    .qtdl {
        display: flex;
        flex-direction: column;
    }

    .img-qtdl {
        width: 100%;
        height: 69%;
    }

    .for-reponsive {
        margin-top: 10px;
        width: 100%;
        margin-left: -94%;
        height: 18%;
    }

    .ttdl.mgl-98 img {
        width: 336px;
        height: 51px;
    }

    .title-qtdl {
        font-size: 22px;
        font-weight: 900;
        line-height: 28px;
        padding: 35px 20px 0 20px;
        left: 10px;
        top: 30px;
    }

    .content-qtdl {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        text-align: justify;
        padding: 0px 20px;
        width: 96%;
    }

    .icon-muiten {
        position: absolute;
        top: 0px;
        left: 45px;
    }

    .text-qtht {
        margin-top: 35px;
        font-size: 24px;
        font-weight: 900;
        line-height: 28px;
        color: #ff7733;
    }

    .mg-t-33 {
        margin-top: -33px;
    }

    .btn-ttdl {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .user span {
        position: relative;
        width: 365px;
        height: 40px px;
        font-size: 27px;
        font-family: system-ui;
        font-weight: 900;
        text-align: center;
        top: 66px;
        left: 96px;
    }

    .mg-tt-50 {
        margin-top: -50px;
    }

    .item-dulieu {
        position: relative;
        margin-left: 20px;
        width: 100%;
        margin-bottom: 13px;
    }

    .box-dulieu {
        display: flex;
        flex-direction: column;
        align-content: space-around;
    }

    .user {
        margin-left: -12%;
        background: url(../assets/imgindex/User.png) no-repeat;
        width: 100%;
        height: 200px;
    }

    .dp-block {
        display: none;
    }

    .txt {
        font-size: 20px;
        text-align: justify;
    }

    .mg-t-7 {
        margin-top: -35%;
    }
    /*huy*/
    .section-app .title-home {
        font-size: 30px;
    }

    .heading-top {
        font-size: 26px;
    }

    .main-app {
        margin: 0 -10px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .desc-app {
        display: none;
    }

    .item-app {
        margin: 0 10px;
    }

    .desc-app {
        font-size: 20px;
        line-height: 28px;
    }

    .list-top-customer .card-customer .head-card {
        padding: 8px;
    }

    .head-card .info-user .name > a {
        font-size: 20px;
    }

    .list-top-customer .card-customer .head-card .avata img {
        width: 40px;
        height: 40px;
    }

    .title-news-new {
        font-size: 20px;
    }

    .list-top-customer .card-customer .main-card {
        padding: 10px 15px;
    }

    .name-company {
        font-size: 20px;
        line-height: 25px;
        height: 50px;
    }

    .col-ft2, .col-ft3 {
        padding-top: 15px;
    }

    .section-3 {
        padding-bottom: 30px;
        padding-top: 10px;
    }
    /*    .btn-search img {
        height: 30px;
        position: relative;
        top: -4px;
        left: 10px;
    }*/
    .card-customer {
        width: calc(50% - 25px);
        background: #D8E2EA !important;
    }

    .heading-top {
        height: auto;
    }

    .search-wapper {
        padding: 0;
    }

    .slide-home .wapper-search input {
        height: 40px;
    }

    .slide-home .view-all {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0px;
        max-width: unset;
        margin: 0 auto;
        margin-top: 10px;
    }

    .body-data-page .slide-home .item-slide > img {
        height: 150px;
        object-fit: cover;
    }

    .slide-home .view-all > a {
        width: unset;
        height: unset;
        background: #FF7733;
        border-radius: 7px;
        font-weight: 500;
        font-size: 15px;
        line-height: 30px;
        color: #FFFFFF;
        text-align: center;
        display: block;
        margin-top: 30px;
        padding: 0 12px;
    }

    .main-data .btn-next-2 {
        right: -27px;
    }

    .main-data .btn-prev-2 {
        left: -12px;
    }

    .main-data {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .wapper-chart-app .left-chart, .wapper-chart-app .right-chart {
        margin-right: 0;
    }

    .wapper-chart-app .left-chart {
        margin-bottom: 25px;
    }

    .main-data {
        margin-right: 0;
    }

        .main-data .slick-list {
            margin: 0 -10px;
        }

    .section-data .main-secdata .item-data-detail .bottom-data {
        display: block;
    }

    .bottom-data .source-upload {
        margin-bottom: 12px;
    }

    .section-data .main-secdata .item-data-detail .head-data .meta-data .bottom-meta {
        text-align: left;
    }

    .row-data-page > .col-md-8 {
        margin-bottom: 30px;
    }

    .list-data-all {
        margin-top: 30px;
    }

    .search-all-data {
        margin-bottom: 25px;
    }

    .card-company {
        height: auto;
    }

    .name-site {
        font-size: 9px;
    }

    .title-slide {
        font-size: 11px;
    }

    .section-3 .heading-top,
    .section-data .heading-top {
        font-size: 21px;
    }

    .btn-prev-2 {
        left: -5px;
    }

    .btn-next-2 {
        right: -20px;
    }

    .main-app .slick-list {
        padding-top: 15px;
    }

    .section-data {
        padding-bottom: 15px;
    }

    .list-top-customer {
        margin-right: -10px;
    }

    .card-customer {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        margin-right: 10px;
        height: auto;
    }

    .role_user {
        font-size: 13px;
    }

    .list-top-customer .card-customer .head-card .name a {
        font-size: 16px;
    }

    .main-sec-3 .col-right-top {
        margin-top: 15px;
    }

    .wapper-all-data .col-left-all-data .widget-data {
        margin-bottom: 15px;
    }

        .wapper-all-data .col-left-all-data .widget-data .heading-widget {
            font-size: 16px;
            font-weight: 500;
            height: 30px;
        }

    .search-all-data {
        margin-top: 0;
    }

    .item-select-widget .fake-input {
        padding: 10px;
    }

    .section-user-data-1 .main-content-section {
        display: block;
        padding: 15px;
    }

        .section-user-data-1 .main-content-section .avatar {
            margin-bottom: 15px;
        }

        .section-user-data-1 .main-content-section .info .chuc-danhP {
            margin-bottom: 10px;
        }

        .section-user-data-1 .main-content-section .status {
            margin-top: 15px;
        }

    .table-detail .item-table label {
        font-size: 14px;
    }

    .section-data .main-secdata .item-data-detail .head-data .info-data .title-item a {
        height: auto;
    }

    .slide-home .wapper-search .btn-search {
        right: 5px;
        top: 5px;
    }

    .paging-data ul.pagination {
        gap: 0;
    }

    .subtitle-slide {
        font-size: 12px;
        line-height: 14px;
    }

    .info-bottom-menu .not-login > a.btn-register {
        background-color: #00469d;
        border-radius: 6px;
        width: 100%;
        height: 40px;
        font-family: 'Barlow';
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom: 10px;
        margin-top: 20px;
        line-height: 40px;
        text-align: center;
        margin-right: 15px;
    }

    .list-top-customer .card-customer .head-card .avata {
        margin-right: 5px;
    }

    .section-data .main-secdata .item-data-detail .head-data .meta-data .top-meta {
        justify-content: start;
    }
}

@media only screen and (max-width:375px) {

    .name-site {
        font-size: 9px;
    }

    .section-3 .heading-top,
    .section-data .heading-top {
        font-size: 18px;
    }

    .name-site {
        font-size: 8px;
    }
}

@media only screen and (max-width:320px) {
}

@media only screen and (min-width:1900px) {
}
