.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #120461;
}
.loading {
    background: white url('../image/load.gif') center center no-repeat;
}
.boxquytrinhhoadon {
    margin-top: 10px;
    margin-bottom: 50px;
}

.quytrinhhoadon {
    border-bottom: 1px solid white;
    height: 15px;
    width: 80%;
    margin: auto;
    position: relative;
}

.quytrinhhoadon li {
    text-align: center;
    padding: 5px;
    background-color: rgb(208, 57, 57);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: auto;
    box-shadow: 0px 2px 5px -1px;
    position: absolute;

}

.quytrinhhoadon li.sep1 {
    left: 0px;
}

.quytrinhhoadon li.sep2 {
    left: 50%;
}

.quytrinhhoadon li.sep3 {
    right: 0px;
}

.quytrinhhoadon li a {
    color: white;
    font-weight: bold;
}

.quytrinhhoadon li div {
    position: absolute;
    width: 200px;
    background-color: white;
    top: 33px;
    border-radius: 1px;
    left: -100%;
    text-align: center;
    padding: 2px;
}

.quytrinhhoadon li:after {
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: rgba(245, 222, 179, 0.08) rgba(250, 235, 215, 0) rgba(255, 255, 255, 0.97) rgba(253, 253, 253, 0);
    top: 16px;
    left: 15px;
    position: absolute;
}

.boxlogin {
    background-color: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 40px 40px;
    margin: 0 auto 25px;
}

.boxlogin .avatar {
    display: block;
    height: 96px;
    width: 96px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    margin-bottom: 10px;
    background-size: 96px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.075s;
    -moz-transition: opacity 0.075s;
    -ms-transition: opacity 0.075s;
    -o-transition: opacity 0.075s;
    transition: opacity 0.075s;
}

.boxlogin .btn-login-success {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    display: inline-block;
    min-width: 46px;
    text-align: center;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    line-height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;

    -o-transition: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    color: white;
}

.boxlogin .btn-login-success:hover {
    border: 1px solid #dcdcdc;
    cursor: pointer;
}
.share .itemshare {
    float: left;
}

.share .itemshare div {
    line-height: 22 !important;
}

.sortby :not(.sortbyactive) {
    display: none;
}

.buttontext {
    /* width: 220px; */
    display: inline-block;
    overflow: hidden;
    padding: 4px;
    margin: 10px 0 0 10px;
    /* font-size: 15px; */
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #d97f00;
    border-radius: 4px;
    background: #f89406;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f76b1c), to(#f89406));
    background: -webkit-linear-gradient(top, #d9534f, #b41813);
    border: none;
}
.buttontext a {
    color: white;
}

.boxreadmore {
    position: relative;
    display: block;
    overflow: visible;
    margin: 25px 0 10px;
    padding: 15px 10px 10px;
    border: 1px solid #d9d9d9 !important;
    border-radius: 5px;
    margin: 5px;

}

.boxreadmore label {
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 0px;
    background: #fff;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    border: none !important;
}

label.error {
    font-size: 11px;
    position: absolute;
    top: -0px;
    right: -15px;
    z-index: 99;
    height: 25px;
    line-height: 25px;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    padding: 0 6px;
}

label.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}

a {
    cursor: pointer;
}


.form-share {
    position: relative;
}

@media (max-width: 767px) {
    .quytrinhhoadon li div, .quytrinhhoadon li:after {
        width: auto;
    }

    .quytrinhhoadon {
        margin-bottom: 100px;
    }

    .quytrinhhoadon li.sep2 {
        left: 45%;
    }

    .quytrinhhoadon li div {
        display: block;
        right: -50px;
    }

}

.dangload {
    position: fixed;
    background-color: rgba(175, 180, 189, 0.15);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0px;
    left: 0px;
    display: none;
}

.dangload .boxdangload {

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background: #f9f9f9;
    text-align: center;
    border-radius: 5px;
    width: 252px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

@media (max-width: 480px) {

}