/*
Theme Name: Nhật Hạ Spa
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ==================== Beautique Display - Normal ==================== */
a.lich-hen {
    transform: scale(1.3) translateY(-12px);
}
.bb-svc-card__price {
    font-size: 30px !important;
	color: #ff0000 !important;
}
.bb-search__input {
    font-size: 16px !important;
}

@media only screen and (max-width: 768px) {
	.slider-type-service .spa-slide-title {
		font-size: 21px !important;
	}
}
.category .services-two-columns .spa-slide-card {
    width: 100%;
}
.header-wrapper.stuck form.searchform {
    color: #FFFFEA;
}
.header-wrapper.stuck form.searchform input#s {
    border-color: #FFFFEA;
}
.header-wrapper.stuck form.searchform input#s::placeholder {
  color: #fff;
  opacity: 1;
}
.header-wrapper.stuck form.searchform input#s::-webkit-input-placeholder {
  color: #fff;
}
@font-face {
    font-family: 'Beautique Display';
    src: url('assets/fonts/beautique-display/BeautiqueDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('assets/fonts/beautique-display/BeautiqueDisplay-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('assets/fonts/beautique-display/BeautiqueDisplay-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('assets/fonts/beautique-display/BeautiqueDisplay-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('assets/fonts/beautique-display/BeautiqueDisplay-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ==================== Beautique Display Condensed ==================== */
@font-face {
    font-family: 'Beautique Display Condensed';
    src: url('assets/fonts/beautique-display-condensed/BeautiqueDisplayCondensed-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beautique Display Condensed';
    src: url('assets/fonts/beautique-display-condensed/BeautiqueDisplayCondensed-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Beautique Display Condensed';
    src: url('assets/fonts/beautique-display-condensed/BeautiqueDisplayCondensed-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beautique Display Condensed';
    src: url('assets/fonts/beautique-display-condensed/BeautiqueDisplayCondensed-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Beautique Display Condensed';
    src: url('assets/fonts/beautique-display-condensed/BeautiqueDisplayCondensed-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 ,.vicweb-subtitle__ceo{
    font-family: 'Beautique Display', serif !important;
	font-weight: 500;

}
.vicweb-subtitle__ceo{color: var(--fs-color-primary)}
h2{
	font-size: 48px;
}
h3,.vicweb-subtitle__ceo{
	font-size: 32px;
}
body {
    font-size: 17px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    cursor: url('assets/images/cursor.svg') 1 1, auto;
}

body.single-post {
    font-size: 17px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    display: flex;
    max-width: 202px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px 8px;
    border: 1px solid var(--fs-color-primary);
    background: #FFF5E5;
    box-shadow: 10px 20px 48px 0 rgba(46, 28, 14, 0.10);
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li,
ul.sub-menu.nav-dropdown.nav-dropdown-default li a {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #2E1C0E;

}

ul.sub-menu.nav-dropdown.nav-dropdown-default li {
    background-image: url('assets/images/border-pattern.svg');
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: auto 1px;
    padding-bottom: 1px;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li:last-child {
    background: none;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li a {
    margin: 0;
    padding: 12px 0;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li a:hover {
    color: var(--fs-color-primary);
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li.vicweb-view__all-btn a {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    position: relative;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li.vicweb-view__all-btn a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    aspect-ratio: 1/1;
    background: url('assets/images/arrow-right-pri.svg') no-repeat;
}

/* header */
.header:not(.transparent) div#masthead:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: url(assets/images/header-brb.svg);
    background-repeat: repeat-x;
    background-size: cover;
    bottom: 0;
    left: 0;
}

.header-wrapper.stuck .header-main {
    background: rgba(120, 79, 49, 0.90);
    backdrop-filter: blur(12px);
}

.header-wrapper.stuck .header-bg-color {
    background-color: transparent !important;
}

.header-main .nav>li>a {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.header:not(.transparent) .header-main .nav>li>a {
    color: #2E1C0E;
}

.header .stuck .header-main .nav>li>a {
    color: #FFFFEA;
}

.stuck .nav>li.active>a.nav-top-link,
.stuck .nav>li:hover>a.nav-top-link {
    color: #FEE1BF !important;
}

ul.header-nav.header-nav-main.nav.nav-right {
    gap: 32px;
}

/* pagi */
ul.page-numbers li a,
ul.page-numbers li span {
    display: flex;
    width: 48px;
    padding: 12px 10px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 16px 4px;
    border: 1px solid #E3D3C4;
    color: #4D3629;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

ul.page-numbers li {
    margin: 0 8px;
}

ul.page-numbers li a.prev,
ul.page-numbers li a.next {
    border: none !important;
    background: transparent !important;
}

ul.page-numbers li a:hover {
    border: 1px solid #E3D3C4;
    background: rgba(227, 211, 196, 0.20);
    color: #4D3629;
}

ul.page-numbers li a i {
    stroke-width: 1.5px;
    stroke: #4D3629;
    fill: #4D3629;
}

ul.page-numbers li a.prev .icon-angle-left:before {
    background: url('assets/images/simple-prev.svg') center no-repeat;
}

ul.page-numbers li a.next .icon-angle-right:before {
    background: url('assets/images/simple-next.svg') center no-repeat;
}

span.page-number.current {
    border-radius: 16px 4px;
    border: 1px solid #C2A892;
}

/* global btn */

a.button.vicweb-global__btn {
    border-radius: 4px 32px;
    background: #ff0000;
    border: 1px solid #C2A892;
    width: 172px;
    height: 52px;
    line-height: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

a.button.vicweb-global__btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #E3D3C4;
    border-radius: 4px 32px;
    top: 5px;
    left: 5px;
    transition: opacity 500ms ease-in-out;
    z-index: -1;
}

a.button.vicweb-global__btn:hover:after,
a.button.vicweb-global__btn.active:after {
    opacity: 0;
}

a.button.vicweb-global__btn.active.reveal-icon>span {
    transform: translateX(0);
}

a.button.vicweb-global__btn:hover,
a.button.vicweb-global__btn.active {
    box-shadow: none !important;
    color: var(--fs-color-secondary);
    background-color: var(--fs-color-primary);
}

ul.page-numbers.nav-pagination.links.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-angle-right:before {
    content: "";
    display: block;
    width: 18px;
    height: 14px;
    background-image: url(assets/images/arrow-right-pri.svg);
    fill: var(--fs-color-primary);
    background-size: contain;
}

a.button.vicweb-global__btn .icon-angle-right:before {

    background-image: url(assets/images/arrow-right-second.svg);
}

.icon-angle-left:before {
    content: "";
    display: block;
    width: 18px;
    height: 14px;
    background-image: url(assets/images/arrow-left.svg);
    fill: var(--fs-color-primary);
    background-size: contain;
}

a.button.vicweb-global__btn.active i {
    opacity: 1;
}

.vicweb-global__social-fill a {
    display: inline-flex;
    padding: 12px;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px 4px;
    border: 1px solid #E3D3C4;
    color: #4D3629;
}

.vicweb-global__social-fill a:hover {
    border: 1px solid #C2A892;
    background: rgba(227, 211, 196, 0.20);
}

.vicweb-global__social-fill a:focus {
    border: 1px solid #C2A892;
    background: var(--fs-color-primary);
    color: var(--fs-color-secondary)
}

.vicweb-section__bfimage {
    position: absolute;
    width: 312px;
    height: 409px;
    flex-shrink: 0;
    aspect-ratio: 312 / 409;
    left: 0;
    top: 0;
    z-index: -1;
}

/* global classes */
.vicweb-global__radius {
    border-radius: 32px 12px;
    overflow: hidden;
}
.vicweb-large__title {
    margin-bottom: 34px;
}
.vicweb-large__title>* {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
}

.vicweb-ullitag__intro ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 5px;
    color: #4D3629;
}

.vicweb-img__border-overlay .img-inner:before,
.box.vicweb-img__border-overlay .overlay {
    content: "";
    position: absolute;
    width: calc(100% - 12px * 2);
    height: calc(100% - 12px * 2);
    z-index: 2;
    top: 12px;
    left: 12px;
    background: url(assets/images/border-overlay.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.vicweb-img__border-overlay.bg-vertical .img-inner:before,
.box.vicweb-img__border-overlay.bg-vertical .overlay {
    background: url(assets/images/border-overlay-vert.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.box.vicweb-img__border-overlay .text {
    box-shadow: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

.bg-gradient .box-image>div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(77, 54, 41, 0.00) 0%, rgba(77, 54, 41, 0.60) 100%);
}

/* intro page */
.vicweb-ls__left {
    padding-left: 102px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.vicweb-ls__left::before {
    left: 68px !important;
    background-repeat: no-repeat;
}

.vicweb-ls__left.vicweb-ls__haft-line::before {
    height: 50% !important;
}

.vicweb-ls__left .text,
.vicweb-sm__icon-wrap {
    position: relative;
}

.vicweb-ls__left .text:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: -42px;
    top: 0;
    background: url(assets/images/dot-active.svg);
    background-size: cover !important;
}

.vicweb-ls__left .vicweb-sm__icon-wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 32px;
    height: 86.5px;
    background: url(assets/images/sumenh-connect.svg);
    background-size: cover;
    left: -33px;
    top: 0;
}

.vicweb-ls__left .text:after {
    content: "";
    position: absolute;
    display: block;
    width: 56px;
    height: 56px;
    left: -110px;
    top: -20px;
    background: url(assets/images/before-text1.svg);
}

.vicweb-ls__left .text.icon1:after {
    background: url(assets/images/before-text1.svg);
}

.vicweb-ls__left .text.icon2:after {
    background: url(assets/images/before-text2.svg);
}

.vicweb-ls__left .text.icon3:after {
    background: url(assets/images/before-text3.svg);
}

.vicweb-ls__left .text.icon4:after {
    background: url(assets/images/before-text4.svg);
}

.vicweb-img__bgintro {
    width: 413px;
    height: 541px;
    aspect-ratio: 413/541;
}

.vicweb-ls__left .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-right: 32px;
}

/* Base styles */
.vicweb-imgbox__global-wrap {
    position: relative;
    overflow: hidden;
}

.vicweb-img-wrapper {
    position: relative;
    display: block;
}

.vicweb-imgbox__global-wrap.vicweb-img__overlay:hover .vicweb-img-wrapper:before {
    background: linear-gradient(180deg, rgba(77, 54, 41, 0.00) 0%, rgba(77, 54, 41, 0.60) 100%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: background 0.4s ease-in-out;
}

.vicweb-img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.vicweb-img__two_image .img-original {
    position: relative;
    z-index: 1;
    transition: opacity 0.4s ease-in-out;
}

.vicweb-img__two_image .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 2;
}

.vicweb-img__two_image:hover .img-hover {
    opacity: 1;
}

.vicweb-img__overlay .img-original {
    position: relative;
    z-index: 1;
}

.vicweb-img__overlay .img-overlay {
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 12px * 2);
    height: calc(100% - 12px * 2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}

.vicweb-imgbox__global-wrap.vicweb-img__overlay:hover .img-overlay {
    opacity: 1;
}

.vicweb-imgbox__global-wrap.vicweb-img__overlay:hover {
    border-color: transparent;
}

.vicweb-imgbox__global-wrap.vicweb-img__overlay {
    border-radius: 32px 12px;
    overflow: hidden;
    background-color: #FFF5E5;
    border: 1px solid #784F31;
    transition: all 0.4s ease-in-out;

}

.vicweb-imgbox__global-wrap.vicweb-img__overlay .vicweb-img-wrapper>img {
    opacity: 0;
}

.vicweb-imgbox__global-wrap.vicweb-img__overlay:hover .vicweb-img-wrapper>img {
    opacity: 1;
}

.vicweb-img__overlay .img-overlay img {
    width: 100%;
    height: 100%;
}

.vicweb-imgbox__global-wrap.vicweb-img__overlay:hover .vicweb-img-text {
    color: #fff
}

.vicweb-img-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 2;
    transition: color 0.4s ease-in-out;
    line-height: 140%;
    font-family: 'Beautique Display', serif;
}

.vicweb-overlay__icon {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 80px;
    height: 80px;
    z-index: 2;
}

.vicweb-overlay__icon>div {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease-in-out;
}

.icon-hover,
.vicweb-imgbox__global-wrap.vicweb-img__overlay:hover .icon-original {
    opacity: 0;
}

.vicweb-imgbox__global-wrap.vicweb-img__overlay:hover .icon-hover {
    opacity: 1;
}

.vicweb-w-sign img {
    width: 118px;
    height: auto;
    aspect-ratio: 59 / 23;
}
.vicweb-pattern__intropage {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 600px;
    height: 260px;
}

.vicweb-img-wrapper .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
}

/* categories */

div#post-list>.row>.col {
    padding: 24px 15.5px;
}
.vicweb-row__archive-post .col.post-item {
    padding: 0 15px 48px;
}
/* ==========================================
   WRAPPER & CONTAINER
   ========================================== */

.spa-services-slider-wrapper .container {
    max-width: 1400px;
    margin: 0 auto;
}

.spa-slider-container {
    position: relative;
    overflow: hidden;
}

.spa-slider-container .swiper-container {
    overflow: visible;
    padding-right: 60px;
}

.spa-slider-container.at-end .swiper-container {
    padding-left: 60px;
    padding-right: 0;
}

.spa-slider-container .swiper-wrapper {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}


.spa-slide-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.slider-type-service .spa-slide-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
	margin-bottom: 12px;
}

.spa-slide-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
	margin-bottom: 12px
}
.spa-slide-title a{
	display: block
}

.spa-slide-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 20px;

}

.spa-slide-description p {
    margin: 0;
}

.spa-slide-link {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    transition: gap 0.3s;
    align-self: flex-start;
    line-height: 1;
}

.spa-slide-link>* {
    transition: all 200ms ease-in-out;
}

.spa-slide-link:hover svg path {
    fill: #784F31
}

.spa-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.spa-slider-btn {
    margin: 0 !important;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    line-height: 1;
}


.spa-slider-btn:disabled,
.spa-slider-btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: scale(1);
}

.spa-slider-btn:focus {
    outline: none;
}

.spa-slider-pagination-wrapper {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 500;
    white-space: nowrap;
}

.spa-progress-bar {
    flex: 1;
    height: 2px;
    background: #E3D3C4;
    border-radius: 2px;
    overflow: hidden;
}

.spa-progress-fill {
    height: 100%;
    background: #8b6f47;
    width: 33.33%;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.spa-slide-image {
    border-radius: 32px 12px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.spa-slide-image .image-overlay:before {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
    width: 165px;
    height: 110.5px;
    left: 8px;
    top: 8px;
    background: url('assets//images/shape-tl.svg');
}

.spa-slide-image .image-overlay::after {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
    width: 165px;
    height: 110.5px;
    bottom: 8px;
    right: 8px;
    background: url('assets//images/shape-br.svg');
}

.spa-service__icon {
    display: flex;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #C2A892;
    border-radius: 4px 12px 4px 4px;
    overflow: hidden;
    backdrop-filter: blur(6px);
}
.vicweb-title__svmore{
	margin-bottom: 40px;
}
.vicweb-row__serv-related{
	margin-top: 60px;
}
/* Post category tag on image */
.post-category-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 4px 12px 4px 4px;
    border: 1px solid #C2A892;
    background: rgba(120, 79, 49, 0.40);
    backdrop-filter: blur(6px);
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FEE1BF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    transition: all 200ms ease-in-out;
}

.home .spa-slider-container:before {
    display: none;
}

.spa-slider-container:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 245, 229, 0.00) 0%, #FFF5E5 115%);
    position: absolute;
    width: 78px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
}

.post-category-tag:hover {
    background: #784F31;
    color: #FEE1BF
}

.vicweb-partner__wrap>.col>.col-inner {
    padding: 40px 64px;
    border-radius: 48px 16px;
    border: 1px solid var(--fs-color-primary);
    background: rgba(236, 203, 176, 0.10);
    backdrop-filter: blur(12px);
}

.vicweb-under__img-maskg-bottom {
    width: 312px !important;
    height: 330px;
    aspect-ratio: 52 / 55;
    position: absolute;
    right: -150px;
    bottom: -150px;
    z-index: -1;
}

.vicweb-under__img-maskg-top {
    width: 600px !important;
    height: 260px;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: -1;
}

.container.section-title-container .section-title {
    align-items: baseline;
}

.container.section-title-container span.section-title-main {
    border: none;
    padding: 0;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    display: block;
    padding-right: 30px;
}

.section-title b {
    background-color: transparent;
    background: url('assets/images/border-title.svg');
    display: block;
    flex: 1;
    height: 1px;
    opacity: 1;
    background-size: contain;
    background-repeat: repeat-x;
}

/* Post date meta */
.post-meta-date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #4D3629;
    font-size: 13px;
    margin-bottom: 10px;
}

.post-meta-date svg {
    flex-shrink: 0;
}

/* map */
.city-tabs {
    margin-bottom: 30px;
}

.city-tabs-header h3 {
    font-family: "Manrope" !important;
    color: #2E1C0E;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;opacity: 0.8;
}

.city-tabs-nav {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.store-locator-wrapper {
    padding: 15px;
}

.store-locator-wrapper.row>* {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.store-locator-wrapper .city-tab-btn {
    all: unset;
    color: #9C7A63;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
	font-family: "Beautique Display";
    text-transform: capitalize;
}

.city-tab-btn.active {
    color: #784F31;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration-line: underline;
}

.city-panel {
    display: none;
}

.city-panel.active {
    display: block;
}


.store-list::-webkit-scrollbar {
    width: 6px;
}

.store-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.store-list::-webkit-scrollbar-thumb {
    background: #D4A574;
    border-radius: 10px;
}

.store-list-wrapper {
    padding-left: 40px;
    position: relative;
}

.store-list-wrapper::before,
.vicweb-ls__left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: url('assets/images/line-step.svg');
    background-size: cover;
    background-position: center center;
}

.store-item {
    display: flex;
    position: relative;
    padding: 16px;
    align-items: flex-start;
    gap: 32px;
    border-radius: 32px 12px;
    border: 1px solid #E3D3C4;
    background: rgba(236, 203, 176, 0.10);
    box-shadow: none;
}

.store-item:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: -50px;
    top: 50%;
    background: url(assets/images/dot.svg);
    background-size: cover !important;
}

.store-item.active:before {
    background: url(assets/images/dot-active.svg);
}

.store-item.active {
    border-color: var(--fs-color-primary);
    box-shadow: 0 4px 8px 0 rgba(194, 168, 146, 0.20);
}

.store-content {
    display: flex;
    gap: 15px;
}

.store-image {
    flex-shrink: 0;
}

.store-image img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 16px 4px;
    object-fit: cover;
}

.store-info {
    flex: 1;
    min-width: 0;
}

.store-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.store-name {
	font-family: Manrope!important;
    color: #4D3629;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.store-address {
    color: #2E1C0E;
    font-family: "Beautique Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.store-meta {
    gap: 24px;
    margin-bottom: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    opacity: 0;
}

.store-meta img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.store-info a {
    color: var(--fs-color-primary);
    opacity: 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.store-item.active .store-meta,
.store-item.active .store-info a {
    opacity: 1;
}

.store-map {
    overflow: hidden;
    position: sticky;
    top: 20px;
    border-radius: 32px 12px;
    border: 1px solid var(--fs-color-primary);
    box-shadow: 0 0 24px 4px rgba(120, 79, 49, 0.20) inset;
}

.custom-marker-container {
    width: 80px !important;
    height: 100px !important;
    margin-left: -40px !important;
    margin-top: -100px !important;
    background: transparent !important;
}

.custom-marker-container:not(.active) .custom-marker-pin {
    transform: scale(0.5);
}

.custom-marker-pin {
    width: 70px;
    height: 84px;
    background: url('assets/images/mappen.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 200ms ease-in-out;
}

.leaflet-marker-pane .custom-marker-pin img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 99px;
    position: absolute;
    top: 10px;
    left: 12px;
}

.spa-gallery img {
    border-radius: 8px;
}

.entry-content figure {
    margin-bottom: 32px;
}

/* fixed toc */
.single-post #ftwp-container.ftwp-wrap #ftwp-header,
.single-post #ftwp-container.ftwp-wrap #ftwp-list .ftwp-text::before {
    background: #fef1e1;
}

.single-post #ftwp-container.ftwp-wrap #ftwp-contents {
    border-radius: 24px 8px;
    border: 1px solid #E3D3C4;
    margin-top: 110px;
}

.single-post #ftwp-container.ftwp-fixed-to-post {
    position: relative;
    z-index: 99999;
}

.single-post #ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp-icon .ftwp-anchor {
    padding: 8px 16px;
}

#ftwp-container.ftwp-wrap #ftwp-contents #ftwp-header {
    padding: 20px;
}

#ftwp-container.ftwp-wrap .ftwp-icon-number::before {
    top: -2px;
    display: inline-block;
    position: relative;
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp .ftwp-icon-expand {
    display: none;
}
div#content{padding-top:0}
body:not(.vicweb-page__service-single).single div#content {
    padding-top: 100px;
}
body:not(.vicweb-page__service-single).single div#content  .entry-header-text.entry-header-text-top.text-left {
    padding-bottom: 50px;
}
/* Active marker style */
.custom-marker-container.active .custom-marker-pin::before {
    border-color: #8B6F47;
    border-width: 5px;
    box-shadow: 0 6px 25px rgba(139, 111, 71, 0.5);
}

.custom-marker-container.active .custom-marker-pin::after {
    border-top-color: #8B6F47;
}

.leaflet-popup-content-wrapper {
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 2px solid #D4A574;
}

.leaflet-popup-content {
    margin: 15px;
}

.leaflet-popup-tip {
    border-top-color: #D4A574 !important;
}

.popup-content h4 {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 600;
}

.popup-content p {
    margin: 0 0 8px 0;
    font-size: 13px;
    color: #666;
}

.popup-content a {
    color: #D4A574;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}


.vicweb-store__line-list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.spa-slider-container.at-end .vicweb-title__related {
    margin-left: -60px;
}
/* singlepost */
h1.entry-title {
    color: #2E1C0E;
    font-family: "Beautique Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
	margin-bottom: 32px;
}
.vicweb-title__related {
    font-size: 48px !important;
    margin-bottom: 56px !important;
}
.vicweb-nav__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vicweb-nav__wrap>* {
    margin: 0 !important;
}

.vicweb-meta__post,
.vicweb-meta__post * {
    color: #4D3629;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
}

.vicweb-meta__post img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
}

.entry-image img {
    border-radius: 32px 12px;
    border: 1px solid #784F31;
}

div#crumbs {
    display: flex;
    align-items: center;
    color: #CCB69A !important;
    gap: 6px;
    margin-bottom: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

a.vic-home {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#crumbs img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

div#crumbs *:not(.current) {
    color: #CCB69A !important;
}

div#crumbs span.current {
    color: #784F31 !important;
}

.blog-wrapper.blog-single.page-wrapper {
    background: #FFF5E5;
}

.vicweb-right__img {
	position: absolute;
    width: 413px;
    height: 541px;
    top: -79px;
    right: 0;
}
.services-grid-section .section {
    padding-bottom: 90px !important;
}
.off-canvas-right .mfp-content {
    -webkit-overflow-scrolling: touch;
    background-color: #FFF5E5;
    box-shadow: none;
}

.nav-sidebar.nav-vertical>li.menu-item.active,
.nav-sidebar.nav-vertical>li.menu-item:hover {

    background-color: #FFF5E5;
}

.off-canvas .sidebar-menu {
    padding: 64px 0;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 0;
}

.sidebar-menu>ul {
    padding: 0 16px;
}

.sidebar-menu>ul>li {
    background-image: url(assets/images/border-pattern.svg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: auto 1px;
    padding-bottom: 1px;
}

.sidebar-menu .nav-vertical li li {
    padding-left: 0;
}

.nav-vertical>li>ul li a {
    font-weight: 400;
    color: #4D3629;
}

ul.sub-menu.nav-sidebar-ul.children {
    padding-bottom: 0 !important;
}

.sidebar-menu>ul>li .toggle {

    color: #2E1C0E !important;
}

.sidebar-menu>ul>li a {
    padding: 12px 0 !important;
    color: #2E1C0E !important;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: none;
}

/* footer */
.vicweb-footer__wrap {
    padding-bottom: 22px !important;
}
.vicweb-footer__wrap .social-icons.follow-icons.vicweb-custom__svg-icons {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.vicweb-footer__wrap .social-icons.follow-icons.vicweb-custom__svg-icons > span{
	    flex: 1;
}
.font-16 {
    font-size: 16px !important;
}

.vicweb-logo__footer-wrap .img-inner {
    width: 250px !important;
    height: 200px;
    border-radius: 64px;
    background: #482F1D;
    top: -100px;    
	left: calc(30% - 146px / 2);
    position: absolute;
    padding: 30px 0;
}

.vicweb-logo__footer-wrap img {
    width: 220px;
    height: 150px;
    aspect-ratio: 56/75;
}
.vicweb-footer__wrap .vicweb-heading p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.vicweb-footer__wrap .social-icons.follow-icons>span,
.vicweb-footer__wrap .ux-menu-title {
    color: #CCB69A !important;
    font-size: 15px;
    text-transform: capitalize;
}

.vicweb-footer__wrap .ux-menu-title {
    text-transform: capitalize;
}

.vicweb-footer__wrap .ux-menu-link.flex.menu-item {
    font-size: 14px;
    line-height: 160%;
}

.vicweb-svg__border-section {
    position: absolute;
    right: 0;
    top: -164px;
    z-index: 99;
    width: 64px;
    height: 64px;
}
.vicweb-svg__border-section-mb {
    position: absolute;
    right: 0;
    top: -72px;
    z-index: 99;
    width: 24px;
    height: 24px;
}
.vicweb-svg__border-section.sect-footer {
    top: -120px;
}
.vicweb-svg__border-section-mb.vicweb-svg__border-section-home-mb {
    top: -56px;
}
.vicweb-svg__border-section-lb {
    position: absolute;
    left: 0;
    top: -164px;
    width: 64px;
    height: 64px;
    z-index: 2;
}
.vicweb-svg__border-section-lb-mb {
    position: absolute;
    left: 0;
    top: -72px;
    width: 24px;
    height: 24px;
    z-index: 2;
}
.sect-footer-mb {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 99;
    width: 24px;
    height: 24px;
}
.scroll-for-more i.icon-angle-down {
    display: none;
}

.scroll-for-more::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('assets/images/arrow-down-pri.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vicweb-featured__bg .vicweb-large__title {
    font-family: "Beautique Display";
}

.vicweb-featured__bg div#crumbs span.current {
    color: #fff !important
}

.vicweb-featured__bg .vicweb-large__title,
.vicweb-entry__title-heading {
    color: #FEE1BF !important;
}

.vicweb-featured__bg div#crumbs {
    justify-content: center;
}

.vicweb-featured__bg .section-bg-overlay.absolute.fill {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(77, 54, 41, 0.70) 100%);
}

.absolute-footer .footer-primary {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.absolute-footer ul.footer-nav {
    margin: 0;
    border: none;
    padding: 0;
    opacity: 1;
}

.absolute-footer ul.footer-nav a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: none;
    color: #fff;
}

.copyright-footer {
    color: #CCB69A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.absolute-footer ul.footer-nav li {
    border-right: 1px solid rgb(227 211 196 / 30%);
    padding-right: 10px;
}

.absolute-footer ul.footer-nav li:last-child {
    border: none;
}

a.ux-menu-link__link.flex {
    align-items: center;
}

a.ux-menu-link__link.flex svg {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    margin-right: 8px;
    display: inline-block;
}

/* iconbox */
.icon-box.vicweb-sm__icon-wrap .icon-box-text {
    padding: 24px 32px;
    border-radius: 32px 12px;
    border: 1px solid var(--fs-color-primary);
    font-size: 15px;
    overflow: hidden;
    position: relative;
    transition: all 200ms ease-in-out;
}

.icon-box.vicweb-sm__icon-wrap:hover .icon-box-text {
    border: 1px solid var(--fs-color-primary);
    background: var(--fs-color-primary);
    color: #CCB69A;
}

.icon-box.vicweb-sm__icon-wrap h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #4D3629;
}

.icon-box.vicweb-sm__icon-wrap:hover h3 {
    color: #FEE1BF;
}

.icon-box.vicweb-sm__icon-wrap .icon-box-text:after {
    position: absolute;
    content: "";
    width: 211.673px;
    height: 260.533px;
    aspect-ratio: 211.67 / 260.53;
    background: url('assets/images/Vector-sumenh.svg');
    top: 10px;
    right: 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

/* slide history */
.post-meta-date img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
}

.timeline-slider-wrapper {
    position: relative;
    width: 100%;
}

.timeline-slider-nav,
.slider-controls-related {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 99;
}

.slider-controls-related {
    top: 0;
    margin-top: 0;
}

.timeline-slider-nav .timeline-nav-btn,
.slider-controls-related .spa-slider-btn {
    display: flex;
    padding: 12px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    border-radius: 16px 4px;
    border: 1px solid var(--fs-color-primary);
}

.timeline-slider-nav .timeline-nav-btn[disabled],
.slider-controls-related .spa-slider-btn[disabled] {
    border: 1px solid #E3D3C4;
    opacity: 1;
}

.timeline-slider-nav .timeline-nav-btn:not([disabled]):hover,
.slider-controls-related .spa-slider-btn:not([disabled]):hover {
    border: 1px solid var(--fs-color-primary);
    background: var(--fs-color-primary);
}

.timeline-slider-nav .timeline-nav-btn:not([disabled]):hover svg,
.slider-controls-related .spa-slider-btn:not([disabled]):hover svg {
    fill: #FEE1BF;
}

.timeline-slider-nav .timeline-nav-btn[disabled] svg,
.slider-controls-related .spa-slider-btn[disabled] svg {
    fill: #CCB69A;
}

.timeline-nav-btn svg,
.slider-controls-related .spa-slider-btn svg {
    fill: var(--fs-color-primary);
}

.vicweb-custom__slider-swp {
    position: relative;
    overflow: hidden;
}

.timeline-slider-inner {
    padding-right: 60px;
}

.vicweb-custom__slider-swp.end .timeline-slider-inner {
    padding-left: 60px;
    padding-right: 0;
}

.vicweb-custom__slider-swp .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: auto;
}

.vicweb-custom__slider-swp:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url('assets/images/header-brb.svg');
    left: 0;
    bottom: 115px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.vicweb-custom__slider-swp .box-text.text-center:before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: url('assets/images/dot-active.svg');
    top: -45px;
    left: calc(50% - 25px / 2);
    background-repeat: no-repeat;
    background-size: contain;
}

.vicweb-custom__slider-swp .box.has-hover {
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.vicweb-custom__slider-swp .box-text.text-center {
    height: 84px;
    color: #2E1C0E;
    font-family: "Beautique Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.vicweb-custom__slider-swp .box-text.text-center h3 {
    color: #784F31;
    font-family: "Beautique Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.vicweb-title__hidden-line .section-title b {
    display: none;
}

/* single dich vu */
.vicweb-page__service-single #content {
    padding: 0;
}

.vicweb-page__service-single .vicweb-share__single-col .social-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #2E1C0E;
}
.vicweb-border__single-service img {
    width: 100%;
    object-fit: cover;
    min-height: 1px;	
}
.vicweb-border__single-service.row.row-collapse {
    display: flex;
    justify-content: center;
}
.vicweb-border__single-service {
    margin-top: 70px;
}
/* cate dichvu */
.category-description {
    max-width: 1440px;
    color: #4D3629
}
section.category-header-section.section {
    padding-top: 100px;
}
.category-description h1 { 
    font-family: "Beautique Display";
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
	margin-bottom: 24px;
}

.services-two-columns {
    display: flex;
    gap: 0;
    position: relative;
}

.services-two-columns::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: url('assets/images/line-dichvu.svg');
    z-index: 1;
    background-repeat: repeat-y;
    background-size: contain;
}

.vicweb-img__section-lefttop {
    max-width: 362px;
    height: 230px;
    position: absolute;
    top: -100px;
    left: 0;
}

.services-two-columns .column {
    flex: 1;
    width: 50%;
}

.services-two-columns .column-left {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
}

.services-two-columns .column-right {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.services-two-columns .spa-slide-card {
    padding: 30px 0;
    max-width: 600px;
}

.border-svg {
    width: 100%;
    margin-top: 40px;
}

.border-svg img {
    width: 100%;
    height: 1px;
}

.services-two-columns .column .spa-slide-card:last-child .border-svg {
    display: none;
}

.vicweb-share__single-col .social-icons a {
    display: flex;
    justify-content: center;
	align-items: center;
    width: 48px;
    height: 48px;
    padding: 12px;
    margin: 0;
    margin-right: 10px;
    gap: 16px !important;
    border-radius: 16px 4px;
    border: 1px solid #E3D3C4;
    background: #FFF5E5;
    color: #4D3629;

}

.vicweb-share__single-col .social-icons a:hover {
    border: 1px solid #C2A892;
    background: rgba(227, 211, 196, 0.20);
    color: #4D3629
}

.vicweb-share__single-col .social-icons a:focus {
    border: 1px solid #C2A892;
    background: #784F31;
    color: #FEE1BF;
}

.vicweb-page__service-single .vicweb-svg__border-section {
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 1;
}

.vicweb-row__gap32>.col {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
}
.vicweb-partner__wrap .vicweb-large__title {
    margin-bottom: 0;
}
.section.vicweb-sect__global-pd {
    padding-top: 100px;
    padding-bottom: 90px;
}
.post{margin: 0!important}
@media screen and (min-width: 768px) {
    #ftwp-container-outer {
        display: none;
    }

    .column-right {
        padding-top: 150px
    }

    .vicweb-share__single-col .social-icons {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .vicweb-share__single-col .social-icons a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	.vicweb-row__service-home .large-9 {
        flex-basis: calc(100% - 405px);
        max-width: calc(100% - 405px);
    }
	.vicweb-row__service-home .large-3 {
        flex-basis: 405px;
        max-width: 350px;
    }
}

@media only screen and (max-width: 48em) {
    .vicweb-right__img {
        width: 134px;
        height: 175px;
        aspect-ratio: 134/175;
        top: 0;
        right: 0;
    }

    .timeline-slider-nav {
        top: auto;
        bottom: 0;
        width: 100%;
        justify-content: space-between;
    }

    .store-map {
        height: 400px !important;
        margin-top: 20px;
    }

    .store-list {
        max-height: none !important;
    }

    .store-content {
        flex-direction: column;
    }

    .spa-slide-title {
        font-size: 24px;
    }

    .services-grid-section .spa-slide-content {
        padding: 0;
    }

    .spa-progress-bar {
        width: 80px;
    }

    body {
        font-size: 17px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
    }

    .vicweb-row__gap32>.col {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 16px;
    }

    .vicweb-large__title>*,
    .container.section-title-container span.section-title-main {
        font-size: 32px !important;
    }

    .vicweb-overlay__icon {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 48px;
        height: 48px;
        z-index: 2;
    }

    .vicweb-img-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        bottom: 16px;
        left: 16px;
    }


    .vicweb-section__bfimage {
        width: 117px;
        height: 153px;
        flex-shrink: 0;
        aspect-ratio: 13 / 17;
        padding: 0 !important;
        z-index: -1;
    }

    .vicweb-img__mb-square .img-inner,
    .vicweb-img__mb-square .box-image {
        padding-top: 100%;
        background-position: 50% 50%;
        background-size: cover;
        height: auto;
        position: relative;
    }

    .vicweb-img__mb-square .img-inner img,
    .vicweb-img__mb-square .box-image img {
        bottom: 0;
        font-family: "object-fit: cover;";
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .vicweb-img__mb-square.bg-vertical .img-inner::before,
    .box.vicweb-img__border-overlay.vicweb-img__mb-square .overlay {
        background: url(assets/images/border-overlay-square.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* intro */
    .vicweb-ls__left::before {
        left: 15px !important;
    }
    .vicweb-ls__left {
        padding-left: 35px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .vicweb-ls__left .text:before {
        left: -28px;
    }

    .vicweb-ls__left .text {
        padding-right: 0;
        padding-top: 45px;
    }

    .vicweb-ls__left .text:after {
        left: -10px;
        top: -15px;
    }

    .vicweb-ls__left.vicweb-ls__haft-line::before {
        background-repeat: no-repeat;
        background-position: top;
    }

    .vicweb-ls__left .vicweb-sm__icon-wrap:before {
        width: 20px;
        height: 86.5px;
        left: -20px;
    }

    .vicweb-img__mleft {
        margin-left: -36px !important;
        width: calc(100% + 35px) !important;
    }

    .vicweb-w-sign img {
        width: 88px;
        height: 34px;
        aspect-ratio: 44 / 17;
    }

    .vicweb-img__bgintro {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .timeline-slider-inner {
        padding-right: 30px;
    }

    .vicweb-custom__slider-swp.end .timeline-slider-inner {
        padding-left: 30px;
        padding-right: 0;
    }

    .vicweb-partner__wrap.ceo>.col>.col-inner {
        padding: 20px 16px;
        text-align: center;
    }

    .services-two-columns {
        flex-wrap: wrap;
    }

    .services-two-columns::before {
        display: none;
    }

    .services-two-columns .column {
        flex: 1;
        width: 100%;
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .services-two-columns .spa-slide-card {
        padding: 12px 0;
    }

    .border-svg {
        margin-top: 0;
    }

    .vicweb-mb__center {
        text-align: center;
        margin-top: 68px;
    }

    .vicweb-footer__wrap .social-icons.follow-icons>span {
        display: block;
        margin-bottom: 10px;
    }

    .category-description h1 {
        font-size: 32px !important;
    }

    .services-grid-section {
        padding-top: 0 !important;
    }

    .vicweb-page__service-single .vicweb-featured__bg {
        min-height: 515px !important;
    }

   
    #crumbs a,
    #crumbs span {
        font-size: 14px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
    }

    .show-for-small.col.vicweb-featured__image-thumb-service {
        position: absolute;
        bottom: -80px;
    }

    .vicweb-page__service-single .breakcumb-page {
        text-align: left;
    }

    .vicweb-page__service-single .vicweb-featured__bg div#crumbs {
        justify-content: flex-start;
    }


    .vicweb-page__service-single .vicweb-featured__bg .bg-top {
        filter: blur(8.600000381469727px);
    }

    .vicweb-page__service-single .vicweb-featured__bg .title-overlay {
        opacity: 0.4;
        background-color: #482F1D !important;
    }

    .store-image {
        display: none;
    }

    h1.vicweb-entry__title-heading {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    h1.entry-title {
        font-size: 32px;
    }

    #header .stuck .header-main {
        height: 64px !important;
    }

    #logo a {
        max-width: 114px !important;
    }

    .absolute-footer .footer-primary {
        flex-wrap: wrap;
        justify-content: center;
    }

    .absolute-footer ul.footer-nav a {
        font-size: 13px;
    }

    .absolute-footer .container {
        padding: 0;
    }
	.social-icons.share-icons.share-row.relative.vicweb-custom__svg-icons {
		display: flex;
		align-items: center;
	}
	h3{
		font-size: 24px;
	}
	h2{
		font-size: 32px;
	}
	.vicweb-title__related {
		font-size: 32px !important;
		margin-bottom: 32px !important;    
		text-align: center;
		margin-left: 30px;
	}
	body:not(.vicweb-page__service-single) div#content .entry-header-text.entry-header-text-top.text-left{
		padding-bottom:32px!important
	}
	.vicweb-border__single-service{margin-top: 48px}
	.single-post #ftwp-container.ftwp-wrap #ftwp-contents{margin-top:0}
	body:not(.vicweb-page__service-single).single div#content{
		padding-top: 56px;
	} 
	section.category-header-section.section {
		padding-top:56px;
		padding-bottom: 0
	}
	.spa-slide-card:first-child {
		padding-top: 0;
	}
	.col.medium-9.small-12.large-9.vicweb-share__single-col {
		padding-bottom: 0;
	}
	a.button.vicweb-global__btn {
		width: 159px;
		height: 48px;
		padding: 0;
	}
	.icon-box-img {
		margin: 0 auto 20px !important;
	}
	.col.vicweb-global__col-mb0 {
		padding-bottom: 0 !important;
	}
	.vicweb-large__title {
		margin-bottom: 20px;
	}
	.container.section-title-container .section-title{
		margin-bottom: 0
	}
	.vicweb-imgbox__global-wrap.vicweb-img__overlay,.vicweb-global__radius {
		border-radius: 24px 8px;
	}
	.spa-slider-controls{
		display: none
	}
	.vicweb-heading__mb--center {
		text-align: center !important;
	}
	.vicweb-partner__wrap>.col>.col-inner {
		padding: 20px 16px;
		border-radius: 20px 8px; 
	}
	.vicweb-partner__wrap-mb {
		margin: 0 40px;
	}
	.vicweb-partner__wrap-mb {
		 display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 48px;
	  }

	  .vicweb-partner__wrap-mb > div {
		  flex: 0 0 calc((100% - 48px) / 2); 
		  min-width: calc((100% - 48px) / 2);
		  scroll-snap-align: start;        
		  margin: 0 !important;
	  }
	.vicweb-svg__border-section,.vicweb-svg__border-section-lb{
		display: none
	}
	.vicweb-footer__wrap .vicweb-heading p{
		color: #FEE1BF;
		text-align: center; 
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 160%;
	}
	.vicweb-footer__wrap .social-icons.follow-icons.vicweb-custom__svg-icons {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.vicweb-footer__wrap .social-icons.follow-icons.vicweb-custom__svg-icons > span {
		flex: 1;
		flex-basis: 100%;
	}
	.absolute-footer.dark.medium-text-center.small-text-center {
		padding: 20px 0;
	}
	.absolute-footer .footer-primary {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
	
	.vicweb-logo__footer-wrap img {
		width: 150px;
		height: 110px;
		flex-shrink: 0;
		aspect-ratio: 86 / 115;
	}
	.vicweb-logo__footer-wrap .img-inner {
		width: 150px !important;
		height: 147px;
		border-radius: 64px;
		background: #482F1D;
		top: -92px;
		left: calc(50% - 150px / 2);
		position: absolute;
		padding: 16px 12px;
	}
	.vicweb-title__mb-center .section-title {
		justify-content: center;
	}
	.container.section-title-container span.section-title-main{padding-right: 0}
	.vicweb-custom__slider-swp .box-text.text-center:before{
		top: -22px;
	}
	.vicweb-custom__slider-swp .box.has-hover {
		gap: 48px;
	}
	.vicweb-custom__slider-swp:before {
    	bottom: 88px;
	}
	.vicweb-custom__slider-swp img ,.entry-image img{
		border-radius: 24px 8px;
		overflow: hidden;
	}
	.large-1.col.vicweb-share__single-col,.vicweb-layout__single-global >.large-8.col.small-col-first {
		padding-bottom: 0;
	}
	.store-locator-wrapper.row {
		padding-top: 0;
		padding-bottom: 0;
	}
	.city-tabs {
		margin-bottom: 32px;
	}
	.store-list-wrapper {
		padding-left: 14px; 
	}
	.store-item:before{
		left: -25px
	}
	.store-list {
		gap: 16px;
	}
	.store-locator-wrapper.row .col.medium-7.small-12 {
		padding-bottom: 0;
	}
	.section-title b{display: none}
	.spa-gallery {
		padding: 0 15px;
	}
	.spa-gallery > .col {
		padding: 0 4px 8px;
	}
	.services-grid-section .section {
		padding-bottom: 50px !important;
	}
	.spa-slide-image{
		border-radius: 24px 8px;
	}
	
	.services-two-columns .column.column-right .spa-slide-card:last-child .border-svg{display: none;}
	.services-two-columns .column .spa-slide-card:last-child .border-svg{display: block;}
	.section.vicweb-sect__global-pd {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.vicweb-row__serv-related,.related-posts-wrapper {
		margin-top: 48px!important;
	}
	.vicweb-title__svmore{margin-bottom: 32px}
	.vicweb-title__center-mb.vicweb-title__svmore > * {
		text-align: center;
	}
	.spa-slide-image .image-overlay:before{
		background: url(assets//images/shape-tl-mb.svg);
	}
	.spa-slide-image .image-overlay::after {
		background: url(assets//images/shape-br-mb.svg);
	}
	.vicweb-row__archive-post .col.post-item {
		padding: 0 15px 24px;
	}
	
}

.bb-svc-card__name {
  /* font-family: Be Vietnam Pro !important;*/
}

.services-featured {
    margin-bottom: 40px;
}

.category-description--bottom {
    margin: 60px 0 40px;
}

.vicweb-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.vicweb-services-grid .spa-slide-card {
    padding: 0;
    max-width: 100%;
}

.vicweb-services-grid .spa-slide-card .border-svg {
    display: none;
}

.vicweb-services-grid .spa-slide-title {
    font-size: 20px;
}

.vicweb-loadmore-wrap {
    text-align: center;
    margin-top: 40px;
}

.vicweb-loadmore-btn.is-loading {
    opacity: .7;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .vicweb-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 549px) {
    .vicweb-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
