.MenuDD {
    background-color: #002330;
    min-height: 53px
}

.MenuDD.dark,.MenuDD.dark a {
    text-decoration: none
}

.MenuDD ul,.MenuDD li {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none
}

.MenuDD>ul>li>ul li {
    border-bottom: 1px solid #000
}

.MenuDD label.opener:after {
    content: '+';
    position: absolute;
    color: #fff;
    top: 11px;
    right: 15px
}

.MenuDD input[type=checkbox]:checked~label.opener:after {
    content: '_';
    position: absolute;
    color: #fff;
    top: 0;
    right: 16px
}

.MenuDD .sp_drop {
    display: none
}

.MenuDD label.opener {
    position: absolute;
    width: 48px;
    height: 43px;
    border-radius: 5px;
    top: 4px;
    right: 11px;
    display: none;
    cursor: pointer;
    font-size: 31px;
    background: #101618;
    padding: 8px 16px
}

.MenuDD .realtive-m {
    position: relative
}

.DDMenu>li.hasChild:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #e5e5e5;
    position: absolute;
    top: 19px;
    right: 5px;
    left: auto
}

.DDMenu>li {
    float: left;
    border-right: 1px solid #033f5e
}

.DDMenu>li>a {
    display: block;
    padding: 13px 18px;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    text-align: left;
    border-right: 1px solid #0c1112
}

.DDMenu>li>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    background: 0 0;
    left: 0;
    bottom: 3px;
    height: 1px;
    transition: all .2s ease-in 0s
}

.DDMenu.box-mega {
    position: relative
}

@media (min-width: 992px) {
    .DDMenu>li:hover a:not(.hasChild):before {
        background:#09a4cb;
        transform: translateX(65%)
    }

    .DDMenu>li:hover>a {
        color: #099cc2
    }
}

.MenuDD .mega {
    position: absolute;
    left: 0;
    min-width: 200px;
    min-height: 100px;
    background: #0e0e0e;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 100%;
    transition: all .3s linear;
    padding: 20px;
    border-bottom: 2px solid #088fb1
}

.DDMenu>li>ul li.hasChild:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #b2b2b2;
    position: absolute;
    top: 19px;
    right: 6px;
    transform: rotate(-90deg)
}

.DDMenu a.hasChild:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fff;
    position: absolute;
    top: 19px;
    right: 6px;
    left: auto
}

.MenuDD ul>li>ul>li>a {
    color: #fff;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    padding: 10px 12px;
    min-width: 240px;
    border-bottom: 1px solid #1f1e1e
}

.MenuDD ul>li>ul>li:hover {
    background: #088fb1
}

.MenuDD ul>li>ul>li:hover>a {
    color: #fff
}

.MenuDD ul>li>ul {
    position: absolute;
    background-color: #0e0e0e;
    left: 0;
    white-space: nowrap;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    transition: all .3s ease-in 0s;
    border-bottom: 2px solid #088fb1
}

.MenuDD ul>li>ul.reverse {
    right: 0;
    left: auto
}

@media (min-width: 992px) {
    .MenuDD ul>li:hover>ul,.MenuDD ul>li:hover>.mega {
        opacity:1;
        z-index: 9999;
        visibility: visible
    }

    .DDMenu.box-mega {
        padding-left: 10px
    }
}

.mega a {
    display: flex
}

.MenuDD ul>li>ul li ul {
    position: absolute;
    background-color: #0e0e0e;
    left: 100%;
    top: 0;
    white-space: nowrap;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    transition: all .3s ease-in 0s;
    border-bottom: 2px solid #088fb1
}

.MenuDD ul>li>ul li ul.reverse {
    right: 100%;
    left: auto
}

@media (max-width: 992px) {
    .menu_image {
        display:none
    }

    .MenuDD .hasChild:before {
        display: none
    }

    .MenuDD .full-w-mega {
        position: relative
    }

    .MenuDD .container {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .MenuDD ul>li {
        float: none;
        border-bottom: 1px solid #2c3b3e;
        border-right: none
    }

    .MenuDD li>a {
        border-bottom: 1px solid #141414;
        border-right: none;
        font-size: 16px;
        text-align: left;
        padding: 16px
    }

    .MenuDD ul>li>ul>li {
        border: none
    }

    .MenuDD ul>li>ul>li label.opener {
        top: 5px
    }

    .MenuDD ul>li>ul>li label.opener:after {
        color: #fff
    }

    .MenuDD ul>li>ul input[type=checkbox]:checked~label.opener:after {
        color: #fff
    }

    .MenuDD ul>li>ul>li:hover>label.opener:after,.MenuDD ul>li>ul li:hover>input[type=checkbox]:checked~label.opener:after {
        color: #fff
    }

    .MenuDD ul>li>ul>li>a {
        border-color: #d3d3d3;
        padding: 16px;
        padding-left: 30px;
        background: #fff;
        color: #333
    }

    .MenuDD ul>li>ul>li:hover>a {
        color: #333
    }

    .MenuDD ul>li>ul li ul {
        border: none;
        background: #fff
    }

    .MenuDD ul>li>ul>li>ul>li>a {
        border-color: #d3d3d3;
        padding-left: 60px;
        color: #6e6a6a
    }

    .MenuDD ul>li>ul>li>ul>li>ul>li>a {
        padding-left: 90px;
        color: #7d7878
    }

    .MenuDD ul {
        position: static
    }

    .MenuDD input[type=checkbox]:checked~ul {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        max-height: 10000PX;
        box-shadow: none
    }

    .MenuDD input[type=checkbox]:checked~div.mega {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        max-height: 100%;
        height: 100%;
        min-height: 100px;
        box-shadow: none
    }

    .MenuDD label.opener {
        display: block
    }
}

.tab-menu {
    width: 100%;
    position: relative
}

.tab-menu li a {
    padding: 10px 12px;
    display: block;
    width: 250px;
    color: #fff;
    border-bottom: 1px solid #434343
}

.tab-menu li:last-child a {
    border: none
}

@media (min-width: 992px) {
    #Mainmenu.fixed {
        position:fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        left: 0;
        opacity: .9
    }

    .tab-menu>li:hover {
        background: #088fb1
    }

    .tab-menu>li:hover>a {
        color: #333
    }

    .tab-body .row {
        margin-left: 0;
        margin-right: 0
    }

    .tab-body {
        display: none;
        width: calc(-150%);
        position: absolute;
        margin-left: 250px;
        top: 0;
        height: 100%;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        background: rgba(0,0,0,.8)
    }

    li.mega-tab:hover .tab-body.default {
        display: block;
        z-index: 1;
        visibility: visible;
        opacity: 1
    }

    .tab-menu li.default>a {
        background: #088fb1;
        color: #fff
    }

    li.mega-tab .tab-menu:hover .default.tab-body {
        display: none
    }

    .tab-menu:hover li.default>a {
        background: rgba(0,0,0,.8);
        color: #fff
    }

    .tab-menu li.default:hover>a {
        background: #088fb1;
        color: #fff
    }

    .tab-menu li:hover .tab-body {
        display: block;
        z-index: 3;
        visibility: visible;
        opacity: 1
    }

    .tab-menu li.default:hover .default.tab-body {
        display: block
    }

    .tab-body .row {
        box-shadow: 0 6px 12px rgba(0,0,0,.175)
    }
}

@media (max-width: 992px) {
    .MenuDD {
        display:none
    }

    .MenuDD .tab-menu>li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid silver;
        background: #ebebeb
    }

    .MenuDD .tab-menu li a {
        width: 100%;
        border: none
    }

    .tab-menu li label.opener:after {
        color: #333
    }

    .tab-menu input[type=checkbox]:checked~label.opener:after {
        color: #333
    }

    .tab-body {
        width: 100%;
        min-height: 100px;
        background: #fff;
        visibility: hidden;
        z-index: -1;
        opacity: 0;
        position: absolute
    }

    .tab-menu input[type=checkbox]:checked~.tab-body {
        position: static;
        visibility: visible;
        z-index: 1;
        opacity: 1
    }
}

.tab-body .row {
    background: rgba(0,0,0,.8);
    padding-bottom: 50px
}

.tab-body .row .h-3 {
    margin: 10px 5px;
    color: #088fb1;
    font-size: 18px
}

.tab-body .row a {
    width: auto;
    padding: 7px 5px;
    border: none;
    font-size: 14px;
    transition: all .1s ease-in 0s
}

.tab-body .row a:hover {
    transition: all .1s ease-in 0s;
    transform: translateX(5px);
    color: #088fb1
}

.tab-body .row li {
    border: none
}

.tab-menu {
    width: 100%;
    position: relative
}

@media (min-width: 992px) {
    .tabulas,.tab-body {
        padding-bottom:10px;
        border-bottom: 2px solid #088fb1
    }
}

.normal-mega .h-3 {
    color: #fff;
    font-size: 16px;
    margin-top: 23px;
    margin-bottom: 5px;
    position: relative
}

.child-lv1 {
    display: flex;
    color: #eee;
    padding: 3px 9px;
    font-size: 15px;
    position: relative
}

.child-lv2 {
    display: flex;
    font-size: 13px;
    color: #cacbcc;
    padding: 2px 20px;
    position: relative
}

.menu_image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    width: auto
}

.menu_opener_box {
    width: 100%;
    min-height: 40px;
    background: #088dae;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    display: none
}

@media (max-width: 992px) {
    .menu_opener_box {
        display:flex
    }
}

.menu_opener_box>svg {
    background: #05444e;
    width: 48px;
    height: 43px;
    padding: 3px;
    cursor: pointer
}

.menu_opener_box>span {
    color: #fff;
    font-size: 26px;
    padding-top: 10px
}

#Mainmenu>.container-fluid {
    padding: 0 35px
}

@media (max-width: 768px) {
    .MenuDD ul>li>ul>li>a {
        padding-left:18px;
        padding-right: 61px;
        white-space: break-spaces
    }

    .MenuDD ul>li>ul>li>ul>li>a {
        padding-left: 30px
    }
}

.child-root {
    color: #fff;
    padding: 10px 2px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #606060 33;
    margin: 7px 0
}

.child-lv1 {
    text-align: left;
    white-space: normal;
    padding: 8px 7px;
    color: #ccc;
    border-bottom: 1px solid #171717;
    display: flex;
    align-items: center
}

.child-lv1:hover {
    color: #067ab4
}

.child-lv2 {
    text-align: left;
    white-space: normal;
    padding: 8px 7px;
    color: #8a8888;
    border-bottom: 1px solid #171717;
    display: flex;
    align-items: center
}

.child-lv2:hover {
    color: #067ab4;
    text-decoration: underline
}
