.navbar-abs{  width: 100%; }
.header-search { position: relative; }
.navbar-bg{ 
    padding: 10px 0;  animation: flipInY 2s .2s ease both; background-color: #b40200;
    height: 135px; z-index: 9999; position: relative;
}
.navbar-con{  width: 100%; position: relative; }

.navbar-brand{ margin-right: 50px; }
.navbar-brand img{ user-select: none; pointer-events: none; }

.menus-bg { position: absolute; bottom: -45px; left: 0; width: 100%; background: rgba(255, 255, 255, .8);  }
.navbar-menus{ display: flex; justify-content: space-around;  height: 45px; line-height: 45px;  }
.navbar-menus .menus-item{ position: relative; width: 125px;}
.navbar-menus .menus-item > a{ 
    display: block; width: 100%; height: 100%; color: #333; transition: color .2s; 
    position: relative; line-height: 45px; text-align: center;
}
.navbar-menus .menus-item.actived a,
.navbar-menus .menus-item > a:hover{ background-color: #b40200; color: #fff; }

.navbar-sub{ position: absolute; right: 0; top: 0; }    
/* .sub-menus{ display: flex; align-items: center; justify-content: space-between; } */
.sub-menus{ display: flex; justify-content: flex-end; }
.navbar-sub .nv-sub-item{ position: relative; padding: 0 8px 15px; color: #fff; }
.navbar-sub a{ color: #fff; font-size: 14px; transition: color .2s; }
.navbar-sub a:hover{ color: #d1d1cf; }
.navbar-sub #search input[type="image"]{ 
    background-color: #fff; color: #fff; height: 35px; padding: 10px;
    border-radius: .2rem; border-top-left-radius: 0; border-bottom-left-radius: 0; 
    box-sizing: border-box;
}
.navbar-sub input[type="text"]{ 
    height: 100%; background-color: #fff; border:none; color: #333; 
    font-size: 15px;
    padding: 0 25px 0 6px;
}
#searchInput{ position: absolute; right: 0; z-index: 10; width: 230px; height: 35px; }

.is-show {

    height: 25px;
}
.header-right-div .search { width: 170px;     padding: 0 30px 0 10px; border-radius: 2px;}
.header-right-div { display: flex; 
    justify-content: flex-end;
      position: absolute;
    top: 60px;
    left: -745px;
}

.header-right-div .message{
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}
.header-right-div .message:hover {
    color: #fff;
}

.search-div {
    margin-left: 20px;
    position: relative;
}

.search-div .btn-search{
    position: absolute;
    right: 7px;
    top: 3px;
}
.message .img {
    vertical-align: middle;
}

.header-right-div .search-div .img{
    vertical-align: middle;
    width: 17px;
    height: 16px;
}
.navbar-menus .menus-item ul{ 
    position: absolute; display: none; top: 45px; left :0;
    width: 140px;list-style: none;text-align: center;padding: 0;z-index: 99;
    background-color: #b40200; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.navbar-menus .menus-item ul li a{ 
    display: block; color: #fff; height: 35px; line-height: 35px; transition: all .2s;
    font-size: 15px; padding: 0 10%;
}
.navbar-menus .menus-item ul li a:hover{ background-color: #8a0000; color: #fff; }
.navbar-menus .menus-item ul li a:active{ color: #cccccc; }


.header-search .head-tools  {
    position: absolute;
    bottom:  22px;
    right: 8px;
}

.header-search .search-input .search-imgs{ 
position: absolute;
    position: absolute;
    right: -17px;
    cursor: pointer;
    top: 0.4vw;
    width: 49px;
   
    height: 17px;
    color: #adadad;
    font-size: 4vw;
  }

.header-search  .search-input input {    padding: 0 25px 0 6px; height: 29px; border-radius: 4px;     font-size: 14px;   width: 175px;
}

.head-top,
.m-head-menu,
.head-tools .m-menu,
.navbar-brand img.Mobile{ display: none; }

@media (max-width: 576px) {
    
    .navbar-sub,
    /* .navbar-brand img.PC, */
    .navbar-menus{ display: none; }

    .head-tools,
      .head-tools .m-menu,
    .navbar-brand img.Mobile{ display: block; }
    
    .navbar-bg{ background-image: none; animation: none; padding: 0; }
    .navbar-abs{ 
        position: relative; background-color: #b40200; min-width: 0; padding: 0;
        height: 18vw;
    }
    .navbar-abs.listHead{ 
        height: auto; background-image: url(../image/main/m-head-bg.png); padding-bottom: 15vw;
        background-size: 100% 25vw; background-position: center bottom;
    }
    .navbar-brand{ margin-right: 0; }
    .navbar-brand img.PC{ width: 100%;  margin: 2vw auto; }
    .navbar-con{ max-width: none; padding: 0 3vw;  display: flex; align-items: center; margin-bottom: 0 !important; }
    .navbar-abs.listHead .navbar-con{ margin-bottom: 10vw !important; }
    .head-tools{ 
        display: flex; align-items: center; 
        width: 100%; height: 13vw; position: absolute !important; bottom: -13vw !important;
        justify-content: center;
  right: -1px !important;
    }
    .head-tools .search-input{ width: 77vw; position: relative; }
    .head-tools .search-input svg{ position: absolute;right: 6vw;top: 2vw; color: #adadad; font-size: 4vw;  }

   .head-tools .search-imgs {
width: 13vw !important;
    height: 5vw !important;
    position: absolute;
    background-color: unset;
    padding-left: 2px !important;
    right: 0vw !important;
    top: 2vw !important;
}
    .head-tools .search-input .inputs{ 
        width: 96%; height: 8.5vw; font-size: 4vw; caret-color:black;; 
        border-radius: 1vw; background-color: #f2f2f2; padding: 0 9vw 0 2vw; 
    }

    .head-tools .search-input input::placeholder{ color: #adadad; }
    .head-tools .search-input inputs:focus{ border: 2px solid #b40200; }
    .head-tools button{ 
        width: 17vw; height: 6.6vw; border-radius: 0.8vw; font-size: 4vw; color: #b40200;
        padding-left: 5vw; position: relative; background-color: #fff; outline: none;
    }
    .head-tools button:first-child{ margin-bottom: 3vw; }
    .head-tools button svg{ position: absolute; left: 1.5vw; top: 1.2vw; font-size: 4.5vw; color: #b40200; }
    .head-tools button:first-child svg { font-size: 4.5vw; top: 1vw; }

    .m-head-menu{ position: absolute; right: 0; top: 31vw; z-index: 1001; background-color: rgba(0, 0, 0, .7); }
    .m-head-menu ul{ list-style: none; padding: 2vw 0; margin: 0; }
    .m-head-menu ul li{ height: 10vw; line-height: 10vw; width: 35vw; }
    .m-head-menu ul li a{ font-size: 4vw; padding: 0 4vw; display: block; color: #ffffff; }
    .m-head-menu ul li a:active{ background-color: rgba(45, 73, 147, .7); }
}