.boruniderchos {
  /* the slides */
  /* the parent */ }
  .boruniderchos .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .boruniderchos .slider-index.next svg {
      width: 24px; }
      .boruniderchos .slider-index.next svg path {
        stroke: #fff; }
  .boruniderchos .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .boruniderchos .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .boruniderchos .slider-index.prev svg path {
        stroke: #fff; }
  .boruniderchos:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .boruniderchos .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .boruniderchos .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .boruniderchos .slick-slide {
    margin: 0 7px; }
  .boruniderchos .slick-list {
    margin: 0 -7px; }

.boanhlogo {
  text-align: center;
  padding: 15px 0; }

.titlecol {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold; }

.textben {
  border-bottom: 5px solid var(--shop-color-header);
  display: inline-block;
  height: 3px; }

.box2hanhbinz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0; }
  .box2hanhbinz > div {
    min-width: 0; }

.box2htebletext {
  margin-top: 40px;
  background: #f5f5f5;
  padding: 40px 0; }
  .box2htebletext table, .box2htebletext tbody, .box2htebletext tr, .box2htebletext td {
    border: none !important; }
  .box2htebletext td {
    padding: 15px 5px;
    color: #000; }
  .box2htebletext tr {
    border-bottom: 1px solid #ccc !important; }

.box2sliderchos {
  margin-top: 40px; }
