.mainBody-theme.template-index {
    display: none;
}

footer.footers2 {
    display: none;
}

.tab-menu-mobile {
    display: none !important;
}

.login-option {
    gap: 20px;
}

.login-option__btn:focus {
    outline: none;
}

.login-option__btn {
    background: transparent;
    padding: 5px 20px;
    color: #9e9e9e;
    border-bottom: 2px solid #9e9e9e;
}

.login-option__btn.is-active {
    color: #12321a;
    border-bottom-color: #12321a;
}

.login-option__content {
    display: none;
}

.login-option__content.is-open {
    display: block;
}

.required {
    margin-left: 3px;
    transform: translateY(-3px);
    display: inline-block;
    color: red;
}

.mainBody-theme.template-index {
    display: none;
}

footer.footers2 {
    display: none;
}

.wrapper.home {
    /* height: 100%; */
}

body.template-search {
    height: 100%;
}

html {
    height: 100%;
}

.box-container-wisdom {
    height: 100%;
    background: #f7f2ec;
    min-height: 100vh;
    padding-bottom: 40px;
}

.box-chucnang-login {
    z-index: 999999;
}

.wrapper.home {
    overflow: unset;
}

.tab-menu-mobile {
    display: none !important;
}

.login-option {
    gap: 20px;
}

.login-option__btn:focus {
    outline: none;
}

.login-option__btn {
    background: transparent;
    padding: 5px 20px;
    color: #9e9e9e;
    border-bottom: 2px solid #9e9e9e;
}

.login-option__btn.is-active {
    color: #12321a;
    border-bottom-color: #12321a;
}

.login-option__content {
    display: none;
}

.login-option__content.is-open {
    display: block;
}
.input-container-role::before{
    display: none;
}
 .form-select-role{
    border: 1px solid #646468;
    padding: 6px 10px 6px 35px;
    background-color: transparent;
    outline: none;
    border-radius: 5px;
    font-weight: 300;
    color: #000000;
    height: 44px;
    background: url(../images/icon-role.svg) no-repeat center left / 26px;
    background-position-x: 6px;
    width: 100%;
}
.toggle-password.is-open .fas::before{
    content: "\f070";
}

@media (min-width: 1200px) {
    .box-signin {
        height: 100%;
    }
}

@media(min-width:(990px)) {
    .box-container-wisdom {
        position: relative;
        height: 100%;
    }

    .box-container-wisdom {
        min-height: 100vh;
        padding-bottom: 110px
    }
    .box-login-wisdom{
        padding-left: 120px;
    }
    .wrapper.home {
        background: #f7f2ec;
    }
    .box-container-wisdom{
        min-height: 100%;
    }
   
}
@media (max-width: 992px) {
     .wrapper.home {
        padding-bottom: 100px;
    }
    .box-container-wisdom{
        height: 100%;
        min-height: auto;
        position: relative;
        z-index: 99;
    }
}