.menu-social {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 1000;
}

.menu-social div button {
  display: block;
  margin-bottom: 6px;
  padding: 3px 6px;
  height: 40px;
  border: none;
  border-radius: 20px;
}

.menu-social div button a {
  font-size: 15px;
  color: white;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0.03em;
}

.menu-social div button:nth-child(1) {
  background: #125c9e;
}

.menu-social div button:nth-child(1) a {
  color: #fff;
}

.menu-social div button:nth-child(2) {
  background: #8eb22b;
}

.menu-social div button:nth-child(2) a {
  color: #fff;
}

.menu-social div button:nth-child(3) {
  background: #d11a59;
}

.menu-social div button:nth-child(3) a {
  color: #fff;
}

.menu-social div button:nth-child(4) {
  background: #3c6dee;
}

.menu-social div button:nth-child(5) {
  background: #f26822;
}

.menu-social div button:nth-child(6) {
  background: #f7f7f7;
}

.menu-social div button:nth-child(6) a {
  color: #000;
}
.list-sp {
  /* max-height: 850px;
    overflow-y: auto; */
}
.list-sp::-webkit-scrollbar {
  width: 8px; /* Chiều rộng vùng chứa scrollbar */
}
.list-sp::-webkit-scrollbar-track {
  background: rgb(255, 255, 255); /* Màu nền ngoài của thanh scrollbar */
}
.list-sp::-webkit-scrollbar-thumb {
  background-color: #d9d9d9; /* Màu của thanh cuộn (scroll thumb) */
  border-radius: 5px; /* Bo góc scroll thumb */
  /* border: 2px solid #ccc;  Không hỗ trợ padding, margin, transition nên dùng viền cùng màu nên để padding scroll thumb */
}
.item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 150px;
}
.rel-center {
  text-align: center;
}
.rel-product {
  padding: 15px;
  border: 1px solid #e8e8e8;
}
.rel-product .item-img img {
  max-width: 100%;
}
.rel-products .title {
  /* border-bottom: 0; */
}
.rel-products {
  order: 1;
  margin-bottom: 20px;
}
.left1 {
  display: flex;
  flex-direction: column;
  margin-right: 5px;
}
.left1 .banner {
  order: 2;
}
.content-size h2 {
  /* font-size: 18px; */
  margin-left: 0;
}
.btn-lh {
  padding: 5px 18px !important;
}
.item-product .content-item button:hover {
  border: 1px solid #ffc120;
}

.img-center {
  width: 200px;
}
.content-item {
  position: relative;
  height: 195px;
}
.content-item button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.table-of-contents {
  max-width: 600px;
  width: 100% !important;
}
@-webkit-keyframes animationPlay {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes animationPlay {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes wiggle {
  0%,
  100% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
}
@-webkit-keyframes wiggle {
  0%,
  100% {
    -webkit-transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
}
.wiggle:hover {
  display: flex;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /* animation-delay: 2s; */
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.hotline_mobile {
  display: block;
  position: fixed;
  bottom: 25px;
  left: 32px;
  z-index: 1000;
}
.hotline_mobile .hotline_box {
  margin-bottom: 20px;
}
.hotline_mobile .hotline_box:last-child {
  margin-bottom: 0px;
}
.hotline_mobile .hotline_box a {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hotline_mobile .hotline_box .text-hotline {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  padding: 8px 16px;
  border-radius: 20px;
  background: #04b4e4;
}
.hotline_mobile .wiggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #04b4e4;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hotline_mobile .wiggle i {
  transform: rotate(100deg);
}
.hotline_mobile .wiggle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 3px solid #04b4e4;
  border-radius: 50%;
  -webkit-animation: animationPlay infinite 1s linear;
  animation: animationPlay infinite 1s linear;
}
.wiggle {
  animation-name: wiggle;
  -webkit-animation-name: wiggle;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.hotline_mobile .hotline_box:first-child .wiggle::before {
  border: 3px solid #e48a04;
}
.hotline_mobile .hotline_box:first-child .wiggle {
  background: #e48a04;
}
.hotline_mobile .hotline_box:first-child .text-hotline {
  background: #e48a04;
}

.zalo_box {
  width: 68px;
  display: block;
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 1000;
}
@media (max-width: 767px) {
  .left1 {
    display: none;
  }

  .hotline_mobile {
    left: 20px;
    zoom: 0.9;
  }
}
@media (max-width: 576px) {
  .hotline_mobile {
    zoom: 0.8;
  }
  .fb_dialog_content iframe {
    right: 0px !important;
  }
}
@media (max-width: 460px) {
  .hotline_mobile {
    zoom: 0.7;
  }
}
@media (max-width: 400px) {
  .hotline_mobile {
    zoom: 0.6;
  }
}
