.box-cta {
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    padding: 5px;
    padding-bottom: 0;
    height: 100%;
}

.box-cta .box-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 204, 81, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.box-cta:hover .box-image:before {
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

.box-cta .box-text {
    padding: 10px 0 20px;
    font-size: 17px;
    color: var(--fs-experimental-link-color);
    text-transform: uppercase;
    font-weight: bold;
}

.row.row-cta {
    margin-top: -150px !important;
    position: relative;
    z-index: 2;
}

.title h2::before {
    content: "";
    display: block;
    background: url(../images/sen.png) center / contain no-repeat;
    width: 51px;
    height: 30px;
    margin-bottom: 5px !important;
}

.title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.text-center h2::before {
    margin: 0 auto;
}

.title p {
    font-size: 16px;
    color: var(--color-brown);
    line-height: 1.5;
}


.box-blog-post .box-text {
    padding: 20px;
    background-color: #fff;
}

.box-blog-post .post-title a {
    margin: 0;
}

.box-blog-post .post-title {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.box-blog-post .post-meta {
    font-size: 14px;
    color: #333;
}

.box-blog-post .post-meta::before {
    content: "\f073";
    font-family: var(--fa-family-classic);
    margin-right: 5px;
}

.box-blog-post .is-divider {
    display: none;
}

.menu-cus a {
    color: var(--color-brown);
}

.menu-cus a:hover {
    color: var(--primary-color) !important;
}

.menu-cus i.ux-menu-link__icon {
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
}

.off-canvas.dark .mfp-content {
    background-color: var(--primary-color);
}

.mfp-ready .mfp-close {
    mix-blend-mode: unset;
    opacity: 1;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    text-transform: none;
    font-size: 16px;
}

.ab-desc h2 img:first-child {
    margin-right: -25px !important;
    -webkit-transform: translate(0px, -10px);
    transform: translate(-26px, -7px);
}

.ab-desc h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.ab-desc p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
}

.gallery-thumb-slider .row {
    flex-wrap: nowrap;
    margin: 0 !important;
}

.gallery-thumb-slider .row.flickity-enabled {
    display: block;
}

.gallery-thumb-slider .row.gallery-main-slider {
    margin-bottom: 20px !important;
}

.gallery-main-slider .gallery-cell.col {
    width: 50%;
    max-width: unset;
    flex-basis: unset;
    padding: 0 5px;
}

.gallery-thumb-nav .thumb-cell.col {
    width: 90px;
    max-width: unset;
    flex-basis: unset;
    padding: 0 5px;
}

.gallery-main-slider img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    filter: opacity(0.5);
    transition: all 0.5s ease;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.gallery-main-slider .is-selected img {
    filter: opacity(1);
}

.thumb-cell.col img {
    height: 80px;
    object-fit: cover;
}

input#hl_input {
    border-radius: 20px;
    box-shadow: unset;
    height: 50px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border: 1px solid var(--primary-color);
    font-size: 14px;
}

button#hl_btn {
    margin: 0;
    background: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 42px;
}

.hl-box-input {
    max-width: 500px;
    margin: 30px auto;
    position: relative;
}

div#hl_suggest {
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    top: 50px;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid var(--primary-color);
}

div#hl_suggest::-webkit-scrollbar {
    width: 5px;
}

div#hl_suggest::-webkit-scrollbar-track {
    background: #f1f1f1;
}

div#hl_suggest::-webkit-scrollbar-thumb {
    background: #888;
}

div#hl_suggest::-webkit-scrollbar-thumb:hover {
    background: #555;
}

div#hl_suggest div {
    padding: 5px 0;
    text-transform: uppercase;
}

div#hl_suggest div:hover {
    background: #eee;
    cursor: pointer;
}

.hl-img {
    height: 100%;
    width: 35%;
}

.hl-img img {
    max-height: 500px;
    object-fit: contain;
    width: 100%;
    background: #fff;
}

div#hl_result {
    margin: 0 auto;
    max-width: 700px;
}

.hl-card {
    display: flex;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: var(--primary-color);
    border-radius: 10px;
    overflow: hidden;
}

.hl-info {
    padding: 20px;
    text-align: left;
    line-height: 1.5;
    color: #fff;
    width: 65%;
}

.hl-info div {
    margin-bottom: 14px;
}

/* accordion  */
.acc-cus .accordion-item {
    margin-bottom: 16px;
    box-shadow: unset;
    background: transparent;
    text-align: left;
    overflow: unset;
}

.acc-cus .accordion-title {
    border-top: 0 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 16px 20px 0 #0000001A;
    padding: 20px !important;
    padding-right: 50px !important;
    position: relative;
    font-size: 16px;
    background-color: #fff;
    font-weight: 600;
    color: var(--color-brown);
    text-align: left;
}

.acc-cus .accordion-title span::before {
    content: "";
    position: relative;
    top: 8px;
    background: url(../images/sen.png) center / contain no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.acc-cus .accordion-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: var(--linear-gradient-6);
    opacity: 0;
}

.acc-cus .accordion-title.active {
    box-shadow: 0 1px 15px 0 #00000026;
    background-color: #fff;
    color: #000;
}

.acc-cus .accordion-title.active::before {
    opacity: 1;
}

.acc-cus .accordion-title .toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    left: auto;
    bottom: auto;
    opacity: 1;
    height: auto;
    transform: translateY(-50%) !important;
}

.acc-cus .accordion-inner {
    padding: 20px;
    color: var(--color-brown);
    font-size: 16px;
}

@media screen and (max-width:850px) {
    .row.row-cta {
        margin-top: -90px !important;
    }

    .box-cta .box-text {
        font-size: 14px;
    }

    .title h2 {
        font-size: 25px;
    }

    .gallery-main-slider .gallery-cell.col {
        width: 100%;
    }

    .hl-card {
        flex-direction: column;
    }

    .hl-info,
    .hl-img {
        width: 100%;
    }
}