/* 
  * Name: Viet Tech
  * Updated: Oct 13 2023 with Bootstrap v5.3.2
  * Design: Alex Carneiro
*/
.bg-body {
    background-color: #f7f9fc !important;
}
.button4 {
  display: block;
  background-color: rgba(200, 50, 0, 1);
  width: 75px;
  height: 50px;
  border: 2px dotted rgba(255, 255, 255, 1);
  border-radius:10px;
  overflow:hidden;
  transition: all .5s;
}
.button4:hover {
  width:50px;
  background-color: rgba(255, 255, 255, 1);
  border: 2px dotted rgba(200, 50, 0, 1);
  transform:rotate(90deg);
  cursor: pointer;
  transition: all .5s;
}
.button4-content {
  display:block;
  position:relative;
  width:75px;
  height:50px;
  font-family: arial;
  color: rgba(255, 255, 255, 1);
  font-weight:bold;
  font-size: 14px;
  line-height:45px;
  white-space:none;
  left:0px;
  transition: all .5s;
}
.button4:hover .button4-content {
  left:-103px;
  transition: all .5s;
}
.button4:active .button4-content:after {
  content:':o';
}
.button4-content:after {
  position: absolute;
  width:75px;
  height:50px;
  top: -1px;
  left:90px;
  content: ':(';
  font-size:45px;
  color: rgba(200, 50, 0, 1);
}
.carousel-indicators {
    padding: 0;
    margin: 0 10% 1rem 10% !important;
}
.carousel-indicators [data-bs-target] {
    height: 10px;
    margin: 2px;
    transition: all 0.5s ease;
    border-radius: 15px;
}
.carousel-indicators button {
    width: 25px;
    border-radius: 10px;
    background-color: white;
}

.carousel-indicators button.active {
    width: 50px;
    border-radius: 10px;
    background-color: crimson;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: crimson;
}
.carousel-control-prev-icon span,
.carousel-control-next-icon span {
    color: crimson;
    background-color: #000;
}
.card {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    position: relative;
}
.card::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #fff 0%, black 100%);
    z-index: 1;
    mix-blend-mode: multiply;
}
.card-body {
    position: absolute;
    z-index: 3;
}

.fixed-height {
    max-width: 576px;
    max-height: 767px;
}
.headlines a {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease;
}
.headlines a:hover {
    text-decoration: underline;
}
.img-clients {
    border: 1px solid darkgray;
    border-radius: 10% / 50%;
}
hr.style14 { 
    border: 0; 
    height: 2px; 
    background-image: -webkit-linear-gradient(left, #dc3545, #bb2d3b, #dc3545);
    background-image: -moz-linear-gradient(left, #dc3545, #bb2d3b, #dc3545);
    background-image: -ms-linear-gradient(left, #dc3545, #bb2d3b, #dc3545);
    background-image: -o-linear-gradient(left, #dc3545, #bb2d3b, #dc3545); 
}
hr.style15 {
    content: "";
    color: #bb2d3b;
    display: block;
    height: 2px;
    background-image: url(https://www.viet-tech.com.vn/assets/img/heart.png);
    background-position: 0 1.4em;
    background-size: 15px 9px;
    left: 45px;
    right: 0;
    bottom: 0;
    top: 30px;
}
.icons{
    display: flex;
    justify-content: center;
    gap: 1.5em;
}
.icons .icon {
    display: flex;
    gap: 0.3em;
}
.img-border {
    border: 2px solid #bb2d3b !important;
    border-radius: 25% / 10% !important;
}
.img-fluids {
  min-width: 100%;
  height: auto;
  max-width: -webkit-fill-available;
}
.slides-us {
    background: #f7f9fc !important;
    padding-top: inherit;
    padding-bottom: 0;
    margin: 1px 10px !important;
}
#slides-list .section {
    overflow: hidden;
    padding: 10px 0 10px 0;
}
.swiper-pagination-bullet {
    width: 1rem !important;
    border-radius: .5rem;
}
.swiper-pagination-bullet-active {
  width: 3rem !important;
  border-radius: .5rem;
}
.textJust {
  text-align: justify;
  text-justify: inter-word;
}
.testimonials {
    background: #f7f9fc !important;
}