.seo {
  text-indent: 100%;
  overflow: hidden;
  height: 0;
  white-space: nowrap;
  margin: 0;
}

.banner {
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .banner {
    height: 330px;
  }
}
@media (max-width: 575px) {
  .banner {
    height: 230px;
    position: absolute;
    z-index: 1;
  }
}

#pills-tab {
  position: sticky;
  top: 65px;
  z-index: 10;
  background: #fff;
  padding: 15px 0;
}
@media (max-width: 991px) {
  #pills-tab {
    top: 55px;
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  #pills-tab {
    margin-top: 80px;
  }
}
#pills-tab.is-sticky {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  #pills-tab .nav-item {
    width: 25%;
  }
}
#pills-tab .nav-link {
  padding: 1rem 2.5rem;
  color: #727679;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  #pills-tab .nav-link {
    padding: 1rem 1.8rem;
  }
}
@media (max-width: 767px) {
  #pills-tab .nav-link {
    width: 100%;
    padding: 1.3rem;
  }
}
@media (max-width: 575px) {
  #pills-tab .nav-link {
    padding: 1.3rem 0.5rem;
  }
}
#pills-tab .nav-link.active {
  color: #EE7800 !important;
  border-bottom: 2px solid #EE7800;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#pills-tab .nav-link:hover {
  color: #EE7800 !important;
}

.info-card {
  padding: 1rem;
  color: #727679;
  text-align: center;
  background-color: rgba(244, 244, 244, 0.8);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(-150px);
  line-height: 1.5;
}
@media (max-width: 575px) {
  .info-card {
    transform: none;
    background-color: #F4F4F4;
    box-shadow: none;
  }
}
.info-card h2 {
  font-size: 2rem;
  font-weight: bold;
}
.info-card h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.info-card strong {
  display: block;
  font-weight: bold;
  font-size: 0.9rem;
}
.info-card .designer-img {
  width: 200px;
  height: 200px;
  border: 3px solid #FFF;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: relative;
  z-index: 10;
}
.info-card #approve {
  color: red;
  font-weight: 500;
}
.info-card .basics-list li,
.info-card .branch-list li,
.info-card .terms-list li {
  display: flex;
  font-size: 0.9rem;
  line-height: 2;
}
.info-card .basics-list li a,
.info-card .branch-list li a,
.info-card .terms-list li a {
  color: #727679;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
  transition: all 0.1s;
}
.info-card .basics-list li a:hover,
.info-card .branch-list li a:hover,
.info-card .terms-list li a:hover {
  color: #EE7800;
}
.info-card .basics-list li a,
.info-card .basics-list li span,
.info-card .branch-list li a,
.info-card .branch-list li span,
.info-card .terms-list li a,
.info-card .terms-list li span {
  width: 100%;
  text-align: left;
}
.info-card .basics-list li p,
.info-card .branch-list li p,
.info-card .terms-list li p {
  width: 75px;
  white-space: nowrap;
  flex-shrink: 0;
}
.info-card .branch-list .title {
  width: 95px;
  display: flex;
  justify-content: end;
}
.info-card .branch-list li {
  flex-direction: column;
}
.info-card .branch-list li p {
  width: auto;
}
.info-card .terms-list span {
  width: 65%;
  text-align: left;
}
.info-card .sub-title {
  color: #AAAAAA;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
}

.has-freecall li:first-child a {
  color: #EE7800;
  font-weight: bold;
}

@media (max-width: 575px) {
  .info-content {
    position: relative;
    top: 100px;
  }
}

@media (max-width: 575px) {
  .designers-content {
    padding: 0;
    background-color: #F4F4F4;
  }
}

.media-list {
  display: flex;
  justify-content: space-around;
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.media-list img {
  width: 100%;
}
.media-list a,
.media-list span {
  width: 15%;
}

.lists-card .card-title {
  font-size: 1.125rem;
  line-height: 1.2;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-weight: bold;
  color: #727679;
}
.lists-card .card-img {
  overflow: hidden;
  position: relative;
}
.lists-card .card-img:hover .cover-img {
  transform: scale(1.1);
}
.lists-card .card-img .cover-img {
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s;
}
.lists-card .card-img .play-img {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lists-card ul {
  display: flex;
  flex-wrap: wrap;
}
.lists-card ul a {
  display: block;
  margin: 0.5rem 0.5rem 0 0;
  color: #727679;
  transition: all 0.3s;
  font-size: 0.9rem;
}
.lists-card ul a:hover {
  color: #ffac73;
}

@media (max-width: 767px) {
  #company-block {
    margin-bottom: 150px;
  }
}
#company-block .content {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#company-block .content h4 {
  margin-bottom: 0.3rem;
  color: #aaaaaa;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 575px) {
  #company-block .content h4 {
    font-size: 1.25rem;
  }
}
#company-block .content p {
  color: #43484c;
}
#company-block .content strong {
  font-weight: bold;
}
#company-block .content span a {
  font-size: 0.875rem;
}

.swal2-title {
  padding-bottom: 0.3rem;
}

.more {
  margin: 1.5rem auto;
  color: #FFAC73;
  text-align: center;
  cursor: pointer;
}

.free-call {
  display: flex;
  position: fixed;
  bottom: 70px;
  z-index: 10;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.9) 100%);
}
.free-call a {
  display: inline-block;
  padding: 0.8rem 1rem;
  color: #fff;
  background-color: #EE7800;
  border-color: #EE7800;
  border-radius: 5px;
}

.search-btn-filter {
  position: absolute;
  top: -40px;
  right: 0;
}
@media (max-width: 575px) {
  .search-btn-filter {
    top: -33px;
    right: 22px;
  }
}
.search-btn-filter button {
  color: #727679;
  font-size: 0.875rem;
}/*# sourceMappingURL=style.css.map */