.box-dangtin {
  padding: 24px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 15px;
}

.group-switch-top .w-radio-style1 .radio-style1 {
  width: 50%;
  text-align: center;
}

.list-tag .tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.input-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.input-quantity .quantity-value {
  text-align: center;
  margin: 0 15px;
}

.label-for-file-img {
  width: 100%;
  padding: 100px;
  border: 3px dashed #eee;
  border-radius: 10px;
  cursor: pointer;
  font-weight: normal;
  margin: 15px auto;
  text-align: center;
}

.list-img {
  margin-bottom: 15px;
}

.list-img .loaded-img {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.list-img .loaded-img .clear-img {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #aaa;
  cursor: pointer;
}

.list-img .loaded-img .clear-img:hover {
  color: #dfb103;
}

.list-img .loaded-img img {
  max-width: 100%;
  max-height: 100%;
}

#fix-box.stick {
  position: fixed;
  z-index: 2;
}

.bg-thanhtoan {
  background: #eee;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.bg-thanhtoan .val {
  float: right;
}

.bg-thanhtoan .don_vi_tinh {
  color: #aaa;
}

.side-box {
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.side-box.bg {
  background-color: #eee;
}

.side-box .b-title {
  display: block;
  margin-bottom: 15px;
}

.side-box ul li {
  margin-bottom: 5px;
}

.side-box a {
  color: #000;
}

.side-box a:hover {
  color: #999;
}
.w-radio-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-radio-style1 .radio-style1 {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: normal;
}

.w-radio-style1 .radio-style1:first-child .checkmark {
  border-radius: 5px 0 0 5px;
}

.w-radio-style1 .radio-style1:last-child .checkmark {
  border-radius: 0 5px 5px 0;
}

.w-radio-style1 .radio-style1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.w-radio-style1 .checkmark {
  background-color: #fff;
  padding: 7px 10px;
  border: 1px solid #ccc;
  display: block;
  font-size: 15px;
}

.w-radio-style1 .radio-style1 input:checked ~ .checkmark {
  background-color: #eee;
}
label {
  font-weight: 700;
}
.accordion [data-toggle="collapse"] {
  display: block;
  padding: 10px;
  position: relative;
}

.accordion [data-toggle="collapse"]:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  content: "\f107";
  font-family: Line Awesome Free;
  font-weight: 900;
}

.accordion [data-toggle="collapse"]:hover {
  background-color: #eee;
}

.accordion [data-toggle="collapse"][aria-expanded="true"]:after {
  content: "\f106";
}
.checkbox-related-category,.housedirection { width:100%;display: flex; -webkit-flex-wrap: wrap;}
.checkbox-related-category span, .housedirection span{ line-height:30px; padding-left:5px;}
.checkbox-related-category li{display: flex; position: relative; width:30%;}
.housedirection li{display: flex; position: relative; padding-left:15px;}
.housedirection{ padding-left:0px;}
.housedirection input{ margin-bottom:0px;}
.type-check-post-name{ font-weight:600}
.cke_inline_label, .cke_text{ height:22px!important; min-width:50px!important;}
@media (max-width: 991px) {
  #fix-box.stick {
    position: static;
  }
  .checkbox-related-category li{display: flex; position: relative; width:50%;}
}
