﻿@media only screen and (max-width:1366px) {
}
/*thêm css ở đây*/
@media only screen and (max-width:1200px){
    .textHeader{
        font-size: 13px;
    }
    .bannerHeader {
        height: auto;
        padding: 8px 0;
    }

        .bannerHeader .block-text .top-text {
            font-size: 22px;
        }

        .bannerHeader .block-text .bottom-text {
            font-size: 11px;
        }
}

@media only screen and (max-width:1170px) {
}
@media only screen and (max-width:1199px) {
    .header-inner {
        padding-bottom: 15px;
    }
}
/*thêm css ở đây*/
@media only screen and (max-width: 1025px){
    #logo{
        padding-top: 10px;
    }
    .header-inner{
        padding-bottom: 15px;
    }
    .textHeader {
        display: none;
    }
    .bannerHeader {
        height: auto;
        padding: 8px 0;
    }

        .bannerHeader .block-text .top-text {
            font-size: 22px;
        }

        .bannerHeader .block-text .bottom-text {
            font-size: 11px;
        }
}
/*thêm css ở đây*/
@media only screen and (max-width:995px) {
    .header-inner {
        padding-bottom: 15px;
    }
    #top-bar, #wide-nav {
        display: none;
    }
    .bannerHeader .block-text{
        width: 100%;
    }
    .bannerHeader {
        height: auto;
        padding: 8px 0;
    }

        .bannerHeader .block-text .top-text {
            font-size: 22px;
        }

        .bannerHeader .block-text .bottom-text {
            font-size: 11px;
        }

    .only-mobile{
        display: block;
    }
    
    .navbar-expand-md .navbar-collapse {
        display: block !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }
    #main {
        min-height: calc(100vh - 380px)
    }

    .content-area {
        display: flex;
        flex-direction: column;
    }

    .custom-menu-mobile {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: -280px;
        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: 280px;
            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;
        background: var(--overLayout);
        z-index: 99;
    }

    .navbar-collapse.show .navbar-toggler {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 0;
        display: block;
    }

    .mobile_menu > .navbar-toggler[aria-expanded="true"] {
        display: none;
    }

    .mobile_menu .navbar-nav .nav-item {
        border-top: 1px solid #c5c5c5;
        position: relative;
    }

    .mobile_menu .nav-item.has-child .fa-angle-down {
        position: absolute;
        right: 0px;
        width: 40px;
        height: 40px;
        top: -3px;
        font-size: 18px;
        cursor: pointer;
        color: #949494;
    }

        .mobile_menu .nav-item.has-child .fa-angle-down::before {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

    .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;
    }

    .mobile_menu .has-child .fa-angle-down {
        transform: rotate(0deg);
        transition: all .5s;
    }

        .mobile_menu .has-child .fa-angle-down.rotate_180 {
            transform: rotate(-180deg);
            transition: all .5s;
        }

    .html_nav_position_text {
        background: #B22D25;
        background: var(--mainColor);
        min-height: 40px;
        padding-left: 13px;
    }

    .icon_menu_home_mobile {
        width: 19px;
        height: 17px;
        background: url(../images/icon_homo_core.png) no-repeat;
        position: absolute;
        top: 11px;
        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 .fa-caret-down {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        top: -3px;
        font-size: 18px;
        cursor: pointer;
        color: #949494;
    }

        .mobile_menu .has-child .fa-caret-down::before {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

        .mobile_menu .has-child .fa-caret-down.rotate_180 {
            transform: rotate(180deg);
        }

    #top-bar, #wide-nav {
        display: none;
    }

    #masthead {
        padding: 0;
        border-bottom: 2px solid #B22D25;
        border-bottom: 2px solid var(--mainColor);
    }

    #logo {
        margin: 0;
        justify-content: center;
        padding-top: 0px;
        width: 100px;
    }

        #logo > a, #logo > a > img {
            display: block;
        }

            #logo > a > img {
                display: block;
                margin: 0 auto;
                max-height: 50px;
                width: auto;
                margin-top: 35px;
            }

    .adsBannerHeader {
        margin: 10px 0;
    }

        .adsBannerHeader img {
            width: 100%;
        }

    .header-inner .navbar-toggler, .header-inner .rightTopBar {
        flex: unset;
        padding: 0;
        width: 40px;
    }

        .header-inner .rightTopBar .input-group .form-control {
            min-width: auto;
            background: #e1e1e1;
        }

    .header-inner > .navbar-toggler {
        text-align: left;
        width: 30px;
        flex: unset;
        z-index: 88;
    }

    .bannerHeader::after {
        width: 330px;
        height: 88px;
    }

    #masthead .header-inner .rightTopBar .searchBoxTop {
        position: relative;
    }

        #masthead .header-inner .rightTopBar .searchBoxTop .input-group.show-search-mobile {
            width: 300px;
            border: 1px solid #efefef;
            border: 1px solid var(--backgroundSection);
            border-radius: 5px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: var(--boxShadow) 0px 7px 29px 0px;
            right: -2px;
            position: absolute;
        }

    .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: #822331;
        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: #ffffff;
            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: #822331;
                background: var(--secondColor);
            }

    .highlightsPost .mb-od-1 {
        display: none;
    }

        .highlightsPost .mb-od-1.active {
            display: block;
            margin-bottom: 0px;
        }

    .titleBarHome .labelTitleBar {
        font-size: 12px;
        white-space: nowrap;
    }

    .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 #ccc;
        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: #B22D25;
                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: #B22D25;
            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: #000000a6;
        background: var(--overLayout);
    }

        .wapperVideoPost .listVideoHome .videoItem:first-child .box-text .titleVideoPost > a {
            height: auto;
            font-size: 16px;
            color: #ffffff;
            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: #B22D25;
        background: var(--mainColor);
        line-height: 36px;
        padding-bottom: 5px;
        color: #ffffff;
        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;
        }

    .bannerHeader {
        height: auto;
        padding: 8px 0;
    }

        .bannerHeader .block-text .top-text {
            font-size: 15px;
        }

        .bannerHeader .block-text .bottom-text {
            font-size: 9px;
        }

    .searchBoxTop .input-group:after {
        display: none;
    }

    .bannerHeader .block-text {
        width: auto;
    }

    .textHeader {
        display: none;
    }
}

@media only screen and (max-width:850px) {
}

@media only screen and (max-width:800px) {
    #main {
        min-height: calc(100vh - 380px)
    }
    .content-area {
        display: flex;
        flex-direction: column;
    }

    .custom-menu-mobile {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: -280px;
        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: 280px;
            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;
        background: var(--overLayout);
        z-index: 99;
    }

    .navbar-collapse.show .navbar-toggler {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 0;
    }

    .mobile_menu > .navbar-toggler[aria-expanded="true"] {
        display: none;
    }

    .mobile_menu .navbar-nav .nav-item {
        border-top: 1px solid #c5c5c5;
        position: relative;
    }

    .mobile_menu .nav-item.has-child .fa-angle-down {
        position: absolute;
        right: 0px;
        width: 40px;
        height: 40px;
        top: -3px;
        font-size: 18px;
        cursor: pointer;
        color: #949494;
    }

        .mobile_menu .nav-item.has-child .fa-angle-down::before {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

    .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;
    }

    .mobile_menu .has-child .fa-angle-down {
        transform: rotate(0deg);
        transition: all .5s;
    }

        .mobile_menu .has-child .fa-angle-down.rotate_180 {
            transform: rotate(-180deg);
            transition: all .5s;
        }

    .html_nav_position_text {
        background: #B22D25;
        background: var(--mainColor);
        min-height: 40px;
        padding-left: 13px;
    }

    .icon_menu_home_mobile {
        width: 19px;
        height: 17px;
        background: url(../images/icon_homo_core.png) no-repeat;
        position: absolute;
        top: 11px;
        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 .fa-caret-down {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        top: -3px;
        font-size: 18px;
        cursor: pointer;
        color: #949494;
    }

        .mobile_menu .has-child .fa-caret-down::before {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

        .mobile_menu .has-child .fa-caret-down.rotate_180 {
            transform: rotate(180deg);
        }

    #top-bar, #wide-nav {
        display: none;
    }

    #masthead {
        padding: 0;
        border-bottom: 2px solid #B22D25;
        border-bottom: 2px solid var(--mainColor);
        
    }

    #logo {
        margin: 0;
        justify-content: center;
        padding-top: 0px;
        width: 100px;
    }

        #logo > a, #logo > a > img {
            display: block;
        }

            #logo > a > img {
                display: block;
                margin: 0 auto;
                max-height: 50px;
                width: auto;
                margin-top: 35px;
            }

    .adsBannerHeader {
        margin: 10px 0;
    }

        .adsBannerHeader img {
            width: 100%;
        }

    .header-inner .navbar-toggler, .header-inner .rightTopBar {
        flex: unset;
        padding: 0;
        width: 40px;
    }

        .header-inner .rightTopBar .input-group .form-control {
            min-width: auto;
            background: #e1e1e1;
        }

    .header-inner > .navbar-toggler {
        text-align: left;
        width: 30px;
        flex: unset;
        z-index:88;
    }
    .bannerHeader::after {
        width: 330px;
        height: 88px;
    }
    #masthead .header-inner .rightTopBar .searchBoxTop {
        position: relative;
    }

        #masthead .header-inner .rightTopBar .searchBoxTop .input-group.show-search-mobile {
            width: 300px;
            border: 1px solid #efefef;
            border: 1px solid var(--backgroundSection);
            border-radius: 5px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: var(--boxShadow) 0px 7px 29px 0px;
            right: -2px;
            position: absolute;
        }

    .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: #822331;
        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: #ffffff;
            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: #822331;
                background: var(--secondColor);
            }

    .highlightsPost .mb-od-1 {
        display: none;
    }

        .highlightsPost .mb-od-1.active {
            display: block;
            margin-bottom: 0px;
        }

    .titleBarHome .labelTitleBar {
        font-size: 12px;
        white-space: nowrap;
    }

    .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 #ccc;
        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: #B22D25;
                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: #B22D25;
            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: #000000a6;
        background: var(--overLayout);
    }

        .wapperVideoPost .listVideoHome .videoItem:first-child .box-text .titleVideoPost > a {
            height: auto;
            font-size: 16px;
            color: #ffffff;
            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: #B22D25;
        background: var(--mainColor);
        line-height: 36px;
        padding-bottom: 5px;
        color: #ffffff;
        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;
        }

    .bannerHeader {
        height: auto;
        padding: 8px 0;
    }
        .bannerHeader .block-text .top-text{
            font-size: 15px;
        }
        .bannerHeader .block-text .bottom-text{
            font-size: 9px;
        }
        .searchBoxTop .input-group:after {
            display: none;
        }
    .bannerHeader .block-text{
        width: auto;
    }
    .textHeader{
        display: none;
    }
}

@media only screen and (max-width:680px) {
}

@media only screen and (max-width:550px) {
}

@media only screen and (max-width:480px) {
    .left-hotnews .box-image-hotnews img,
    .wapper-news-events .left-box-event .box-image img {
        height: 200px;
    }

    .left-hotnews {
        margin-bottom: 25px;
    }

    .right-event-news > .col-inner .right-event-news .box-image img {
        height: 115px;
    }

    .wapper-news-events .left-box-event .box-text .desc-event-left {
        height: auto;
    }

    .left-event-news,
    .right-event-news > .col-inner .right-event-news {
        margin-bottom: 20px;
    }

    .news-and-events {
        margin-top: -5px;
    }

    .banner1.section-3 {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .banner1.section-3 .main-banner-1 .col:first-child {
            margin-bottom: 15px;
        }

    .news-and-events .section-content {
        top: -26px;
        margin-top: 30px;
    }

    .section-4 {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .sidebar-4-1-3 {
        padding-top: 10px;
    }

    .section-5 {
        padding: 10px 0 20px 0px;
    }

        .section-5 .col-5-1-1 {
            padding-right: 0;
        }

    .sidebar-4-1-3 .item-side-4-1-3 img {
        height: auto;
    }

    .section-4 .select2-container .select2-selection--single,
    .section-4 .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }

    .sidebar-4-1-3 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-right: -15px;
    }

        .sidebar-4-1-3 .item-side-4-1-3 {
            width: calc(50% - 15px);
            margin-right: 15px;
        }

            .sidebar-4-1-3 .item-side-4-1-3:last-child {
                margin-bottom: 15px;
            }

        .sidebar-4-1-3 .link-dofolow {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0;
            margin-top: 0;
        }

    .item-news-6-2-1 .box-image img {
        height: 200px;
    }

    .col-6-2-2 {
        margin-bottom: 20px;
    }

    .col-6-2-3 {
        padding-right: 0;
    }

    .item-news-7-1-1 .box-image img {
        height: 200px;
    }

    .item-news-7-1-1 .box-text .heading-box a {
        height: auto;
    }

    .col-7-1-2 .col-inner, .col-7-1-3 .col-inner .main-gallery-home {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
    }

        .col-7-1-2 .col-inner .video-7-1-2,
        .col-7-1-3 .col-inner .main-gallery-home .box-image-7-1-3 {
            width: calc(50% - 15px);
            margin-right: 15px;
        }

    .video-7-1-2 .box-image .image-cover, .col-7-1-3 .box-image .image-cover,
    .col-7-1-3 .box-image .image-cover {
        height: 210px;
    }

    .video-7-1-2 .box-text .heading-box a, .col-7-1-3 .box-text .heading-box a {
        height: auto;
    }

    .col-7-1-2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .section-7 {
        padding-bottom: 0;
    }

    .col-8-2-1 .item-news-8-2-1 .box-image img {
        height: 200px;
    }

    .col-8-2-2 > .col-inner .item-news-8-2-2 .box-image img {
        height: 100px;
    }

    .col-9-2-1 .item-news-9-2-1 .box-image img {
        height: 200px;
    }

    .block-9-2-3 {
        top: 0;
        margin-top: 20px;
    }

        .block-9-2-3 .item-anpham-9-2-3 .d-block {
            width: 230px;
            height: auto;
        }

    .lable-9-2-3 {
        width: 100%;
        padding: 10px 15px;
    }

    .col-6-2-2 .item-news-6-2-2, .list-vbdt .item {
        margin-bottom: 15px;
    }

    .item-carousel-11-2-1 img {
        height: 105px;
    }

    .logo-footer a img {
        width: 198px;
        height: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }

    .main-footer-2-1 p {
        padding-left: 0;
    }

    .isocal-top.only-mobile .list-isocal-footer {
        justify-content: center;
    }

    .single-page img {
        max-width: 100% !important;
        height: auto;
    }

    .news-category-1 .box-image img {
        width: 100%;
        height: auto;
        min-height: 240px;
    }

    .news-category-1 .box-text .heading a {
        padding-top: 20px;
        padding-bottom: 15px;
        display: block;
        height: auto;
        max-height: 100%;
    }

    .news-category-2 .item-news-category-2 .box-image img {
        height: 200px;
    }

    .col-category-news-2-1 {
        margin-top: 25px;
    }

    .news-category-2 .item-news-category-2 .box-image img {
        height: 200px;
    }

    .news-category-1 .box {
        display: block;
    }

    .item-news-category-4 .box-image img {
        height: 115px;
        width: 140px;
    }

    .widget-category .block-9-2-3 {
        padding-top: 0;
    }

    .widget-category {
        margin-bottom: 20px;
    }

    .content-area-news .entry-title {
        font-size: 25px;
        line-height: 32px;
        height: auto;
    }

    .date_post_core span, .entry-share label.share, .news-releated .item-releated-post .description, .single-news .widget-area .widget.most-views {
        display: none;
    }

    .post_releated_core .news-releated .item-releated-post .box-image {
        width: 190px;
    }

    .player_playing .detail_right .inner_detail_right {
        padding: 0 15px;
    }

    .player_playing .detail_right {
        padding: 0;
        overflow: inherit;
        height: auto;
    }

    .wapper-video-list .item-news-cate .box-image .image-cover {
        height: 200px;
    }

    .wapper-video-list .item-news-cate .box-text .heading-box a {
        height: auto;
    }

    .section.pagging {
        padding-top: 0;
    }

    .row-list-ap .item-anpham .box-anpham .box-image img {
        height: auto;
        width: 100%;
    }

    .search-form .top_form {
        flex-wrap: wrap;
    }

        .search-form .top_form .key_search {
            width: 100%;
            margin-bottom: 10px;
        }

        .search-form .top_form .edition-year {
            width: calc(50% - 5px);
            margin-right: 10px;
            margin-bottom: 10px;
        }

        .search-form .top_form .author {
            width: calc(50% - 10px);
            margin-right: -5px;
            margin-bottom: 10px;
        }

        .search-form .top_form .departments {
            margin-right: 10px;
            width: 65%;
        }

        .search-form .top_form .btn-submit {
            margin-right: 5px;
        }

    .col-head-publications-1 .wapper-gallery a img {
        height: auto;
        width: 100%;
    }

    .wapper-gallery .wapper-item-gallery {
        margin-bottom: 0;
    }

    .col-head-publications-2 {
        margin-bottom: 50px;
    }

    .btn-cart-publications {
        margin-top: 15px;
    }

    .field-publications .label {
        width: 140px;
    }

    .anpham-other .news-releated .box-anpham-other {
        width: calc(50% - 20px);
    }

        .anpham-other .news-releated .box-anpham-other .box-image img {
            height: 250px;
        }

    .search-form .form-search-legislation .top_form .key_search {
        margin-right: 0;
    }

    .top_form .block-radio:nth-of-type(2) {
        width: 66.666%;
    }

    .top_form .block-radio:nth-of-type(3) {
        width: 33.333%;
    }

    .top_form .block-radio {
        margin-bottom: 15px;
    }

    .rever-drect {
        width: 100%;
    }

    .block-date-searh .block-date-item label {
        display: block;
    }

    .rever-drect .block-date-searh .block-date-item {
        margin-right: -10px;
        flex-wrap: wrap;
    }

        .rever-drect .block-date-searh .block-date-item label {
            width: 100%;
            margin-bottom: 10px;
        }

        .rever-drect .block-date-searh .block-date-item .position-relative {
            width: calc(50% - 10px);
            margin-right: 10px;
        }

    .search-form .top_form .departments.departments-legislation label {
        display: none;
    }

    .search-form .top_form .departments.departments-legislation {
        padding-right: 0;
        margin-bottom: 15px;
    }


    .item-lengislation .head-lengislation {
        flex-wrap: wrap;
    }

        .item-lengislation .head-lengislation .block-views-lengis,
        .item-lengislation .head-lengislation .title-lengislation {
            width: 100%;
        }

    .item-lengislation .head-lengislation {
        height: auto;
    }

        .item-lengislation .head-lengislation .block-views-lengis {
            padding-left: 15px;
            padding-top: 10px;
            padding-bottom: 15px;
        }

        .item-lengislation .head-lengislation .title-lengislation {
            padding-top: 15px;
        }

    .right-content-lengislation {
        width: 220px;
    }

    .left-content-lengislation {
        padding-right: 15px;
        text-align: justify;
        font-size: 14px;
    }

    .item-lengislation .head-lengislation .title-lengislation > a {
        display: block;
        padding-right: 15px;
    }

    .info-lengislator-single {
        flex-wrap: wrap;
    }

    .list-card-history .item-card-history {
        flex-wrap: wrap;
    }

        .list-card-history .item-card-history .left-card, .list-card-history .item-card-history .right-card {
            width: 100%;
            flex: unset;
        }

        .list-card-history .item-card-history .center-card {
            display: none;
        }

        .list-card-history .item-card-history .right-card {
            order: 1;
            margin-bottom: 15px;
        }

        .list-card-history .item-card-history .left-card {
            order: 2;
        }

        .list-card-history .item-card-history .right-card span {
            left: 0;
        }

        .list-card-history .item-card-history:nth-child(even) .left-card .head-history, .list-card-history .item-card-history:nth-child(even) .left-card .desc-history, .list-card-history .item-card-history:nth-child(even) .left-card .conten-history {
            padding-left: 0;
        }

        .list-card-history .item-card-history:nth-child(even) .right-card span {
            right: unset;
            left: 0;
        }

        .list-card-history .item-card-history:nth-child(even) .right-card {
            text-align: left;
        }

    .heading-contact-publication {
        font-size: 23px;
    }

    .form-commnent-single .row-1-form {
        flex-wrap: wrap;
    }

        .form-commnent-single .row-1-form > .col {
            width: 100%;
            flex: unset;
        }

            .form-commnent-single .row-1-form > .col:first-child {
                margin-bottom: 15px;
            }

    .related-gallery .news-releated .item-releated-post {
        width: calc(50% - 20px);
    }

    .post_releated_core .news-releated .item-releated-post .box-text .post-title a {
        display: block;
        height: auto;
    }

    #masthead.sticky {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: #def8ff;
        /*background: url(http://inst.digipro.com.vn/uploads/images/2024/8/backgroundheader2.png) no-repeat;*/
        background: url(http://inst.gov.vn/uploads/images/2024/8/backgroundheader2.png) no-repeat;
        /*background: url(../images/backgroundheader2.png) no-repeat;*/
        background-size: cover;
        width: 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .widget-category-1, .widget-category-2, .widget-category-3 {
        display: none;
    }

    .archive-id-4624 .row-category-news-4 .list-news-4 .col-inner {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
    }

        .archive-id-4624 .row-category-news-4 .list-news-4 .col-inner .item-news-category-4 {
            width: calc(50% - 15px);
            margin-right: 15px;
            margin-bottom: 20px;
        }

    .news-4-1-2 {
        overflow: auto;
        height: 100%;
    }
    .row-fix-breadcumb {
        left: 2px;
    }
    .row-fix-breadcumb .breadcumbs {
        /*visibility: hidden;*/
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        height: auto;
        padding: 0 15px;
    }
        .row-fix-breadcumb .breadcumbs > a {
            max-width: 70px;
            height: 35px;
            line-height: 35px;
            box-sizing: border-box;
            display: -webkit-box !important;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .single-legaldocs .wapper-search-legislation {
            display: none;
        }

    .photo-vbpt-details .table-bordered tbody > tr > th {
        width: 140px !important;
    }

    .body-search .post-news .item-news-cate {
        display: block;
    }

        .body-search .post-news .item-news-cate .box-image img {
            width: 100%;
            height: 200px;
        }

        .body-search .post-news .item-news-cate .box-text {
            padding: 0;
            margin-top: 15px;
        }

    .news-category-2 .item-news-category-2 .box-text .heading a {
        display: block;
        height: auto;
    }

    .col-6-2-2 .col-inner {
        display: block;
        margin-right: 0px;
    }

        .col-6-2-2 .col-inner .item-news-6-2-2 {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 15px;
        }

    .archive-id-4624 .item-news-category-4 .box-image img {
        width: 100%;
        height: 120px;
    }

    .archive-id-4624 .item-news-category-4.box.box-vertical .box-text {
        margin-top: 10px;
        padding-left: 10px;
    }

    .item-news-category-4 .box-text .heading a {
        height: auto;
        display: block;
        font-size: 17px;
        line-height: 1.3em;
        max-height: 100%;
    }

    .rss-page .rss-wapper .titleMostViews .item {
        width: 100%;
        margin-right: 0;
    }

    .section-iframe .wapper-iframe > div {
        flex: 1 1 100%;
    }

    .wapper-iframe .item24h {
        width: 100%;
        margin-top: 15px;
    }

    .main-banner-1 img {
        height: auto;
    }

    .section.hot-news {
        padding-top: 0;
    }
    .mt-mobile-3 {
        margin-top: 15px;
    }
    .mb-mobile-3{
        margin-bottom: 15px;
    }
    .mb-mobile-12 {
        margin-bottom: 60px;
    }
    .widget_block {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .blocks_news_vertical.type-news-2 .box-image {
        width: 150px;
    }
    .widget-item.widget-links{
        margin-bottom: 15px;
    }
    .item-news-category-1 .box-image{
        width: 100%;
    }
    .section-4.mb-5{
        margin-bottom: 0 !important;
    }
    .home-page .widget_block {
        padding-top: 0;
    }
    .rever-drect, .wrapper-cate-filter{
        flex: unset;
        width: 100%;
    }
    .search-form .top_form .btn-submit{
        width: 100%;
    }
    .list-cateChildBieuMau{
        min-height: 50vh;
    }
    .bannerHeader {
        height: auto;
        padding: 8px 0;
    }

        .bannerHeader .block-text .top-text {
            font-size: 15px;
        }

        .bannerHeader .block-text .bottom-text {
            font-size: 9px;
        }

    .searchBoxTop .input-group:after {
        display: none;
    }

    .bannerHeader .block-text {
        width: auto;
    }
}

@media only screen and (max-width:414px) {
}

@media only screen and (max-width:375px) {
}

@media only screen and (max-width:320px) {
}

@media only screen and (min-width:1200px) {
    .row-fix-breadcumb {
        width: 500px;
    }
}