@charset "UTF-8";
.text-bor-sd {
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000;
}

.text-border-stroke {
  -webkit-text-stroke: 1px #000;
  /* Màu đen */
}

ul {
  list-style: none;
}

.tx-sd {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 img {
  width: 100%;
  transition: transform 0.9s ease;
}

.hov-img0:hover img {
  transform: scale(1.1);
}

.wrap-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: 2;
  overflow: auto;
}
.wrap-modal .modal-product-details {
  width: 95vw;
  margin: 10px auto;
  height: 100vh;
}
.wrap-modal .slick-active.active {
  border: 3px solid #bc1823;
}
.wrap-modal .overlay-modal {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}
.wrap-modal .name-detail {
  color: #bc1823;
  font-weight: 900;
}
.wrap-modal .price {
  color: #bc1823;
}
.wrap-modal .contact-list {
  background: #bc1823;
  border-radius: 10px;
  color: #fff;
}
.wrap-modal .contact-list .link-item:hover {
  filter: opacity(30%);
}

.cursor-poi {
  cursor: pointer;
}

.fs-16 {
  font-size: 16px;
}

.how-pos3-parent {
  position: relative;
}

.bor0 {
  border-radius: 50%;
}

.bor-10 {
  border-radius: 10px;
}

.size-108 {
  width: 40px;
  height: 40px;
}

.cl10 {
  color: #1d1d1d;
}

.bg0 {
  background-color: #fff;
}

.pos-relative {
  position: relative;
}

.how-pos1 {
  position: absolute;
  top: 10px;
  right: 10px;
}

.p-b-30,
.p-tb-30,
.p-all-30 {
  padding-bottom: 30px;
}

.p-t-60,
.p-tb-60,
.p-all-60 {
  padding-top: 60px;
}

.hov3:hover {
  opacity: 0.6;
}

.how-pos3 {
  position: absolute;
  top: -35px;
  right: 0px;
}

.trans-04 {
  transition: all 0.4s;
}

.p-b-20,
.p-tb-20,
.p-all-20 {
  padding-bottom: 20px;
}

.p-t-60,
.p-tb-60,
.p-all-60 {
  padding-top: 60px;
}

.p-r-30,
.p-lr-30,
.p-all-30 {
  padding-right: 30px;
}

.p-r-50,
.p-lr-50,
.p-all-50 {
  padding-right: 50px;
}

.p-t-5,
.p-tb-5,
.p-all-5 {
  padding-top: 5px;
}

.stext-102 {
  font-size: clamp(14px, 3vw, 20px);
  line-height: 1.2;
}

.mtext-101 {
  margin-bottom: 20px;
}

.mtext-104 {
  color: rgba(13, 199, 253, 0.74);
  text-decoration: underline !important;
}

.mtext-105 {
  font-size: clamp(24px, 4vw, 30px);
  line-height: 1.2;
}

.mtext-106 {
  font-size: clamp(20px, 4vw, 20px);
  line-height: 1.2;
}

.p-l-25,
.p-lr-25,
.p-all-25 {
  padding-left: 25px;
}

.cl2 {
  color: #bc1823;
}

.wrap-slick {
  position: relative;
}

.flex-sb {
  justify-content: space-between;
}

.flex-w {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}

.flex-c-m {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.flex-sb-m {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.wrap-slick-dots {
  width: 11.111111%;
}
.wrap-slick-dots .slick-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 27px;
}
.wrap-slick-dots .slick-dots li img {
  width: 100%;
}

.slick {
  width: 83.333333%;
}
.slick .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.modalPreviewImage {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 30px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modalPreviewImage .modal-image {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
