:root{
    --main-cl: #26AAA7;
    --sub-cl: #ECBD6A;
    --container-w: 76.5625rem  /* 1470/19.2 */;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 15rem;
    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: #fff;
}

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: #EABB68;
    stroke-width: 0.3px;
    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: #28A9A6;
    stroke-width: 0.3px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-3{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #6F7072;
    stroke-width: 0.3px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}


.load_home_page.complete .path-3{
    fill: #6F7072;
}
.load_home_page.complete .path-2{
    fill: #28A9A6;
}
.load_home_page.complete .path-1{
    fill: #EABB68;
}
@keyframes Signature1 {
    to {
        stroke: #fff;
        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: 7rem;
    height: 7rem;
    background-color: #28A9A6;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: 10vh;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

/*COMPONENTS*/
/*html.js.has-off-canvas {*/
/*    margin-right: 0.417rem !important;*/
/*}*/
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}
/*transition svg*/
span.icon,span.text,circle,svg,rect,path,img,a,input{
    -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;
}
body {
    font-family: SVN-Zona Pro;
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.45;
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w);
}
/*line-camp*/
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
/*clear fix*/
.row.clearfix:after {
    content: unset;
}
/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
/*box img*/
.box_img {
    overflow: hidden;
    position: relative;
}
.box_img img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*video*/
video.elementor-video {
    display: block;
    object-fit: cover;
}
.w_full {
    width: 100% !important;
}
.w_lvw {
    width: 100vw !important;
}
.h_full {
    height: 100% !important;
}
.h_lvh {
    height: 100vh !important;
}
.obj_cover {
    object-fit: cover;
}
.mx_auto {
    margin-left: auto;
    margin-right: auto;
}
.flex_col {
    flex-direction: column;
}
.text_white {
    color: #fff !important;
}

/*swiper pagination*/
.swiper-pagination {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: unset;
    padding-top: 2rem;
    padding-bottom: 0.35rem;
    background-color: unset !important;
}
/*.swiper-pagination .swiper-pagination-bullet:only-child {*/
/*    display: none !important;*/
/*}*/
.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
    margin: 0 !important;
    transition: .4s all;
    opacity: .4;
}
.swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sub-cl);
    transition: .4s all;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--sub-cl);
    opacity: 1;
}
/*swiper navigation*/
.arrow {
    width: 2.1875rem;
}
.arrow svg {
    display: flex;
    width: 100%;
    height: 100%;
}
.arrow:hover {
    cursor: pointer;
}
.arrow:hover path {
    stroke: var(--sub-cl);
}
.arrow:hover.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}

/*background image*/
.bg_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
/*button link*/
.btn {
    display: flex;
    align-items: center;
    gap: 0.9375rem  /* 18/19.2 */;
    width: fit-content;
}
.btn span.text {
    font-family: SVN-Zona Pro;
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.4;
    color: var(--main-cl);
}
.btn:hover span.text {
    color: var(--main-cl);
}
.btn span.icon {
    display: flex;
    align-items: center;
}
.btn span.icon svg {
    overflow: unset !important;
}
.btn:hover span.icon path {
    transform: translateX(20%);
}
.btn:hover span.icon circle {
    transform: translateX(-55%);
}
.btn_padding {
    padding-top: 1.458rem  /* 28/19.2 */;
}
/*subtitle*/
.subtitle {
    width: fit-content;
    font-family: SVN-Rosellinda Alyamore;
    font-weight: 400;
    font-size: 3.958rem  /* 76/19.2 */;
    line-height: normal;
    color: var(--main-cl);
}
.subtitle.line:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 7rem;
    background-image: linear-gradient(180deg, rgba(38, 170, 167, 0) 0%, #26AAA7 52.4%, rgba(38, 170, 167, 0) 100%);
}
/*heading*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    transition: .4s all;
}
.heading_sec {
    font-family: SVN-Zona Pro;
    font-weight: 400;
    font-size: 3.125rem  /* 60/19.2 */;
    color: var(--sub-cl);
    line-height: 1.15;
    margin-bottom: 1.458rem  /* 28/19.2 */;
}
/*desc section*/
.desc_sec {
    color: #666666;
    line-height: 1.6;
}

/*effect img*/
.item_hover:hover .hover_zoom img {
    transform: scale(1);
    transition: .6s all;
}
.item_hover:hover .hover_zoom img {
    transform: scale(1.1);
}
.item_hover:hover h3 {
    color: var(--sub-cl);
}
/* fixed contact social */
ul.button_fixed {
    position: fixed;
    bottom: 5rem;
    margin: 0;
    z-index: 99;
    right: 1.6rem;
    list-style: none;
    text-align: left;
}
ul.button_fixed li {
    margin: 1rem 0;
    position: relative;
}
ul.button_fixed .style_btn {
    width: 3.125rem  /* 60/19.2 */;
    height: 3.125rem  /* 60/19.2 */;
    border-radius: 100%;
    border: 1px solid var(--main-cl);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
ul.button_fixed .view_360 {
    width: 3.125rem  /* 60/19.2 */;
    height: 3.125rem  /* 60/19.2 */;
}

ul.button_fixed a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    display: flex;
}

ul.button_fixed a img {
    max-width: 3.125rem;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    display: block;
}
ul.button_fixed .view_360>a>img {
    max-width: unset;
}
ul.button_fixed a.type_svg svg {
    max-width: 60%;
    height: auto;
    max-height: 52%;
    position: relative;
    z-index: 2;
}
ul.button_fixed a.type_svg path {
    fill: #fff;
}
ul.button_fixed li:first-child img {
    width: 1.4rem;
    height: 1.4rem;
}
ul.button_fixed a:before {
    content: '';
    width: 2.8rem;
    height: 2.8rem;
    background: var(--sub-cl);
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: .3s all;
}
ul.button_fixed a:hover:before {
    opacity: 1;
    animation: pulse-border 1000ms ease-out infinite;
}
ul.button_fixed li:hover .menu_sub {
    transform: translateY(-106%) scale(1);
}
ul.menu_sub {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 36%;
    transform: translateY(-50%) scale(0);
    transition: .5s all;
}
ul.menu_sub.active {
    transform: translateY(-106%) scale(1);
}


@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform:translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*CSS*/
.page-template-home #main,
.page-template-home #wrapper {
    background: #FFFBF4;
}
body, html {
    scroll-behavior: smooth;
    will-change: scroll-position;
}
.news_search {
    padding-top: 12rem;
}
.news_search .heading_sec {
    font-size: 2rem;
}
.news_search .news_container {
    column-gap: 1.667rem  /* 32/19.2 */;
    row-gap: 2rem;
}
.news_search .news_container .item_news {
    width: calc((100% / 4) - 1.25rem);
}
.news_search .news_container.slide_news_home .item_news {
    padding: 0;
}
.news_search .news_container.slide_news_home .box_img {
    height: 24rem;
}
.news_search .news_container.slide_news_home .box_content {
    padding: 0 1.4rem 1.667rem;
}

/*header*/
#logo {
    width: 120px !important;
    transform: translateY(1rem);
    transition: .4s all;
}
.stuck #logo {
    transform: translateY(0);
}
header#header {
    position: fixed;
}
header#header .header-main {
    height: auto !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    z-index: 0;
    transition: .4s all;
}
header#header .stuck .header-main {
    background: #0000004D;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
header#header .header-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.4;
    transition: .4s all;
    z-index: -1;
}
header#header .stuck .header-nav-main.nav-left:before,
header#header .stuck .header-nav-main.nav-right:before,
header#header .stuck .header-main:before {
    opacity: 0;
}
.stuck .header-main .nav > li > a {
    line-height: normal !important;
}
header#header .header-nav-main.nav-left:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300%;
    height: 1px;
    background: #FFFFFF33;
}
header#header .header-nav-main.nav-right:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300%;
    height: 1px;
    background: #FFFFFF33;
}



header#header .header-bg-container {
    display: none !important;
}
header#header .header-bg-color,
header#header .header-bg-image {
    background: transparent !important;
}
header#header .header-search .icon-search {
    color: #fff;
    font-size: 1.15rem !important;
}
header#header .header-search a:hover>.icon-search {
    color: var(--main-cl);
}
header#header .header-nav-main.nav>li {
    margin-left: 0 !important;
}
header#header .header-nav-main.nav>li:not(:last-child) {
    margin-right: 3.854rem  /* 74/19.2 */;
}
header#header .nav>li>a {
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    color: #fff;
    text-transform: initial !important;
    padding: 1.354rem 0;
}
header#header .nav>li>a:hover {
    color: var(--main-cl) !important;
}








/*footer*/
#footer {
    margin-top: 5.208rem  /* 100/19.2 */;
    background-position: bottom;
}
#footer .footer_top {
    padding-bottom: 1.5625rem  /* 30/19.2 */;
}
#footer .footer_top>.row:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(38, 170, 167, 0) 0%, rgba(38, 170, 167, 0.417975) 18.75%, rgba(38, 170, 167, 0.6) 49%, rgba(38, 170, 167, 0.424208) 81.25%, rgba(38, 170, 167, 0) 100%);
}
#footer .footer_top .box_logo {

}
#footer .footer_top .box_socials {
    padding-top: 1.875rem  /* 36/19.2 */;
    padding-bottom: 1.25rem;
}
#footer .footer_top .box_socials>ul {
    gap: 0.625rem  /* 12/19.2 */;
}
#footer .footer_top .box_socials>ul>li {
    width: 1.9rem;
    height: 1.9rem;
    transition: .4s all;
}
#footer .footer_top .box_socials>ul>li:hover {
    transform: scale(0.9);
}

#footer .footer_middle {
    padding-bottom: 1.25rem  /* 24/19.2 */;
}
#footer .footer_middle>.row:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(38, 170, 167, 0) 0%, rgba(38, 170, 167, 0.417975) 18.75%, rgba(38, 170, 167, 0.6) 49%, rgba(38, 170, 167, 0.424208) 81.25%, rgba(38, 170, 167, 0) 100%);
}
#footer .footer_middle ul.menu_footer {
    padding: 0 1.5625rem 0;
    justify-content: center;
    gap: 3.542rem;
}
#footer .footer_middle ul.menu_footer a {
    font-family: SVN-Zona Pro;
    font-weight: 600;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
    text-transform: uppercase;
}
#footer a {
    color: #333333;
}
#footer a:hover {
    color: var(--main-cl);
}

#footer .footer_bottom {
    padding-bottom: 3.542rem  /* 68/19.2 */;
}
#footer .footer_bottom ul.info_contact {
    gap: 3.646rem  /* 70/19.2 */;
}
#footer .footer_bottom ul.info_contact .icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem  /* 12/19.2 */;
    transform: translateY(-2px);
}
#footer .footer_bottom ul.info_contact > * > *,
#footer .footer_bottom ul.info_contact > * {
    font-weight: 600;
    font-size: 0.885rem  /* 17/19.2 */;
    line-height: 1.4;
    color: #333333;
}
#footer .footer_copyright li,
#footer .footer_copyright a {
    font-weight: 400;
    font-size: 0.729rem  /* 14/19.2 */;
    line-height: 1.4;
    color: rgba(51, 51, 51, 0.7);
}
#footer .footer_copyright a:hover {
    color: var(--main-cl);
}

/*popup*/
.form_popup {
    width: 40rem;
    padding: 4.6rem 4rem 4.5rem;
}
.form_popup .group_heading {
    margin-bottom: 4rem;
}
.form_popup .heading_sec {
    font-weight: 400;
    font-size: 2.604rem  /* 50/19.2 */;
    margin-bottom: 8px;
}
.form_popup .desc_sec {
    font-weight: 100;
    font-size: 0.833rem  /* 16/19.2 */;
}
.form_popup .submit_btn {
    justify-content: center;
}
.form_popup .fancybox-button {
    width: 3.3rem;
    height: 3.3rem;
}

/*home*/
.banner_hero .item {
    height: 100vh;
    width: 100%;
}
.banner_hero .swiper-pagination {
    position: absolute;
    bottom: 2.8125rem  /* 54/19.2 */;
}
.home_1 {
    padding-top: 8.333rem  /* 160/19.2 */;
}
.home_1.bg_image {
    background-size: contain;
}
.graphic_sec:before,
.graphic_sec:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.home_1.graphic_sec:before {
    top: 16%;
    left: 4%;
    width: 14.6875rem  /* 282/19.2 */;
    height: 12.135rem  /* 233/19.2 */;
    background-image: url("../images/home/graphic_1.png");
}
.home_1.graphic_sec:after {
    top: 28%;
    right: 2%;
    width: 14.167rem  /* 272/19.2 */;
    height: 14.167rem  /* 272/19.2 */;
    background-image: url("../images/home/graphic_2.png");
}

.gallery_home_1 {
    padding-top: 5.208rem  /* 100/19.2 */;
    margin: 0 calc(calc((var(--container-w) - 100vw) / 2) - 15px);
}
.gallery_home_1 .flex {
    margin: 0 calc(calc((var(--container-w) - 100vw) / 2) - 15px);
    gap: 5px;
}
.gallery_home_1 .box_img {
    /*width: calc((100% / 4) - 8px);*/
    height: 25.521rem  /* 490/19.2 */;
    padding: 0 2.5px;
}


.home_2 {
    padding-top: 6.25rem  /* 120/19.2 */;
}
.home_2.bg_image {
    background-size: contain;
    background-position: bottom;
    display: flex;
}
.heading_home2 {
    margin-left: -5rem;
}
.home_2 .box_mapspin {
    margin-right: calc(((var(--container-w) - 100vw) / 2) - 15px);
}
.home_2 .box_mapspin>svg {
    width: 100%;
    height: 100%;
    display: block;
}
.home_2 .box_mapspin .pin_effect {
    position: absolute;
    top: 42.4%;
    right: 28.8%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.home_2 .box_mapspin .pin_effect>.box_img {
    background: var(--main-cl);
    border-radius: 50%;
    padding: 0.833rem  /* 16/19.2 */;
    width: 4rem;
    height: 4rem;
}
.home_2 .box_mapspin .pin_effect>.box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 8rem;
    background-image: linear-gradient(180deg, #D0B078, transparent);
    top: 4rem;
    z-index: 9;
}
/*quay lai hoi, lam sau*/

.home_3.bg_image {
    min-height: 58.177rem  /* 1117/19.2 */;
    display: flex;
    align-items: flex-end;
    display: block;
    position: relative;
}
.home_3 .group_heading {
    padding-bottom: 4.167rem  /* 80/19.2 */;
}

.home_4 {
    padding-top: 6.25rem  /* 120/19.2 */;
}
.home_4.graphic_sec:before {
    bottom: -0.8%;
    left: 1%;
    width: 13.802rem  /* 265/19.2 */;
    height: 12.8125rem  /* 246/19.2 */;
    background-image: url("../images/home/graphic_3.png");
}
.box_slide_wrap {
    padding-right: 3rem;
}
.box_slide_wrap .arrow_absolute {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1;
}
/*.box_slide_wrap .arrow_absolute>.arrow {*/
/*    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);*/
/*    border-radius: 50%;*/
/*}*/
.slide_utilities .box_img {
    width: 100%;
    aspect-ratio: auto 626 / 720;
}
.slide_utilities .swiper-pagination {
    display: none;
}

.home_5 {
    padding-top: 6.771rem  /* 130/19.2 */;
}
.home_5.graphic_sec:before {
    top: 6%;
    right: 6%;
    width: 18.646rem  /* 358/19.2 */;
    height: 15.625rem  /* 300/19.2 */;
    background-image: url("../images/home/graphic_4.png");
}
.home_5 .desc_sec_wrap {
    gap: 2.865rem  /* 55/19.2 */;
}
.home_5 .desc_sec_wrap>.desc_sec {
    text-align: justify;
}
.home_5 .desc_sec_wrap>.desc_sec:nth-child(1) {
    width: 35%;
    flex: 0 0 auto;
}
.home_5 .desc_sec_wrap>.desc_sec:nth-child(2) {
    width: 65%;
}
.home_5 .box_product_home {
    gap: 8px;
    height: 31.146rem;
    padding-top: 1.979rem  /* 38/19.2 */;
}
.home_5 .box_product_home .item_lagre.box_img {
    width: 75%;
    height: 100%;
    flex: 0 0 auto;
}
.home_5 .box_product_home .item_small.flex {
    flex-grow: 1;
    gap: 8px;
}
.home_5 .box_product_home .item_small.flex > * {
    height: calc((100% / 2));
}
.home_5 .box_product_home .item_small.flex .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 0.729rem 0.729rem;
}
.home_5 .box_product_home .item_small.flex h3 {
    font-family: SVN-Zona Pro;
    font-weight: 600;
    font-size: 1.302rem  /* 25/19.2 */;
    line-height: 1.4;
}
.home_5 .box_product_home .item_small.flex .title>.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 0.8rem;
    background: #00676566;
    backdrop-filter: blur(20px);
}
.home_5 .box_product_home .item_small.flex .title>svg {
    width: 1.5625rem;
    height: 1.5625rem;
}

.home_6 {
    padding-top: 7.8125rem  /* 150/19.2 */;
}
.home_6.graphic_sec:before {
    top: 0;
    left: 0;
    width: 19.375rem  /* 372/19.2 */;
    height: 18.646rem  /* 358/19.2 */;
    background-image: url("../images/home/graphic_5.png");
}
.box_library_wrap {
    margin: 0 calc(calc((var(--container-w) - 100vw) / 2) - 15px);
    padding-top: 1.667rem  /* 32/19.2 */;
    gap: 3px;
}
.box_library_wrap .box_1 {
    width: 60%;
    flex: 0 0 auto;
}
.box_library_wrap .box_2 {
    flex-grow: 1;
}
.box_library_wrap .box_img>img {
    object-position: bottom center;
}
.box_library_wrap .box_img:hover img {
    transform: scale(1.05);
}
.box_library_wrap .box_1 > .grid_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}
.box_library_wrap .box_1 > .grid_box > :last-child {
    grid-column: span 2;
}
.box_library_wrap .box_1 > .grid_box .box_img {
    width: 100%;
    height: 19.948rem;
}
.box_library_wrap .box_2 .box_img {
    height: 100%;
}

.home_7 {
    padding-top: 6.771rem  /* 130/19.2 */;
}
.home_7.graphic_sec {
    z-index: 0;
}
.home_7.graphic_sec:before {
    top: 0;
    right: 2%;
    width: 15.104rem  /* 290/19.2 */;
    height: 11.146rem  /* 214/19.2 */;
    background-image: url("../images/home/graphic_6.png");
}
.home_7.graphic_sec:after {
    bottom: 1%;
    left: 7%;
    width: 9.53125rem  /* 183/19.2 */;
    height: 9.53125rem  /* 183/19.2 */;
    background-image: url("../images/home/graphic_7.png");
    z-index: -1;
}
.news_home_wrap {
    padding-top: 1.667rem  /* 32/19.2 */;
}
.news_home_wrap .news_home_inner {
    margin-right: -18rem;
    margin-left: -0.9375rem  /* -18/19.2 */;
}
.slide_news_home .item_news {
    padding: 0 0.9375rem  /* 18/19.2 */;
}
.slide_news_home .box_img {
    height: 32.083rem  /* 616/19.2 */;
}
.slide_news_home .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 72%);
    opacity: 0.5;
    transition: .65s all;
    z-index: 1;
}
.slide_news_home .item_hover:hover .box_img:before {
    opacity: 1;
}
.slide_news_home .item_news .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 2.2rem 1.667rem;
    z-index: 3;
}
.slide_news_home .item_news .box_content > * {
    color: #fff;
}
.slide_news_home .item_news .term_time {
    font-family: SVN-Zona Pro;
    font-weight: 400;
    font-size: 0.625rem  /* 12/19.2 */;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 6px;
}
.slide_news_home .item_news .term_time>span.div {
    width: 1px;
    height: 0.8rem;
    background: #D9D9D9;
    margin: 0 8px;
}
.slide_news_home .item_news h3 {
    font-family: SVN-Zona Pro;
    font-weight: 500;
    font-size: 0.833rem  /* 16/19.2 */;
}
.news_home_wrap .swiper-scrollbar {
    position: unset;
    display: block;
    opacity: 1 !important;
    height: 2px;
    margin-top: 3rem;
}
.news_home_wrap .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--main-cl);
}

.home_8 {
    padding-top: 6.875rem  /* 132/19.2 */;
}
.form_register_wrap {
    background: rgba(183, 226, 224, 0.1);
}
.form_register_wrap .box_img {
    width: 40%;
    height: 33.958rem  /* 652/19.2 */;
    flex: 0 0 auto;
}
.form_register_wrap .group_heading {
    margin-bottom: 1.667rem  /* 32/19.2 */;
}
.form_register_wrap h2 {
    margin-bottom: 6px;
}
.form_register_wrap .box_form {
    padding: 0 4.948rem 0 6.25rem;
    flex-grow: 1;
}
/*FORM*/
form {
    margin-bottom: 0 !important;
}
.form_wrap .form_item textarea,
.form_wrap .form_item input {
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    background: transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 1.927rem  /* 37/19.2 */;
}
.form_wrap .form_item textarea {
    min-height: 3.646rem;
}
.form_wrap .form_item textarea::placeholder,
.form_wrap .form_item input::placeholder {
    font-family: SVN-Zona Pro;
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    color: rgba(102, 102, 102, 0.5);
}
.form_wrap .form_item textarea:focus,
.form_wrap .form_item input:focus {
    border-color: var(--main-cl);
}
.form_wrap .wpcf7-form-control-wrap {
    position: relative;
}
.form_wrap .wpcf7-not-valid-tip {
    font-size: 0.677rem;
    position: absolute;
    top: -7px;
    width: 100%;
    opacity: 1;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    top: 100%;
    bottom: unset;
    transform: rotate(180deg);
}
.submit_btn {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
.submit_btn>.inner {
    position: relative;
    width: max-content;
    height: 100%;
}
.submit_btn>.inner>input {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.submit_btn .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.submit_btn:hover .btn span.icon path {
    transform: translateX(20%);
}
.submit_btn:hover .btn span.icon circle {
    transform: translateX(-55%);
}
.loading-spin, .processing:before {
    border-left: 3px solid var(--main-cl) !important;
}
.home_2 .box_mapspin .pin_effect .box_img {
    position: absolute;
    overflow: unset;
}

.home_2 .box_mapspin .pin_effect .box_img:after {
    content: '';
    content: '';
    background: #009996;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    top: 0;
    left: 0;
}

.home_2 .box_mapspin .pin_effect .box_img img {
    position: relative;
    z-index: 2;
}
img.home_3_bg {
    display: block;
}

.home_3 .row {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.list_mb .item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}

.list_mb .box_img {
    position: absolute;
    width: 3.35rem;
    height: 3.35rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: unset;
}

.list_mb .box_img:before {
    content: '';
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    top: 0;
    left: 0;
    z-index: 2;
}

.list_mb .box_img img {
    position: relative;
    z-index: 9;
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    display: flex;
}

.list_mb .box_content {
    position: absolute;
    opacity: 1;
    width: 11.85rem;
    height: 7.25rem;
    border-radius: 0.5rem;
    border: 0.15rem solid #EABB68;
    box-shadow: 0 4px 20px 0 rgba(255, 255, 255, 0.30);
    left: 50%;
    top: 0;
    transform: translate(-50%, -115%) scale(0);
    pointer-events: none;
    transition: .5s all;
    overflow: hidden;
}

.list_mb .box_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
}

.list_mb .item:hover {
    z-index: 10;
}

.list_mb .item:hover .box_content {
    transform: translate(-50%, -115%) scale(1);
}
.home_3>svg {
    position: absolute;
    display: block;
    width: 3.2rem;
    height: auto;
    top: 33%;
    left: 14.4%;
}
section.section.default-page {
    padding: 0;
}

section.section.default-page .content-wrap {
    width: 100%;
}
/*RESPONSIVE*/
@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 280px;
    }

    html {
        font-size: 1.4vw;
    }

    /*    header*/
    header#header .header-nav-main.nav>li:not(:last-child) {
        margin-right: 3rem /* 74/19.2 */;
    }

    /*    footer*/
    #footer .footer_top .box_logo {
        width: auto;
        height: 10rem;
    }
    #footer .footer_bottom {
        padding-bottom: 2rem;
    }
    #footer .footer_middle ul.menu_footer {
        gap: 2.8rem;
    }



    /*    home*/
    .heading_sec {
        font-size: 2.6rem;
    }
    /*.desc_sec br {*/
    /*    display: none;*/
    /*}*/
    .desc_sec {
        font-size: 1.1rem;
    }
    .btn span.text {
        font-size: 1.1rem;
    }
    .home_1.graphic_sec:before {
        width: 12rem;
        height: 10rem;
    }

    .home_2 .col.large-9 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .home_2 .col.large-3 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .heading_home2 {
        margin-left: 0;
        padding-right: 5rem;
        padding-left: 5rem;
    }
    .heading_home2 .group_heading {
        text-align: center;
    }
    .heading_home2 .btn,
    .heading_home2 .group_heading .subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    .home_4.graphic_sec:before {
        bottom: -16%;
        width: 11rem;
        height: 10rem;
    }
    .home_5.graphic_sec:before {
        top: 9%;
        right: 2%;
    }
    .home_5 .box_product_home {
        height: 28.146rem;
    }
    .home_5 .box_product_home .item_lagre.box_img {
        width: 70%;
    }
    .home_5 .box_product_home .item_small.flex h3 {
        font-size: 1rem;
    }
    .home_6 {
        padding-top: 4rem;
    }
    .home_6.graphic_sec:before {
        top: 0;
        left: 0;
        width: 16.375rem;
        height: 15.646rem;
    }
    .box_library_wrap {
        padding-top: 0;
    }
    .box_library_wrap .box_1 > .grid_box .box_img {
        height: 13rem;
    }
    .home_7 {
        padding-top: 4rem;
    }
    .slide_news_home .box_img:before {
        opacity: 1;
    }
    .slide_news_home .item_news h3 {
        font-size: 1.2rem;
    }
    .slide_news_home .item_news .term_time {
        font-size: 1rem;
    }
    .home_7.graphic_sec:after {
        bottom: -3%;
        left: -1%;
    }
    .form_wrap .form_item textarea,
    .form_wrap .form_item input,
    .form_wrap .form_item textarea::placeholder,
    .form_wrap .form_item input::placeholder {
        font-size: 1rem;
    }
    .form_register_wrap .box_form {
        padding: 0 4rem;
    }
    .form_register_wrap .box_img {
        height: 37rem;
    }
    .form_register_wrap .desc_sec {
        font-size: 0.9rem;
    }

}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 180px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    html {
        font-size: 1.7vw;
    }

    .news_search .news_container .item_news {
        width: calc((100% / 3) - 1.11rem);
    }
    .news_search .news_container .term_time>span.term {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    /*    header*/
    #logo {
        transform: translateY(0);
    }
    header#header #masthead #logo {
        padding: 0;
    }
    header#header .stuck #logo img, #logo img {
        max-height: 6rem !important;
    }
    header#header .header-main:before {
        content: unset;
    }
    header#header .header-search a {
        display: flex;
        padding-top: 0 !important;
    }
    header#header .header-search .icon-search {
        font-size: 1.65rem !important;
    }
    header#header .header-main {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        background: #0000004D;
        backdrop-filter: blur(30px);
    }

    #header .header-wrapper {
        padding-bottom: 0;
    }
    #header .stuck .header-main {
        padding: 0;
    }
    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        --drawer-width: 80% !important;
    }
    [data-open="#main-menu"] {
        display: block;
        width: 5rem;
        height: 4rem !important;
        background-image: url(../images/icon_menu.svg) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background-color: unset !important;
        padding: 0 !important;
        transform: translate(-.7rem, 0rem);
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    [data-open="#search-lightbox"] {
        width: 2rem;
        height: 2rem !important;
    }

    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 91px;
        padding-top: 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none !important;
        background-color: #fff !important;
    }
    .mfp-bg.off-canvas.off-canvas-left {
        top: 91px;
        position: fixed !important;
    }
    .has-off-canvas-left .mfp-ready .mfp-close {
        display: none;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        padding-left: 2.604rem !important;
        color: #333 !important;
        font-size: 1.4rem !important;
        text-transform: initial;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a svg {
        width: 2.3rem;
        height: auto;
        margin-left: -0.4rem;
    }
    .nav-sidebar.nav-vertical > li + li {
        border-color: #0E6BA380;
    }

    /*    footer*/
    #footer .footer_top .box_logo {
        height: 8rem;
    }
    #footer .footer_middle ul.menu_footer {
        column-gap: 1.4rem;
        row-gap: 2rem;
    }
    #footer .footer_middle ul.menu_footer>li {
        width: calc((100% / 5) - 1.2rem);
        text-align: center;
    }
    #footer .footer_copyright {
        flex-direction: column;
        gap: 1rem;
    }
    #footer .footer_copyright li, #footer .footer_copyright a {
        font-size: 1rem;
    }
    #footer .footer_bottom ul.info_contact > * > *, #footer .footer_bottom ul.info_contact > * {
        font-size: 0.9rem;
    }


    /*    home*/
    .btn span.icon svg {
        width: 6rem;
    }
    .subtitle {
        font-size: 3.3rem;
    }
    .heading_sec {
        font-size: 2.4rem;
    }
    .desc_sec {
        font-size: 1rem;
    }

    .home_1 {
        padding-top: 5rem;
    }
    .subtitle.line:before {
        height: 5rem;
    }
    .home_1.graphic_sec:before {
        width: 8rem;
        height: 8rem;
    }
    .home_1.graphic_sec:after {
        top: 32%;
        right: 5%;
        width: 8.167rem;
        height: 8.167rem;
    }
    .gallery_home_1 {
        padding-top: 0;
    }

    .home_2 {
        padding-top: 2rem;
    }
    .heading_home2 {
        padding-right: 0;
        padding-left: 0;
    }
    .home_3.bg_image {
        min-height: unset;
    }
    .home_3 .group_heading {
        padding-bottom: 0;
    }
    .home_4.graphic_sec:before {
        bottom: 0;
        left: unset;
        right: 4%;
    }
    .home_5 {
        padding-top: 3rem;
    }
    .home_5.graphic_sec:before {
        top: 6%;
        right: 6%;
        width: 12.646rem;
        height: 11.625rem;
    }
    .home_5 .box_product_home {
        padding-top: 0;
    }
    .home_6.graphic_sec:before {
        top: 8%;
        width: 11.375rem;
        height: 10.646rem;
    }
    .box_library_wrap .box_1 > .grid_box .box_img {
        height: 11rem;
    }
    .home_7.graphic_sec:before {
        top: 4%;
        right: 2%;
        width: 12.104rem;
        height: 8.146rem;
    }
    .home_7.graphic_sec:after {
        bottom: 4%;
        width: 6.53125rem;
        height: 6.53125rem;
    }
    .home_8 {
        padding-top: 3rem;
    }
    .form_register_wrap .box_form {
        padding: 0 1.8rem;
    }
    .form_register_wrap h2 {
        font-size: 2.2rem;
    }
    :root {
        --container-w: 58rem;
    }



    header#header .header-nav-main.nav>li:not(:last-child) {
        margin-right: 3rem /* 74/19.2 */;
    }

    header#header .header-nav-main.nav>li:not(:last-child) {
        margin-right: 1rem /* 74/19.2 */;
    }


}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 160px;
    }
    #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: 3vw;
    }

    .news_search .news_container .item_news {
        width: calc((100% / 2) - 0.84rem);
    }

    /*button_fixed*/
    ul.button_fixed {
        bottom: 10rem;
    }
    ul.button_fixed .view_360,
    ul.button_fixed .style_btn {
        width: 4.125rem;
        height: 4.125rem;
    }

    /*    popup*/
    .form_popup {
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .form_popup .fancybox-button {
        width: 4.3rem;
        height: 4.3rem;
    }
    .form_popup .desc_sec {
        font-size: 1rem;
    }

    /*    header*/
    .mfp-bg.off-canvas.off-canvas-left,
    .off-canvas-left.mfp-ready .mfp-content,
    .off-canvas-right.mfp-ready .mfp-content {
        top: 79px;
    }

    /*    footer*/
    #footer .footer_middle ul.menu_footer>li {
        width: calc((100% / 2) - 1.2rem);
    }
    #footer .footer_bottom ul.info_contact {
        gap: 2rem;
    }
    #footer .footer_bottom ul.info_contact > * > *, #footer .footer_bottom ul.info_contact > * {
        font-size: 1.1rem;
    }
    .footer_copyright .copyright {
        justify-content: center;
    }
    .footer_copyright .copyright-text {
        margin-bottom: 0.6rem;
    }
    .footer_copyright .copyright-text,
    #footer .footer_copyright a {
        font-size: 1.1rem;
    }

    #footer .footer_top .box_socials>ul>li {
        width: 2.9rem;
        height: 2.9rem;
    }
    #footer {
        margin-top: 3rem;
    }
    #footer .footer_bottom {
        padding-bottom: 0;
    }

    /*    home*/
    .heading_sec {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .desc_sec {
        font-size: 1.1rem;
    }
    .btn span.text {
        font-size: 1.2rem;
    }
    .btn span.icon svg {
        width: 7rem;
    }
    .group_heading {
        text-align: center;
    }
    .group_heading .subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    .btn_padding {
        display: flex;
        justify-content: center;
        padding-top: 1rem;
    }

    .graphic_sec:before, .graphic_sec:after {
        content: unset;
    }
    .banner_hero .item {
        height: 40vh;
    }
    .gallery_home_1 {
        margin: 0;
        overflow: hidden;
    }
    .box_slide_wrap {
        padding-right: 0;
    }
    .box_slide_wrap .arrow_absolute {
        display: none;
    }
    .box_slide_wrap .swiper-pagination {
        display: flex;
    }
    .home_4 {
        padding-top: 4rem;
    }

    .home_5 .heading_sec {
        font-size: 2.1rem;
    }
    .home_5 .desc_sec_wrap {
        flex-direction: column;
    }
    .home_5 .desc_sec_wrap {
        gap: 1rem;
    }
    .home_5 .desc_sec_wrap>.desc_sec:nth-child(1),
    .home_5 .desc_sec_wrap>.desc_sec:nth-child(2) {
        width: 100%;
    }
    .home_5 .box_product_home {
        flex-direction: column;
        height: auto;
    }
    .home_5 .box_product_home .item_lagre.box_img {
        width: 100% !important;
    }
    .home_5 .box_product_home .item_small.flex > * {
        height: auto;
    }
    .home_5 .box_product_home .item_small.flex h3 {
        font-size: 1.3rem;
    }
    .box_library_wrap {
        margin: 0;
        flex-direction: column;
    }
    .box_library_wrap .box_1 {
        width: 100%;
    }
    .home_7 .col:nth-child(1) {
        padding-bottom: 0;
    }
    .home_7 {
        padding-top: 2rem;
    }
    .news_home_wrap {
        padding-top: 0;
    }

    .form_register_wrap {
        flex-direction: column;
    }
    .form_register_wrap .box_img {
        height: 20rem;
        margin-bottom: 3.5rem;
    }
    .form_register_wrap .box_img {
        width: 100%;
    }
    .form_register_wrap .desc_sec {
        font-size: 1.05rem;
    }
    .submit_btn {
        justify-content: center;
    }
    .form_register_wrap .group_heading {
        margin-bottom: 3rem;
    }
    .form_wrap .form_item textarea, .form_wrap .form_item input, .form_wrap .form_item textarea::placeholder, .form_wrap .form_item input::placeholder {
        font-size: 1.2rem;
    }
    .form_register_wrap .box_form {
        padding-bottom: 2rem;
    }
    .home_2 .box_mapspin {
        margin: 0;
    }

    .home_2 .box_mapspin .pin_effect>.box_img {
        width: 3rem;
        height: 3rem;
        padding: .5rem;
    }

    .home_2 .box_mapspin .pin_effect>.box_img:before {
        width: 1px;
        height: 4rem;
        top: 3rem;
    }

    .home_3 .col {
        padding-bottom: 0;
    }

    .list_mb .box_img {
        width: 1.35rem;
        height: 1.35rem;
    }

    .home_3>svg {
        width: 1.2rem;
    }

    .list_mb .box_content {
        width: 6.85rem;
        height: 4.25rem;
    }

    .list_mb .box_img img {
        max-width: 60%;
        max-height: 60%;
    }
    .home_5 .box_product_home .item_small.flex {
        flex-direction: unset;
    }

    .home_5 .box_product_home .item_small.flex > * {
        width: 50%;
    }

    .home_5 .box_product_home .item_small.flex .title>.inner {
        line-height: normal;
        padding: .5rem .8rem;
    }
}
