
.navi {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 65px;
    padding-left: 15px;
    padding-right: 15px;

}

.open .navi {
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    opacity: 1;
    background: #fff;
}

.open .navi .logo {
    display: none
}

.menu-top {
    margin: 0;
    padding: 0;
}

.menu-top li {
    float: left;
    list-style: none;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    color: #4D555D;
    position: relative;
}

.menu-top > li {
    padding: 5px 0;
    border-bottom: 0.5px solid rgba(173, 189, 206, 0.4);
}

.menu-top li a {
    display: block;
    color: #4D555D;
    padding: 6px 0;
}

.menu-top li .icon {
    position: absolute;
    right: 15px;
    height: 46px;
    top: 0;
    background: url(../images/icon-row-menu-gray.png) no-repeat 0 center;
    width: 13px;
}

.menu-top .active > a {
    color: #128AC5;
}

.menu-top .sub-menu {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.menu-top .sub-menu.in {
    display: block;
}

.menu-top .sub-menu > li {
    font-weight: normal;
    font-size: 14px;
    color: #4D555D;
    text-transform: none;
    position: relative;
    list-style: outside;
}

.menu-top .sub-menu li a {
    color: #4D555D;
}

.menu-top .box-button {
    border-bottom: 0;
}

.menu-top .box-button .btn-post {
    display: inline-block;
    width: 100%;
    height: 38px;
    border: 0;
    cursor: pointer;
    background: #16BCDC;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    padding: 9px 0;
}

.contact-mobile {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.contact-mobile .item {
    width: 100%;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4D555D;
    padding-left: 30px;
    margin-bottom: 8px;
}

.contact-mobile .item a {
    color: #4D555D;
}

.contact-mobile .support {
    background: url(../images/icon-support-black.png) no-repeat 0 center;
}

.contact-mobile .call {
    background: url(../images/icon-phone-black.png) no-repeat 0 center;
}

.box-right-menu {
    display: none;
}

@media screen and (min-width: 1200px) {
    .box-right-menu {
        display: block;
    }

    .navi {
        position: relative;
        padding: 0 15px;
    }

    .navi .container {
        max-width: 1410px;
    }

    .navi {
        width: 100%;
        height: 72px;
        opacity: 1;
        padding-top: 0;
        overflow: inherit;
        margin-top: 2px;
    }

    .menu-top {
        margin: 0;
        padding: 0;
        width: 100%;
        display: inline-block;
    }

    .menu-top li {
        width: auto;
    }

    .menu-top li > a {
        color: #303030;
        padding: 0;
    }

    .menu-top > li {
        padding: 0 22px 0 12px;
        border-bottom: 0;
        text-transform: none;
        font-weight: normal;
        line-height: 28px;
        margin-top: 32px;
    }

    .menu-top li a:focus {
        outline: 0;
    }

    .menu-top li .icon {
        position: relative;
        right: auto;
        height: 20px;
        top: auto;
        background: url(../images/icon-down-menu.png) no-repeat right center;
        width: 14px;
        float: right;
    }

    .contact-mobile {
        display: none;
    }

    .menu-top li.category > a {
        color: #4D555D;
        text-transform: uppercase;
        font-weight: bold;
    }

    .menu-top .active > a {

    }

    .menu-top .active:before {
        content: "";
        position: absolute;
        top: 0;
        width: 34px;
        height: 1px;
        left: 50%;
        margin-left: -17px;
        background: #fff;
    }

    .menu-top .sub-menu {
        position: absolute;
        margin: 0;
        padding: 0;
        background: #fff;
        width: 220px;
        z-index: 10;
        top: 30px;
        left: 0;
        box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
        border-radius: 5px 5px 10px 10px;
    }

    .menu-top .sub-menu li {
        list-style: none;
        border-bottom: 1px solid #F7F7F7;
        width: 100%;
    }

    .menu-top .sub-menu li:last-child {
        border: 0;
    }

    .menu-top .sub-menu li a {
        padding: 7px;
        line-height: 20px;
    }

    .menu-top li.category .sub-menu {
        position: absolute;
        margin: 0;
        padding: 0;
        background: #fff;
        width: 100%;
        top: 69px;
    }

    .menu-top li.category .sub-menu a {
        padding-left: 17px;
    }

    .menu-top .sub-menu a:hover {
        color: #128AC4;
    }

    .menu-top .box-button {
        float: right;
        margin-top: 0;
        padding-top: 28px;
        padding-right: 0;
        padding-left: 5px;
    }

    .menu-top .box-button .btn-post {
        width: 180px;

    }
}

@media screen and (min-width: 1200px) and (max-width: 1380px) {
    .menu-top li {
        font-size: 14px;
        padding: 0 20px 0 5px;
    }

    .menu-top .box-button .btn-post {
        width: 160px;
    }

    .header .navi .logo {
        width: 150px;
        background: url(../images/logo-web.png) no-repeat 0 center;
        background-size: contain;

    }

    .header .navi .box-login-web {
        margin-left: 15px;
        padding-top: 0;
        margin-top: 28px;
    }

    .menu-top .box-button {
        padding-top: 15px;
    }
}

/*@media screen and (min-width: 130px) and (max-width: 1380px) {*/

/*.header .navi .logo {*/
/*width: 200px;*/
/*background: url(../images/logo-web.png) no-repeat 0 center;*/
/*background-size: contain;*/

/*}*/

/*.menu-top li {*/
/*padding: 0 10px;*/
/*}*/

/*.header .navi .box-login-web {*/
/*margin-left: 15px;*/
/*}*/

/*.menu-top .box-button {*/

/*padding-top: 15px;*/
/*}*/
/*}*/
	
