@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root{
    --main-cl: #660E1A;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}

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;
}
@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}
.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: 13.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: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    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;
    }
}
.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: 8;
    background: var(--main-cl);
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 80px;
    height: 80px;
    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;
}
.slider_banner {
    width: 100%;
}

.section {
    padding: 0;
}
.fp-section {
    height: 100vh;
    overflow: hidden;
}
.swiper-grid-column>.swiper-wrapper {
    flex-direction: unset;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 75rem !important;
}

html {
    font-size: 1vw;
}

.item_banner {height: 100vh;}

.item_banner video,.item_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


body {
    color: var(--3_222222, #222);
    font-size: .9rem;
    font-weight: normal;
    font-family: 'Averta Light';
    line-height: 1.4;
}

.item_banner .box_content {
    position: absolute;
    z-index: 9;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.7rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display";
    font-weight: 400;
}

.item_banner .box_content h2 {
    margin: 0;
    color: #fff;
    font-size: 3.25rem;
}

.font2 {
    font-family: 'NVN Motherland Signature';
    font-size: 2rem;
    color: var(--2_C5B07D, #C5B07D);
}

.item_banner .box_content span.font2 {
    color: #fff;
}

.svg_animation {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.item_banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17.85rem;
    background: linear-gradient(
            0deg, rgba(20, 0, 3, 0.60) 0%, rgba(20, 0, 3, 0.35) 48.95%, rgba(20, 0, 3, 0.00) 100%);
}

.svg_animation svg {
    width: 34.00005rem;
    display: block;
}

.img_bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.img_duoi {
    height: 100%;
    width: auto;
    display: block;
}

.img_tren {
    position: absolute;
    height: 100%;
    width: auto;
    display: block;
}

.col, .columns, .gallery-item {
    padding-bottom: 0;
}

span.sub_title {
    font-family: 'NVN Motherland Signature';
    font-size: 2rem;
    color: var(--2_C5B07D, #C5B07D);
}

.heading_title {
    font-size: 2.75rem;
    color: var(--1_660E1A, #660E1A);
    text-transform: uppercase;
}

.home_sec_2  h1.heading_title {
    color: #fff;
}

.home_sec_2 .content {
    color: #fff;
}

.home_sec_2 .col.large-7.medium-7 {
    padding-right: 5rem;
}

.home_sec_2_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.2rem;
}

.home_sec_2_items .item {
    padding: 2.3rem 0;
    width: 13rem;
    margin: 0 2.2rem 0;
}

.home_sec_2_items .item:nth-child(n+3) {
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.home_sec_2_items .item .title {
    font-size: 0.8rem;
    color: #fff;
}

.home_sec_2_items .item b {
    font-size: 2.5rem;
    color: var(--2_C5B07D, #C5B07D);
}

b, strong {
    font-weight: normal;
}

.button_link {
    display: inline-flex;
    align-items: center;
    2
    3
    4
    5
    6
    color: var(--2_C5B07D, #C5B07D);
    font-family: "Playfair Display";
    font-size: 0.9rem;
    color: var(--2_C5B07D, #C5B07D) !important;
    position: relative;
}

.button_link span.icon svg {
    width: 5.1rem;
    height: auto;
    transform: translateX(0);
    transition: .5s all;
}

.button_link span.icon {
    margin-left: .8rem;
    height: 3.55rem;
    display: flex;
    align-items: center;
    position: relative;
}

.button_link span.icon:before {
    width: 3.55rem;
    height: 3.55rem;
    position: absolute;
    content: '';
    border: 1px solid rgba(197, 167, 106, 0.50);
    border-radius: 100px;
    right: 0;
    transform: translateX(50%);
    transition: .5s all;
}

.button_link:hover span.icon:before {
    right: 66%;
}

.home_sec_3  video.elementor-video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home_sec_4_img {
    position: absolute;
    right: 0;
    height: 100%;
    mix-blend-mode: multiply;
}

.home_sec_4 .row {
    position: relative;
    z-index: 9;
}

.text-center  a.button_link {
    justify-content: center;
}

.home_sec_4_img>img {
    height: 100%;
    width: auto;
}

.home_sec_4_img .logo_center {
    position: absolute;
}

ul.list_dots {
    list-style: none;
    margin: 0;
}

ul.list_dots li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.home_sec_4 .content {
    margin-bottom: 1.2rem;
}

a.button_link.style_2 {
    color: var(--1_660E1A, #660E1A) !important;
}

a.button_link.style_2 .icon:before {
    border-color: var(--1_660E1A, #660E1A) !important;
}

a.button_link.style_2 .icon path {
    fill: #660E1A;
}

ul.list_dots li .icon {
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: #660E1A;
    border-radius: 50%;
}

ul.list_dots li .icon img {
    max-width: 54%;
    position: relative;
    z-index: 9;
}

ul.list_dots li .icon:before {
    content: '';
    position: absolute;
}
ul.list_dots li .icon:before {
    content: '';
    width: 120%;
    height: 120%;
    content: '';
    position: absolute;
    border-radius: 50%;
    /*animation: pulse-border 1000ms ease-out infinite;*/
    background: #660E1A;
}

@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
    }
}

section.section.home_sec_4 {
    background: #FAF4E9;
}

.home_sec_4_img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    WIDTH: 23rem;
    height: 100%;
    background: linear-gradient(270deg, #FAF4E9, transparent);
    opacity: .5;
    pointer-events: none;
}
.home_sec_4 .box_content {
    position: relative;
    padding-top: 11rem;
}

.home_sec_4 .box_content .animation_svg {
    position: absolute;
    top: -1rem;
    width: 100%;
    z-index: -1;
}

.home_sec_4 .box_content .animation_svg svg {
    width: 20.25rem;
}

.home_sec_4 .box_content .sub_title span {
    transform: rotate(-7deg);
    Typography;
    margin-bottom: 1rem;
}

span.sub_title span {
    display: block;
    margin-bottom: 1.4rem;
}

.home_sec_2 span.sub_title span {
    transform: translateX(-4rem) rotate(-7deg);
}

.home_sec_5_slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 2;
}

.home_sec_5 .row {
    height: 100vh;
    align-items: center;
}

.mySwiper2 {
    position: absolute;
    bottom: 13%;
    z-index: 9;
    width: 12rem;
    left: -17%;
    transform: rotate(-5deg);
    border: 4px solid #FAEDD2;
    display: block;
}

.mySwiper  img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.mySwiper2 .box_img {
    width: 100%;
    height: 15.071rem;

}

.mySwiper2 .box_img img {
    width: 100%;
    height: 100%;
    /*box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);*/
    object-fit: cover;
}

.home_sec_5 .content {
    max-width: 26.5rem;
    Typography;
    margin-bottom: 5rem;
}

.swiper-pagination span {width: 0.5rem;height: 0.5rem;width: .5rem;border: 1px solid #660E1A;background: transparent;opacity: 1;}

.swiper-pagination-bullet-active {
    background: #660E1A !important;
}

.swiper_title  h3 {
    font-size: 1.5rem;
    color: var(--1_660E1A, #660E1A);
}

.home_sec_5 .swiper-pagination {
    position: unset !important;
    display: flex;
}
.home_sec_5 {
    background: #FAF4E9;
}

.home_sec_5 span.sub_title span {
    transform: translateX(-4rem) rotate(-7deg);
}
.home_sec_7 .img_bg {
    align-items: center;
    background: #f8f3ea;
    display: inline-flex;
    height: auto;
}

.home_sec_7 .img_bg img {
    width: 100%;
    height: auto;
}

.home_sec_7  .content {
    color: var(--3_222222, #222);
    margin-bottom: 1rem;
}
.home_sec_8  h2.heading_title {
    color: #fff;
}

.home_sec_8 span.sub_title span {
    transform: translateX(-4rem) rotate(-7deg);
}

.home_sec_8_content span.font2 {
    font-family: "Playfair Display";
    display: block;
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.home_sec_8_content img.logo {
    height: 4.35rem;
    display: block;
    margin-bottom: 1.5rem;
}

.home_sec_8_content .content {
    color: var(--4_FFFFFF, #FFF);
    text-align: justify;
    max-width: 23rem;
}

.slider_cus {
    text-align: center;
    color: #fff;
}

.slider_cus h3 {
    color: #fff;
    font-family: 'Averta Light';
    display: block;
    margin-bottom: .9rem;
    text-align: left;
    font-size: .9rem;
}

.slider_cus  .box_img {
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slider_cus .box_img img {
    max-height: 100%;
    width: auto;
}

.slider_cus .swiper-slide {
    padding: 1.9rem 0;
}
.home_sec_8 .col.large-7.medium-7:before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent, #F0DCB8, transparent);
    width: 1px;
    z-index: 2;
    opacity: .4;
}
.home_sec_9 {
    background: #FAF4E9;
    Colors
    Color format
    Hex
    Background colors

    #FAF4E9;
}

ul.menu_cat {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    margin: 0 0 1.5rem;
}

ul.menu_cat a {
    color: var(--c-6-b-07-d, #C6B07D);
    padding-bottom: .3rem;
    position: relative;
    transition: .5s all;
}

ul.menu_cat li {
    margin: 0 1rem;
}

ul.menu_cat a:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 1px;
    background: #660C18;
    transition: .5s all;
    bottom: 0;
    transform: translateX(-50%);
}

ul.menu_cat a:hover {
    color: #660C18;
}

ul.menu_cat a:hover:before {
    width: 100%;
}

.item_post {
    position: relative;
    cursor: pointer;
}

.item_post .box_img {
    padding-bottom: 102%;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

.item_post .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item_post:hover .box_img img {
    transform: scale(1.15);
}

.item_post .meta {
    display: flex;
    font-size: 0.65rem;
    align-items: center;
}

.item_post .meta .term:before {
    width: 1px;
    height: 1px;
    content: '';
    background: #C7A76C;
    margin: 0 .2rem;
    display: inline-block;
}

.item_post .meta .term {
    color: var(--2, #C7A76C);
    display: flex;
    align-items: center;
}

.item_post h3 {
    margin: .5rem 0 0 0;
    font-size: 1.1rem;
    color: var(--3_222222, #222);
    font-family: 'Averta Regular';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: .5s all;
}

.slider_news .swiper-slide {
    padding: 0 1.5rem;
}

.slider_news {
    margin: 0 -1.5rem;
}

.slider_news .swiper-pagination {
    position: unset;
    margin-top: 2rem;
}

.home_sec_9 span.sub_title span {
    transform: rotate(-7deg);
}
.fp-watermark {
    display: none;
}
footer#footer {
    flex-wrap: wrap;
    min-height: 100vh;
}

footer#footer .row:not(.footer_bottom) {
}

.row.footer_bottom {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: .8rem;
}

.row.footer_bottom ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.row.footer_bottom ul a {
    color: #fff;
}

.row.footer_bottom ul li {
    margin: 0;
}

.wrap_contact_footer .left {
    width: 42%;
    border-right: 1px solid rgba(240, 220, 184, 0.24);
    SVG;
}

.wrap_contact_footer .right {
    width: 58%;
    padding-left: 6rem;
}

.wrap_contact_footer h2.title {
    color: #C5B07D;
    font-size: 4.75rem;
    line-height: 1.15;
    margin-bottom: 2rem;
}

.wrap_contact_footer .content {
    color: #fff;
    font-size: 1.1rem;
}

.wrap_contact_footer .content strong {
    font-family: "Playfair Display";
    font-size: .8rem;
}

.wrap_contact_footer .content a {
    color: #fff;
    font-size: 1.6rem;
}

.wrap_contact_footer .left {}

.wrap_contact_footer .right h3 {
    font-size: 2.75rem;
    color: #fff;
    padding-right: 8rem;
}

.wrap_contact_footer .right .content {
    padding-right: 7rem;
    font-size: 0.8rem;
}
.wrap_form_footer {
    margin-top: 1rem;
}

.wrap_form_footer input:not([type="submit"]) {
    background: transparent;
    border: none;
    height: 2.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    box-shadow: none;
    color: var(--4, #FFF);
    margin-bottom: 2.8rem;
}

.wrap_form_footer input:not([type="submit"])::placeholder {
    color: #fff;
}

.button_link input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 9;
}

span.wpcf7-spinner {
    display: none;
}

.wrap_form_footer .button_link {
    float: right;
}
.wpcf7 form .wpcf7-response-output {
    background: #fff;
    text-align: center;
}
.home_sec_6_wrap {
    display: flex;
    overflow-x: auto;
    height: 100vh;
}

.home_sec_6_wrap .item {
    flex: 0 0 auto;
}
.home_sec_6_wrap .item.item1 img {
    height: 100vh;
    width: auto;
    display: block;
}

.item.item1 {
    margin-right: 8.75rem;
}

.item.item2 .wrap_top .box_img {2
width: 27.1rem;
    height: 13.65rem;
    width: 27.1rem;
}

.item.item2 .wrap_top .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

item.item2 .wrap_top a.button_link.style_2 {
    margin-right: 8rem !important;
}

.item.item2 .wrap_top .box_img {
    margin-left: 7.25rem;
}

.item.item2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 18rem;
}

.item.item2 .wrap_bottom {
    max-width: 34rem;
    position: relative;
}

.item.item2 .wrap_bottom span.sub_title span {
    transform: rotate(-7deg) translateX(-4rem);
    Typography;
}

.item.item2 .svg_animation svg {width: 22rem;}

.item.item2 .svg_animation {
    left: unset;
    right: 0;
    transform: translateX(111%);
    top: 2rem;
}

.item.item3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45.35rem;
    margin-right: 7rem;
    margin-left: 7rem;
}

.item.item3 .box_img {
    height: 22.65rem;
}

.item.item3 .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_sec_6_wrap .box_content {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.home_sec_6_wrap .box_content .font2 {
    font-size: 2.5rem;
    color: var(--1_660E1A, #660E1A);
    margin-right: 2rem;
}

.home_sec_6_wrap .box_content h3 {
    margin: 0;
    color: var(--3_222222, #222);
    font-size: 1rem;
    font-family: 'Averta Semibold';
}

.item.item4 {
    align-items: center;
    display: flex;
    margin-right: 4rem;
    margin-left: 4rem;
}

.item.item4 .left .box_img {
    width: 14.85rem;
    height: 16.25rem;
    margin-top: 8rem;
    position: relative;
    z-index: 9;
}

.item.item4 .left .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item.item4 .right .box_img {
    width: 21.25rem;
    height: 13rem;
    transform: translateX(-3rem);
}

.item.item4 .right .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item.item4 .box_content {
    display: block;
    padding-left: 2.9rem;
    width: 18rem;
}

.item.item4 .box_content .font2 {
    margin: 0 0 .5rem;
}

.item.item5 .box_img {
    height: 75vh;
}

.item.item5 .box_img img {
    width: auto;
}

.item.item5 {
    display: flex;
    flex-direction: column;
    padding-right: 6rem;
}

.bottom_scroll {
    position: absolute;
    bottom: 3rem;
    right: 2rem;
    display: inline-flex;
    align-items: center;
    color: var(--1_660E1A, #660E1A);
}

.item.item5 .box_img img {
    height: 100%;
    width: auto;
    display: block;
}

.item.item5 .box_content {
    max-width: 30rem;
}

.item.item5 .left {
    margin-right: 9rem;
}
.home_sec_6_wrap {
    overflow-x: auto;
    overflow-y: hidden;
}

.home_sec_6_wrap::-webkit-scrollbar {
    height: 0px;
}
.bottom_scroll svg {
    height: .8rem;
    display: block;
    width: auto;
    margin-left: .6rem;
}
.bottom_scroll{
    animation: hu__hu__ infinite 2s ease-in-out
}
@keyframes hu__hu__ {
    50% { transform: translateX(1.5rem) }
}
.home_sec_7 .img_bg svg {
    position: absolute;
    width: 100%;
    height: auto;
}

.home_sec_7 .img_bg svg path {
    fill: transparent;
    stroke: #C5B07D;
    stroke-width: 3;
    stroke-dasharray: 1040;
    stroke-dashoffset: 1040;
    cursor: pointer;
    mix-blend-mode: hard-light;
    transition: .6s;
}

.home_sec_7 .img_bg svg path:hover {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .8s ease, fill .4s ease .4s;
    fill: #C5B07D;
}
.home_sec_7_items .item {
    display: flex;
    position: absolute;
    left: 38%;
    top: 27%;
    align-items: center;
    justify-content: flex-start;
}

.home_sec_7_items .item b {
    position: absolute;
    height: 2.6671rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.175rem;
    background: var(--1_660E1A, #660E1A);
    font-family: "Playfair Display";
    color: var(--2_C5B07D, #C5B07D);
    font-size: 1rem;
    padding: 0 1.3rem;
    opacity: 0;
    transition: .5s all;
}

.home_sec_7_items .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12rem;
    height: 1px;
    background: #660e1a;
    transform: translateX(-100%);
    opacity: 0;
    transition: .5s all;
}

.home_sec_7_items .item:after {
    width: 0.6rem;
    height: 0.6rem;
    width: 0.6rem;
    background: #660e1a;
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: -12.2rem;
    transform: translateY(-50%);
    animation: pulse-border 1000ms ease-out infinite;
    outline: 2rem solid rgb(102 14 26 / 50%);
}


@keyframes pulse-border {
    0% {
        outline: 0 solid rgb(102 14 26 / 50%);
    }

    50% {
        outline: .5rem solid rgb(102 14 26 / 50%);

    }

    100% {
        outline: 0 solid rgb(102 14 26 / 50%);

    }
}

.home_sec_7_items .item:nth-child(2) {
    top: 51%;
}

.home_sec_7_items .item:nth-child(3) {
    top: 73%;
}

.home_sec_7_items .item:nth-child(4) {
    top: 84%;
}
.home_sec_7_items .item.active b {
    opacity: 1;
}

.home_sec_7_items .item.active:before {
    opacity: 1;
}

.home_sec_7_items {
    pointer-events: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navbar_header {
    position: fixed;
    z-index: 9;
    width: 4rem;
    height: 100vh;
}

a#logo_header img {
    width: 4rem;
    height: auto;
    display: block;
}

a#logo_header {
    transform: translateX(50%);
    display: inline-block;
    margin-top: 1.7rem;
    position: relative;
    z-index: 99999;
}

.item_banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background: linear-gradient(
            90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.49) 53.19%, rgba(0, 0, 0, 0.00) 100%);
    Colors
    Color format
    Hex
    Background colors;
    z-index: 2;
    width: 8.9rem;
}

a#logo_header:before {
    content: '';
    position: absolute;
    bottom: -1rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.30);
    height: 100vh;
    transform: translateY(100%);
    left: 50%;
}

.show_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.show_menu svg {
    display: block;
    width: 2.25rem;
}

.icon_scroll_down {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}
.icon_scroll_down svg {
    width: .8rem;
    height: auto;
    order: -1;
}
.popup_mb .icon_scroll_down svg {
    width: .8rem;
    height: auto;
    order: -1;
    position: absolute;
    transform-origin: top left;
    transform: rotate(90deg);
    margin-left: -1rem;
}

header .wrap_button {
    display: flex;
    justify-content: flex-end;
    padding: 2.15rem 4rem 0 0;
    align-items: center;
}

header .wrap_button ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

header .wrap_button ul a.view_360 img {
    width: 3.2rem;
}

header .wrap_button ul li {
    margin: 0;
}

header .wrap_button a.hotline {
    display: flex;
    align-items: center;
    color: var(--2_C5B07D, #C5B07D);
    font-size: 0.9rem;
}

header .wrap_button a.hotline svg {
    display: block;
    width: 3.4rem;
    height: auto;
}

header .wrap_button ul li+li {
    margin-left: 1rem;
}

.button_link:hover span.icon svg {
    transform: translateX(2rem);
}

.home_sec_6 {
    background: #FAF4E9;
}
.wrap_form_footer .button_link {
    margin-right: 1.7rem;
}
.logo_map {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 19rem;
    left: 32rem;
}

.logo_map .inner {
    position: absolute;
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #660E1A;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
}

.logo_map .inner svg {
    max-width: 43%;
    position: relative;
    z-index: 9;
}

.logo_map .inner:before {
    content: '';
    height: 5rem;
    width: 1px;
    background: #660E1A;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
}
header .wrap_button .show_menu {
    position: unset;
    transform: unset;
    margin-left: 2rem;
    display: none;
}


.home_sec_7 .img_bg:before,.home_sec_7 .img_bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, #F9F4EA 0%, rgba(249, 244, 234, 0.00) 100%);
    z-index: 2;
    width: 16.45rem;
}

.home_sec_7 .img_bg:after {
    left: unset;
    right: 0;
    transform: rotate(180deg);
}
.title_run {
    overflow: hidden;
    width: 100%;
    background: transparent;
    padding: .5rem 0;
    position: absolute;
    bottom: 0;
    opacity: .7;
}

.title_run .wrap {
    display: inline-flex;
    white-space: nowrap;
    /*animation: marquee 20s linear infinite;*/
    gap: 3rem;
}

.title_run .wrap span {
    font-size: 2.75rem;
    display: inline-block;
    color: rgba(197, 176, 125, 0.70);
    font-family: "Playfair Display";
    line-height: 1;
}
.home_sec_6_wrap .item img {transform: scale(1);transition: 1s all;}

.home_sec_6_wrap .item .box_img {
    overflow: hidden;
}

.home_sec_6_wrap .box_img:hover img {
    transform: scale(1.15);
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.row.footer_bottom ul li + li:before {
    content: '-';
    margin: 0 .3rem;
}
.home_sec_7 .box_svg svg {
    height: 27.3026rem;
    width: auto;
}.banner_page img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: absolute;
     top: 0;
     left: 0;
 }

.banner_page .row {
    height: 100vh;
    position: relative;
    z-index: 9;
    align-items: flex-end;
    padding-bottom: 5.3rem;
}

.banner_page:before {
    content: '';
    background: linear-gradient(180deg, rgba(102, 14, 26, 0.00) 0%, #660E1A 100%);
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

h1.title_banner {
    color: #fff;
    font-size: 3.25rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

nav#breadcrumbs ol {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav#breadcrumbs ol * {
    font-size: 0.8rem;
    color: rgb(255 255 255 / 50%);
}

nav#breadcrumbs ol li + li:before {
    content: '|';
    margin: 0 .6rem;
}

nav#breadcrumbs ol li {
    margin: 0;
}

nav#breadcrumbs ol li:last-child * {
    color: #fff;
}
.section_mat_bang {
    background: #FAF4E9;
    Colors
    Color format
    Hex
    Background colors

    #FAF4E9;
}

.img_mb {
    display: inline-block;
    position: relative;
    margin: 1rem 0;
}

.wrap_mb {
    text-align: center;
}

ul.list_can_ho {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

ul.note_color {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.note_color li {
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    margin: 0;
    padding: .2rem;
}

ul.note_color li span {
    width: 1.85rem;
    height: 1.85rem;
    display: inline-block;
    border-radius: 50%;
    margin-right: .7rem;
}

.img_mb img {
    display: block;
}

.img_mb img {
    max-height: 67vh;
    width: auto;
}

.section_mat_bang  h2.heading_title {
    margin-bottom: .6rem;
}

.img_mb:before,.img_mb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FBF6EC, transparent, transparent,transparent,transparent, transparent, transparent,#FBF6EC);
    pointer-events: none;
}

.img_mb:after {background: linear-gradient(0deg, #FBF6EC, transparent, transparent,transparent,transparent, transparent, transparent,#FBF6EC);}

ul.note_color li + li {
    margin-left: .85rem;
}

ul.list_can_ho li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.list_can_ho li a {
    position: absolute;
    width: 0.79615rem;
    height: 0.79615rem;
    background: #660E1A;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: .4s all;
}
ul.list_can_ho li a:before {
    content: '';
    width: 125%;
    height: 125%;
    position: absolute;
    border-radius: 50%;
    animation: pulse-border2 1000ms ease-out infinite;
    background: transparent;
    border: 1px solid #660E1A;
    transition: .4s all;
}

@keyframes pulse-border2 {
    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
    }
}

ul.list_can_ho li a:hover:before {
    border-color: #EDC971;
}

ul.list_can_ho li a:hover {
    background: #EDC971;
}
.popup_mb {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    background: #FAF4E9;
    top: 0;
    left: 0;
    transform: translateX(-110%);
    transition: .5s all;
}

.popup_mb.active {
    transform: translateX(0%);
}

.close_popup {
    position: absolute;
    left: 4rem;
    top: 3.15rem;
    z-index: 9;
}

.close_popup  span.icon {
    margin: 0 .8rem 0 0;
}

.close_popup span.icon:before {
    left: 0;
    right: unset;
    transform: translateX(-50%);
}

.close_popup:hover .icon svg {
    transform: translateX(-2rem) !important;
}


.close_popup:hover .icon:before {
    right: unset !important;
    left: 66%;
}

.popup_mb.loading:before,
.popup_mb.loading:after{
    opacity: 1;
}

.popup_mb:before {
    content: '';
    background: #f5efe4;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s all;
    pointer-events: none;
}

.popup_mb:after {
    content: '';
    animation: spin .5s linear infinite;
    border: 4px solid #660E1A;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 3rem;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    position: absolute;
    top: 50%;
    width: 3rem;
    z-index: 10;
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
}
.wrap_gallery {
    position: relative;
    width: calc(calc(100% + 14rem));
    height: 100vh;
    overflow: auto;
    padding-left: 7rem;
}

.wrap_gallery .item {
    width: 100%;
    height: 100%;
}

.wrap_gallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wrap_gallery::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.wrap_gallery::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
.wrap_gallery::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.wrap_gallery .icon_scroll_down {
    left: 0;
    bottom: 7rem;
    position: sticky;
    top: 67vh;
    z-index: 9;
    width: auto;
    height: auto;
    display: inline-flex;
    transform: translateX(-6rem) rotate(-90deg);
    font-size: 0.65rem;
    color: #B99F6C;
    text-transform: uppercase;
}
@keyframes hu__hu__2 {
    50% { transform: translateX(30px) }
}

div#load_mb .font_2 {
    color: #660E1A;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: .3rem;
}

div#load_mb h2.heading_title {
    margin-bottom: .5rem;
}

div#load_mb b.phong_ngu {
    font-size: 1.5rem;
    color: var(--3_222222, #222);
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

ul.info_can_ho {
    list-style: none;
    margin: 1.35rem -1rem 1rem;
    display: flex;
    flex-wrap: wrap;
}

ul.info_can_ho li {
    width: calc(calc(100% / 3) - 2rem);
    margin: 0 1rem 1.5rem;
    border-bottom: 1px solid #DBD5C8;
    padding-bottom: .8rem;
}

ul.info_can_ho li span {
    color: rgba(10, 19, 46, 0.75);
    display: block;
    font-size: 0.75rem;
}

ul.info_can_ho  b {
    font-size: 1.75rem;
    color: var(--1_660E1A, #660E1A);
    font-weight: 400;
}
.mobile_display {
    display: none;
}

section.single_page {
    padding: 8rem 0 5rem;
}

.single_page .nav_bottom {
    display: flex;
    border-top: 1px solid #B2B2B2;
    padding-top: 1.1rem;
    margin-top: 2rem;
}

.single_page .nav_bottom ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.single_page .nav_bottom ul li {
    margin: 0;
    color: var(--3_222222, #222);
    opacity: 0.5;
    margin-left: 1.2rem;
    cursor: pointer;
    transition: .4s all;
}

.single_page .nav_bottom span {
    display: block;
    margin-right: 0;
}

section.single_page .row {
}

.single_page nav#breadcrumbs * {
    color: rgb(34 34 34 / 50%);
}

.single_page nav#breadcrumbs li:last-child * {
    color: #222;
}

.single_page h1.heading_title {
    margin: 1.1rem 0;
}

.single_page .content.mota {
    font-size: 1.1rem;
    font-weight: 600;
}

.single_page .col.large-12>img {
    display: block;
    width: 100%;
    margin: 3rem 0 1.4rem;
}

.content_post {
    font-size: .9rem;
}

.content_post h2 {
    display: flex;
    align-items: center;
    font-size: 2.25rem;
    color: var(--1_660E1A, #660E1A);
    line-height: 1.3;
}

.content_post h2 strong {
    font-size: 7.14705rem;
    line-height: .9;
    flex: 0 0 auto;
    margin-right: .5rem;
}

.arrow_slider {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 1px solid #660E1A;
    Colors
    Color format
    Hex
    Border colors

    #660E1A;
    border-radius: 100px;
    top: -4rem;
    right: 0;
    transition: .5s all;
    cursor: pointer;
}

.wrap_slider {
    position: relative;
}

.arrow_slider.prev {
    right: 3rem;
}

.arrow_slider:hover {
    background: #660e1a5e;
}

section.post_related {
    padding-bottom: 5.7rem;
}
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.page-template-news .banner_page:after {
    content: '';
    background: linear-gradient(0deg, rgba(102, 14, 26, 0.00) 0%, #660E1A 100%);
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.banner_page:before {
    height: 48%;
}
.slider_news_nb .box_img {
    padding-bottom: 60%;
    margin-bottom: 1rem;
}

.slider_news_nb {
    padding: 3rem 9rem;
}

.slider_news_nb .swiper-slide {
    transform: scale(.96);
    text-align: center;
    transition: .7s all;
}

.slider_news_nb .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
    z-index: 9;
}

.slider_news_nb .meta {
    justify-content: center;
}

.slider_news_nb .swiper-pagination {
    display: none;
}

.slider_news_nb .box_content {
    opacity: 0;
    transition: .5s all;
}

.slider_news_nb  .swiper-slide.swiper-slide-active .box_content {
    opacity: 1;
}
.about_sec_1 .img_bg:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 108.9rem;
    height: 108.9rem;
    border-radius: 50%;
    background: rgba(102, 14, 26, 0.80);
    filter: blur(117px);
    transform: translate(-50%, -50%);
}

.about_sec_1 .img_bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, #660E1A, transparent, transparent, transparent, #660E1A);

}

.about_sec_1_content .heading_title,.about_sec_1_content .content {
    color: #fff;
}

.about_sec_1_content span.sub_title span {
    transform: rotate(-7deg) translateX(-4rem);
}
.about_sec_2 .img_bg.bg_zoom {
    display: flex;
    justify-content: flex-end;
    background: #FAF4E9;
    Colors
    Color format
    Hex
    Background colors

    #FAF4E9;
}

.about_sec_2 .col_right {
    padding-left: 8rem;
}

.about_sec_2_items {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem -1rem 0;
}

.about_sec_2_items span,span.title_so_lieu_right {
    font-size: 0.8rem;
    color: var(--3_222222, #222);
    display: block;
}

.about_sec_2_items .item {
    width: calc(45% - 2rem);
    margin: 0 1rem 2rem;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid rgb(34 34 34 / 20%);
}

.about_sec_2_items b>* {
    font-size: 2.5rem;
    color: var(--1_660E1A, #660E1A);
    display: inline-block;
    font-family: 'Averta Semibold';
}

.about_sec_2_items .item:nth-child(2) {
    width: calc(55% - 2rem);
}

.about_sec_2_items .item:nth-child(3) {
    width: calc(100% - 2rem);
}

.col_right .about_sec_2_items .item {
    width: calc(50% - 2rem);
    margin-bottom: 1.5rem;
    padding-bottom: .8rem;
}

.about_sec_3 {
    background: #FAF4E9;
}

.about_sec_3_content {
    padding-left: 4rem;
    text-align: justify;
    padding-right: 3rem;
}

.about_sec_3_content .content {
    margin-bottom: 1.5rem;
}

.about_sec_3 .wrap_slider {
    margin-left: 3rem;
}

.item_cn .box_img img {
    width: 100%;
    height: auto;
}

.slider_cn {
    padding-right: 12rem;
}

.about_sec_3 .wrap_slider .swiper-pagination {
    position: relative;
    justify-content: flex-end;
    text-align: left;
    margin-top: 1rem;
}

.slider_cn .swiper-slide {
    transform: scale(.8) translateX(-170%);
    transition: .7s all;
}

.slider_cn .swiper-slide.swiper-slide-active {
    transform: scale(1) translateX(0);
    z-index: 3;
}

.slider_cn .swiper-slide.swiper-slide-next {
    transform: scale(.9) translateX(-75%);
    z-index: 2;
}

.item_cn {
    background: rgb(0 0 0 / 50%);
}

.item_cn .box_img {
    transition: .5s all;
    opacity: .7;
}

.slider_cn .swiper-slide.swiper-slide-active .box_img {
    opacity: 1;
}
@keyframes hu__hu__3 {
    50% { transform: translateY(1.5rem) }
}
.utilities_sec_1_items .item {
    position: absolute;
    top: 8rem;
    left: 9rem;
    animation: hu__hu__3 infinite 2s ease-in-out
}

.utilities_sec_1_items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.utilities_sec_1_items .box_img {
    width: 11.9rem;
    height: 13.8rem;
}

.utilities_sec_1_items h3 {
    color: var(--1_660E1A, #660E1A);
    font-size: .9rem;
    margin: .5rem 0 0 0;
}

.utilities_sec_1_items .item:nth-child(2) .box_img {
    width: 24.05rem;
    height: 13.2rem;
}

.utilities_sec_1_items .item:nth-child(2) {
    top: unset;
    bottom: 5rem;
    left: 19rem;
    animation: hu__hu__3 infinite 3s ease-in-out

}

.utilities_sec_1 .row {
    height: 100vh;
    align-items: flex-start;
    padding-top: 5rem;
}

.utilities_sec_1_items .item:nth-child(3) {
    bottom: 0;
    top: unset;
    animation: hu__hu__4 infinite 3s ease-in-out

}

.utilities_sec_1_items .item:nth-child(3) .box_img {
    width: 16.9rem;
    height: 17.65rem;
}

.utilities_sec_1_items .item:nth-child(3) {
    display: flex;
    flex-direction: column;
    left: unset;
    right: 27rem;
    animation: hu__hu__3 infinite 4s ease-in-out
}

.utilities_sec_1_items .item:nth-child(3) .box_img {
    order: 2;
}

.utilities_sec_1_items .item:nth-child(3) h3 {
    margin: 0 0 .5rem;
}

.utilities_sec_1_items .item:nth-child(4) .box_img {
    width: 18.7rem;
    height: 15.6rem;
}

.utilities_sec_1_items .item:nth-child(4) {
    left: unset;
    right: 0;
    top: 10rem;
    animation: hu__hu__3 infinite 5s ease-in-out
}
.utilities_details_page .heading_title {
    margin-top: 6rem;
    margin-bottom: .5rem;
}

.utilities_img {
    width: calc(calc(100% + 5rem));
    position: relative;
    display: inline-block;
}

.utilities_img img {
    display: block;
    width: 100%;
    height: auto;
}

.utilities_img:before,.utilities_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #faf4e9, transparent, transparent ,transparent,#faf4e9);
    pointer-events: none;
}

.utilities_img:after {
    background: linear-gradient(90deg, #faf4e9, transparent, transparent ,transparent,#faf4e9);
}

.utilities_details_page ul {
    list-style: none;
    margin: 0;
}

ul.list_dots_tien_ich li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    z-index: 9;
}

.utilities_details_page  b.title {
    font-size: 1.5rem;
    color: var(--3_222222, #222);
    font-weight: 700;
    display: block;
    margin-bottom: 3rem;
}

ul.list_tien_ich li {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 0.9rem;
    cursor: pointer;
    width: max-content;
    padding: .2rem;
    border-radius: 100px;
    Colors
    Color format
    Hex
    Background colors;
    position: relative;
    z-index: 0;
}

.utilities_details_page .number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    background: #660E1A;
    Colors
    Color format
    Hex
    Background colors

    #660E1A;
    border-radius: 50%;
    color: var(--2_C5B07D, #C5B07D);
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

ul.list_tien_ich li+li {
    margin-top: .7rem;
}

ul.list_tien_ich li .number {
    margin-right: .5rem;
}

ul.list_dots_tien_ich li .number {
    position: absolute;
}
ul.list_dots_tien_ich li .number:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    background: #660E1A;
    z-index: -1;
    border: 1px solid #660E1A;
}
li.item_tien_ich .box_img {
    width: 7.5rem;
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #660E1A;
    bottom: 4rem;
    pointer-events: none;
    opacity: 0;
    transform: scale(0) translateY(2rem);
    transition: .5s all;
}

li.item_tien_ich .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

li.item_tien_ich .box_img:before {content: '';position: absolute;bottom: 0;left: 50%;height: 4rem;width: 1px;background: #660E1A;transform: translateY(100%);}

li.item_tien_ich.active .box_img {
    transform: scale(1) translateY(0rem);
    opacity: 1;
}
ul.list_tien_ich li::before {
    background: linear-gradient(90deg, rgba(197, 176, 125, 0.30) 0%, rgba(197, 176, 125, 0.00) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    z-index: -1;
    transition: .5s all;
    opacity: 0;
}

ul.list_tien_ich li.active::before {
    opacity: 1;
}
.row.popup_tien_ich {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_gallery_popup {
    max-width: 63rem;
    margin: auto;
    padding: 3rem 10rem;
}

.slider_gallery_popup img {
    width: 100%;
    display: block;
    height: 25rem;
    object-fit: cover;
    max-height: 54vh;
}

.slider_gallery_popup .swiper-slide {transform: scale(1);transition: .7s all;}

.slider_gallery_popup .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
    z-index: 2;
}

.slider_gallery_popup .swiper-pagination {
    position: unset;
    margin-top: 4rem;
}

.popup_tien_ich  h2.heading_title {
    margin-top: 6rem;
}
.location_se_2_wrap .item {
    flex: 0 0 auto;
}

.item_ti {
    max-width: 8rem;
    margin: auto;
    font-size: .8rem;
}

.item_ti .box_img {
    width: 7rem;
    height: 7rem;
}

.item_ti .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(.8);
    transition: .5s all;
}

.swiper-slide-active .item_ti .box_img img {
    transform: scale(1);
}

.location_se_1 .content {
    max-width: 24rem;
    margin-bottom: 1rem;
}

.slider_tien_ich .swiper-pagination {
    position: unset;
}

.item_ti b {
    font-size: 1.5rem;
    color: var(--1_660E1A, #660E1A);
    font-family: 'Averta Bold';
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: block;
}

.slider_tien_ich {
    margin: 0 -4rem;
    padding: 0 33%;
}

.slider_tien_ich:before {
    background: rgba(102, 14, 26, 0.00);
    width: 69%;
    height: 1px;
    content: '';
    border-top: 1px dashed #660E1A;
    position: absolute;
    left: 50%;
    top: 3.5rem;
    transform: translateX(-50%);
}

.location_se_2_wrap {width: 100%;overflow: hidden;height: 100vh;align-items: center;display: flex;}

.location_se_2 {
    background: #FAF4E9;
}
.location_se_1 span.sub_title span {
    transform: rotate(-8deg);
}

.item.item_1 {
    width: 41.25rem;
}

.item.item_2 {
    width: 39rem;
}

.location_se_2_wrap h3 {
    font-size: 1.75rem;
    color: var(--1_660E1A, #660E1A);
    line-height: 1.2;
    margin-bottom: .6rem;
}

.item.item_1 .wrap_item {
    display: flex;
    align-items: flex-end;
    margin-top: 7rem;
}

.item.item_1 .wrap_item .wrap_img {
    width: 17.9rem;
    height: 20.2rem;
    flex: 0 0 auto;
    position: relative;
}

.item.item_1 .wrap_item .wrap_img .box_img {
    width: 100%;
    height: 100%;
}

.item.item_2 .wrap_item .wrap_img {
    margin-top: 2rem;
}

.location_se_2_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item.item_1 .box_img:nth-child(2) {
    width: 13.2rem !important;
    height: 8.75rem !important;
    position: absolute;
    top: 0;
    transform: translate(62%, -50%);
    right: 0;
}

.item.item_2 .box_img {
    width: 35.55rem;
    height: 16.75rem;
}

.item.item_3 .box_img {
    width: 16.65rem;
    height: 21.3rem;
}

.item.item_4 .box_img {
    width: 36.05rem;
    height: 17.7rem;
}

.item.item_5 .box_img {
    height: 17.7rem;
    width: 9.9rem;
}

.location_se_2_wrap .item+.item {
    margin-left: 7rem;
}

.location_se_2_wrap .inner.flex {
    align-items: center;
    justify-content: center;
    width: 100%;
}

.item.item_1 .box_title {
    padding-left: 7rem;
}

.item.item_1 .box_title span.sub_title span {
    transform: translateX(-7rem) rotate(-7deg);
}

.location_se_2_wrap .box_img {
    overflow: hidden;
}

.item.item_1 .wrap_content {
    margin: 0 0 2.7rem 3rem;
}

.item.item_2 .wrap_item {
    display: flex;
    flex-direction: column-reverse;
}

.item.item_2 .wrap_img,.item.item_2 .wrap_img .box_img {width: 100%;}

.location_se_2_wrap img {
    width: 101%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item.item_2 .wrap_content {
    max-width: 20rem;
}

.item.item_3 .box_img {
    width: 16.65rem;
    height: 21.3rem;
}

.item.item_3 .box_img:nth-child(2) {
    width: 13.05rem;
    height: 8.8rem;
    position: absolute;
    bottom: 5rem;
    right: 0;
    transform: translateX(8rem);
}

.item.item_3 .wrap_img {
    width: auto !important;
    display: inline-block;
    position: relative;
}

.item.item_3  .wrap_content {
    max-width: 20rem;
    margin-top: 2rem;
}

.item.item_3 {
    margin-right: 7rem;
}

.item.item_4 .box_img {
    width: 36.05rem;
}

.item.item_4 .wrap_item {
    display: flex;
    flex-direction: column-reverse;
}

.item.item_4 .wrap_content {
    max-width: 22rem;
    margin-bottom: 2rem;
}

.item.item_4 .box_img:nth-child(2) {
    right: 0;
    width: 10rem;
    height: 8.8rem;
    position: absolute;
    top: 0;
    z-index: 9;
    transform: translate(50%, -50%);
}

.wrap_img {
    position: relative;
}

.item.item_4 {
    margin-right: 5rem;
}

.item.item_5 {
    width: 37rem;
}

.item.item_5 .wrap_img {
    width: 100%;
}

.item.item_5 .wrap_img .box_img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.item.item_5 .wrap_content {
    padding-right: 3rem;
}

.location_se_2_wrap img:hover {
    transform: scale(1.2);
}

.location_se_2_wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.location_se_2_wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #cedbff;
}
.location_se_2_wrap::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.location_se_2_wrap .bottom_scroll {
    left: 0;
    bottom: -3rem;
}
.slider_tien_ich .wrap_content {
    opacity: 0;
    transition: .5s all;
}

.slider_tien_ich .swiper-slide-active .item_ti .wrap_content {
    opacity: 1;
}
div#menu_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #FAF4EA;
    opacity: 0;
    transition: .5s all;
}

div#menu_head .box_img {
    width: 50%;
    height: 100%;
    transform: translateX(-100%);
    transition: .5s all;
    height: 100vh;
}

div#menu_head .box_menu {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 5rem;
    height: 100vh;
}

ul.socials_menu {
    bottom: 0;
    display: flex;
    list-style: none;
    margin: 0;
}

div#menu_head .wrap_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5rem 3rem;
    left: 0;
}

div#menu_head a.hotline {
    display: flex;
    align-items: center;
    color: var(--2_C5B07D, #C5B07D);
    font-size: 0.9rem;
}

div#menu_head a.hotline svg {
    width: 3rem;
    height: auto;
    display: block;
}

div#menu_head .box_menu span.title {
    color: var(--5_231F20, #231F20);
    font-size: .85rem;
}

ul.socials_menu a {
    width: 1.4rem;
    height: 1.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #A5A5A5;
    border-radius: 50%;
}

ul.socials_menu li {
    margin: 0;
}

ul.socials_menu li+li {
    margin-left: .4rem;
}

ul.socials_menu a svg {
    max-width: 56%;
    display: block;
    max-height: 60%;
    width: auto;
    height: auto;
}
div#menu_head{
    pointer-events: none;
}
div#menu_head.active{
    pointer-events: unset;
}
div#menu_head .menu {
    margin: 0;
}

div#menu_head .box_menu>* {
    background: transparent !important;
}

div#menu_head .menu li {
    border: none;
}

div#menu_head .menu a {
    color: rgb(34 34 34 / 50%);
    font-family: "Playfair Display";
    font-size: 1.5rem;
    padding: 0;
    transition: .5s all;
}

div#menu_head .menu li {
    margin-top: 1.2rem;
}

div#menu_head .menu a:hover {
    color: #660E1A;
}

div#menu_head .menu .current-menu-item a {
    color: #660E1A;
}
div#menu_head .box_menu {
    transition: .5s all;
    transform: translateX(100%);
}

div#menu_head.active {
    opacity: 1;
}

div#menu_head.active .box_img,div#menu_head.active .box_menu {
    transform: translateX(0%);
    transition-delay: .3s;
}
.close_menu {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 2.8rem;
    height: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background: rgba(224, 195, 143, 0.45);
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.close_menu svg {
    max-width: 73%;
    width: auto;
    height: auto;
}

.close_menu:before {
    content: '';
    width: 120%;
    height: 120%;
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(224, 195, 143, 0.45);
    outline: none !important;
    animation: pulse-border2 1000ms ease-out infinite;
}
div#menu_head .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main, #wrapper {
    background: #FAF4E9;
}
ul.menu_cat a.active {
    color: #660C18;
    border-color: #660C18;
}
ul.menu_cat a.active:before{
    width: 100%
}
section.section.default-page {
    padding: 5rem 0;
}
svg.svg_logo {
    position: absolute;
    right: 2rem;
    width: 22rem;
    height: auto;
    display: block;
    z-index: 9;
    bottom: 0;
    pointer-events: none;
}
h2.heading_title {
    z-index: 2;
    position: relative;
}
.home_sec_7 .img_bg {
    transform: scale(1.15);
}
.home_sec_9 .arrow_slider {
    z-index: 9;
    top: 43%;
    left: -5rem;
    transform: translateY(-50%);
}

.home_sec_9 .arrow_slider.next {
    left: unset;
    right: -5rem;
}
.item_post:hover h3 {
    color: #660e1a;
    text-decoration: underline;
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}


header .wrap_button a.hotline:hover svg {

    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.single_page .nav_bottom ul li:hover {
    color: #660e1a;
}
#ez-toc-container {
    border-radius: 0;
    border: none;
}

.ez-toc-title-container {
    font-family: 'Averta Semibold';
    color: var(--1_660E1A, #660E1A);
    padding-bottom: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.ez-toc-list.ez-toc-list-level-1 {
    border-top: 1px solid #DCD9CD;
    padding-top: .4rem !important;
}
.wrap_control_section {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #c5b07d;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    z-index: 9;
}

.wrap_control_section a {
    display: flex;
    color: #fff;
    fill: #fff;
    font-family: 'Averta Semibold';
    font-size: .8rem;
    align-items: center;
    line-height: 1;
    height: 2.7rem;
    padding: 0 .5rem;
    background: transparent;
    transition: .5s all;
}

.wrap_control_section a svg {
    width: 1.4rem;
    height: auto;
    display: block;
}

.wrap_control_section span.icon {
    padding: 0 .6rem;
}

.wrap_control_section a:hover {
    background: #660e1a;
}

.wrap_control_section a svg{
    animation: hu__hu__3 infinite 2s ease-in-out
}
@keyframes hu__hu__3 {
    50% { transform: translateX(.5rem) }
}

.wrap_control_section a:first-child svg{
    animation: hu__hu__4 infinite 2s ease-in-out
}
.home_sec_6_wrap {
    overflow: hidden;
}

/*.wrap_control_section {*/
/*    display: none;*/
/*}*/

.bottom_scroll {
    display: none;
}
@keyframes hu__hu__4 {
    50% { transform: translateX(-.5rem) }
}
.ti_sec_1 .svg_animation {
    left: 36%;
}
ul.link_products {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: flex;
}

ul.link_products a {
    font-family: "Playfair Display";
    font-size: 1.125rem;
    color: var(--1_660E1A, #660E1A);
    border-bottom: 1px solid  var(--1_660E1A, #660E1A);
    padding-bottom: .2rem;
    transition: .4s all;
}

ul.link_products li {
    margin: 0;
    display: flex;
    align-items: center;
}

ul.link_products li +li:before {
    content: '|';
    color: #AAA;
    margin: 0 1rem;
}

.home_sec_7 .img_bg svg {
    display: none;
}

.home_sec_7_items {
    display: none;
}
ul.link_products a:hover {
    color: var(--2_C5B07D, #C5B07D);
    border-color: var(--2_C5B07D, #C5B07D);
}
.about_sec_1_content .svg_animation {
    left: 41%;
}
@media only screen and (min-width: 1200px) {
    .CR-sequence-ani,
    .CR-sequence-ani div {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .CR-sequence-ani div {
        display: inline-block;
        -webkit-animation-name: CRleZoomIn;
        animation-name: CRleZoomIn;
        pointer-events: none;
    }


    @-webkit-keyframes CRleZoomIn {
        from {
            -webkit-transform: scale(10);
            transform: scale(10);
            opacity: 0;
        }
    }

    @keyframes CRleZoomIn {
        from {
            -webkit-transform: scale(10);
            transform: scale(10);
            opacity: 0;
        }
    }
    .bg_zoom {
        transform: scale(1.45);
        transition: 2s all;
    }

    section.active .bg_zoom {
        transform: scale(1);
        transition: 4s all;
    }
}
@media screen and (min-width: 1200px) and (min-height: 940px) {

}
/*@media screen and (min-width: 1200px) and (min-height: 940px) {*/
/*    .home_sec_7 .img_bg {*/
/*        transform: scale(1.15);*/
/*    }*/
/*}*/
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    html {
        font-size: 1vw;
    }

    .item_banner video, .item_banner img {
        height: auto;
        display: block;
    }

    .item_banner {
        height: auto;
    }

    .home_sec_2 {
        padding: 4rem 0;
    }

    body {
        font-size: 1.2rem;
    }

    .home_sec_2_items .item .title {
        font-size: 1rem;
    }

    .home_sec_3 video.elementor-video {
        height: auto;
    }

    .home_sec_4 .box_content {
        padding-top: 4rem;
    }

    section.section.home_sec_4 {
        padding: 4rem 0;
    }

    .home_sec_4 .box_content .animation_svg {
        top: -15rem;
    }

    .mySwiper img {
        height: 40rem;
    }

    .home_sec_5 .row {
        height: auto;
    }

    .home_sec_6_wrap {
        display: flex;
        height: auto;
        flex-wrap: wrap;
        padding: 0 2rem;
    }

    section.section.home_sec_6 {
        padding-top: 16rem;
        display: block;
    }

    .item.item1 {
        display: block;
        margin: auto;
        width: 100%;
    }

    .home_sec_6_wrap .item.item1 img {
        height: auto;
    }

    .item.item1 .box_img {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 4rem;
    }

    .home_sec_6_wrap .item {
        width: 100%;
        margin: 0  !important;
    }

    .item.item2 .wrap_top {
        justify-content: center;
    }

    .button_link {
        font-size: 1.2rem;
    }

    .item.item2 .wrap_top .box_img {
        height: 22.65rem;
        width: 33.1rem;
    }

    .item.item2 .svg_animation {
        display: none;
    }

    .item.item2 .wrap_bottom {
        margin: auto;
        max-width: 59%;
        margin-bottom: 3rem;
    }

    .item.item2 .wrap_bottom span.sub_title span {
        margin-bottom: 5rem;
    }

    .item.item3 {
        margin: auto;
    }

    .item.item4 {
        width: 50%;
        padding-left: 8rem;
        justify-content: flex-end;
    }

    .item.item3 {
        width: 50% !important;
    }

    .item.item5 .box_img {
        height: auto;
    }

    .home_sec_6_wrap .item.item5 {padding: 0 !important;margin-top: 4rem !important;}

    .home_sec_7 {
        overflow: hidden;
        padding: 11rem 0;
    }

    .home_sec_6_wrap {
        padding-bottom: 6rem;
    }

    .bottom_scroll {
        display: none;
    }

    section.section.home_sec_8 {
        padding: 6rem 0;
    }

    section.section.home_sec_9 {
        padding: 5rem 0;
    }

    footer#footer {
        padding: 6rem 0;
    }
    /* Animation sequence */
    section .CR-sequence-ani,
    section .CR-sequence-ani div {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-block;
        /*opacity: 0;*/
    }

    .aos-animate.CR-sequence-ani div {
        display: inline-block;
        -webkit-animation-name: CRleZoomIn;
        animation-name: CRleZoomIn;
        pointer-events: none;
    }


    @-webkit-keyframes CRleZoomIn {
        from {
            -webkit-transform: scale(10);
            transform: scale(10);
            opacity: 0;
        }
    }

    @keyframes CRleZoomIn {
        from {
            -webkit-transform: scale(10);
            transform: scale(10);
            opacity: 0;
        }
    }
    .banner_page .row {
        height: 42rem;
    }

    .about_sec_1 {
        overflow: hidden;
    }

    .about_sec_1 {
        padding: 7rem 0;
    }

    section.section {
        overflow: hidden;
    }

    .about_sec_2 {
        padding: 8rem 0;
    }

    .about_sec_3 {
        padding: 8rem 0;
    }

    footer#footer {
        min-height: unset;
    }
    section.section.section_mat_bang {
        padding: 4rem 0;
    }
    section.section.location_se_2 .location_se_2_wrap {
        padding: 4rem 0 8rem;
    }

    .location_se_2_wrap .bottom_scroll {
        display: flex;
        bottom: 2rem;
    }
    .utilities_sec_1 .row {
        height: 49rem;
    }

    .page-template-utilities  section.section.home_sec_5 {
        padding: 12rem 0;
    }
    .home_sec_5_slider {
        top: 10rem;
    }
    .wrap_control_section {
        display: none;
    }
}
@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;
    }
    html {
        font-size: 1.35vw;
    }

    .item_banner .box_content {
        width: 90%;
    }


    .home_sec_4 .box_content .animation_svg svg {
        height: auto;
    }

    .home_sec_4 .box_content .animation_svg {
        top: -1rem;
    }

    .home_sec_5 span.sub_title span {
        transform: translateX(0) rotate(-7deg);
        margin-bottom: 3rem;
    }

    .item.item3 .box_img {
        width: 30rem;
    }

    .item.item5 .left {
        margin-right: 4rem;
        width: 62%;
    }

    .home_sec_7 {
        padding: 4rem 0;
    }

    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 66rem !important;
    }

    .heading_title {
        font-size: 2.4rem;
    }

    .wrap_contact_footer .right h3 {
        padding: 0;
    }

    .wrap_contact_footer h2.title {
        font-size: 4rem;
    }

    .wrap_contact_footer .content {
        font-size: 1.3rem;
    }

    .wrap_contact_footer .content strong {
        font-size: 1.2rem;
    }

    .wrap_contact_footer .right .content {
        padding: 0;
        font-size: 1.2rem;
    }
    .navbar_header .show_menu {
        display: none;
    }

    a#logo_header:before {
        display: none;
    }

    .icon_scroll_down {
        display: none;
    }

    header .wrap_button .show_menu {
        display: flex;
    }
    .wrap_gallery {
        width: calc(calc(100% + 6rem));
    }
    .wrap_gallery .item {
        height: auto;
    }
    .utilities_sec_1_items .item {
        top: 8rem;
        left: 1rem;
    }

    .utilities_sec_1_items .item:nth-child(2) {
        bottom: 5rem;
        left: 5rem;
    }

    .utilities_sec_1_items .item:nth-child(3) {
        left: unset;
        right: 14rem;
    }
    div#menu_head {}

    div#menu_head .inner.flex {
        display: block;
    }

    div#menu_head .box_img {width: 100%;}

    div#menu_head .box_menu {
        width: 100%;
        justify-content: flex-start;
    }

    div#menu_head .box_menu {
        padding: 3rem;
    }

    div#menu_head .box_img {
        height: 15rem;
    }

    .close_menu {
        top: 2rem;
        right: 2rem;
        left: unset;
        transform: unset;
    }

    .close_menu {
        background: rgba(224, 195, 143, 1);
    }
    .home section.section.home_sec_5 {
        padding-bottom: 8rem;
    }
    div#menu_head .box_img {
        height: 33rem;
    }
}
@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: 3.2vw;
    }

    .item_banner .box_content h2 {
        font-size: 1.7rem;
    }

    .font2 {
        font-size: 1.4rem;
    }

    .item_banner .box_content {
        width: 100%;
        padding: 0 15px;
        bottom: 15px;
    }

    span.sub_title span {
        transform: unset !important;
        margin-bottom: .2rem;
    }

    .home_sec_2 .col.large-7.medium-7 {
        padding-right: 15px;
    }

    .heading_title {
        font-size: 2rem;
    }

    .img_bg {
        position: relative;
    }

    .home_sec_2 {
        display: block;
    }

    .home_sec_2_items .item {
        margin: 0;
        width: 100%;
        padding: 2.3rem 0;
    }

    .home_sec_2_items {
        margin: 0;
    }

    .home_sec_2_items .item .title {
        font-size: 1.2rem;
    }

    .home_sec_2 img {
        max-width: calc(100% + 15rem);
    }

    .home_sec_4_img {
        position: relative;
        margin-top: 2rem;
    }

    section.section.home_sec_4 {
        display: block;
    }

    .logo_map {
        top: 32%;
        left: 53%;
    }

    .logo_map .inner:before {
        height: 3rem;
    }

    .home_sec_5_slider {
        position: unset !important;
        width: 100%;
    }

    .home_sec_5 .content {
        max-width: 100%;
    }

    .mySwiper img {
        height: 31rem;
    }

    .mySwiper {
        margin-top: 4rem;
    }

    .mySwiper2 {
        bottom: 1rem;
        left: 1rem;
    }

    section.section.home_sec_6 {
        padding-top: 4rem;
        padding-bottom: 5rem;
    }

    .item.item2 .wrap_top {
        display: block;
    }

    .item.item2 .wrap_top .box_img {
        margin: 2rem 0 0 0;
        width: 100%;
    }

    .item.item2 .wrap_bottom {
        max-width: 100%;
        margin-top: 3rem;
    }

    .item.item2 .wrap_bottom span.sub_title span {
        margin-bottom: 1rem;
    }

    .home_sec_6_wrap {
        padding: 0 15px;
    }

    .item.item4 {
        width: 100%;
        padding: 0 !important;
    }

    .item.item4 .wrap.flex {
        display: block;
        width: 100%;
    }

    .item.item4 .left .box_img {
        width: 100%;
        margin: 0;
        height: auto;
    }

    .item.item3 {
        width: 100% !important;
        margin-bottom: 2rem !important;
    }

    .item.item3 .box_img {
        width: 100%;
    }

    .item.item4 .right .box_img {
        width: 100% !important;
        transform: unset;
        margin-top: 2rem;
        height: auto !important;
    }

    .item.item4 .box_content {
        padding-left: 0;
    }

    .home_sec_6_wrap .item.item5 .wrap.flex.items-center {
        display: block;
    }

    .item.item5 .left {
        width: 100%;
        margin: 0;
    }

    .item.item5 .box_content {
        margin-bottom: 3rem;
    }

    .home_sec_7 {
        padding-top: 0;
    }
    .home_sec_7_items .item:before {
        width: 4rem;
        opacity: 1;
    }

    .home_sec_7_items .item:after {
        left: -4.2rem;
    }

    .home_sec_7_items .item b {
        opacity: 1;
        font-size: 1rem;
        height: 2.5rem;
    }

    .home_sec_7 .img_bg img,.home_sec_7 .img_bg svg {
        max-width: calc(100% + 22rem);
        width: auto;
    }

    .home_sec_7_items .item {
        left: 56%;
    }

    .home_sec_7 .img_bg {
        margin-bottom: 3rem;
    }

    .home_sec_8 .content_top {
        display: block;
    }

    .home_sec_8_content {
        margin: 2rem 0;
    }

    .home_sec_8_content .content {
        max-width: 100%;
    }

    .wrap_contact_footer.flex {
        display: block;
    }

    .wrap_contact_footer .left {
        width: 100%;
        border: none;
    }

    .wrap_contact_footer .right {
        width: 100%;
        padding: 0;
    }

    .footer_bottom .wrap {
        display: block;
        text-align: center;
        font-size: .8rem;
    }

    .row.footer_bottom ul {
        justify-content: center;
        margin-top: .2rem;
    }

    .row.footer_bottom ul li {
        margin: 0 .5rem;
    }

    .wrap_contact_footer h2.title {
        font-size: 3rem;
    }

    .wrap_form_footer input:not([type="submit"]) {
        font-size: 1.3rem;
        height: 3rem;
    }
    .slider_cus h3 {
        font-size: 1.2rem;
    }

    .item_post .meta {
        font-size: 1rem;
    }

    .item_post h3 {
        font-size: 1.4rem;
    }

    ul.menu_cat {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 2rem;
    }
    header .wrap_button a.hotline {
        font-size: 0;
    }

    header {
        background: var(--1_660E1A, #660E1A);
    }

    header .wrap_button {
        padding: 1.6rem 15px;
    }

    .navbar_header {
        z-index: 99;
    }

    a#logo_header {
        margin-top: 1rem;
    }

    a#logo_header img {
        width: auto;
        height: 5rem;
    }

    main#main {
        margin-top: 6rem;
    }
    .home_sec_7 .img_bg:before, .home_sec_7 .img_bg:after {
        display: none;
    }
    .home_sec_2 img{
        height: auto;
    }
    .home_sec_4_img>img {
        height: auto;
    }

    .home_sec_4_img {
        height: auto;
    }
    .banner_page .row {
        height: 21rem;
        padding-bottom: 2rem;
    }

    h1.title_banner {
        font-size: 2rem;
    }

    .about_sec_1 .img_bg:before {
        height: 100%;
        width: 100%;
    }

    ::before {}

    .about_sec_1 {
        background: rgba(102, 14, 26, 1);
    }

    .about_sec_1 {
        display: block;
    }

    .svg_animation svg {
        width: 19.00005rem;
    }

    .about_sec_1 .svg_animation {
        display: none;
    }

    .about_sec_1 {
        padding: 3rem 0;
    }

    .about_sec_2 {
        padding: 3rem 0;
    }

    section.section.about_sec_2 {
        display: block;
        padding: 3rem 0;
    }

    .about_sec_2 .img_bg.bg_zoom {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .about_sec_2 .img_bg.bg_zoom img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about_sec_2 .col_right {
        padding-left: 15px;
    }

    .about_sec_2_items b>* {
        font-size: 2rem;
    }
    .about_sec_3_content {
        padding: 0;
    }

    .about_sec_3 {
        padding: 3rem 0;
    }

    .about_sec_3 .wrap_slider {
        margin: 2rem 0 0 0;
    }

    .slider_cn {
        padding-right: 10rem;
    }

    footer#footer {
        padding: 3rem 0;
    }

    .row.footer_bottom {
        margin-top: 1rem !important;
        position: unset;
        transform: unset;
    }
    .page-template-product .home_sec_2 .col.large-5.medium-5 {
        display: none;
    }

    .page-template-product .home_sec_2 {
        padding-bottom: 0;
    }

    .page-template-product .home_sec_2 .img_bg.map_svg {
        margin: 0;
        display: block;
    }

    .home_sec_7 .img_bg img, .home_sec_7 .img_bg svg {
        display: block;
    }
    ul.note_color li {
        padding: .4rem .7rem .4rem .4rem;
    }
    .wrap_gallery {
        width: 100%;
        padding: 0;
    }

    div#load_mb {
        overflow: auto;
        height: 100vh;
        padding-top: 8rem;
        padding-bottom: 2rem;
    }

    .wrap_gallery {
        height: auto;
    }

    a.button_link.close_popup.style_2 {
        top: 1rem;
        left: 3rem;
    }
    .item.item_1 .box_title {
        padding-left: 0;
    }

    .location_se_2_wrap .bottom_scroll {
        display: none;
    }

    .item.item_1 .wrap_item {display: block;}

    .location_se_2_wrap .inner.flex {
        display: block;
    }

    .location_se_2_wrap .item+.item {
        margin: 5rem 0 0 0 !important;
    }

    .location_se_2_wrap .item {
        width: 100% !important;
    }

    .item.item_2 .wrap_img, .item.item_2 .wrap_img .box_img {
    }

    .location_se_2_wrap {
        width: 100%;
    }

    .item.item_1 .wrap_content {
        margin: 2rem 0 0 0;
    }

    .item.item_2 .wrap_content {
        max-width: 100%;
    }

    .item.item_3 .wrap_content {
        max-width: 100%;
    }

    .item.item_4 .box_img:nth-child(2) {
        transform: translate(0, 3rem);
        top: unset;
        bottom: 0;
    }

    .item.item_4 .wrap_content {
        max-width: 100%;
    }

    .item.item_5 .wrap_content {
        padding: 0;
    }

    section.section.location_se_2 .location_se_2_wrap {padding-bottom: 4rem;}
    section.section.location_se_2 .location_se_2_wrap {
        padding-top: 0;
    }
    .utilities_sec_1_items .item {
        position: unset;
    }

    section.section.utilities_sec_1 {
        display: block;
    }

    .utilities_sec_1 .row {
        height: auto;
    }

    .utilities_sec_1_items {
        padding: 0 15px;
        margin-bottom: 4rem;
    }

    .utilities_sec_1_items .item+.item {
        margin-top: 3rem;
    }

    .utilities_sec_1_items .item:nth-child(3) {
        display: block;
    }

    .navbar_header {
        width: 0;
    }

    a#logo_header img {
        max-width: unset;
    }

    .utilities_sec_1_items .box_img {
        width: 100% !important;
        height: auto !important;
    }

    .utilities_sec_1_items h3 {
        font-size: 1.3rem;
        margin: .5rem 0 0 0 !important;
    }

    .page-template-utilities section.section.home_sec_5 {
        padding-top: 2rem;
        padding-bottom: 6rem;
    }
    .utilities_sec_1_content {
        margin-bottom: 2rem;
    }
    .utilities_img {
        width: 100%;
    }

    .utilities_details_page .number {
        font-size: .8rem;
        width: 1.4rem;
        height: 1.4rem;
        display: flex;
        text-align: center;
        line-height: 1.5rem;
    }

    .utilities_details_page .heading_title {
        margin-top: 3rem;
    }

    ul.list_tien_ich li {
        font-size: 1.2rem;
    }
    .slider_gallery_popup {
        padding: 3rem 0;
    }

    .slider_gallery_popup .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }

    .slider_gallery_popup img {
        height: 16rem;
    }

    .row.popup_tien_ich {
        height: auto;
    }
    .slider_news_nb {
        padding: 0;
    }

    .slider_news_nb .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }

    section.section.home_sec_9+section.section.home_sec_9 {
        padding-top: 0;
    }
    section.single_page {
        padding: 3rem 0 5rem;
    }

    .content_post h2 {
        font-size: 1.8rem;
    }

    .content_post h2 strong {
        font-size: 4rem;
    }

    .content_post {
        font-size: 1.2rem;
    }

    nav#breadcrumbs li:not(:last-child) {
        flex: 0 0 auto;
    }

    nav#breadcrumbs li:last-child a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    nav#breadcrumbs ol li {
        display: flex;
    }

    .single_page .nav_bottom ul li {font-size: 1rem;line-height: 1;}

    .single_page .nav_bottom {
        align-items: center;
    }
    .wrap_gallery .item+.item {
        margin-top: 15px;
    }
    svg.svg_logo{
        display: none;
    }
    .home section.section.home_sec_5 {
        padding-bottom: 0;
    }
    .home_sec_2_items .item:nth-child(n+2) {
        border-top: 1px solid rgb(255 255 255 / 20%);
    }
    .about_sec_1_content {
        padding-top: 1.5rem;
    }
    section.section.location_se_2 .location_se_2_wrap {
        overflow: hidden;
    }
    div#menu_head .box_img {
        height: 20rem;
    }
    .slider_banner_ht .swiper-wrapper {
        display: block !important;
    }
    .page-template-product .home_sec_2 .col.large-5.medium-5 {
        display: block;
        margin-top: 2rem;
    }

    .home_sec_7 .img_bg {
        transform: scale(1);
    }
    .page-template-product .row.justify-end {
        margin-bottom: 3rem;
    }
    .about_sec_1_content .content {
        max-width: 100% !important;
    }
    .location_se_2_wrap {
        padding: 0 15px !important;
    }

    .item.item_1 .box_img:nth-child(2) {
        width: 17.2rem !important;
        height: 11.75rem !important;
    }

    .item.item_3 {
        margin-top: 34rem;
    }

    .location_se_2 {
        padding-bottom: 3rem;
    }
    .location_se_2_wrap {
        height: auto !important;
    }

    .item.item_3 {
        margin-top: 3rem;
    }
    .item.item_4 .box_img {
        width: 100%;
        overflow: unset;
        margin-bottom: 1rem;
    }

    .item.item_4 .box_img:nth-child(2) {
        display: none;
    }

    .location_se_2_wrap img {
        transform: scale(1) !important;
    }
    .item.item_3+.item.item_4 {
        display: none;
    }
    .location_se_2_wrap .item+.item {
        margin-top: 2rem !important;
    }
}