﻿.crumb_header {
    float: left;
    width: 100%;
    height: 409px;
    background: url(../img/bg_hoso.png) no-repeat;
    background-size: cover;
    text-align: center;
}

.crumb-title {
    color: #fff;
    font-size: 30px;
    width: 100%;
    float: left;
    font-family: 'Quicksand-Medium';
}
/*.crumb-title-header {
    color: #fff;
    font-size: 30px;
    width: 100%;
    float: left;
    font-family: 'Quiksand-Medium.ttf';
}*/

.crumb-main {
    margin: 0px auto;
    display: block;
    width: 70%;
}

.crumb-line {
    border-top: 5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 100%;
}

.div-step .div-step-contain {
    display: inline-block;
}

.div-step:first-child .div-step-contain {
    margin-left: -240px;
    margin-top: -30px;
}

.div-step:last-child .div-step-contain {
    float: right;
    margin-right: -100px;
    margin-top: -30px;
}

.crumb-img {
    display: inline-block;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #FED385;
    vertical-align: middle;
    padding-top: 10px;
}

.crumb-step-title {
    display: inline-block;
    color: #FED385;
    width: 100%;
}

.btn-infomation:focus, .btn-infomation:visited {
    box-shadow: none;
}


#heading {
    text-transform: uppercase;
    color: #FED385;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #FED385;
        outline-width: 0
    }

#msform .action-button {
    width: 100px;
    background: #FED385;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: #311B92
    }

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #FED385;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #FED385;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #FED385
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #account:before {
        content: "\f478";
        font-family: bootstrap-icons !important;
    }

    #progressbar #personal:before {
        content: "\f38B";
        font-family: bootstrap-icons !important;
    }

    #progressbar #payment:before {
        content: "\f43E";
        font-family: bootstrap-icons !important;
    }

    #progressbar #confirm:before {
        content: "\f26B";
        font-family: bootstrap-icons !important;
    }

    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 35px;
        display: block;
        font-size: 20px;
        color: #45829A;
        background: #92C3E7;
        border-radius: 50%;
        margin: 0 auto 0px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #92C3E7;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li:first-child:after {
        width: 50%;
        right: 0 !important;
        left: auto;
    }

    #progressbar li:last-child:after {
        width: 50%;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #FED385
    }

.progress {
    height: 20px
}

.progress-bar {
    background-color: #FED385
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.name-step-crumb {
    font-weight: 700;
}

    .name-step-crumb span {
        font-weight: 500;
    }

/*hoso form*/
.hoso-form {
    /*display: inline-block;*/
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 74px 40px 74px;
    margin-top: -210px;
    background: #fff;
}

.hoso-title {
    font-family: Quicksand-Medium;
    font-weight: 600;
}

.hoso-desc {
    font-family: Quicksand-Regular;
    font-weight: 400;
    color: #000000;
}

/*control*/
.select2-container--bootstrap-5 .select2-selection {
    border: 0 !important;
    background-color: #F2F2F2 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #5f5f5f !important;
}

.form-group-active input, .form-group-active label {
    font-weight: bold;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #444444;
}

.form-check-input {
    border: 1px solid rgba(0,0,0,.5);
}

    .form-check-input.is-valid, .was-validated .form-check-input:valid {
        border-color: rgba(0,0,0,1);
    }

.btn-back {
    font-size: 18px;
    width: 200px;
    background: #DADADA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 0;
    line-height: 54px;
    border: 0;
    font-weight: 500;
}

    .btn-back:hover {
        background: #d8d8d8;
    }


element.style {
}

.btn-dangky:hover {
    background: #0593d0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn:hover {
    color: #212529;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.btn-next, .btn-next:visited, .btn-next:focus {
    background: #006E9D;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    padding: 0 16px;
    border: 1px solid #DDDDDD;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    float: right;
    width: 200px;
    font-family: 'Quicksand-Medium';
}

    .btn-next:hover {
        color: #fff;
        background: #0593d0;
    }

.btn-next2 {
    float: none;
}

.btn-calcel, .btn-calcel:visited, .btn-calcel:focus {
    background: #EDA519;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    padding: 0 16px;
    font-weight: 700;
    color: #fff;
    width: 181px;
    font-family: 'Quicksand-Medium';
}

    .btn-calcel:hover {
        color: #fff;
        background: #0593d0;
    }

.btn-chitiethoso, .btn-chitiethoso:visited, .btn-chitiethoso:focus {
    background: #F0F0F0;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    padding: 0 16px;
    font-weight: 700;
    color: #222222;
    width: 181px;
}

    .btn-chitiethoso:hover {
        color: #fff;
        background: #0593d0;
    }

.w-181 {
    width: 181px;
}


.btn-SaveStemp, .btn-SaveStemp:visited, .btn-SaveStemp:focus {
    background: #3C99C0;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    padding: 0 16px;
    border: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    float: right;
    width: 200px;
    margin-right: 18px;
}

    .btn-SaveStemp:hover {
        color: #fff;
        background: #0593d0;
    }

.form-select {
    color: #333333 !important;
    background-color: #F2F2F2 !important;
    border: 0 !important;
    padding: .72rem 2.25rem .72rem .75rem;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
/* end control*/
/*step 2*/
.scrollspy-example {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 37px !important;
}

.accordion-button {
    color: #000 !important;
    font-size: 20px;
    font-weight: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Quicksand-SemiBold;
    background: #E5F2F7;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

    .accordion-button:not(.collapsed) {
        color: #0c63e4;
        background-color: #E5F2F7;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    }

    .accordion-button:focus {
        box-shadow: none !important;
    }

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item {
    border: 0;
}

.hosostep2-desc {
    font-family: Quicksand-Medium;
    font-weight: 400;
    color: #000000;
}

.accordion-body {
    padding: 29px 0;
}

.form-group-step2 {
    margin-top: 32px;
}

.form-control-step {
    background: #F2F2F2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    line-height: 39px;
    padding-top: 0;
    padding-bottom: 0;
    color: #333333;
}

    .form-control-step::placeholder, .select2-container--bootstrap-5 .select2-selection::placeholder {
        color: #BDBDBD !important;
    }

    .form-control-step:-ms-input-placeholder, .form-select-custom:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #BDBDBD;
    }

    .form-control-step::-ms-input-placeholder, .form-select-custom::-ms-input-placeholder { /* Microsoft Edge */
        color: #BDBDBD;
    }

#s2id_leadadd_mode_of_enq .select2-default {
    color: #f00 !important;
}

.form-radio-custom {
    margin-bottom: 10px;
}

    .form-radio-custom label {
        font-family: Quicksand-Medium;
        font-size: 16px;
    }

.form-check-input[type=radio] {
    margin-top: 5px;
    display: inline-block;
}

.w-20 {
    width: 20%;
}

.w-78 {
    width: 78%;
}

.tableInfoCon thead tr th {
    font-size: 16px;
    background: #EFEFEF;
    font-weight: 700;
}

.tableInfoCon tbody {
    border-color: #EFEFEF !important;
}

.color-black {
    color: #000;
}

.tableUploadFileMau tbody tr td {
    vertical-align: middle;
    font-size: 16px;
    border-bottom-color: #b4b4b4;
}

.tableUploadFileMauDiaPhuong {
    border-bottom-color: #d6d6d6;
}

    .tableUploadFileMauDiaPhuong tbody tr td {
        vertical-align: middle;
    }

.custom-file-label {
    display: inline-block;
    background: #F2F2F2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 11px 12px 11px 22px;
    font-size: 16px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
}

.nav-tab-form .nav-link, .nav-tab-form .nav-link:hover {
    text-align: center;
    padding: 18px 22px 18px 22px;
    /*font-family: 'Quicksand-Medium.ttf';*/
}

.nav-tab-form .active {
    background: #FFE9C0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(0);
}

/* end step 2*/


/*review*/

/*.review-contain-item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
    height:75px;
}
.review-contain-item-cauhoi {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    height: 75px;
}


.review-title {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 9px;*/
    /*font-family: Quicksand-Bold;*/
/*}*/
.review-contain-item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
    height: 100px
}

.review-title {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 9px;
    /*font-family: Quicksand-Bold;*/
}
.review-content2 {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-style: normal;
    font-family: Quicksand-Regular;
    display: flex;
}

.accordion-body-review {
    padding: 22px 0;
}

.confirm-capcha {
}
/* end review*/

/*alert thông bao*/
.hoso-thongbao {
    width: 66%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.hoso-alert1 {
    color: #0085FF;
    font-weight: 600;
    font-size: 24px;
}

.thongbao-main {
    background: #F5F5F5;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    padding-top: 13px;
    padding-bottom: 13px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 8px;
}

.alert-complate {
    margin-left: auto;
    margin-right: auto;
}

.select2-container .select2-selection--single {
    height: 39px !important;
    line-height: 39px !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}




@media (min-width: 768px) {
    .pe-md-40 {
        padding-right: 35px;
    }

    .ps-md-40 {
        padding-left: 35px;
    }
}

@media (max-width: 767px) {
    .hoso-form {
        margin-top: 10px !important;
    }

    .hoso-form {
        padding: 23px 14px 25px 14px !important;
    }

    .btn-next {
        float: left;
        margin-top: 15px;
    }

    .btn-next2 {
        float: none;
    }

    .btn-calcel {
        margin-top: 15px;
    }
}



.drop-bell {
    display: inline-block;
}

.btn-messsage::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.btn-messsage {
    position: relative;
}

    .btn-messsage span {
        position: absolute;
        background: red;
        color: #fff;
        width: 20px;
        font-size: 10px;
        line-height: 20px;
        font-weight: bold;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        top: 0;
        right: 0;
    }

.drop-bell .dropdown-menu .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
}

.dropdown-message {
    width: 300px;
    padding-top: 0;
    padding-bottom: 0;
    height: 441px;
    overflow: scroll;
    background: #fff;
}

.logo-icon {
    float: left;
    width: 80px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: none;
    margin-right: 8px;
}

.message-title {
    color: #b7b9cc !important;
    font-size: 80%;
    font-weight: 400;
}


.dropdown-header {
    background-color: #4e73df;
    border: 1px solid #4e73df;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
}

/* width */
.dropdown-message::-webkit-scrollbar {
    width: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* Track */
.dropdown-message::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.dropdown-message::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .dropdown-message::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
