:root{
    --main-cl: #163029;
    --sub-cl: #C7A27C;
    --third-cl: #F1EFE7;
    --gradient: linear-gradient(270deg, #D0A25E 0%, #FFD797 100%);
    --container-w: 75rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .1s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.4s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 23rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}
.load_home_page.complete img.logo_center{
    opacity: 0;
}
.inner_filter+.inner_filter {
    margin-top: 2rem;
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}


/*COMPONENTS*/
html.js.has-off-canvas {
    margin-right: 0.417rem !important;
}
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}
/*transition svg*/
[itemprop="name"],cite,circle,svg,rect,path,g,img,a,input,textarea,h1,h2,h3,h4,h5,h6,.box_img,span.icon,span.text{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
body {
    font-family: 'SVN-Zona Pro Regular';
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.45;
    color: #333;
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w);
}
/*line-camp*/
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
/*clear fix*/
.row.clearfix:after {
    content: unset;
}
/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
/*box img*/
.box_img {
    overflow: hidden;
    position: relative;
}
.box_img img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.w_full {
    width: 100% !important;
}
.w_lvw {
    width: 100vw !important;
}
.h_full {
    height: 100% !important;
}
.h_lvh {
    height: 100vh !important;
}
.obj_cover {
    object-fit: cover;
}
.mx_auto {
    margin-left: auto;
    margin-right: auto;
}
.flex_col {
    flex-direction: column;
}
.text_white *,
.text_white {
    color: #fff !important;
}
/*subtitle*/
.subtitle {
    display: block;
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    color: var(--main-cl);
    margin-bottom: 8px;
}
/*heading*/
h1, h2, h3, h4, h5, h6 {
    /*font-family: "Inter", sans-serif;*/
    font-weight: 700;
    line-height: 1.4;
    transition: .5s all;
}
.heading_sec {
    font-weight: 400;
    font-size: 3.125rem  /* 60/19.2 */;
    color: var(--main-cl);
    line-height: 1.15;
    margin-bottom: 1.458rem  /* 28/19.2 */;
}
.heading_sec>span {
    filter: drop-shadow(0px 4.88px 4.88px 0px #014A4533);
}
.font_prata {
    font-family: "Prata", serif;
}
.font_dfvn {
    font-family: 'DFVN Boheme Floral';
}
.heading_sec>span.font_dfvn {
    font-size: 13.28125rem;
    background-image: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: normal;
}
.text_gradient {
    background-image: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
/*desc section*/
.desc_sec {
    font-family: 'SVN-Zona Pro Regular';
    font-size: 0.9375rem;
    line-height: 1.6;
}
/*swiper navigation*/
.arrow {
    width: 2.8125rem;
}
.arrow svg {
    display: flex;
    width: 100%;
    height: 100%;
}
.arrow:hover {
    cursor: pointer;
}
.arrow:hover.swiper-button-disabled {
    opacity: .5;
}
/*absolute arrow*/
.arrow_absolute .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.arrow_absolute .arrow.prev {
    left: 0;
}
.arrow_absolute .arrow.next {
    right: 0;
}
.arrow_absolute .arrow:hover svg {
    transform: scale(1.3);
}

/*swiper pagination*/
.swiper-pagination {
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: unset;
    padding-top: 2rem;
    padding-bottom: 0.35rem;
    background-color: unset !important;
}
.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
    margin: 0 !important;
    transition: .4s all;
    opacity: .4;
}
.swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sub-cl);
    transition: .4s all;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--sub-cl);
    opacity: 1;
}


/*background image*/
.bg_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
/*effect img*/
.item_hover:hover .hover_zoom img {
    transform: scale(1);
    transition: .6s all;
}
.item_hover:hover .hover_zoom img {
    transform: scale(1.1);
}
.item_hover:hover h3 {
    color: var(--sub-cl);
}
.item_hover .box_logo>.img {
    max-width: 50%;
    width: 5.5rem;
    height: 5.5rem;
    background-image: url("../images/logo_item.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: scale(0);
    opacity: 0;
    transition: .8s all;
}
.item_hover:hover .box_logo>.img {
    transform: scale(1);
    opacity: 1;
}
.item_hover .box_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: .5s all;
    z-index: 3;
}
.item_hover:hover .box_logo {
    opacity: 1;
}
/*btn play*/
.btn_play {
    width: fit-content;
    position: relative;
    outline: none !important;
    display: flex;
    z-index: 1;
}
.btn_play > svg {
    width: auto;
    height: 4.427rem;
}
.btn_play:hover > svg {
    transform: scale(0.9);
}
.btn_play span.effect {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn_play span.effect circle {
    animation: opacityEffect2 2.2s linear infinite;
    transform-origin: center;
}
@keyframes scaleEffect1 {
    0% {
        transform: scale(0.5);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.5);
    }
}
@keyframes opacityEffect2 {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }
    25% {
        opacity: 0;
        transform: scale(1.1);
    }
    50% {
        opacity: 1;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(0.5);
    }
}
/*number counterUp*/
.number .inner.relative,
.number {
    position: relative;
    display: flex;
}
.number span.counter {
    position: absolute;
    top: 0;
    left: 0;
}
.number span.counter_opacity {
    opacity: 0;
}
/*background image*/
.bg_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*graphic*/
.graphic_pseudo:before,
.graphic_pseudo:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.graphic_img_af_1:after,
.graphic_img_1:before {
    background-image: url('../images/graphics/1.png');
}
.graphic_img_af_2:after,
.graphic_img_2:before {
    background-image: url('../images/graphics/2.png');
}
.graphic_img_af_3:after,
.graphic_img_3:before {
    background-image: url('../images/graphics/3.png');
}
.graphic_img_af_4:after,
.graphic_img_4:before {
    background-image: url('../images/graphics/4.png');
}
.graphic_img_af_5:after,
.graphic_img_5:before {
    background-image: url('../images/graphics/5.png');
}
.graphic_img_af_6:after,
.graphic_img_6:before {
    background-image: url('../images/graphics/6.png');
}
.graphic_img_af_7:after,
.graphic_img_7:before {
    background-image: url('../images/graphics/7.png');
}

/*graphic title*/
.graphic_title {
    position: relative;
    z-index: 1;
}
.graphic_title:before {
    content: '';
    position: absolute;
    background-image: url("../images/graphics/gra_title.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

/*HEADER*/


/*FOOTER*/
#footer {
    padding-top: 2.1875rem  /* 42/19.2 */;
}
#footer:before {
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 34rem;
    height: 34rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQyOSIgaGVpZ2h0PSIxNDI5IiB2aWV3Qm94PSIwIDAgMTQyOSAxNDI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjM1IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzIwOTUzXzM1KSI+CjxjaXJjbGUgY3g9IjcxNC41IiBjeT0iNzE0LjUiIHI9IjIxNC41IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMjA5NTNfMzUpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8yMDk1M18zNSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0MjkiIGhlaWdodD0iMTQyOSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyNTAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yMDk1M18zNSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIwOTUzXzM1IiB4MT0iNzE0LjUiIHkxPSI1MDAiIHgyPSI3MTQuNSIgeTI9Ijc3MC4xNDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agb2Zmc2V0PSIwLjQyNzU5OCIgc3RvcC1jb2xvcj0iIzk5RkY1RSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkZCOEIiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    pointer-events: none;
}
#footer * {
    color: #fff;
}
#footer a:hover {
    color: var(--sub-cl);
}
#footer>.inner {
    position: relative;
    background-position: bottom center;
    border-top-left-radius: 2.604rem;
    border-top-right-radius: 2.604rem;
    overflow: hidden;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    z-index: 1;
}
#footer>.inner:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 39, 28, 0.8) 0%, rgba(0, 39, 28, 0) 100%);
    backdrop-filter: blur(0px);
    z-index: -1;
    pointer-events: none;
}
#footer .box_logo {
    gap: 4.375rem;
}
#footer .box_1>.box_img {
    width: 19.375rem;
}
#footer .box_1>.box_img:hover {
    transform: scale(0.98);
}
#footer .box_2>.box_img {
    width: 14.167rem;
}
#footer .box_img img {
    object-fit: contain;
}
#footer span.title {
    display: block;
    font-family: 'SVN-Zona Pro Bold';
    font-size: 0.833rem;
    text-align: center;
    margin-bottom: 1.354rem;
}
#footer .box_file {
    margin-top: 3.854rem;
    gap: 1.667rem;
}
#footer .box_file a {
    min-width: 5rem;
    padding: 0.9rem 1.25rem 0.7rem;
    border: 1px solid #E2BC80;
    border-radius: 5.208rem;
    background: transparent;
    backdrop-filter: blur(20px);

    font-family: 'Prata', Sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: normal;
    text-transform: uppercase;
    color: #E2BC80 !important;
}
#footer .box_file a:hover {
    background: #E2BC80;
    color: #fff !important;
}
#footer .box_info {
    margin-top: 3.333rem;
}
#footer .box_info>ul {
    gap: 3.333rem;
}
#footer .box_info li {
    font-family: 'SVN-Zona Pro Regular';
    font-size: 0.833rem  /* 16/19.2 */;
}
#footer .box_info b,
#footer .box_info a {
    font-family: 'SVN-Zona Pro Bold';
    font-size: 0.833rem  /* 16/19.2 */;
}
#footer .box_socials {
    margin-top: 1.667rem  /* 32/19.2 */;
}
#footer .box_socials>ul {
    gap: 0.729rem;
}
#footer .box_socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5.208rem;
    border: 1px solid #fff;
    width: 2.3rem;
    aspect-ratio: 1/1;
}
#footer .box_socials a>img {
    width: 1.25rem  /* 24/19.2 */;
    height: 1.25rem  /* 24/19.2 */;
    object-fit: contain;
}
#footer .box_socials a:hover {
    border-color: var(--sub-cl);
}
#footer .copyright {
    font-family: 'SVN-Zona Pro 600';
    font-size: 0.8rem;
    color: #183129;
    background: #E2BC80;
    padding: 8px 0 6px;
}
#footer .copyright.graphic_title:before {
    bottom: 100%;
    right: 7%;
    width: 11.042rem;
    height: 12.135rem;
    pointer-events: none;
    z-index: 1;
}







/*CSS*/
#wrapper,
#main {
    background: var(--main-cl);
}

.banner_hero_wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3.646rem;
    height: 10.729rem;
    background-image: url("../images/graphics/1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
.banner_hero .item {
    width: 100%;
    height: 100vh;
}
.banner_hero .btn_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner_hero .swiper-pagination {
    width: fit-content;
    position: absolute;
    bottom: 30%;
    right: calc((100vw - var(--container-w)) / 2);
    left: unset;
    z-index: 2;
}
.content {
    position: relative;
}
.content:before,
.content:after {
    content: '';
    position: absolute;
}
.banner_hero .item:after,
.banner_hero .item:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(-180deg, rgba(22, 48, 41, 0.6) 0%, rgba(22, 48, 41, 0.427086) 56.77%, rgba(22, 48, 41, 0) 100%);
}
.banner_hero .item:after {
    top: unset;
    bottom: 0;
    background: linear-gradient(0deg, #163029 8.2%, rgba(22, 48, 41, 0.71181) 55.37%, rgba(22, 48, 41, 0) 90.47%);
}

.home_1 {
    padding: 0 0 45rem;
    margin-top: -17rem;
    z-index: 2;
}
.home_1:after,
.home_1:before {
    top: 5%;
    left: -30%;
    width: 70rem;
    height: 70rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg0NyIgaGVpZ2h0PSIxODQ3IiB2aWV3Qm94PSIwIDAgMTg0NyAxODQ3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjM1IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzIwODMzXzEzOSkiPgo8Y2lyY2xlIGN4PSI5MjMuNSIgY3k9IjkyMy41IiByPSI0MjMuNSIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIwODMzXzEzOSkiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzIwODMzXzEzOSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE4NDciIGhlaWdodD0iMTg0NyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyNTAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yMDgzM18xMzkiLz4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8yMDgzM18xMzkiIHgxPSI5MjMuNSIgeTE9IjUwMCIgeDI9IjkyMy41IiB5Mj0iMTAzMy4zNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQkZGRjVFIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzRGRjAwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.home_1:after {
    top: -20%;
    left: 25%;
    width: 100rem;
    height: 100rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwNCIgaGVpZ2h0PSIyMDA0IiB2aWV3Qm94PSIwIDAgMjAwNCAyMDA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjQ1IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzIwODM1XzE0NSkiPgo8Y2lyY2xlIGN4PSIxMDAyIiBjeT0iMTAwMiIgcj0iNTAyIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMjA4MzVfMTQ1KSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfMjA4MzVfMTQ1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAwNCIgaGVpZ2h0PSIyMDA0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjI1MCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzIwODM1XzE0NSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIwODM1XzE0NSIgeDE9IjEwMDIiIHkxPSI1MDAiIHgyPSIxMDAyIiB5Mj0iMTEzMi4yMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQkZGRjVFIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNDNEZGMDAiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    z-index: -1;
    opacity: 0.7;
}
.heading_home1 .heading_sec.graphic_title:before {
    bottom: 0;
    left: -13%;
    width: 9.6875rem;
    height: 9.271rem;
    transform: rotateY(180deg) rotateX(45deg);
    z-index: 1;
}
.heading_home1 .heading_sec {
    text-align: right;
    margin: 0 auto 2.083rem;
    width: fit-content;
}
.heading_home1 .text_1 {
    display: flex;
    gap: 1rem;
    align-items: baseline;
    margin-bottom: -5rem;
}
.heading_home1 .font_dfvn {
    font-size: 13.28125rem;
    padding-left: 4rem;
    padding-bottom: 2rem;
    margin-left: -4rem;
}
.heading_home1 .desc_sec {
    max-width: 75%;
}

.bg_home1 {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.bg_home1:before {
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #163029 8.2%, rgba(22, 48, 41, 0.7667) 40.37%, rgba(22, 48, 41, 0.5) 56.9%, rgba(22, 48, 41, 0) 90.47%);
    z-index: 2;
    /*z-index: -1;*/
}
.bg_home1 .graphic_sec img {
    position: absolute;
    pointer-events: none;
    object-fit: contain;
}
.bg_home1 .graphic_sec li:nth-child(1) img {
    width: 26.042rem;
    height: 26.042rem;
    z-index: -1;
    top: -1%;
    left: -1%;
}
.bg_home1 .graphic_sec li:nth-child(2) img {
    width: 15.625rem  /* 300/19.2 */;
    top: 15%;
    left: 50%;
    margin-top: 6rem !important;
    z-index: -1;
}
.bg_home1 .graphic_sec li:nth-child(3) img {
    width: 31.25rem  /* 600/19.2 */;
    top: 0;
    right: -10%;
    z-index: -1;
}
.list_counter {
    position: relative;
    flex-wrap: wrap;
    column-gap: 6.5rem;
    row-gap: 8rem;
    z-index: 2;
    padding-top: 4.6875rem;
}
.list_counter .item_counter {
    padding-bottom: 1rem;
}
.list_counter .item_counter h3 {
    font-family: 'SVN-Zona Pro 600';
    font-size: 1.042rem  /* 20/19.2 */;
    text-align: center;
    color: #fff;
}
.list_counter .item_counter .number>span {
    font-family: SVN-Zona Pro Bold;
    font-size: 3.385rem  /* 65/19.2 */;
    text-align: center;
    background-image: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.list_counter .item_counter:nth-child(n+3) span.counter {
    left: 50%;
    transform: translateX(-50%);
}
.list_counter .item_counter:before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 5rem;
    background: #E1B97C;
    pointer-events: none;
}
.list_counter .item_counter:after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 7.8rem;
    background-image: linear-gradient(180deg, #E1B97C 0%, rgba(225, 185, 124, 0) 100%);
    pointer-events: none;
}

.home_2.bg_image {
    background-size: contain;
    z-index: 5;
}
.home_2.graphic_img_6:before {
    top: -7%;
    left: -10%;
    width: 33.125rem;
    height: 30.625rem;
    z-index: 1;
}
.home_2:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(-180deg, #163029 8.2%, rgba(22, 48, 41, 0.5) 56.9%, rgba(22, 48, 41, 0) 90.47%) !important;
    z-index: -1;
}
.home_2 .row_1 .heading_sec {
    padding-left: 5.2rem;
}
.home_2 .row_1 .heading_sec.graphic_img_af_1:after {
    top: 0;
    left: 0;
    width: 2.708rem  /* 52/19.2 */;
    height: 8.021rem  /* 154/19.2 */;
}
.home_2 .row_1 .text_1 {
    position: relative;
    display: flex;
    margin-bottom: 1rem;
}
.home_2 .row_1 .text_1>span.font_dfvn {
    font-size: 34rem;
    padding-left: 3rem;
    padding-bottom: 4rem;
    position: absolute;
    bottom: -100%;
    right: 0;
    transform: translateY(33%);
}
.home_2 .row_1 .desc_sec {
    max-width: 55%;
}
.home_2 .row_2 {
    padding-top: 10.417rem;
}
.list_time_position {
    padding-top: 3.854rem;
}
.list_time_position .item {
    padding: 0 .5rem;
}
.list_time_position .item_utilities {
    gap: 0.78125rem;
    cursor: pointer;
}
.list_time_position .item_utilities .icon {
    width: 2.083rem;
    height: auto;
    flex: 0 0 auto;
}
.list_time_position .item_utilities:not(:last-child) {
    margin-bottom: 0.8rem;
}
.list_time_position .item_utilities .distance {
    font-family: 'SVN-Zona Pro Bold';
}
.list_time_position .item_utilities h4 {
    font-family: 'SVN-Zona Pro 300';
    font-size: 0.729rem  /* 14/19.2 */;
    filter: drop-shadow(0px 4px 4px 0px #00000040);
}
.list_time_position .item_utilities .distance,
.list_time_position .item_utilities:hover h4 {
    color: #E2BC80 !important;
}
.list_time_position .time_wrap {
    padding-bottom: 0.833rem;
}
.list_time_position .time_wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.521rem  /* 10/19.2 */;
    height: 0.521rem  /* 10/19.2 */;
    border-radius: 100px;
    background: var(--sub-cl);
    z-index: 2;
}
.list_time_position .time_wrap h3 {
    background: linear-gradient(0deg, #E2BC80, #E2BC80), linear-gradient(0deg, #E2BC80, #E2BC80);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0px 4.88px 4.88px rgba(1, 74, 69, 0.2));

    font-family: "Prata", serif;
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    text-transform: uppercase;
    margin-bottom: 0;
}
.list_time_position .time_wrap h3>span {
    font-size: 3.125rem  /* 60/19.2 */;
}
.list_time_position .list_utilities {
    padding-top: 1.771rem  /* 34/19.2 */;
}
.list_time_position .list_utilities .item_child {
    gap: 1.25rem;
}



.home_3 {
    padding-top: 3.125rem;
}
.home_3 .group_sec_1 .box_slide_home3 {
    padding-top: 2rem;
}
.home_3 .group_sec_1 .box_slide_home3 {
    padding-top: 3.125rem;
}
.box_slide_home3 .slide_1 {
    padding: 3rem 0 2rem;
}
.box_slide_home3 .slide_1 .box_img {
    aspect-ratio: 1174 / 660;
    border-radius: 1rem;
    position: relative;
    z-index: 2;
}
/*.box_slide_home3 .slide_1 .swiper-slide.swiper-slide-active .item {*/
/*    transform: scale(1.5);*/
/*}*/
.box_slide_home3 .slide_1 .box_content h3 {
    text-align: center;
    text-shadow: 0 4.88px 4.88px rgba(1, 74, 69, 0.20);
    font-family: 'Prata', Sans-serif;
    font-size: 1.823rem  /* 35/19.2 */;
    font-weight: 400;
    line-height: 2;
    background: linear-gradient(270deg, #E2BB7F 0%, #D2A45F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: .2rem;
}
/*.box_slide_home3 .slide_1 .swiper-slide.swiper-slide-active .box_content {*/
/*    position: absolute;*/
/*    bottom: -50%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/

/*}*/


.box_slide_home3 .slide_content .item>.idx {
    font-family: 'Prata', Sans-serif;
    font-weight: 400;
    font-size: 2.604rem  /* 50/19.2 */;
    background-image: linear-gradient(270deg, #D2A45F 0%, #E2BB7F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0px 4.88px 4.88px rgba(1, 74, 69, 0.2));
}
.home_3 .group_sec_2.graphic_img_7:before {
    top: 10%;
    right: 5%;
    width: 30rem;
    height: 23rem;
}
.home_3 .group_sec_2 {
    padding-top: 4.6875rem;
}
.home_3 .group_sec_2:after {
    bottom: -20%;
    left: -20%;
    width: 50rem;
    height: 50rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY3OSIgaGVpZ2h0PSIxNjc5IiB2aWV3Qm94PSIwIDAgMTY3OSAxNjc5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjM1IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzIwOTcwXzgyKSI+CjxjaXJjbGUgY3g9IjgzOS41IiBjeT0iODM5LjUiIHI9IjMzOS41IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA4MzkuNSA4MzkuNSkiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yMDk3MF84MikiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzIwOTcwXzgyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTY3OSIgaGVpZ2h0PSIxNjc5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjI1MCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzIwOTcwXzgyIi8+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjA5NzBfODIiIHgxPSI4MzkuNSIgeTE9IjUwMCIgeDI9IjgzOS41IiB5Mj0iOTI3LjU2OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuNDI3NTk4IiBzdG9wLWNvbG9yPSIjOTlGRjVFIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGRkI4QiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
    pointer-events: none;
}
.home_3 .group_sec_2 .group_heading {
    padding-right: 1.3rem;
}
.home_3 .group_sec_2 .desc_sec {
    text-align: justify;
}
.home_3 .group_sec_2 .col:nth-child(2) .box_slide_home3 {
    margin-right: calc(((var(--container-w) - 100vw) / 2) - 15px);
    padding-left: 1.3rem;
}
.home_3 .group_heading1 {
    display: flex;
    align-items: flex-end;
}
.home_3 .group_heading1 .heading_sec.graphic_title:before {
    top: -2rem;
    right: 18.2%;
    width: 13.979rem;
    height: 14.458rem;
}
.home_3 .group_heading1 .heading_sec {
    width: fit-content;
    margin-left: -10rem;
}
.home_3 .group_heading1 .text_1 {
    display: flex;
    align-items: baseline;
    margin-bottom: -5rem;
}
.home_3 .group_heading1 span.font_dfvn:nth-child(1) {
    padding-left: 2rem;
    padding-bottom: 3rem;
}
.home_3 .group_heading1 span.font_dfvn:nth-child(2) {
    padding: 2rem 3rem 0 1.3rem;
}
.home_3 .group_heading1 .text_2 {
    padding-left: 12rem;
}
.home_3 .group_heading1 .text_2>span.font_prata:nth-child(2) {
    padding-left: 5rem;
}
.home_3 .group_heading1 .desc_sec {
    width: 28%;
    flex: 0 0 auto;
    margin-left: 4.01rem;
    padding-left: 2.083rem;
    border-left: 1px solid #D1A45B80;
}

.home_3 .group_heading2 .text_1 {
    display: flex;
    align-items: baseline;
    margin-bottom: -2.5rem;
}

.home_3 .subtitle_wrap {
    gap: 1rem;
}
.home_3 span.font_dfvn {
    font-size: 13.542rem  /* 260/19.2 */;
}
.home_3 .group_heading2 span.font_dfvn:nth-child(1) {
    padding-left: 2rem;
}
.home_3 .group_heading2 span.font_dfvn:nth-child(2) {
    padding-left: 1rem;
}
.home_3 .group_sec_2 .box_slide_home3.graphic_img_1:before {
    bottom: 2rem;
    left: 0;
    width: 3.958rem  /* 76/19.2 */;
    height: 11.667rem  /* 224/19.2 */;
    z-index: 3;
}
.box_slide_home3 .slide_content .item>h3 {
    max-width: 60%;
    font-family: 'Prata', Sans-serif;
    font-weight: 400;
    font-size: 1.823rem  /* 35/19.2 */;
    filter: drop-shadow(0px 4.88px 4.88px rgba(1, 74, 69, 0.2));
}

.home_4 {
    padding-top: 7rem;
    z-index: 1;
}
.home_5.bg_image,
.home_4.bg_image {
    background-position: top;
    background-size: contain;
}
.home_4:before {
    content: '';
    position: absolute;
    top: -5%;
    right: -16%;
    width: 42rem;
    height: 42rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MyIgaGVpZ2h0PSIxNzkzIiB2aWV3Qm94PSIwIDAgMTc5MyAxNzkzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjM1IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzIwOTcwXzgxKSI+CjxjaXJjbGUgY3g9Ijg5Ni41IiBjeT0iODk2LjUiIHI9IjM5Ni41IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgODk2LjUgODk2LjUpIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMjA5NzBfODEpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8yMDk3MF84MSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE3OTMiIGhlaWdodD0iMTc5MyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyNTAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yMDk3MF84MSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIwOTcwXzgxIiB4MT0iODk2LjUiIHkxPSI1MDAiIHgyPSI4OTYuNSIgeTI9Ijk5OS4zNTQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agb2Zmc2V0PSIwLjQyNzU5OCIgc3RvcC1jb2xvcj0iIzk5RkY1RSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkZCOEIiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: contain;
}
.heading_home4 .heading_sec>.text_1.graphic_title:before {
    top: 57%;
    left: 30%;
    width: 6rem;
    height: 5.729rem;
}
.heading_home4 .heading_sec>.text_1 {
    display: flex;
    align-items: center;
}
.heading_home4 .heading_sec>.text_2 {
    display: flex;
    justify-content: flex-end;
    margin-top: -5rem;
}
.heading_home4 span.font_dfvn {
    font-size: 13.542rem  /* 260/19.2 */;
}
.heading_home4 .subtitle_wrap {
    gap: 0;
    margin-left: -5rem;
}
.heading_home4 .subtitle_wrap>span.font_dfvn:nth-child(1) {
    padding: 0 0 3rem 7rem;
}
.heading_home4 .subtitle_wrap>span.font_dfvn:nth-child(2) {
    padding-left: 2rem;
}
.heading_home4 .desc_sec {
    width: fit-content;
    max-width: 74%;
    margin: 0 auto;
    text-align: center;
}
.list_product {
    gap: 4.583rem;
    padding-top: 2.083rem;
}
.list_product .item {
    width: calc((100% / 2) - 2.3rem);
}
.list_product .inner.graphic_img_1:before {
    top: 80%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 2.604rem;
    height: 7.8125rem;
}
.list_product .box_img {
    border-radius: 1.042rem;
}
.list_product .box_content {
    padding-top: 3.125rem;
}
.list_product h3.title {
    font-weight: 400;
    font-size: 1.823rem;
    margin-bottom: 0.521rem;
}
.list_product .qty {
    font-family: 'SVN-Zona Pro Regular';
    font-size: 1.042rem  /* 20/19.2 */;
}

.home_5 {
    padding-top: 3.333rem;
}
.heading_home5 .heading_sec {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.heading_home5 span.font_dfvn {
    font-size: 8.333rem;
    margin: 0 1rem;
}
.news_wrap {
    margin: 0 -1.042rem;
    z-index: 1;
}
.news_wrap:before {
    content: '';
    position: absolute;
    top: -70%;
    left: 50%;
    transform: translateX(-50%);
    width: 70rem;
    height: 70rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5NiIgaGVpZ2h0PSIxNzk2IiB2aWV3Qm94PSIwIDAgMTc5NiAxNzk2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjUiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2ZfMTY5NjVfNDY3KSI+CjxjaXJjbGUgY3g9Ijg5OCIgY3k9Ijg5OCIgcj0iMzk4IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTY5NjVfNDY3KSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfMTY5NjVfNDY3IiB4PSIwIiB5PSIwIiB3aWR0aD0iMTc5NiIgaGVpZ2h0PSIxNzk2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjI1MCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzE2OTY1XzQ2NyIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE2OTY1XzQ2NyIgeDE9Ijg5OCIgeTE9IjUwMCIgeDI9Ijg5OCIgeTI9IjEwMDEuMjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agb2Zmc2V0PSIwLjQyNzU5OCIgc3RvcC1jb2xvcj0iI0IxRkY4NCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNEQ0ZGOEIiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
    z-index: -1;
    pointer-events: none;
}
.list_news .item_news {
    padding: 0 1.042rem;
}
.list_news .box_img {
    border-radius: 0.521rem;
}
.list_news .box_img:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.609676) 38.35%, #000000 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    transition: .6s all;
}
.list_news .box_img:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(224, 185, 124, 0) 0%, rgba(224, 185, 124, 0.609676) 38.35%, #E0B97C 100%);
    backdrop-filter: blur(40px);
    opacity: 0;
    transition: .6s all;
}
.list_news .item_hover:hover .box_img:before {
    opacity: 0;
}
.list_news .item_hover:hover .box_img:after {
    opacity: 1;
}
.list_news .box_content {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 4.2rem 2.1875rem 3.2rem;
    z-index: 1;
}
.list_news .box_content time {
    font-size: 0.729rem  /* 14/19.2 */;
}
.list_news .box_content h3.title {
    font-family: 'SVN-Zona Pro 600';
    font-size: 1.302rem  /* 25/19.2 */;
    margin-top: 0.9375rem  /* 18/19.2 */;
}
.list_news .box_content>* {
    font-family: 'SVN-Zona Pro Regular';
    color: #fff;
    transition: .5s all;
}
.list_news .item_news:hover .box_content>* {
    color: var(--main-cl);
}
.list_news .arrow.prev {
    left: -3.5rem;
}
.list_news .arrow.next {
    right: -3.5rem;
}

.home_6 {
    padding-top: 6.25rem;
    z-index: 1;
}
.home_6.graphic_img_6:before {
    bottom: -10%;
    left: 0;
    width: 25rem;
    height: 25rem;
    z-index: 2;
    pointer-events: none;
}
.home_6.graphic_img_af_4:after {
    content: '';
    top: 0;
    right: -5%;
    width: 20rem;
    height: 20rem;
    z-index: -1;
    pointer-events: none;
}
.box_promotions {
    position: relative;
    margin: 0 5.833rem;
    border-radius: 1.042rem  /* 20/19.2 */;
    backdrop-filter: blur(0px);
    padding-top: 1.667rem;
}
.box_promotions:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.042rem  /* 20/19.2 */;
    background-image: url("../images/bg/2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}
.box_promotions .inner {
    gap: 5rem;
}
.box_promotions .inner > * {
    width: 50%;
}
.subtitle_wrap {
    display: flex;
    gap: 2.5rem;
}
.box_promotions .group_heading .subtitle {
    font-size: 13.542rem;
    background-image: linear-gradient(270deg, #D3A758 -27.58%, #D0A25E 100%);
    padding-left: 4rem;
    margin-left: -4rem;
}
.box_promotions .group_heading>.inner_heading {
    padding-left: 9.792rem;
    transform: translateY(-30%);
}
.box_promotions .list_promotions {
    margin-top: 7rem;
}
.list_promotions .item:not(:last-child) {
    padding-bottom: 1rem;
}
.list_promotions .subtitle {
    font-family: 'SVN-Zona Pro Regular';
    font-size: 1.042rem  /* 20/19.2 */;
    margin-bottom: -0.3rem;
    filter: drop-shadow(0px 4.88px 4.88px rgba(1, 74, 69, 0.2));
}
.list_promotions .subtitle>span {
    font-family: 'Prata', Sans-serif;
    font-size: 1.5625rem  /* 30/19.2 */;
    text-transform: uppercase;
}
.list_promotions .box_content {
    display: flex;
    align-items: center;
    gap: 8px;
}
.list_promotions h3 {
    width: fit-content;
    font-family: 'Prata', Sans-serif;
    font-weight: 400;
    font-size: 1.823rem  /* 35/19.2 */;
    filter: drop-shadow(0px 4.88px 4.88px rgba(1, 74, 69, 0.2));
    margin-bottom: 0;
}
.list_promotions .number {
    font-family: 'Prata', Sans-serif;
    font-weight: 400;
    font-size: 6.25rem  /* 120/19.2 */;
    background-image: linear-gradient(270deg, #D2A45F 0%, #E2BB7F 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    line-height: normal;
    filter: drop-shadow(0px 4.88px 4.88px rgba(1, 74, 69, 0.2));
}
.list_promotions .number>span {
    font-size: 1.042rem  /* 20/19.2 */;
    text-transform: uppercase;
    background-image: linear-gradient(270deg, #D2A45F 0%, #E2BB7F 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    margin-top: 0.7rem;
}
.home_7 {
    padding-top: 4.6875rem;
    z-index: 1;
}
.home_7:before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 54.167rem;
    /*background-image: url('../images/bg/4.png');*/
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}
.home_7:after {
    content: '';
    position: absolute;
    bottom: -40%;
    right: 10%;
    width: 40rem;
    height: 40rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQyOSIgaGVpZ2h0PSIxNDI5IiB2aWV3Qm94PSIwIDAgMTQyOSAxNDI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjM1IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzIwOTUzXzM1KSI+CjxjaXJjbGUgY3g9IjcxNC41IiBjeT0iNzE0LjUiIHI9IjIxNC41IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMjA5NTNfMzUpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8yMDk1M18zNSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0MjkiIGhlaWdodD0iMTQyOSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyNTAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yMDk1M18zNSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIwOTUzXzM1IiB4MT0iNzE0LjUiIHkxPSI1MDAiIHgyPSI3MTQuNSIgeTI9Ijc3MC4xNDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agb2Zmc2V0PSIwLjQyNzU5OCIgc3RvcC1jb2xvcj0iIzk5RkY1RSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkZCOEIiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.heading_home7 .heading_sec {
    width: fit-content;
    display: flex;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
}
.heading_home7 .subtitle {
    font-size: 13.542rem  /* 260/19.2 */;
    line-height: normal;
}
.heading_home7 .subtitle_wrap {
    gap: 0;
    margin-left: -2rem;
}
.heading_home7 .subtitle:nth-child(1) {
    padding: 0 5rem;
}
.heading_home7 .subtitle:nth-child(2) {
    padding: 0 1rem;
    margin-left: -4rem;
}
.heading_home7 .desc_sec {
    font-size: 0.833rem;
    margin-top: -2rem;
}

/*FORM*/
form {
    margin-bottom: 0 !important;
}
.form_wrap .form_item textarea,
.form_wrap .form_item input {
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    background: transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 1.927rem  /* 37/19.2 */;
    color: #fff;
}
.form_wrap .form_item textarea {
    min-height: 3.646rem;
}
.form_wrap .form_item textarea::placeholder,
.form_wrap .form_item input::placeholder {
    font-family: 'SVN-Zona Pro Bold';
    font-size: 0.833rem  /* 16/19.2 */;
    color: #fff;
}
.form_wrap .form_item textarea:focus,
.form_wrap .form_item input:focus {
    border-color: #E3BE80;
}
.form_wrap .wpcf7-form-control-wrap {
    position: relative;
}
.form_wrap .wpcf7-not-valid-tip {
    font-size: 0.677rem;
    position: absolute;
    top: -7px;
    width: 100%;
    opacity: 1;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    top: 100%;
    bottom: unset;
    transform: rotate(180deg);
}
.submit_btn {
    display: flex;
    justify-content: center;
    width: fit-content;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.submit_btn>.inner {
    position: relative;
    width: max-content;
    height: 100%;
}
.submit_btn .btn {
    display: flex;
    align-items: center;
    gap: 0.833rem;
}
.submit_btn  span.text {
    font-family: 'Prata', Sans-serif;
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    color: #E2BC80;
}
.submit_btn svg {
    display: flex;
}
.submit_btn>.inner>input {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.submit_btn .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.submit_btn:hover .btn span.icon path {
    transform: translateX(14%);
}
.submit_btn:hover .btn span.icon circle {
    transform: translateX(-55%);
}
.loading-spin, .processing:before {
    border-left: 3px solid #fff !important;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    border-color: #fff !important;
    text-align: center;
}
.menu_header .inner{
    background-image: url(../images/Menu.jpg);
    width: 48.15rem;
    display: flex;
    align-items: center;
    padding: 0 6.7rem;
    position: relative;
    z-index: 3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    transform: translateX(100%);
    transition: 1s all;
}
header {
    position: fixed;
    top: 2.25rem;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0 3rem;
}

.menu_header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
}

.menu_header .menu a {
    text-shadow: 0 4.88px 4.88px rgba(1, 74, 69, 0.20);
    color: #fff;
    font-family: Prata;
    font-size: 1.25rem;
    padding: 0 !important;
    display: inline-block;
    width: auto;
    transition: .5s all;
    position: relative;
}

.bg_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.close_menu {
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 9;
    cursor: pointer;
}

.close_menu svg {
    display: block;
    width: 2.3rem;
    height: auto;
}

.menu_header .menu li {
    border: none;
    margin: 0 !important;
    background: transparent;
}

.menu_header .menu {
    background: transparent;
    margin: 0;
}

.menu_header .inner .primary {
    background: transparent;
}

.menu_header .menu li + li {
    margin-top: 1.8rem !important;
}

.menu_header .menu a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    transition: .5s all;
    height: 1px;
    background: #E2BC80;
    bottom: 0;
}

.menu_header .menu a:hover:before {
    width: 100%;
}

.menu_header .menu a:hover {
    color: #E2BC80;
}

.menu_header.active .inner {transform: translateX(.4rem);}

.menu_header.active {
    opacity: 1;
    pointer-events: unset;
}

.wrap_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.logo_header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

a.logo_header img {
    height: 9.55rem;
    width: auto;
    display: block;
}

.wrap_header .phone a {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #E2BC80 0%, #D1A35E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Prata;
    font-size: 0.9rem;
}

.wrap_header .phone a svg {
    width: 3rem;
    height: auto;
    display: block;
}

.open_menu {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.open_menu svg {
    width: 2.4rem;
    height: auto;
}
.box_slide_home3 .swiper-slide {
    max-width: 100%;
    opacity: 1;
    transition: .5s all;
}

.box_slide_home3 .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.box_slide_home3 .box_content {
    opacity: 0;
    transition: .5s all;
    padding-top: 4rem;
    position: relative;
}
.box_slide_home3 .box_content:before{
    background-image: url(../images/graphics/1.png);
    width: 2.7426rem;
    height: 8.03575rem;
    content: '';
    position: absolute;
    top: -3.5rem;
    left: 0;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
}

.box_slide_home3 .swiper-slide.swiper-slide-active .box_content.text-center {
    opacity: 1;
}
.popup_style {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #163029;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
}

.popup_style .inner {
    width: 60rem;
    max-height: 100vh;
    height: 100vh;
    background: #ffff;
    border-radius: 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: .5s all;
    overflow: auto;
}

.close_popup {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    top: 1rem;
    right: 1rem;
    z-index: 9;
    border: 1px solid #fff;
    border-radius: 50%;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s all;
}

.close_popup svg {max-width: 50%;}

.close_popup:hover {
    background: #E2BC80;
    border-color: #E2BC80;
}

.popup_style .inner.active {
    opacity: 1;
}

.popup_style.active {
    opacity: 1;
    pointer-events: unset;
}
.popup_style .inner::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.popup_style .inner::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}
.popup_style .inner::-webkit-scrollbar-thumb
{
    background-color: #D2A45F;
}

.popup_style .inner_post {
    margin: 2rem;
}

h1.title_post {
    font-size: 2rem;
    font-family: Prata;
    background: linear-gradient(270deg, #D3A758 -27.58%, #D0A25E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    max-width: 77%;
    text-transform: uppercase;
    margin: 0 auto 1rem;
}

.nav_meta {
    border-top: 1px solid #3333331a;
    border-bottom: 1px solid #3333331a;
    font-size: .8rem;
    padding: .4rem 0;
}

.nav_meta .right {
    display: flex;
    align-items: center;
}

.nav_meta ul {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
}

.nav_meta ul a {
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D2A45F;
    fill: #D2A45F;
    border-radius: 50%;
}

.nav_meta ul a svg {
    max-width: 50%;
    max-height: 50%;
    width: auto;
    height: auto;
}

.nav_meta ul li {
    margin: 0;
}

.nav_meta ul li {
    margin-left: .3rem;
}

.popup_style .inner_post .content {
    font-size: .9rem;
    margin-top: 1rem;
    color: #333;
}



.popup_style .inner_post .content ul,.popup_style .inner_post .content  ul {
    margin-left: 1rem;
}

.nav_meta ul a:hover {
    background: #D2A45F;
    fill: #fff;
}
.slide_time_position .swiper-slide {
    width: max-content;
}

.list_time_position:before {
    content: '';
    width: calc(100% + 13rem);
    height: 1px;
    border-top: 1px dashed rgba(211, 167, 88, 0.50);
    position: absolute;
    top: 8.8rem;
    right: 0;
}

.slide_time_position {
    overflow: hidden !important;
    margin: 0 -0.5rem;
}

.list_time_position .arrow.prev,.list_time_position .arrow.next {
    left: -6rem !important;
    top: 8.8rem;
}

.list_time_position .arrow svg {
    width: 1.5rem;
}

.list_time_position .arrow.next {
    left: unset !important;
    right: -2rem !important;
}

.box_mapspin  svg {
    transform: translate(2rem, -8rem);
}
.inner_svg {
    width: 50rem;
    position: relative;
}

.inner_svg svg {
    width: 100%;
    height: auto;
}

.list_diem .item {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    top: 63.5%;
    left: 52.2%;
}

.list_diem .item .number svg {
    transform: unset;
    width: .9rem !important;
    position: absolute;
}

.list_diem .item .number span {width: 0.93185rem;height: 0.9273rem;width: 0.9273rem;border: 1px solid #fff;border-radius: 50%;background: #0A9658;color: #fff;display: flex;align-items: center;justify-content: center;font-size: 0.5rem;font-weight: 700;position: relative;z-index: 2;padding-top: .1rem;position: relative;z-index: 2;}


.list_diem .item .number span:before {
    content: '';
}
.list_diem .item .number span:before {
    content: '';
    background: #e2bc80;
    width: 150%;
    height: 150%;
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
    z-index: -1;
}
.list_diem .item.active .number span:before,
.list_diem .item:hover .number span:before{
    display: block;
}
header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(
            180deg, #000 0%, rgba(0, 0, 0, 0.85) 34.67%, rgba(0, 0, 0, 0.59) 63.1%, rgba(0, 0, 0, 0.00) 100%);
    height: 10rem;
    top: -2.25rem;
}
.wrap_header {
    position: relative;
    z-index: 2;
}
@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }

    50% {
        transform: translateZ(0) scale(1.5);
        opacity: 0
    }

    100% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }
}

header.sticky .logo_header img {
    height: 4rem;
}
.slide_time_position .swiper-slide {
    width: max-content;
}

.list_time_position:before {
    content: '';
    width: calc(100% + 13rem);
    height: 1px;
    border-top: 1px dashed rgba(211, 167, 88, 0.50);
    position: absolute;
    top: 8.8rem;
    right: 0;
}

.slide_time_position {
    overflow: hidden !important;
}

.list_time_position .arrow.prev,.list_time_position .arrow.next {
    left: -6rem !important;
    top: 8.8rem;
}

.list_time_position .arrow svg {
    width: 1.5rem;
}

.list_time_position .arrow.next {
    left: unset !important;
    right: -2rem !important;
}

.box_mapspin  svg {
    transform: translate(2rem, -8rem);
}

@keyframes swing {
    from { transform: rotate(-10deg) rotateY(20deg); }
    to   { transform: rotate(10deg) rotateY(0deg); }
}

ul.ul-reset.m-0.graphic_sec li img, .home_3 .group_sec_2.graphic_img_7:before, #footer .copyright.graphic_title:before, .home_6.graphic_img_6:before,.home_2.graphic_img_6:before{
    transform-origin: bottom center;
    animation: swing 5s ease-in-out infinite alternate;
}

ul.ul-reset.m-0.graphic_sec li:nth-child(2) img {
    transform-origin: bottom center;
    animation: swing 6s ease-in-out infinite alternate;
}

ul.ul-reset.m-0.graphic_sec li:nth-child(3) img,
.home_6.graphic_img_af_4:after{
    transform-origin: bottom center;
    animation: swing 8s ease-in-out infinite alternate;
}
path.animation_round {
    animation: StrokeLine 7s infinite linear;
}
path.animation_round2{


    animation: StrokeLine2 7s infinite linear;
}
.box_slide_home3 .slide_1 .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: .3rem solid #D2A45F;
    border-radius: 1rem;
    z-index: 9;
    opacity: 0;
    transition: .5s all;
}

.box_slide_home3 .slide_1 .item:hover .box_img:before {
    opacity: 1;
}
@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 100
    }

    to {
        stroke-dashoffset: 0
    }
}
@keyframes StrokeLine2 {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 100
    }
}
.menu_header .inner>i,g {}

.menu_header .inner img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24rem;
    transform: rotate(10deg) translateX(18rem);
    transform-origin: bottom left;
    transition: 2s all;
    opacity: 0;
}

.menu_header.active .inner img {
    transform: rotate(0) translateX(0);
    transition-delay: .5s;
    opacity: 1;
}
.slide_2 img {
    transform: scale(1);
    transition: 2s all;
}

.slide_2 img:hover {
    transform: scale(1.1);
}
.home_3 .slide_1 .swiper-slide {
    max-width: 85%;
    opacity: .4;
}

.home_3 .slide_1 .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.box_slide_home3.top .arrow {
    left: -4rem !important;
    margin-top: -1rem;
    padding: 0 !important;
}

.box_slide_home3.top .arrow.next {
    left: unset !important;
    right: -4rem !important;
}
.box_slide_home3.graphic_pseudo .arrow {
    left: -8rem !important;
    bottom: 0;
    top: unset !important;
    transform: unset !important;
}
.list_diem .item .number span:before{
    transition: .5s all;
}
.list_diem .item.active .number span:before {
    background: #163029;
}
.button_fixed ul {
    list-style: none;
    margin: 0;
}

.button_fixed {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.button_fixed a {
    width: 2.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px 0 0 100px;
    border: 1px solid #E0C58E;
    background: rgba(22, 48, 41, 0.75);
    backdrop-filter: blur(15px);
    height: 2.87555rem;
    border-right: none;
}

.button_fixed a svg {
}

a.phone svg {
    width: 1rem;
    height: auto;
}

a.item_360 svg {
    width: 1.88rem;
    height: auto;
}

.button_fixed a.item_form {
    height: auto;
    border-radius: 1.5rem 0 0 1.5rem;
    display: block;
    height: 10.45rem;
}

.button_fixed a.item_form span {
    font-size: 0.75rem;
    color: #E0C58E;
    font-weight: 700;
    width: max-content;
    display: inline-block;
    top: 39%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
}

.button_fixed a.item_form img {
    max-width: unset;
    position: absolute;
    bottom: -1rem;
    height: auto;
    width: 4.85rem;
    transform: rotateY(180deg) rotateX(44deg);
    left: -1.7rem;
    max-height: unset;
}
.list_counter .item_counter .number>span.unit {
    margin-left: .4rem;
}
div#form_dang_ky {
    background: #153129;
}

div#form_dang_ky button.fancybox-button.fancybox-close-small {
    color: #fff;
    padding: .2rem;
}
.box_slide_home3.graphic_pseudo .arrow.next {
    left: -5rem !important;
}
.home_3 .group_heading1 {
    justify-content: flex-end;
}
.home_4:before {
    pointer-events: none;
}
@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    html {
        font-size: 1.5vw;
    }

    .heading_sec {
        font-size: 2.6rem;
    }

    .list_counter .item_counter .number>span {
        font-size: 3rem;
    }

    .home_1 {
        padding: 0 0 30rem;
    }

    a.logo_header img {
        height: 5.55rem;
    }

    header {
        padding: 0 2rem;
        top: 1rem;
    }
    .home_2 .row_1 .text_1>span.font_dfvn {
        font-size: 26rem;
    }

    .home_2.graphic_img_6:before {
        width: 25.125rem;
        height: 22.625rem;
    }
    .box_slide_home3 .slide_content .item>h3 {
        font-size: 1.2rem;
    }

    .home_3 .group_sec_2.graphic_img_7:before {
        width: 24rem;
        height: 19rem;
        right: -1%;
    }

    .list_news .arrow.prev {
        left: -2.5rem;
    }

    .list_news .arrow.next {
        right: -2.5rem;
    }

    .box_promotions .group_heading>.inner_heading {
        padding-left: 5.792rem;
    }

    .list_promotions h3 {
        font-size: 1.3rem;
    }
    .close_popup {
        top: .4rem;
        right: .4rem;
    }
    .inner_svg {
        width: 35rem;
        margin-top: 15rem;
    }
    .home_3 .group_heading1 {
        display: block;
    }

    .home_3 .group_heading1 .heading_sec {
        margin: 0;
    }

    .home_3 .group_heading1 .desc_sec {
        width: 100%;
        margin: 0;
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .home_3 .group_heading1 {
        display: block !important;
    }

    .home_3 .group_heading1 .desc_sec {
        width: 100%;
        margin: 2rem 0 0;
    }

    .home_3 .group_heading1 .heading_sec {
        margin-left: 0;
    }
    .box_slide_home3.top .arrow {
        left: -3rem !important;
    }

    .box_slide_home3.top .arrow.next {
        right: -3rem !important;
    }
    .box_promotions {
        z-index: 9;
    }

}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    html {
        font-size: 4vw;
    }

    header {
        padding: 0 1rem;
        top: .4rem;
    }

    a.logo_header img {
        height: 3.6rem;
    }

    .wrap_header .phone a {
        font-size: 0;
    }

    .banner_hero .item {
        height: 19rem;
    }

    .home_1:after, .home_1:before {
        display: none;
    }
    .banner_hero_wrap:before {
        width: 1.646rem;
        height: 4.729rem;
    }

    .heading_home1 .desc_sec {
        max-width: 100%;
    }

    .home_1 {
        margin-top: 0;
    }

    .heading_home1 .font_dfvn {
        font-size: 5.28125rem;
        margin-left: -10rem;
        padding-bottom: .4rem;
    }

    .heading_sec {
        font-size: 1.5rem;
    }

    .heading_home1 .heading_sec.graphic_title:before {
        width: 4.6875rem;
        height: 6.271rem;
        bottom: -1rem;
        left: -7rem;
    }

    .heading_home1 .heading_sec {
        transform: translateX(2rem);
    }

    .list_counter .item_counter .number>span {
        font-size: 2rem;
    }

    .list_counter {
        column-gap: 1rem;
        row-gap: 1rem;
    }

    .list_counter .item_counter:before {
        display: none;
    }

    .list_counter .item_counter:after {
        display: none;
    }

    .list_counter .item_counter {text-align: center;width: calc(50% - 1rem);}

    .number .inner.relative, .number {}

    .list_counter {
        padding-top: 1rem;
    }

    .home_1 {
        padding: 0 0 7rem;
    }

    .home_2.graphic_img_6:before {
        width: 8.125rem;
        height: 3.625rem;
        left: 0%;
    }

    .bg_home1 .graphic_sec li:nth-child(3) img {
        width: 7.25rem /* 600/19.2 */;
    }
    .home_2 .row_1 .desc_sec {
        max-width: 100%;
        margin-top: 2rem;
        position: relative;
        z-index: 9;
    }

    .home_2.bg_image {
        padding-top: 2rem;
    }

    .home_2 .row_1 .text_1>span.font_dfvn {
        font-size: 14rem;
        transform: translateY(41%);
        padding-left: 13rem;
        right: 0rem;
    }

    .home_2 .row_1 .text_1>span.font_dfvn {}

    .home_2 .row_1 .heading_sec {
        padding-left: 2.2rem;
    }

    .home_2 .row_1 .desc_sec {}

    .home_2 .row_1 .heading_sec.graphic_img_af_1:after {
        width: 1.408rem /* 52/19.2 */;
        height: 4.021rem /* 154/19.2 */;
    }

    .home_2 .row_2 {
        padding-top: 3rem;
    }
    .home_3 span.font_dfvn {
        font-size: 5.542rem /* 260/19.2 */;
    }

    .home_3 .group_heading1 span.font_dfvn:nth-child(1) {
        padding-left: 1rem;
    }

    .home_3 .group_heading1 .heading_sec.graphic_title:before {
        width: 7.979rem;
        height: 7.458rem;
    }

    .home_3 .group_heading1 .text_2 {
        padding-left: 5rem;
    }

    .home_3 .group_heading1 .text_1 {
        margin-bottom: -3rem;
    }

    .home_3 .group_heading1 .heading_sec {
        font-size: 1.2rem;
    }

    .font_prata {
        flex: 0 0 auto;
    }

    .home_3 .group_sec_1 .box_slide_home3 {
        padding-top: 0;
    }

    .box_slide_home3 .slide_1 {
        padding: 1rem 0 0;
    }

    .home_3 .group_sec_2 {
        padding-top: 1.6875rem;
    }
    .home_3 .group_heading2 .text_1 {
        margin-bottom: -0.5rem;
    }

    .home_3 .group_sec_2 .col:nth-child(2) .box_slide_home3 {
        margin: 0;
    }

    .home_3 .group_sec_2 .box_slide_home3.graphic_img_1:before {
        width: 1.958rem /* 76/19.2 */;
        height: 5.667rem /* 224/19.2 */;
        bottom: 0;
    }

    .home_3 .group_sec_2.graphic_img_7:before {
        opacity: 0;
    }

    .home_4  h2.heading_sec {
        margin-bottom: 0 !important;
    }

    .home_3  h2.heading_sec {
        margin: 0;
    }

    .home_3 .group_sec_2 .group_heading {
        padding: 0;
    }

    .home_3 .group_heading2 span.font_dfvn:nth-child(2) {
        padding-left: .2rem;
    }

    .box_slide_home3 .slide_1 .box_content h3 {
        font-size: 1.2rem;
    }

    .home_4 {
        padding-top: 4rem;
    }

    .heading_home4 .subtitle_wrap {width: 100%;margin-left: 0;transform: translateY(-2rem);}

    .heading_home4 .heading_sec>.text_1 {
        display: block;
    }

    .heading_home4 span.font_dfvn {
        font-size: 6rem;
    }

    .heading_home4 .desc_sec {
        max-width: 100%;
        margin-top: 2rem;
    }

    .home_3 .group_heading1 .text_2>span.font_prata:nth-child(2) {
        padding-left: 2rem;
    }

    .heading_home4 .heading_sec>.text_1.graphic_title:before {
        top: 14%;
        left: 2%;
    }
    .list_product .item {
        width: calc((100% / 2) - .5rem);
    }

    .list_product {
        gap: 1rem;
    }

    .list_product .box_content {
        padding-top: 1.425rem;
    }

    .list_product .inner.graphic_img_1:before {
        width: 1.604rem;
        height: 3.8125rem;
        top: 75%;
    }

    .list_product h3.title {
        font-size: 1rem;
    }

    .heading_home5 span.font_dfvn {
        font-size: 4rem;
    }

    .home_6 {
        padding-top: 3rem;
    }
    .box_promotions {
        margin: 0 1rem;
        background: none !important;
    }

    .box_promotions:before {
        background: rgb(61 101 53 / 30%);
    }

    .box_promotions .group_heading>.inner_heading {
        padding: 0;
    }

    .home_7:before {
        display: none;
    }

    .home_6.graphic_img_6:before {
        display: none;
    }

    .box_promotions .inner {
        display: block;
        gap: unset;
    }

    .box_promotions .inner > * {
        width: 100%;
    }

    .box_promotions .list_promotions {
        margin-top: 1rem;
    }

    .list_promotions h3 {
        line-height: 1.6;
    }

    .list_promotions .number {
        font-size: 4rem;
    }

    .box_promotions .group_heading .subtitle {
        font-size: 7rem;
    }

    .heading_home7 .subtitle {
        font-size: 8rem;
    }

    #footer .box_1>.box_img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footer .box_logo {
        display: block;
    }

    #footer .box_1>.box_img img {
        max-width: 73%;
    }

    #footer .box_2>.box_img {
        width: 100%;
    }

    #footer .box_logo .box_2 {
        margin-top: 3rem;
    }

    #footer span.title {
        font-size: 1.2rem;
    }

    #footer .box_2>.box_img img {
        max-width: 60%;
        margin: auto;
    }

    #footer>.inner .row {
        position: relative;
        z-index: 99;
    }

    #footer .copyright.graphic_title:before {
        display: none;
    }

    .menu_header .inner {
        padding: 0 2rem;
    }
    .heading_home1 .heading_sec .text_2 {
        margin-top: 4rem;
    }
    .inner_svg {
        width: 35rem;
        margin-top: 14rem;
    }

    .inner_svg {
        width: 100%;
        margin-top: 4rem;
        transform: translateX(-1rem);
    }

    .box_mapspin svg {
        transform: translate(1rem, -3.2rem);
    }

    .list_diem .item {
        transform: scale(.5);
    }

    .home_3 {
        padding-top: 0;
    }
    .heading_sec {
        line-height: 1.4;
    }
    header.sticky .logo_header img {
        height: 3.6rem;
    }
    .close_popup {
        top: 0;
        right: 0;
        background: linear-gradient(270deg, #D3A758 -27.58%, #D0A25E 100%);
        border-radius: 0;
        border: none;
    }

    h1.title_post {
        max-width: 100%;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .bg_home1 .graphic_sec li:nth-child(1) img {
        width: 5.042rem;
        height: 6.042rem;
    }

    ul.ul-reset.m-0.graphic_sec li:nth-child(2) img {
        width: 3.625rem /* 300/19.2 */;
        margin-top: 2rem !important;
    }
    span.counter_opacity {
        display: none;
    }

    .number span.counter {
        position: unset;
    }

    .home_2.graphic_img_6:before {
        display: none;
    }

    .home_1 .heading_home1 .font_dfvn {
        padding-bottom: 0;
    }

    .home_3 .group_heading1 span.font_dfvn:nth-child(2) {
        padding-top: 1rem;
    }

    .home_3 .group_heading1 span.font_dfvn:nth-child(1) {
        padding-bottom: 2rem;
    }
    .menu_header .inner {
        width: 101% !important;
        max-width: unset;
        position: absolute;
        top: 0;
        height: 100vh;
    }

    .menu_header.active .inner {
        transform: translateX(0);
    }

    .menu_header {
        display: block;
    }
    .menu_header .inner img {
        width: 17rem;
    }
    .box_promotions {
        position: relative;
        z-index: 99;
    }
    .home_2 .desc_sec br {
        display: none;
    }
    .home_5 .swiper-pagination {
        display: flex;
    }
    #footer .box_info>ul {
        gap: 1rem;
    }
    .list_time_position .swiper-pagination {
        display: flex !important;
    }
    .home_3 .group_sec_2 {
        padding-top: 0;
    }
    .list_counter {
        margin-bottom: 1.5rem;
    }
    div#form_dang_ky {
        overflow: hidden;
    }
    .box_slide_home3 .arrow {
        display: none !important;
    }
    .box_slide_home3 .swiper-pagination {
        display: flex;
        position: absolute;
        bottom: -3rem;
    }
}