.select2-container--default .select2-results__option[aria-disabled=true]
{
        color: #120461;
}
td img
{
    max-height: 50px;
}
.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
{
    display: inline-block;
        border: 1px solid rgba(232, 234, 234, 0.53);
    border-radius: 2px;
    padding: 4px;
    height: 50px;
}
.share .itemshare
{
    float: left;
}
.share .itemshare div
{
          line-height: 22 !important;
}
.sortby :not(.sortbyactive)
{
    display: none;
}
.buttontext
{
    width: 220px;
    overflow: hidden;
    padding: 9px 0;
    margin: 10px 0 0 10px;
    font-size: 20px;
    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,#f89406,#f76b1c);
    border: none;
}
.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: -28px;
    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;
}

.timkiem
{
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 1002;
    max-height: 500px;
    overflow-y: auto;
    background: #FFF;
    color: #666;
    width: 100%;
    opacity: 0;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -webkit-transition: opacity 0.5s, 
 -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);
    opacity: 1;
   
    visibility: visible;
}
.timkiem img
{
    max-width: 100%;
   
}
.timkiem .imageleft
{
    float: left;
    width: 10%;
   
}
.timkiem .inforight
{
    float: left;
    width: 90%;
    padding: 10px;
}
.inforight a
{
    color: blue;
}
.timkiem li
{
     border: 1px solid #E3E8EA;
    padding: 10px;
}
.btnsearch
{
        background-color: #ff0000;
    height: 100%;
    width: 40px;
    color: white;
    padding: 1px 2px 5px 2px;
}
.form-share 
{
    position: relative;
}
.form-share .share
{
    position: absolute;
    z-index: 99;
}
@media (max-width: 767px) {
    .quytrinhhoadon li div, .quytrinhhoadon li:after
    {
        //display: none;
         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: 9;
    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;
    margin: auto;
    position: absolute;
    top: 45%;
}
@media (max-width: 480px) {
 
    
}