/*
Theme Name: Construction 2023
Description: This is a child theme for Construction 2023
Author: MuaTheme
Template: flatsome
Version: 1.0.0
*/

/**
 * Global
 */


p {
	margin-bottom: 10px;
}

.mh-no-margin-bottom {
	margin-bottom: 0 !important;
}

.mh-no-padding-bottom {
	padding-bottom: 0 !important;
}

/* .mh-fontawesome::before,
.mh-fontawesome::after,
.menu-item > a::before,
.menu-item > a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 7px;
} */

/* Form */
select, input, textarea,
.mh-input {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select.mh-input::placeholder,
input.mh-input::placeholder,
input.mh-input[type='date']::placeholder {
	font-weight: 300;
}

iframe {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
}

ul {
	margin: 0;
}

ul li {
	margin-bottom: 0;
}

.wpcf7-form {
	margin-bottom: 0;
	border: 0;
}

fieldset {
  margin: 0;
  position: relative;
}

.wpcf7-response-output {
  margin-bottom: 0 !important;
}

.cf7mls_next,
.cf7mls_back {
  /* position: absolute !important;
  bottom: -25px; */
	padding: 0 !important;
	line-height: 40px !important;
	min-height: 40px !important;
	text-transform: initial !important;
	font-size: 17px !important;
	margin: 0 !important;
	opacity: 1;
  /* text-align: center !important; */
}

.cf7mls_next::before,
.cf7mls_back::before {
  margin-top: -7px !important;
  width: 15px !important;
  height: 15px !important;
  right: 20px !important;
  border-width: 2px !important;
}

.cf7mls_back::after {
  content: '\f323';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  opacity: 1;
  font-size: 12px;
  position: absolute;
  left: 0;
	top: 2px;
}

.cf7mls_next {
  right: 0;
  background-color: #d58431 !important;
  border: 1px solid #ad5700 !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -o-border-radius: 30px !important;
	min-width: 180px !important;
}

.cf7mls_back {
  background-color: transparent !important;
  border: 0 !important;
  font-style: italic;
  color: #d58431 !important;
	min-width: 110px !important;
}

/* UX Theme */
.mh-col-no-divider .is-divider {
	display: none;
}

.icon-box-img svg,
.icon-box-img img {
	padding: 0;
}

	/* Input range */
.mh-range-input input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 35px;
}

.mh-range-input input[type="range"]::-webkit-slider-runnable-track {
  background-color: #f6f6f6;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
}

.mh-range-input input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 35px;
  height: 35px;
  background-color: #fff;
  box-shadow: -100vw 0 5vw 100vw var(--primary-color);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-image: url('assets/img/bg-range.png');
  background-repeat: no-no-repeat;
  background-position: -1px -1px;
}

.mh-range-input input[type="range"] {
  width: 100%;
  margin: 0;
}

	/* Title */
.mh-title-simple {
	padding: 0;
}

.mh-title-simple b {
	display: none;
}

.mh-title-simple .section-title,
.mh-title-simple .section-title-main{
	border: 0;
	padding: 0;
	margin: 0;
}

.mh-title-simple.center .section-title {
	justify-content: center;
}

.mh-title-simple.right .section-title {
	justify-content: flex-end;
}

.mh-title-simple.bold .section-title,
.mh-title-simple.bold .section-title-main {
	font-weight: 700;
}

.mh-title-simple.initial .section-title-main {
	text-transform: initial;
	position: relative;
}

	/* Slider */
.mh-carousel .flickity-page-dots,
.mh-carousel-mobile .flickity-page-dots {
	bottom: -10px;
}

.mh-carousel .flickity-page-dots .dot,
.mh-carousel-mobile .flickity-page-dots .dot {
	background-color: #d58435;
	border-color: #d58435;
	opacity: 0.2;
}

.mh-carousel .flickity-page-dots .dot.is-selected,
.mh-carousel-mobile .flickity-page-dots .dot.is-selected {
	opacity: 1;
}

/**
 * Header
 */
/* Main */
#masthead .header-nav > li > a {
	font-size: 14px;
  line-height: 36px;
  padding: 0 14px;
}

/**
 * Footer
 */
.mh-col-footer p,
.mh-col-footer li,
.mh-col-footer a,
.mh-col-footer span {
	font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

.mh-col-footer .widget {
	padding: 0;
	margin: 0;
}

.mh-col-footer > .col-inner > h4 {
	font-size: 18px;
	margin: 0 0 20px;
	text-transform: uppercase;
  font-weight: 700;
}

.mh-col-footer > .col-inner ul {
	list-style-type: none;
	margin: 0;
}

.mh-col-footer > .col-inner ul li {
	margin: 0 0 10px;
}

.mh-col-footer > .col-inner ul li i {
	color: #d58435;
  margin-right: 8px;
  font-size: 13px;
}

.mh-col-footer .mh-social {
	display: flex;
	flex-direction: row;
}

.mh-col-footer .mh-social > li {
	width: 33.33333%;
}

.mh-col-footer .mh-social > li i {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #d58431;
  margin-right: 10px;
}

.mh-col-footer .mh-social > li i::before {
	color: #fff;
}

.mh-col-footer .menu > li {
	border: 0;
}

.mh-col-footer .menu > li > a {
	display: block;
	padding: 0;
}

.mh-footer-bottom {
	position: relative;
}

.mh-footer-bottom::before,
.mh-footer-bottom::after {
	position: absolute;
  top: -30px;
	content: '';
	width: 100%;
	height: 1px;
}

.mh-footer-bottom::before {
	background-color: #007471;
  top: -29px;
}

.mh-footer-bottom::after {
	background-color: #33a7a4;
}

.absolute-footer {
	display: none;
}

/**
 * Blog
 */
.blog-wrapper > .row {
  max-width: 1170px !important;
}

.blog-wrapper > .row > .col {
	padding: 0 9.8px 19.6px;
}

.blog-wrapper .is-divider {
	display: none;
}

.blog-archive .post-meta::before {
	content: "\f017";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 7px;
	font-size: 13px;
	color: var(--primary-color);
}

/* Archive */
.blog-archive .col:not(.post-sidebar) .col.post-item .box-text {
	vertical-align: top;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .box-text-inner {
	display: flex;
	flex-direction: column;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .post-title {
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 18px;
	color: #3b3b3b;
	order: 1;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .post-meta,
.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .from_the_blog_excerpt {
	margin: 0;
	font-size: 15px;
	color: #3b3b3b;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .post-meta {
	order: 2;
  opacity: 1;
}

.blog-archive .col:not(.post-sidebar) .col.post-item .box-text .from_the_blog_excerpt {
	order: 3;
}

/* Single */
.blog-wrapper.blog-single .entry-header-text {
	padding-bottom: 0;
}

.blog-wrapper.blog-single .entry-title {
	font-size: 22px;
	text-transform: initial;
	margin: 0 0 5px;
}

.blog-wrapper.blog-single .entry-category,
.blog-wrapper.blog-single .entry-meta .byline {
	display: none;
}

.blog-wrapper.blog-single .entry-meta span,
.blog-wrapper.blog-single .entry-meta a {
	font-size: 14px;
	color: #000;
	opacity: 1;
	text-transform: initial;
}

.blog-wrapper.blog-single .entry-meta::before {
	content: "\f017";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 3px;
	font-size: 13px;
	color: var(--primary-color);
}

/**
 * Sidebar
 */
/* Global */
.widget-area a,
.widget-area li,
.widget-area p,
.widget-area span {
	font-size: 14px;
}

.widget-area ul li {
	border: 0;
}

/* Title */
span.widget-title {
	font-size: 18px !important;
	font-weight: 700;
	color: var(--primary-color);
	padding: 0 0 10px;
	border-bottom: 1px solid var(--primary-color);
	margin-bottom: 10px;
	text-transform: initial;
	display: block;
}

/* ===== Page ===== */
/**
 * Homepage
 */
/* Global */
.mh-title-section {
  font-size: 34px;
  color: var(--primary-color);
  padding: 0 0 20px;
  background: url('assets/img/bg-line.png') no-repeat bottom center;
}

.mh-title-sub {
  font-size: 15px;
  margin: 0;
}

/* Bạn đang lãng phí ... */
.mh-row-step {
  margin-top: -120px;
}

.mh-row-step fieldset {
	padding: 0 !important;
  margin: 0 !important;
}

.mh-range-input,
.mh-box-range {
  
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 10px;
}

.mh-range-input > span {
  width: 75%;
}

.mh-range-input output {
  width: 23%;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #d58431;
  background-color: #f6f6f6;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  max-height: 35p;x
}

.mh-step-form > h3 {
  color: var(--primary-color);
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 1.3;
}

.mh-step-form p {
  font-size: 16px;
}

.mh-step-form .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px;
}

.mh-step-form .notice {
  color: var(--primary-color);
  font-style: italic;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 20px;
}

.mh-step-form .icon-box-text p {
  max-width: 200px;
  line-height: 1.3;
}

.mh-step-form .icon-box-text p span {
  font-weight: bold;
  font-size: 24px;
}

.mh-step-form .notice i {
  margin-right: 5px;
}

.mh-step-form .mh-submit .wpcf7-submit {
	padding: 0 !important;
  margin: 0 !important;
  opacity: 1;
  line-height: 40px;
  min-height: 40px;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -o-border-radius: 25px !important;
}

.mh-box-invest {
  width: 218px;
  height: 218px;
  margin: 0 auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #d58431;
  padding: 30px;
  position: relative;
  color: #fff;
}

.mh-box-invest::before {
  content: '';
  position: absolute;
  top: -7px;
  right: -7px;
  left: -7px;
  bottom: -7px;
  border-radius: 50%;
  border: 1px solid #f0d8c0;
}

.mh-box-invest::after {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  left: -60px;
  bottom: -60px;
  border-radius: 50%;
  background: url('assets/img/bg-bge.png');
  background-size: cover;
  z-index: -1;
}

.mh-box-invest .icon-box-img {
  width: 48px;
}

.mh-box-invest .icon-box-text p {
  font-size: 13px;
}

.mh-box-invest .icon-box-text .el {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.mh-box-range {
  margin: 0 0 20px;
}

.mh-box-range > p {
  width: 15%;
  font-weight: bold;
  line-height: 1.3;
}

.mh-box-range > p span {
  display: block;
  font-weight: normal;
  font-style: italic;
  color: #999;
}

.mh-box-range .mh-range-input,
.mh-box-range .mh-select-input {
  width: 83%;
}

.mh-box-range .mh-select-input select {
  line-height: 35px;
  min-height: 35px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  font-size: 14px;
  padding: 0 20px;
  background-color: #f6f6f6;
  border: 0;
}

.mh-col-invest > p:not(:last-child) {
  margin: 0 0 20px;
}

.mh-col-invest label {
  position: relative;
}

.mh-col-invest label i {
  min-width: 36px;
  min-height: 36px;
  line-height: 36px;
  position: absolute;
  top: 1px;
  left: 11px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  color: #d58431;
  font-size: 17px;
  font-weight: 500;
  z-index: 1;
}

.mh-col-invest label input {
  width: 100%;
  min-height: 35px;
  line-height: 35px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #f6f6f6;
  border: 1px solid #dfdfdf;
  font-size: 15px;
  color: #333;
  padding: 0 50px;
}

.mh-col-invest .wpcf7-submit {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  white-space: nowrap;
  min-height: 35px;
  line-height: 35px;
  background-color: #d58431 !important;
  border: 1px solid #ad5700;
  min-width: 160px;
  padding: 0;
  text-transform: initial;
}

.mh-col-invest .mh-submit {
  display: inline-block;
  /* position: absolute; */
  width: auto;
  /* right: 15px; */
  margin: 0;
}

.mh-col-form-step .cf7mls_next.action-button img {
	right: 10px;
	top: 10px;
}

.mh-col-form-step .fieldset-cf7mls-wrapper > fieldset:last-child button.cf7mls_back  {
	position: absolute;
	bottom: 0;
}

.mh-col-form-step .cf7mls_progress_bar li .cf7mls_progress_bar_title {
	font-size: 19px;
  position: relative;
  top: 5px;
}

.mh-col-form-step .cf7mls_progress_bar li.current .cf7mls_progress_bar_title {
	color: var(--primary-color);
}

.mh-col-form-step .cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon {
	line-height: 38px;
	width: 40px;
	height: 40px;
}

.mh-col-form-step .cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after,
.mh-col-form-step .cf7mls_bar_style_text_horizontal .cf7mls_progress_bar_title:after {
  top: 15px;
}

/* Giới thiệu ... */
.mh-col-introduce .button {
  line-height: 40px;
  min-height: 40px;
  font-size: 16px;
  border-color: #ad5700;
}

/* Cảm nhận ... */
.mh-col-testimonial > .col-inner > p {
  font-size: 16px;
}

.mh-col-testimonial > .col-inner > .button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
}

.mh-col-testimonial .testimonial-box {
  margin: 0 0 15px;
}

.mh-col-testimonial .icon-box-img::after {
  content: '\f10e';
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: -5px;
  right: -10px;
  background-color: var(--primary-color)
}

.mh-col-testimonial .icon-box-text {
  padding-left: 20px !important;
}

/* .mh-col-testimonial .testimonial-meta {
  padding: 0;
} */

.mh-col-testimonial .testimonial-meta strong,
.mh-col-testimonial .testimonial-meta span {
  display: block;
}

.mh-col-testimonial .testimonial-meta .testimonial-name-divider {
  display: none;
}

.mh-col-testimonial .testimonial-meta .testimonial-name {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
}

.mh-col-testimonial .testimonial-meta .testimonial-company {
  font-size: 15px;
  color: #3e2714;
  line-height: 20px;
}

/* Lựa chọn ... */
.mh-col-invest table th,
.mh-col-invest table td {
  width: calc(100%/3);
  padding: 15px;
  text-transform: initial;
}

.mh-col-invest table th {
  font-size: 20px;
  text-align: center;
  border-right: 1px solid #f6dec6;
  border-bottom: 0;
  
  font-weight: bold;
}

.mh-col-invest table td {
  font-size: 16px;
  line-height: 20px;
  border-right: 1px solid #f6dec6;
  border-top: 1px solid #f6dec6;
  border-bottom: 0;
}

.mh-col-invest table tr td:nth-child(1) {
  text-align: right;
}

.mh-col-invest table tr th:nth-child(2),
.mh-col-invest table tr td:nth-child(2) {
  color: #d58431;
  background-color: #fdf9f5;
}

.mh-col-invest table tr th:nth-child(3),
.mh-col-invest table tr td:nth-child(3) {
  color: var(--primary-color);
  background-color: #f2fcfc;
  border-right: none;
}

/* Gửi yêu cầu ... */
.mh-col-contact .wpcf7-form label {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.mh-col-contact .wpcf7-form label i {
  background-color: #b7cdcf;
  min-width: 40px;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  color: #d58431;
  font-size: 18px;
  font-weight: 500;
  z-index: 1;
}

.mh-col-contact .wpcf7-form label i::before {
  position: relative;
  top: 10px;
}

.mh-col-contact .wpcf7-form input,
.mh-col-contact .wpcf7-form textarea {
  background-color: rgba(255,255,255,.7);
  line-height: 40px;
  border: 0;
  margin: 0;
  padding: 0 0 0 55px;
  font-size: 15px;
}

.mh-col-contact .wpcf7-form input {
  min-height: 40px;
}

.mh-col-contact .wpcf7-form textarea {
  min-height: 200px;
}

.mh-col-contact .wpcf7-form label .button,
.mh-col-contact .wpcf7-form label .wpcf7-submit {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 0 30px;
  border-width: 1px;
  border-style: solid;
  margin-right: 15px;
  
  font-weight: bold;
}

.mh-col-contact .wpcf7-form label .button {
  background-color: #fff;
  color: #333;
  border-color: #999;
  text-transform: initial;
}

.mh-col-contact .wpcf7-form label .wpcf7-submit {
  background-color: #d58431;
  border-color: #ad5700;
}

.mh-col-contact .wpcf7-form label .button:hover {
  background-color: var(--primary-color);
  border-color: #fff;
  color: #fff;
}

/* 3 icon */
.mh-col-icon .icon-box {
  background-color: #fbf7f2;
  border: 1px solid #f8dfc6;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  min-height: 80px;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
}
.mh-col-icon .icon-box .icon-box-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: #d58431;
  background-color: #fff;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.mh-col-icon .icon-box .icon-box-img i {
  font-size: 18px;
}

.mh-col-icon .icon-box .icon-box-text p,
.mh-col-icon .icon-box .icon-box-text p a {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.mh-col-icon .icon-box .icon-box-text p a span {
  color: #d58431;
}

.mh-col-icon .icon-box:hover .icon-box-img  {
  color: #fff;
  background-color: #d58431;
}

/* Thương hiệu ... */
.mh-col-partner .icon-box .icon-box-img {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

/* ===== Response ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Header */
  .header.has-transparent {
    position: relative;
  }

/* Homepage */
  /* Bạn đang ... */
  .mh-row-step {
    margin-top: 0;
  }

  .mh-step-form > h3 {
    font-size: 24px;
    margin: 0 0 15px;
  }

  .mh-box-range {
    flex-direction: column;
    margin: 0;
  }

  .mh-box-range > p,
  .mh-box-range .mh-range-input,
  .mh-box-range .mh-select-input {
    width: 100%;
  }

  .mh-box-range > p {
    margin: 0 0 10px;
  }

  .mh-box-range > p span {
    display: inline-block;
  }

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Global */
  .mh-title-section {
    font-size: 22px;
  }

/* Homepage */
  /* Bạn đang ... */
  .mh-range-input {
    flex-direction: column;
  }

  .mh-range-input > span,
  .mh-range-input output {
    width: 100%;
  }

  .mh-step-form > h3 {
    font-size: 21px;
    margin: 0 0 5px;
  }

  .mh-row-step > .col > .col-inner {
    padding: 10px 20px 20px !important;
  }

  /* .mh-row-step fieldset {
    margin: 0 0 15px;
  } */

  /* Lựa chọn ... */
  .mh-table {
    overflow-x: auto;
  }

  .mh-col-invest table th,
  .mh-col-invest table td {
    font-size: 16px;
    min-width: 300px;
  }

	.mh-col-form-step .cf7mls-btns {
		text-align: center;
	  display: inline-flex;
	  flex-direction: column-reverse;
	}

	.mh-col-form-step .cf7mls-btns button {
		display: block;
    float: none;
    margin: 0 auto 10px !important;
	}

	.mh-col-form-step .cf7mls_next,
	.mh-step-form .mh-submit .wpcf7-submit {
		line-height: 35px !important;
		min-height: 35px !important;
		font-size: 15px !important;
	}

	.mh-col-invest > p:last-child,
	.mh-col-form-step .fieldset-cf7mls-wrapper > fieldset:last-child > p {
		text-align: center;
	}

	.mh-col-form-step .fieldset-cf7mls-wrapper > fieldset:last-child button.cf7mls_back {
		position: relative;
		float: none;
	}

  /* Gửi yêu cầu */
  .mh-col-contact .wpcf7-form label .wpcf7-submit {
    margin-bottom: 10px;
  }

/* Footer */
  .mh-col-footer .mh-social {
    flex-direction: column;
  }

  .mh-col-footer .mh-social li {
    width: 100%;
  }

}

@media only screen and (max-width: 320px) {

}
