.UIKhaoSatNhuCau label {
  display: block !important;
  margin-bottom: 15px;
  font-size: 1.2rem;
  cursor: pointer;
}

.UIKhaoSatNhuCau .options {
  position: relative;
  padding-left: 30px;
}

.UIKhaoSatNhuCau .options input {
  opacity: 0;
}

.UIKhaoSatNhuCau .checkmark {
  position: absolute;
  top: 4px;
  left: 3px;
  height: 20px;
  width: 20px;
  background-color: #c0e2df;
  border: 2px solid #444;
  border-radius: 50%;
}

.UIKhaoSatNhuCau .options input:checked ~ .checkmark:after {
  display: block;
}

.UIKhaoSatNhuCau .options .checkmark:after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background: white;
  position: absolute;
  top: 51%;
  left: 51%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 300ms ease-in-out 0s;
}

.UIKhaoSatNhuCau .options input[type="radio"]:checked ~ .checkmark {
  background: #590995;
  border: 2px solid #590995;
  transition: 300ms ease-in-out 0s;
}

.UIKhaoSatNhuCau .options input[type="radio"]:checked ~ .checkmark:after {
  transform: translate(-50%, -50%) scale(1);
}

.UIKhaoSatNhuCau .d-none {
  display: none !important;
}

.UIKhaoSatNhuCau .txtNoiDung {
  width: 96%;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #e2e2e2 inset;
  border: solid 1px #ddd;
  padding: 10px;
}

.UIKhaoSatNhuCau .p-2 {
  padding: .75rem!important
}
.UIKhaoSatNhuCau .pr-1{
    padding-right: .375rem!important
}

/********************box*********************/
.ksnc-container{
}
.ksnc-inner{
    background: #e1dbfc;
    padding: 10px;
    min-height: 138px;
    border-radius: 5px
}


.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-lg-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.px-2 {
  padding-left: 0.75rem !important;
}

.main .content {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  color: #1c0101;
  font-weight: normal;
  margin-right: 30px;
}
.main .require {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  color: #fa8072;
  font-weight: normal;
  margin-right: 30px;
  font-style: italic;
  padding-left: 10px;
}

/********************************************/

/* button effect */
.vnpt-btn {
  position: relative;
  width: 150px;
  height: 35px;
  margin: 10px 5px;
  display: inline-block;
}

.vnpt-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(19 109 179 / 80%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  z-index: 1;
  font-size: 400;
  font-weight: 300;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(15px);
  border: 1px solid #ffffff61;
  border-radius: 5px;
}

.orange-btn a {
  background: #ffb600eb;
}

.salmon-btn a {
  background: #fa8072;
}

.vnpt-btn:hover a {
  letter-spacing: 3px;
  cursor: pointer;
}

.vnpt-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
  transform: skewX(45deg) translateX(0);
  transition: 0.5s;
}

.vnpt-btn:hover a::before {
  transform: skewX(45deg) translateX(200%);
}

.vnpt-btn:hover::before {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
  transition-delay: 0.5s;
}

.vnpt-btn:hover::after {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
  transition-delay: 0.5s;
}

/****************************************************/

.MainList .ListProduct {
  display: grid;
  grid-template-columns: calc(33% - (30px * 1 / 2)) calc(33% - (30px * 1 / 2)) calc(
      33% - (30px * 1 / 2)
    );
  grid-column-gap: 30px;
}

.UIKetQuaKhaoSatNC .MainTitle {
  line-height: 30px;
  /* color: #FDFEFE; */
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.UIKetQuaKhaoSatNC {
  margin: 10px auto 40px;
  width: 1170px;
}

.UIKetQuaKhaoSatNC .ChildDiv {
  position: relative;
  vertical-align: top;
  width: 100% !important;
  border: 1px solid #e3e3e3;
  height: 540px;
  overflow: hidden;
  margin-bottom: 30px;
}

.UIKetQuaKhaoSatNC .ChildDiv .btnField .btn {
  padding: 5px 30px;
  background: #1f7ed0;
  background: linear-gradient(225deg, #2ed3ae 0%, #109df7 100%);
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.UIKetQuaKhaoSatNC .ChildDiv .btnField .btn:after {
  content: "\f105";
  display: inline-block;
  font: bold 16px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

.UIKetQuaKhaoSatNC .Pager {
  text-align: center;
  margin: 30px 0;
  font-size: 16px;
}

.UIKetQuaKhaoSatNC .Pager span.pNum {
  cursor: pointer;
  border-radius: 100%;
  background: #1f7ed0;
  background: linear-gradient(225deg, #2ed3ae 0%, #109df7 100%);
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #87c5f5;
  font-size: 16px;
}

.UIKetQuaKhaoSatNC .Pager a.pNum,
.next,
.prev {
  cursor: pointer;
  border-radius: 100%;
  background-color: #f0f0f0;
  color: #848383;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #ececec;
  font-size: 16px;
}

.UIKetQuaKhaoSatNC .Pager .CurrentNum {
  cursor: pointer;
  border-radius: 100%;
  background: #1f7ed0;
  background: linear-gradient(225deg, #2ed3ae 0%, #109df7 100%);
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #87c5f5;
}

.UIKetQuaKhaoSatNC .Pager a.pNum:hover,
.next:hover,
.last:hover,
.prev:hover {
  background: #0475d6;
  background: linear-gradient(
    to right top,
    #0980dc,
    #607cdee6,
    #288eda,
    #46afff,
    #1d91ea
  );
  color: #fff;
}

.UIKetQuaKhaoSatNC .Pager span.pNum:hover {
  background: #0475d6;
  background: linear-gradient(
    to right top,
    #0980dc,
    #607cdee6,
    #288eda,
    #46afff,
    #1d91ea
  );
  color: #fff;
}

.UIKetQuaKhaoSatNC .ChildDiv .img,
.UIKetQuaKhaoSatNC .ChildDiv .img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.UIKetQuaKhaoSatNC .ChildDiv .priceField {
  text-align: center;
  margin: 10px 0px 0;
}

.UIKetQuaKhaoSatNC .ChildDiv .priceField .salePrice {
  display: block;
  font-size: 16px;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

.UIKetQuaKhaoSatNC .ChildDiv .priceField span.price-month {
  display: none;
}

.UIKetQuaKhaoSatNC .ChildDiv .priceField .oldPrice {
  display: block;
  text-decoration: line-through;
  color: #929292;
  font-size: 15px;
  padding: 10px 0 0;
}

.UIKetQuaKhaoSatNC .ChildDiv .priceField .speed {
  display: block;
  font-size: 17px;
}

.UIKetQuaKhaoSatNC .ChildDiv .textPath {
  border-top: solid 1px #dcdcdc;
  margin: 15px 10px 0 10px;
  max-height: 155px;
  overflow: hidden;
  line-height: 1.5;
}

.UIKetQuaKhaoSatNC .ChildDiv .btnField {
  /* position: absolute; */
  /* bottom: 20px; */
  /* width: 100%; */
  text-align: center;
  margin: 20px 0;
}

.UIKetQuaKhaoSatNC .ChildDiv .btnField .btn:hover {
  background: #0475d6;
  background: linear-gradient(
    to right top,
    #0980dc,
    #607cdee6,
    #288eda,
    #46afff,
    #1d91ea
  );
}

.UIKetQuaKhaoSatNC .ProductName {
  background: #0166b4;
  background: linear-gradient(141deg, #0166b4 0%, #2795ec 51%, #0d7bd0 75%);
  text-align: center;
}

.UIKetQuaKhaoSatNC .ProductName span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  display: inline-block;
}

.UIKetQuaKhaoSatNC a.BigUrl {
  #position: relative;
  text-align: center;
}

.UIKetQuaKhaoSatNC .SaleOff:before {
  content: "-";
}

.UIKetQuaKhaoSatNC a.BigUrl .SaleOff {
  position: absolute;
  right: 28px;
  top: 260px;
  color: #ffffff;
  background: url(/Themes/Default/UIKetQuaKhaoSatNC/Images/sale.png) no-repeat;
  font-size: 15px;
  width: 61px;
  height: 61px;
  background-size: 72%;
  text-align: center;
  margin: 0 auto;
  padding: 12px 15px 0 0;
  animation: text-flicker 3s linear infinite;
}

.UIKetQuaKhaoSatNC span.Summary {
  padding: 10px 20px;
  display: inline-block;
  line-height: 1.5;
}

.UIKetQuaKhaoSatNC span.Summary p:before {
  content: "\f111";
  margin-right: 5px;
  font: normal normal normal 6px FontAwesome;
  color: #e60000;
  position: absolute;
  top: 5px;
  left: -2px;
}

.UIKetQuaKhaoSatNC span.Summary p {
  margin: 10px 0 !important;
  padding: 0 0 0 10px;
  font-size: 14px;
  position: relative;
}

.UIKetQuaKhaoSatNC .IsNew {
  position: absolute;
  background: url(/Themes/Default/UIKetQuaKhaoSatNC/Images/new.png) no-repeat 0
    0;
  color: transparent;
  top: 40px;
  right: 0;
  width: 66px;
  height: 64px;
  background-size: 70%;
  animation: text-flicker 3s linear infinite;
}

.UIKetQuaKhaoSatNC .IsHot {
  position: absolute;
  /* background: url(/Themes/Default/UIKetQuaKhaoSatNC/Images/hot.png) no-repeat 0 0; */
  color: transparent;
  top: 40px;
  right: 5px;
  width: 76px;
  height: 38px;
}

/*****************************************/
.UIKetQuaKhaoSatNC .MainList .ListProduct.col2 {
  display: grid;
  grid-template-columns: calc(50% - (50px * 1 / 2)) calc(50% - (50px * 1 / 2));
  grid-column-gap: 50px;
  margin: 0 100px;
}

.UIKetQuaKhaoSatNC .ListSubCategory .ChildDiv .img,
.UIKetQuaKhaoSatNC .ListSubCategory .ChildDiv .img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.UIKetQuaKhaoSatNC .ListSubCategory .ChildDiv {
  vertical-align: top;
  width: 100% !important;
  border: 1px solid #e3e3e3;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.UIKetQuaKhaoSatNC .ListSubCategory .ChildDiv .btnField {
  width: 100%;
  text-align: center;
  position: initial;
  margin: 20px 0;
}

.UIKetQuaKhaoSatNC .ListSubCategory .ChildDiv .textPath {
  border-top: none;
  margin: 0;
}
