@media screen and (min-width: 2000px) {}

@media screen and (min-width: 993px) and (max-width: 1200px) {}

@media screen and (max-width: 993px) {
	div[itemprop="articleBody"] table td img {
		width: 100%;
		/* margin-bottom: 15px; */
	}

	.mobile-menu {
		display: inline-block;
	}

	.bottom-right-header.main-menu {
		display: none;
	}

	.logo {
		width: unset;
		margin-left: 0;
		max-width: 100%;
	}

	#section-banner {
		padding: 100px 0 80px;
	}

	.section-page .title-page,
	#section-banner h1 {
		font-size: 30px;
	}

	.section-page div.itemListCategory h2,
	.custom.top-contact h2,
	.title-post,
	.category-desc h2,
	div[itemprop="articleBody"] h2 {
		font-size: 36px;
	}

	.box-intro .thumb-intro h2 {
		font-size: 32px;
		right: 15px;
		width: auto;
	}

	.section-contact .inner-block-contact {
		padding: 100px 0;
	}

	.inner-block-contact h2 {
		font-size: 40px;
	}

	#footer .top-footer {
		padding: 55px 0 25px;
	}

	#footer .top-footer .col-footer {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.custom-item-listing .custom-catItemTitle {
		font-size: 28px;
	}

	.custom-item-listing .custom-desc-item {
		padding: 30px 0px 0;
	}

	.sigpro-slider .slick-list .sigProThumb img {
		height: auto !important;
	}

	.formResponsive h2 {
		font-size: 32px;
	}

	a.btn-header.btn-call-me-back {
		position: fixed;
		bottom: 30px;
		right: 15px;
		font-size: 0;
		background: url(../images/icon-phone.png) center no-repeat;
		border: none;
		background-size: contain;
		width: 40px;
	}
}

@media screen and (max-width: 767px) {
	.section-page .formResponsive {
		max-width: 100%;
	}

	#section-banner.banner-second-page {
		min-height: 220px;
	}

	.section-page div.itemListCategory h2,
	.custom.top-contact h2,
	.title-post,
	.category-desc h2,
	div[itemprop="articleBody"] h2 {
		font-size: 32px;
	}

	.btn-header {
		padding: 0 15px;
		font-size: 16px;
	}

	.logo {
		width: 95px;
		margin-left: 0;
		max-width: 100%;
	}

	.section-page .title-page,
	#section-banner h1 {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	div.mod-languages ul.lang-inline li {
		margin: 0px;
	}

	.btn-header {
		padding: 0 15px;
		font-size: 16px;
	}

	.btn-header.btn-call-me-back {
		padding: 0 13px;
	}
}