@media screen and (max-width: 1199px) {}
@media screen and (max-width: 991px) {
	.hamburger, .search-mobail {
		display: block !important;
	}
    .main_menu, .contact-header {
        display: none;
    }
    .main_menu {
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
        background: #fff;
        box-shadow: 0 5px 7px rgb(0 0 0 / 16%);
        padding-bottom: 20px;
    }
    .main_menu li {
        display: block;
        float: inherit;
        padding: 10px 20px;
    }
    .main_menu .search-site {
       display: none
    }
    #header .container {
        justify-content: center;
    }
    .dropdown-toggle::after {
        display: none
    }
    .dropdown-menu.show {
        transform: translateY(0px) !important;
    }
    .dropdown-menu {
        position: relative !important;
        padding: 0;
        width: 100%;
        left: 0 !important;
        background: #fff;
    }
    .dropdown-menu li a {
        color: #000;
        text-align: right;
    }
    .mmenu .dropdown-menu li a {
        display: block;
        border-bottom: 0;
    }
    .img-home img {
        height: auto;
    }
    .img-mobail {
        display: block !important;
    }
    .img-web {
        display: none !important;
    }
    .section_blogs {
        padding: 30px 0;
    }
    .item-blog {
        margin-bottom: 30px;
    }
    .item-parliamentary, .list-expusion .item-expusion {
        width: 100%;
    }
    .item-cat, .col-inst, .item-attach {
        width: 100%;
    }
    .item-newspaper {
        margin-bottom: 20px;
    }
    .col-inst a {
        display:block;
    }
    .col-inst a img {
        width: 100%;
    }
    
    
    .ls--nes li {
     margin: 5px 0
}

.item-parliamentary-other {
    width: 100%;
}


}
@media screen and (max-width: 767px) {


}
@media screen and (max-width: 500px) {

}
