:root{
    --main-cl: #1072BA;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
@media (min-width: 1280px) {
    body, 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: .3s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: .5s 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: .3s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.3s;
    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: 80px;
    height: 80px;
    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;
}
.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;
}
.middle-image>a:hover>img {
    display: block !important;
}
.home-5 .img img {
    width: auto;
}
.nav_scoll ul {
    margin: 0;
    padding: 0;
}

.list_info .item {
    display: flex;
    padding: 14px 0;
}

.list_info .item b {
    width: 120px;
    margin-right: 9px;
}

.list_info .item:not(:last-child) {
    border-bottom: 1px solid #D8D8DD;
}

.list_info .item:first-child {
    padding-top: 0;
}

.content.mota {
    font-size: 16px;
    color: #666666;
    max-width: 436px;
    margin-top: 40px;
    margin-bottom: 30px;
}

ul.share_product {
    display: flex;
    list-style: none;
    padding: 0;
}
ul.share_product svg {
    position: absolute;
    fill: #fff;
    width: 24px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

ul.share_product li:nth-child(2) img {
    opacity: 0;
}

ul.share_product li:nth-child(2) {
    position: relative;
}

ul.share_product a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    background: #0154a8;
    position: relative;
}
ul.share_product li:not(:last-child) {
    margin-right: 10px;
}
ul.list_link {
    display: flex;
    margin-top: 35px;
    list-style: none;
    padding: 0;
}

ul.list_link a {
    background: #f0b323;
    height: 40px;
    display: flex;
    align-items: center;
    color: #005eb8;
    font-size: 18px;
    min-width: 220px;
    justify-content: center;
}

ul.list_link a svg {
    margin-right: 20px;
}

ul.list_link a.contact {
    background: #005eb8;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 10px;
}
.box_cat_product .box_content .content ul {
    padding: 0;
}
section.section.top_menu {
    margin-top: 63px;
}
div#main-menu {
    display: none;
}
a.logo_header img {
    height: 35px;
    width: auto;
}
header .logo {
    display: flex;
}

.header-left {
    display: flex;
    align-items: center;
}
.ModuleContent.logo_footer img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
}
.search-form {
    width: 100%;
}
.banner-bg  img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h4.uppercase.text-left {
    font-weight: 700;
}

.tab-panels p.lead strong {
    font-size: 170%;
    color: #262626;
}
.icon-angle-down:before {
    background-color: currentColor;
    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢i theo mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â u chÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ */
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/></svg>") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/></svg>") no-repeat center / contain;
}
input#input_serial {
    height: 45px;
}

button#btnCheckSerial {
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 10px 10px !important;
}
.content_empty {
    color: red;
    text-transform: uppercase;
}
div#productInfo ul.info_product {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

div#productInfo ul.info_product li {
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.box_cat_product.wrap_product_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.box_cat_product.wrap_product_box .item_product {
    width: calc(50% - 40px) !important;
    margin: 0 20px 40px !important;
    box-sizing: border-box !important;
}
.banner-home .uk-slideshow-items>li:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
            0deg, black, transparent);
    height: 20rem;
    z-index: 2;
}
.banner-home .content-overlay {
    z-index: 9;
}
header .menu-nav li.current-menu-item a {
    color: #005eb8;
}
.home-2 .tab-switcher ul li.uk-active a {
    background: #f0b323 !important;
}
.top_menu form:before{
    background-image: url(../images/icon_search.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.top-nav {
    position: fixed;
    top: 50%;
    right: 0;
    flex-direction: column;
}

header .top-nav .top-nav-item {
    width: 70px;
    height: 70px;
    background: #005eb8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    margin: 0 !important;
    transition: .4s all;
    font-size: 20px;
}
header .top-nav .top-nav-item + .top-nav-item {
    border-top: 1px solid rgba(255, 255, 255, 0.34);
}
header .top-nav .top-nav-item>a {
    filter: brightness(0) invert(1);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .top-nav .top-nav-item:hover {
    background: #f0b323;
}
/*.reason-slider {*/
/*    overflow: unset !important;*/
/*}*/

/*.reason-slider ul.uk-slider-items {*/
/*    overflow: hidden;*/
/*}*/
body header .top-nav-item .uk-drop {
    left: -10px !important;
    transform: translate(-100%,-50%);
    background: transparent;
    top: 50% !important;
    width: auto !important;
}

header .top-nav-item .uk-drop p {
    display: none !important;
}
.text_center {
    text-align: center;
}

ul.list_cat_video {
    padding: 0;
}

.form_search_post input.search-field {
    padding-left: 20px;
}

.form_search_post .btn_search input {
    left: 0;
    opacity: 0;
}
.menu_knowledge a {
    border: none !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 55px !important;
    transition: .4s all;
    text-decoration: none !important;
}

.menu_knowledge li {
    border: none !important;
}

.page-template-document .menu_knowledge {
    margin: 0 !important;
}

.page-template-document .menu_knowledge ul {
    padding: 0 !important;
}

.menu_knowledge .current-menu-item a,
.menu_knowledge a:hover{
    background: #005eb8;
    color: #fff;
}
ul.pagination {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.pagination a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 50%;
    margin: 0 5px;
}

.pagination_video.text_center {
    display: inline-block;
    width: 100%;
}

ul.pagination .active a {
    background: #005eb8;
    border-color: #005eb8;
    color: #fff;
}
.list_video {
    min-height: 300px;
    text-align: center;
}
div#popup_search {
    background: transparent;
    width: 100vw;
    height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    overflow: hidden;
}

div#popup_search * {
    color: #fff;
    text-align: center;
}

.fancybox-slide--html {
    padding: 0;
}

div#popup_search h3 {
    font-size: 36px;
    font-weight: 700;
}

div#popup_search form#searchform input {
    height: 45px;
    width: 400px;
    border-radius: 100px;
    box-shadow: none;
    border: none;
    color: #333;
    text-align: left;
    padding: 0 20px;
}

div#popup_search form#searchform   input#searchsubmit {
    color: #333;
    width: auto;
    padding: 0 34px;
    background: #005eb8;
    color: #fff;
    cursor: pointer;
}

ul.nav_key {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 30px 0 0 0;
}

ul.nav_key a {
    padding: 5px 13px;
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0 5px 10px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    transition: .4s all;
}
ul.nav_key a:hover {
    background: #005eb8;
    color: #fff;
    border-color: #005eb8;
}

.fancybox-slide--html {
    padding: 0 !important;
}
.question_answer .item.toggle .box_content{
    overflow: auto;
}
.question_answer .item .box_content {
    margin-bottom: 20px;
}
ul.list_cat_video li a.active span {
    background: #005eb8;
    border-color: #005eb8;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M13.485 1.929l-7.071 7.071-3.536-3.536-1.414 1.414 4.95 4.95 8.485-8.485z'/></svg>") !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
ul.thenativePagination {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

ul.thenativePagination a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 100px;
    margin: 0 4px;
}

ul.thenativePagination .active a {
    background: #005eb8;
    border-color: #005eb8;
    color: #fff;
}
button#btnCheckSerial {
    cursor: pointer;
    transition: .4s all;
}

button#btnCheckSerial:hover {
    background: #f0b323;
}
.question_answer .item .item_q:hover {
    color: #005eb8;
}

.question_answer .item .item_q:hover .number_q {
    color: #005eb8;
}
.item_q *,.item_q{
    transition: .4s all;
}
.item_q:hover *,.item_q:hover {
    color: #005eb8 !important;
}
/* Chrome, Safari, Edge */
.search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

/* Firefox */
.search-field[type="search"]::-moz-search-clear {
    display: none;
}
.contact-1 .contact-form .frm-btn input[type=submit]:hover {
    cursor: pointer;
    background: #0f5a9e !important;
    border-color: #0f5a9e !important;
    color: #fff !important;
}

.contact-1 .contact-form .frm-btn input[type=submit] {
    cursor: pointer;
}
@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;
    }
    #mobile-menu-offcanvas [class*=uk-dropdown-bottom] {
        POSITION: UNSET;
        DISPLAY: NONE;
    }
    #mobile-menu-offcanvas .menu-nav li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #mobile-menu-offcanvas .menu-nav li a svg {
        width: 14px;
    }

    #mobile-menu-offcanvas .menu-nav li .uk-dropdown {
        position: unset;
        box-shadow: none;
        padding: 10px 0;
        margin: 0;
    }
    .arrow_toglle {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .uk-dropdown.uk-dropdown-bottom-left.uk-open {
        display: block !important;
    }
    #mobile-menu-offcanvas .menu-nav li a.uk-open svg {
        transform: rotate(180deg);
    }
}
@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;
    }
    .ModuleContent.logo_footer img {
        max-width: 50%;
    }
    section.section.top_menu {
        margin-top: 58px;
    }
    section.banner-home {
        margin-top: 59px;
    }

    .banner-home .content-overlay {
        bottom: 20px !important;
    }

    .banner-home .content-overlay .content .title {
        font-size: 2rem;
    }

    .banner-home .banner-pagination {bottom: 10px !important;}

    ul.list_link a {
        min-width: unset;
        padding: 0 20px;
    }
    .box_cat_product.wrap_product_box .item_product {
        width: calc(100% - 40px) !important;
    }
    .load_slider {
        max-width: 100%;
    }
    body .subnav-wrapper.uk-sticky {
        top: 58px !important;
    }
    div#popup_search form#searchform input {
        width: max-content;
    }

    div#popup_search {
        padding: 20px;
    }

    ul.nav_key {
        flex-wrap: wrap;
    }

    div#popup_search form#searchform input#searchsubmit {
        width: auto;
        padding: 0 20px;
    }
    header {
        max-height: 58px;
    }
    .bottom-nav{
        display: none !important;
    }
    .product_relate  ul.slick-dots {
        padding: 0 !important;
        margin-bottom: 30px;
    }
    header .top-nav {
        position: unset !important;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: unset;
        margin-right: 20px;
    }

    header .top-nav .top-nav-item {
        width: 38px;
        height: 38px;
        border-radius: 100px;
    }

    .header-right {
        display: flex;
    }

    header .top-nav .top-nav-item + .top-nav-item {
        border: none !important;
        margin-left: 10px !important;
    }

    header .top-nav .top-nav-item {
        font-size: 14px !important;
    }

    header .top-nav-item a {
        line-height: 1;
    }
    header .header-social-wrapper .header-social-items a {
        width: 35px !important;
        height: 35px !important;
    }

    header .header-social-wrapper .header-social-items a {
        margin-left: 8px !important;
    }
    div#popup_search {
        padding: 0 !important;
        width: 100% !important;
        left: 0;
    }

    div#popup_search h3 {
        font-size: 7vw;
    }

}