.grid-img {
  background: white;
  display: flex;
  gap: 6px;
  flex-direction: row;
  width: 100%;
  margin-bottom: 1rem;
}
.grid-img .left-grid,
.grid-img .right-grid {
  flex: 50%;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.grid-img .overlay-list {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.grid-img .overlay-list::after {
  content: attr(data-couter);
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 1.3rem;
}

.d-none {
  display: none;
}

.ratio {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  display: block;
  height: 0;
  width: 100%;
}
.ratio.ratio-3 {
  padding-top: calc(66.6666666667% - 2px);
}
.ratio.ratio-100 {
  padding-top: 100%;
}
.ratio > img,
.ratio > video,
.ratio > .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
}
.ratio .video {
  height: 100%;
  background-color: rgb(222, 222, 222);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ratio .video > video {
  width: 100%;
}

.kioto_tm_modalbox .box_inner {
  width: calc(100% - 30px) !important;
  max-width: 800px;
  top: 20px;
  bottom: 20px;
}

.block_thumb_slide_show {
  max-width: 100%;
  margin: 1rem auto;
  padding: 0 !important;
}
.block_thumb_slide_show img {
  transform: translate(0, 0) !important;
}

.art-wrap {
  display: none;
}
.art-wrap .art-wrap-hd {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.art-wrap .art-wrap-hd .art-wrap-btn-back {
  display: block;
  width: 30px;
  text-align: center;
  color: var(--bc);
  border-left: 1px solid var(--bc);
  cursor: pointer;
}
.art-wrap .art-wrap-hd .art-wrap-btn-back > span {
  display: block;
  border: 3px solid;
}
.art-wrap .art-wrap-hd .art-wrap-btn-back:hover {
  color: black;
}
.art-wrap .art-wrap-hd .art-wrap-title {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 2rem 0;
}
.pagination > li {
  display: block;
}
.pagination > li a {
  display: block;
  min-width: 25px;
  text-align: center;
  border: 1px solid var(--bc);
  padding: 3px 12px;
  cursor: pointer;
  color: var(--bc);
  border-radius: 4px;
}
.pagination > li a[rel=start]::after {
  content: "<<";
}
.pagination > li a[rel=end]::after {
  content: ">>";
}
.pagination > li.active a, .pagination > li:hover a {
  color: #000;
}
.pagination .fa-angle-right::before {
  content: ">";
}
.pagination .fa-angle-left::before {
  content: "<";
}

.hidden {
  display: none;
}

.bao-gia-box {
  padding: 15px;
  margin: 1rem 0;
  background: rgba(0, 0, 0, 0.04);
}
.bao-gia-box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bao-gia-box ul input, .bao-gia-box ul button, .bao-gia-box ul texttextarea {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
}

.form-control {
  border: 1px solid #ced4da !important;
  height: 40px !important;
}

.pricecounting-result {
  font-family: Arial, Helvetica, sans-serif;
}
.pricecounting-result .table {
  text-transform: capitalize;
}
.pricecounting-result .tbl-rs tr:last-child {
  font-weight: bold;
}
.pricecounting-result .tbl-rs td:last-child {
  text-align: right;
}

.post-detail img.fw {
  height: auto;
  max-width: 100%;
}

.fig-picture {
  overflow: hidden;
}
.fig-picture img {
  -o-object-fit: contain;
     object-fit: contain;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
}

.frm-contact-2 .form-control {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.js-loading-products-grid {
  display: none;
}/*# sourceMappingURL=over.css.map */