@media only screen and (max-width:1366px){

}
@media only screen and (max-width:1170px){
    
}

@media only screen and (min-width: 760px) and (max-width: 1170px) {
    .section-vi-1 .list-widget .item-widget {
        background: var(--mainColor);
        border-radius: 4px;
        height: auto;
        display: flex;
        align-items: center;
        padding: 0 !important;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:850px){
	
}
@media only screen and (max-width:800px){
    .header-inner > .logo,
    .header-inner > .navbar-toggler,
    .header-inner > .right-top-menu{
        flex:1;
    }
    .header-inner > .right-top-menu {
        display: flex;
        align-items: center;
        justify-content: end;
    }
        .content-area {
            display: flex;
            display: flex;
            flex-direction: column;
        }
	.custom-menu-mobile{
		display: block;
	}
	.navbar-collapse {
        position: fixed;
        top: 0px;
        left: -100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        height: 100%;
        transition: left 400ms ease-in-out;
        padding:0 !important;
    }

    .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: var(--overLayout);
    	z-index: 99;
    }
    .navbar-collapse.show .navbar-toggler{
    	position: absolute;
	    top: 10px;
	    right: 10px;
	    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.has-child .flex-row{
            display: flex;
            align-items: center;
            flex-wrap:wrap;
        }
            .mobile_menu .navbar-nav .nav-item.has-child .nav-link {
                flex:1;
            }
            .mobile_menu .navbar-nav .nav-item.has-child .angle-down {
                width: 30px;
                height: 30px;
                display: flex;
                align-items: center;
                margin-left: 20px;
                justify-content: center;
                transform:rotate(0deg);
                transition:all .4s;
            }
    .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(--mainColor);
        min-height: 40px;
        padding-left: 13px;
        display: flex;
        align-items: center;
    }
        .html_nav_position_text svg{
            color:#ffffff;
            font-size:20px;
        }
        .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 var(--mainColor);
        height:70px;
    }
    #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;
    }
        .header-inner > .navbar-toggler svg{
            font-size:25px;
        }
        #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){
    .sitenam-block, .right-top-menu .searchBoxTop {
        display: none;
    }
    .slide-home .slick-arrow, .slide-home .slick-dots, .slide-home .subtitle-slide, .slider-box-news .slick-arrow {
        display: none !important;
    }
    .mobile_menu .searchBoxTop {
        padding: 0 15px 0 15px;
        margin-top: 20px;
    }
        .mobile_menu .searchBoxTop input {
            height: 33px;
            background: #E6E7E8;
            color: #555555;
            font-size: 14px;
            border: unset;
            border-radius: 50px 0 0 50px;
        }
        .mobile_menu .searchBoxTop button {
            height: 33px;
            border: unset;
            background: #E6E7E8;
            border-radius: 0 50px 50px 0;
        }
            .mobile_menu .searchBoxTop button img {
                position: relative;
                top: -2px;
            }
}
@media only screen and (max-width:550px){
	
}
@media only screen and (max-width:480px){
    .title-box.textLine-2.w-95 {
        width: 102% !important
    }

    .section-3-vi .row-main .col-news-lg4 .box-text > a {
        font-size: 15px !important;
    }

    .w-93 {
        width: 96% !important;
    }

    .w-95 {
        width: 96% !important;
    }

    .section-4 .row-main .col-c-1 .box-image img {
        height: 218px !important
    }

    .section-3-vi .row-main .col-news-lg4 .box-image img {
        height: 125px !important;
    }


    .show-small {
        display: none;
    }
    .row-list-ap .item-anpham .box-anpham .box-text .number-cd {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        height: 45px;
        text-align: start;
        text-transform: uppercase;
        color: #555555;
        margin-top: 10px;
        margin-bottom: 3px;
        -webkit-line-clamp: 2;
    }
    .section-2{
        padding-top:30px;
        padding-bottom:0;
    }
        .section-2 .hot-news .slider-box-news .item-news .box-image img {
            height: 300px;
        }
/*    .section-2 .hot-news .slider-box-news .item-news .box-text{
        display:none;
    }*/
    .section-2 .col-md-5{
        margin-top:20px;
    }
    .section-3-vi .row-main .col-news-lg4 .box-image img,
    .section-3-vi .row-main .col-news-lg4 .box-text > a,
    .section-3 .row-main .col-left .box-image img,
    .section-3 .row-main .col-left .box-text .desc-box {
        height: auto;
    }
    .section-3 .row-main .col-left{
        margin-bottom:25px;
    }
    .section-3 .col-left .box-image img {
       height: 218px !important;
    }
    .section-3-vi .col-news-lg4 {
        margin-bottom: 25px;
    }
    .section-5 .row-main .col-c-1 .box-video .box-image img{
        height:215px;
    }
    .section-5 .row-main .col-c-1 .box-video .box-image .title-box span {
        font-size: 17px;
        line-height: 1.2em;
        text-align:justify;
    }
    .section-5 .row-main .col-c-1 .box-video .box-image .title-box img {
        width: 35px;
        height: 35px;
    }
    .section-5 .row-main .col-c-2 .box-image img:not(.icon-video){
        height:150px;
    }
    .section-5{
        padding-bottom:0;
    }
    .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-first .box-image {
        width: 160px;
    }
        .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-first .box-image img{
            height:120px;
        }
    .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-list .list-news-vi9,
    .col-vi-1-1-1-2,
    .col-vi-1-1-1-3 {
        margin-bottom: 15px !important;
    }
    .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-list .list-news-vi9 .title-box{
        margin-bottom:7px;
    }
    .section-vi-1 .col-vi-1-1-1 .blog-news-vi9 .box-first{
        margin-bottom:12px;
    }
    .section-vi-1 .col-vi-1-1-3 {
        margin-top: 0px;
    }
    .section-vi-1{
       padding-bottom:0px;
    }
    .section-vi-2 .blog-news-vi9 .box-first .box-image{
        width:150px;
    }
        .section-vi-2 .blog-news-vi9 .box-first .box-image img{
            height:125px;
        }
    .LabelTitleText{
        margin-bottom:12px;
    }
    .section-vi-2{
        padding-bottom:0px;
        padding-top:0;
    }
    .logo-footer > a img{
        height:40px;
    }
    .logo-footer > a span {
        font-size: 15px;
        line-height: 24px;
    }
    .box.box-vertical .box-text {
        padding-right: 15px;
    }
    .col-content-category .row-category-news-2 .col-category-news-2-1 {
        margin-bottom:20px;
    }
    .news-category-2 .item-news-category-2 .box-image img{
        height:auto;
    }
    .item-news-category-4 .box-image img {
        height: 105px;
        width: 155px;
    }
    #main .section-2 .hot-news .slider-box-news .item-news .box-image img {
        height: 218px !important;
        object-fit: cover
    }

    .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;
    }

    .rever-drect .block-date-searh .block-date-item input,
    .select2-container .select2-selection--single .select2-selection__rendered,
    .form-search-legislation .top_form .select-group .select2-selection__rendered {
        height: 40px !important;
    }

    .form-search-legislation .top_form .select-group .select2-container .select2-selection--single {
        height: 40px !important;
    }

    .form-search-legislation .top_form .select-group .select2-selection__rendered,
    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 40px !important;
    }

    .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: #fff;
    }

    .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%;
    }

    .breadcumbs {
        visibility: hidden;
        padding: 0;
        margin: 0;
    }

    .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;
    }
    .row-list-ap .item-anpham .box-anpham .box-image img{
        height:250px;
    }
    .section-1{
        display:none;
    }
    .section-breadcums {
        min-height: 165px;
    }
    .main-breadcums h1{
        font-size:24px;
    }
    .main-form-tinh .form-block .form-wapper-calculator{
        margin-right:0;
    }
        .main-form-tinh .form-block .form-wapper-calculator > .item-field{
            width:100%;
            margin-right:0;
            margin-bottom:15px;
        }
    .mobile_menu .navbar-nav .nav-item.has-child .angle-down.rotate_180 {
        transform: rotate(180deg);
        transition: all .4s;
    }
    .wapper-parent-page {
        margin-right: 0;
    }
    .wapper-parent-page .card-child-page {
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
    }
        .wapper-parent-page .card-child-page .text-page-child .title-page-child a,
        .wapper-parent-page .card-child-page .text-page-child .desc-page-child {
            height: auto;
        }
    .col-vi-1-1-3 .list-widget {
        display: flex;
        margin-right: 0;
        flex-wrap: wrap;
    }

        .col-vi-1-1-3 .list-widget .item-widget {
            width: 100%;
            margin-right: 0;
        }
    .section-vi-1 .image-cover img{
        height:auto;
    }
    .section-5 .col-c-2 {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .section-5 .col-c-2 > a{
        flex:1;
    }
    .section-5 .row-main .col-c-1 .box-video .title-box-video h2{
        font-size:20px;
    }
    .section-5 .row-main .col-c-1{
        margin-bottom:15px;
    }
    .player_playing .detail_right .inner_detail_right {
        padding: 0px;
        padding-left: 5px;
    }
    .player_playing .detail_right {
        height: auto;
    }
        .player_playing .detail_right .title-video {
            font-size: 24px;
            line-height: 35px;
        }
    .wapper-video-list .item-news-cate .box-image .image-cover {
        height: 225px;
    }
    .tien-ich .list-widget .item-widget {
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
    }
    .tien-ich .list-widget{
        margin-right:0;
    }
    .row-main-category-gallery .wapper-image-gallery img{
        height:auto;
    }
    .nav-mobile-sub > .menu-item > .sub-menu{
        padding-left:15px;
        margin-top:5px;
    }
        .nav-mobile-sub > .menu-item > .sub-menu > .menu-item > a {
            color: #000;
            font-size: 14px;
            font-style:italic;
        }
    .searchBoxTop form{
        width:100%;
    }
    .body-lengislation{
        display:block;
    }
    .right-content-lengislation {
        padding: 0;
        width: auto;
        border: unset;
        margin-top: 20px;
    }
    .item-lengislation .head-lengislation .title-lengislation > a {
        font-size: 15px;
        line-height: 20px;
    }
    .cl-3 {
        margin-bottom: 10px !important;
    }
    .section-3-vi{
        padding-bottom:0;
    }
    .section-3 .row-main .col-right .col-inner > a.d-block .box-image img {
        height: 125px;
    }
    .section-vi-2 .blog-news-vi9 .box-list .list-news-vi9:last-child{
        margin-bottom:7px;
    }
        .section-vi-2 .blog-news-vi9 .box-list .list-news-vi9:last-child .title-box{
            margin-bottom:0;
        }
    .custom-cols-footer .col-inner .address > a {
        display: flex;
        align-items: baseline;
    }
    .custom-cols-footer .col-inner .address > a svg{
        position:relative;
        top:10px;
    }
    custom-cols-footer{
        margin-top:5px;
    }
    .section-3 .row-main .col-left .box-text .title-box,
    .section-4 .row-main .col-c-1 .box-text .title-box {
        height: auto;
        display: block;
        font-size: 17px !important;
        line-height: 1.3em;
        margin-bottom:15px;
    }
    .section-4 .col-c-1 {
        margin-bottom: 20px;
    }
    .post_releated_core .news-releated .item-releated-post .box-image{
        width:100%;
        margin-bottom:15px;
    }
        .post_releated_core .news-releated .item-releated-post .box-image img{
            height:auto;
        }
        .post_releated_core .news-releated .item-releated-post .box-text {
            padding: 0;
        }
            .post_releated_core .news-releated .item-releated-post .box-text .description,
            .post_releated_core .news-releated .item-releated-post .box-text .post-title a {
                height: auto;
            }
    .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;
    }
}
@media only screen and (max-width:415px){
    .fz-16 {
        font-size: 15px !important
    }
    .title-box.textLine-2.w-95 {
        width: 102% !important
    }

    .section-3-vi .row-main .col-news-lg4 .box-text > a {
        font-size: 14px !important;
    }

    .w-93 {
        width: 96% !important;
    }

    .w-95 {
        width: 96% !important;
    }
}
@media only screen and (max-width:375px){
    .w-93 {
        width: 90% !important;
    }
}
@media only screen and (max-width:320px){
	
}