/*
Theme Name: Spa One
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
    --header-font: "Fahkwang", sans-serif;
    --body-font: "Josefin Sans", sans-serif;
    --primary-color: var(--wp--preset--color--primary);
    --secondary-color: var(--fs-color-secondary);
    --success-color: var(--fs-color-success);
    --alert-color: var(--fs-color-alert);
    --link-color: var(--fs-experimental-link-color);
    --sub-title-color: #568673;
    --title-color: #4D514F;
    --text-color: #7C807E;
    --link-color: var(--fs-experimental-link-color-hover);
    --bg-light-color: #f5f5f5;
    --header-color: #072010;
    --body-color: #333632;
    --boder-dark-color: #0f0f0f;
    --boder-light-color: #ffffff70;
    --boder-dark-hover-color: #0f0f0f;
    --boder-light-hover-color: #ffffff70;
    --box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    --icon-font: "fl-icons" !important;
    /* Slide define */
    --slide-dot-color: var(--body-color);
    --slide-nav-color: var(--body-color);
}

/* button */
.button {
    letter-spacing: normal;
}

.button.white {
    padding: 10px 35px;
}

.button.white:hover {
    background-color: green !important;
    color: #fff !important;
    box-shadow: none;
}

.button.white:hover span {
    color: #fff !important;
}

.button.style-2.white:hover {
    background-color: transparent !important;
    color: #fff !important;
    box-shadow: none;
}

/* Start Font */
body {
    font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: var(--header-font);
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1300px;
}

/* End Font */
/* Start Button - Form  - Input */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position: relative;
    letter-spacing: 0.25em;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 7px 28px;
}

a.plain {
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.button span.meta-nav {
    font-size: 0;
}

.button span.meta-nav::after {
    font-family: var(--icon-font);
    content: "\e92b";
    font-size: 11px;
    top: 0;
}

.primary.is-outline {
    border-color: var(--header-color);
    border-width: 1px;
    color: var(--header-color);
}

.nav-dark .primary.is-outline {
    border-color: white;
    color: white;
}

.nav-dark .primary.is-outline:hover {
    border-color: white;
    background-color: white;
    color: var(--header-color);
}

.button.open-video {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
    line-height: 147px;
    font-size: 30px;
    text-align: center;
    padding: 0;
}

.button.open-video:hover {
    background-color: rgba(255, 255, 255, 0.062);
}

.button.open-video .icon-play {
    left: 6px;
    font-size: 1em !important;
}

.icon-play:before {
    font-family: var(--icon-font);
    content: "\e9a5";
}

/* Input */
input:not([type="submit"]):not([type="button"]),
textarea {
    border: 1px solid #eee;
    color: #fff;
    line-height: 2;
    font-weight: 400;
    transition: 0.3s;
    min-height: 50px;
    box-shadow: none;
    font-family: var(--header-font);
}

textarea {
    min-height: 112px;
}

input:not([type="submit"]):not([type="button"]):focus,
select:focus,
textarea:focus {
    border-color: var(--secondary-color);
    box-shadow: none;
    color: var(--header-color);
}

/* Header */
.header-top {
    background: transparent;
    border-bottom: solid 1px #ffffff26;
    font-size: 19px;
}

.header-button-1 .header-button a.button::before {
    font-family: var(--icon-font);
    content: "\e9a2";
}

/* End Header */
/* Block Title */
.block-title p:nth-child(1) {
    color: var(--primary-color);
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 16px;
    letter-spacing: 0.2rem;
}

.block-title h2,
.block-title h3 {
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 500;
    color: var(--wp--preset--color--secondary);
}

.block-title p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
}

/* End Block Title */
/* header */
.header-wrapper {
    font-size: 16px;
    font-weight: 600;
}

.transparent .header-wrapper {
    background-color: #ffffff10 !important;
    border-bottom: solid 1px #ffffff1f;
}

.header-nav-main {
    font-weight: 500;
    justify-content: center;
}

.header-nav-main.nav-uppercase>li>a {
    text-transform: capitalize;
    font-size: 1em;
    font-weight: 500;
}

.header-nav-main .html * {
    text-transform: capitalize;
}

.header-nav-main input:not([type="submit"]):not([type="button"]) {
    background-color: transparent !important;
    border: none;
    height: 30px;
    min-height: unset;
    border-radius: 0;
    border-bottom: solid 1px white;
}

.header-button a {
    font-family: var(--header-font);
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.header-button-1 a {
    border: none;
    padding: 0;
    background: transparent;
}

.header-button-1 a:hover {
    background: transparent;
    box-shadow: none;
}

.header-nav-main li>a:before {
    width: 100%;
    left: 0;
    height: 1px;
    transition: transform 0.2s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 0;
}

.header-nav-main li:hover>a:before,
.header-nav-main li.active>a:before {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
}

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: var(--header-color);
}

.nav-dark .nav>li>a {
    color: white;
    padding-bottom: 0;
}

.nav-dark .header-nav-main li>a:before {
    background: white;
}

.header-nav-main li>a:before {
    background-color: var(--header-color);
}

.nav-line-bottom>li>a:before {
    bottom: -2px;
}

.nav-dark .gtranslate_wrapper a {
    color: white;
}

.gtranslate_wrapper a {
    font-weight: 400;
    opacity: 0.6;
    line-height: 1;
    font-family: var(--header-font);
}

.gtranslate_wrapper a.glink:not(:first-child)::before {
    content: "/";
    font-weight: 400;
    margin: 0px 4px;
    display: inline-block;
    line-height: 1;
}

.gtranslate_wrapper a.gt-current-lang {
    font-weight: 600;
    opacity: 1;
}

/* article */
article,
article p {
    font-size: 18px;
}

.obl-excrept {
    font-size: 18px;
    background-color: #f9f9f9;
    padding: 43px 20px 16px;
    border-radius: 11px;
    position: relative;
}

.obl-excrept::before,
.obl-excrept::after {
    font-family: var(--icon-font);
    color: var(--secondary-color);
    font-size: 36px;
    position: absolute;
    opacity: 0.3;
    content: "\ea0d";
    top: -5px;
    left: 20px;
}

article ul li {
    list-style: none;
    position: relative;
    margin-left: 0 !important;
}

article ul li::before {
    display: inline-block;
    content: "";
    height: 5px;
    width: 5px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    bottom: 4px;
}

/* experencies */
.box-blog-post .is-divider {
    display: none;
}

.experience_loop_item {
    padding-top: 12px;
    --offset: -10px;
    --offset-revert: calc(0px - var(--offset));
}

.experience_loop_item .post-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.experience_loop_item .box-text {
    padding-top: 18px;
}

.experience_loop_item .box-image {
    position: relative;
    overflow: unset;
}

.experience_loop_item .box-image::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: solid 1px var(--secondary-color);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: all 0.3s;
    will-change: transform, width, height;
    transform: translate(var(--offset), var(--offset));
}

.experience_loop_item:hover .box-image::before {
    -webkit-transform: translate(var(--offset-revert), var(--offset-revert));
    -ms-transform: translate(var(--offset-revert), var(--offset-revert));
    transform: translate(var(--offset-revert), var(--offset-revert));
    width: calc(100% + var(--offset) * 2);
    height: calc(100% + var(--offset) * 2);
}

.button.is-link,
.button.is-underline {
    height: auto;
    padding: 0;
    background: none;
    border-radius: 0;
    font-family: var(--header-font);
    color: var(--header-color);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1rem;
}

.dark .button.is-link,
.dark .button.is-underline {
    color: white;
}

.button.is-link::before,
.button.is-underline::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--secondary-color);
    content: "";
    transition: transform 0.2s ease;
    transform-origin: 0 0;
}

.button.is-link:hover::before,
.button.is-underline:hover::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.box-blog-post .badge-inner {
    background-color: rgb(255 255 255 / 78%);
    color: var(--header-color);
}

.box-blog-post .badge.post-date {
    top: 21px;
    left: 20px;
    height: 80px;
    width: 80px;
    font-size: 23px;
    font-family: var(--header-font);
    pointer-events: auto;
}

.box-blog-post .box-text h5 {
    margin-bottom: 5px;
}

.box-blog-post .box-text h5 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.box-blog-post .box-text h5 a:hover {
    color: #000;
}

.box-blog-post .box-text .post-meta {
    font-size: 15px;
    color: var(--primary-color);
}

.box-blog-post .box-text p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.navigation-block .hide-for-small {
    display: none;
}

.navigation-block .bt,
.navigation-block .bb {
    border: none;
}

.next-prev-nav .flex-col+.flex-col {
    border-left-color: var(--secondary-color);
}

.post_single_page .obelix-slider.post .section-title {
    justify-content: center;
    font-size: 17px;
}

.widget .is-divider {
    display: none;
}

.widget .badge.post-date {
    width: 100px;
    height: 100px;
}

.widget li>.recent-blog-posts {
    align-items: center !important;
}

.collapsed-content-btn {
    text-align: center;
}

.footer-wrapper .col {
    padding-bottom: 0;
}

.hero-banner {
    min-height: 600px;
}

.hero-banner p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
}

footer .company-contact .title {
    display: grid;
    color: var(--fs-color-primary);
    font-size: 18px;
}

footer .company-contact .label {
    color: #000;
    font-size: 15px;
}

footer .obelix-menu-list .obelix-menu-item {
    margin-left: 0;
}

footer .obelix-menu-list .obelix-menu-item a:hover {
    color: green;
}

/* header button */
.transparent .header-button-2 .header-button .plain.is-outline:not(:hover) {
    color: #fff;
}

.transparent .header-button-2 .header-button .plain.is-outline:hover,
.button.is-outline:not(.more-link):hover {
    background: #fff;
    color: #000;
    border-color: #fff;
    opacity: 1;
}

.header-main .nav>li>a {
    color: #7C807E;
}

.header-button {
    color: #fff;
}

.header-button .plain.is-outline:not(:hover) {
    color: #fff;
}

/* hero banner */
.hero-banner .obelix-section-title .section-title-inner {
    margin: 0;
}

.hero-banner .obelix-section-title .section-title-inner .title {
    font-size: 45px;
    padding: 25px 0;
    line-height: 1.3em;
}

.hero-banner .obelix-section-title .section-title-inner .description {
    font-size: 18px;
    padding-bottom: 40px;
}

/* pricing-package */
.goi-uu-dai-loop-item .pricing-package-item {
    background-color: #fff;
    padding: 35px;
    color: #000;
}

.goi-uu-dai-loop-item .pricing-package-item .item-title {
    color: var(--header-color);
    font-size: 28px;
    margin-bottom: 25px;
}

.goi-uu-dai-loop-item .pricing-package-item .item-description {
    color: var(--text-color);
}

.goi-uu-dai-loop-item .pricing-package-item .item-content {
    color: var(--text-color);
}

.goi-uu-dai-loop-item .pricing-package-item ul {
    list-style-image: url("./icons/flower.png");
    padding-left: 15px;

}

.goi-uu-dai-loop-item .pricing-package-item .item-content li {
    list-style: none;
}

.goi-uu-dai-loop-item .pricing-package-item .item-content li::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 20px;
    background-image: url('./icons/flower.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -35px;
    filter: brightness(0) saturate(100%) invert(47%) sepia(40%) saturate(282%) hue-rotate(104deg) brightness(95%) contrast(95%);
}

.goi-uu-dai-loop-item .pricing-package-item .price {
    font-size: 26px;
    font-weight: 500;
}

.goi-uu-dai-loop-item .pricing-package-item hr {
    margin: 20px 0;
}

.goi-uu-dai-loop-item .pricing-package-item .time {
    font-size: 16px;
    color: var(--primary-color);
}

/* section testimonial */
.section-testimonial .testimonial-box {
    padding: 15px;
    background: #060a08;
}

/* section blog */
.post-loop-item {
    background: #e6efeb;
}

.post-loop-item .box-text {
    padding: 20px;
    border: 1px solid #dadfdd;
}

.post-loop-item .blog-post-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.post-loop-item .post-meta {
    order: 1;
}

.post-loop-item .post-title {
    order: 2;
}

.post-loop-item .from_the_blog_excerpt {
    order: 3;
}

.post-loop-item .button {
    order: 4;
}

.post-loop-item h5 a {
    position: relative;
}

.post-loop-item h5 a::before {
    content: "";
    height: 100%;
    width: 2px;
    background: var(--primary-color);
    position: absolute;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: -20px;
}

.post-loop-item .button.is-link span {
    color: var(--primary-color);
}

.post-loop-item .button.is-link::before {
    display: none;
}

/* section service */
.section-service .post-type-dich-vu {
    padding: 45px;
    background: #e6efeb;
    border: 1px solid #dadfdd;
}

.section-service .post-type-dich-vu .obelix-post-list .post-item {
    padding: 15px;
}

.section-service .post-type-dich-vu .dich-vu-loop-item {
    border: 1px solid #dadfdd;
    padding: 20px;
    background: #ddeae3
}

.section-service .post-type-dich-vu .dich-vu-loop-item:hover {
    border-color: var(--primary-color);
}

.box-blog-post .box-text h5 a {
    color: #181818;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 500;
}

.box-blog-post .box-text h5 a:hover {
    color: var(--primary-color);
}

/* About Style 1 */
.obelix-about-1 {
    --block-title-color: var(--title-color);
    --block-text-color: var(--text-color);
}


.obelix-about-1.dark {
    --block-title-color: #ffffff;
    --block-text-color: #ededed;
}

.obelix-about-1,
.obelix-about-1 p {
    color: var(--block-text-color);
}


.obelix-about-1 .subtitle {
    font-size: 16px;
    letter-spacing: .1rem;
    color: var(--sub-title-color);
}

.obelix-about-1 .title {
    font-size: 70px;
    line-height: 1.1;
    color: var(--block-title-color);
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.obelix-about-1 .description {
    color: var(--block-text-color);
}

.obelix-about-1 .icon-box-text h5,
.obelix-about-1 .icon-box-text h4,
.obelix-about-1 .icon-box-text h3 {
    font-size: 1.2rem;
    color: var(--block-title-color);
    margin-bottom: .2rem;
}

.obelix-about-1 .icon-box-text p {
    font-size: 1rem !important;
}

/* bg style */
.custom-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-style-1::before {
    background-image: url("./images/Pattern-sereya.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;
}

.custom-bg.bg-style-1 {
    background-color: #e6efeb !important;
}

.custom-bg.bg-style-1 .custom-section-title .subtitle {
    color: #568673 !important;
}

/* banner-about */
.banner-about .featured-box {
    margin-bottom: 1rem;
}

.banner-about .featured-box .icon {
    background-color: #ddeae3;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #dce3e0;
    border-radius: 99px 99px 99px 99px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-about .featured-box .icon img {
    width: 55px;
    height: auto;
}

.banner-about .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 5em !important;
}

/* footer */
footer .social-icons .icon {
    padding: 0 !important;
    border-radius: 0 !important;
}

footer .social-icons .icon.icon:not(.is-outline) {
    color: #1e2220 !important;
    border: 1px solid #568673 !important;
}

footer .social-icons .icon.icon:not(.is-outline):hover {
    color: #568673 !important;
}

footer .social-icons .icon.icon:not(.is-outline):hover>i {
    color: #fff !important;
}

footer .social-icons .icon.icon:not(.is-outline)>i {
    color: #568673 !important;
}



/* banner info */
.banner-info .sub-title {
    font-size: 50px;
    color: var(--primary-color);
}

.banner-info .title {
    font-size: 21px;
}

.header-button-1 .button {
    padding: 5px 20px;
    background: var(--primary-color);
    border: none;
    color: #fff;
}

/* faq */
.faq .accordion-title {
    border: 1px solid #cdcdcd;
    display: flex;
    padding: 15px;
    align-items: center;
}

.faq .accordion-title span {
    margin-right: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.faq .accordion-title.active {
    border: none;
    background: var(--primary-color);
    color: #fff;
}

.faq .toggle {
    top: unset;
}

.faq .accordion-inner {
    background: transparent;
}

.faq .accordion-item {
    margin-bottom: 25px;
}

/* common */
.header-main .nav>li>a:hover,
.header-main .nav>li.active>a {
    color: #fff;
    background: var(--primary-color);
}

.header-main .nav>li>a {
    border-radius: 99px;
    padding: 5px 15px;
}

.section-gallery .gallery-col {
    margin-bottom: 25px;
}

.button.open-video {
    width: 50px;
    height: 50px;
    border: none;
    line-height: 70px;
    background: #568673;
}

.page-header .text h2,
.page-header .single-post-title {
    font-size: 65px !important;
    color: #4d514f !important;
    font-weight: 500;
    text-align: center !important;
}

.tagcloud a {
    border-radius: 99px;
    padding: 5px 15px;
    background: #fff;
    color: var(--header-color);
    border: 1px solid var(--header-color);
    font-size: 16px !important;
    margin-right: 10px;
}

.widget .tagcloud {
    margin-top: 1rem;
}

.widget .searchform .ux-search-submit {
    padding: 8px 28px;
}

.widget_categories .cat-item {
    border-bottom: 1px solid #eee;
}

.widget span.widget-title {
    border-bottom: none;
}

.widget {
    margin-bottom: 3.5em;
}

.tagcloud a:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* service info */
.widget.service-info {
    background: #76a38b;
    color: #fff;
    padding: 35px;
}

.widget.service-info .company-info {
    margin-bottom: 5px;
}

/* contact */
.contact .contact-wrapper .col-inner {
    padding: 48px;
    background: #fff;
}

.contact .contact-wrapper input,
.contact .contact-wrapper textarea {
    padding: 16px 16px 16px 16px;
    border-radius: 8px;
}

.working-time-wrapper>.col-inner {
    padding: 25px;
    background: #ddeae3;
    border: 1px solid #c5c5c5;
}

.working-time-wrapper>.col-inner h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.working-time-wrapper>.col-inner .work-time {
    padding: 20px 0 0;
    border-top: 1px solid #bfbfbf;
    margin: 0;
}

.working-time-wrapper>.col-inner>.work-time>.col {
    padding: 0;
}

.section-company-info .info-icon-box {
    padding: 70px 10px 10px;
    background: #ddeae3;
    border: 1px solid #c5c5c5;
}

.section-company-info .info-icon-box h3 {
    position: relative;
}

.section-company-info .info-icon-box h3::before {
    font-family: 'fl-icons';
    position: absolute;
    top: -60px;
    transform: translateX(100%);
    left: 0;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    line-height: 50px;
    border-radius: 99px;
    color: #fff;
}

.section-company-info .info-icon-box.map h3::before {
    content: "\e999";
}

.section-company-info .info-icon-box.phone h3::before {
    content: "\e9a1";
}

.section-company-info .info-icon-box.email h3::before {
    content: "\e96a";
}

.obelix-post-container .title-wrap .title {
    font-size: 36px;
    margin-bottom: 0;
}

.capitalize {
    text-transform: capitalize !important;
}


.header-main .sub-menu {
    border-radius: 5px !important;
    background: #1e2220 !important;
}

.header-main .sub-menu li a {
    color: #fff !important;
    border-bottom: none !important;
    padding: 10px !important;
}

.header-main .sub-menu li a:hover {
    color: var(--primary-color) !important;
}

.info-icon-box {
    word-break: break-all;
}

.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none !important;
}

.flickity-page-dots {
    bottom: -25px;
}

.page-header {
    background-color: #e6efeb !important;

}

.page-header .section-bg-overlay {
    background-color: #e6efebd6 !important;
}

.page-header::before {
    content: '';
    background-image: url('./images/Pattern-sereya.png') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.post.post-archive {
    margin-bottom: 0;
}

footer .ux-logo .ux-logo-link {
    padding-left: 0 !important;
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
}

/* .custom-section-title */

.dark .custom-section-title .subtitle {
    color: #fff;
}

.custom-section-title .subtitle {
    text-transform: uppercase;
    color: #568673;
    font-size: 16px;
}

.custom-section-title .title {
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    margin: 0;
    padding: 15px 0;
}

.custom-section-title .description {
    color: var(--block-text-color);
}

.custom-section-title.layout-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-section-title.layout-h .title-group {
    width: 75%;
}

.custom-section-title.layout-h .description {
    width: 50%;
}

.custom-section-title.lg .title {
    font-size: 70px;
    line-height: 77px;
}

.custom-section-title.lg .description {
    font-size: 22px;
}

.custom-section-title.center {
    text-align: center;
}

/* testimonial-block */
.testimonial-block .col:first-child {
    padding-left: 0 !important;
}

.testimonial-block .col:last-child {
    padding-right: 0 !important;
}

.row.obelix-post-list .post-item {
    margin-bottom: 25px;
}


span.widget-title {
    font-size: 24px;
}

.obelix-post-container .title-wrap {
    border-bottom: none;
}

.post-loop-item {
    transition: all .4s ease;
    width: 100%;
}

.post-loop-item:hover img {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}

.faq .toggle i {
    transition: all 0s;
    font-size: 1rem;
    line-height: 1;
    left: 2px;
    top: 1px;
}

.faq .toggle {
    border-radius: 99px;
    background: #acac;
    display: inline-block;
    text-align: center;
    justify-content: center;
    height: 34px;
    width: 34px;
}

.faq .toggle i::before {
    content: '\e95b';
    font-weight: 300;
}

.faq .active .toggle i::before {
    content: '\e935'
}

.recent-blog-posts a {
    font-size: 18px;
}

.contact-map .map-wrapper,
.contact-map .map-wrapper iframe {
    height: 450px;
}

@media only screen and (max-width: 48em) {
    .recent-blog-posts a {
        font-size: 16px;
    }

    .contact-map .map-wrapper,
    .contact-map .map-wrapper iframe {
        height: 300px;
    }

    .contact-wrapper .wpcf7-form {
        text-align: center;
    }

    .contact-wrapper .wpcf7-form .action {
        margin-top: 15px;
    }

    #logo {
        width: 145px !important;
    }

    .custom-section-title {
        text-align: center;
    }

    .custom-section-title .title {
        padding: 15px 0;
        font-size: 32px;
        line-height: 38px;
    }

    .custom-section-title.layout-h {
        display: block;
    }

    .custom-section-title.layout-h .title-group {
        width: 100%;
    }

    .custom-section-title.layout-h .description {
        width: 100%;
    }

    .custom-section-title.lg .title {
        font-size: 40px;
        line-height: 44px;
    }


    .section-company-info .info-icon-box h3::before {
        left: 23%;
    }

    .banner-about .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 0 !important;
    }

    .banner-about .featured-box {
        display: block;
        text-align: center;
    }

    .banner-about .featured-box .icon-box-img {
        width: 100% !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        max-width: 100%;
    }

    .faq .col {
        padding-bottom: 0 !important;
    }

    .header-main .nav>li>a:hover,
    .header-main .nav>li.active>a {
        color: #000;
        background: transparent;
    }

    .medium-logo-center .logo {
        margin: 0;
    }

    .obelix-section-title {
        text-align: center;
        padding: 0 15px;
    }

    .contact .contact-wrapper .col-inner {
        padding: 30px;
    }

    .page-header .text h2,
    .page-header .single-post-title {
        font-size: 40px !important;
    }

    .section-testimonial .icon-box-left {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .section-testimonial .icon-box-left .icon-box-img {
        width: auto !important;
    }

    .dark .obelix-section-title .section-title-inner .description {
        color: #fff;
    }

    .section-service .post-type-dich-vu {
        padding: 15px;
    }

    .mobile-sidebar .social-icons {
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-sidebar .social-icons .icon:not(.is-outline) {
        background-color: var(--secondary-color) !important;
        border: none !important;
        border-radius: 99px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .mobile-sidebar .social-icons .icon:not(.is-outline) {
        background-color: var(--secondary-color) !important;
        border: none !important;
    }

    .mobile-sidebar .social-icons .icon:not(.is-outline) i {
        color: #52320A !important;
    }

    .mobile-sidebar .social-icons .icon:not(.is-outline):hover {
        background-color: #fff !important;
        box-shadow: none;
    }

    .page-header-wrapper .page-title-sub {
        font-size: 14px;
        max-width: 100%;
    }

    .hero-banner {
        min-height: 340px;
    }

    .block-title h2,
    .block-title h3 {
        font-size: 30px;
    }

    .block-title p:nth-child(1) {
        letter-spacing: 0.08rem;
    }

    .header-top .mobile-nav {
        justify-content: space-between;
    }

    .title-wrap .view-more {
        background: none;
        padding: 0;
        color: var(--header-color);
    }

    .title-wrap .view-more i {
        display: inline;
    }

    .row-contact-form {
        margin-top: 0;
    }

    .row-slider .flickity-page-dots {
        bottom: -20px;
    }

    .header-main .logo-left .flex-left {
        right: 0;
        position: absolute;
    }

    .medium-logo-left .flex-right {
        margin-right: 3rem;
    }

    .absolute-footer>.container {
        flex-direction: row;
        justify-content: center;
    }

    .contact-form {
        margin: 0 15px;
        padding: 0 !important;
    }

    .section-company-info .company-info .info {
        margin-left: 0px;
        margin-right: 0;
    }

    .page-header {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .page-header .single-post-title {
        font-size: 30px !important;
    }

    .obelix-section-title .section-title-inner .description {
        color: #000;
    }

    .section-gallery .gallery-col {
        margin-bottom: 0;
    }

    .obelix-about-1 .title {
        font-size: 40px;
    }

    footer .company-description>.col-inner {
        text-align: center;
    }

    footer .company-description .social-icons {
        justify-content: center;
    }

    .mobile-center,
    .mobile-center>.col-inner {
        text-align: center;
    }

    .logo-footer img {
        height: 55px !important;
    }

    .widget {
        margin-bottom: 1em;
    }

    .obelix-post-container .title-wrap .title {
        font-size: 21px;
    }

    span.widget-title {
        font-size: 20px;
    }
}