:root {
    --color-red: #ec2d3f;
    --clr-text-white: #ffffff;
    --clr-text-primary: #1a1a1a;
    --clr-text-secondary: #333333;
    --clr-text-hvr: #AD2344;
    --clr-web-btn: #017540;
    --clr-brand-primary: #4AA358;
    --clr-brand-secondary: #017540;
    --clr-brand-third: #1B8632;
    --clr-brand-pointed: #AD2344;
    --clr-brand-linear: linear-gradient(90deg, #DFA84B 0%, #82591B 25%, #DFA84B 50%, #82591B 75%, #DFA84B 100%);
    --font-special-m: 'RKAstonScript';
    --font-special-s: '';
}
img {
    display: inline-block;
    max-width: 100% !important;
    height: auto !important;
}
@font-face {
  font-family: "RKAstonScript";
  src: url("../fonts/RKAstonScript.woff2") format("woff2"),
  url("../fonts/RKAstonScript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-Bold.woff2") format("woff2"),
  url("../fonts/Fahkwang-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-BoldItalic.woff2") format("woff2"),
  url("../fonts/Fahkwang-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-SemiBold.woff2") format("woff2"),
  url("../fonts/Fahkwang-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-SemiBoldItalic.woff2") format("woff2"),
  url("../fonts/Fahkwang-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-Medium.woff2") format("woff2"),
  url("../fonts/Fahkwang-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-MediumItalic.woff2") format("woff2"),
  url("../fonts/Fahkwang-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-Regular.woff2") format("woff2"),
  url("../fonts/Fahkwang-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-Light.woff2") format("woff2"),
  url("../fonts/Fahkwang-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-LightItalic.woff2") format("woff2"),
  url("../fonts/Fahkwang-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-Italic.woff2") format("woff2"),
  url("../fonts/Fahkwang-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-ExtraLight.woff2") format("woff2"),
  url("../fonts/Fahkwang-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url("../fonts/Fahkwang-ExtraLightItalic.woff2") format("woff2"),
  url("../fonts/Fahkwang-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
body {
    max-width: 1920px;
    font-family: 'Fahkwang' !important;
    font-size: 14px;
    color: var(--clr-text-primary);
    margin: 0 auto;
}
.w-menu {
    min-width: 1349px;
}
.menu {
    padding-top: 13px;
    background: linear-gradient(to bottom, #621d1c, transparent);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
.wrap-content {
    max-width: 1200px;
    margin: auto;
    width: calc(100% - 30px);
}
.menu .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.menu ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
.menu ul.ul-left {
    width: 10%;
}
.logo-header {
}
.logo-header img {
    max-width: 100%;
    height: auto;
}
.menu ul.ul-right {
    width: 82%;
    padding-top: 25px;
}
.menu ul.ul-right li {
    position: relative;
    z-index: 1;
}
.menu ul.ul-right li a {
    display: block;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    padding: 0;
    font-family: 'Fahkwang', serif;
    text-transform: capitalize;
    text-decoration: none !important;
    height: 100%;
}
.menu ul.ul-right li a.active, .menu ul.ul-right li:hover>a {
    color: #d5a375;
}
li.search-icon {
    width: 16px;
    height: 16px;
    background: url(../images/search-icon.png) no-repeat;
    cursor: pointer;
}
.datban-menu {
    background: #deb057;
    padding: 5px 10px !important;
    border-radius: 10px;
}

.slideshow {
    position: relative;
}
.video-slide {
    max-height: 100vh;
}
.video-slide video {
    width: 100%;
    object-fit: cover;
}
.search2 {
    width: 230px;
    background: #ffffff;
    position: absolute;
    bottom: -35px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .5s;
}
.search2.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.info-slider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    width: 100%;
}
.owl-slideshow .owl-item .info-slider * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.title-slider {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 50px;
    margin-bottom: 10px;
}
.desc-slider {
    color: #fff;
    font-size: 57px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 0;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.btn-slides {
    display: flex
    ;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.owl-slideshow .owl-item.active .slider-animated-2 .btn-slides {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.owl-slideshow .owl-item.active .slider-animated-2 .desc-slider {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.btn-slide {
    display: block;
    width: 143px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    margin: 0 8px;
}
.btn-slide1 {
    background: #c21a1f;
}
.btn-slide span {
    text-transform: capitalize;
}
.btn-slide1 span {
    color: #fff;
}

.btn-slide2 {
    background: #fff;
}
.btn-slide2 span {
}
.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2);
}
.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex
    ;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.control-slideshow button {
    width: 30px;
    height: 40px;
}
.control-owl button.owl-prev {
    left: 10px;
}
.control-owl button.owl-next {
    right: 20px;
}
.intro {
    padding: 30px 0px 90px;
}
.wrap-content {
    max-width: unset;
    width: min(100% - var(--space-x, 2rem), var(--w, 1300px));
    margin: 0 auto;
}
.intro__inner {
    --w: 1920px;
    --space-x: 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 1.5rem;
}
.intro__left {
    width: 31.145833%;
}
.hvr-double-box {
    overflow: hidden;
    position: relative;
    display: block;
}
.hvr-double-box:before, .hvr-double-box:after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none;
}
.hvr-double-box:before {
    bottom: 0;
    left: 0;
    z-index: 3;
}
.hvr-double-box:after {
    top: 0;
    right: 0;
    z-index: 2;
}

.intro__center {
    width: 31.25%;
    margin-bottom: 5rem;
}
.intro__right {
    width: 30.364583%;
}
.hidden--seo, .hidden--figcaption {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
}
.intro__title {
    font-weight: 600;
    font-size: clamp(24px, 3.5vw, 30px);
    color: var(--clr-text-primary);
    text-transform: uppercase;
    margin-bottom: 0;
}
.gradient-text {
    display: table;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.f-fam\:RKAstonScript {
    font-family: var(--font-special-m);
    line-height: 2em;
}
.f-sz\:48px {
    font-size: clamp(32px, 4.8vw, 48px);
}
.gradient-bg\:brand-linear {
    background-image: var(--clr-brand-linear);
}
.text-split {
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp, 3);
    line-clamp: var(--line-clamp, 3);
}
.intro__desc {
    --line-clamp: 10;
    font-size: clamp(15px, 2.2vw, 17px);
    line-height: 2em;
    color: var(--clr-text-primary);
    text-align: center;
    margin-bottom: 0;
}
.product-list--featured {
    padding: 140px 0;
}
.product-list__box {
    max-width: 570px;
    background-color: #005A31bf;
    padding: 1.25rem 2.5rem;
}
.product-list__title {
    font-size: clamp(30px, 4.8vw, 48px);
    line-height: 1em;
    color: var(--clr-text-white);
    text-transform: uppercase;
    padding: 0.4375rem 0;
    margin: 0.5rem 0rem;
}
.product-list__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}
.product-list__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: clamp(15px, 2.1vw, 16px);
    color: var(--clr-text-primary);
    text-transform: uppercase;
    background-color: #FCF9E8;
    padding: 0.625rem 1.25rem;
}
.product-list__link:hover {
    color: var(--clr-text-white);
    background-color: var(--clr-brand-pointed);
}
.product-list__desc {
    --line-clamp: 4;
    font-size: 14px;
    line-height: 1.8em;
    color: var(--clr-text-white);
    margin-bottom: 0;
}
.space--featured {
    isolation: isolate;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFDEE), to(#FBFAF0));
    background: -webkit-linear-gradient(top, #FFFDEE, #FBFAF0);
    background: -moz-linear-gradient(top, #FFFDEE, #FBFAF0);
    background: -o-linear-gradient(top, #FFFDEE, #FBFAF0);
    background: linear-gradient(180deg, #FFFDEE, #FBFAF0);
    padding: 30px 0px 140px;
}
.space--featured:before {
    content: '';
    position: absolute;
    top: 65%;
    right: 0;
    left: 0;
    z-index: -1;
    height: 632px;
    background: url(../images/space-decor-bottom.png) center / contain no-repeat;
    pointer-events: none;
}
.space--featured .space__inner {
    --w: 1740px;
    --space-x: 0rem;
    overflow: hidden;
}
.home__title {
    margin-bottom: 0;
}
.f-sz\:60px {
    font-size: clamp(38px, 5vw, 60px);
}
.home__title span:nth-child(1) {
    letter-spacing: -0.02em;
}
.home__title span:nth-child(2) {
    margin-top: -0.75em;
}
.space--featured .space__item {max-width:380px;}.space--featured .space__item-inner {-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}.space--featured .space__item.swiper-slide-prev .space__item-inner {-webkit-transform:translateX(50px);-moz-transform:translateX(50px);-ms-transform:translateX(50px);-o-transform:translateX(50px);transform:translateX(50px);}.space--featured .space__item.swiper-slide-next .space__item-inner {-webkit-transform:translateX(-50px);-moz-transform:translateX(-50px);-ms-transform:translateX(-50px);-o-transform:translateX(-50px);transform:translateX(-50px);}.space--featured .space__photo {overflow:hidden;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;border-radius:1.25rem;}.event--featured {padding:80px 0 40px;}
.event--featured .event__inner {
    --w: 1820px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 1.5rem;
}
.event--featured .event__left {
    width: 28.571429%;
}
.event--featured .home__heading {
    max-width: 400px;
    margin-top: 2.5rem;
}

.event--featured .event__desc {
    --line-clamp: 7;
    font-size: clamp(15px, 2.1vw, 16px);
    color: var(--clr-text-primary);
    line-height: 2em;
    margin-bottom: 0;
}
.event--featured .event__right {
    width: 69.230769%;
    margin-right: -webkit-calc(-1 * var(--rest-vw));
    margin-right: -moz-calc(-1 * var(--rest-vw));
    margin-right: calc(-1 * var(--rest-vw));
    --rest-vw: 42.5px;
}

.event--featured .event__list {
    overflow: hidden;
    padding-right: 270px;
}
.event--featured .event__item {
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.event--featured .event__item-inner {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
}
.event--featured .owl-item:not(.active) .event__item {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.event--featured .event__inner {
    --w: 1820px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 1.5rem;
}
.scale-img[class*='__photo-inner'], .scale-img[class*='__item-inner'] {
    overflow: hidden;
    display: block;
}
.scale-img[class*='__photo-inner']>img, .scale-img[class*='__photo-inner']>picture>img, .scale-img[class*='__item-inner'] [class*='__photo-inner']>img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s ease-out !important;
    -o-transition: 0.3s ease-out !important;
    -moz-transition: 0.3s ease-out !important;
    transition: 0.3s ease-out !important;
}
.hidden--seo, .hidden--figcaption {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
}
.scale-img[class*='__photo-inner']:hover>img, .scale-img[class*='__photo-inner']:hover>picture>img, .scale-img[class*='__item-inner']:hover [class*='__photo-inner']>img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.event--featured .event__info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#CAA24300), to(#CAA243));
    background: -webkit-linear-gradient(top, #CAA24300, #CAA243);
    background: -moz-linear-gradient(top, #CAA24300, #CAA243);
    background: -o-linear-gradient(top, #CAA24300, #CAA243);
    background: linear-gradient(180deg, #CAA24300, #CAA243);
    padding: 20% 2rem 1.5rem;
    pointer-events: none;
}
.event--featured .event__name {
    --line-clamp: 2;
    font-size: clamp(21px, 3.1vw, 26px);
    color: var(--clr-text-white);
    text-transform: uppercase;
}

.event--featured .event__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    max-width: 985px;
    width: 100%;
    margin-top: 1.25rem;
}

.custom-owl-nav--relative {
    position: relative;
    width: 100px;
    height: 48px;
    margin: 0 auto;
}
.event--featured .custom-owl-nav--relative {
    margin: 0;
}
.custom-owl-nav--relative .control-owl {
    --pos: 0px;
}
.event--featured .custom-owl-nav--relative .control-owl {
    --w: 44px;
    --h: 44px;
}
.control-owl button.owl-prev {
    left: var(--pos);
}
.event--featured .custom-owl-nav--relative .control-owl button {
    opacity: 1;
    color: #82591B;
    border: 1px solid #82591B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
}
.control-owl button.owl-next {
    right: var(--pos);
}
.event--featured .custom-owl-nav--relative .control-owl button {
    opacity: 1;
    color: #82591B;
    border: 1px solid #82591B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
}
.event--featured .event__connect-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background-color: #82591B;
}
.event--featured .event__slide-count {
    font-size: clamp(20px, 3vw, 25px);
    color: #82591B;
    letter-spacing: -0.03em;
}
.album--featured {
    margin: 80px 0px;
}
.album--featured .album__inner {
    --w: 1892px;
}
.album--featured .album__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.75rem;
}

.album--featured .album__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}
.album--featured .album__heading {
    width: 34.883721%;
}
.album--featured .album__heading .album__desc {
    font-size: 13px;
    margin-bottom: 0;
}
.album--featured .album__heading .album__desc {
    font-size: 13px;
    margin-bottom: 0;
}
.hvr-double-box {
    overflow: hidden;
    position: relative;
    display: block;
}
.hvr-double-box:before, .hvr-double-box:after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none;
}
.hvr-double-box:before {
    bottom: 0;
    left: 0;
    z-index: 3;
}
.hvr-double-box:after {
    top: 0;
    right: 0;
    z-index: 2;
}
.best-seller {
    padding-top: 40px;
    padding-bottom: 80px;
}
.seller-slide {
    margin: 0px -10px;
}
.seller-slide {
    margin: 0px -10px;
}
.product {
    position: relative;
    margin: 0px !important;
}
.box-product {
    position: relative;
    display: block;
}

.seller-slide .box-product {
    margin: 0px 10px;
}

.scale-img {
    overflow: hidden;
    display: block;
}
.scale-img img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.scale-img:hover > img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.product-indfo {
    position: absolute;
    bottom: 0px;
    width: 100%;
    transition: 0.3s all;
    padding: 0px 20px 5px 20px;
    background: linear-gradient(0deg, #000000d9, transparent);
}
.product-indfo:before {
    content: '';
    width: 80px;
    height: 1px;
    background: #B68506;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

.name-product {
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.name-product.text-split {
    -webkit-line-clamp: 2;
}
.name-product.text-split {
    -webkit-line-clamp: 2;
}
.price-text {
    color: #000;
    margin-right: 5px;
    display: none;
}


.price-new {
    background: linear-gradient(180deg, #B68506 0%, #E8C15D 25.52%, #B68506 49.48%, #E8C15D 75%, #B68506 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
}
.price-product span {
}
.seller-slide .box-product {
    margin: 0px 10px;
}
.save-listing, .save-listing-already {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 1rem;
    background: var(--m1);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex
    ;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    display: none;
}

.thucdon {
    position: relative;
    padding: 80px 10px;
}
.thucdon-img {
    position: absolute;
    width: 100%;
    top: 25px;
}

.thucdon-slogan {
    color: #1E1E1E;
    font-size: 1.125rem;
    line-height: 24px;
    margin: 15px 16% 40px 16%;
    text-align: center;
}
.bb-bookblock {
    width: 973px;
    height: 620px;
    margin: 0px !important;
}

.bookblock-box {
    background: url(../images/menu.png) no-repeat;
    padding: 45px 50px;
    display: flex
    ;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1067px;
    margin: 0px auto;
}
.bb-item {
    background: unset;
}

.bb-custom-icon {
    position: absolute;
    z-index: 111;
    font-size: 2.5rem;
    color: #f1c55b;
    cursor: pointer;
}

.bb-custom-icon-arrow-left {
    left: -40px;
}

.bb-custom-icon-arrow-right {
    right: -40px;
}

.menu-img-1 {
    margin-right: 38px;
    float: left;
}

.menu-img-2 {
    margin-left: 45px;
    float: right;
}

.bb-content {
    background: unset!important;
}
.news__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news__item {
    flex: 1 1 calc(25% - 20px);
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .news__item {
        flex: 1 1 calc(33.33% - 20px);
    }
}

@media (max-width: 768px) {
    .news__item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .news__item {
        flex: 1 1 100%;
    }
}

.footer__article {
    padding: 50px 0;
}
.footer__article-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 1.5rem;
}
.footer__article-item:nth-child(1) {
    width: 32.307692%;
}
.footer__article-item:nth-child(2) {
    width: 14.230769%;
}
.footer__article-item:nth-child(3) {
    width: 47.692308%;
}
.footer__logo {
    display: table;
    margin-bottom: 1.25rem;
}
.footer__content {
    color: var(--clr-text-white);
}
.footer__social {
    margin-bottom: 2.5rem;
}
.social {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__title {
    font-size: 18px;
    color: var(--clr-text-white);
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.social .social__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem 0.75rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.hvr-float-shadow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    -moz-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, -webkit-transform;
}
.hvr-float-shadow:before {
    opacity: 0;
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    z-index: -1;
    width: 90%;
    height: 10px;
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, transparent 80%);
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, transparent 80%);
    background: -moz-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, transparent 80%);
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    -o-transition-property: opacity, -o-transform;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    pointer-events: none;
}
.social .social__photo-inner img {
    display: block;
}
.footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__nav-item:not(:last-child) {
    margin-bottom: 1.25rem;
}
.footer__nav-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    max-width: 200px;
    color: var(--clr-text-white);
    text-transform: uppercase;
}
.footer__nav-name span:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer__nav-name span:nth-child(2) {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    color: #F8E7A3;
}
.footer__map-item {
    overflow: hidden;
    position: relative;
    height: 370px;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}
.footer__map-item iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.footer__powered {
    background-color: #084822;
}
.footer__powered>.footer__inner {
    padding: 1rem 0;
}
.footer__copyright {
    color: var(--clr-text-white);
}
.footer__copyright span:nth-child(1) {
    text-transform: capitalize;
}
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer
}

.fix_head {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999 !important;
}
.menu-res {
    display: none;
    height: 60px;
    z-index: 10;
    background: #c21a1f;
    position: relative;
    line-height: normal;
    box-shadow: 0px 0px 6px #333333a6;
}
.menu-bar-res {
    padding: 0px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
    ;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
#hamburger {
    display: block;
    width: 30px;
    height: 23px;
    position: relative;
}
#hamburger:before, #hamburger:after, #hamburger span {
    background: #ffffff;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
}
#hamburger:before {
    top: 0px;
}
#hamburger:after {
    top: 20px;
}
#hamburger span {
    top: 10px;
}
.menu-res .logo-header img {
    max-height: 60px;
    width: auto;
}
#hamburger:before, #hamburger:after, #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}
.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after {
    top: 10px;
}
.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
    transform: rotate(-45deg);
}
.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}
#menu {
    display: none;
}
.mm-menu_opened {
    display: block !important;
}
@media (max-width: 1024px) {
    .menu {
        display: none;
    }

    .menu-res {
        display: block;
    }
    .thucdon, .tintuc, .album-index, .ykien {
        padding: 30px 10px;
    }
    .bookblock-box {
        width: 100%;
        background-size: 100% 100%;
        padding: 20px 25px 35px 20px;
    }
    .bb-custom-icon-arrow-left {
        left: -10px;
    }
    .bb-custom-icon-arrow-right {
        right: -10px;
    }
    .menu-img-1 {
        margin-right: 10px;
        max-width: calc(50% - 12px) !important;
    }
    .menu-img-2 {
        margin-left: 10px;
        max-width: calc(50% - 12px) !important;
    }

    .bb-item img {
        max-width: calc(50% - 12px) !important;
        object-fit: cover;
    }


}
@media (max-width: 1023px) {
    #footer-primary {
        padding-bottom: 53px;
    }
}
@media (max-width: 850px) {
    .intro {
        padding: 30px 0px;
    }
    .intro__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .intro__right {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .intro__left, .intro__right {
        width: -webkit-calc(50% - 1rem);
        width: -moz-calc(50% - 1rem);
        width: calc(50% - 1rem);
    }
    .intro__center {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 1rem;
    }
    .rps-lg--w-100[class*='rps-lg'][class*='--w-100'] {
        width: 100%;
    }
    .product-list--featured {
        padding: 60px 0;
    }
    .product-list__box {
        padding: 1.25rem;
    }
    .space--featured {
        padding: 30px 0;
    }
    .album--featured {
        margin: 40px 0;
    }
    .album--featured .album__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .album--featured .album__heading {
        width: 100%;
    }
    .album--featured .album__col:nth-child(1) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .album--featured .album__heading {
        width: 100%;
    }
    .footer__article-item {
        width: 100% !important;
    }
    
	.bb-item img {
        max-width: calc(100% - 12px) !important;
        object-fit: cover;
    }

}
@media (max-width: 600px) {
    .bookblock-box {
        padding: 15px 15px 25px 15px;
    }
}

@media (max-width: 576px) {
    .event--featured .event__list {
        padding-right: 0;
    }
    .album--featured .album__col {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .album--featured .album__col:nth-child(1) .album__item:nth-child(2), .album--featured .album__col:nth-child(1) .album__item:nth-child(3) {
        width: 100%;
    }
}
@media (max-width: 525px) {
    .bookblock-box {
        padding: 10px 10px 20px 10px;
    }
}
@media (max-width: 425px) {
    .bookblock-box {
        padding: 15px;
    }
}
@media (max-width: 414px) {
    .info-slider {
        display: none;
    }
}

.supports{    position: fixed;
    right: 0;
    background: #fffe;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 20%;
    padding: 10px 0;
    border: 1px solid #f2f2f2;}
.supports ul{list-style: none;margin: 0; padding: 0}
.supports ul li a{    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;}
.supports ul li a .icon{width: 36px;height: 36px;display: block;background-repeat: no-repeat;background-size: contain;margin: 0 auto;background-position: center center}
.supports ul li a .icon_local{background-image: url(../images/widget_icon_map.svg);}
.supports ul li a .icon_zalo{background-image: url(../images/widget_icon_zalo.svg);}
.supports ul li a .icon_call{background-image: url(../images/widget_icon_click_to_call.svg);}
.supports ul li a .icon_mess{background-image: url(../images/Messenger.svg);}
.supports ul li a .icon_sms{background-image: url(../images/widget_icon_contact_form.svg);}
@media(max-width:768px) {
.supports{padding: 5px 0 8px;}
.supports ul li{width: 20%;float: left;}
.supports{width: 100%;bottom: 0;left: 0;border-radius: 0;background: #fff;}
.supports ul li a .icon_call{width: 54px;height: 54px;background-color: #6cb917;border: 2px solid white;background-size: 27px;border-radius: 50%;margin-bottom: 4px;}
.supports ul li.icon_mb{position: relative;top: -23px;}
}
