.p_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.p_title .name {
    font-family: 'Dancing Script';
    font-size: 35px;
    color: #5c9269;
}
.p_title .price {
    font-size: 23px;
    font-weight: 600;
}
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #fff;
}
.c-form-border::placeholder {
    color: #fff;
}
.c_input::placeholder {
    color: #fff;
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon>i {
    color: var(--primary-color);
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: #fcc602;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #fcc602;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}
/* END c-form-border */
.p_form {
    padding: 45px 40px 46px;
    /* margin: 0 15%; */
    color: #fff;
    border-radius: 12px;
    margin-top: 0;
    /* box-shadow: #c37e13 0px 3px 8px; */
    background: rgb(255, 255, 255);
    background-image: url(/images/bgs/bg-about.jpeg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}
.p_form .c-headline-66 .c_name span {
    text-align: center;
    font-size: 28px;
    font-family: 'Merriweather';
    font-weight: bold;
    position: relative;
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.p_form .c-headline-66 {
    margin-bottom: 30px;
}
.p_form::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 12px;
    top: 0;
    left: 0;
    --background-overlay: '';
    background: var(--color-secondary);
}
#form_apply {
    position: relative;
    z-index: 2;
}
.p_form {
    position: relative;
    z-index: 1;
}
.p_form .c-button-8 {
    background: #fff;
    color: var(--color-secondary);
    font-weight: bold;
    margin-top: 4px;
}
.heading-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.s-price {
    padding: 80px 0;
}
.s-price .title {
    font-family: 'Dancing Script';
    font-size: 40px;
    color: #5c9269;
    margin-bottom: 24px;
}
.b-card-12 {
    padding: 40px;
    background: #FAFAFA;
    border-radius: 12px;
}
.b-card-12 .b_title {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.b-card-12 .b_icon {
    display: flex;
    width: 55px;
    height: 55px;
    background: #5c9269;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.b-card-12 .b_icon img {
    height: 24px;
}
.b-card-12 .name {
    font-size: 26px;
    color: #666;
    font-weight: bold;
    font-family: 'Dancing Script';
}
.b-card-12 .price {
    font-size: 18px;
    font-weight: 500;
}
.b-card-12 .b_info span {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    color: #5c9269;
}
.b-card-12 .b_info li {
    position: relative;
    margin-bottom: 8px;
    color: #4a4a4a;
}
.b-card-12 .b_info li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #5c9269;
    font-size: 18px;
    margin-right: 7px;
}
.b-card-12 .b_info ul {
    margin-bottom: 30px;
}
.c-button-8 {
    border-radius: 30px;
    width: 100%;
}
/* BEGIN b-card-9 */
.b-card-9 {
    background-color: #fff;
    padding: 15px 0 30px;
    border: 1px solid #ccc;
    -webkit-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    background-image: url(../images/bgs/bg-card.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.b-card-9 .b_icon {
    font-size: 50px;
    text-align: center;
    color: #05a;
}
.b-card-9 .b_desc {
    color: #999;
    font-style: italic;
    padding: 0 20px;
    text-align: center;
    padding-top: 25px;
    margin-top: 26px;
    border-top: 1px solid #ccc;
}
.b-card-9 .b_author {
    margin: 5px 0 15px;
}
.b-card-9 .b_author>span {
    display: block;
}
.b-card-9 .b_author>span:first-child {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}
.b-card-9 .b_author>span:last-child {
    color: #888;
    font-size: 13px;
    margin-top: 5px;
}
.b-card-9 .b_avatar {
    line-height: 0;
    position: relative;
    text-align: center;
}
.b-card-9 .b_avatar img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    outline: 1px solid var(--color-primary);
    border: 5px solid #fff;
}
.b-card-9:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.b-card-9 .b_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.b-card-9 .rate {
    margin-top: 10px;
    color: var(--color-primary);
}
/* END b-card-9 */
/* BEGIN s-home-5 */
.s-home-5 {
    padding: 60px 0;
}
.s-home-5 .c-headline-2 {
    font-size: 25px;
    text-transform: uppercase;
}
.s-home-5 .slick-list {}
.s-home-5 .slick-list .item {
    margin: 0 15px;
    padding: 30px;
}
.s-home-5 .slick-slide img {
    display: inline;
}
@media screen and (max-width: 575px) {
    .s-home-5 .slick-list {
        margin: 0 15px;
    }
    .s-home-5 .slick-slider .slick-prev, .s-home-5 .slick-slider .slick-next {
        font-size: 10px;
    }
}

/* END s-home-5 */
.headline-3 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}
.headline-3 .s-left {
    width: 40%;

}
.headline-3 .s-right {
    width: 50%;
    color: #676767;
}
.sub-title_headline {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    align-items: center;
    font-weight: 500;
    color: #8e8e8e;
}
.sub-title_headline img {
    height: 20px;
}
.title_headline {
    font-size: 44px;
    font-family: 'Dancing Script';
    color: #5c9269;
    margin-bottom: 10px;
}
.s-faq-2 {
    padding-left: 40px;
    padding-top: 10px;
}
.s-faq-2 .item:not(:last-child) {
    /* border-bottom: 1px solid #ddd; */
}
.s-faq-2 .item-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 17px 0px;
    border-bottom: 1px solid #ccc;
}
.s-faq-2 .item-title:before {
    content: '\002b';
    display: inline-block;
    color: #666;
    width: 1.429em;
    line-height: 1.429em;
    margin-right: 7px;
    text-align: center;
    position: absolute;
    right: 10px;
    font-size: 20px;
}
.s-faq-2 .item-title:hover {
    color: var(--color-main);
}
.s-faq-2 .item-body {
    display: none;
    overflow: hidden;
    padding: 20px 0px 20px;
    border-bottom: 1px solid #ccc;
    color: #4a4a4a;
}
.s-faq-2 .item.is-active {
    /* background-color: #eee; */
}
.s-faq-2 .item.is-active .item-title {
    color: var(--color-main);
}
.s-faq-2 .item.is-active .item-title:before {
    content: '\2013';
}
.s-faq img {
    border-radius: 20px;
}
/* END s-faq-2 */
/* BEGIN b-card-38 */
.b-card-38 {
    display: block;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
}
.b-card-38::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.b-card-38 .b_title {
    font-size: 18px;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    position: absolute;
    bottom: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.b-card-38 .b_icon {
    width: 100%;
    font-size: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    position: absolute;
    position: absolute;
    bottom: -100px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.b-card-38:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.b-card-38:hover .b_title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.b-card-38:hover .b_icon {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

/* END b-card-38 */
/* BEGIN s-limage-2 */
.s-limage-2 .row {
    margin: 0;
}
.s-limage-2 .row>div {
    /* padding: 0; */
}

/* END s-limage-2 */
.c-form-border--icon .c_input::placeholder {
    color: #fff;
}
.c-form-border--icon .c_input, .c-checkbox>label {
    color: #fff;
}
.headline-sub {
    font-size: 30px;
    color: #666;
    text-align: center;
    font-family: 'Dancing Script';
    margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
    .headline-sub {
        margin-top: 20px;
    }
    .s-price {
        padding: 30px 0;
    }
    .b-card-12 {
        margin-bottom: 12px;
    }
    .s-faq-2 {
        padding-left: 0;
    }
    .headline-3 {
        flex-wrap: wrap;
    }
    .headline-3 .s-left {
        width: 100%;
    }
    .headline-3 .s-right {
        width: 100%;
    }
}