:root{
    --main-cl: #1072BA;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
    --font-bold: 'SVN-Aptimabold';
    --font-normal: 'SVN-Aptima';
}

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: #8A1418;
}

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;
    font-family: var(--font-normal);
    font-weight: normal;
    color: #131313;
    font-size: 0.9rem;
}

@media (min-width: 1200px) {
    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: 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: #570d17;
    /*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: .2s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.1s;
    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: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    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;
}
.section {
    height: 100vh;
    overflow: hidden;
    padding: 0;
}
video.elementor-video {
    width: 100%;
    display: block;
    height: 100vh;
    object-fit: cover;
}

.home1 .row {
    position: absolute;
    z-index: 9;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}

.swiper.slider_hero {
    width: 100%;
}

.title_img img {
    max-width: 22rem;
}

html {
    font-size: 1vw;
}

.home1 .content {
    color: var(--Ivory-cream, #F8F1E6);
    max-width: 22rem;
    margin-top: .7rem;
}

.col, .columns, .gallery-item {
    padding: 0 10px;
}

.swiper.slider_hero .swiper-slide:before,.swiper.slider_hero .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 14rem;
}

.swiper.slider_hero .swiper-slide:after {
    height: 100%;
    background: linear-gradient(
            90deg, #000 0%, rgba(0, 0, 0, 0.35) 48.95%, rgba(0, 0, 0, 0.00) 100%);
}

img.bg_section,
.nen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.4;
    filter: blur(6px);
    transition: 10s all;
    pointer-events: none;
}

.section.active img.bg_section,
.section.active .nen{
    scale: 1;
    filter: blur(0px);
    transition: 7s;
}

.section img.bg_section,
.section .nen{
    transition: 1s;
}

.home2_items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: flex-start;
    text-align: left;
    gap: 3rem;
    row-gap: 1rem;
    margin-top: 1.3rem;
    margin-bottom: 1.7rem;
}

.home2_item {
    width: calc(50% - 1.5rem);
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 !important;
    position: relative;
}

.home2_item .content {
    font-family: var(--font-bold);
}

.home2_item .title {
    opacity: .6;
    font-size: 0.75rem;
    max-width: 7rem;
}

.title_img {
    position: relative;
    z-index: 4;
}

.home2_items:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 33.3205rem;
    border-radius: 0;
    top: -3rem;
    pointer-events: none;
    opacity: .6;
    left: -3rem;
    right: -3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.40) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.button_link {
    display: inline-flex;
    align-items: center;
    z-index: 3;
    color: var(--Maroon, #570D17) !important;
    position: relative;
}

span.icon_round {
    display: flex;
    align-items: center;
    margin-right: -1.3rem;
    transition: .3s all;
}
.button_link:hover span.icon_round {
    margin-right: -1rem;
}
span.icon_round svg {
    height: 2.75rem;
}

.button_link span.icon {
    display: flex;
    align-items: center;
}

.button_link span.icon svg {
    width: 1.6rem;
    height: auto;
    margin-left: .6rem;
}

div#bg_change_3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.2s ease;
    /*filter: blur(12px);*/
    /*scale: 1.6;*/
}

.home3 {}

.row.home3_top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    top: 8rem;
}

.row.home3_bottom {
    align-items: flex-end;
}

.home3_items {
    display: flex;
    height: 100vh;
}

.home3_items * {
    color: var(--Ivory-cream, #F8F1E6);
}

.home3_item {
    width: 25%;
    padding: 73vh 3rem 1rem;
    position: relative;
    z-index: 0;
    transition: .5s all;
    cursor: pointer;
}

div#bg_change_3:before, div#bg_change_3:after,.item_banner:before,.item_banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
    width: 46.8rem;
    z-index: 2;
}

div#bg_change_3:after {
    height: 19rem;
    width: 100%;
    bottom: 0;
    top: unset;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.home3_item h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: var(--font-normal);
    font-weight: normal;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-bold);
    font-weight: normal;
}

.home3_item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45vh;
    background: linear-gradient(180deg, rgba(186, 151, 101, 0.00) 0%, rgba(186, 151, 101, 0.40) 88.95%);
    backdrop-filter: blur(4px);
    z-index: -1;
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
}

.home3_item:hover:before {
    opacity: 1;
}
.swiper.bespoke_for {width: calc(100% + 13rem);height: 100vh;}

.swiper.bespoke_for img {
    height: 100vh;
    object-fit: cover;
}
.box_img_doc {
    width: 18.9rem;
    height: 21.83765rem;
    overflow: hidden;
    background: #000;
}

.box_img_doc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(-102%);
    transition: 1s all;
    opacity: .8;
}

.img_person {
    position: absolute;
    z-index: 9;
    bottom: -10rem;
    right: -10rem;
    overflow: hidden;
}

.swiper.bespoke_nav {
    overflow: unset;
    z-index: 9;
    margin-bottom: 15vh;
}

.home4 .row {
    align-items: flex-end;
}

.bespoke_nav .img_title {
    height: 8rem;
    position: relative;
    z-index: 9;
    top: 1.6rem;
}

.bespoke_nav .img_title img {
    height: 100%;
    width: auto;
}

.img_person img {
    width: 29rem;
    opacity: 0;
    transition: 1s all;
}

.arrow_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #F8F1E6;
    border-radius: 50%;
    cursor: pointer;
    gap: 1rem;
    transition: .5s all;
}

.arrow_slider svg {
    width: 1.4rem;
}

.arrow_slider.next svg {
    transform: rotate(180deg);
}

.wrap_control.flex {
    gap: .8rem;
    position: relative;
    bottom: -2rem;
}

.swiper-slide-active .box_img_doc img, .swiper-slide-active .img_person img {
    transform: translateX(0%);
    transition-delay: .3s;
}

.swiper-slide-active .img_person img {
    opacity: 1;
}


.home6 .row {
    position: absolute;
    height: 100vh;
    z-index: 2;
    align-items: flex-end;
    left: 22%;
    transform: translateX(-50%);
    color: var(--Ivory-cream, #F8F1E6);
    padding-bottom: 5rem;
    max-width: 20rem !important;
}

.home6 .row .content {
    margin: 1rem 0;
}

.button_link.style_white path,.button_link.style_white line {
    stroke: #F8F1E6;
}

.button_link.style_white {
    color: var(--Ivory-cream, #F8F1E6) !important;
}

.item_banner {height: 100vh;overflow: hidden;}

.item_banner img {
    height: 100vh;
    object-fit: cover;
    display: block;
    width: 100%;
}

.item_banner h3 {
    z-index: 9;
    position: absolute;
    bottom: 8rem;
    left: 68vw;
    font-size: 1.6rem;
    color: var(--Ivory-cream, #F8F1E6);
    font-family: var(--font-normal);
    text-transform: uppercase;
    line-height: 1.4;
    max-width: 19rem;
}
.home6 .wrap_control.flex {
    position: absolute;
    z-index: 9;
    bottom: 5rem;
    left: 68vw;
}

.item_banner:after {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 19rem;
    top: unset;
    bottom: 0;
    z-index: 2;
}

.home9 {
    background: #4d0104;
}

.home9 .row {
    justify-content: center;
    color: #F8F1E6;
}

.heading_title {
    background: linear-gradient(90deg, #F8F1E6 0%, #BA9765 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: .5rem;
    font-family: '1FTV VIP Belgan Aesthetic';
}

.home9 .content {
    max-width: 27rem;
    margin-bottom: 2rem;
}

.home9_items {
    flex-wrap: wrap;
    row-gap: 3.7rem;
}

.home9_items .item {
    width: 25%;
    text-align: center;
    color: #fff;
}

.home9_items h3 {
    color: var(--Ivory-cream, #F8F1E6);
    font-size: 0.8rem;
    margin: 1.25rem 0 0 0;
}

.home9_items .icon {
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home9_items .icon img {
    max-height: 100%;
    width: auto;
    scale: 1;
    transition: .7s all;
}

.home7_img {
    width: auto;
    position: relative;
    /*scale: 1.15;*/
    /*filter: blur(4px);*/
    /*transition: 2s;*/
    height: 100vh;
    display: inline-block;
    max-width: unset;
}

.home7_img img {
    width: 100%;
    display: block;
}

.home7 .row {
    position: absolute;
    padding-top: 0;
    z-index: 2;
    max-width: 20rem !important;
    left: 12rem;
    top: 16vh;
}

/*.home7 {*/
/*    align-items: flex-start;*/
/*}*/
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 75rem !important;
}
.home5 .content {
    margin: 1rem 0;
}

.for_tab_tv .item {
    position: relative;
    display: none;
}

.for_tab_tv .item.active {
    display: block;
}

.nav_tab_tv {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.nav_tab_tv .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}
.for_tab_tv img {
    opacity: .7;
    height: 100vh;
    object-fit: cover;
    scale: 1.6;
    transition: 2s all;
    filter: blur(4px);
}

section.section.home8 {
    background: #000;
}

.nav_tab_tv  .item {
    cursor: pointer;
    min-width: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.75rem;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.nav_tab_tv .item:nth-child(1) {
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.nav_tab_tv .item.active {
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(5px);
}

a.link_box {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    justify-content: center;
    align-items: center;
}

a.link_box svg {
    width: 6rem;
    height: auto;
    display: block;
}

.nav_tab_tv h2.heading_title.text-center {
    display: inline-block;
    width: auto;
    margin-bottom: 1.3rem;
}

a.link_document {
    position: absolute;
    z-index: 9;
    border: 1.5px solid #f8f1e652;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(5px);
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 1.2rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    gap: .5rem;
    transition: .5s all;
    opacity: 1;
    scale: 1;
}

.type_document {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.link_document span.icon {
    display: flex;
    align-items: center;
}

a.link_document span.icon svg {
    width: 1.4rem;
    height: auto;
}

a.link_document:hover {
    opacity: .7;
    scale: 1.1;
}
.home5_img {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 3rem;
    position: relative;
    width: calc(100% + 14rem);
    justify-content: flex-start;
}

.home5_img>img {
    height: auto;
    width: auto;
    max-width: 100%;
    float: left;
    max-width: calc(100%);
}

img.img_map_hover {
    max-width: unset;
    position: absolute;
    height: 100%;
    width: auto;
    padding: 0;
    transition: 1s all;
    opacity: 0;
    cursor: pointer;
}

.home5_img_item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}

.home5_img_item .box_content {width: 18.41315rem;height: 13.80985rem;position: absolute;right: 0;transform: translateX(107%);opacity: 0;pointer-events: none;transition: .6s all;}

.home5_img_item .icon {
    width: 1.31525rem;
    height: 1.31525rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    background: #570D17;
}
@keyframes pulse-border2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.home5_img_item .icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse-border2 1000ms ease-out infinite;
    border: 1px solid var(--fe-6-a-1-a,#570D17);
    top: 50%;
    left: 50%;
    background: var(--fe-6-a-1-a,#570D17)
}

.home5_img_item .icon img {
    width: 65%;
    height: auto;
}

.home5_img_item .box_content .box_img {
    width: 100%;
    height: 100%;
    background: #000;
}

.home5_img_item .box_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home5_img_item .box_content .box_img img {
    opacity: .5;
}

.home5_img_item .box_content b.title {
    position: absolute;
    bottom: 0;
    z-index: 99;
    color: #FFF;
    font-size: 1.1837rem;
    text-transform: uppercase;
    font-family: var(--font-normal);
    width: 100%;
    padding: 1rem;
}

b, strong {
    font-weight: normal;
}

.di_chuyen {
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 1rem;
    left: 1rem;
}

.home5_img_item:hover .box_content {
    opacity: 1;
}

.home5_img:hover img.img_map_hover {
    opacity: 1;
}
.home7_img svg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100vh;
}
.home7_item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 92%;
    z-index: 9;
    left: 52%;
    padding-left: 11rem;
    cursor: pointer;
}

.home7_item:before {
    content: '';
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    background: #F8F1E6;
    border-radius: 50%;
    left: 0;
    transition: .4s all;
    animation: pulse-border3 1500ms infinite;
}

.home7_item .box_title {
    position: absolute;
    width: max-content;
    font-size: 0.9rem;
    font-family: var(--font-bold);
    color: #fff;
    border: 1.5px solid #f8f1e663;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(5px);
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
}

.home7_item .inner {display: flex;align-items: center;position: absolute;gap: .9rem;opacity: 0;transition: .5s all;pointer-events: none;}

.home7_item:nth-child(2) {
    top: 87%;
}

.home7_item:nth-child(3) {
    top: 84%;
}

.home7_item:nth-child(4) {
    top: 77%;
}

.home7_item:nth-child(5) {
    top: 64%;
}

.home7_item:nth-child(6) {
    top: 57%;
}

.home7_item:nth-child(7) {
    top: 44%;
}

.home7_item:nth-child(8) {
    top: 28%;
}

.home7_item:after {
    content: '';
    position: absolute;
}

.home7_item .box_title:before,.home7_item .inner:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(248, 241, 230, 0.00) 0%, #F8F1E6 100%);
    width: 3.9rem;
    height: 1px;
    left: -0;
    transform: translateX(-100%);
}

.home7_item:hover .box_title {
    opacity: 1;
}

.home7_item:hover:before {
    background: #570D17;
}

.home7_item  h3 {
    color: #FFF;
    font-size: .9rem;
    width: max-content;
    margin: 0;
}

.home7_item .inner .box_img {
    width: 4rem;
    height: 4rem;
    border: 2px solid #F8F1E6;
    border-radius: 50%;
    overflow: hidden;
}

@keyframes pulse-border3 {
    0% {
        outline: 0rem solid #570d177d;
    }

    50% {
        outline: 0.3rem solid #570d177d;

    }
    100% {
        outline: 0rem solid #570d177d;
    }
}
.home7_img path {
    cursor: pointer;
    fill: transparent;
    transition: .5s all;
    cursor: pointer;
}

.home7_item.focus .inner {
    opacity: 1;
}

.home7_item.active .box_title {
    opacity: 1;
}
.home7_img .path{
    transition: .5s all;
}
.home7_img .path-active,
.home7_img path:hover{
    fill: #8d590e;
}


.home7_item.active:before {
    background: #570D17;
}
.wrap_post {
    display: flex;
    gap: 1rem;
}

.item_post {
    width: 25%;
    position: relative;
    cursor: pointer;
}

.item_post:nth-child(1) {
    width: 50%;
}

.item_post .box_img {
    height: 22rem;
    overflow: hidden;
}

.item_post .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: 1s all;
}

.box_meta {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(4px);
    text-align: center;
    left: 1.25rem;
    color: #fff;
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    z-index: 2;
}

.box_meta .date {
    font-size: 1.6rem;
    line-height: 1.2;
}

.item_post h3 {
    margin: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
    font-size: 0.9rem;
    color: #fff;
    bottom: 0;
    font-family: var(--font-normal);
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 1.25rem;
    bottom: 1.25rem;
}

.item_post .box_img:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
    content: '';
    pointer-events: none;
}

.wrap_slider {
    position: relative;
}

.home10  h2.heading_title {
    background: unset;
    background-clip: text;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: var(--Maroon, #570D17);
}

.home10 .wrap_slider {
    margin-top: 1.5rem;
}

.wrap_control_slide.flex>* {
    position: unset !important;
}

.wrap_control_slide.flex {
    margin-top: 1.8rem;
    align-items: center;
    gap: 1.45rem;
}

.swiper-pagination.swiper-pagination-progressbar {
    height: 2px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--Maroon, #570D17);
}

.wrap_control_slide .wrap_arrow.flex {
    gap: .5rem;
}

.wrap_control_slide .arrow_slider {
    border-color: #570D17;
}

.wrap_control_slide .arrow_slider path,.wrap_control_slide .arrow_slider line {
    stroke: #570D17;
    transition: .4s all;
}
footer#footer .row.bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    padding: .7rem 0;
    border-top: 1px solid rgb(186 151 101 / 20%);
}

.fp-watermark {
    display: none;
}

img.logo_footer {
    height: 4.7rem;
    margin-bottom: 1.9rem;
}

.footer_contact span {
    color: var(--2nd_2, #CBC0B3);
    font-size: 0.8rem;
    opacity: .6;
}

.footer_contact {
    color: var(--Ivory-cream, #F8F1E6);
    font-size: 1rem;
    max-width: 30rem;
}

.footer_contact a.mail {
    background: linear-gradient(90deg, #CFAA40 0%, #F9EB82 34.85%, #F9EB82 77.5%, #CFAA40 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1rem;
}

.footer_contact .item+.item {
    margin-top: 1.8rem;
}

a.view_map {
    display: inline-flex;
    align-items: center;
    color: var(--2nd_1, #BA9765);
    font-size: .9rem;
    gap: .5rem;
    margin-top: .2rem;
}

a.view_map svg {
    width: 1.6rem;
    height: auto;
}

ul.socials_footer.flex {
    list-style: none;
    margin: 4rem 0 0 0;
    gap: 1.5rem;
}

ul.socials_footer li {
    margin: 0;
}

ul.socials_footer a {
    font-size: 0.9rem;
    color: var(--2nd_2, #CBC0B3);
    text-decoration: underline;
}

.footer_right {
    text-align: center;
}

.footer_right img.img_text {
    height: 6.5rem;
    width: auto;
}

.footer_right {
    color: var(--Ivory-cream, #F8F1E6);
}

.footer_right .content {
    max-width: 90%;
    margin: auto;
}

.wrap_form_contact {
    margin-top: 1.3rem;
}

.wrap_form_contact .content {
    font-size: 0.7rem;
    color: var(--2nd_2, #CBC0B3);
    max-width: 22rem;
    margin: 1rem auto 1.4rem;
}

.wrap_form_contact .content a {
    color: var(--2nd_1, #BA9765);
    text-decoration: underline;
}

.row.bottom {
    color: #F0EDE5;
    font-size: .65rem;
}

ul.menu_poli {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 1.3rem;
}

ul.menu_poli a {
    font-size: 0.75rem;
    color: var(--Ivory-cream, #F8F1E6);
    text-transform: uppercase;
}

ul.menu_poli li {
    margin: 0;
}

.wrap_form_contact input,.wrap_form_contact textarea {
    border: 1px solid rgba(203, 192, 179, 0.30);
    background: rgba(87, 13, 23, 0.50);
    backdrop-filter: blur(5px);
    text-align: center;
    color: rgba(255, 255, 255, 0.50);
    font-size: .8rem;
    height: 2.5rem;
}

.wrap_form_contact textarea {
    height: 7rem;
    min-height: unset;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: .7rem;
}
header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

header a.logo_header {
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    position: relative;
}

header a.logo_header img {
    position: absolute;
    opacity: 0;
    transition: .5s all;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

header a.logo_header img.light {
    opacity: 1;
}

.inner_header {
    padding-left: 3.27rem;
    align-items: center;
    border-bottom: 1px solid rgba(248, 241, 230, 0.10);
    position: relative;
    z-index: 9;
}

header ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

header .nav_right ul a {
    width: 5.5rem;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--2nd_2, #CBC0B3);
    font-size: .9rem;
}

header .nav_right ul li {
    margin: 0;
    border-left: 1px solid rgba(248, 241, 230, 0.10);
}

/*header:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 9rem;*/
/*    background: linear-gradient(180deg, #00000059, transparent);*/
/*    pointer-events: none;*/
/*}*/
.slider_banner>.arrow_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    left: 16rem;
}

.slider_banner>.arrow_slider.next {
    left: unset;
    right: 16rem;
}

.arrow_slider:hover {
    background: #4e0208;
    border-color: #4e0208;
}
.wrap_control_slide .arrow_slider:hover path,.wrap_control_slide .arrow_slider:hover line {
    stroke: #fff;
}
section.section.home2 {
    align-items: flex-start;
    padding-top: 14vh;
}
.home5_img_item:hover {
    z-index: 10;
}
section.active div#bg_change_3 {
    filter: blur(0);
    scale: 1;
}
.home5 .item_banner img {
    scale: 1.7;
}

.home6 .item_banner img {
    scale: 1.5;
    filter: blur(3px);
    transition: 2s all;
}

.home6.active .item_banner img {
    scale: 1;
    filter: blur(0);
    transition: 8s;
}

/*section.active .home7_img {*/
/*    filter: blur(0);*/
/*    scale: 1;*/
/*    transition: 6s;*/
/*}*/
section.active .for_tab_tv img {
    scale: 1;
    transition: 8s all;
    filter: blur(0);
}
.button_fixed {
    position: fixed;
    top: 50%;
    right: 1rem;
    z-index: 50;
}

.button_fixed ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button_fixed ul a:not(.view_360) {
    width: 3.2353rem;
    height: 3.2353rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #4e02075e;
    cursor: pointer;
    position: relative;
}

.button_fixed ul a:not(.view_360) img {
    display: block;
    width: 54%;
    position: relative;
}

.button_fixed ul li {
    margin: 0 0 1.4rem;
}

a.view_360 {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.button_fixed  a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    top: 50%;
    left: 50%;
    background: var(--fe-6-a-1-a,#4e0207);
    background: linear-gradient(90deg, #F8F1E6 0%, #BA9765 100%);
}

a.view_360 img {
    width: 3.6rem;
    filter: brightness(0) invert(1);
}

.button_fixed li:first-child {
    margin: 0 0 .8rem;
}
div#form_popup {
    padding: 0;
    max-width: 70rem;
}

div#form_popup .box_img {
    width: 31.6836rem;
    flex: 0 0 auto;
}

div#form_popup .box_img img {
    display: block;
    width: 100%;
    height: auto;
}

div#form_popup .inner {
    align-items: center;
}

div#form_popup {
    background: var(--Maroon, #570D17);
}

div#form_popup .box_content {
    padding: 1rem 5rem;
}

.fancybox-slide--html .fancybox-close-small {
    background: linear-gradient(90deg, #F8F1E6 0%, #BA9765 100%);
}
div#fp-nav {
    position: fixed;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    left: 2.5rem;
}

div#fp-nav span.fp-sr-only {
    display: none;
}

.fp-tooltip.fp-left {
    font-size: 0.7rem;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}
div#fp-nav a:hover+div {
    opacity: 1;
}
div#fp-nav a {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-flex;
    border: 1px solid #CBC0B3;
    border-radius: 50%;
    margin-right: .5rem;
}

div#fp-nav li {
    display: flex;
    align-items: center;
    margin: 0;
}

div#fp-nav ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
div#fp-nav a.active+.fp-tooltip.fp-left {
    opacity: 1;
}
.menu_color div#fp-nav * {
    color: var(--2nd_3, #0E1B3F);
}

.menu_color div#fp-nav li a {
    border-color: var(--2nd_3, #0E1B3F);
}
.header_color header a.logo_header img.light {
    opacity: 0;
}

.header_color header a.logo_header img.dark {
    opacity: 1;
}

.header_color header .nav_right ul a {
    color: var(--Maroon, #570D17);
}

.header_color header:before {
    opacity: 0;
}

.header_color .inner_header {
    border-color: rgba(87, 13, 23, 0.10);
}

.header_color header .nav_right ul li {
    border-color: rgba(87, 13, 23, 0.10);
}
.header_color a.view_360 img {
    filter: unset;
}
div#bg_change_3 {
}

.button_link.style_white input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    z-index: 9;
}

span.wpcf7-spinner {
    position: absolute;
}
.home4 .col.large-4.medium-4 {
    z-index: 9;
}
.di_chuyen b {
    font-size: 3rem;
    line-height: 1;
}

.item_post:nth-child(1) h3 {
    font-size: 1.1rem;
}
.group_banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.group_banner svg {
    animation: hu__hu__2 infinite 2s ease-in-out;
    width: 6rem;
    height: auto;
}

@keyframes hu__hu__2 {
    50% { transform: translateY(30px) }
}
.wrap_form_contact input::placeholder, .wrap_form_contact textarea::placeholder {
    color: rgba(255, 255, 255, 0.50);
}
section.section.home5 {
    background: #f5f1e9;
}
.home9_items .item:hover .icon img {
    scale: 1.1;
}
.item_post:hover .box_img img {
    scale: 1.1;
}
.wrap_form_contact input:focus, .wrap_form_contact textarea:focus {
    background: transparent;
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    background: #fff;
    font-size: .7rem;
}
.nen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-mask-image: url('https://vip8.thuythu.vn/khimperial/wp-content/uploads/2026/03/Tong_quan.png');
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}
.home7_img .nen{
    background-position: bottom center;
    -webkit-mask-image: url('https://vip8.thuythu.vn/khimperial/wp-content/uploads/2026/03/mat_bang.png');
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

/* vá»‡t sÃ¡ng */
.nen::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;

    background: linear-gradient(
            120deg,
            transparent,
            rgba(255,255,255,0.6),
            transparent
    );

    transform: skewX(-25deg);
    animation: shine 3s infinite;
}
/* tráº¡ng thÃ¡i máº·c Ä‘á»‹nh */
.slider_banner .swiper-slide img {
    transform: scale(1.3);
    transition: transform 0.6s ease;
}

/* khi slide active */
.slider_banner .swiper-slide-active img {
    transform: scale(1);
}
@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 150%;
    }
}
.type_video a:before {
    content: '';
    position: absolute;
    content: '';
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    top: 50%;
    left: 50%;
    background: var(--fe-6-a-1-a, #4e0207);
    background: linear-gradient(90deg, #F8F1E6 0%, #BA9765 100%);
}

.type_video a svg {
    position: relative;
}
.home7_img img {
    height: 100%;
    width: auto;
    max-width: unset;
}

@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    .inner_header {
        background: #570d17;
    }

    html {
        font-size: 1.5vw;
    }

    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 65rem !important;
    }

    .home3_item {
        padding: 69vh 2rem 1rem;
    }

    .home3_item h3 {
        font-size: 1.4rem;
    }

    .row.home3_top {
        top: 2rem;
    }

    .section {
        height: auto;
    }

    video.elementor-video {
        height: auto;
    }

    .title_img img {
        max-width: 15rem;
    }

    section.section.home2 {
        padding: 3rem 0;
    }

    img.bg_section,
    .nen{
        scale: 1;
        filter: blur(0);
    }

    .home2_items:before {
        background: #fff;
        width: 46.5rem;
        left: -5rem;
        opacity: .7;
    }

    .swiper.bespoke_for img {
        height: 44rem;
    }

    .swiper.bespoke_for {
        height: 42rem;
    }

    .home5_img img.img_map_hover {
        opacity: 1;
    }

    .item_banner img {
        height: 45rem;
    }

    .home6 .row {
        height: 43rem;
    }

    section.section.home9 {
        padding: 3rem 0;
    }

    .heading_title {
        font-size: 2.1rem;
    }

    section.section.home10 {
        padding: 3rem 0;
    }

    footer#footer {
        padding: 3rem 0 0;
        display: block;
    }

    footer#footer .row.bottom {
        position: unset;
        transform: unset;
        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;
    }
    body {
        font-size: 1.1rem;
    }

    .home2_item .title {
        font-size: .8rem;
    }

    .home3_item {
        padding: 22rem 2rem 1rem;
    }

    .home3_items {
        height: 34rem;
    }

    .home5_img {
    }

    .home5_img>img {
    }

    .home6 .row {
        padding: 0;
        align-items: flex-start;
        height: auto;
    }

    .item_banner {
        height: auto;
    }

    .wrap_form_contact input, .wrap_form_contact textarea {
        font-size: 1rem;
    }

    .wrap_form_contact .content {
        font-size: 1rem;
    }

    .footer_right .content {
        max-width: 100%;
    }

    .row.bottom {
        font-size: .9rem;
    }
}
@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.js {
        font-size: 3.5vw;
    }

    .inner_header {
        padding-left: 15px;
    }

    header .nav_right ul a {
        width: 4.5rem;
        height: 4.5rem;
    }

    main#main {
        padding-top: 4.5rem;
    }

    .home1 .row {
        bottom: 2rem;
    }

    .title_img img {
        max-width: 18rem;
        max-height: 6rem;
        width: auto;
        height: auto;
    }

    .col, .columns, .gallery-item {
        padding: 0 15px;
    }

    .home2_item .title {
        font-size: 1.1rem;
        width: auto;
        flex: 0 0 auto;
        display: inline-block;
        max-width: unset;
    }

    .home2_items {
        gap: 0;
        flex-wrap: wrap;
        row-gap: 1rem;
        margin: 1rem -1rem;
    }

    .home2_item {
        width: 50%;
        justify-content: flex-start;
        flex-direction: column;
        gap: .2rem;
        padding: 0 1rem;
    }

    section.section.home2 img.bg_section {
        opacity: .2;
    }

    .title_img img {}

    .home3_items {
        flex-wrap: wrap;
        height: auto;
    }

    .home3_item {
        width: 100%;
        padding: 1rem;
        text-align: center;
    }

    .home3_item:before {
        display: none;
    }

    .row.home3_top {
        position: relative;
        top: unset;
    }

    section.section.home3 {
        flex-direction: column;
        padding: 3rem 0;
    }

    section.section.home3 .title_img {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }

    section.section.home3 .title_img img {
        max-width: 21rem;
        max-height: 9rem;
    }

    div#bg_change_3 {
        opacity: .5;
        filter: blur(0);
    }

    section.section.home3 {
        background: #570d17;
        flex-direction: column;
        padding-bottom: 0;
    }

    .home3_item h3 br {
        display: none;
    }

    .home3_item+.home3_item {
        border-top: 1px solid #ffffff3d;
    }

    .swiper.bespoke_for {
        position: relative;
        z-index: 9;
        margin-bottom: 4rem;
        height: 20rem;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 0;
    }

    .swiper.bespoke_nav {
        margin-bottom: 5rem;
    }

    .swiper.bespoke_for img {
        height: 20rem;
    }

    .img_person {
        right: -4rem;
    }

    .home5_img {
        padding: 0 0 0 1.4rem;
        left: -3rem;
        width: calc(100% + 5rem);
    }

    .home5_img>img {
    }

    .home5_img_item .icon {
        width: .8rem;
        height: .8rem;
    }

    .home5_img_item .icon img {
        width: 54%;
    }

    .home6 .row {
        top: 2rem;
        left: 50%;
        max-width: 100% !important;
    }

    .item_banner h3 {
        left: 15px;
        bottom: 5rem;
    }

    .home6 .wrap_control.flex {
        left: 15px;
        bottom: 2rem;
    }

    .item_banner img {
        height: 36rem;
        opacity: .2;
    }

    .home9_items .item {
        width: 50%;
    }

    .wrap_post {
        flex-direction: column;
    }

    .item_post {
        width: 100% !important;
    }

    .item_post h3 {
        font-size: 1.2rem;
    }

    .item_post .box_img {
        height: 18rem;
    }

    section.section.home10 .col.large-6.medium-6.text-right {
        order: 3;
        text-align: center;
        margin-top: 1rem;
    }

    footer#footer {
        text-align: center;
    }

    .footer_contact span {
        font-size: 1.2rem;
    }

    .footer_contact a.mail {
        font-size: 1.3rem;
    }

    .footer_contact {
        font-size: 1.2rem;
    }

    a.view_map {
        font-size: 1.1rem;
    }

    ul.socials_footer.flex {
        justify-content: center;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    ul.menu_poli {
        justify-content: center;
        margin-top: 1rem;
    }

    .home7 .row {
        position: unset;
        transform: unset;
        padding: 3rem 0;
        text-align: center;
    }

    section.section.home7 {
        background: #570d17;
        flex-direction: column;
    }

    .home7_img {
        position: relative;
        width: calc(100% + 30rem);
        margin-left: -11rem;
    }

    section.section.home7 .img_title img {
        max-height: 13rem;
    }

    .home7_item {
        padding-left: 5rem;
    }

    .home7_item .inner {
        max-width: 13rem;
    }

    .home7_item .inner .box_img {
        flex: 0 0 auto;
        width: 3rem;
        height: 3rem;
        border-width: 1px;
    }

    .home7_item .box_title {
        max-width: 10rem;
        padding: .5rem;
        font-size: .8rem;
    }
    div#form_popup .inner {
        flex-direction: column;
        max-width: 90vw;
    }

    div#form_popup .box_img {
        display: none;
    }

    div#form_popup .box_content {
        padding: 2rem 1rem;
    }
    section.section.home5 {
        padding-top: 4rem;
    }

    .home5_img_item .box_content {
        width: 13.41315rem;
        height: 9.80985rem;
    }

    .home5_img_item .box_content b.title {
        font-size: .9rem;
    }

    .home6 .item_banner img {
        scale: 1;
        filter: blur(0);
        transition: .5s all;
    }

    .home7_img {
        scale: 1;
        filter: blur(0px);
    }

    .item_banner img {
        opacity: .8;
        filter: blur(0);
        height: 20rem;
    }

    .nav_tab_tv .inner {
        justify-content: flex-start;
        overflow: auto;
    }

    .slider_banner>.arrow_slider {
        left: 1rem;
    }

    .slider_banner>.arrow_slider.next {
        right: 1rem;
    }

    .nav_tab_tv .item {
        height: 4rem;
    }
    .home4 .col.large-8.medium-8 {
        z-index: 20;
    }
    .home6 .item_banner img {
        height: 38rem;
    }
    .for_tab_tv img {
        filter: blur(0px);
        height: 28rem;
    }
    section.section.home3 .col.large-4 {
        text-align: center;
        margin-bottom: 2rem;
    }
    section.section.home5 {
        overflow: unset;
        z-index: 10;
    }
    .img_person {
        pointer-events: none;
    }
    .group_banner svg {
        display: none;
    }
    .swiper.slider_hero video.elementor-video {
        height: 25rem;
    }
    .button_fixed {
        top: unset;
        bottom: 3rem;
    }
    section.section.home2 img.bg_section {
        width: 100%;
        height: auto;
        position: unset;
        order: 2;
        opacity: 1;
        margin-top: 2rem;
    }

    section.section.home2 {
        flex-direction: column;
        padding-bottom: 0;
    }
    div#bg_change_3 {
        position: relative;
        opacity: 1;
        order: 2;
        padding-bottom: 56.25%;
        height: auto;
        margin: 0;
        scale: 1;
        margin-top: 1rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 9;
    }

    div#bg_change_3:after {
        display: none;
    }

    div#bg_change_3:before {
        display: none;
    }
    .img_person img {
        max-width: 23rem;
        float: right;
    }
    .nen {
        height: 14rem;
        top: unset;
        bottom: 0;
        z-index: 9;
    }
    .home7_img svg {
        height: auto;
        width: 100%;
    }

    .home7_img img {
        height: auto;
        width: 100%;
    }

    .home7_img {
        height: auto;
    }
    .home5_img_item  a.link_box {
        top: unset;
        width: 1rem;
        height: 1rem;
        left: unset;
        z-index: 10;
    }
    .home5_img_item .box_content {
        display: none;
    }

    .box_content.fancybox-content {
        padding: 0;
        max-width: 90%;
        margin: auto;
        text-align: center;
    }

    .box_content.fancybox-content b.title {
        padding: 1rem 0 !important;
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        left: 0;
        background: #570d17;
        color: #fff;
    }
    .map-zoom-controls button {
        margin: 0;
        width: 2rem !important;
        height: 2rem !important;
        padding: 0;
        min-height: unset !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center  !important;
        line-height: normal !important;
        border-radius: 50% !important;
        font-size: .9rem !important;
        background: #570d17 !important;
        color: #fff !important;
        line-height: 1 !important;
    }
    .home6 .row {
        position: unset !important;
        transform: unset;
        margin: 3rem 0 2rem;
        text-align: center;
    }

    section.section.home6 {
        background: #570d17;
        display: block;
    }

    .home6 .item_banner img {
        height: 22rem;
    }
    div#bg_change_3 {
        display: none;
    }
    .home3_item .box_img {
        height: 14rem;
        margin-bottom: 1rem;
    }

    .home3_item .box_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home3_item  * {
        color: #fff;
    }

    .row.home3_bottom .wrap_control.flex {bottom: unset;justify-content: center;padding: 0 1rem;margin-top: 1rem;}

    .row.home3_bottom .wrap_control.flex .swiper-pagination {
        position: unset;
        width: auto;
        margin: 0 2rem;
        display: flex;
        align-items: center;
    }

    .row.home3_bottom .wrap_control.flex .arrow_slider {
        flex: 0 0 auto;
    }

    .row.home3_bottom {
        padding-bottom: 2rem;
    }

    .row.home3_bottom .swiper-pagination-bullet {
        background: #fff;
    }
}