/*
Theme Name: Banana
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);
    /* --primary-color-hover: #AEDB2B; */
    --secondary-color: var(--fs-color-secondary);
    /* --secondary-color-hover: #2763DB; */
    --success-color: var(--fs-color-success);
    --alert-color: var(--fs-color-alert);
    --link-color: var(--fs-experimental-link-color);
    --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;
}

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

/* Input */
input:not([type="submit"]):not([type="button"]),
textarea {
    border: 1px solid #fff;
    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: left;
}

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

.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;
}


.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;
}

.box-blog-post .box-text p {
    font-size: 15px;
    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;
}

.footer-wrapper::before {
    content: "";
    background-image: url("./images/ft-divider-2.webp");
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    top: -5px;
}

.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: #fff;
}

.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 .is-divider {}

.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;
}

/* section title */
.obelix-section-title .section-title-inner {
    margin: 0;
    position: relative;
}

.obelix-section-title .is-divider {
    display: flex;
    background-color: transparent;
}

.obelix-section-title .section-title-inner .is-divider::after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: 12px;
    background-image: url('./images/pxl-heading-shap.webp');
    background-repeat: no-repeat;
}


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

.obelix-section-title.style-1 .subtitle {
    color: green;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.obelix-section-title.style-1 .subtitle::before {
    content: "";
    background-image: url('./images/pxl-heading-shap.webp');
    width: 88px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
}

.obelix-section-title.style-1 .title {
    color: #000;
    text-transform: capitalize;
}

/* footer */
footer .follow-icons .button {
    /* padding: 0 35px; */
    border-radius: 99px !important;
    width: 50px;
    height: 50px;
    line-height: 35px;
    margin-right: 10px;
}

footer .ux-logo .ux-logo-link {
    padding: 0 0 25px 0 !important;
}

.is-divider {
    max-width: 55px;
}

.dark .is-divider {
    background-color: var(--secondary-color);
}

.absolute-footer {
    background-color: var(--primary-color) !important;
}

.absolute-footer>.container {
    border-top: 1px solid #3c6255;
    padding-top: 1rem;
    border-top-style: dashed;
}

/* header call us */
.header-call-us a {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 15px;
}

.header-call-us i {
    font-size: 30px;
    border-radius: 16px 16px 16px 16px;
    padding: 10px 13px;
    background-color: green;
}

.header-call-us i:hover {
    background-color: var(--primary-color);
}

.header-call-us .content span {
    font-size: 16px;
}

.header-call-us .content strong {
    font-size: 18px;
}

/* service single */
/* service single */
.service-gallery .image-anchor img {
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.service-widget {
    padding: 30px;
    background: #000;
}

.service-widget .header-title {
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 20px;
    margin-bottom: 2rem;
    font-weight: 600;
}

.service-widget .service-title {
    font-weight: 500;
    line-height: 1.6em;
    display: flex;
    gap: 30px;
    font-size: inherit;
    align-items: center;
    margin-bottom: 1rem;
    background: #fff;
    padding: 10px 20px;
}

.service-widget .service-title:hover {
    background: var(--primary-color);
    color: #fff;
}

.service-widget .service-title:hover .title::after {
    background-image: url(icons/arrow-right-white.svg);
}

/* common */
ol ul {
    margin-left: 10px;
}

.header-nav-main .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none;
}

/* post loop item */
.row.obelix-post-list .post-item {
    margin-bottom: 2rem;
}

/* header slider */
body.home .header-wrapper:not(.stuck) {
    border: none;
    background: transparent !important;
    --header-padding: 10vw;
}

body.home .home-hero .creative-slider {
    overflow: hidden;
}

body {
    --hero-side-space: 5rem
}

.stuck .header-main .nav>li>a {
    line-height: 16px !important;
}

body.home .home-hero::after {
    content: "";
    display: block;
    background-image: url("./images/hero-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100% - 16rem);
    position: absolute;
    top: 0;
}

body.home .home-hero .creative-slider .slide-bg {
    -webkit-animation: burns-in-out 60s linear infinite;
    -khtml-animation: burns-in-out 60s linear infinite;
    -moz-animation: burns-in-out 60s linear infinite;
    -ms-animation: burns-in-out 60s linear infinite;
    -o-animation: burns-in-out 60s linear infinite;
    animation: burns-in-out 60s linear infinite;
}

body.home .home-hero .creative-slider.is-simple .cell-inner .cell-description {
    max-width: 80%;
    color: #ebebeb;
}

body.home .home-hero .flickity-slider {
    background-color: rgb(36, 36, 36);
}

.header-main .top-divider {
    display: block;
    height: 1px;
    width: calc(100% - calc(var(--hero-side-space) * 2 + 2rem)) !important;
    background-repeat: no-repeat;
    border: none;
    opacity: 1;
    margin: 16px auto;
}

.header-bottom.wide-nav {
    padding: 8px 0;
}

.header-bottom.wide-nav .transparent .header-main {
    height: auto !important;
}

.header-main .header-inner,
.header-bottom {
    padding-left: calc(var(--hero-side-space) + 2rem);
    padding-right: calc(var(--hero-side-space) + 2rem);
}

.slider-full-width {
    padding: 0;
}

.home-hero .flickity-prev-next-button::before {
    font-size: 2rem;
}

@keyframes burns-in-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.contact-block .item-text {
    white-space: normal;
}

.contact-block .icon-box-img {
    background-color: #F8C32C;
    width: 55px !important;
    height: 55px !important;
    font-size: 26px;
    border-radius: 50% 50% 50% 50%;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

.contact-block .icon-box-img svg {
    fill: #52320A !important;
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    padding: 0;
}

.header-block .contact-block .item-content,
.header-block .contact-block .item-content a {
    color: white;
    font-size: .85rem;
    white-space: nowrap;
}

.header-block .contact-block .item-content .item-title {
    font-weight: 600;
    font-size: .9rem;
    color: #FFFFFF;
    margin-bottom: 10px;
    opacity: 1;
}

.contact-block .icon-box-left {
    flex-wrap: nowrap;
}

.header-main .header-inner>.flex-col:nth-child(4) {
    margin-right: 4rem;
}

.creative-slider .slider-cell .cell-inner .call-action>.call-action-inner .button,
.theme-btn-1 {
    border-radius: 50px;
    padding: 10px 30px 10px 30px !important;
    background-color: #fff !important;
    border-color: #fff !important;
    color: var(--fs-color-primary) !important;
    min-width: 130px !important;
    display: inline-flex;
    align-items: center;
    padding-right: 84px !important;
    position: relative;
    font-size: 16px !important;
    line-height: 1.5625 !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    text-transform: capitalize !important;
    transition: 300ms cubic-bezier(0.46, 0.23, 1, 1);
    min-height: 42px;
    /* font-size: 18px; */
}

.creative-slider .slider-cell .cell-inner .call-action>.call-action-inner .button:hover,
.home .theme-btn-1:hover {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
    box-shadow: none !important;
}

.creative-slider .slider-cell .cell-inner .call-action>.call-action-inner .button i,
.theme-btn-1 i {
    -webkit-transition: transform 0.5s ease;
    -khtml-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    background-color: var(--fs-color-secondary) !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--fs-color-primary);
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -17.5px;
    font-size: 16px;
}

.creative-slider .slider-cell .cell-inner .call-action>.call-action-inner .button:hover i,
.theme-btn-1:hover i {
    -webkit-animation: readmoreIcon 500ms linear 0s;
    -khtml-animation: readmoreIcon 500ms linear 0s;
    -moz-animation: readmoreIcon 500ms linear 0s;
    -ms-animation: readmoreIcon 500ms linear 0s;
    -o-animation: readmoreIcon 500ms linear 0s;
    animation: readmoreIcon 500ms linear 0s;
}

@keyframes readmoreIcon {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-15px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.home-hero .creative-slider .cell-inner .cell-title {
    font-size: 70px;
    font-weight: 600;
}

.home-hero .creative-slider .cell-inner .cell-title span::after {
    content: "";
    display: block;
    background-image: url("./images/pt-layer.webp");
    background-repeat: no-repeat;
    background-size: contain;
    height: 1rem;
    width: 272px;
    margin: 21px auto 0;
}

.home-hero .creative-slider .slider-cell {
    padding-top: 14rem;
}

.home-hero .creative-slider .slider-wrap .slider-cell .cell-inner {
    max-width: 60%;
    margin: 0 auto;
    top: 0;
    transform: none;
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

/* .home-hero .slider-cell::before,
.home-hero .slider-cell::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 25%;
    height: 61px;
    z-index: 2;
    background-image: url('./images/h2-shape-1.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(40deg) brightness(103%) contrast(101%);

    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

.home-hero .slider-cell::before {
    left: 0;
}

.home-hero .slider-cell::after {
    right: 0;
} */
.home-hero .flickity-page-dots {
    display: none;
}

/* .home-hero .flickity-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url('./images/ss-dv-shape-5-1.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(40deg) brightness(103%) contrast(101%);
    z-index: 2;
} */
.header-bottom .flex-col.flex-grow .nav>li:not(.html)>a {
    background-color: var(--fs-color-primary);
    color: white;
    width: 45px;
    height: 45px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0D401C26;
    border-radius: 50% 50% 50% 50%;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.header-bottom .button.theme-btn-1,
.header-bottom .button.theme-btn-1:hover {
    padding: 10px 60px 10px 35px !important;
    background-color: #ededed !important;
    box-shadow: none;

}

.header-bottom .button.theme-btn-1 i {
    -webkit-transition: transform 0.5s ease;
    -khtml-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    background-color: var(--fs-color-secondary) !important;
    width: 37px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--fs-color-primary);
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -18.5px;
    font-size: 16px;
}

/***** Promo box style *****/
.promo-box-wrap>.col-inner {
    background-color: transparent;
    background-image: linear-gradient(180deg, #1C6932 0%, #0D401C 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 20px;
    margin-bottom: 0px;
    padding: 25px;
}

.promo-boxs {
    padding-top: 25px;
    padding-bottom: 25px;
    border: dashed 1px #FFFFFF33;
    border-radius: 9px;
}

.promo-boxs .icon-box-text p {
    color: #ebebeb;
    margin-top: 18px;
}

/* .theme-slider-4-col{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    width: 100%;
    height: 100%;
  } */
.promo-boxs .flickity-slider .featured-box {
    /* margin: 0 0.15rem; */
    width: 25% !important;
    position: relative;
    cursor: pointer;
    transition: width 0.16s ease-in-out, height 0.16s ease-in-out;
    transition: 0.2s ease;
}

.healthy-boxs .flickity-slider .featured-box {
    /* margin: 0 0.15rem; */
    width: 20% !important;
    position: relative;
    cursor: pointer;
    transition: width 0.16s ease-in-out, height 0.16s ease-in-out;
    transition: 0.2s ease;
}

.healthy-boxs .icon-box-center .icon-box-img .icon::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--fs-color-primary);
    -webkit-transform: rotate(-30deg);
    -khtml-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    -webkit-transition: transform 0.5s ease 0.2s;
    -khtml-transition: transform 0.5s ease 0.2s;
    -moz-transition: transform 0.5s ease 0.2s;
    -ms-transition: transform 0.5s ease 0.2s;
    -o-transition: transform 0.5s ease 0.2s;
    transition: transform 0.5s ease 0.2s;
}

.healthy-boxs .icon-box:hover .icon-box-img .icon::after {
    -webkit-transform: rotate(-40deg);
    -khtml-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.healthy-boxs .icon-box:hover .icon-box-img .icon svg {
    width: 38px;
    height: 38px;
}

.healthy-boxs .icon-box-center .icon-box-img .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    width: 78px;
    height: 78px;
    border: 2px solid var(--fs-color-primary);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.healthy-boxs .icon-box-center .icon-box-img .icon svg {
    width: 36px;
    height: 36px;
}

.healthy-boxs .featured-box .icon-box-text {
    color: var(--fs-color-primary);
    font-weight: 500;
    text-transform: capitalize;
}

.promo-boxs .flickity-slider .featured-box:not(:first-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    border-left: 1px dashed #416f4e;
}

/***** End Promo box style *****/
/***** title style *****/
.heading-title.clip-text>* {
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: left center;
    -webkit-animation: headingClip 10s linear infinite;
    -moz-animation: headingClip 10s linear infinite;
    -ms-animation: headingClip 10s linear infinite;
    -o-animation: headingClip 10s linear infinite;
    animation: headingClip 10s linear infinite;
    background-image: url('./images/bg-clip-text3.webp');
    background-position: 0px 66%;
}

@keyframes headingClip {
    0% {
        background-position: 50% 0;
    }

    100% {
        background-position: 50% 100%;
    }
}

.heading-title.clip-text>* {
    font-size: 7rem;
}

/***** End title style *****/
/* menu */
.stuck .header-bottom {
    padding: 10px 0;
}

/* promo box */
.promo-boxs .icon-box .icon {
    width: 71px;
    height: 71px;
    background-color: var(--secondary-color);
    font-size: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.promo-boxs .icon-box .icon .icon-inner {
    color: #111111 !important;
}

.promo-boxs .icon-box .icon-box-img {
    width: auto !important;
}

.promo-boxs .icon-box .icon svg {
    width: 30px;
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    filter: brightness(0) saturate(100%) invert(16%) sepia(51%) saturate(2471%) hue-rotate(24deg) brightness(89%) contrast(92%);
}

@keyframes zoom-out-in-small {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.5);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.promo-boxs .icon-box:hover .icon svg {
    animation: zoom-out-in-small 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes readmoreIcon-rtl {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-15px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.button.style-1 {
    padding: 14px 35px 14px 35px !important;
    letter-spacing: 1px;
    font-size: 15px;
}

.button.style-1.sm {
    padding: 7px 35px 7px 35px !important;
}

.button.style-1 span {
    margin-right: 35px;
    text-transform: capitalize;
}

.button.style-1.white span {
    color: var(--primary-color);
}

.button.style-1:hover i {
    animation: readmoreIcon-rtl 500ms linear 0s;
}

.button.style-1 i {
    transition: transform 0.5s ease;
    background-color: var(--secondary-color);
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--primary-color);
    position: absolute;
    right: 9px;
    top: calc(50% - 21px);
    font-size: 16px;
    margin-right: 0 !important;
}

/* dich vu loop */
.archive .service-item {
    background: unset;
}

.archive .service-item .item-title a {
    color: #072010;
}

/* .archive .service-item .item-title {
    padding: 30px 0 0;
} */
/* .archive .service-item .service-content {
    padding: 0 0 30px;
} */
.archive .service-item .item-thumbnail>img {
    border-radius: 20px;
}

.archive .service-item .service-content .item-excerpt {
    color: #7b8280;
}

.archive .service-item .button.is-link {
    color: #112919;
}

.service-item {
    background: var(--primary-color);
    border-radius: 20px;
    color: #fff;
}

.service-item .item-title {
    padding: 30px 30px 0;
}

.service-item .item-title a {
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
}

.service-item .service-content {
    padding: 0 30px 30px;
    color: #eee;
}

.service-item .item-thumbnail {
    position: relative;
}

.service-item .item-thumbnail>img {
    height: 300px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.service-item .item-thumbnail .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20px;
    bottom: 25px;
    background-color: var(--secondary-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-item .item-thumbnail .icon img {
    width: 40px;
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    filter: brightness(0) saturate(100%) invert(16%) sepia(51%) saturate(2471%) hue-rotate(24deg) brightness(89%) contrast(92%);
}

.service-item:hover .item-thumbnail .icon img {
    animation: zoom-out-in-small 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.service-item .button.is-link {
    color: #fff;
}

.service-item .button.is-link::before {
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.service-item .button.is-link:hover {
    color: var(--secondary-color);
}

.service-item .button.is-link:hover::before {
    transform: scale(1);
    bottom: 2px;
}

.obelix-post-container a.view-more {
    white-space: unset;
}

.service-section {
    z-index: 2;
}

.service-section::before {
    content: "";
    background-image: url('./images/h2-ss-divider-2.webp');
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
}

.service-section::after {
    content: "";
    background-image: url('./images/h2-ss-divider-3.webp');
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.service-section .bg-fill {
    background-image: url('./images/h2-shape-2.webp');
    background-position: bottom left;
    background-size: 35% auto !important;
    left: -150px;
    bottom: -30px;
    opacity: 12%;
    transform: translate3d(77.168px, -23.121px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}

/* product section */
.product-section::before {
    content: "";
    background-image: url('./images/h2-ss-divider-3.webp');
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
}

.product-section .heading-title.clip-text>* {
    font-size: 5rem;
    font-weight: bold;
}

.product-section .sub-title {
    font-size: 26px;
    color: var(--primary-color);
    max-width: 67%;
    margin: 0 auto 3rem;
}

/* custom-theme-slider healthy-boxs */
.product-section .layer-1 {
    position: absolute;
    top: 30%;
    left: 25px;
    background-image: url('./images/our-sv-img2.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 120px;
    height: 135px;
    z-index: -1;
}

.product-section .layer-2 {
    position: absolute;
    top: 0;
    right: -10rem;
    background-image: url('./images/banana_leaves.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 23rem;
    height: 22rem;
    transform: rotate(299deg);
    z-index: -1;
}

/* header */
.transparent .header-nav-main>li>a {
    color: #ebebeb;
}

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

.header-nav-main li a {
    margin-left: 30px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.header-bottom-nav li a:hover {
    color: var(--primary-color);
}

.header-nav-main.nav-left>li>a::before {
    content: "";
    background-image: url('./icons/rice.svg');
    background-repeat: no-repeat;
    height: 100%;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: scaleY(0) translateY(70%);
    transition: all 0.3s ease;
}

.header-nav-main.nav-left>li.active>a::before,
.header-nav-main.nav-left>li:hover>a::before {
    opacity: 1;
    transform: scaleY(1) translateY(5%);
}

#logo img {
    max-height: 60px !important;
}

.header-nav-main .sub-menu {
    border-radius: 20px !important;
}

.header-nav-main .sub-menu>li>a {
    border: none;
    font-size: 15px !important;
    padding: 8px 5px !important;
}

/* banner 1 */
.banner-1 .main-banner {
    background: var(--primary-color);
    padding: 55px 30px 80px 45px;
    margin-bottom: -50px;
    border-radius: 20px 20px 20px 20px;
    position: relative;
    margin-top: 119px;
}

.banner-1 .main-banner .sub-title {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.banner-1 .main-banner .title {
    line-height: 1.3;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
}

.banner-1 .main-banner .description {
    color: #fff;
    font-size: 16px;
}

.banner-1 .main-banner p {
    margin-bottom: 0.4em;
}

.banner-1 .video-button-wrapper .button {
    position: absolute;
    top: -25px;
    right: -15px;
    width: 55px;
    line-height: 31px;
    height: 55px;
    background-color: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color);
    min-width: unset;
    min-height: unset;
}

.banner-1 .video-button-wrapper .button i {
    font-size: 1em !important;
    color: #fff;
    top: 8px;
}

.banner-1 .youtube-button span+i {
    margin: 0;
    font-size: 25px;
}

.banner-1 .youtube-button span {
    display: none;
}

.banner-1 .youtube-button:hover {
    background-color: var(--primary-color) !important;
    border: 2px solid #fff;
}

.banner-1 .sub-banner {
    position: relative;
    padding: 0;
}

.banner-1 .sub-banner .col-inner {
    position: absolute;
    bottom: 0;
    background: var(--secondary-color);
    padding: 40px 15px 35px 30px;
}

.banner-1 .sub-banner .title {
    font-size: 20px;
    font-weight: 600;
    color: #52320A;
    padding-left: 26px;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
}

.banner-1 .sub-banner .title::before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url('./icons/check.svg');
    background-repeat: no-repeat;
    bottom: 0;
    top: 5px;
}

.banner-1 .sub-banner .description {
    font-size: 16px;
    color: #52320A;
}

/* obelix-section-title */
.obelix-section-title .section-title-inner .subtitle {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
}

.obelix-section-title .section-title-inner .title {
    text-transform: capitalize;
    font-size: 45px;
    line-height: 1.3em;
    margin-bottom: 14px;
}

.obelix-section-title .section-title-inner .description {
    font-size: 16px;
    color: #000;
    max-width: 63%;
    margin: 0 auto;
}

.obelix-section-title.light .section-title-inner .subtitle {
    color: var(--secondary-color);
}

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

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

.obelix-section-title.style-2 .section-title-inner .subtitle {
    color: green;
}

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

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

.obelix-section-title.block-style .section-title-inner .description {
    max-width: unset;
}

/* hoat-dong*/
.hoat-dong-loop-item .post-title {
    color: #fff;
    font-size: 23px;
    text-transform: capitalize;
    position: relative;
}

.hoat-dong-loop-item .overlay {
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 69%)) !important;
}

.hoat-dong-loop-item .post-title::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: var(--secondary-color);
    margin-top: 10px;
}

.hoat-dong-loop-item.box-blog-post .box-text h5 a:hover:hover {
    opacity: 0.75;
    color: #fff;
}

.hoat-dong-loop-item .from_the_blog_excerpt {
    margin-top: 1em;
    color: #eee;
    width: 80%;
    display: inline-block;
}

.hoat-dong-loop-item.post-card-overlay-in .box-text-inner>.cat-label {
    opacity: 1 !important;
}

.hoat-dong-loop-item .box-image,
.hoat-dong-loop-item .box-image img {
    border-radius: 20px;
}

.hoat-dong-loop-item .box-text .cat-label a {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--fs-color-secondary);
    margin-bottom: 8px;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

.hoat-dong-loop-item .box-text h5 a {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

.hoat-dong-loop-item .blog-post-inner .button {
    width: 17%;
    display: inline-block;
    border-radius: 99px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    margin-bottom: 4rem;
    bottom: 25px;
    right: -35px;
}

.hoat-dong-loop-item .blog-post-inner .button span {
    display: none;
}

.hoat-dong-loop-item .blog-post-inner .button::after {
    content: "\e904";
    font-family: 'fl-icons';
    font-size: 18px;
}

/* blog */
.post-loop-item .badge-circle .post-date-day {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    /* padding: 1rem; */
    background-color: var(--secondary-color);
    color: #52320a;
    border: none;
    text-align: bottom;
    display: flex;
    align-items: flex-end;
    font-size: 30px;
}

.post-loop-item .badge-circle .post-date-month {
    border-bottom-left-radius: 99px;
    background-color: var(--secondary-color);
    border-bottom-right-radius: 99px;
    color: #52320a;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.post-loop-item .box-image,
.post-loop-item .box-image img {
    border-radius: 20px;
}

.post-loop-item .cat-label.tag-text_icon {
    justify-content: center;
    padding: 0.5rem 0;
}

.post-loop-item .cat-label i {
    color: var(--primary-color);
    font-size: 16px;
}

.post-loop-item .cat-label a {
    font-size: 14px;
    margin-right: 5px;
}

.post-loop-item .cat-label a:hover {
    color: green;
}

.post-loop-item .cat-label a:not(:last-child)::after {
    content: ",";
}

.post-loop-item .post-title {
    padding: 0.5rem 0 0.5rem;
}

.post-loop-item .box-text h5 a {
    font-size: 23px;
    text-transform: capitalize;
}

.post-loop-item .box-text h5 a:hover {
    color: green;
}

.post-loop-item .blog-post-inner .button {
    border: none;
    padding: 0;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 0.5rem;
}

.post-loop-item .blog-post-inner p {
    color: #6e7673;
}

.post-loop-item .blog-post-inner .button::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-loop-item .blog-post-inner .button:hover {
    color: var(--secondary-color);
}

.post-loop-item .blog-post-inner .button:hover::after {
    bottom: 2px;
}

/* dich vu loop */
.dich-vu-loop-item .badge-circle .post-date-day {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    /* padding: 1rem; */
    background-color: var(--secondary-color);
    color: #52320a;
    border: none;
    text-align: bottom;
    display: flex;
    align-items: flex-end;
    font-size: 30px;
}

.dich-vu-loop-item .badge-circle .post-date-month {
    border-bottom-left-radius: 99px;
    background-color: var(--secondary-color);
    border-bottom-right-radius: 99px;
    color: #52320a;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.dich-vu-loop-item .box-image,
.dich-vu-loop-item .box-image img {
    border-radius: 20px;
}

.dich-vu-loop-item .cat-label.tag-text_icon {
    justify-content: center;
    padding: 0.5rem 0;
}

.dich-vu-loop-item .cat-label i {
    color: var(--primary-color);
    font-size: 16px;
}

.dich-vu-loop-item .cat-label a {
    font-size: 14px;
    margin-right: 5px;
}

.dich-vu-loop-item .cat-label a:hover {
    color: green;
}

.dich-vu-loop-item .cat-label a:not(:last-child)::after {
    content: ",";
}

.dich-vu-loop-item .post-title {
    padding: 0.5rem 0 0.5rem;
}

.dich-vu-loop-item .box-text h5 a {
    font-size: 23px;
    text-transform: capitalize;
}

.dich-vu-loop-item .box-text h5 a:hover {
    color: green;
}

.dich-vu-loop-item .blog-post-inner .button {
    border: none;
    padding: 0;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 0.5rem;
}

.dich-vu-loop-item .blog-post-inner p {
    color: #6e7673;
}

.dich-vu-loop-item .blog-post-inner .button::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dich-vu-loop-item .blog-post-inner .button:hover {
    color: var(--secondary-color);
}

.dich-vu-loop-item .blog-post-inner .button:hover::after {
    bottom: 2px;
}

/* archive service */

.archive-service .dich-vu-loop-item .cat-label.tag-text_icon {
    justify-content: left;
    padding-bottom: 20px;
}


.archive-service .dich-vu-loop-item .box-text h5 a {
    font-size: 30px;
    text-transform: capitalize;
}

.archive-service .dich-vu-loop-item .blog-post-inner .button {
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 14px 35px 14px 35px;
    background-color: var(--primary-color);
    min-width: 130px;
    display: inline-flex;
    align-items: center;
    padding-right: 84px;
    position: relative;
    font-size: 16px;
    line-height: 1.5625;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: 300ms cubic-bezier(0.46, 0.23, 1, 1);
    min-height: 42px;
    margin-top: 30px;
}

.archive-service .dich-vu-loop-item .blog-post-inner .button span::after {
    content: "\e904";
    font-family: 'fl-icons';
    position: absolute;
    right: 15px;
    bottom: 10px;
    background: var(--secondary-color);
    border-radius: 99px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.archive-service .dich-vu-loop-item .blog-post-inner .button::after {
    display: none;
}

.archive-service .dich-vu-loop-item .blog-post-inner .button:hover {
    background-color: #52320a !important;
}

.archive-service .dich-vu-loop-item .blog-post-inner .button:hover span::after {
    -webkit-animation: readmoreIcon 500ms linear 0s;
    -khtml-animation: readmoreIcon 500ms linear 0s;
    -moz-animation: readmoreIcon 500ms linear 0s;
    -ms-animation: readmoreIcon 500ms linear 0s;
    -o-animation: readmoreIcon 500ms linear 0s;
    animation: readmoreIcon 500ms linear 0s;
}

.archive-service .dich-vu-loop-item .cat-label::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #dde3dd;
}

.archive-service .dich-vu-loop-item .cat-label {
    position: relative;
}

.archive-service .dich-vu-loop-item .cat-label::after {
    content: "";
    width: 97px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--secondary-color);
}

.archive-service .dich-vu-loop-item {
    padding-bottom: 30px;
    margin-bottom: 50px;
}

/* archive blog */

.archive-post .post-loop-item .cat-label.tag-text_icon {
    justify-content: left;
    padding-bottom: 20px;
}


.archive-post .post-loop-item .box-text h5 a {
    font-size: 30px;
    text-transform: capitalize;
}

.archive-post .post-loop-item .blog-post-inner .button {
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 10px 35px 10px 35px;
    background-color: var(--primary-color);
    min-width: 130px;
    display: inline-flex;
    align-items: center;
    padding-right: 84px;
    position: relative;
    font-size: 16px;
    line-height: 1.5625;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: 300ms cubic-bezier(0.46, 0.23, 1, 1);
    min-height: 42px;
    margin-top: 30px;
}

.archive-post .post-loop-item .blog-post-inner .button span::after {
    content: "\e904";
    font-family: 'fl-icons';
    position: absolute;
    right: 10px;
    bottom: 6px;
    background: var(--secondary-color);
    border-radius: 99px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--primary-color);
}

.archive-post .post-loop-item .blog-post-inner .button::after {
    display: none;
}

.archive-post .post-loop-item .blog-post-inner .button:hover {
    background-color: #52320a !important;
}

.archive-post .post-loop-item .blog-post-inner .button:hover span::after {
    -webkit-animation: readmoreIcon 500ms linear 0s;
    -khtml-animation: readmoreIcon 500ms linear 0s;
    -moz-animation: readmoreIcon 500ms linear 0s;
    -ms-animation: readmoreIcon 500ms linear 0s;
    -o-animation: readmoreIcon 500ms linear 0s;
    animation: readmoreIcon 500ms linear 0s;
}

.archive-post .post-loop-item .cat-label::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #dde3dd;
}

.archive-post .post-loop-item .cat-label {
    position: relative;
}

.archive-post .post-loop-item .cat-label::after {
    content: "";
    width: 97px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--secondary-color);
}

.archive-post .post-loop-item {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.blog-sidebar .widget {
    border: 1px solid #eeee;
    border-radius: 20px;
}

.blog-sidebar .tagcloud,
.blog-sidebar ul {
    margin-bottom: 5px !important;
}

.blog-sidebar .widget .widget-title {
    padding: 15px 25px;
    color: #fff;
    background: var(--primary-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 16px;
}

.blog-sidebar .widget>*:not(.widget-title) {
    padding: 15px 15px;
}

.blog-sidebar .widget input:not([type="submit"]):not([type="button"]),
textarea {
    border: 1px solid #eee;
}

.blog-sidebar .searchform .flex-row .flex-col:first-child input {
    border-radius: 99px;
}

.blog-sidebar .searchform .flex-row .flex-col:first-child input:hover,
.blog-sidebar .searchform .flex-row .flex-col:first-child input:focus {
    border-color: var(--primary-color);
}

.blog-sidebar .searchform .flex-row .flex-col:nth-child(2) {
    position: absolute;
    right: 10px;
}

.blog-sidebar .searchform .flex-row .flex-col:nth-child(2) button {
    border-radius: 99px !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: flex;
}

.blog-sidebar .searchform .flex-row .flex-col:nth-child(2) button {
    color: #000;
}

.blog-sidebar .searchform .flex-row .flex-col:nth-child(2) button:hover {
    background: var(--primary-color);
    color: #fff;
}

.blog-sidebar .widget .cat-item {
    overflow: hidden;
}

.blog-sidebar .widget .cat-item a {
    width: 100%;
    transform: translateX(-12px);
    transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
    color: #000;
    font-weight: bold;
    padding: 15px 0;
}

.blog-sidebar .widget .cat-item a::before {
    content: "\e926";
    font-family: 'fl-icons';
    font-size: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    color: var(--secondary-color);
    transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
}

.blog-sidebar .widget .cat-item a:hover {
    transform: translateX(0);
    color: green;
}

.blog-sidebar .widget .cat-item a:hover::before {
    opacity: 1;
}

.blog-sidebar .widget .cat-item:not(:last-child) {
    border-bottom: 1px dashed #e9e4df;
}

.blog-sidebar .widget .recent-blog-posts-li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blog-sidebar .widget .recent-blog-posts-li:not(:last-child) {
    border-bottom: 1px dashed #e9e4df;
}

.blog-sidebar .widget .toggle-btn {
    display: none;
}

.blog-sidebar .widget .toggle-btn::before,
.blog-sidebar .widget .toggle-btn::after {
    background-color: #fff;
    opacity: 1 !important;
}

.blog-sidebar .widget.flatsome_recent_posts .bg-fill {
    border-radius: 10px;
}

.blog-sidebar .widget.flatsome_recent_posts a {
    font-size: 16px;
}

.blog-sidebar .widget.flatsome_recent_posts a:hover {
    color: green;
}

.blog-sidebar .tagcloud a {
    margin: 5px;
    flex: 0 0 auto;
    background-color: transparent;
    display: inline-block;
    font-size: 16px !important;
    padding: 4px 22px;
    border: 1px solid rgba(13, 64, 28, 0.15);
    border-radius: 17.5px;
}

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

.post-tags .tag-item {
    margin: 5px;
    flex: 0 0 auto;
    background-color: transparent;
    display: inline-block;
    font-size: 16px !important;
    padding: 0 20px;
    border: 1px solid rgba(13, 64, 28, 0.15);
    border-radius: 17.5px;
}

.post-tags .tag-item:hover {
    background: var(--primary-color);
    color: #fff;
}

.post-tags .tag-separate {
    display: none;
}


.page-header .section-content .text::after,
.page-header .section-content h1.single-post-title::after {
    content: "";
    display: block;
    background-image: url('./images/pt-layer.webp');
    background-repeat: no-repeat;
    background-size: contain;
    height: 1rem;
    width: 273px;
    margin: 0;
}

.page-header .section-content h1.single-post-title::after {
    margin-top: 25px;
}

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

.page-header .section-content .seperator {
    display: none;
}

.page-header .section-content .obelix-breadcrumb .item:not(:last-child)::after {
    content: "\e926";
    font-family: 'fl-icons';
    font-size: 12px;
    margin-left: 6px;
}

/* chung nhan */

.chung-nhan-loop-item .box-text h5 a:hover {
    color: green;
}

.chung-nhan-loop-item {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
}

.chung-nhan-loop-item .box-text {
    padding: 1em;
}

.chung-nhan-loop-item .box-image img {
    height: auto;
}

/* doi tac */
.doi-tac-loop-item .box-image img {
    width: 100%;
    height: auto;
    opacity: 0.75;
}

.doi-tac-loop-item .box-text {
    display: none;
}

.doi-tac-loop-item:hover .box-image img {
    opacity: 1;
}

/* product archive */
.obelix-post-list.san-pham .post-item .col-inner {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
}

.obelix-post-list.san-pham .post-item .box-text {
    padding: 1em;
}

.obelix-post-list.san-pham .box-blog-post .box-text h5 a:hover {
    color: green;
}

/* service single */
.service-info {
    border-radius: 20px;
    background: var(--primary-color);
    padding: 30px !important;
}

.service-info .title {
    font-size: 25px;
    color: var(--secondary-color);
    margin-bottom: 25px;
}

.service-info .content {
    margin-top: 25px;
}

.service-info .description {
    color: #fff;
    margin-bottom: 25px;
}

.service-info hr {
    border-bottom: 1px dashed #fff;
    opacity: 0.6;
}

.service-info .company-info {
    color: #fff;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.service-info .company-info i {
    color: var(--secondary-color);
    margin-right: 15px;
    display: block;
}

footer .service-info {
    padding: 0 !important;
}

.banner-2,
.banner-2 .fill {
    border-radius: 20px;
}

/* faq */
.faq .accordion-item {
    margin-bottom: 30px;
    /* border-style: solid; */
    /* border-width: 1px 1px 1px 1px; */
    /* border-color: var(--primary-color); */
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    /* background: var(--primary-color); */
}

.faq .accordion-title {
    color: #ffffff;
    font-size: 20px;
    background: var(--primary-color);
}

.faq .accordion-title.active {
    color: #fff;
    padding: 20px;
}

.faq.accordion .toggle {
    top: 1.3em;
    color: var(--secondary-color);
    opacity: 1;
}

.faq .accordion-inner {
    padding: 20px;
    border-top: 1px solid #3c6456;
    background: #f3f5f3 !important;
    color: #808784 !important;
    border: none;
}

.faq .accordion-inner p {
    margin-bottom: 0;
}

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

/* contact page */
.obelix-section-title.contact .section-title-inner .is-divider::after {
    left: 0;
}

.obelix-section-title.style-1.contact .subtitle::before {
    display: none;
}

.obelix-section-title.contact .is-divider {
    background-color: unset !important;
}

.service-info.contact-style {
    background: var(--secondary-color);
    gap: 8px;
}

.service-info.contact-style .company-info {
    gap: 8px;
}

.service-info.contact-style .content {
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF80;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 35px 30px 30px 30px;
    margin-top: 0;
    border-radius: 20px;
}

.service-info.contact-style .company-info i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #52320A;
    border-radius: 99px;
    display: flex;
    justify-content: center
}

.service-info.contact-style .company-info .text label {
    font-size: 18px;
    color: #52320A;
}

.service-info.contact-style .company-info .text span {
    color: #52320A;
}

.contact-map {
    margin-bottom: -8px;
}

.contact-banner img {
    border-radius: 20px;
}

.contact-page-side .contact-block {
    flex-direction: column;
    padding: 50px 10px;
    margin: 0 !important;
    border-radius: 20px;
}

.contact-page-side .contact-block>* {
    width: 100%;
    flex-basis: 100%;
    max-width: unset;
}

.contact-page-side .contact-block {
    background-color: var(--fs-color-secondary);
}

.contact-page-side .contact-block * {
    color: #52320A;
}

.contact-page-side .contact-block>div:not(:last-child) {
    margin: 0 25px 25px;

}

.contact-page-side .contact-block .icon-box-img {
    background-color: #52320A;
}

.contact-page-side .contact-block .icon-box-img svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(329deg) brightness(103%) contrast(102%);
}

input:not([type="submit"]):not([type="button"]),
textarea {
    background-color: #0d401c0d;
    border: 1px solid transparent;
    color: #222222;
    padding: 0 24px;
    line-height: 55px;
    height: 55px;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-weight: normal;
    text-align: start;
    outline: none;
    -webkit-border-radius: 27.5px;
    -khtml-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    border-radius: 27.5px;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

.section-company-info .wpcf7-form .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.section-company-info .wpcf7-form .wpcf7-list-item-label {
    color: #000;
    font-size: 16px;
}

.section-company-info .wpcf7-form input[type="checkbox"] {
    padding: 0;
    min-height: 16px !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--secondary-color);
    border: none;
    cursor: pointer;
    margin-top: 3px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    position: relative;
    text-align: center;
    line-height: 1;
    color: var(--heading-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 10px;
}

.section-company-info .wpcf7-form input[type="checkbox"]::after {
    content: "\e959";
    font-family: "fl-icons";
    font-size: 10px;
    opacity: 0;
    color: #000;
    font-weight: bold;
}

.section-company-info .wpcf7-form input[type="checkbox"]:checked::after {
    opacity: 1;
}

.section-company-info .wpcf7-form .action .wpcf7-acceptance label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* footer */
footer .social-icons {
    gap: 0;
}

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

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

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

/* common */
.slider-nav-circle .flickity-prev-next-button {
    background-color: var(--secondary-color) !important;
}


.slider-nav-circle .flickity-prev-next-button:hover {
    background-color: var(--primary-color);
    box-shadow: none;
}

.slider-nav-circle .flickity-prev-next-button:hover::before {
    color: #fff;
}

.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.service-section .obelix-section-title .section-title-inner .description {
    max-width: 100%;
}

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

footer>section {
    padding-bottom: 25px !important;
}

footer {
    z-index: 1;
}

.html .theme-btn-1 {
    margin-right: -25px !important;
    margin: 0;
}

.html .theme-btn-1 span::before {
    content: "\e9a1";
    font-family: var(--icon-font);
    margin-right: 5px;
}

@media only screen and (max-width: 48em) {
    .mobile-sidebar .social-icons {
        display: flex;
        flex-wrap: wrap;
    }

    .promo-boxs .flickity-slider .featured-box:not(:first-child)::after {
        content: none;
    }

    .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;
    }

    .home-hero .creative-slider .slider-wrap .slider-cell .cell-inner {
        max-width: 98%;
    }

    .home-hero .creative-slider .cell-inner .cell-title {
        font-size: 26px;
    }

    .home-hero .creative-slider .slider-cell {
        padding-top: 8rem;
    }

    body.home .home-hero .creative-slider.is-simple .cell-inner .cell-description {
        max-width: 95%;
    }

    body.home .home-hero .creative-slider.is-simple .cell-inner .cell-description span {
        font-size: 16px !important;
    }

    .promo-boxs .flickity-slider .featured-box {
        width: 100% !important;
    }

    .healthy-boxs .flickity-slider .featured-box {
        width: 50% !important;
    }

    .mobile-center .col-inner {
        text-align: center !important;
    }

    .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: 1.5rem;
        position: absolute;
        top: 5px;
    }

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

    .room-filter .filter-wrapper {
        margin: 0;
    }

    .room-filter .filter-action {
        position: relative;
    }

    .mobile-left .col-inner {
        text-align: left;
    }

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

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

    .section-company-info .company-info .info {
        /* padding: 4rem 1rem; */
        margin-left: 0px;
        margin-right: 0;
    }

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

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

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

    .banner-1 .main-banner {
        margin-left: 15px;
        margin-right: 15px;
        z-index: 1;
    }

    .banner-1 .sub-banner .col-inner {
        position: relative;
        padding: 40px 15px 5px 30px;
    }

    .banner-1 .section-content .row .sub-banner:first-child .col-inner {
        padding-top: 100px !important;
    }

    .banner-1 .main-banner .title {
        font-size: 28px;
    }

    .banner-1 .main-banner .sub-title {
        font-size: 18px;
    }

    .banner-1 .youtube-button {
        top: -30px;
        right: -25px;
        padding: 10px;
    }

    .button.style-1 {
        padding: 7px 30px 7px 30px !important;
    }

    .hoat-dong-loop-item.post-card-overlay-in .box-text-inner .post-title a {
        overflow: visible;
    }

    .hoat-dong-loop-item .box-text h5 a {
        font-size: 18px;
        -webkit-box-orient: unset !important;
    }

    .hoat-dong-loop-item .box-text .cat-label a {
        font-size: 16px;
    }

    .hoat-dong-loop-item .box-text-inner {
        bottom: 10px;
    }

    .hoat-dong-loop-item .from_the_blog_excerpt {
        display: none;
    }

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

    body:not(.home) .logo-left .logo a {
        justify-content: flex-start;
        margin-left: 15px;
    }

    .contact-page-side .contact-block>div:not(:last-child) {
        margin: 0 0px 17px;
    }

    .section-company-info .wpcf7-form .action {
        display: block;
    }

    .section-company-info .wpcf7-form .action .button {
        margin-top: 25px;
    }

    .obelix-section-title {
        margin-bottom: 0;
    }

    .product-section .layer-1 {
        display: none;
    }

    .product-section .sub-title {
        font-size: 18px;
        color: #072010;
    }

    .product-section .heading-title.clip-text>* {
        font-size: 2.5rem;
    }

    .doi-tac-loop-item .box-image img {
        opacity: 1;
    }

    body:not(.home) .header-main .header-inner {
        padding-bottom: 0;
    }

    body:not(.home) .header-main,
    .header-main,
    .stuck .header-main.hide-for-sticky {
        display: block;
        height: 60px !important;
    }

    #logo img {
        max-height: 55px !important;
        top: 1px;
        position: absolute;
    }

    .header-wrapper.stuck #logo img {
        max-height: 55px !important;
    }

    .header-main .header-inner {
        padding-top: 15px;
        padding-left: 15px;
    }

    .stuck .header-main .header-inner {
        padding-top: 0;
    }

    .service-gallery .image-anchor img {
        height: 350px;
    }

    .faq .accordion-title {
        font-size: 16px;
        display: flex;
    }

    .faq .accordion-inner p {
        font-size: 15px;
    }

    .faq .accordion-title span {
        max-width: 95%;
    }

    .blog-sidebar .widget .cat-item a::before {
        display: none;
    }

    .blog-sidebar .widget .cat-item a {
        transform: translateX(0);
    }

    .section-company-info .wpcf7-form input[type="checkbox"] {
        height: 23px;
    }

    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
        background-color: var(--primary-color);
    }

    body.obelix-classic-menu .off-canvas .nav-vertical li>a {
        color: #fff;
    }

    .nav-sidebar.nav-vertical>li+li {
        border: none;
    }

    body.obelix-classic-menu .nav-sidebar.nav-vertical .toggle i {
        color: var(--secondary-color);
    }

    body.obelix-classic-menu .nav-vertical:not(.nav-slide) .children,
    body.obelix-classic-menu .nav-vertical:not(.nav-slide) .sub-menu {
        border: none;
        margin: 0;
    }

    .archive-post .post-loop-item .box-text h5 a {
        font-size: 22px;
    }

    .box-blog-post .box-text p {
        font-size: 15px;
    }

    .post-loop-item .badge-circle .post-date-day {
        font-size: 22px;
    }

    .post-loop-item .badge-circle .post-date-month {
        font-size: 16px;
    }

    .archive-service .dich-vu-loop-item {
        margin-bottom: 0;
        padding-bottom: 0;
    }

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

    .section-company-info .wpcf7-form .wpcf7-list-item-label {
        font-size: 14px;
    }

    .contact-form .wpcf7-submit {
        width: 100%;
    }

    footer .gap-divider {
        border-bottom: 1px dashed #315d3e;
    }

    .slider-nav-circle .flickity-prev-next-button {
        width: 40px !important;
    }

    .slider-nav-circle .flickity-prev-next-button::before {
        background-color: #f8c32cbf !important;
        color: #000;
    }

    .header-wrapper.stuck .top-divider {
        display: none;
    }

    .banner-1 .sub-banner .title {
        font-size: 19px;
        text-align: left;
    }

    .obelix-section-title .section-title-inner .title {
        font-size: 34px;
        text-align: center;
        margin-bottom: 10px;
    }

    .obelix-section-title .is-divider {
        display: none;
    }

    .obelix-section-title .section-title-inner .description {
        padding-bottom: 0;
        max-width: unset;
        text-align: center;
    }

    .product-section .layer-2 {
        display: none;
    }

    .hoat-dong-section {
        padding-bottom: 0;
    }

    .product-section .sub-title {
        max-width: unset;
    }

    .width-85 {
        max-width: 100% !important;
    }

    .banner-1 .main-banner {
        margin-top: 50px;
        padding: 55px 30px 55px 43px;
    }

    .service-item .item-thumbnail .icon {
        width: 60px;
        height: 60px;
    }

    .service-item .item-title {
        padding: 30px 20px 0;
    }

    .service-item .service-content {
        padding: 0 20px 30px;
    }

    .company-info .contact-page-side {
        padding: 0;
    }

    .contact-block .icon-box-left {
        align-items: center;
    }

    .contact-block .icon-box-img {
        width: 35px !important;
        height: 35px !important;
    }

    .contact-block .icon-box-img svg {
        width: 0.8em;
        height: 0.8em;
    }

    .contact-page-side .contact-block {
        padding: 40px 14px 10px;
    }

    .section-company-info .obelix-section-title.style-1 .subtitle {
        justify-content: center;
    }
}