/**
 * Desktop small
 */
@media only screen and (min-width: 320px) and (max-width: 1024px) {
/* Homepage */
	/* Thuê xe ... */
	.mh-row-part::before,
	.mh-list-dots article.elementor-post::before {
		display: none;
	}


	/* Ý kiến ... */
	.mh-testimonial .elementor-testimonial {
		flex-direction: column-reverse;
	}

	.mh-testimonial .elementor-testimonial__footer {
		padding: 0 0 30px;
	}

}

/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Header */
	.mh-col-logo {
		background-color: #f3f3f6;
	}

	.mh-header-main {
		background: #fff;
	}

/* Page title */
	.page-header > .page-header-inner {
		padding: 0 15px;
		max-width: -webkit-fill-available;
	}

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {
/* Homepage */
	/* Form book */
	.mh-form-book ul.gform_fields {
	    grid-template-columns: 1fr 1fr;
	}

	.mh-form-book .gform_footer {
		width: 50% !important;
		max-width: calc(50% - 15px);	
	}
	
}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Title */
	.mh-title-section .elementor-widget-container .elementor-heading-title {
		padding: 0 10px;
	}

/* Homepage */
	/* Form book */
	.mh-form-book ul.gform_fields {
	    grid-template-columns: 1fr;
	}

	.mh-form-book .gform_footer {
		position: static;
		width: 100% !important;
		max-width: 100%;
		margin-top: 30px !important;
	}
	
	.mh-field-icon .gfield_label::after {
	    height: 68px;
	}

	/* Thuê xe */
	.mh-list-featured article.elementor-post {
	    flex-direction: column;
	}	

/* 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) {

}