.banner-about::after, .message .message-img::before {
  content: "";
  position: absolute;
  background: url(../../images/icons/green-dot.svg);
  background-repeat: no-repeat;
  width: 234px;
  height: 135px;
}

.banner-about::before, .philosophy .philo-img::before, .philosophy .philo-img-2::before, .credo::before, .team::before, .office-tour__content-container:before, .office-tour__content-container:after {
  content: "";
  position: absolute;
  background: url(../../images/icons/green-circle.svg);
  background-repeat: no-repeat;
  width: 275px;
  height: 125px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  background: var(--tdblack);
  opacity: 0.9;
}

.swiper-pagination-bullet-active {
  background: var(--tdgreen);
}

.banner-about {
  position: relative;
}
.banner-about::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 73px;
  top: 41%;
  left: -7%;
}
.banner-about::after {
  width: 190px;
  right: 15px;
  bottom: -65px;
}
.banner-about .full-height {
  height: 100%;
}
.banner-about .banner-img {
  height: 100%;
  object-fit: cover;
}
.banner-about .banner-desc {
  color: var(--footer-bg);
  padding-left: 130px;
  padding-right: 50px;
}
.banner-about .title {
  font-size: 54px;
  font-weight: 600;
}
@media (min-width: 1367px) {
  .banner-about .title {
    font-size: 64px;
  }
}

.philosophy {
  position: relative;
  overflow: hidden;
}
.philosophy .main-title {
  top: 716px;
}
.philosophy .description-container .section-title {
  margin-bottom: 30px;
}
.philosophy .description-container .desc {
  font-size: 20px;
}
.philosophy .philosophy-header {
  margin-bottom: 30px;
}
.philosophy .philosophy-container {
  padding: 30px 0;
}
.philosophy .philo-img {
  position: relative;
  z-index: 10;
}
.philosophy .philo-img::before {
  right: -150px;
  bottom: -4px;
  z-index: -1;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.philosophy .philo-img-2 {
  position: relative;
  z-index: 10;
}
.philosophy .philo-img-2::before {
  right: -60px;
  bottom: -50px;
  z-index: -1;
}
.philosophy .philosophy-content {
  margin-top: 20px;
}
.philosophy .text-container {
  margin-top: -10px;
}
.philosophy .text-container.with-margin {
  margin-top: 30px;
}
.philosophy .text-container p {
  line-height: 1.9;
  margin-bottom: 30px;
}
.philosophy .text-container p:last-child {
  margin-bottom: 0;
}

.vission-content {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .vission-content {
    margin-bottom: 30px;
  }
}

.mission {
  overflow: hidden;
  position: relative;
  background-color: var(--green-light);
}
.mission .main-title {
  top: -216px;
}
.mission .mission-content,
.mission .vission-content {
  padding: 35px 0;
}
.mission .item-title {
  color: var(--tdgreen);
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mission .item-desc {
  font-size: 32px;
}
.mission__item {
  position: relative;
  margin: 0;
  padding: 30px 0;
  font-size: 30px;
}
.mission__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: var(--tdgray);
}
.mission__item:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--tdgray);
}
@media screen and (min-width: 1367px) {
  .mission__item:before {
    right: -30px;
    left: -30px;
  }
  .mission__item:last-child:after {
    right: -30px;
    left: -30px;
  }
}
@media screen and (max-width: 1199px) {
  .mission__item {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .mission__item {
    font-size: 20px;
  }
}

.credo {
  position: relative;
  overflow: hidden;
}
.credo .mission-content,
.credo .vission-content {
  padding: 35px 0;
}
@media only screen and (max-width: 575.98px) {
  .credo .vission-content {
    padding: 0px 0px 24px;
  }
}
.credo::before {
  top: -2%;
  left: 0;
}
.credo .main-title {
  top: 456px;
}
.credo .credo-header .desc {
  font-size: 28px;
  font-weight: 600;
  color: var(--footer-bg);
}
.credo .credo-img {
  width: 88px;
  height: 88px;
}
.credo .item {
  margin-top: 60px;
}
@media only screen and (max-width: 575.98px) {
  .credo .item {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .credo .item:last-child {
    margin-bottom: 0px;
  }
}
.credo .down-content {
  margin-top: 120px;
}
.credo .up-content {
  margin-top: 0;
}
.credo .item-title {
  color: var(--tdgreen);
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.credo .item-desc {
  margin-bottom: 0;
}

.credo-content__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 74px;
}
.credo-content__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.credo-content__image-container:before {
  content: "";
  display: block;
  padding-top: 135.1351351351%;
}
.credo-content__image-container {
  display: block;
}
.credo-content__title {
  color: var(--tdgreen);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.credo-content__desc {
  margin-bottom: 10px;
}
.credo-content__hash {
  margin: 0;
  color: var(--tdgreen);
}

.message {
  position: relative;
  overflow: hidden;
  background-color: var(--green-light);
}
.message .main-title {
  top: -176px;
}
.message .section-title {
  line-height: 1.2;
  margin-bottom: 30px;
}
.message .message-img {
  position: relative;
  z-index: 10;
}
.message .message-img::before {
  left: -105px;
  bottom: -4px;
  z-index: -1;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.message .message-content {
  padding-top: 70px;
  padding-bottom: 50px;
}
.message .message-content .main-title {
  margin-bottom: 15px;
}
.message .desc p {
  margin-bottom: 30px;
}
.message .item-name {
  font-size: 20px;
  font-weight: 500;
  color: var(--tdgreen);
  margin-bottom: 0;
}

.team {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
.team::before {
  top: -5%;
  right: -5%;
}
.team .team-header {
  padding-bottom: 60px;
}
.team .section-title {
  margin-bottom: 25px;
}
.team .item-number {
  font-size: 72px;
  font-weight: 600;
  color: var(--tdgreen);
}
.team .item-desc {
  font-size: 18px;
}
.team .img-container {
  position: relative;
  float: left;
  width: 12.5%;
  overflow: hidden;
}
.team .member-detail {
  position: absolute;
  background-color: rgba(249, 253, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.team .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team .name {
  font-size: 18px;
  font-weight: 600;
  color: var(--tdgreen);
}
.team .division {
  font-size: 14px;
}
.team__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.team__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.team__image-container:before {
  content: "";
  display: block;
  padding-top: 147.6510067114%;
}

.location {
  position: relative;
  overflow: hidden;
}
.location .swiper-container {
  overflow: visible;
}
.location .location-header {
  padding-bottom: 40px;
}
@media only screen and (max-width: 575.98px) {
  .location .location-header {
    padding-bottom: 17px;
  }
}
.location .location-content {
  margin-bottom: 30px;
}
.location .location-detail {
  margin-top: 15px;
}
.location .item-title {
  font-size: 52px;
  font-weight: 600;
  color: var(--footer-bg);
}
@media only screen and (max-width: 575.98px) {
  .location .item-title {
    font-size: 24px;
  }
}
.location .detail {
  position: relative;
  padding-left: 30px;
}
.location .address {
  position: relative;
  font-size: 16px;
  margin-bottom: 0;
}
.location .address::before {
  content: " ";
  position: absolute;
  background: url(../../images/icons/pin.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  top: 3px;
  left: -30px;
  background-position: center;
}
.location .phone-number {
  position: relative;
  font-size: 16px;
  margin-bottom: 0;
}
.location .phone-number::before {
  content: "";
  position: absolute;
  background: url(../../images/icons/call.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
}
.location .map-btn {
  display: inline-block;
  font-size: 18px;
  color: var(--tdgreen);
  transition: all 0.3s ease;
}
.location .map-btn:hover, .location .map-btn:active, .location .map-btn:focus, .location .map-btn:active:hover, .location .map-btn:active:focus {
  color: var(--tdblack);
  text-decoration: none;
}
.location__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.location__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location__image-container:before {
  content: "";
  display: block;
  padding-top: 71.875%;
}

.page-location {
  bottom: 20px;
  position: absolute;
}

.office-tour {
  padding: 60px 0;
}
.office-tour__title {
  margin-bottom: 53px;
}
@media only screen and (max-width: 991.98px) {
  .office-tour__title {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .office-tour__title {
    margin-bottom: 32px;
  }
}
.office-tour__content-container {
  position: relative;
  z-index: 1;
}
.office-tour__content-container:before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 575.98px) {
  .office-tour__content-container:before {
    top: 42px;
  }
}
.office-tour__content-container:after {
  z-index: -1;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
}
.office-tour__video-container {
  position: relative;
  width: 100%;
  display: block;
}
.office-tour__video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-tour__video-container:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

@media (min-width: 992px) {
  .banner-about .full-height {
    min-height: 550px;
  }
}
@media (min-width: 1200px) {
  .credo .section-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .banner-about::before {
    top: 45%;
    left: -12%;
  }
  .banner-about .banner-desc {
    padding-left: 60px;
    padding-right: 25px;
  }
  .philosophy .main-title {
    top: 516px;
  }
  .philosophy .description-container .desc {
    font-size: 18px;
  }
  .philosophy .philosophy-content {
    margin-top: 10px;
  }
  .philosophy .text-container {
    margin-top: -10px;
  }
  .philosophy .text-container.with-margin {
    margin-top: 15px;
  }
  .philosophy .text-container p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mission .main-title {
    top: -126px;
  }
  .mission .item-title {
    font-size: 20px;
  }
  .mission .item-desc {
    font-size: 24px;
  }
  .credo .main-title {
    top: 326px;
  }
  .credo .credo-header .desc {
    font-size: 24px;
  }
  .credo .item-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .credo .item-desc {
    font-size: 14px;
  }
  .message .main-title {
    top: -76px;
  }
  .message .message-content {
    padding-top: 40px;
  }
  .message .section-title {
    margin-bottom: 15px;
  }
  .message .desc p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .message .item-name {
    font-size: 18px;
  }
  .message .item-desc {
    font-size: 14px;
  }
  .team .item-number {
    font-size: 48px;
  }
  .team .item-desc {
    font-size: 14px;
  }
  .location .item-title {
    font-size: 36px;
  }
  .location .address {
    font-size: 14px;
  }
  .location .map-btn {
    font-size: 16px;
  }
  .location .phone-number {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  .banner-about::before, .banner-about::after {
    content: none;
  }
  .banner-about .images {
    padding-top: calc(var(--img-height) / var(--img-width) * 100%);
  }
  .banner-about .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .philosophy::before {
    top: 25%;
    left: 31%;
  }
  .philosophy .main-title {
    margin-top: 40px;
    top: 0;
  }
  .philosophy .philosophy-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    padding: 0 15px;
  }
  .philosophy .philo-img, .philosophy .philo-img-2 {
    margin: 0 -15px;
  }
  .philosophy .philo-img::before, .philosophy .philo-img-2::before {
    content: none;
  }
  .philosophy .text-container {
    margin-top: 0;
  }
  .mission .main-title {
    top: 0;
  }
  .credo::before {
    top: -2.75%;
    left: auto;
    right: 0;
  }
  .credo .main-title {
    margin-bottom: 40px;
    top: 0;
  }
  .credo .down-content {
    margin-top: 60px;
  }
  .credo .up-content {
    margin-top: 60px;
  }
  .credo .item-title {
    font-weight: 600;
  }
  .message::before {
    left: -4%;
    bottom: 53%;
  }
  .message .main-title {
    top: 0;
  }
  .team::before {
    height: 95px;
    right: 0;
    top: -2.5%;
    width: 175px;
  }
  .team .img-container {
    width: 25%;
  }
  .location::before {
    bottom: -7.5%;
    width: 178px;
    z-index: 1;
  }
  .mision .main-title {
    left: 67%;
  }
  .office-tour {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .philosophy .main-title {
    left: -39%;
  }
  .philosophy .description-container .desc {
    font-size: 16px;
  }
  .philosophy .philosophy-content {
    padding: 0;
  }
  .philosophy .text-container.with-margin {
    margin-top: 15px;
  }
  .philosophy .text-container p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mission .main-title {
    left: -35%;
  }
  .mission .item-title {
    font-size: 20px;
  }
  .mission .item-desc {
    font-size: 24px;
  }
  .credo::before {
    top: -3%;
    left: -21%;
  }
  .credo .credo-header .desc {
    font-size: 24px;
  }
  .credo .item-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .message::after {
    content: none;
  }
  .message .message-img::before {
    left: -65px;
    bottom: 10px;
  }
  .message .message-content {
    padding-bottom: 0;
  }
  .team .item-number {
    font-size: 56px;
  }
  .team .item-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .team .name {
    font-size: 14px;
  }
  .location::before {
    bottom: -7.5%;
  }
  .page-location .main-desc {
    font-size: 16px;
  }
  .office-tour {
    padding: 24px 0;
  }
}
@media screen and (max-width: 320px) {
  .banner-about .images {
    height: 320px;
  }
  .philosophy .description-container .desc {
    font-size: 16px;
  }
  .mission .mission-content,
  .mission .vission-content {
    padding: 20px 0;
  }
  .mission .item-desc {
    font-size: 16px;
  }
  .credo .credo-header .desc {
    font-size: 20px;
  }
  .credo .item-title {
    font-size: 20px;
  }
  .credo .item-desc {
    font-size: 14px;
  }
  .message .message-content {
    padding-top: 40px;
  }
  .message .section-title {
    margin-bottom: 15px;
  }
  .message .desc p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .message .item-name {
    font-size: 18px;
  }
  .message .item-desc {
    font-size: 14px;
  }
  .team .item-number {
    font-size: 48px;
  }
  .team .item-desc {
    font-size: 14px;
  }
  .location::before {
    width: 150px;
  }
  .location .item-title {
    font-size: 36px;
  }
  .location .address {
    font-size: 14px;
  }
  .location .map-btn {
    font-size: 16px;
  }
  .location .phone-number {
    font-size: 14px;
  }
}

/*# sourceMappingURL=about.css.map */
