@charset "UTF-8";

.about-qoutes {
  position: relative;
  overflow: hidden;
  background: #fff7ed;
}

.about-qoutes__content {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.about-qoutes__content hr {
  flex: 0 0 auto;
  width: 0;
  margin: 0;
  margin-right: 30px;
  border-color: var(--bic-secondary-color);
  transition: width 1.25s ease-in-out;
}

.about-qoutes.show .about-qoutes__content hr {
  width: 300px;
}

.about-qoutes__content i {
  color: var(--bic-primary-color);
}

.about-qoutes__icon {
  position: absolute;
  bottom: calc(var(--bic-gap) * -1);
  right: 0;
  width: 22%;
}

.about-qoutes__icon svg {
  width: 100%;
  height: 100%;
}

.about-qoutes__content-text::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  background: url("https://demo3.bicweb.vn/wp-content/themes/thaihomes/assets/images/icons/icon_qoutes.svg")
    no-repeat center center;
  background-size: auto;
  background-size: 46px 35px;
  width: 46px;
  height: 35px;
}

.about-qoutes__content-text {
  max-width: 1080px;
}

.about-qoutes__content-text strong,
.about-qoutes__content-text b {
  font-weight: 700;
}

.about-intro__group {
  padding-right: 30px;
}

.about-intro__group .counter-item {
  display: flex;
  align-items: end;
}

.ContentBody.about-intro__descript {
  text-align: justify;
}

.about-intro__group .counter-item__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 85px;
  aspect-ratio: 1 / 1;
  background: var(--bic-primary-color);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.about-intro__group .counter-item-2 .counter-item__inner {
  background: var(--bic-secondary-color);
}

.about-intro__group .counter-item-3 .counter-item__inner {
  color: var(--bic-text-color);
  background: rgba(248, 156, 28, 0.2);
}

.about-intro__group .counter-item__count {
    display: flex;
  font-size: 60px;
  font-weight: bold;
  color: var(--bic-secondary-color);
}

.about-intro__group .counter-item-2 .counter-item__count {
  color: var(--bic-primary-color);
}

.about-intro .sec-head__title .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--bic-primary-color);
  font-size: 120px;
  white-space: nowrap;
  margin-bottom: 60px;
  margin-left: -90px;
}

@media only screen and (min-width: 768px) {
  .about-intro .sec-head__title .title > span:first-child {
    color: rgba(248, 156, 28, 0.2);
  }
}

.about-intro .sec-head__title .sub-title {
  font-size: 30px;
  line-height: 1.5;
  color: var(--bic-secondary-color);
}

.about-intro .sec-head__title .sub-title p {
  margin: 0;
}

.about-intro .sec-head__title .sub-title p:last-child {
  color: var(--bic-primary-color);
}

.ContentBody.about-intro__descript,
.ContentBody.about-intro__descript ul {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

.ContentBody.about-intro__descript ul li .icon {
  flex: 0 0 auto;
  width: 44px;
  margin-right: 24px;
  color: var(--bic-secondary-color);
}

.ContentBody.about-intro__descript ul li .icon svg {
  width: 100%;
  height: 100%;
}

.ContentBody.about-intro__descript ul li p:first-child {
  font-weight: 700;
  color: var(--bic-secondary-color);
  text-transform: uppercase;
}

.ContentBody.about-intro__descript ul li p:not(:last-child) {
  margin-bottom: 8px;
}

.ContentBody.about-intro__descript ul > li:not(:last-child) {
  margin-bottom: 30px;
}

.vmc-item__image {
  padding-top: 70%;
  background: transparent;
}

.vmc-item {
  height: auto;
}

.vmc-item__inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: var(--bic-border-radius);
  border: 1px solid var(--bic-border-color);
  background: linear-gradient(
    90deg,
    rgba(215, 215, 215, 0.64) 0%,
    rgba(249, 249, 249, 0.8) 35.1%,
    rgba(249, 249, 249, 0.8) 67.31%,
    rgba(215, 215, 215, 0.64) 89.9%
  );
}

.vmc-item__info {
  position: relative;
  text-align: center;
  padding: 0 27px;
  transform: translateY(-60px);
  transition: var(--bic-transition);
}

.vmc-item__inner:hover .vmc-item__info {
  transform: translateY(-90px);
}

.vmc-item__title {
  color: var(--bic-secondary-color);
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 24px 0 16px;
}

@media (min-width: 1025px) {
  .about-project .col-right {
    position: absolute;
    right: 0;
    flex: 0 0 32%;
    max-width: 32%;
  }
}

.project2-item__inner {
  overflow: hidden;
  border-radius: var(--bic-border-radius);
}

.project2-item__image {
  margin: 0;
}

.project2-item__info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  padding-top: 80px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
}

/* .project2-item__info .project-item__title{
    margin: 0;
} */

.project-item__meta-item {
  color: #fff;
}

.project2-item__info .project-item__link a {
  color: #fff;
  text-transform: uppercase;
}

.project-item__meta-item:not(:last-child) {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #fff;
}

.project-item__meta-item {
  margin-bottom: 0;
}

@media only screen and (min-width: 1801px) {
  .project-item__meta-item,
  .project-item__descript {
    font-size: 16px;
  }
  .project-item__link a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1537px) and (max-width: 1700px) {
  .about-qoutes__content-text::before {
    top: -50px;
    background-size: 30px 28px;
    width: 30px;
    height: 28px;
  }

  .about-intro .sec-head__title .sub-title {
    font-size: 24px;
  }

  .about-intro .sec-head__title .title {
    font-size: 90px;
    margin-bottom: 40px;
  }

  .ContentBody.about-intro__descript,
  .ContentBody.about-intro__descript ul {
    margin-top: 32px;
  }

  .about-intro__group .counter-item__inner {
    padding: 0 60px;
  }

  .about-intro__group .counter-item__count {
    font-size: 52px;
  }

  .about-qoutes.show .about-qoutes__content hr {
    width: 200px;
  }

  .about-qoutes__content-text {
    max-width: 810px;
  }

  .vmc-item__info {
    padding: 0 15px;
    transform: translateY(-50px);
  }

  .vmc-item__icon img {
    width: 70px;
    height: 70px;
  }

  .vmc-item__title {
    font-size: 24px;
    margin: 20px 0 10px;
  }

  .project2-item__info {
    padding: 20px;
  }

  .project-item__title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1536px) {
  .about-qoutes__content-text::before {
    top: -50px;
    background-size: 30px 28px;
    width: 30px;
    height: 28px;
  }

  .about-intro .sec-head__title .sub-title {
    font-size: 24px;
  }

  .about-intro .sec-head__title .title {
    font-size: 90px;
    margin-bottom: 40px;
  }

  .ContentBody.about-intro__descript,
  .ContentBody.about-intro__descript ul {
    margin-top: 32px;
  }

  .about-intro__group .counter-item__inner {
    padding: 0 60px;
  }

  .about-intro__group .counter-item__count {
    font-size: 52px;
  }

  .about-qoutes.show .about-qoutes__content hr {
    width: 200px;
  }

  .about-qoutes__content-text {
    max-width: 810px;
  }

  .vmc-item__info {
    padding: 0 15px;
    transform: translateY(-50px);
  }

  .vmc-item__icon img {
    width: 70px;
    height: 70px;
  }

  .vmc-item__title {
    font-size: 24px;
    margin: 20px 0 10px;
  }

  .project2-item__info {
    padding: 20px;
  }

  .project-item__title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .about-qoutes__content-text::before {
    top: -50px;
    background-size: 30px 28px;
    width: 30px;
    height: 28px;
  }

  .about-intro .sec-head__title .sub-title {
    font-size: 20px;
  }

  .about-intro .sec-head__title .title {
    font-size: 72px;
    margin-bottom: 32px;
  }

  .ContentBody.about-intro__descript,
  .ContentBody.about-intro__descript ul {
    margin-top: 32px;
  }

  .about-intro__group .counter-item__inner {
    padding: 0 60px;
  }

  .about-intro__group .counter-item__count {
    font-size: 42px;
  }

  .about-qoutes.show .about-qoutes__content hr {
    width: 200px;
  }

  .about-qoutes__content-text {
    max-width: 810px;
  }

  .vmc-item__info {
    padding: 0 15px;
    transform: translateY(-50px);
  }

  .vmc-item__icon img {
    width: 60px;
    height: 60px;
  }

  .vmc-item__title {
    font-size: 20px;
    margin: 20px 0 10px;
  }

  .project2-item__info {
    padding: 10px 15px;
  }

  .project-item__title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .project-item__descript {
    max-width: 85%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .about-intro__group {
    padding-right: 0;
  }

  .about .sec-head .sec-descript {
    max-width: 515px;
  }

  .about-intro .sec-head__title .sub-title {
    font-size: 18px;
  }

  .ContentBody.about-intro__descript,
  .ContentBody.about-intro__descript ul {
    margin-top: 20px;
  }

  .ContentBody.about__descript ul li:not(:last-child) {
    margin-bottom: 16px;
  }

  .ContentBody.about-intro__descript ul > li:not(:last-child) {
    margin-bottom: 20px;
  }

  .ContentBody.about-intro__descript ul li .icon {
    width: 32px;
    margin-right: 20px;
  }

  .ContentBody.about-intro__descript ul li .icon svg {
    stroke-width: 1px;
  }

  .about-intro__group .counter-item__inner {
    padding: 0 40px;
  }

  .about-intro .sec-head__title .title {
    font-size: 72px;
    margin-bottom: 30px;
  }

  .about-qoutes__content-text {
    max-width: 710px;
  }

  .about-qoutes.show .about-qoutes__content hr {
    width: 140px;
  }

  .project-item__title {
    font-size: 16px;
  }

  .project-item__meta-item,
  .project-item__descript {
    font-size: 12px;
  }

  .project2-item__info .project-item__link a {
    font-size: 12px;
  }

  .project2-item__image {
    padding-top: 50%;
  }

  .vmc-item__title {
    font-size: 18px;
  }

  .vmc-item__info {
    transform: translateY(-30px);
  }
}

@media only screen and (max-width: 1024px) {
  .about-intro__group {
    padding: 0;
  }

  .about-intro__group .counter-item__inner {
    padding-top: 15px;
    padding-bottom: 15px;
    aspect-ratio: unset;
  }

  .about-intro .sec-head__title .title {
    margin-top: var(--bic-gap);
  }

  .vmc-item__info {
    padding: 0 15px;
    transform: translateY(-30px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-qoutes__content-text::before {
    top: -30px;
    background-size: 24px 18px;
    width: 24px;
    height: 18px;
  }

  .about-intro__group {
    padding-right: 0;
  }

  .about .sec-head .sec-descript {
    max-width: 515px;
  }

  .about-intro .sec-head__title .sub-title {
    font-size: 18px;
  }

  .ContentBody.about-intro__descript,
  .ContentBody.about-intro__descript ul {
    margin-top: 20px;
  }

  .ContentBody.about__descript ul li:not(:last-child) {
    margin-bottom: 16px;
  }

  .ContentBody.about-intro__descript ul > li:not(:last-child) {
    margin-bottom: 20px;
  }

  .ContentBody.about-intro__descript ul li .icon {
    width: 32px;
    margin-right: 20px;
  }

  .ContentBody.about-intro__descript ul li .icon svg {
    stroke-width: 1px;
  }

  .about-intro__group .counter-item__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-intro .sec-head__title .title {
    font-size: 46px;
    margin-bottom: 30px;
    margin-left: 80px;
  }

  .about-qoutes__content-text {
    max-width: 710px;
  }

  .about-qoutes.show .about-qoutes__content hr {
    width: 100px;
    margin-right: 20px;
  }

  .about-intro__group .counter-item__count {
    font-size: 46px;
  }

  .vmc-item__title {
    font-size: 18px;
    margin: 16px 0 10px;
  }

  .vmc-item__icon img {
    width: 46px;
    height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .about-qoutes__content-text::before {
    top: -30px;
    background-size: 24px 18px;
    width: 24px;
    height: 18px;
  }

  .about-qoutes.show .about-qoutes__content hr {
    display: none !important;
  }

  .about-intro .sec-head__title .title {
    font-size: 28px;
    margin-bottom: 20px;
    margin-left: 0;
    color: var(--bic-secondary-color);
  }

  .about-intro .sec-head__title .sub-title {
    font-size: 18px;
  }

  .ContentBody.about-intro__descript,
  .ContentBody.about-intro__descript ul {
    margin-top: 20px;
  }

  .vmc-item__title {
    font-size: 18px;
    margin: 16px 0 10px;
  }

  .vmc-item__icon img {
    width: 46px;
    height: 46px;
  }

  .vmc-item__inner:hover .vmc-item__info {
    transform: translateY(-30px);
  }
}

@media only screen and (max-width: 480px) {
  .about-qoutes {
    padding-top: 60px;
  }

  .about-intro {
    padding-bottom: 20px;
  }

  .about-intro__group .counter-item__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-intro__group .counter-item__count {
    font-size: 40px;
  }

  .about-intro .sec-head__title .sub-title {
    font-size: 16px;
  }

  .about-intro .sec-head__title .title {
    font-size: 22px;
  }

  .about-vmc .sec-head__title .title {
    font-size: 24px;
  }

  .project2-item__info {
    padding: 15px;
    padding-top: 60px;
  }
}
