html,
body {
    font-family: 'Prompt', sans-serif;
}
.web_container {
    min-height: calc(100vh - 213px);
}

/**
* Carousel
*/
#slider-1,
#slider-2 {
    width: 100%;
    overflow: hidden;
}

/*
* Footer
*/

.footer__container {
    background-color: #4a302c;
    padding: 20px 0;
}

.footer__container .left {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ba9443;
    color: white;
}

.footer__container .right {
    float: left;
    width: calc(100% - 65px);
    margin-bottom: 15px;
}

.footer__container .right .t1 {
    color: white;
    font-size: 1.4em;
}

.footer__container .right .t2 {
    color: #d5d5d5;
}

.footer__container .right .t3 {
    color: white;
    line-height: 50px;
}

/*
* Landing Banner
*/
.landing_backdrop {
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    transition: all 0.3s;
    cursor: pointer;
}

.landing_front {
    left: calc(25vw / 2);
    top: 250px;
    width: calc(150vw / 2);
    height: 620px;
    position: fixed;
    z-index: 4;
    transition: all 0.3s;
}

.landing_err {
    left: calc(50% - 180px);
    top: calc(50% - 75px);
    width: 360px;
    height: 150px;
    position: fixed;
    z-index: 4;
    transition: all 0.3s;
    display: table;
}

.landing_err .alert {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.landing_front .bg-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.landing_front_close {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    background: white;
    border-radius: 50%;
}

.landing_front_close i {
    width: 100%;
    font-size: 2.5rem;
    color: black;
    font-size: 1.5rem;
    line-height: 40px;
}

.landing_backdrop.hidden,
.landing_err.hidden,
.landing_front.hidden {
    opacity: 0;
    pointer-events: none;
}

.landing_backdrop.hidden-2,
.landing_err.hidden-2,
.landing_front.hidden-2 {
    z-index: -1;
}

@media(max-width: 1199px) {
    .landing_front {
        left: 30px;
        width: calc(100% - 60px);
    }
}

@media(max-width: 991px) {
    .landing_front {
        left: 30px;
        top: 150px;
        height: 100vw;
        z-index: 4;
    }
}

/*
* Main
*/
.head-green {
    color: #185f3f;
    text-align: center;
}

.badge-green {
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('/images/badge.png');
    background-size: contain;
    margin-bottom: 15px;
}

.btn-kpi {
    background-color: #185f3f;
    color: white;
    outline: none;
    cursor: pointer;
    padding: 11px 0;
    font-size: 1rem;
    font-weight: lighter;
}

.btn-kpi:active,
.btn-kpi:hover,
.btn-kpi:focus {
    background-color: #ba9443 !important;
    color: white !important;
}

.btn-kpi-secondary {
    border: 2px solid #ba9443;
    background-color: white;
    color: black;
    outline: none;
    cursor: pointer;
    padding: 11px 0;
    font-size: 1rem;
    font-weight: lighter;
}

.btn-kpi-secondary:active,
.btn-kpi-secondary:hover,
.btn-kpi-secondary:focus {
    background-color: #ba9443 !important;
    color: white !important;
}

.btn-kpi-save {
    border: 2px solid rgb(191 191 191);
    background: rgb(249, 249, 249);
    color: black;
    outline: none;
    cursor: pointer;
    padding: 11px 0;
    font-size: 1rem;
    font-weight: normal;
}

.btn-kpi-save:active,
.btn-kpi-save:hover,
.btn-kpi-save:focus {
    border: 2px solid rgb(191 191 191);
    background: rgb(249, 249, 249);
}

/*
* content
*/

.content__item {
    max-width: calc(50% - 10px);
}

@media(max-width: 991px) {
    .content__item {
        max-width: 100%;
        width: 100%;
    }
}

.content__item .item_header .l1 {
    width: 70px;
    height: auto;
}

.content__item .item_header .l2 {
    width: calc(100% - 75px);
}

.content__item .item_header a.cover {
    text-decoration: none;
    cursor: pointer;
}

.content__item .item_body a.cover .cover-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32% 0;
}

.content__item .item_body p {
    min-height: 192px;
}


/*
* header -> login popup
*/
#login-popup .overlay-bg {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    transition: opacity 0.6s;
    pointer-events: none;
    opacity: 0;
}

#login-popup .overlay-fr {
    position: fixed;
    z-index: 1101;
    background-color: white;
    pointer-events: none;
    opacity: 0;
}

#login-popup .overlay-fr.on-login {
    top: calc(50% - 240px);
    left: calc(50% - 265px);
    width: 480px;
    height: 530px;
}

#login-popup .overlay-fr.on-register {
    top: calc(50% - 400px);
    left: calc(50% - 265px);
    width: 480px;
    height: 800px;
}

#login-popup .overlay-fr.on-login.extend-text {
    top: calc(50% - 285px);
    height: 620px;
}

#login-popup .overlay-fr.on-register.extend-text {
    top: calc(50% - 430px);
    height: 860px;
}

#login-popup .overlay-fr.on-forgot {
    top: calc(50% - 240px);
    left: calc(50% - 265px);
    width: 480px;
    height: 480px;
}

@media (max-width: 510px) {

    #login-popup .overlay-fr.on-login,
    #login-popup .overlay-fr.on-register {
        left: 15px;
        width: calc(100vw - 30px);
    }
}

#login-popup.active .overlay-bg,
#login-popup.active .overlay-fr {
    opacity: 1;
    pointer-events: all;
}

#login-popup.active .overlay-fr .header {
    background-image: url('/images/content/2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 120px;
}

#login-popup.active .overlay-fr .body .logo-login {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    height: 100px;
    background-color: white;
    position: absolute;
    margin-left: calc(50% - 50px);
    margin-top: -50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    line-height: 100px;
}

#login-popup.active .overlay-fr .body input.form-control,
#login-popup.active .overlay-fr .body select {
    padding: 12px 15px;
}