.highlight {
  min-height: 500px;
}

.con-b {
  background-color: white;
  position: relative;
}

.box-swap {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 750px;
}

.box-swap .line {
  border: 1px solid #0A4B31;
  height: 70px;
}

@media (max-width: 767.98px) {
  .box-swap .line {
    display: none;
  }
}

.box-swap:nth-child(odd) .line {
  margin-left: 10px;
}

.box-swap:nth-child(odd) .box-text {
  text-align: right;
}

@media (max-width: 767.98px) {
  .box-swap:nth-child(odd) .box-text {
    text-align: center;
  }
}

.box-swap:nth-child(even) .line {
  margin-right: 10px;
}

.box-swap:nth-child(even) .box-text {
  order: 2;
}

.box-swap:nth-child(even) .box-img {
  order: 1;
}

@media (max-width: 767.98px) {
  .box-swap .box-text {
    margin: 15px 0px;
    order: 2;
    text-align: center;
  }
}

.box-swap .box-img {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767.98px) {
  .box-swap .box-img {
    order: 1;
  }
}

.pallex {
  color: white;
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.b-hover:hover {
  background-size: 100%;
  background-color: white;
}

.background-new {
  display: flex;
  position: relative;
  color: white;
  transition: all 0.2s ease-in-out;
  background-size: 115%;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: background-size 0.275s ease-in-out;
  flex-grow: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 991px) {
  .background-new {
    height: 250px;
  }
}

@media (max-width: 768.98px) {
  .background-new {
    height: 240px;
  }
}

.background-new:hover {
  background-size: 100%;
}

.background-new.more {
  height: 290px;
}

@media (max-width: 991px) {
  .background-new.more {
    height: 200px;
  }
}

@media (max-width: 768.98px) {
  .background-new.more {
    height: 240px;
  }
}

.background-new .b-detail {
  position: absolute;
  width: 100%;
  height: 100%;
}

.background-new .b-detail .box {
  display: flex;
  padding: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.background-new .b-detail a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  border-width: 0 0 1px;
  border-style: solid;
}

.owl-carousel {
  max-width: 750px;
  margin: auto;
}

.owl-carousel .owl-item .item {
  color: white;
}

.owl-carousel .owl-item img {
  width: 150px !important;
  height: 140px;
  margin: auto;
  margin-top: 70px;
  border-radius: 100%;
}

.owl-carousel .owl-item.center img {
  width: 250px !important;
  margin-top: 0px;
  height: 240px;
}

@media (max-width: 575.98px) {
  .owl-carousel .owl-item.center img {
    width: 200px !important;
    height: 190px;
  }
}

@media (max-width: 575.98px) {
  .carousel-title {
    font-size: 1.2rem;
  }
}

