/* Radio ma vach */
.wrap_dutoanchiphimavach {
    padding: 40px 0;
    background: white;
}
.radio-button-container {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  
  .radio-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  
  .radio-button__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .radio-button__label {
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
    color: black;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }
  
  .radio-button__custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #555;
    transition: all 0.3s ease;
  }
  
  .radio-button__input:checked + .radio-button__label .radio-button__custom {
    background-color: var(--c2);
    border-color: transparent;
    transform: scale(0.8);
    box-shadow: 0 0 20px #f2f70980;
  }
  
  .radio-button__input:checked + .radio-button__label {
    color: var(--c2);
  }
  
  .radio-button__label:hover .radio-button__custom {
    transform: scale(1.2);
    border-color: var(--c2);
    box-shadow: 0 0 20px #fffc0080;
  }
  /* SO LUONG */
  .inputdtcp {
    border-radius: 3px;
    outline: 2px solid black;
    border: 0;
    font-family: 'font1';
    outline-offset: 3px;
    padding: 10px 1rem;
    transition: 0.25s;
    height: 30px;
    margin-top: 10px;
    width: 100%;
    color: black;
}
  
  .inputdtcp:focus {
    outline-offset: 5px;
    background-color: white
  }
  .txt_textdtcp {
    font-size: 14px;
    color: black;
    font-family: 'font1';
}
/* CHIEU RONG - CHIEU CAO */
.gr_forminputdtcp.crcc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.gr_forminputdtcp{
    
margin: 10px 0;
}
.gr_crcc {
    width: 48%;
}
/* VAT LIEU */
select.slect_vatlieu {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  padding: 0 10px;
  outline: 2px solid black;
  outline-offset: 3px;
  margin-top: 10px;
  color: black;
  border: none;
}
/* HINH DANG */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .radio-tile-group .input-container {
    position: relative;
    height: auto;
    width: 150px;
    margin: 0.5rem;
  }
  
  .radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
  }
  
  .radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid var(--c2);
    border-radius: 5px;
    padding: 5px;
    transition: transform 300ms ease;
  }
  
  .radio-tile-group .input-container .icon svg {
    fill: #079ad9;
    width: 2rem;
    height: 2rem;
  }
  
  .radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--c2);
    margin-top: 5px;
  }
  
  .radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: var(--c2);
    border: 2px solid var(--c2);
    color: white;
    transform: scale(1.1, 1.1);
  }
  
  .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: white;
    background-color: #079ad9;
  }
  
  .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: white;
    background-color: var(--c2);
  }
  /*  */
  .flex_formdutoanchiphisanh {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.left_formdutoanchiphisanh {
    width: 50%;
}
.right_formdutoanchiphisanh {
  width: 40%;
  background: white;
  text-align: center;
  padding: 25px 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 11px #00000054;
}
/*  */
table.price_table {
  width: 100%;
  background: #f2f2f2;
  font-size: 14px;
  font-family: 'font1';
}
.title_price {
  font-size: 30px;
  font-family: 'font1';
  font-weight: bold;
  color: var(--c1);
}
.price_per_unit_txt {
  font-size: 20px;
  color: var(--c1);
  font-weight: bold;
  font-family: 'font1';
}
.soluongtem_sapsi {
  font-size: 16px;
  font-family: 'font1';
  font-weight: 500;
}
.soluongtem_sapsi span {
  font-weight: bold;
  font-size: 18px;
  color: var(--c1);
}
.content_bottom {
  font-size: 14px;
  font-family: 'font1';
  margin: 15px 0 0;
}
.btn-default {
  background: var(--c1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--c1)', endColorstr='var(--c2)',GradientType=0 );
  padding: 12px 30px;
  margin-top: 30px;
}
.btn-default, .btn-success {
  border: transparent;
  color: #fff;
  font-family: 'font1';
  font-size: 19px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  box-shadow: 1px 1px 1px rgba(0,0,0,.3);
  font-weight: bold;
}
.icon_shop {
  content: " ";
  height: 26px;
  width: 32px;
  background: url(../imgs/icon_shop.png) center center no-repeat;
  top: 4px;
}
.fa-envelope:before, .icon_shop {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.btn-default:hover{
color: white;
background: var(--c2);
background: -moz-linear-gradient(top,var(--c2) 0,var(--c1) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,var(--c2)),color-stop(100%,var(--c1)));
background: -webkit-linear-gradient(top,var(--c2) 0,var(--c1) 100%);
background: -o-linear-gradient(top,var(--c2) 0,var(--c1) 100%);
background: -ms-linear-gradient(top,var(--c2) 0%,var(--c1) 100%);
background: linear-gradient(to bottom,var(--c2) 0,var(--c1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--c2)', endColorstr='var(--c1)',GradientType=0 );
transition: all .2s linear;
}
.thongbaodhang {
  font-size: 30px;
  font-family: 'font1';
  color: var(--c1);
  font-weight: bold;
}