@media screen and (max-width: 991px) {
     .header_login div {
         margin-right: 5px !important;
    }
     .header_login div a:nth-child(1) {
         margin-right: 5px !important;
    }
     .mobile{
         display: block;
    }
     .img-btn-login img{
         border-radius: 50%;
    }
     .header{
         display: flex;
         justify-content: space-between;
    }
     .mobile-menu:before{
         display: block;
         content: "";
         background-color: transparent;
         background-image: url(../img/header/menu.svg);
         background-repeat: no-repeat;
         background-position: center center;
         background-size: cover;
         width: 100%;
         height: 100%;
    }
     .logo_header{
         margin-right: auto;
         margin-top: 10px;
         margin-left: 10px;
    }
     .header_btn-login{
         display: none;
    }
     .mobile-menu{
         width: 30px;
         height: 30px;
         margin-top: 20px;
         margin-left: 10px;
         margin-right: 15px;
    }
     .header_login{
         display: flex;
         justify-content: space-between;
         align-items: center;
         height: 70px;
    }
     .header_menu{
         display: none;
    }
     .mobile {
         position: relative;
    }
     .mobile-menu {
         width: 30px;
         height: 30px;
         cursor: pointer;
         top: 20px;
         left: 20px;
         z-index: 1000;
    }
     .mobile-menu-block {
         position: fixed;
         top: 0;
         left: -400px;
         width: 400px;
         height: 100vh;
         background-color: white;
         z-index: 1001;
         transition: left 0.3s ease;
         overflow-y: auto;
    }
     .mobile-menu-block.active {
         left: 0;
    }
     .mobile-menu-overlay {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background-color: rgba(0, 0, 0, 0.6);
         z-index: 1000;
         opacity: 0;
         visibility: hidden;
         transition: opacity 0.3s ease, visibility 0.3s ease;
    }
     .mobile-menu-overlay.active {
         opacity: 1;
         visibility: visible;
    }
     .mobile-menu-list {
         list-style: none;
         padding: 20px;
         margin: 0;
    }
     .mobile-menu-list li {
         padding: 10px 0;
         border-bottom: 1px solid #eee;
    }
     .mobile-menu-list li a {
         text-decoration: none;
         color: #333;
         display: block;
    }
     .close-menu {
         cursor: pointer;
         font-weight: bold;
         color: #333;
    }
     .has-submenu {
         position: relative;
    }
     .submenu {
         display: none;
         list-style: none;
         padding-left: 20px;
    }
     .submenu.active {
         display: block;
    }
     .arrow {
         cursor: pointer;
         display: inline-block;
         margin-left: 5px;
         font-size: 12px;
    }
}
 @media screen and (min-width: 992px) {
     .mobile{
         display: none;
    }
     body,h1,h2,h3,h4,h5,h6,a{
         margin: 0;
         font-family: "gotham-pro";
    }
     header ul{
         list-style-type: none;
    }
     header a{
         text-decoration: none;
         color: #000000;
         font-size: 1em;
         font-weight: 600;
    }
     .img-btn-login{
         display: none;
    }
     .header{
         width: 100%;
         height: 90px;
         display: flex;
         align-items: center;
         border-bottom: 1px solid #cfcfcf;
    }
     .logo_header{
         width: 13.644%;
         text-align: center;
    }
     .header_menu{
         display: flex;
         width: 52.526%;
    }
     .header_login{
         width: 26.136%;
         display: flex;
         justify-content: flex-end;
    }
     .header_submenu{
         display: none;
         position: absolute;
         line-height: 31px;
         padding: 10px 20px;
         border: 1px solid #cfcfcfa6;
         background-color: #f6f6f6;
    }
     header .header_menu {
    }
     .header_btn-login{
         color: #154577;
         cursor: pointer;
    }
     .header_link-menu{
         padding: 0 18px;
    }
     .header_menu-page:hover > .header_submenu{
         display: block;
    }
     header a:hover {
         color: #9B9B9B;
    }
     .header_submenu a{
         font-size: 16px;
         font-weight: 500;
    }
}