.testimonial__text {
  font-size: 20px;
  line-height: 26px;
  text-align: justify;
  padding: 0 15px;
}

.testimonial__author::after {
  display: none;
}

#footer-logo {
  position: relative;
  display: block;
  width: 76px;
  height: 76px;
  background-color: #fff;
  border-radius: 50%;
}
#footer-logo img {
  position: absolute;
  top: 14px;
  left: 14px;
}
.slideshow-slide-image::after {
  background: none;
  opacity: 0;
}
.slideshow-slide-image::before {
  opacity: 0;
  background-color: transparent;
}

button:focus {
  outline: 0;
}

#imghome::before {
  background-image: url("/_resources/themes/v1/images/dot-black.png");
}

#about-us-1 .image-container {
  background-image: url("/_resources/themes/v1/images/bg-about.jpg");
}

#about-us-2 .image-container {
  background-image: url("/_resources/themes/v1/images/bg-about-1.jpg");
}

.logo-box {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
}
.logo-box img {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 31px !important;
  height: 31px !important;
}

#our-vision p {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}

ul.list-menu li {
  margin-left: 0 !important;
}

footer .right {
  font-size: 0.7rem;
}
footer .right .search-container {
  width: auto;
  margin: 0;
  padding-top: 25px;
}

.owl-carousel .owl-nav button {
  z-index: 100;
}

.stiky-detail {
  right: 100px;
  bottom: 0;
  background-color: rgba(21, 21, 21, 0.7);
}
.stiky-detail .detaillist {
  background-color: transparent;
}
.stiky-detail .detaillist span {
  border-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .stiky-detail .detaillist {
    display: block;
    padding: 0;
  }
}
