* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --title-black: #000000;
    --text-black: #222222;
    --text-normal: #6A6A6A;
    --number-color: #FFA59D;
    --line-color: #D6C2BC;
    --background-title: #E0E0E0;
    --white: #FFFFFF;
    --Roboto-Condensed: 'Roboto Condensed', sans-serif;
}
/*Header*/
.logo-header {
    background-color: #F4271A;
    border-radius: 40px;
}
/*Login bootstrap*/
.container-button {
    align-items: center;
    display: flex;
    flex-direction: column;
}
/*.modal-content {
    width: 678px !important;
    height: 695px;
}*/
.modal-header {
    border-bottom: none !important;
}
.modal-body > .container-input {
    text-align: center;
}
.modal-body > .container-input > h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    font-family: var(--Roboto-Condensed);
    font-family: Robo
}
.modal-body > .container-button > .link {
    width: 233px;
    height: 40px;
    display: flex;
    font-size: 14px;
    border: 1px solid #B1B1B1;
    border-radius: 20px;
    align-items: center;
    padding: 8px 15px;
}
    .modal-body > .container-button > .link > a {
        color: #292929;
        font-size: 14px;
        line-height: 20px;
        font-family: var(--Roboto-Condensed);
        font-weight: 400;
    }

    .modal-body > .container-button > .link > a > svg {
        margin-right: 5px;
    }

.modal-body > .tab-item-bottom {
    font-family: var(--Roboto-Condensed);
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-left: 10px;
}

.modal-body > .tab-item-bottom > a {
    font-family: var(--Roboto-Condensed);
    font-size: 16px;
    color: #1A8917 !important;
    font-weight: 400;
    height: 20%;
    margin-left: 10px;
}
.modal-body > .item-bottom {
    font-family: var(--Roboto-Condensed);
    font-size: 12px;
    color: #757575;
    font-weight: 400;
    line-height: 20px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.modal-body > .item-bottom > p {
    text-align: center;
}
.register-email{
     width: 678px !important; 
    height: 695px;
}
    .register-email > .modal-body > .container-input > p {
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-family: var(--Roboto-Condensed);
        font-family: Robo;
        margin-top: 20px;
    }
    .register-email > .modal-body > .container > input {
        width: 55%;
        border: none;
        border-bottom: 1px solid #E0E0E0 !important;
        line-height: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        font-family: 'Roboto Condensed', sans-serif;
        outline: none;
        padding-bottom: 8px;
    }
    .register-email > .modal-body > .container > .btn-registerEmail {
        margin: 20px 0px;
        background-color: #292929;
        color: #ffff;
        width: 180px;
        height: 32px;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
        display: flex;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto Condensed', sans-serif;
        cursor: pointer;
    }

.toast > .toast-header > .title_error {
    color: #ef4444 !important;
}

.toast > .toast-header > .btn-close {
    margin-left: 17.75rem !important;
}

.toast > .toast-header > .title_success {
    color: #1A8917 !important;
}

.modal-footer {
    border-top: none !important;
    justify-content: center !important;
    font-family: var(--Roboto-Condensed);
    color: #757575;
    font-size: 14px;
    line-height: 20px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

/*Nav-bar*/
.sticky {
    position: fixed !important;
    background-color: #fff;
    top: 0;
    /* left: 50%;
    transform: translateX(-50%); */
    z-index: 99;
}

.container-navbar {
    width: 100%;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #292929;
}

    .container-navbar > .container > .logo {
        background-color: #F4271A;
        border-radius: 40px;
        width: 186px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /*.container-navbar > .container > .logo > img {
            width: auto;
            height: 36px;
        }*/

    .container-navbar > .container > .box-item {
        display: flex;
        margin-left: auto;
        align-items: center;
    }

        .container-navbar > .container > .box-item > .menu > .item > .nav-item > a {
            padding-right: 5px !important;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            color: #292929;
            font-family: 'Roboto Condensed', sans-serif;
        }

        .container-navbar > .container > .box-item > .btn-login {
            background-color: #292929;
            color: #ffff;
            width: 135px;
            height: 32px;
            border-radius: 20px;
            align-items: center;
            justify-content: center;
            display: flex;
            font-size: 14px;
            font-weight: 400;
            font-family: 'Roboto Condensed', sans-serif;
            cursor: pointer;
        }

        .container-navbar > .container > .box-item > .success > .image_login {
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
        }

            .container-navbar > .container > .box-item > .success > .image_login > img {
                border-radius: 50%;
                border: 1px solid var(--line-color);
                width: 32px;
                height: 32px;
            }
            .container-navbar > .container > .box-item > .success > .image_login:hover .item-hover-setting{
                display: flex;
            }

.item-hover-setting {
    position: absolute;
    display: none;
}
.box-item-hover {
    width: 264px;
    height: auto;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background-color: #fff;
    right: 125px;
    position: relative;
}
    .box-item-hover > .item {
        padding: 24px;
        display: flex;
        width: 100%;
        align-items: center;
    }
        .box-item-hover > .item > .txt {
            color: #757575;
            font-size: 14px;
            font-weight: 400;
            font-family: 'Roboto Condensed', sans-serif;
        }
    .box-item-hover > .line-bottom {
        width: 100%;
        border-bottom: 1px solid #E0E0E0;
    }
        .box-item-hover > .line-bottom > .txt-warning {
            font-size: 14px;
            font-weight: 400;
            font-family: 'Roboto Condensed', sans-serif;
            color: #F4271A;
            padding: 0 24px 16px 24px;
        }
    .box-item-hover > .txt {
        color: #757575;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto Condensed', sans-serif;
        padding: 16px 24px 24px 24px;
    }

#bannerMasthead {
    position: relative;
    z-index: 0;
    width: 100%;
    background-color: #f4f6fa;
    display: flex;
    place-content: center;
    align-items: center;
}
    #bannerMasthead a{
        width: 100%;
    }
    #bannerMasthead a img {
        width: 100%;
        height: 250px;
    }
#bannerMasthead a iframe {
    width: 100%;
    height: 250px;
}
#desktop-home-top-page, #desktop-top-page {
    background: #f4f6fa;
    display: flex;
    justify-content: center;
    height: 250px;
}
#dta-10000-container {
    width: unset !important;
}

.searchbar{
    padding-right:15px;
    display: flex;
}

    .searchbar #input_search {
        display: none;
        background-color: #F2F2F2;
        color: #B1B1B1;
        font-size: 14px;
        border-radius: 20px;
        border: 0;
        margin-right: 5px;
        text-align: center;
        height: 30px;
    }

.input_mobile{
    display: none;
}

/*.searchbar {
    position: relative;
}

    .searchbar input[type="text"] {
        border: 0;
        padding: 0;
        width: 0px;
        height: 35px;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

    .searchbar .icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 100%;
        background: none;
        border-radius: 3px;
        color: #fff;
        display: flex;
        align-items: center;
        transition: all 0.5s 0.3s ease;
    }

        .searchbar .icon svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            cursor: pointer;
        }
        .searchbar .icon.active {*/
            /*background: #062333;*/
            /*transition: all 0.5s ease;*/
            /*margin-right: 15px;
        }

    .searchbar input[type="text"].active {
        width: 250px;
        padding: 0 10px;
        transition: all 0.5s 0.2s ease;
        background-color: #F2F2F2;
        color: #B1B1B1;
        font-size: 14px;
        border-radius: 20px;
        margin-right: 15px;
    }*/
/*input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

    input[type=text]:focus {
        width: 100%;
    }*/