.acc-content ul {
  list-style: none;
  width: 100%;
  position: relative;
  justify-content: center; }
  .acc-content ul li {
    list-style-type: none;
    float: left;
    display: inline; }
    .acc-content ul li .acc-info {
      height: 700px; }
      .acc-content ul li .acc-info .img-info {
        width: 100px;
        padding: 5px; }
        .acc-content ul li .acc-info .img-info img {
          border-radius: 5px;
          width: 100%;
          height: 700px;
          object-fit: cover; }
      .acc-content ul li .acc-info .text-desc {
        position: relative;
        height: 500px;
        z-index: 10px;
        writing-mode: vertical-rl;
        text-align: center;
        bottom: 505px;
        width: 91px;
        right: -4px;
        border-radius: 5px;
        background-color: #28333B;
        opacity: 0.5; }
        .acc-content ul li .acc-info .text-desc .title {
          color: #fff;
          width: 100%;
          position: absolute;
          top: -150px;
          right: 45%;
          bottom: 0px;
          left: 0px;
          margin: auto; }
          .acc-content ul li .acc-info .text-desc .title img {
            background-color: #fff;
            border-radius: 100%;
            width: 50px;
            opacity: 1;
            margin-bottom: 15px; }
        .acc-content ul li .acc-info .text-desc .desc {
          display: none; }
  .acc-content ul .active .acc-info {
    width: 100%; }
    .acc-content ul .active .acc-info .img-info {
      width: 100%;
      padding: 5px; }
    .acc-content ul .active .acc-info .text-desc {
      position: relative;
      height: 100px;
      z-index: 10px;
      padding: 25px 20px;
      width: 98.5%;
      writing-mode: horizontal-tb;
      text-align: left;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      left: 5px;
      top: -105px;
      opacity: 0.5;
      background-color: #28333B;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px; }
      .acc-content ul .active .acc-info .text-desc .title {
        top: 0px;
        color: #fff;
        position: none;
        position: relative; }
        .acc-content ul .active .acc-info .text-desc .title img {
          display: none; }
      .acc-content ul .active .acc-info .text-desc .desc {
        display: block;
        color: #fff; }
.acc-content .clear-float {
  clear: both; }

@media screen and (max-width: 1600px) {
  .acc-content ul li .acc-info {
    height: 500px; }
    .acc-content ul li .acc-info .img-info {
      width: 100px;
      padding: 5px; }
      .acc-content ul li .acc-info .img-info img {
        border-radius: 5px;
        width: 100%;
        height: 500px;
        object-fit: cover; } }
@media screen and (max-width: 768px) {
  .acc-content {
    min-width: 100% !important;
    width: 100%; }
    .acc-content ul li {
      list-style-type: none;
      width: 100%;
      clear: both;
      margin: 2px 0px; }
      .acc-content ul li .acc-info {
        height: 60px; }
        .acc-content ul li .acc-info .img-info {
          display: none; }
        .acc-content ul li .acc-info .text-desc {
          width: 100%;
          height: 60px;
          text-align: left;
          position: static;
          writing-mode: horizontal-tb;
          background-color: transparent; }
          .acc-content ul li .acc-info .text-desc .title {
            position: static;
            padding-left: 20%;
            height: 100%;
            display: flex;
            align-items: center;
            background-image: linear-gradient(to right, #2FA5D6, #8EBD4A);
            color: #fff; }
            .acc-content ul li .acc-info .text-desc .title img {
              width: 35px;
              height: 35px;
              vertical-align: middle;
              margin-bottom: 0px;
              margin-right: 20px; }
            .acc-content ul li .acc-info .text-desc .title strong {
              font-size: 14px; }
          .acc-content ul li .acc-info .text-desc .desc {
            display: none; }
    .acc-content ul .active .acc-info {
      width: 100% !important;
      height: 210px; }
      .acc-content ul .active .acc-info .img-info {
        width: 100% !important;
        display: block; }
        .acc-content ul .active .acc-info .img-info img {
          position: static;
          height: 200px;
          width: 100%; }
      .acc-content ul .active .acc-info .text-desc {
        width: 97%;
        top: -80px;
        padding: 5px;
        height: 40px; }
        .acc-content ul .active .acc-info .text-desc .title {
          position: relative;
          background-image: none;
          padding-left: 0px;
          font-size: 14px; }
          .acc-content ul .active .acc-info .text-desc .title img {
            display: none; }
        .acc-content ul .active .acc-info .text-desc .desc {
          display: block;
          width: 101%;
          height: 40px;
          font-size: 12px;
          border-radius: 0 0 5px 5px;
          background-color: #28333B; } }

/*# sourceMappingURL=accordion.css.map */
