/*#region var reset*/
@media (max-width: 1600px) {
    :root {
        --pxunit: 9px;
    }
}
@media (max-width: 1440px) {
    :root {
        --pxunit: 7px;
    }
}
@media (max-width: 1100px) {
    :root {
        --pxunit: 8px;
    }
}
@media (max-width: 991px) {
    :root {
        --pxunit: 7px;
        --headerH: 70px;
    }
}
@media (max-width: 676px) {
    :root {
        --pxunit: 6px;
    }
}
@media (max-width: 576px) {
    :root {
        --canvasFont: 9rem;
    }
}
@media (max-width: 450px) {
    :root {
        --pxunit: 5px;
    }
}

/*#region HEADER*/
@media (max-width: 1600px) {
    .headmenu_a .headmenu_cap {
        font-size: 1.5rem;
    }
    .header_logo img {
        width: 24rem;
    }
    .headmenu_a {
        padding: 0 2rem;
    }
    .headmenu_a .dropdown_menu a {
        font-size: 1.4rem;
    }
}
@media (max-width: 1440px) {
    .headmenu_a {
        padding: 0 3rem;
    }
    .headmenu_a .headmenu_cap {
        font-size: 1.8rem;
    }
    .header_logo img {
        width: 26rem;
    }
    .headmenu_a .dropdown_menu a {
        font-size: 1.7rem;
    }
}
@media (max-width: 1300px) {
    .headmenu_a .headmenu_cap {
        font-size: 2.2rem;
    }
    .headmenu_a .dropdown_menu a {
        font-size: 2rem;
    }
}
@media (max-width: 991px) {
    header{padding: 0 30px;}
    .header_set {height: 100%;}
    .header_logo img {
        width: 200px;
    }
    .headmenu_a .headmenu_cap {font-size: 16px;color: #FFFFFF;}
    .header_left {flex: 1;height: 100%;}
    .header_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 120;
        transform: scale(0.95);
        pointer-events: none;
        background-color: rgba(23, 23, 23, 0.95);
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        transition: 0.6s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: opacity, transform;
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        padding-top: 10vh;
    }
    .header_menu.pst_open {opacity: 1;-webkit-transform: scale(1);transform: scale(1);pointer-events: auto;}
    .headmenu_a {height: 60px;}
    .headmenu_a.hide_item {
        display: flex;
    }
    .headmenu_a:hover .dropdown_menu {
        display: none;
    }
    .headmenu_uline {background-color: #fff !important;}
}
@media (max-width: 991px) {
    .hamburger_set {display: block;}
    .lang_set_btn {display: block;}
    .hamburger_btn.pst_open span{ background:#fff !important;}
}
@media (max-width: 576px) {
    header{padding: 0 20px;}
    .header_logo img {
        width: 180px;
    }
}
/*#endregion HEADER*/
