/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*****form liên hẹ*******/
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.col-form .col-inner{
	border-radius: 16px;
}
.form-hoten, .form-sdt, .form-khuvuc, .form-tuvan{
	width: 100% !important;
    padding: 14px 20px !important;
    margin: 10px 0 !important;
    border: none !important;
    border-radius: 20px !important;
    background-color: #fdf7d2 !important;
    color: #003828 !important;
    font-size: 16px !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
}
.form-gui{
	background-color: #fdf7d2 !important;
    color: #003828 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 1px 30px !important;
    border: none !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-family: inherit !important;
    letter-spacing: 0.5px !important;
}
.cf-col-12:has(.form-gui){
	justify-content: center;
    display: flex;
}
.wpcf7-response-output{
	display: none;
}



.custom-author-box {
  display: flex;
  align-items: flex-start;
  border: 1px solid #e0e0e0;
  padding: 15px;
  margin-top: 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
	gap: 15px;
}

.custom-author-box .author-avatar img {
  border-radius: 50%;
  width: 535px;
  height: 80px;
  object-fit: cover;
  margin-right: 15px;
}

.custom-author-box .author-info h4 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #0073aa;
}

.custom-author-box .author-info p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #333;
}

.custom-author-box .author-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-author-box .btn-follow {
  background-color: #00aaff;
  color: white;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
}

.custom-author-box .author-socials a {
  color: #666;
  margin-left: 5px;
  font-size: 16px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}