.header {
    float: left;
    padding: 10px 0;
    position: relative;
    width: 100%;
    background: #022B50;
}


.header .main-menu li a {
    color: #ffffff;
    display: block;
    font-family: var(--primary-font), sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 30px 22px;
    position: relative;
    text-decoration: none;
}


.btn.btn-default {
    background-color: #FFC107;
    border-radius: 50px;
    color: #101828;
    font-family: var(--primary-font), sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}


.box-search-top .search-post svg {
    width: 20px !important;
    color: white;
}







.sticky-bar.stick {
    animation: fadeInDown .7s ease-in-out 0s 1 normal none running;
    background: #022B50;
    border-bottom: 1px solid #f2f4f7;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .05);
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 999;
}


.box-green-2 {
    background-image: url(../imgs/page/shop1/bg-hand.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 340px;
    position: relative;
    background-color: #022B50;
}