/*
 Theme Name:     Flatsome Child - Web Promomacaron
 Description:    Child theme của Flatsome cho website Promomacaron
 Author:         Eras Team
 Template:       flatsome
 Version:        1.0.0
 Text Domain:    Promomacaron
*/

@import url("../flatsome/style.css");

.page-wrapper {
	padding: 0 !important;
}

.w-100 {
	width: 100%;
}

.img-child {
	position: absolute;
	left: 0;
}

.img-child {
	position: absolute !important;
	left: -140px;
	bottom: 100px;
}

.box-why-choose {
	background: rgba(241, 241, 241, 1);
	border-radius: 8px;
	padding: 10px;
	padding-top: 20px;
}

.box-why-choose:hover {
	background: var(--primary-color);
	border-radius: 8px;
}

.row-5 .col {
	flex-basis: 20%;
	width: 20%;
}

.w-max-content,
.w-max-content * {
	width: max-content !important;
	margin: 0;
}

.w-max-content .col-inner {
	margin-left: 0 !important;
}

.rale-way-font {
	font-family: "Raleway", sans-serif;
}


.absolute-footer.dark {
	display: none;
}

.section-gradient {
	background: linear-gradient(180deg, #51B5E6 0%, #001E42 132.68%);
}

.icon-box-dl path {
	fill: #fff !important;
}

span.read-more {
	color: #FF8B3C;
}


.cf7-wrapper label {
	display: block;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
}


.cf7-flexbox {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
	width: 100%;
}

.cf7-flexbox input[type="email"] {
	flex-grow: 1;
	padding: 14px 20px;
	border: none;
	border-radius: 8px;
	background-color: #d3d3d3;
	color: #fff;
	font-style: italic;
	font-size: 14px;
	box-sizing: border-box;
	min-width: 0;
}


.cf7-flexbox input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.cf7-flexbox input[type="submit"] {
	padding: 0px 30px;
	background-color: #ff8c42;
	color: white;
	border: none;
	border-radius: 50px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.3s ease;
}


.cf7-flexbox input[type="submit"]:hover {
	background-color: #ff7300;
}

.cf7-flexbox p {
	display: flex;
	gap: 36px;
}

.img-radius img {
	border-radius: 10px;
}

.ss-footer .cf7-flexbox p {
	display: flex;
	gap: 10px;
}

.ss-footer .cf7-flexbox {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: flex-end !important;
}

.ss-footer span.ux-menu-link__text {
	color: #fff;
}

/* .ss-footer .cf7-flexbox input[type="email"] {

	background-color: #fff;
	color: #000 !important;

} */

.col-operation .col-inner {
	min-height: 520px;
}

.cf7-custom-form {
	max-width: 700px;
	margin: auto;
}


.cf7-custom-form .cf7-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}


.cf7-custom-form .cf7-col {
	flex: 1 1 48%;
	display: flex;
	flex-direction: column;
}


.cf7-custom-form label {
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}


.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form select,
.cf7-custom-form textarea {
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	font-style: italic;
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	resize: none;
}


.cf7-custom-form .cf7-row.message textarea {
	flex: 1 1 100%;
	min-height: 120px;
	width: 610px;
}

.cf7-custom-form .cf7-row.message {
	flex: 0 0 100%;
	max-width: 100%;
}

.cf7-custom-form .cf7-row.message .cf7-col {
	flex: 0 0 100%;
	max-width: 100%;
}


.cf7-custom-form input[type="submit"] {
	padding: 0px 40px;
	background-color: #ff8c42;
	color: white;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s ease;
}


.cf7-custom-form input[type="submit"]:hover {
	background-color: #ff7300;
}

.section-templates p:hover {
	color: #3CA5D5;
	cursor: pointer;
}

.col-form-faqs label {
	text-align: left;
	color: #212121;
	font-size: 18px;
}

.col-form-faqs textarea.wpcf7-form-control.wpcf7-textarea {
	border-radius: 5px;
	border: 1px solid #CFCFCF;
	background: rgba(239, 239, 239, 0.40);
}

.col-form-faqs input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: #FF8B3C;
	border-radius: 31px;
	display: flex;
	margin: 0 auto;
}

.accordion-small .accordion-title {
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 32px;
	height: 60px;
	color: #545355;
}

.accordion-small .accordion-title {
	border-top: none;
}

.accordion-small .accordion-title span {
	color: #545355;
}

.accordion-title.active {
	background: unset !important;
}

.accordion-small .accordion-item .accordion-inner {
	background: rgba(217, 217, 217, 0.20);
	margin-bottom: 34px;
}