

.room-wrap {
  width: 100%;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .room-wrap .img {
    width: 100%;
    height: 400px;
    display: block; }
  .room-wrap .half {
    width: 100%;
    position: relative; }
    .room-wrap .half:after, .room-wrap .half:before {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .room-wrap .half.left-arrow:after {
      position: absolute;
      top: 50%;
      left: -15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 15px 12px 0;
      border-color: transparent #fff transparent transparent; }
    .room-wrap .half.right-arrow:after {
      position: absolute;
      top: 50%;
      right: -15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 12px 15px;
      border-color: transparent transparent transparent #fff; }
  .room-wrap .text {
    width: 100%; }
    .room-wrap .text .star span {
      color: #3a7198;
      margin: 0 4px; }
    .room-wrap .text h2 {
      color: #3a7198;
      font-size: 40px; }
    .room-wrap .text h3 {
      font-size: 30px;
      margin-bottom: 5px; }
      .room-wrap .text h3 a {
        color: #000000; }
    .room-wrap .text span.price {
      font-size: 18px;
      color: #3a7198;
      position: relative; }
    .room-wrap .text span.per {
      font-size: 14px;
      color: #666666; }
    .room-wrap .text .list-accomodation {
      margin: 0 0 10px 0;
      padding: 0; }
      .room-wrap .text .list-accomodation li {
        list-style: none; }
        .room-wrap .text .list-accomodation li span:first-child {
          color: #000000; }
    .room-wrap .text .btn-custom {
      display: inline-block;
      color: #000000;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
  .room-wrap:hover, .room-wrap:focus {
    background: #d8d8d7; }
   
