.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 51.8rem !important;
}
:root{
    --main-cl: #C11D26;
    --sub-cl: #F4B322;
    --add-cl: #0B2359;
    --container-w: 95rem;
    --font-Lato: "Lato", sans-serif;
    --font-Oswald: "Oswald", sans-serif;
}
body {
    color: #121212 !important;
    font-style: normal !important;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    /* 138.889% */
}

h1,
h2,
h3,
h4,
h5,
strong,
b{
    font-weight: 700 !important;
    font-style: normal;
}

.col,
.columns,
.gallery-item {
    padding: 0 .75rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1.05vw;
    }
}
.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: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: #fff;
    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;
}

/*////////////////start////////////////////*/

.desc_content p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #121212;
    margin-bottom: .75rem;
}
.desc_content p a{
    color: var(--main-cl);
}
.heading_title h2{
    font-size: 1.2rem;
    line-height: 1.45rem;
    font-family: var(--font-Oswald);
    color: var(--add-cl);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.add_heading_2 h3{
    font-size: 1.2rem;
    line-height: 1.45rem;
    font-family: var(--font-Oswald);
    color: var(--add-cl);
    text-transform: uppercase;
    margin: 1.75rem 0 0.75rem;
}
.heading_banner_home h1{
    font-family: var(--font-Oswald);
    line-height: 6.7rem;
    font-size: 5.6rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.heading_banner_home p{
    line-height: 2.4rem;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 300;
    margin: 0.2rem 0 0.5rem;
}
.btn_banner span{
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-family: var(--font-Oswald);
    text-transform: uppercase;
    padding: 1rem;
}
.btn_banner{
    background: var(--main-cl);
}
.btn_form{
    background: var(--main-cl);
    transition: 0.5s all;
    margin-top: 1rem;
    border-radius: 0.25rem;
}
.btn_form:hover{
    opacity: 0.7;
}
.btn_form span{
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1rem;
    font-family: var(--font-Oswald);
    text-transform: uppercase;
    padding: 0.35rem;
    color: #fff;
}
.add_heading_2 h2{
    font-size: 1.9rem;
    line-height: 2.3rem;
    font-family: var(--font-Oswald);
    text-transform: uppercase;
    color: var(--add-cl);
}
.home_1 .banner-bg.fill img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heading_banner h1{
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-family: var(--font-Oswald);
    color: #fff;
    text-transform: uppercase;
}
.img_about_2{
    margin-top: 6rem;
}
.wrap_product:nth-child(even){
    flex-direction: row-reverse;
}
.wrap_product .gallery-col.col {
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
.exhibition_1 .grid__item {
    break-inside: avoid;
    margin-bottom: 0.1rem;
    display: block;
    transition: 0.5s all;
    position: relative;
    overflow: hidden;
}
.exhibition_1 .grid {
    position: relative;
    z-index: 2;
    column-count: 3;
    column-gap: 0.25rem;
    width: 100%;
}
.exhibition_1 .grid .img_item {
    margin-bottom: 0.15rem;
}
.contact_2 .desc_content p{
    margin-bottom: 0.25rem;
}
.desc_content_contact_2.desc_content p strong,
.feedback-form .required{
    color: var(--main-cl);
}
.feedback-form {
    margin-top: 2rem;
}
.feedback-form .form-label{
    color: #121212;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: var(--font-Oswald);
    text-transform: uppercase;
}
.feedback-form input[type=text],
.feedback-form input[type=email]{
    color: rgba(37, 37, 37, 0.5);
    border-color: rgba(37, 37, 37, 0.1);
    background-color: #e3eaeb;
    border-radius: 0.25rem;
    /*border: 1px solid #404c4e;*/
}
.desc_content.add_mt p:first-child{
    margin-top: 1.5rem;
}
.banner_img h1 {
    margin: 0.5rem 0 0 0;
    font-size: 3rem;
    font-family: var(--font-Oswald);
    text-transform: uppercase;
    color: #fff;
}
.banner_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_img{
    position: relative;
    padding: 9.5rem 0 5rem;
}
.text_breadcrumb ul {
    list-style: none;
    display: flex;
    margin: 0 0 0 1rem;
}
.text_breadcrumb ul li,
.text_breadcrumb ul li a{
    color: #fff !important;
    font-size: 0.9rem;
}
.text_breadcrumb .divider{
    opacity: 1;
    color: #fff;
    font-size: 0.9rem;
}
.page-template-news{
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 70rem !important;
}
}
.single-post{
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 70rem !important;
}
}
.img-content-16-9{
    position: relative;
    width: 100%;
    padding-bottom: 56.65%;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.img-content-16-9 img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
}
.left_news_2:hover .img-content-16-9 img{
    transform: scale(1.1);
}
.left_news_2 .desc_content p{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.heading_news{
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    font-family: var(--font-Oswald);
    font-weight: 500 !important;
    color: #121212;
    line-height: 1.5rem;
}
.date_heading_news{
    font-size: 0.75rem;
    display: block;
    margin-bottom: 0.2rem;
    color: #121212;
    opacity: .5;
}
.blur_click{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item_right_news_2{
    position: relative;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.item_right_news_2 .img_item{
    width: 10rem;
    height: 5.5rem;
    overflow: hidden;
    border-radius: 0.5rem;
}
.item_right_news_2 .img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.item_right_news_2:hover .img_item img{
    transform: scale(1.1);
}
.item_right_news_2 .wrap_text{
    flex: 1 ;
}
.item_right_news_2 .wrap_text .heading_news{
    font-size:  1rem;
    line-height: 1.35rem;
    margin-bottom: 0.35rem;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_2{
    padding: 5rem 0;
}
.wrap_news_3{
    margin: 0 -0.5rem ;
    display: flex;
    flex-wrap: wrap;
}
.item_news_3{
    position: relative;
    width: calc(calc(100% /3  - 1rem));
    margin: 0 0.5rem 1rem;

}
.item_news_3 .img_item{
    width: 100%;
    height: 13rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.item_news_3 .img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.item_news_3:hover .img_item img{
    transform: scale(1.1);
}
.item_news_3 h2{
    font-weight: 500 !important;
    font-size: 1.35rem;
    line-height: 1.75rem;
    color: #121212;
    font-family: var(--font-Oswald);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0.75rem 0 0.35rem;
}
.item_news_3 p{
    font-size: 0.85rem;
    display: block;
    margin-bottom: 0;
    color: #121212;
    opacity: .5;
}
.news_2 .heading_title h4{
    font-size: 1rem;
    line-height:  1.25rem;
    color: var(--main-cl);
    text-transform: uppercase;
    font-weight: 400;
}
.news_2 .heading_title h2,
.news_3 .heading_title h2{
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
    line-height: 2.15rem;
}
.news_1 .blur {
    position: absolute;
    width: 60%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.wrap_text_banner{
    /*margin-left: -5rem;*/
    position: relative;
    z-index: 5;
}
ul.thenativePagination {
    display: flex;
    align-items: center;
    list-style: none;
}
ul.thenativePagination li.thenativePaginationEnd, ul.thenativePagination li.thenativePaginationStart, .thenativePaginationPrev, .thenativePaginationNext {
    display: none;
}
ul.thenativePagination a {
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
}
ul.thenativePagination li {
    margin: 0 0.3rem;
}
ul.thenativePagination .active a {
    background-color: var(--main-cl);
    color: #fff;
    border-color: #fff;
}
.wrap_page{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.content_post p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45rem;
    color: #121212;
    margin-bottom: .75rem;
}
.content_post p img{
    margin-bottom: 1rem;
}
.content_post h3{
    font-size: 1.25rem;
    line-height: 1.8rem;
    font-family: var(--font-Oswald);
    color: var(--add-cl);
    margin: .25rem 0 1rem;
}
.content_post{
    padding-right: 1rem;
}
.single_post_2{
    padding: 5rem 0 3rem;
}
.big_size.heading_title h2{
    color: var(--main-cl);
    font-size: 1.75rem;
    line-height: 2.15rem;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    font-family: var(--font-Oswald);
}
.content_post blockquote{
    padding: 0 1.5rem;
    border-left: 2px solid var(--main-cl);
}
.nav_bottom {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid var(--main-cl);
}
.nav_bottom ul {
    list-style: none;
    margin: 0;
    display: flex;
}
.nav_bottom ul li {
    margin-left: 0.45rem;
    margin-bottom: 0;
}
.nav_bottom ul li a {
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    fill: #fff;
    background: var(--main-cl);
    border-radius: 50%;
    transition: 0.5s all;
}
.nav_bottom ul li:hover a{
    background: var(--sub-cl);

}
.nav_bottom ul li a svg {
    max-width: 50%;
    max-height: 50%;
}
.wrap_text_footer .text{
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.35rem;
    font-weight: 400;
    padding: 0.5rem 0;
}
.wrap_text_footer .text a{
    color: var(--main-cl);
}
.wrap_text_footer .text p{
    margin-bottom: 0;
    font-size: 1.2rem;
}

.footer_top{
    padding: 3.5rem 0;
    background: #4e4e4e;
}
.footer_bottom{
    display: flex;
    padding: 1.8rem 0;
    align-items: center;
    justify-content: center;
}
.footer_bottom span{
    text-align: center;
    color: #686868;
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: 400;
}
.img_logo_footer{
    width: 15rem;
    height: 6.25rem;
    filter: brightness(0) invert(1);
}
.img_logo_footer img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-main .nav > li > a{
    color: #686868cc;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 4.4rem !important;
    font-family: var(--font-Oswald);
}
.header-main .nav > li.current-menu-item > a,
.single-post .header-main #menu-item-704 a{
    color: var(--sub-cl);
}
.header-main .nav-box>li.active>a,
.single-post .header-main #menu-item-704 a{
    line-height: 4.5rem !important;
    padding: 0 1.5rem;
    width: 100%;
    background-color: var(--main-cl);
    height: 100%;
}
.stuck .header-main .nav > li > a {
    line-height: 70px !important;
}
.header-wrapper{
    position: absolute !important;
}
.header-wrapper.stuck{
    position: fixed !important;
    background: #fff;
}
.header-wrapper .header-inner{
    background: #fff;
    padding-right: 0;
}
.stuck #logo img {
    padding: 0.2rem;
}
.date_post span{
    font-size: 0.8rem;
    color: #40403f;
    font-weight: 400;
    line-height: 0.8rem;
}
.date_post span.news_name{
    font-size: 0.8rem;
    text-transform: uppercase;
    color:  var(--main-cl);
}
.date_post{
    gap:  1rem;
    display: flex;
    margin-bottom: 1.2rem;
}

.home_3 .container-width,
.home_3 .full-width .ubermenu-nav,
.home_3 .container,
.home_3 .row {
    max-width: 85rem !important;
}

.home_3 .row .col-inner {
    height: 100%;
}
li.has-dropdown.header-language-dropdown a {font-size: 0;}

.has-dropdown .icon-angle-down {
    display: none;
}

.header-main .nav > li  img {
    width: 1.5rem !important;
    height: 1rem;
    object-fit: cover;
}

.header-language-dropdown {
    margin-right: 1rem !important;
}

.nav li.header-language-dropdown {
    margin-right: 1rem !important;
}

.header-language-dropdown  ul.nav-dropdown.nav-dropdown-default {
    max-width: 4rem !important;
    min-width: 3rem;
    padding: .2rem !important;
}
li.has-dropdown.header-language-dropdown>a {
    padding: 0 .5rem;
}
@media only screen and (max-width: 1700px){
    html {
        font-size: 1.2vw;
    }
}
@media only screen and (max-width: 1440px){
    html {
        font-size: 1.25vw;
    }
    .container-width,
    .full-width .ubermenu-nav,
    .container,
    .row {
        max-width: 65rem !important;
    }
}
@media only screen and (max-width: 1200px){
    html {
        font-size: 1.2vw;
    }

}
@media only screen and (max-width: 850px) {
    html {
        font-size: 2vw;
    }
    .load_home_page svg {
        width: 320px;
    }
    .item_right_news_2 .img_item{
        width: 8rem;
        height: 4.5rem;
    }
    .content_post blockquote {
        padding: 0 .5rem 0 1rem;
    }
    .item_news_3 {
        width: calc(calc(100% / 2 - 1rem));
    }
    .item_right_news_2 .wrap_text .heading_news{
        -webkit-line-clamp: 2;
    }
    .header-wrapper.stuck .header-main,
    .header-wrapper .header-main{
        height: 70px !important;
    }
    #logo img ,
    .header-wrapper.stuck #logo img{
        max-height: 65px !important;
    }
    header#header .nav>li.current-menu-item>a:before, header#header .nav>li:hover>a:before{
        opacity: 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content,
    .mfp-close,
    .mfp-container, .mfp-wrap,
    .mfp-bg{
        top: 70px !important;
    }
    .mfp-bg.mfp-ready {
        opacity: 0;
    }
    .off-canvas .sidebar-menu{
        padding-top: 0 !important;
    }
    .off-canvas-left .mfp-content{
        box-shadow: unset;
        border-top: 1px solid hsla(0,0%,100%,.2);
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background-color: #fff;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        padding-left: 1rem !important;
        color: var(--main-cl) !important;
        font-size: 1rem !important;
        text-transform: capitalize !important;
    }
    #main-menu .current_page_item:first-child{
        margin-top: 2rem !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li .sub-menu li>a:first-child {
        padding-top: 0 !important;
        font-size: 0.9rem !important;
        line-height: 1.4rem;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a svg {
        width: 4rem;
        height: auto;
        margin-left: -0.833rem;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a path {
        fill: var(--main-cl) !important;
        stroke: var(--main-cl);
    }
    #main-menu .current_page_item {
        background-color: rgba(209, 209, 209, 0.3);
    }
    .mfp-wrap.mfp-auto-cursor.off-canvas.off-canvas-left.mfp-ready {
        background: rgb(0, 0, 0, .5);
    }
    .header-wrapper {
        position: relative !important;
    }
    .banner_img{
        padding: 5rem 0;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 4.2vw;
    }
    .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;
    }
    .heading_banner_home h1{
        line-height: 5.5rem;
        font-size: 4.5rem;
    }
    .heading_banner_home p {
        line-height: 2rem;
        font-size: 1.25rem;
    }
    .btn_banner span {
        font-size: 0.9rem;
        line-height: 1rem;
        padding: 0.75rem;
    }
    .content_post {
        padding-right: 0;
    }
    .item_right_news_2 .img_item {
        width: 9rem;
        height: 5rem;
    }
    .nav_bottom{
        padding-bottom: 3rem;
    }
    .news_2 .right_news_2{
        margin-top: 1.5rem;
    }
    .item_news_3 {
        width: 100%;
    }
    .news_2,
    .banner_img,
    .single_post_2{
        padding: 3rem 0;
    }
    .big_size.heading_title h2 {
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
    .news_2 .heading_title h2, .news_3 .heading_title h2{
        line-height: 2.5rem;
    }
    .img_logo_footer {
        margin-top: 2rem;
    }
    .home_3 .row .col_home_3{
        margin-bottom: 1.5rem;
    }
    .header-language-dropdown ul.nav-dropdown.nav-dropdown-default {
        max-width: 4rem !important;
        min-width: 4rem;
    }
}