
/* 1199 */

@media screen and (max-width: 1199.5px) {
	.site-tieubieu .box-tieubieu .text{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

/* 991 */

@media screen and (max-width: 991.5px) {

}

/* 767 */

@media screen and (max-width: 767.5px) {
	.block{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	h2{
		font-size: 1.41rem;
		line-height: 1.69rem;
	}
	.header-top .btn-custom{
		position: relative;
		background: none;
		padding: 10px 0px;
		height: auto;
		width: 100%;
	}
	.header-top .btn-custom br{
		display: none;
	}
	.header__logo img{
		max-width: 120px;
	}
	.pd-main{
		padding: 30px 0px;
	}
	.title-main .heading{
		font-size: 20px;
	}
	.title-main .heading1{
		font-size: 14px;
	}
	.title-main{
		margin-bottom: 20px;
	}
	.title-main .heading1{
		margin-bottom: 10px;
	}
	.content-area .items-news h3 a{
		font-size: 16px;
	}
	.content-area .items-news p{
		font-size: 14px;
	}
	.header-top .content-left p:last-child {
		display: none;
	}
	.header-top .content-left p:first-child {
		padding-right: 50px;
	}
	.header .menu {
		display: none;
	}
	
	.block-fluid {
		padding-top: 1.8rem;
		padding-bottom: 1.125rem;
	}
	.border-mobile{
		border-bottom: 1px solid #cdcdcd;
	}
	.border-mobile:last-child{
		border-bottom: unset;
	}
	
	.desk-top-none{
		display: block;
	}
	.header .header-mobile ul {
		display: flex;
	}
	.site-page ul {
		padding-left: 16px;
		padding-right: 16px;
	}

	.custom-formmail .btn-black {
		margin-top: 40px;
	}
	.container{
		padding-right: 12px;
    	padding-left: 12px;
	}
	.btn-menu, .btn-search {
		display: flex;
	}
	.header .headerContent{
		display: none;
	}
	.header .headerRight{
		display: none;
	}
	.header .headerLeft{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
        flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.site-news .mainInfo__Left, .site-news .mainInfo__Right, .site-news .mainInfo__Center{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.site-infos .infosTop .item, .site-infos .infosBottom .item, .site-people .peopleContainer .item, .site-research .researchContainer .item{
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.site-imgtaxo .imgtaxoContainer .left, .site-imgtaxo .imgtaxoContainer .right{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.site-imgtaxo .imgtaxoContainer .right .right__content .slick-book{
		display: none;
	}
	.site-imgtaxo .imgtaxoContainer .right .right__content ul.content_ul{
		width: 100%;
	}
	.linkArea .menuLink ul{
		grid-template-columns: repeat(2, 1fr);
		padding: 0;
	}
	.linkArea .menuLink ul li a{
		font-size: 12px;
	}
	.footer__container .left, .footer__container .right{
		display: none;
	}
	.footer__container .center{
		width: 100%;
	}
	.archi__container .right{
		width: 100%;
	}
	.archi ul.list-post{
		width: 100%;
	}
	.archi__container{
		justify-content: center;
	}
}

