/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* #region Swiper */

@font-face {
    font-family: 'Inters';
    src: url('./assets/fonts/Inter_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inters';
    src: url('./assets/fonts/Inter_Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inters';
    src: url('./assets/fonts/Inter_SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root{
    --radius-1:16px;
}
body {
    line-height: 135%;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Inters', Arial, sans-serif;
    scroll-behavior: smooth;
}
*:focus {
    outline: none;
}
.blogs .row.row-small,.products .row{
    max-width: 100% !important;
}
.content__row {
    max-width: 1400px;    margin: 0 auto;
}
.mb0,.mb0>*{
    margin-bottom: 0!important;
}
.multi-toggle .accordion-item.active .accordion-inner{
    display: block!important;
}
.justify{
    text-align: justify!important;
}
.bg-ff{
    background-color: #fff!important;
}
.bg-f5 {
    background-color: #F5F5F5 !important;
}

.breadcrumbs {
    color: #090909;
    font-weight: 500;
    font-size: 13px;
}
.banner-introduce{
    border-radius: var(--radius-1);
    overflow: hidden;
    max-height: 634px;
    margin-bottom: 88px;
}
.header-full-width .container {
    padding: 0 64px;
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.header-nav.nav-left{
    display: none;
    list-style: none;
    align-items: center;
    gap: 0;
    background-color: #f5f5f5;
    height: 44px;
    border-radius: 50px;
    width: max-content;margin: 0 auto;
}
.header-nav.nav-left>li>a {
    font-size: 14px;
    padding: 12px 10px;
    font-weight: 400;
    display: inline-block;
    border-radius: 50px;
    box-sizing: border-box;
    height: 44px;
    color: #7F7F80;
}
.header-nav.nav-left>li::after{content: '';display: block;width: 0px;height: 3px;transition: all 0.3s;background:var(--primary-color);position: absolute;bottom: 0}
.header-nav.nav-left>li:hover::after{width: 100%;}
.nav-dropdown>li.nav-dropdown-col{display:block}

.header-nav.nav-left .nav-dropdown{padding:0}
.header-nav.nav-left .nav-dropdown .nav-dropdown-col>a,.header-nav.nav-left .nav-dropdown li a{padding:15px;color:#7F7F80;text-transform:none !important;font-size:14px; font-weight:400}

.header-nav.nav-left .nav-dropdown .nav-dropdown-col>ul li:hover{background:unset}
.header-nav.nav-left .nav-dropdown-default>li:hover>a,.header-nav.nav-left  .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:var(--primary-color)}
.header-nav.nav-left .nav-dropdown-default>li:hover{background:unset}
.header-nav.nav-left .nav-dropdown-default>li>a{border-bottom:0 !important}
.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;margin-left: -10px;}
.header-nav.nav-left .nav-dropdown .nav-dropdown-col>ul{margin-top:-48px;box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);display:none;position: absolute;left: 100%;z-index: 9;background: #F5F5F5;min-width: 240px;}
.header-nav.nav-left .nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.header-nav.nav-left .nav-dropdown .nav-dropdown-col>ul li a{padding:15px;  text-transform: none;color:#7F7F80}
.header-nav.nav-left li.nav-dropdown-col:hover>ul{display:block !important}

.header-nav-main.nav-left>.has-dropdown>a>.icon-angle-down{display: none}
.header-nav-main.nav-left>.has-dropdown>.nav-dropdown>.nav-dropdown-col>a{
    position: relative;
}
.header-nav-main.nav-left>.has-dropdown>.nav-dropdown>.nav-dropdown-col>a::after{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 25px;
    display: block;transition: all 0.3ms;
    background: no-repeat center/contain url(./assets/img/icons/ico-angle-right.svg);
}
.header-nav-main.nav-left>.has-dropdown>.nav-dropdown>.nav-dropdown-col>a:hover::after,.header-nav.nav-left >li.has-dropdown>ul.nav-dropdown-default>li.nav-dropdown-col.hover>a::after{
    background: no-repeat center/contain url(./assets/img/icons/icon-arrow-right.svg);
    right: 15px;transition: all 0.3ms;
}
.header-nav-main.nav-right li,.header-nav-main.nav-left>li{margin: 0}
.header-bnt a.general__btn {
    height: 34px;
    font-size: 14px;background-color: #f5f5f5;margin-right: 0;
}
.header-bnt a.general__btn i{
    height: 35px;
    width: 35px;
}
.header-bnt .general__btn i:before{
    right: 6px !important;
    top: 6px !important;
}
.header__action, .header-button a.button[aria-controls="main-menu"],.header-button a.button {
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    height: 44px;
    min-width: 44px;
    border-radius: 44px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    border: unset;
}
.header-button a.button[aria-controls="main-menu"]{
    padding-left: 20px;
    padding-right: 20px;
}
.header-button a.button{
    color:#7F7F80;
    top: 0;
    font-size: 15px;
    font-weight: 400;
}

.header-button a.button span{
    text-transform: capitalize;margin:0!important;padding-right: 0;
}
.header-button a.button i{top: 2px!important;margin: 0!important;}
.header-button a.button img{
    width: 22px!important;
}
.header-button a.button[aria-controls="main-menu"] {
    width: 110px;
    color: #7F7F80;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
}
[data-icon-label]:after{
    background-color: var(--primary-color);
}
.main-menu-overlay{opacity: 1}
.main-menu-overlay+.off-canvas-left>.mfp-container>.mfp-content{
    width: 100% !important;background-color: #fff;
}
.pmenu__header {
    padding: 10px 20px;
}
.pmenu__border {
    width: 120%;
    margin: 12px 0 0 -10%;
    border-bottom: 8px solid #efeff4;
    overflow-x: hidden;
}
.sidebar-menu{
    padding-top: 0!important;
}
.mfp-close{
    right: 10px;
    top: 10px;
}
.sidebar-menu .nav-sidebar.nav-vertical>li+li{
    border-bottom: 2px solid #efeff4;
    border-top: unset;
}
.sidebar-menu .nav-sidebar.nav-vertical>li a{
    text-transform: capitalize;
    font-weight: 500;
    color: #7f7f80;font-size: 14px;
}
.sidebar-menu ul.nav-sidebar-ul.children{
    padding-bottom: 0!important;
}
.sidebar-menu ul.nav-sidebar-ul.children>li>a{
    color: #090909;
}
.nav-vertical li li.menu-item-has-children{
    margin-bottom: 0.5em!important;
}
.nav-vertical li li.menu-item-has-children:not(:first-child) {
    margin-top: 0.5em!important;
}
.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: rgb(239 239 244 / 34%) !important;
}
li.header-search-dropdown ul.nav-dropdown-default {
    min-width: 500px;
}
li.header-search-dropdown.current-dropdown ul.nav-dropdown-default{
    left: unset;
    right: -55px;
}
input#woocommerce-product-search-field-2 {
    height: 44px;
}
.sidebar-menu li.header-search-form{
    margin-top: 44px;
}
a.button[aria-controls="main-menu"] i.icon-menu {
    width: 20px;
    height: 20px;
    top: 0!important;
    margin-right: 8px!important;
}
a.button[aria-controls="main-menu"] .icon-menu::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12ZM3.75 6.75H20.25C20.4489 6.75 20.6397 6.67098 20.7803 6.53033C20.921 6.38968 21 6.19891 21 6C21 5.80109 20.921 5.61032 20.7803 5.46967C20.6397 5.32902 20.4489 5.25 20.25 5.25H3.75C3.55109 5.25 3.36032 5.32902 3.21967 5.46967C3.07902 5.61032 3 5.80109 3 6C3 6.19891 3.07902 6.38968 3.21967 6.53033C3.36032 6.67098 3.55109 6.75 3.75 6.75ZM20.25 17.25H3.75C3.55109 17.25 3.36032 17.329 3.21967 17.4697C3.07902 17.6103 3 17.8011 3 18C3 18.1989 3.07902 18.3897 3.21967 18.5303C3.36032 18.671 3.55109 18.75 3.75 18.75H20.25C20.4489 18.75 20.6397 18.671 20.7803 18.5303C20.921 18.3897 21 18.1989 21 18C21 17.8011 20.921 17.6103 20.7803 17.4697C20.6397 17.329 20.4489 17.25 20.25 17.25Z' fill='%237F7F80'/></svg>");
}

.header-bnt .general__btn i.icon-angle-right::before,.general__btn i.icon-angle-right::before,i.icon-search::before,.general__btn i.icon-angle-down::before,.general__btn i.icon-angle-up::before,.back-to-top i.icon-angle-up::before{
    content: '' !important;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.footer__social .circle.is-outline i.icon-facebook::before,.footer__social .circle.is-outline i.icon-instagram::before,.footer__social .circle.is-outline i.icon-pinterest::before,.footer__social .circle.is-outline i.icon-youtube::before{
    content: ''!important;
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
    transition: all 0.3s;
    display: block;
}
.footer__social .circle.is-outline i.icon-facebook::before{
    background: no-repeat center/contain url(./assets/img/icons/ico-facebook-color.png) !important;
}
.footer__social .circle.is-outline i.icon-instagram::before{
    background: no-repeat center/contain url(./assets/img/icons/ico-instagram-color.png) !important;
}
.footer__social .circle.is-outline i.icon-pinterest::before{
    background: no-repeat center/contain url(./assets/img/icons/ico-pinterest-color.png) !important;
}
.footer__social .circle.is-outline i.icon-youtube::before{
    background: no-repeat center/contain url(./assets/img/icons/ico-youtube-color.png) !important;
}
.footer__social .circle.is-outline:hover{
    background-color: rgba(66, 156, 135, 0.16)!important;
}
.footer__social .circle.is-outline:hover i::before{
    filter: unset;
}
.header-bnt .general__btn i.icon-angle-right::before,.general__btn.is-outline i.icon-angle-right::before,.general__btn.white i.icon-angle-right::before{
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M18.7504 6V15.75C18.7504 15.9489 18.6714 16.1397 18.5307 16.2803C18.3901 16.421 18.1993 16.5 18.0004 16.5C17.8015 16.5 17.6107 16.421 17.4701 16.2803C17.3294 16.1397 17.2504 15.9489 17.2504 15.75V7.81031L6.53104 18.5306C6.39031 18.6714 6.19944 18.7504 6.00042 18.7504C5.80139 18.7504 5.61052 18.6714 5.46979 18.5306C5.32906 18.3899 5.25 18.199 5.25 18C5.25 17.801 5.32906 17.6101 5.46979 17.4694L16.1901 6.75H8.25042C8.0515 6.75 7.86074 6.67098 7.72009 6.53033C7.57943 6.38968 7.50042 6.19891 7.50042 6C7.50042 5.80109 7.57943 5.61032 7.72009 5.46967C7.86074 5.32902 8.0515 5.25 8.25042 5.25H18.0004C18.1993 5.25 18.3901 5.32902 18.5307 5.46967C18.6714 5.61032 18.7504 5.80109 18.7504 6Z' fill='%23FFFFFF'/></svg>") !important;
}
.general__btn:not(.is-outline) i.icon-angle-right::before{
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M18.7504 6V15.75C18.7504 15.9489 18.6714 16.1397 18.5307 16.2803C18.3901 16.421 18.1993 16.5 18.0004 16.5C17.8015 16.5 17.6107 16.421 17.4701 16.2803C17.3294 16.1397 17.2504 15.9489 17.2504 15.75V7.81031L6.53104 18.5306C6.39031 18.6714 6.19944 18.7504 6.00042 18.7504C5.80139 18.7504 5.61052 18.6714 5.46979 18.5306C5.32906 18.3899 5.25 18.199 5.25 18C5.25 17.801 5.32906 17.6101 5.46979 17.4694L16.1901 6.75H8.25042C8.0515 6.75 7.86074 6.67098 7.72009 6.53033C7.57943 6.38968 7.50042 6.19891 7.50042 6C7.50042 5.80109 7.57943 5.61032 7.72009 5.46967C7.86074 5.32902 8.0515 5.25 8.25042 5.25H18.0004C18.1993 5.25 18.3901 5.32902 18.5307 5.46967C18.6714 5.61032 18.7504 5.80109 18.7504 6Z' fill='%23008C4F'/></svg>");
}
i.icon-search::before {
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M21.5318 20.4696L16.8378 15.7765C18.1983 14.1431 18.8767 12.048 18.7319 9.92715C18.5871 7.80629 17.6302 5.82289 16.0603 4.38956C14.4904 2.95623 12.4284 2.18333 10.3031 2.23163C8.17785 2.27993 6.15303 3.14571 4.64986 4.64888C3.14669 6.15205 2.2809 8.17687 2.2326 10.3021C2.1843 12.4274 2.95721 14.4894 4.39054 16.0593C5.82387 17.6293 7.80726 18.5861 9.92813 18.7309C12.049 18.8757 14.144 18.1973 15.7774 16.8368L20.4706 21.5308C20.5402 21.6005 20.623 21.6558 20.714 21.6935C20.8051 21.7312 20.9026 21.7506 21.0012 21.7506C21.0997 21.7506 21.1973 21.7312 21.2884 21.6935C21.3794 21.6558 21.4621 21.6005 21.5318 21.5308C21.6015 21.4612 21.6568 21.3784 21.6945 21.2874C21.7322 21.1963 21.7516 21.0988 21.7516 21.0002C21.7516 20.9017 21.7322 20.8041 21.6945 20.713C21.6568 20.622 21.6015 20.5393 21.5318 20.4696ZM3.75119 10.5002C3.75119 9.16519 4.14707 7.86015 4.88877 6.75011C5.63047 5.64008 6.68468 4.77492 7.91808 4.26403C9.15148 3.75314 10.5087 3.61946 11.818 3.87991C13.1274 4.14036 14.3302 4.78324 15.2742 5.72724C16.2182 6.67125 16.861 7.87398 17.1215 9.18335C17.3819 10.4927 17.2483 11.8499 16.7374 13.0833C16.2265 14.3167 15.3613 15.3709 14.2513 16.1126C13.1413 16.8543 11.8362 17.2502 10.5012 17.2502C8.71159 17.2482 6.99585 16.5364 5.73041 15.271C4.46497 14.0056 3.75318 12.2898 3.75119 10.5002Z' fill='%237F7F80'/></svg>");
}
.general__btn i.icon-angle-down::before{
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M19.281 14.0306L12.531 20.7806C12.4614 20.8504 12.3787 20.9057 12.2876 20.9434C12.1966 20.9812 12.099 21.0006 12.0004 21.0006C11.9019 21.0006 11.8043 20.9812 11.7132 20.9434C11.6222 20.9057 11.5394 20.8504 11.4698 20.7806L4.71979 14.0306C4.57906 13.8899 4.5 13.699 4.5 13.5C4.5 13.301 4.57906 13.1101 4.71979 12.9694C4.86052 12.8286 5.05139 12.7496 5.25042 12.7496C5.44944 12.7496 5.64031 12.8286 5.78104 12.9694L11.2504 18.4397V3.75C11.2504 3.55109 11.3294 3.36032 11.4701 3.21967C11.6107 3.07902 11.8015 3 12.0004 3C12.1993 3 12.3901 3.07902 12.5307 3.21967C12.6714 3.36032 12.7504 3.55109 12.7504 3.75V18.4397L18.2198 12.9694C18.3605 12.8286 18.5514 12.7496 18.7504 12.7496C18.9494 12.7496 19.1403 12.8286 19.281 12.9694C19.4218 13.1101 19.5008 13.301 19.5008 13.5C19.5008 13.699 19.4218 13.8899 19.281 14.0306Z' fill='%23008C4F'/></svg>");
}
.general__btn i.icon-angle-up::before{
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><g id='ArrowUp'><path id='Vector' d='M19.281 11.0307C19.2114 11.1005 19.1287 11.1558 19.0376 11.1935C18.9466 11.2313 18.849 11.2507 18.7504 11.2507C18.6519 11.2507 18.5543 11.2313 18.4632 11.1935C18.3722 11.1558 18.2894 11.1005 18.2198 11.0307L12.7504 5.56041L12.7504 20.2501C12.7504 20.449 12.6714 20.6398 12.5307 20.7804C12.3901 20.9211 12.1993 21.0001 12.0004 21.0001C11.8015 21.0001 11.6107 20.9211 11.4701 20.7804C11.3294 20.6398 11.2504 20.449 11.2504 20.2501L11.2504 5.56041L5.78104 11.0307C5.64031 11.1715 5.44944 11.2505 5.25042 11.2505C5.05139 11.2505 4.86052 11.1715 4.71979 11.0307C4.57906 10.89 4.5 10.6991 4.5 10.5001C4.5 10.3011 4.57906 10.1102 4.71979 9.96948L11.4698 3.21948C11.5394 3.14974 11.6222 3.09443 11.7132 3.05668C11.8043 3.01894 11.9019 2.99951 12.0004 2.99951C12.099 2.99951 12.1966 3.01894 12.2876 3.05668C12.3787 3.09443 12.4614 3.14974 12.531 3.21948L19.281 9.96948C19.3508 10.0391 19.4061 10.1218 19.4438 10.2129C19.4816 10.3039 19.501 10.4015 19.501 10.5001C19.501 10.5987 19.4816 10.6963 19.4438 10.7873C19.4061 10.8784 19.3508 10.9611 19.281 11.0307Z' fill='%23008C4F'/></g></svg>");
}
.back-to-top i.icon-angle-up::before{

    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><g id='ArrowUp'><path id='Vector' d='M19.281 11.0307C19.2114 11.1005 19.1287 11.1558 19.0376 11.1935C18.9466 11.2313 18.849 11.2507 18.7504 11.2507C18.6519 11.2507 18.5543 11.2313 18.4632 11.1935C18.3722 11.1558 18.2894 11.1005 18.2198 11.0307L12.7504 5.56041L12.7504 20.2501C12.7504 20.449 12.6714 20.6398 12.5307 20.7804C12.3901 20.9211 12.1993 21.0001 12.0004 21.0001C11.8015 21.0001 11.6107 20.9211 11.4701 20.7804C11.3294 20.6398 11.2504 20.449 11.2504 20.2501L11.2504 5.56041L5.78104 11.0307C5.64031 11.1715 5.44944 11.2505 5.25042 11.2505C5.05139 11.2505 4.86052 11.1715 4.71979 11.0307C4.57906 10.89 4.5 10.6991 4.5 10.5001C4.5 10.3011 4.57906 10.1102 4.71979 9.96948L11.4698 3.21948C11.5394 3.14974 11.6222 3.09443 11.7132 3.05668C11.8043 3.01894 11.9019 2.99951 12.0004 2.99951C12.099 2.99951 12.1966 3.01894 12.2876 3.05668C12.3787 3.09443 12.4614 3.14974 12.531 3.21948L19.281 9.96948C19.3508 10.0391 19.4061 10.1218 19.4438 10.2129C19.4816 10.3039 19.501 10.4015 19.501 10.5001C19.501 10.5987 19.4816 10.6963 19.4438 10.7873C19.4061 10.8784 19.3508 10.9611 19.281 11.0307Z' fill='%23F5F5F5'/></g></svg>");
}
.page-title-inner{
    margin-top: 16px;
    max-width: 100% !important;display: block;min-height: unset;
}
.banner__top,.page-title-inner{
    padding: 0 64px!important;
}
.page-title-inner .title-content{
    text-align: left!important;
}
section {
    margin: 0 auto;
    padding:0 64px!important;
}
section.about {
    margin: 88px auto 80px auto;
}
section.solutions {
    background-color: #f5f5f5;
    padding: 0 0 0 0!important;
    max-width: unset;
}

.projects {
    margin: 88px auto;
}
section.products {
    background-color: #f5f5f5;
    padding: 0 0 0 0!important;
    max-width: unset;
}
.products__ctn {
    padding: 88px 64px;
}
section.contact {
    margin: 88px auto 176px auto;
}
section.reviews {
    margin: 176px auto;
    padding: 0 0 0 0!important;
    max-width: unset;
}
section.prizes {
    margin: 176px auto;
}
section.partners {
    margin: 176px auto;
    padding: 0 0 0 0!important;
    max-width: unset;
}
section.choice,.qanda {
    margin: 88px 0;
}
section.blogs {
    background-color: #f5f5f5;
    padding: 0 0 0 0!important;
    max-width: unset;
}
section.stats {
    margin-bottom: 88px;
}
.stats__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 16px;
}
.stats__item {
    padding: 24px;
    background-color: #F5F5F5;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.stats__number p{
    color: var(--primary-color);
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 13px 0;
    user-select: none;
}
.stats__header p{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 5px 0;
}
.qanda__ctn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
.qanda__ctn .accordion .accordion-item{
    margin-bottom: 0;
    margin-top: 16px;
}
.qanda__ctn .accordion .accordion-item:first-of-type {
    margin-top: 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.85 !important;
    filter: grayscale(1) !important;
    pointer-events: all !important;
}

/* Hero swiper */
.hero .swiper-pagination {
    bottom: 32px !important;
}

.hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    width: 160px;
}

.hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.hero .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background: #bbb9c0;
}
.about__txt p{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 32px;
    line-height: 135%;
    min-height: 135px;
}
/* Choice swiper */
.choice .swiper-button-prev,
.choice .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #F5F5F5;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: background-color 0.3s ease;
    position: absolute;
    top: unset;
    bottom: -92px;
    display: none;
}

.choice .swiper-button-prev {
    right: 124px;
    left: unset;
}

.choice .swiper-button-next {
    right: 64px;
    left: unset;
}

.choice .swiper-button-prev::after,
.choice .swiper-button-next::after {
    content: '';
    width: 9px;
    height: 9px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-45deg);
}

.choice .swiper-button-prev::after {
    transform: rotate(135deg);
}

.choice .swiper-button-prev:hover,
.choice .swiper-button-next:hover {
    background-color: var(--primary-color);
}

.choice .swiper-button-prev::after {
    margin-left: 5px;
}

.choice .swiper-button-next::after {
    margin-right: 5px;
}

.choice .swiper-button-prev:hover::after,
.choice .swiper-button-next:hover::after {
    border-color: #fff;
}

.choice .swiper-pagination {
    position: absolute;
    bottom: -80px !important;
    right: unset !important;
    left: 64px !important;
    width: fit-content !important;
    height: 4px;
}

.choice .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #7F7F80;
    width: 160px;
}

.choice .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.choice .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background: #bbb9c0;
}
.hero {
    padding: 0 0 0 0;
    max-width: unset;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    min-height: 350px;
}

.hero__container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.hero__container.hero__product_cat {
    border-radius: var(--radius-1);
}
.hero__slide img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: cover;
    aspect-ratio: 1920/680;
}
@media (min-width: 1200px) {
    .hero__slide img {
        min-height: 400px;
    }
}


@media (min-width: 768px) {
    .web-only {
        display: block !important;
    }
    .mb-only {
        display: none !important;
    }
}
@media (max-width: 767.98px) {
    .web-only {
        display: none !important;
    }

    .mb-only {
        display: block !important;
    }

    .category__shortcut {
        display: grid;
    }

    .hero__slide img {
        aspect-ratio: auto !important;
        height: auto !important;
        width: 100% !important;
    }
}

/* #region General button */
.general__btn {
    display: flex!important;
    align-items: center;
    cursor: pointer;
    height: 44px;
    padding: 4px 60px 4px 24px;
    border-radius: 50px;
    user-select: none;
    position: relative;
    z-index: 1;
    width: fit-content;
    outline: none;
    border: none;
    box-sizing: unset;
}
.general__btn.is-outline:hover{background-color: transparent}
.general__btn span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    z-index: 2;
    transition: color 0.3s;
}
.general__btn.is-outline{
    border-width: 1px;
}
.general__btn:not(.is-outline) i {background-color: #fff;}
.general__btn.is-outline.primary i {background-color: var(--primary-color);}
.general__btn i {
    top: unset;
    border-radius: 44px;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 4px;
    transition: all 0.3s;
    z-index: inherit;
    margin-left: 0!important;
}
.general__btn>span+i{
    margin-right:0!important;
    font-size: 23px;
}
.primary.general__btn i{
    color: var(--primary-color);
}
.general__btn.is-outline i{
    color: #fff;
}
.general__btn i:before {
    width: 24px !important;
    height: 24px !important;
    position: absolute !important;
    left: unset !important;
    right: 10px !important;
    top: 10px !important;
    transition: transform 0.4s ease-out;
}
.primary.general__btn:hover span {
    color: var(--primary-color);
}
.general__btn.is-outline:hover span {
    color: #fff;
}

.general__btn:hover i {
    width: calc(100% - 8px) !important;
}

.general__btn:hover i:before,
.general__btn:hover span {
    animation: scroll-inertia 0.2s ease-out;
}
.general__btn.general__btn--center {
    margin: 0 auto;
}
.white.general__btn i {
    background-color: var(--primary-color);
    color: #fff;
}
.white.general__btn:hover{
    background-color:#fff;
}
.white.general__btn:hover span{color: #fff;}
/* Keyframe animation to "flicker" the image */
@keyframes scroll-inertia {
    0% {
        transform: translateY(0);
        height: 20px;
    }

    25% {
        transform: translateY(-10px);
        opacity: 0.5;
        height: 10px;
    }

    50% {
        transform: translateY(-25px);
        opacity: 0;
        height: 0;
    }

    75% {
        transform: translateY(10px);
        opacity: 0.5;
        height: 10px;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        height: 20px;
    }
}
.section__sub-title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    height: 18px;
    line-height: 18px;
    user-select: none;
    display: flex;
    align-items: center;
    vertical-align: middle;
    width: fit-content;
    margin-bottom: 8px;
}
.section__sub-title img {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}
section.introduction.home{
    margin: 176px auto 88px auto;
}
.introduction__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}
.introduction__desc p{
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-1);
    background: #F5F5F5;
    margin-bottom: 48px;line-height: 20px;
}
.accordion {
    padding: 24px;
    border-radius: var(--radius-1);
}
.accordion.qanda__list{
    padding: 0;
}
.accordion.benefits{
    background-color: #121212;
    color: #fff;
}
.accordion .accordion-item {
    margin-bottom: 24px;
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}
.benefits span.icon-accordion {
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--primary-color);
    margin-right: 12px;
}
.accordion .accordion-title {
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    background-color: rgba(252, 252, 252, 0.10);
    position: relative;
    border-top: unset;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.accordion .accordion-title h3{
    margin-bottom: 0;font-size: 20px;
    font-weight: 600;line-height: 25px;
}
.accordion.benefits .accordion-title h3{
    color: #fff;font-size: 18px;
}
.accordion button.toggle {
    right: 0;
    left: unset;
    opacity: 1;
    top: unset;
    font-size: 15px;
}
.accordion.qanda__list button.toggle {
    position: unset;
}
.accordion.qanda__list button.toggle {
    width: 44px;
    height: 41px;
    aspect-ratio: 1;
    background-color: var(--primary-color);
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.accordion.qanda__list button.toggle i::before, .accordion.qanda__list button.toggle i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}
.accordion.qanda__list button.toggle i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
/* Active state — rotate to create 'X' */
.accordion.qanda__list .accordion-item.active button.toggle {
    background-color: #fff;
    /* Optional: change color when active */
}

/* Rotate lines to form an 'X' */
.accordion.qanda__list .accordion-item.active button.toggle i::before {
    background-color: var(--primary-color);
    transform: translate(-50%, -50%) rotate(45deg);
}

.accordion.qanda__list .accordion-item.active button.toggle i::after {
    background-color: var(--primary-color);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.accordion .accordion-inner {
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    height: 0;
    opacity: 0;
    max-height: max-content;
    display: block;
    padding: 0;
}
.accordion.benefits .accordion-inner {
    color: #BCB9C0;
}
.accordion.qanda__list .accordion-inner {
    color: #7F7F80;
    padding: 24px 0 24px 24px;
    margin-top: 0;
}
.accordion.qanda__list .accordion-title{
    background: #F5F5F5;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
}
.multi-toggle .accordion-item.active .accordion-inner {
    height: 380px;
    opacity: 1;
}
.section__title h2, .section__title h1 {
    font-size: 49px;
    font-weight: 700;
}
.capacity__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.capacity__content .capacity__item{
    background: #f5f5f5;
    border-radius: var(--radius-1);
    padding: 24px;
}
.solutions__ctn {
    padding: 88px 64px;
}
.solutions__content,.catalogue__content,.video__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 48px;
    margin-top: 40px;
}
.solutions__card,.catalogue__card,.video__card{
    display: flex;
    padding: 24px;
    flex-direction: column;
    border-radius: var(--radius-1);
    background: #fff;
    cursor: pointer;
}
.bg-ff .catalogue__card,.bg-ff .video__card{
    background: #f5f5f5;
}
.solutions__card .box-image,.catalogue__card .box-image,.video__card .box-image{
    width: 100%;
    height: fit-content;
    margin-bottom: 32px;
    overflow: hidden;
    border-radius: 8px;
}
.solutions__card .box-image img,.catalogue__card .box-image img,.video__card .box-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5.3 / 3;
    transition: all 0.5s;
    object-fit: cover;
}
.solutions__card .box-text,.catalogue__card .box-text,.video__card .box-text{
    padding: 0;
}
.solutions__card-title {
    font-size: 20px;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    margin-bottom: 8px;
    transition: color 0.5s;margin-top: 0;
}
.solutions__card:hover .box-text h3 {
    color: var(--primary-color);
}
.solutions__card .box-text h3 {
    font-size: 20px;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    margin-bottom: 8px;
    transition: color 0.5s;
    margin-top: 0;
}
.solutions__card .box-text p {
    color: #7F7F80;
    font-size: 16px;
    font-weight: 400;margin: 0;    line-height: 20px;
}
@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.05);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }
    25% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    25% {
        transform: scale(1.15);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}
.item-video .box-image .button {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: unset;
    min-height: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: normal;
    margin-top: -25px;
    margin-left: -25px;
    background-color: rgba(255, 255, 255, .85) !important;
    border: none !important;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.08));
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-video .box-image .button i {
    top: unset;
    color: var(--primary-color) !important;
}


.dproduct__locations>p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

.dproduct__search {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.dproduct__scroll {
    max-height: 380px;
    overflow-y: scroll;
    padding-right: 10px;
}

.dproduct__search .contact__select {
    display: flex;
    flex: 1;
}
.title__find_places{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}
.contact__select select {
    appearance: none;
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #BCB9C0;
    border-radius: 50px;
    color: #7F7F80;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    height: 54px;
    margin-bottom: 0;
}
.contact__select img {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.3s ease;
}
.dproduct__location {
    padding: 16px 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    width: 100%;
    border-top: 1px solid #E2E1E3;
}

.dproduct__location img {
    width: max-content;
    margin-right: 8px;
}

.dproduct__location>div {
    flex: 1;
}

.dproduct__location>div p {
    font-size: 18px;
    font-weight: 600;margin-bottom: 0;
}

.dproduct__location>div p:nth-of-type(2n) {
    color: #7F7F80;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}
.introduction__content {
    display: grid;
    grid-template-columns: 40% calc(60% - 25px);
    gap: 25px;
}
.introduction__left {
    position: relative;
    border-radius: var(--radius-1);
}
.introduction__left-video {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.introduction__left-video>img:first-of-type {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.85);
}
.introduction__left img {
    filter: brightness(0.8);
}
.introduction__left-video>.video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.introduction__left-video>.video-button-wrapper>a{
    margin-right: 0;margin-left: 0;
    color: #fff;
    border-width: 5px;
}
@keyframes pxl_pulse_border {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes pxl_pulse_border {
    0% {
        transform: scale(1);
        opacity: .67
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}
a.open-video:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    animation: pxl_pulse_border 1500ms ease-out infinite;
    -webkit-animation: pxl_pulse_border 1500ms ease-out infinite;
    z-index: -2
}
.glass-box {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: calc(100% - 96px);
    border-radius: 8px;
    background: rgba(31, 32, 32, 0.32);
    backdrop-filter: blur(12px);
    padding: 24px;
    color: #fff;
}
.glass-box__head {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}
.projects__content {
    margin-bottom: 48px;
    margin-top: 40px;
}
.projects__item {
    display: grid;
    gap: 32px;
    grid-template-columns: 0.38fr 0.43fr 0.19fr;
    overflow: hidden;
    background-color: #F5F5F5;
    border-radius: var(--radius-1);
    padding: 24px;
    margin-bottom: 64px;
    position: sticky;
    top: 100px;
    transition: all 0.3s;
    min-height: max-content;
}
.projects__item {
    top: calc(100px + var(--i) * 20px);
    z-index: var(--i);
}

.projects__item:last-of-type {
    margin-bottom: 0;
}
.projects__info, .projects__solutions {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.projects__info-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 32px;
}
.projects__desc {
    font-size: 16px;
    font-weight: 400;
    color: #7F7F80;
    align-items: end;
    display: flex;
    flex: 1;
}
.projects__img {
    width: 100%;
    height: 100%;
    position: relative;
}
.projects__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 7.3 / 4.5;
    object-fit: cover;
    border-radius: 8px;
}
.projects__img .general__btn {
    position: absolute;
    bottom: -100px;
    opacity: 0;
    width: 0;
    transition: all 0.3s;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
.projects__item:hover .projects__img .general__btn {
    bottom: 24px;
    width: 230px;
    max-width: max-content;
    opacity: 1;
}
.projects__info-items {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: end;
}
.projects__info-items div {
    color: #7F7F80;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #BCB9C0;
    width: fit-content;
    margin-bottom: 8px;line-height: 130%;
}

ul.nav.nav-pills {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;

}
.nav-pills>li>a{
    width: max-content;
    border-radius: 50px;
    overflow: hidden;
    color: #7F7F80;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    padding: 1px 18px;
    margin-right: 8px;
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
}
.tab-panels {
    padding-top: 2.5em;
}
.product-small.col .col-inner {
    padding: 24px;
    border-radius: var(--radius-1);
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    box-sizing: border-box;
    height: max-content;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.bg-ff .product-small.col .col-inner{
    background-color: #f5f5f5;padding: 20px;
}
.product-small.box .box-image {
    border-radius: 12px;
    margin-bottom: 24px;
}
.product-small.box .box-text{
    padding: 0!important;
    text-align: left;
}
.product-small.box .product-title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 0;
}
.product-small.box .woocommerce-loop-product__link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-line-clamp: 2 !important;
}
.product-small.box:hover .woocommerce-loop-product__link {
    color: var(--primary-color);
}
.product-small.box .price-wrapper {
    margin-top: 16px;
}
.product-small.box .price span.amount{
    font-size: 18px;
    font-weight: 400;
}
.contact__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 24px;
    border-radius: var(--radius-1);
    background: #121212;
    position: relative;
}
.contact__carousel {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    height: 706px;
    min-height: 100%;
}
.contact__slides {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 24px;
    left: -20%;
}
.contact__slide {
    display: grid;
    grid-auto-columns: 1fr;
    margin: 0 auto;
    height: calc(350px * 6);
    animation: scroll__up 60s linear infinite;
}
.contact__slide:nth-of-type(2n) {
    animation: scroll__down 60s linear infinite;
    /* animation-delay: 0.2s; */
}
.contact__img {
    width: 400px;
    height: 400px;
    aspect-ratio: 1;
    position: relative;
    object-fit: cover;
    user-select: none;
    background-color: transparent;
}
.contact__img img {
    max-width: 100%;
    max-height: 100%;
    height: 400px;
    width: 400px;
    aspect-ratio: 1;
    object-fit: cover;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 20px;
}
/* Animation for infinite scrolling */
@keyframes scroll__up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-400px * 3));
    }
}

@keyframes scroll__down {
    0% {
        transform: translateY(calc(-400px * 3));
    }

    100% {
        transform: translateY(0);
    }
}
.contact__form {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    height: fit-content;
}

.reviews__carousel {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.reviews__carousel-track {
    animation: reviews__scroll 30s linear infinite;
    display: flex;
    width: calc(456px * 10);
}
.reviews__carousel:hover .reviews__carousel-track {
    animation-play-state: paused;
}
@keyframes reviews__scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-456px * 5));
    }
}
.reviews__item {
    border-radius: var(--radius-1);
    width: 440px;
    background: #F5F5F5;
    margin-right: 16px;
}
.reviews__author {
    display: flex
;
    align-items: center;
    vertical-align: middle;
    padding: 24px;
}
.reviews__author img {
    height: 64px;
    width: 64px;
    aspect-ratio: 1;
    border-radius: 8px;
    margin-right: 20px;
    object-fit: cover;
}
.reviews__author-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;line-height: 20px;
}
.reviews__author-position {
    color: #7F7F80;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;line-height: 20px;
}
.reviews__desc p{
    color: #7F7F80;
    font-size: 16px;
    font-weight: 400;
    padding: 0 24px 48px 24px;
    height: 128px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;margin-bottom: 0;line-height: 20px;
}
.reviews__img {
    width: 100%;
    height: auto;
    aspect-ratio: 4.4 / 2.5;
    object-fit: cover;
    object-position: top;
    border-radius: var(--radius-1);
}
.prizes__ctn {
    border-radius: 16px;
    background-color: #F2F2F2;
}
.row-collapse>.col.prizes__ctn{
    padding: 64px!important;
}
.prizes__content {
    margin-top: 40px;
    display: block;
    gap: 16px;
}
.prizes__group {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin-bottom: 16px;
    gap: 16px;
}
.prizes__item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #fff;
    width: fit-content;
}
.prizes__item .icon-box-img {
    width: 104px!important;
    height: 80px;
    background-color: var(--primary-color);
    border-radius: 8px;
    margin-right: 12px;
}
.prizes__item .icon-box-img img {
    width: 104px;
    height: 80px;
    object-fit: contain;
    padding: 12px 16px;
    box-sizing: border-box;
}
.prizes__item.icon-box-left .icon-box-img+.icon-box-text{
    padding-left: 0!important;
}
.prizes__year {
    color: #7F7F80;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.prizes__name {
    color: #090909!important;
    font-size: 16px;
    font-weight: 600;line-height: 19px;
}
.partners__ctn,.reviews__ctn {
    padding: 0 64px;
}
.partners__content {
    margin-top: 40px;
}
.partners__carousel {
    height: 120px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.partners__carousel::before,
.partners__carousel::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
    pointer-events: none;
}

.partners__carousel::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.partners__carousel::before {
    left: 0;
    top: 0;
}
.partners__carousel-track {
    animation: partners__scroll 30s linear infinite;
    display: flex
;
    width: calc(250px * 24);
}
.partners__carousel img {
    height: 120px;
    width: 250px;
    filter: grayscale(1);
    user-select: none;
}
.partners__carousel img:hover {
    height: 120px;
    width: 250px;
    filter: grayscale(0);
}
@keyframes partners__scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 12));
    }
}

.partners__carousel:hover .partners__carousel-track {
    animation-play-state: paused;
}
.choice__content {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.choice__wrapper {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 20px;
    height: max-content;
}
.choice__item {
    border-radius: var(--radius-1);
    background: #F5F5F5;
    padding: 24px;
    box-sizing: border-box;
    height: max-content;
}
.choice__item>img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 32px;
    aspect-ratio: 5.3 / 3;
}
.choice__name {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-bottom: 16px;
}
.choice__name .icon-box-img {
    width: 40px!important;
    height: 40px;
    margin-right: 12px;
}
.choice__name .icon-box-text{
    font-size: 20px;
    font-weight: 700;
    padding-left: 0!important;    line-height: 23px;
}
.choice__name .icon-box-text h3{
    font-size: 20px;line-height: 25px;
}
.choice .swiper-button-prev, .choice .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #F5F5F5;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: background-color 0.3s ease;
    position: absolute;
    top: unset;
    bottom: -92px;
    display: none;
}
.choice .swiper-button-next {
    right: 64px;
    left: unset;
}
.choice .swiper-pagination {
    position: absolute;
    bottom: -80px !important;
    right: unset !important;
    left: 64px !important;
    width: fit-content !important;
    height: 4px;    display: none;
}
.flex-align-center {
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.blogs__ctn {
    padding: 44px 64px 88px 64px;
}
.blogs__ctn .blogs__categories{
    position: relative;
}
.blogs__ctn .blogs__categories ul.nav-pills {
    display: flex;
    position: absolute;
    top: -69px;
    width: 100%;
    justify-content: end;
    right: 0;
}

.blogs__item,.post-item .col-inner{
    border-radius: var(--radius-1);
    padding: 24px;
    background-color: #fff;
    box-sizing: border-box;
}
.bg-ff .post-item .col-inner,.bg-ff .blogs__item{
    background-color: #f5f5f5;
}
.blogs__img {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 8px;
}
.blogs__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    aspect-ratio: 5.3 / 3;
    border-radius: 8px;
    transition: all 0.5s;
    overflow: hidden;
}
.post-item .box-text{
    padding: 0;
}
.box-vertical .box-text.text-letf {
    padding-left: 10px;
}
.box-vertical .image-cover{
    padding-top: 100% !important;
}
.blogs__info {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-bottom: 8px;
}
.blogs__tag,.blogs__name a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blogs__tag {
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--primary-color);
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 12px;
    height: 25px;
    -webkit-line-clamp: 1;line-height: 150%;
}
.box-blog-post:hover .blogs__tag{
    background: var(--primary-color);
}
.blogs__date {
    color: #7F7F80;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 12px;
    margin-right: 8px;
}
.blogs__length {
    margin-left: 8px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    color: #7F7F80;
    font-size: 13px;
    font-weight: 400;
}
.blogs__length img {
    height: 24px;
    width: 24px;
    margin-right: 4px;
}
.blogs__name a {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px!important;
    -webkit-line-clamp: 2;
}
.post-item:hover .blogs__name a{
    color: var(--primary-color);
}
.blogs__desc {
    color: #7F7F80;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 24px;
}
.blogs__view {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline !important;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.blogs__view {
    font-size: 16px !important;
}
.blogs__view img{
    margin-left: 12px;
    height: 24px;
    width: 24px;
}
.blogs__ctn .general__btn {
    margin-top: 30px;
}
.row-slider .flickity-prev-next-button:hover{
    background-color: var(--primary-color)!important;
}
.row-slider .flickity-prev-next-button:hover svg{
    fill: var(--primary-color) !important;
    background-color: transparent;!important;
}
.row-slider .flickity-prev-next-button svg path,.row-slider .flickity-prev-next-button:hover svg path{
    fill: var(--primary-color) !important;
}
.footer__ctn {
    padding: 32px!important;
}
.footer__top {
    display: flex;
    padding: 48px 64px;
    border-radius: var(--radius-1) var(--radius-1) 0px 0px;
    background: #121212;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.footer__top img {
    width: 204px;
    height: 56px;
}
.footer__message {
    color: #BCB9C0;
    width: 560px;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 64px;    line-height: 20px;
}
.footer__top::after {
    content: "";
    position: absolute;
    left: 64px;
    bottom: 0;
    width: calc(100% - 128px);
    height: 1px;
    background-color: #7F7F80;
}
.footer__middle {
    background: #121212;
    padding: 48px 64px;
    display: grid;
    grid-template-columns: repeat(5, max-content);
    justify-content: space-between;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
}

.footer__middle>div {
    max-width: 380px;
}
.footer__title p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
.footer__region {
    margin-bottom: 16px;
}
.footer__region-name p{
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;    line-height: 16px;
}
.footer__region .icon-box-img {
    width: 20px;
    height: 20px;
    margin-right: 8px;

}
.footer__region .icon-box-img+.icon-box-text {
    padding-left: 8px;
}
.footer__location p, .footer__phone p{
    color: #BCB9C0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    margin-bottom: 0
}
.footer__location{
    margin-bottom: 8px;
}
.footer__location svg, .footer__phone svg{
    padding-top: 0;
}
.footer__phone a {
    color: #fff;
}
.footer__phone a:hover,.footer__link .ux-menu-link:hover .ux-menu-link__link {
    color: var(--primary-color);
}
.footer__link .ux-menu-link__link{
    color: #BCB9C0;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    padding: 0;
    min-height: unset;
    line-height: 16.8px;
}
.footer__link  .ux-menu-link__icon+.ux-menu-link__text{
    padding-left: 0;
}
.footer__bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 48px 64px;
    border-radius: 0px 0px var(--radius-1) var(--radius-1);
    background: #090909;
}
.footer__copyright{
    color: #bcb9c0;
    font-size: 16px;
    font-weight: 400;
    width: 285px;
}
.footer__bottom> :nth-child(2), .footer__bottom> :nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer__social .circle.is-outline {
    margin-bottom: 0;
    display: flex;
    min-width: 52px;
    min-height: 52px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px!important;
    background-color: rgba(66, 156, 135, 0.16);
    box-sizing: border-box;
    margin-right: 8px;
    user-select: none;
    border: unset!important;
}
.footer__social .circle.is-outline i{
    top: 0;color: #fff;
}
.footer__apps {
    display: flex;
    flex-direction: row-reverse;
}
.footer__apps a {
    border-radius: 6px;
    background: #fff;
    width: 136px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    user-select: none;
}
.absolute-footer{
    display: none;
}
button.back-to-top {
    background-color: var(--primary-color) !important;
    bottom: 50px;
    height: 56px;
    width: 56px;
    right: 35px;
    box-shadow: #00000026 0 5px 15px 0;
    border: unset!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.banner__vision img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-1);
}

.lich_su_wrap::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.tieu_de_ls::-webkit-scrollbar{
    width: 4px;
}
.lich_su_wrap {
    cursor: pointer;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px;
    gap: 2.5em;
    width: 100%;
    transition: all ease-in .1s;
}
.lich_su_item {
    width: 100%;
    display: block;
    margin-left: -10px!important;
    transition: all ease-in .3s;
}
.lich_su_item_inner {
    width: 418px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 650px;
    padding-bottom: 0;
    justify-content: flex-start;
    position: relative;
}
.lich_su_item:nth-child(even)
.lich_su_item_inner {
    flex-direction: column-reverse;
    margin-top: 140px;
    padding-top: 0;
}
.tieu_de_ls {
    text-wrap: balance;
    width: 100%;
    text-align: left;
    box-shadow: 0 0 10px #0000001a;
    background: #F5F5F5;
    border-radius: var(--radius-1);
    padding: 24px;
    color: #7F7F80;
    font-weight: 500;
    position: relative;
    height: 316px;
    display: flex;
    align-items: center;
    transition: all ease-in .4s;
    overflow-y: auto;
    font-size: 16px;
    align-content: flex-end;
    flex-direction: column;
    gap: 10px;
}
.lich_su_item:hover .tieu_de_ls{
    background: var(--primary-color);
    color: #fff;
}
.tieu_de_ls .box-img{
    width: 100%;
    height: 208px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--radius-1);
}
.line_lich_su {
    width: 100%;
    height: 2px;
    background: #ccc;
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: all ease-in .3s;
}
.line_item {
    width: 2px;
    height: 45px;
    position: absolute;
    background: transparent;
    border-left: 2px dashed #ccc;
    top: 340px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-in .3s;
}
.line_item:before {
    content: "";
    width: 2px;
    height: 0px;
    position: absolute;
    border-left: 2px dashed var(--primary-color);
    top: 0;
    right: 0;
    transition: height ease-in .3s;
}
.lich_su_item:nth-child(odd) .lich_su_item_inner .line_item:before {
    top: auto;
    bottom: 0;
}
.lich_su_item_inner:hover .line_item:before{
    height: 45px;
}
.lich_su_item:nth-child(even) .lich_su_item_inner .line_item {
    bottom: 340px;
    top: auto;
}
.diamond_item {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #ccc;
    left: 0;
    right: 0;
    top: calc((100% / 2 ) + 63px);
    margin: auto;
    transform: rotateZ(45deg);
    z-index: 4;
    transition: all ease-in .3s;
}
.lich_su_item:nth-child(even) .lich_su_item_inner .diamond_item {
    bottom: calc((100% / 2 ) + 63px);
    top: auto;
}
.lich_su_item_inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    top: calc((100% / 2 ) + 69px);
    left: 50%;
    z-index: 3;
    transition: width ease-in-out .5s;
}
.lich_su_item_inner.active:after, .lich_su_item_inner:hover:after {
    width: calc(100% + 20px);
}
.lich_su_item:nth-child(even) .lich_su_item_inner:after{
    bottom: calc((100% / 2 ) + 69px);
    top: auto;
}
.nam_ls {
    font-size: 25px;
    font-weight: 800;
    position: absolute;
    bottom: 180px;
    color: var(--txt-color);
    transition: all ease-in .3s;
}
.lich_su_item:nth-child(even) .lich_su_item_inner .nam_ls {
    top: 180px;
    bottom: auto;
}
.lich_su_wrap:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 10px solid transparent;
    border-left: 15px solid #cccccc;
    border-right: 0px solid transparent;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    z-index: 5;
}

.lich_su_item_inner.active .diamond_item, .lich_su_item_inner:hover .diamond_item {
    background: var(--primary-color);
}
.lich_su_item_inner.active .nam_ls, .lich_su_item_inner:hover .nam_ls {
    color: var(--primary-color);
}
.lich_su_item_inner.active .line_item, .lich_su_item_inner:hover .line_item {
    border-color: var(--primary-color);
}
/* 	 */
.lds-ellipsis {
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #3498db;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}
.h2-contact h2{
    font-size: 39px!important;
}
.location-tabs {
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    gap: 16px;
}

.tab-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;flex-wrap: nowrap;
    gap: 8px;
}

.tab-info .tab-link {
    width: 33%;
    padding: 13px;
    cursor: pointer;
    background: rgba(252, 252, 252, 0.1);
    transition: background 0.3s;
    border: 3px solid transparent;
    border-radius: 8px;
    color: #BCB9C0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tab-info .tab-link a{color: #fff}
.tab-info .tab-link:hover,.tab-info .tab-link.active {
    background: #222;
}

.tab-info .tab-link.active {
    border-color: #00cc66;
}
.tab-info .tab-link .title{
    font-weight: 600;margin-bottom: 10px;
}
.tab-info .tab-link .icon-text{
    gap: 3px;font-size: 14px;
}
.tab-info .tab-link .icon-text img{
    width: 20px;height: 20px;
}
.tab-content {
    display: none;
    background: #1c1c1c;
    border-radius: 8px;
    overflow: hidden;
}

.tab-content.active {
    display: block;
}
form.wpcf7-form {
    margin-bottom: 0;
}
.trendy-form {
    display: flex;
    flex-wrap: wrap;justify-content: space-between;
}
.trendy-form .input-filled{
    width:100%
}
.trendy-form .input-filled.col-filled-2 {
    width: calc(50% - 8px);
}
.trendy-form .trendy-field {
    border-radius: 160px;padding: 10px 16px;
    border-color: #BCB9C0;box-shadow: unset;
    height: 50px;
}
.trendy-form textarea.trendy-field{
    border-radius: 16px;
}
.gap__before_start {
    padding-top: 0;
}
.flex-center {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.language-box {
    margin: 0;
    position: relative;
}

.language-box select {
    height: 40px;
    width: 55px;
    opacity: 0;
    pointer-events: none;
}

.language-box__button {
    height: 36px;
    width: 36px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2000;
    border-radius: 6px;
    letter-spacing: -10px;
    user-select: none;
    color: transparent;
    background-color: transparent;margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.language-box__list {
    background-color: #f0f4f9;
    position: absolute;
    display: none;
    top: calc(100% + 25px);
    right: -15px;
    cursor: pointer;
    border-radius: 4px;
    max-height: 360px;
    width: max-content;
    overflow-y: auto;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    z-index: 2000;
    overflow: hidden;
    width: max-content;
}
.language-box__list.show{
    display: block!important;
}
.language-box__item {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    user-select: none;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.language-box__item.default {
    margin-top: 8px;
}

.language-box__borderline {
    border-top: 1px solid rgba(0, 0, 0, .12);
    width: 100%;
    height: 0;
}

.language-box__item:hover {
    background-color: #e8ebf0;
}

.language-box__item.selected {
    background-color: #c2e7ff;
}

#google_translate_element {
    height: 36px;
    width: 36px;
}

.language-box__item .language-box__flag {
    margin-right: 16px;
}

.language-box__flag {
    height: 16px;
    width: auto;
    aspect-ratio: auto;
    border-radius: 3px;
}

/*Hide Google traslate bar*/
body>.skiptranslate {
    display: none;
}
.goog-te-gadget {
    color: transparent !important;
    position: relative;
    height: 0;
    font-size: 1px !important;
}

#goog-gt-tt,
#goog-gt-vt {
    display: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: #fff !important;
    box-shadow: none !important;display: none;
}

.goog-te-gadget .goog-te-combo {
    height: 33px;
    background: url(./assets/img/flags/en.svg) no-repeat;
    background-position: left 8px center;
    background-color: white;
    background-size: 25px auto;
    width: 53px;
    border-radius: 6px;
    padding: 0px 48px 0px 0;
    border-color: transparent;
    float: right;
    cursor: pointer;
}

.goog-te-gadget .goog-te-combo:hover {
    color: #000;
}


@media (min-width: 1650px) {
    ul.header-nav-main.nav-left {
        display: flex;
    }

    .header-button a.button[aria-controls="main-menu"] {
        display: none;
    }

}
@media (min-width: 1468px) {
    .header-button a.button[aria-controls="main-menu"] {
        display: none !important;
    }
}
@media screen and (min-width: 1468px) and (max-width: 1650px) {
    .header-button a.button[aria-controls="main-menu"] {
        display: none;
    }
    ul.header-nav-main.nav-left {
        display: flex !important;
    }

}
@media (min-width: 1440px) {
    .mb_min_80{
        margin-bottom: 80px;
    }
    .gap__before_start {
        padding-top: 88px!important;
    }
}
@media (max-width: 1439.98px) {
    section {
        padding: 64px 64px!important;
    }
    .blog-wrapper section {
        padding: 0 64px!important;
    }
    .about__txt p{
        font-size: 16px;
    }
    .footer__middle>div {
        max-width: 260px;
    }
    .footer__link .ux-menu-link__link {
        font-size: 14px;
    }
}

@media screen and (min-width: 1205px) and (max-width: 1650px) {
    .section__title h2, .section__title h1 {
        font-size: 41px;
    }
    .about__txt p{
        font-size: 22px !important;
    }
    .contact__slides {
        left: -41% !important;
    }
    .stats__number p{
        font-size: 78px !important;
    }
    .stats__header {
        font-size: 28px !important;
    }
}
@media (max-width: 1199.98px) {
    .about {
        margin: 64px auto 80px auto;
    }
}

@media (max-width: 991.98px) {
    .h2-contact h2 {
        font-size: 22px !important;
    }
    ul.mobile-nav>li{margin: 0}
    ul.mobile-nav>li>.header-button>a:not([aria-controls="main-menu"]){
        min-width: 36px
    }
    .header__action, .header-button a.button[aria-controls="main-menu"], .header-button a.button{
        height: 36px;
        margin: 0;
    }
    .header__action,.header-button a.button:not([aria-controls="main-menu"]){
        margin-right: 4px;
    }
    .header-full-width .container {
        padding: 0 20px;
    }
    .banner__top, .page-title-inner {
        padding: 0 20px !important;
    }
    .header__action-menu {
        height: 36px;
        margin-right: 0;
    }
    .header__action {
        min-height: 36px;
        min-width: 36px;
    }

    .general__btn{
        box-sizing: border-box;margin: 0;
    }
    .general__btn span {
        font-size: 14px;
    }
    .general__btn i{
        height: 36px;
        width: 36px;
    }
    .general__btn i:before {
        top: 6px !important;
        right: 6px !important;
    }
    .prizes__name br {
        display: none;
    }
    section {
        padding: 48px 20px!important;
    }

    .about {
        margin: 0 auto!important;
    }
    .introduction__title{
        font-size: 24px;
    }
    .contact, .reviews, .prizes, .partners {
        margin: 48px auto!important;
    }
    .reviews__carousel-track {
        animation: reviews__scroll 20s linear infinite;
    }
    .contact__content {
        grid-template-columns: 1fr;
    }
    .contact__carousel, .contact__slides {
        display: none;
    }
    ul.nav.nav-pills {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .projects {
        margin: auto;
    }
    .projects__item {
        grid-template-columns: 1fr;
        height: max-content;
        gap: 24px;
        align-content: start;
        align-items: start;
    }
    .projects__info-title, .projects__desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .projects__img img {
        width: 100%;
        height: 190px;
        aspect-ratio: auto;
        object-fit: cover;
    }
    .projects__info-items {
        flex-direction: row;
        justify-content: start;
        flex-wrap: wrap;
        gap: 10px;
    }
    .projects__info-items div {
        font-size: 10px;
        font-weight: 600;
        flex: 1 1 calc(50% - 5px);
        box-sizing: border-box;
        margin-bottom: 0;
        padding: 8px;
    }
    .solutions__content,.catalogue__content,.video__content {
        grid-template-columns: 1fr;
    }
    .capacity__content {
        grid-template-columns: repeat(2, 1fr);
    }
    .solutions__card:nth-of-type(n+4) {
        display: none;
    }

    .section__title h2, .section__title h1 {
        font-size: 28px;
    }
    .hero {
        min-height: unset;
    }

    .hero .swiper-pagination {
        bottom: 16px !important;
    }

    .hero .swiper-pagination-bullet {
        height: 3px;
        border-radius: 3px;
    }
    section.stats {
        margin-bottom: 0;
    }
    .stats__content {
        grid-template-columns: 1fr;
    }
    .stats__number p{
        font-size: 56px;
        padding: 8px 0;
    }
    .introduction {
        margin: 0 auto!important;
    }
    .introduction__content {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .introduction__left img {
        height: 480px;
        width: 100%;
        object-fit: cover;
        user-select: none;
    }
    .glass-box__head {
        font-size: 22px;
    }
    .solutions__ctn {
        padding: 48px 20px;
    }
    .products__ctn {
        padding: 48px 20px;
    }
    .partners__ctn {
        padding: 0 20px;
    }
    section.choice {
        margin: 0 0 100px 0;
        position: relative;
    }
    .choice__wrapper {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 0;
    }
    .choice .swiper-button-prev, .choice .swiper-button-next {
        display: flex;bottom: -52px;
    }
    .choice .swiper-button-next {
        right: 20px;
    }
    .choice .swiper-button-prev {
        right: 80px;
    }
    .choice .swiper-pagination {
        left: 20px !important;
        right: unset !important;
        bottom: -20px !important;
    }
    .row-collapse>.col.prizes__ctn {
        padding: 24px!important;
    }
    .prizes__group {
        display: grid;
    }
    .prizes__item{
        width: 100%;
        box-sizing: border-box;
        justify-content: flex-start;
    }
    .blogs__ctn {
        padding: 48px 20px;
    }
    .blogs__ctn .blogs__categories ul.nav-pills {
        display: inline-flex;
        position: initial;
        width: max-content;
        margin-top: 16px;
        justify-content: flex-start;
    }
    .qanda {
        margin: 0;
    }
    .qanda__ctn {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .footer__ctn {
        padding: 20px!important;
    }
    .footer__top {
        padding: 32px 20px;
        flex-direction: column;
    }
    .footer__top img {
        margin: 0 auto;
    }
    .footer__message {
        position: unset;
        margin-top: 24px;
        width: 100%;
        text-align: center!important;

    }
    .footer__middle, .footer__bottom {
        padding: 24px 20px;
    }
    .footer__middle {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .footer__bottom {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .footer__middle>div {
        max-width: 460px;
    }
    .footer__link .ux-menu-link__link {
        font-size: 18px;
    }
    .footer__bottom>div:first-of-type{
        order: 99;
    }
    .footer__bottom> :nth-child(2), .footer__bottom> :nth-child(3){
        justify-content: flex-start;
    }
    .footer__apps {
        flex-direction: row;
    }
    .footer__apps a {
        margin-left: 0;
        margin-right: 8px;
    }
}
@media (max-width: 849px) {
    .banner__top, .page-title-inner {
        padding: 0 20px !important;
    }
    .about__text{
        width: 100%;
        margin-top: 0;padding: 44px 0;
    }
    .row-slider .flickity-prev-next-button {
        background: #F5F5F5;
        background-color: #F5F5F5 !important;
        width: 44px !important;
        height: 44px;
        padding: 8px;
        border-radius: 160px;
    }
    .row-slider .flickity-prev-next-button svg.flickity-button-icon {
        width: 24px;
        height: auto;
    }

    button.flickity-button.previous {
        left: -20px;
    }
    button.flickity-button.next {
        right: -20px;
    }
    .contact__select select{
        height: 44px;
    }
}
@media (max-width: 767.98px) {
    .introduction__left-video img{
        margin-top: -50px;
    }
    .col.post-item{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .reviews__item {
        width: 380px !important;
    }

    .reviews__carousel-track {
        width: calc(396px * 10);
    }

    @keyframes reviews__scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-396px * 5));
        }
    }
}
@media (max-width: 576px) {
    section {
        padding: 16px 20px!important;
    }
    .introduction__left-video>.video-button-wrapper>a{
        min-width: 50px;
        margin-bottom: 150px;
        min-height: 50px;
        height: 90px;
        width: 90px;
    }
    .introduction__left-video>.video-button-wrapper>a>i{
        font-size: 45px!important;    top: -2px;
    }
}
@media (max-width: 549px){
    #logo {
        width: 91px!important;margin-right: 0;
    }
    .hide-for-small, [data-show=hide-for-small] {
        display: block !important;
    }
    .tab-info{
        overflow: scroll;
    }
    .tab-info li.tab-link {
        min-width: 200px;
    }
    .product-small.col {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .capacity__content {
        grid-template-columns: 1fr;
    }
    .trendy-form .input-filled.col-filled-2 {
        width: 100%;
    }
    .popup_lich_su {
        padding: 0 10px;
    }
    .popup_lich_su_wrap {
        min-width: 100%;
    }
    .lich_su_item_inner {
        width: 330px;
    }
    .tieu_de_ls {
        padding: 5px 10px !important;
    }
    .glass-box{
        left: 10px;
        width: calc(100% - 20px);
    }
    button.flickity-button.previous{
        left: 10px;
    }
    button.flickity-button.next {
        right: 10px;
    }
    .row-slider .flickity-prev-next-button{
        margin-top: 0!important;
    }
    .row-slider .flickity-prev-next-button svg.flickity-button-icon {
        width: 20px;
    }
    .dproduct__search{
        flex-direction: column;
    }
    .dproduct__search div#location-search{
        width: 100%;
    }
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}
