.box-detail-aution {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.tab-link a {
    margin-left: 10px;
}

.tab-link a:first-child {
    margin-left: 0;
}

.box-detail-aution .detail-product {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.left-slide-photo .list-thum .next, .left-slide-photo .list-thum .prev {
    display: none;
}

.box-detail-aution .detail-product .left-slide-photo {
    width: 100%;
    display: inline-block;
}

.box-detail-aution .detail-product .left-slide-photo .big-photo {
    width: 100%;
    display: inline-block;
}

.box-detail-aution .detail-product .left-slide-photo .list-thum {
    width: 100%;
    position: relative;
    display: inline-block;
}

.box-detail-aution .detail-product .left-slide-photo .list-thum .list {
    overflow: hidden;
}

.box-detail-aution .detail-product .left-slide-photo .list-thum ul {
    margin: 0;
    padding: 0;
}

.box-detail-aution .detail-product .left-slide-photo .list-thum ul li {
    float: left;
    list-style: none;
    margin-right: 7px;
    border: 0.5px solid #E5E5E5;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
}

.box-detail-aution .detail-product .left-slide-photo .list-thum ul li img {
    max-width: 100%;
    max-height: 100%;
}

.left-slide-photo .big-photo img {
    border-radius: 10px;
}

.box-detail-aution .detail-product .right-detail {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.detail-product .right-detail .title-detail {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2E3A59;;
}

.detail-product .right-detail .des {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #727272;
    display: block;
    margin-top: 10px;
}

.detail-product .right-detail .des .more {
    color: #16BCDC;
}

.detail-product .right-detail .list {
    margin: 0;
    margin-top: 10px;
    padding-left: 17px;
}

.detail-product .right-detail .list li {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4D555D;

}

.detail-product .right-detail .list .text {
    font-weight: normal;
    color: #4D555D;
    padding: 0;
    text-align: left;
    margin: 0;
    position: relative;
}

.detail-product .right-detail .list-2 {
    margin: 0;
    margin-top: 10px;
    padding-left: 17px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.detail-product .right-detail .list-2 li {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #4D555D;
    margin-bottom: 5px;

}

.detail-product .right-detail .list-2 .text-normal {

}

.detail-product .right-detail .list-2 .text {
    font-weight: 500;
}

.detail-product .right-detail .list-2 .price-color {
    color: #128AC5;
}

.detail-product .right-detail .list-2 .color-orange {
    color: #F97E6C;
}

.detail-product .right-detail .price-hight {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #4D555D;
}

.detail-product .right-detail .price-hight .price {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #F97E6C;
    margin-left: 5px;
}

.detail-product .right-detail .note {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #F97E6C;
    margin-bottom: 7px;
}

.detail-product .right-detail .box-input-auction {
    display: inline-block;
    width: 100%;
    line-height: 38px;
    margin-bottom: 15px;
}

.box-input-auction .box-input {
    float: left;
    width: 259px;
    height: 38px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 5px;
}

.box-input-auction .box-input .btn-plus, .box-input-auction .box-input .btn-minus {
    width: 44px;
    height: 36px;
    border: 0;
    cursor: pointer;
    float: left;
}

.box-input-auction .box-input .btn-plus {
    background: url(../images/detail/plus.svg) no-repeat center center;
}

.box-input-auction .box-input .btn-minus {
    background: url(../images/detail/minus.svg) no-repeat center center;
}

.box-input-auction .box-input .input {
    width: calc(100% - 88px);
    float: left;
    border: 0;
    height: 36px;
    text-align: center;
    padding: 8px 10px;
    font-size: 16px;
    color: #333;
    background-color: transparent;
}

.detail-product .right-detail .box-input-auction .text {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #4D555D;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
}

.detail-product .right-detail .button-submit {
    width: 259px;
    height: 38px;
    background: #16BCDC;
    border-radius: 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;

}

.detail-product .right-detail .button-submit.end {
    background: #FFEEEE;
    color: #EE4747;
    cursor: not-allowed;
}

.detail-product .right-detail .button-submit.disabled {
    background: #D2D2D2;
    cursor: not-allowed;
}

.detail-product .right-detail .button-submit:before {

    width: 18px;
    height: 17px;
    content: "";
    display: inline-block;
    background: url(../images/icon-hammer-small-white.svg) no-repeat center center;
    margin-right: 7px;
    margin-bottom: -3px;

}

.detail-product .right-detail .button-submit.end:before {
    background: url(../images/detail/icon-hammer-small-orange.svg) no-repeat center center;

}

.detail-product .right-detail .button-status {
    width: 259px;
    height: 38px;
    background: #CDF9FF;
    border-radius: 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding: 6px;
    text-transform: uppercase;
    color: #16BCDC;
    border: 0;
}

.detail-product .right-detail .button-status:before {

    width: 19px;
    height: 19px;
    content: "";
    display: inline-block;
    background: url(../images/detail/icon-st.svg) no-repeat center center;
    margin-right: 7px;
    margin-bottom: -3px;

}

/*end right*/
.box-detail-aution .box-info-aution-deve {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.box-info-aution-deve .title {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2E3A59;
    margin-bottom: 20px;
}

.box-info-aution-deve .info-aution {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.box-info-aution-deve .info-aution .list {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    padding: 15px 10px;
}

.box-info-aution-deve .info-aution .list li {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
    color: #4D555D;
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.box-info-aution-deve .info-aution .list li:before {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #4D555D;
    position: absolute;
    left: 0;
    top: 12px;
}

.box-info-aution-deve .info-aution .list .color:before {
    background: #128AC5;
}

.box-info-aution-deve .info-aution .list span {
    font-weight: 500;
}

.box-info-aution-deve .info-aution .list .color {
    color: #128AC5;
}

.box-info-aution-deve .deve-aution {
    width: 100%;
    display: inline-block;
}

.box-info-aution-deve .deve-aution .box-list {
    width: 100%;
    display: inline-block;
    border: 1px solid #EFEFEF;
    border-radius: 10px;

}

.h390 {
    height: 290px;
}

.scroll_bar_y {
    overflow-y: auto;
}

.scroll_bar_y::-webkit-scrollbar {
    height: auto;
    width: 6px;
    background: #E5E5E5;
    border-radius: 38px;
}

.scroll_bar_y::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroll_bar_y::-webkit-scrollbar-thumb {
    background: rgba(204, 204, 204, 1);
    border-radius: 4px;
}

.scroll_bar_y::-moz-scrollbar {
    height: auto;
    width: 3px;
}

.scroll_bar_y::-moz-scrollbar-track {
    background-color: transparent;
}

.scroll_bar_y::-moz-scrollbar-thumb {
    background: rgba(204, 204, 204, 1);
    border-radius: 4px;
}

.box-info-aution-deve .deve-aution .table-list {
    min-width: 775px;
    width: 100%;
    margin-top: -2px;
}

.box-info-aution-deve .deve-aution .table-list thead {
}

.box-info-aution-deve .deve-aution .table-list th {
    border-top: 0;
}

.box-info-aution-deve .deve-aution .table-list th, .box-info-aution-deve .deve-aution .table-list td {
    border: 1px solid #EFEFEF;
    text-align: center;
}

.box-info-aution-deve .deve-aution .table-list tbody tr:nth-child(odd) {
    background: #F5F5F5;
}

.box-info-aution-deve .deve-aution .table-list tbody tr:nth-child(even) {
}

.box-info-aution-deve .deve-aution .table-list th {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #182537;
    padding-top: 20px;
    padding-bottom: 14px;
}

.box-info-aution-deve .deve-aution .table-list td {
    padding: 20px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #42464E;
}

.box-info-aution-deve .deve-aution .table-list .color-hight {
    color: #16BCDC;
}

.table-list .btn-cao, .table-list .btn-thap {
    width: 108px;
    height: 24px;
    display: inline-block;
    border-radius: 10px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.table-list .btn-cao {
    color: #0FD186;
    background: #CFF6E7;

}

.table-list .btn-thap {
    color: #EE4747;
    background: #FFEEEE;
}

.table-list .delete {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    background: url(../images/icon-delete.svg) no-repeat center center;
}

.box-detail-aution .description-detail {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.box-detail-aution .description-detail .menu-tab {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E5E5E5;
}

.box-detail-aution .description-detail .menu-tab li {
    float: left;
    list-style: none;
    width: 25%;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    min-height: 44px;
    text-align: center;
}

.box-detail-aution .description-detail .menu-tab li a {
    display: block;
    line-height: 20px;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #2E3A59;

}

.box-detail-aution .description-detail .menu-tab .active {
    background: #16BCDC;
}

.box-detail-aution .description-detail .menu-tab .active a {
    color: #fff;
}

.description-detail .content-tab {
    width: 100%;
    display: inline-block;
    margin-top: 26px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #4D555D;
}

.description-detail .content-tab .detail {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.description-detail .content-tab .detail:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 81.25%);
}

.description-detail .content-tab .detail.open {
    height: auto;
    max-height: inherit;
}

.description-detail .content-tab .detail.open:before {
    display: none;
}

.description-detail .btn-show-more {
    width: 259px;
    height: 38px;
    display: inline-block;
    border: 1px solid #16BCDC;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #16BCDC;
    padding: 8px;
    margin-top: 20px;
    cursor: pointer;
    background-color: transparent;
}

@media screen and (max-width: 800px) {
    .box-detail-aution .detail-product .left-slide-photo .list-thum .list {
        margin-top: 20px;
    }

    .hidden-mobile {
        display: none;
    }

    .box-detail-aution .detail-product .left-slide-photo .list-thum ul {

        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
    }

    .detail-product .right-detail .button-submit {
        margin-top: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .box-input-auction .box-input, .detail-product .right-detail .button-submit {
        width: 100%;
    }

    .detail-product .right-detail .price-hight .price {
        display: block;
        margin-left: 0;
    }
    .box-info-aution-deve .deve-aution .box-list {
        overflow: auto;
    }
}

@media screen and (max-width: 960px) {

}

@media screen and (min-width: 767px) {
    .detail-product .right-detail .title-detail {
        font-size: 20px;
        line-height: 25px;
    }

    .detail-product .right-detail .list .text {
        float: left;
        width: 175px;
    }

    .detail-product .right-detail .box-input-auction .text {
        width: auto;
        margin-left: 14px;
        padding-top: 13px;
    }

    .detail-product .right-detail .list-2 .text-normal {
        width: 210px;
        float: left;
    }

    .detail-product .right-detail .list-2 .text {
        display: block;
        margin-left: 210px;
    }
}

@media screen and (min-width: 960px) {

    .box-detail-aution .detail-product .left-slide-photo {
        width: 575px;
        float: left;
        position: relative;
        margin-right: 30px;
    }

    .box-detail-aution .detail-product .left-slide-photo .big-photo {

        display: inline-block;
    }

    .box-detail-aution .detail-product .left-slide-photo .list-thum {
        width: 80px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 571px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .left-slide-photo .list-thum .next, .left-slide-photo .list-thum .prev {
        position: absolute;
        width: 24px;
        height: 24px;
        border: 0;
        left: 28px;
        cursor: pointer;
        z-index: 2;
        display: block;

    }

    .left-slide-photo .list-thum .next {
        bottom: 0;
        background: url(../images/detail/icon-next.png) no-repeat 0 0;
    }

    .left-slide-photo .list-thum .prev {
        top: 0;
        background: url(../images/detail/icon-prev.png) no-repeat 0 0;
    }

    .box-detail-aution .detail-product .left-slide-photo .list-thum .list {
        overflow: hidden;
    }

    .box-detail-aution .detail-product .left-slide-photo .list-thum ul li {
        margin-right: 0;
        margin-bottom: 7px;
    }

    .box-detail-aution .detail-product .right-detail {
        width: calc(100% - 605px);
        float: right;
    }

    .box-info-aution-deve .title {
        font-size: 24px;
    }

    .box-info-aution-deve .info-aution {
        width: 380px;
        margin-bottom: 0px;
        float: left;
        margin-right: 15px;
    }

    .box-info-aution-deve .info-aution .list li {

        font-size: 14px;
        padding-left: 15px;
    }

    .box-info-aution-deve .info-aution .list span {
        float: right;
        width: 147px;
    }

    .box-info-aution-deve .deve-aution {
        width: calc(100% - 395px);
        float: right;
    }

    .box-detail-aution .description-detail .menu-tab li a {

        font-size: 17px;
    }

    .description-detail .content-tab {

    }

    .description-detail .content-tab .detail {
        font-size: 17px;
        line-height: 30px;
    }

    .box-info-aution-deve .deve-aution .box-list {

    }
}