#CR-header .CR-action-head a img {
  width: auto;
  height: 1.5625rem;
  margin-right: 0.9375rem;
  /* -webkit-animation: action_two 1s infinite  alternate;
  animation: action_two 1s infinite alternate; */
}

#CR-header .CR-action-head li:nth-child(3) a img {
  margin-right: 0;
}
#CR-contact-home .item .logo-wrap {
  display: flex;
  justify-content: center;
  max-width: 50.1785rem;
  margin: auto;
}
#CR-contact-home .item .logo-wrap .slick-list,
#CR-contact-home .item .logo-wrap .slick-list .slick-track {
  display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#CR-contact-home .list .box .item {
  max-width: 100%;
}
.slick-arrow:before {
  font-size: 3rem !important;
  color: #fff !important;
  opacity: 1 !important;
}

.slick-prev, .slick-next {
  width: auto !important;
  height: auto;
}

.CR-contact-home-sec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
}

.show-desktop {
  display: block;
}
.show-mobile {
  display: none;
}

.CR-melia-villas-home-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
}
