﻿.box-detail {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}
.box-detail__title {
    padding: 10px 15px;
    background: var(--color-xam);
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}
.box-detail__content {
    padding: 15px;
}




.box-detail__grid {
    display: grid;
    grid-template-columns: 1fr 330px ;
}
.box-detail__grid  .col-left{
    border-right: 1px solid rgba(0,0,0,0.1);
}
.box-detail__grid  .col-right{
    padding: 20px;
}




.vnt-pro-info {

}
.vnt-pro-info .info-item {
    display: flex;
    align-items: center;

    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.vnt-pro-info .info-item:nth-child(2n) {
    background: #eeeeee;
}
.vnt-pro-info .info-item > div {
    padding:  15px;
}

.vnt-pro-info .info-item .i-label {
    width: 230px;
    font-weight: bold;
}
.vnt-pro-info .info-item .i-text {
    width: calc(100% - 230px);
    word-break: break-all;
}






/*right info*/


.item-dauthau{
    position: relative;
}
.item-dauthau .i-status{
    display: block;
    margin-top: 5px;
    padding: 8px 20px;
    min-width: 200px;
    /*background: #f6f6f6;*/
    font-size: 16px;
    line-height: 20px;
    background: rgba(255, 233, 234, 0.15);
    border: 1px solid var(--web-color);
    color: var(--web-color);
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}
.item-dauthau .i-status.status2{
    background: rgba(132, 196, 78, 0.15);
    border: 1px solid #84c44e;
    color: #84c44e;
}
.item-dauthau .i-status.status2 .vn{
    color: #84c44e;
}
.item-dauthau .i-status.status3{
    background: rgba(0, 108, 177, 0.15);
    border: 1px solid var(--web-color);
    color: var(--web-color);
}
 

.item-dauthau  .i-mask{
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    z-index: 10;
}
.item-dauthau  .i-mask img{
    margin: 0 auto;
}



.box-detail .box-count-down {
    margin-bottom: 15px;
    text-align: center;
}
.box-detail .count-down-title{
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 23px;
    background: url(../images/hourglass.svg) no-repeat 0 2px / 20px 20px;
}
.box-detail .box-count-down .count-down-time {
    justify-content: center;
}

.box-time {
    margin-bottom: 15px;
    text-align: center;
}
.box-time .i-time {
    display: inline-flex;
    align-items: center;
    padding: 2px 0;
}
.box-time .i-time .i-label {
     
}
.box-time .i-time .i-label i { margin-right: 5px}
.box-time .i-time .i-text {
    margin-left: 10px;
    font-weight: bold;
}





.vnt-pro-pic {
    margin-top: 15px;
}
.vnt-images-slider {
    width: 100%;
    position: relative;
}
.vnt-images-slider #vnt-thumb-slider {
    height: 70px;
    margin-top: 10px !important;
    overflow: hidden;
}
.vnt-images-slider #vnt-thumb-slider .slick-list{
    margin: 0 -5px;
}
.vnt-images-slider #vnt-thumb-slider .slick-slide {
    padding: 0 5px;
    border: none;
    cursor: pointer;
}

.vnt-images-slider #vnt-thumb-slider .item .img{
    position: relative;
    border:solid 1px #dddddd;
    width: 50px;
    height: 50px;
    padding: 2px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-items: center;

    overflow: hidden;

}

.vnt-images-slider #vnt-thumb-slider .slick-slide.slick-current .img{
    border-color: var(--web-color);
}
.vnt-images-slider #vnt-thumb-slider .slick-arrow {
    position: absolute;
    width: 25px;
    height: 15px;
    background: none;
    border: none;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#666666;

    top:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vnt-images-slider #vnt-thumb-slider .slick-prev{
    left: 10px;
}
.vnt-images-slider #vnt-thumb-slider .slick-next{
    right: -10px;
}
.vnt-images-slider #vnt-thumb-slider .slick-arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 40px;
    line-height: 50px;
    color:#dddddd;
}
.vnt-images-slider #vnt-thumb-slider .slick-prev:before{
    content: "\f104";
}
.vnt-images-slider #vnt-thumb-slider .slick-next:before{
    content: "\f105";
}
.vnt-images-slider #vnt-thumb-slider .slick-arrow:hover{
    color:#bcd02f;
}


.vnt-images-slider #vnt-pic-slider {
    padding: 0;
    height: 290px;
    overflow: hidden;
}

#vnt-pic-slider .img a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

#vnt-pic-slider .img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}










.vnt-export-pdf {
    margin-top: 15px;
    text-align: center;
}
.vnt-export-pdf a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    text-decoration: underline;
}
.vnt-export-pdf a::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    font-weight: 900;
    color: var(--web-color);
    font-size: 16px;

    left: 0;
}

.vnt-export-pdf a span {
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;

}

.txt-nore {
    margin: 15px 0 5px;
    font-weight: bold;
    text-decoration: underline;
}

/*box-group-items*/
.box-group-items{}

.vnt-table-group {
  /*border: 1px solid #eeeeee;*/
}
.vnt-table-group .vnt-table-group__thead {
  font-weight: bold;
  background: #fff2f2;
  border-radius: 5px;
  /*border-bottom: 1px solid #eeeeee;*/
  text-transform: uppercase;
  text-align: center;
}
.vnt-table-group .vnt-table-group__tr {
  display: grid;
  grid-template-columns: 7% auto 17% 15%  ;
  
}
.vnt-table-group .vnt-table-group__tr > div {
  padding: 15px;
  /*border-right: 1px solid #eeeeee;*/
  
}
.vnt-table-group .vnt-table-group__tr > div:last-child {
  border-right:none;
}

.vnt-table-group .vnt-table-group__tbody {

}
.vnt-table-group .vnt-table-group__tbody .vnt-table-group__tr {
    border-radius: 5px;
  /*border-bottom: 1px solid #eeeeee;*/
}
.vnt-table-group .vnt-table-group__tbody .vnt-table-group__tr:nth-child(2n) {
    background: #eeeeee;
}

.vnt-table-group .vnt-table-group__tr .vnt-table-group__td  {
    text-align: center;
}
.vnt-table-group .vnt-table-group__tr .vnt-table-group__td:nth-child(2){
    text-align: left;
}

.vnt-table-group  .i-mobile  {
    display: none;
}




.footer-register {
    text-align: center;
}
.footer-register .vnt-pro-btn .btn {
    display: inline-block;
    width: auto;
    min-width: 300px;
}




/*BID*/


/*box-group-items*/
.box-bid-items{}


.vnt-table-bid {
  /*border: 1px solid #eeeeee;*/
}
.vnt-table-bid .vnt-table-bid__thead {
  font-weight: bold;
  background: #fff2f2;
  border-radius: 5px;
  /*border-bottom: 1px solid #eeeeee;*/
  text-transform: uppercase;
  text-align: center;
}
.vnt-table-bid .vnt-table-bid__tr {
  display: grid;
  grid-template-columns: 5% auto 15% 15% 15% 15%  ;
  
}
.vnt-table-bid .vnt-table-bid__tr > div {
  padding: 15px;
  /*border-right: 1px solid #eeeeee;*/
  
}
.vnt-table-bid .vnt-table-bid__tr > div:last-child {
  border-right:none;
}

.vnt-table-bid .vnt-table-bid__tbody {

}
.vnt-table-bid .vnt-table-bid__tbody .vnt-table-bid__tr {
    border-radius: 5px;
  /*border-bottom: 1px solid #eeeeee;*/
}
.vnt-table-bid .vnt-table-bid__tbody .vnt-table-bid__tr:nth-child(2n) {
    background: #eeeeee;
}

.vnt-table-bid .vnt-table-bid__tr .vnt-table-bid__td  {
    text-align: center;
}
.vnt-table-bid .vnt-table-bid__tr .vnt-table-bid__td:nth-child(2){
    text-align: left;
}

.vnt-table-bid  .i-mobile  {
    display: none;
}

.vnt-table-bid  .i-label {
    font-weight: bold;
    margin-bottom: 5px;
}
.vnt-table-bid  .form-control {
    font-size: 14px;
}


.vnt-bid-footer {
    display: flex;    
    justify-content: flex-end;

    margin-top: 15px;
    padding-top: 15px;
    border-top:  1px solid #eeeeee;
}

.vnt-bid-footer__content {
    width: 450px;
}

.vnt-bid-footer .row-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.vnt-bid-footer .row-item .i-label {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;

    width: 60%;
 
}
.vnt-bid-footer .row-item .i-value {
    width: 40%;
    text-align: center;
}
.vnt-bid-footer .row-item .form-control{ font-size: 14px;}
.vnt-bid-footer .row-item .total-price {
    color: var(--web-color);
    font-size: 18px;
}











































.pro-info {
    margin-bottom: 15px;
}
.pro-info .info-item {
    margin-bottom: 5px;
    display: flex;
}
.pro-info .info-item .i-label {
    position: relative;
    width: 80px;
}
.pro-info .info-item .i-label::after{
    position: absolute;
    content: ':';
    right: 10px;
    top: 0;
}
.pro-info .info-item .i-text {
    width: calc(100% - 100px);
}
.pro-info .info-item .price {
    font-weight: bold;
    font-size: 20px;
    color: var(--web-color) ;
}

.vnt-pro-btn {}
.vnt-pro-btn .btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 30px;
}
.vnt-pro-btn a.btn {

}
.vnt-pro-btn .btn span{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.vnt-pro-btn .btn em {
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.vnt-pro-btn .btn-register {
    border-color: var(--web-color);
    background-color: var(--web-color);
    color: #fff;
}
.vnt-pro-btn .btn-register:hover {
    border-color: var(--web-color);
    background-color: #fff;
    color: var(--web-color);
}


.vnt-pro-btn .btn-bid {
    border-color: var(--web-color);
    background-color: var(--web-color);
    color: #fff;
}
.vnt-pro-btn .btn-bid:hover {
    border-color: #333333;
    background-color: #333333;
    color: #ffffff;
}






.vnt-file-download  {
    padding: 20px 15px 0;
}
.vnt-file-download .vnt-file-download__title { 
    padding: 10px 15px; 
    background: var(--web-color);
    border-radius: 5px;
    text-transform: uppercase;
    
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.link-download{

}
.link-download .i-download {
    border: 1px solid #c7dffa;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.link-download .i-download:last-child {
    margin-bottom: 0;
}

.i-download a{
    display: inline-block; 
    font-weight: bold; 

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.i-download a:hover{
    color:var(--web-color);
}

.i-download a:before{
    font-family: "Font Awesome 5 Free";
    content: '\f019';
    font-weight: 900;
    color: var(--web-color);
    font-size: 14px;
    line-height: inherit;

    padding-right: 10px;
}



a.see_more{
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}
a.see_more:hover{
    color: #84c44e;
}




.list_bidding{
    margin-bottom: 30px;
}
.list_bidding .bidding_title{
    background: #fff2f2;
    border: 1px solid #fac7c8;
    padding: 6px 20px;
    margin-bottom: 10px;
}
.list_bidding .bidding_title .vn{
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: var(--web-color);
}
.list_bidding .bidding_title .en{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-style: italic;
}

.items_bidding{
    margin-bottom: 30px;
}
.i_bidding{
    margin-bottom: 10px;
    width: 100%;
}
.i_bidding > tbody > tr > td{
    padding: 15px;
    border: 1px solid #cccccc;
}
.i_bidding > tbody > tr > td:first-child{
    width: 40px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background: #f0f0f0;
}
.i_bidding .i-name{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--web-color);
}
.i_bidding .i-name .en{
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    position: relative;
}
.text-right .i-unit{
    margin-left: auto;
}

.target{
    width: 100%;
}
.target thead td{
    text-transform: uppercase;
    font-weight: bold;
    background: rgba(132, 196, 78, 0.3);
}
.target thead td .en{
    display: inline-block;
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}
.target thead td .vn{
    font-size: 13px;
    line-height: 18px;
}
.target td{
    padding: 8px 10px;
    font-size: 13px;
    line-height: 18px;
}
.target tbody tr{
    border: 1px solid #dddddd;
    border-top: 0;
}
.target tbody tr:nth-child(2n) td{
    background: #f1f1f1;
}
.target_2.target tbody tr{
    border: 1px solid #dddddd;
    border-top: 0;
    /*border-bottom: 0;*/
}
.target_2.target tbody tr:nth-child(2n){
    border-bottom: 1px solid #dddddd;
}
.target_2.target tbody tr:nth-child(2n) td{
    background: transparent;
    padding: 0;
}
.target_2.target tbody tr:nth-child(4n + 3) td,
.target_2.target tbody tr:nth-child(4n) td{
    background: transparent;
}



.box-info-daugia .node{
    margin-bottom: 30px;
}
.box-info-daugia .node .node_title{
    background: #fff2f2;
    border: 1px solid #fac7c8;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.box-info-daugia .node .node_title .vn{
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: var(--web-color);
}
.box-info-daugia .node .node_title .en{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-style: italic;
}





.form-bidding {
    margin-top: 40px;
}

.form-bidding .form-title {
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: var(--web-color);
}


.bidding-total_price .total-price {
    color: var(--web-color);
}

.form-bidding .form-label {
    font-weight: bold;
}
.form-bidding .form-label span {
    color: var(--web-color);
}


.form-bidding  .i_bidding .i-group {
    margin-bottom: 10px;
    line-height: 35px;
}
.form-bidding  .i_bidding .i-group .i-name {
    margin-bottom: 0;
}
.form-bidding  .i-price {
    text-align: right;
}
.form-bidding  .i-price .form-control {
    height: 35px;
    font-size: 14px;
    line-height: 22px;
}
.form-bidding .input-group-text {
    font-size: 14px;
}

.form-bidding .bid-input {
    margin-top: 15px;
}
.form-bidding .bid-input .form-label {
    line-height: 38px;
    text-align: right;
    margin-bottom: 0;
}

.form-bidding textarea {
    font-size: 14px;
}


.form-bidding .form-btn {
    margin-top: 30px;
}

.form-bidding .form-btn button {
    height: 45px;
    display: inline-block;
    max-width: 350px;
    margin: 0 auto;
}







.vnt-history {
    margin-top: 50px;
}


.vnt-history .vnt-history__title {
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: var(--web-color);
}

.vnt-history .vnt-history__content  {}


.history-item {
    margin-bottom: 30px;

}
.history-info {
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.05);
    padding: 15px 10px;
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.history-item .i-label {
    font-weight: bold;

}
.history-item .i-text {
    color: var(--web-color);
}


.history-group {
    background: #ffffff;
}

.history-group .group-list {

}


.his-price {
    padding-top: 15px;
}

.his-price .i-amount {

}
.his-price .i-price {
    text-align: right;
}
.his-price .i-vat {
    text-align: center;
}


.history-item .vnt-bid-footer .vnt-bid-note {
    width: calc(100% - 450px);
}
.history-item .vnt-bid-footer {
    justify-content: space-between;
    flex-direction: row-reverse;
}



.vnt-box-success {
    
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative; 

}

.vnt-box-success .mess-text {
    margin-bottom: 15px;
    text-align: center;
}

.vnt-box-success .box-pro-detail {
    text-align: center;
    margin-bottom: 15px;

}
.vnt-box-success .box-pro-detail  .i-title {
    font-size: 16px;
    line-height: 25px;
}
.vnt-box-success .box-pro-detail  .i-code {
    color: var(--web-color);
}
.vnt-box-success .btn-actions {
    margin-top: 15px;
    text-align: center;
}

.vnt-box-success .btn-actions  a {
    display: inline-block;
    margin: 0 5px;
}
.vnt-box-success .btn-actions .btn-back {background: var(--web-color1) ; color: white;}
.vnt-box-success .btn-actions .btn-back:hover {transform: scale(1.05);  }

.vnt-box-success .btn-actions .btn-other {background: var(--web-color) ; color: white;}
.vnt-box-success .btn-actions .btn-other:hover {transform: scale(1.05);  }




/*RESPONSIVE*/

@media screen and (max-width: 991px){
    .vnt-pro-info .info-item .i-label {
        width: 150px;
    }
    .vnt-pro-info .info-item .i-text {
        width: calc(100% - 150px);
    }







}
@media screen and (max-width: 767px){
    .box-detail__grid {
        display: block;
    }


    .vnt-table-group .vnt-table-group__thead {
        display: none;
    }

    .vnt-table-group .vnt-table-group__tr {
        grid-template-columns: 30px auto ;
    }
      
    .vnt-table-group .vnt-table-group__tbody .vnt-table-group__td:nth-child(3),
    .vnt-table-group .vnt-table-group__tbody .vnt-table-group__td:nth-child(4){
        display: none;
    }
    .vnt-table-group  .i-title  {
        font-weight: bold;
    }
    .vnt-table-group  .i-mobile  {
        display: block;
    }





    .vnt-table-bid .vnt-table-bid__thead {
        display: none;
    }

    .vnt-table-bid .vnt-table-bid__tr {
         
        grid-template-columns: 50px repeat(2, 1fr);
        /*grid-template-rows: repeat(2, 1fr);        */
    }
      
    .vnt-table-bid .vnt-table-bid__tbody .vnt-table-bid__td:nth-child(3),
    .vnt-table-bid .vnt-table-bid__tbody .vnt-table-bid__td:nth-child(4){
        display: none;
    }
    .vnt-table-bid .i-title  {
        font-weight: bold;
    }
    .vnt-table-bid  .i-mobile  {
        display: block;
    }



    .vnt-table-bid .vnt-table-bid__tbody .vnt-table-bid__td:nth-child(2) {
         grid-column: span 2 / span 2;
    }

    .vnt-table-bid .vnt-table-bid__tbody .vnt-table-bid__td:nth-child(5) {
         grid-column-start: 2;
         grid-row-start: 2;
         padding: 0 15px;
         text-align: left;
    }
    .vnt-table-bid .vnt-table-bid__tbody .vnt-table-bid__td:nth-child(6) {
         grid-column-start: 3;
        grid-row-start: 2;
        padding: 0 15px;
         text-align: left;
    }

        
    .vnt-table-bid  .i-total {
        display: inline-block;
        line-height: 34px;
    }

    .vnt-bid-footer .row-item .i-label {
        
    }

    .vnt-bid-footer .row-item .i-value { 
        text-align: left;
        padding-left: 15px;
    }



    .history-item .history-info .text-end {
        text-align: left !important;
    }

    .history-item .vnt-bid-footer  {
        display: block;
    }
    .history-item .vnt-bid-footer .vnt-bid-note {
        margin-top: 10px;
        width: 100%;
    }

}


@media screen and (max-width: 479px){
    .vnt-pro-info .info-item {
        display: block;
        padding: 10px 15px;
    }
    .vnt-pro-info .info-item > div {
        padding: 0px ;
    }
    .vnt-pro-info .info-item .i-label {
        width: 100%;
        margin-bottom: 3px;
    }
    .vnt-pro-info .info-item .i-text {
        width: 100%;
    }


    .vnt-table-bid .vnt-table-bid__tbody .vnt-table-bid__td {
        padding: 10px;
    }
    .vnt-table-bid .vnt-table-bid__tbody .vnt-table-bid__td:nth-child(5) {
         padding: 0 10px;         
    }
    .vnt-table-bid .vnt-table-bid__tbody .vnt-table-bid__td:nth-child(6) {         
        padding: 0 10px;
        text-align: center;
    }
    .vnt-bid-footer .row-item .i-value {
        text-align: center;
    }


    .vnt-box-success .btn-actions  a.btn {
        display: block;
        margin: 5px 0;
        width: 100%;
    }

    .vnt-bid-footer__content {
        width: 100%;

    }

}


@media screen and (max-width: 400px){
    .vnt-bid-footer .row-item .i-label {
        font-size: 13px;
    }
}