/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Page title */
	.page-header > .page-header-inner {
		padding: 0 15px;
		max-width: -webkit-fill-available;
	}
/* Arrchive */
	.mh-list-archive .elementor-post__read-more {
		display: none;
	}
}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Footer */
	/* Đăng ký nhận tin */
	.mh-form-vertical .gform_footer .gform_button {
		position: static;
		padding: 6px 0px;
		margin-top: 15px !important;
	}

/* Arrchive */
	.mh-list-archive .elementor-post {
		flex-direction: column;
		padding: 15px !important;
	}

	.mh-list-archive .elementor-post__text {
		padding-top: 10px;
	}

/* Woocommerce */
	.woocommerce .oceanwp-toolbar {
		display: none;
	}

}

@media only screen and (max-width: 320px) {

}