.hero-2 h2, .hero-2 .h2 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .hero-2 h2, .hero-2 .h2 {
        font-size: 20px; } }

.text-color-black {
    color: #000
}

.image-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  min-height: 670px;
}
.test {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.7;
}
.button-custom {
  padding: 5px;
  position: absolute;
  top: 45%;
  opacity: 0.5;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);;
}
.btn-pre {
  left: 15px;
}
.btn-next {
  right: 15px;
}
.fb-custom {
    height: 80px;
    max-width: 100%;
}
.fb-icon {
    position: absolute;
    left: 15px;
    top: 3px;
    width: 30px;
    height: 30px;
    z-index: 2;
}
.fb-icon-ct {
    position: absolute;
    left: 5px;
    top: 5px;
    color: rgba(5, 62, 160, 0.93);
    border-radius: 5px;
    z-index: 2;
}
.text-fb-custom {
    width: 150px;
    position: absolute;
    left: 50px;
    top: 10px;
    font-weight: 900;
    color: #ffff;
    font-size: 14px;
    z-index: 2;

}
.witdth-ct {
    width: 200px;
    position: relative;
    max-width:230px;
    max-height:95px;
    width: auto;
    height: auto;

}
.img-ct {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/cover.jpeg");
    max-width:230px;
    max-height:95px;
    z-index: 1;
}
.fb-content-ct {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 100%;
    z-index: 2;
}
.ct-2 {
    margin-bottom: 20px;
    height: 100px;
}

.img-ct:hover {
    opacity: 0.6;
}
.custom-font {
    font-size: calc(1.3rem + 0.6vw) !important;
}

/* PHONE CALL*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
  }
  .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  .hotline-phone-ring-circle {
      width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ff8c1a;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
  }
  .hotline-phone-ring-circle-fill {
      width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: #ff9933;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .hotline-phone-ring-img-circle {
      background-color: #ff8000;
      width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hotline-phone-ring-img-circle .pps-btn-img {
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hotline-phone-ring-img-circle .pps-btn-img img {
      width: 20px;
      height: 20px;
  }
  .hotline-bar {
    position: absolute;
    background: #ff9933;
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
  }
  .hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
  }
  .hotline-bar > a:hover,
  .hotline-bar > a:active {
    color: #fff;
  }
  @-webkit-keyframes phonering-alo-circle-anim {
    0% {
      -webkit-transform: rotate(0) scale(0.5) skew(1deg);
      -webkit-opacity: 0.1;
    }
    30% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      -webkit-opacity: 0.5;
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      -webkit-opacity: 0.1;
    }
  }
  @-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.6;
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.6;
    }
  }
  @-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
@media (max-width: 574px) {
    .img-fluid-project {
        max-width: 100%;
        max-height: 500px;
    }
  }

@media (min-width: 575px) {
    .img-fluid-project {
        width: auto;
        height: 250px;
    }
}
@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
    .btn-ct-2 {
        position: absolute;
        width: 95%;
        text-align: center;
        bottom: 15px;
    }
    .img-ct-1 {
        text-align:center;
        max-height: 400px;
        width: auto;
    }
}
@media (min-width: 769px) {
    .btn-ct-2 {
        margin-top: 10px;
        position: absolute;
        bottom: 15px;
        width: 95%;
        text-align: center;
    }
    .img-ct-1 {
        text-align:center;
        height: 300px;
    }
    .img-fluid-project {
        width: auto;
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .btn-ct-2 {
        position: absolute;
        width: 95%;
        text-align: center;
        bottom: 25px;
    }
    .img-ct-1 {
        text-align:center;
    }
    .img-fluid-project {
        width: auto;
        height: 350px;

    }
}

.truncate-to-multi-lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 95px;
}

.btn-ct {
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.title-to-multi-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 47px;
}

.card-ct-1 {
    position: relative;
}

.single-portfolio-1 {
    text-align: center;
}
.el-text-ct {
    line-height: 2;
    font-size: 17px;
}
.banner-text-ct {
    width: 100%;
}
