/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Global */
	/* Slider */
	.mh-custom-slider .slick-arrow{
		display: none !important;
	}

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Page: Liên hệ */
	/* Make an appointment */
	.mh-block-form-register .mh-field-half {
		width: 100%;
	}	

/* Blog */
	/* Archive */
	.mh-blog .elementor-post {
	    flex-direction: column;
	}

	.mh-blog .elementor-post__text {
		padding: 20px 0 0;
	}

}

@media only screen and (max-width: 320px) {

}