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

/*************** ADD CUSTOM CSS HERE.   ***************/

.dark .button, .dark input[type=button], .dark input[type=reset], .dark input[type=submit] {
    color: #008080;
}

.button, input[type=button].button, input[type=reset].button, input[type=submit], input[type=submit].button {
    color: #008080;
}

.pure-banner-text h4 {
	margin-bottom: 0 !important;
}

.pure-banner-text h2 {
    margin-top: 0 !important;
}

.about-coach-img img {
	border-radius: 20px
}

.mf8k-5g {
    width: auto;
    max-width: 1040px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    border-top-width: 1em;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-top-color: #00807F;
    border-right-color: #008080;
    border-bottom-color: #008080;
    border-left-color: #008080;
    font-size: 1px;
	padding-bottom: 30px;
	opacity: 0.9;
}

.dich-vu-img-right img {
	border-top-left-radius: 10px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 100px;
}

.dich-vu-img-left img {
	border-top-left-radius: 100px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 10px;
}

.dich-vu-bg-left {
	background: RGB(242, 250, 237);
    background: linear-gradient(90deg, rgba(242, 250, 237, 1) 0%, rgba(255, 255, 255, 0) 100%);
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}

.dich-vu-bg-right {
	background: #ffffff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(242, 250, 237, 1) 100%);
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}

a.button.secondary {
	color: #ffffff;
}

.ux-menu-title {
    font-size: 1.2em;
    font-weight: bold;
}

.absolute-footer {
	display: none;
}

.dichvu-box {
                width: calc(100% - 100px);
                background: url(https://www.centerfortransformationalcoaching.com/wp-content/uploads/2025/08/free-guide-bg.jpg) repeat;
                border-radius: 50px;	
	margin: 0 auto;
}

.dichvu-box .section-content {
	top: -70px
}

.dichvu-content {
	padding:0 10px;
}

.dichvu-content .box-text p {
	min-height: 80px;
}

.dichvu-content .box-text-inner h3 {
	min-height: 60px;
}

.working_process_iconbox .icon-box-img {
	background: #fc653c;
    padding: 20px;
    border-radius: 50%;
}

.faq-custom .accordion-title.active {
    background-color: rgba(0, 0, 0, .03);
    border-color: var(--fs-color-secondary);
    color: var(--fs-color-secondary);
    font-weight: 700;
}

.khoahoc-box {
	top: -50px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.dichvu-box {
		width: calc(100% - 50px);
	}
	.dichvu-box h3 {
		font-size: 1.3em;
	}
	.dichvu-content .box-text-inner h3 {
		min-height: 0;
	}
	.dichvu-content .box-text p {
		min-height: 0;
	}
}