.container .nav-header-bottom {
   /* padding-top: 65rem; */
    width: 100%;
    background: #e82b2f;
}

.container .nav-header-bottom .nav-wrapper {
    height: 52rem;
    align-items: center;
    font-size: 16rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: white;
}
.nav-wrapper-header{
    width:100%;
}

.container .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i {
    cursor: pointer;
    flex: 1 0 auto;
}

.container .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents {
    position: absolute;
    background: white;
    border: 1rem solid #ff6e00;
    box-shadow: 0rem 2rem 16rem 0rem rgba(255, 110, 0, 0.16);
    display: inline-block;
    top: 45rem;
    left: 0rem;
    display: none;
    z-index: 22;
    border-radius: 0rem 10rem 10rem 10rem;
    overflow: hidden;
    border-top: none;
}

.container .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents.active {
    display: block;
}

.container .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-header-n {
    color: #ff6e00;
    padding-left: 25rem;
    margin: 24rem 0rem 16rem;
    box-sizing: border-box;
}

.container .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-wrapper-list {
    padding: 10rem 20rem 20rem 24rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.container .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-wrapper-list .nav-link-i-g {
    padding-bottom: 16rem;
    display: inline-block;
    margin-right: 16rem;
    box-sizing: border-box;
    min-width: 80rem;
    color: #333;
}
.nav-wrapper-list .nav-link-i-g span{
    display: none;
}
.container .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-wrapper-list {
    font-size: 16rem;
    font-weight: 400;
    color: #333333;
}

.container .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-link {
    padding: 9rem 14rem 14rem;
    box-sizing: border-box;
    position: relative;
    z-index: 222;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid transparent;
}
.container .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-link span{
    display: none;
}
.container .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-link.active {
    background: white;
    color: #ff6e00;
    border: 1rem solid #ff6e00;
    border-bottom: none;
    border-radius: 4rem 4rem 0rem 0rem;
    box-sizing: border-box;
}
