
 .gallery-select {
    position: relative;
    z-index: 10;
}
.gallery_use.active {
    width: 100%;
}
.gallery-select img {
    border: medium none;
  display: inline-block;
}
.gallery-select .clearfix {
    margin-top: 0.5rem;
    box-shadow: 0px 0px 76px 0px rgba(13, 30, 68, 0.46);
}
.gallery-select ul li {
    width: 16.7%;
    height: 34rem;
    float: left;
    overflow: hidden;
    position: relative;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

.gallery-select ul li.active {
    width: 66.6%;
}

.gallery-select ul li.active .text h5 {
    left: 0;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}



.gallery-select ul li.active .text p {
    left: 0;
    opacity: 1;
    transition: all 0.5s ease 0.6s;
    -webkit-transition: all 0.5s ease 0.6s;
    -moz-transition: all 0.5s ease 0.6s;
    -ms-transition: all 0.5s ease 0.6s;
}

 .gallery-select ul li.active .text a {
    left: 0;
    opacity: 1;
    transition: all 0.5s ease 0.8s;
    -webkit-transition: all 0.5s ease 0.8s;
    -moz-transition: all 0.5s ease 0.8s;
    -ms-transition: all 0.5s ease 0.8s;
}

  .gallery-select ul li.active .text a span {
    font-size: 1.3rem;
    position: relative;
    top: 0.2rem;
}

  .gallery-select ul li.active .text .circle {
    opacity: 0;
}

  .gallery-select ul li.active .mask {
    opacity: 0;
    z-index: -1;
}

  .gallery-select ul li .text {
    position: absolute;
    top: 13%;
    left: 9%;
    z-index: 100;
}

  .gallery-select ul li .text h5 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #333a4a;
    font-weight: bold;
    position: relative;
    left: -1rem;
    opacity: 0;
}




  .gallery-select ul li .text p {
    font-size: 15px;
    line-height: 1.6rem;
    text-align: justify;
    margin-top: 2.5rem;
    width: 19rem;
    letter-spacing: 0px;
    color: #333a4a;
    position: relative;
    left: -1rem;
    opacity: 0;
}

  .gallery-select ul li .text a {
    display: inline-block;
    color: #333a4a;
    font-size: 0.85rem;
    line-height: 2rem;
    margin-top: 50%;
    position: relative;
    left: -1rem;
    opacity: 0;
}

  .gallery-select ul li .text a span {
    margin-left: 0.4rem;
}

  .gallery-select ul li .text a:before {
    content: '';
    width: 0;
    height: 2px;
    background: #333a4a;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

  .gallery-select ul li .text a:hover:before {
    width: 100%;
}

  .gallery-select ul li .text .circle {
    opacity: 1;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #333a4a;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 25%;
    bottom: 2rem;
    z-index: 21;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

  .gallery-select ul li .text .circle i {
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #333a4a;
}

  .gallery-select ul li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.gallery-select ul li .maskk{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   z-index: 80;
   transition: all 0.5s;
   background-color:rgba(18, 81, 133, 0.6);
}

.gallery-select ul li.active .maskk {
  background-color:rgba(18, 81, 133, 0);
}
  .gallery-select ul li .mask h5 {
    text-align: center;
    position: relative;
    top: 32%;
}

  .gallery-select ul li .mask h5 span {
    display: block;
    z-index: 21;
    color: #333a4a;
    font-size: 1.2rem;
}

  .gallery-select ul li:nth-child(2) .mask {
    background-repeat: no-repeat;
}

  .gallery-select ul li:nth-child(3) .mask {
    background-repeat: no-repeat;
}

 .gallery_use {
    width: 70%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

 .gallery_use.active {
    width: 100%;
}

@media screen and (max-width: 992px) {
      .gallery-select ul li .text a:hover:before {
        width: 0;
    }

      .gallery-select .big-title h3 {
        font-size: 1.8rem;
    }

      .gallery-select .big-title p {
        line-height: 2rem;
        font-size: 1.2rem;
    }

      .gallery-select .big-title {
        padding-top: 4rem;
        margin-bottom: 3rem;
    }

      .gallery-select ul li {
        width: 100%;
        height: 7rem;
    }

      .gallery-select ul li.active {
        width: 100%;
        height: 28.7rem;
    }

      .gallery-select ul li img {
        height: 40rem;
    }

      .gallery-select ul li .text p {
        font-size: 1.2rem;
        width: 17.4rem;
        line-height: 1.8rem;
    }

      .gallery-select ul li .text {
        left: 8%;
    }

      .gallery-select ul li .text a {
        margin-top: 20%;
        font-size: 1rem;
    }

      .gallery-select ul li .mask h5 span {
        display: inline;
        font-size: 1.4rem;
    }

      .gallery-select ul li .mask h5 {
        top: 50%;
        text-align: left;
        transform: translateY(-50%);
        padding-left: 8%;
        box-sizing: border-box;
    }

      .gallery-select ul li .text h5 {
        font-size: 1.8rem;
    }

      .gallery-select ul li .text .circle {
        left: 123%;
        bottom: 83%;
    }

      .gallery-select ul li .text .circle i {
        position: relative;
        top: -5px;
    }

     .mod {
        height: auto;
        padding: 0 1.5rem 50px;
        box-sizing: border-box;
    }
}


@media only screen and (max-width: 1450px)
{

#c_navigation_039-1641963694776 .e_container-1 {

    padding-left: 1%;
    padding-right: 1%;
}

}




@media only screen and (max-width: 768px){
.gallery-select ul li .text h5 {
    font-size: 1.6rem;
}

.gallery-select ul li .text p {
    font-size: 15px;
    width: 90%;
    line-height: 1.8rem;
}

}
