.backtoList {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin: 30px 0;
  display: inline-block;
}
.backtoList:hover {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .backtoList {
    margin: 10px 0;
  }
}

.page_title {
  display: none;
}

.page-about-us h1 {
  color: #272660;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-about-us h1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.page-about-us h4 {
  color: #272660;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .page-about-us h4 {
    font-size: 20px;
  }
}
.page-about-us .red-text {
  color: #dd2830;
}
.page-about-us .grey-text {
  color: rgba(0, 0, 0, 0.8);
}
.page-about-us .date {
  color: rgba(0, 0, 0, 0.8);
}
.page-about-us ul,
.page-about-us ol {
  padding-left: 1rem;
  font-size: 14px;
  line-height: 20px;
}
.page-about-us .detail-image {
  overflow: hidden;
}
.page-about-us .detail-image img {
  width: 100%;
  transition: transform 0.7s ease-in-out;
}
.page-about-us .detail-image img:hover {
  transform: scale(1.1);
}
.page-about-us .detail-image img.desktop {
  display: block;
}
@media (max-width: 768px) {
  .page-about-us .detail-image img.desktop {
    display: none;
  }
}
.page-about-us .detail-image img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .page-about-us .detail-image img.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-about-us .detail-image img {
    border-radius: 0;
  }
}
.page-about-us .buynow-wrapper.desktop {
  display: block;
}
@media (max-width: 768px) {
  .page-about-us .buynow-wrapper.desktop {
    display: none;
  }
}
.page-about-us .buynow-wrapper.mobile {
  display: none;
}
@media (max-width: 768px) {
  .page-about-us .buynow-wrapper.mobile {
    display: block;
    text-align: center;
  }
  .page-about-us .buynow-wrapper.mobile .btn-red {
    float: none;
  }
}
.page-about-us h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  .page-about-us h1 {
    font-size: 28px;
  }
}
.page-about-us h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .page-about-us h3 {
    font-size: 28px;
  }
}
.page-about-us .about-banner {
  position: relative;
  overflow: hidden;
}
.page-about-us .about-banner .banner-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: auto;
  min-width: 100%;
}
.page-about-us .about-banner .banner-img img {
  height: auto;
  width: auto;
  max-width: 100%;
  min-height: 100%;
}
.page-about-us .about-banner .banner-img img.mb {
  display: none;
  opacity: 0;
}
.page-about-us .about-banner .banner-img img.dk {
  display: block;
  opacity: 1;
}
.page-about-us .about-banner .banner-content {
  color: #FFFFFF;
  position: relative;
  padding: 30px 0 30px 0;
  text-align: center;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.35);
}
.page-about-us .about-banner .banner-content p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .page-about-us .about-banner .banner-content p {
    font-size: 14px;
    line-height: 15px;
  }
}
.page-about-us .mission-vission .col-md-6 .card {
  background-color: #dd2830;
  margin: 0 auto;
  padding: 40px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  min-height: 240px;
  max-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-about-us .mission-vission .col-md-6 .card h3 {
  color: #FFFFFF;
  margin-top: 0;
}
.page-about-us .mission-vission .col-md-6 .card p {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-about-us .mission-vission .col-md-6 .card p {
    font-size: 12px;
    line-height: 14px;
  }
}
.page-about-us .mission-vission .mission {
  padding-left: 0px;
}
.page-about-us .mission-vission .vission {
  padding-right: 0px;
}
.page-about-us .mission-vission .vission .card {
  background-color: #272660;
}
.page-about-us .mission-vission img.ico {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  top: -3px;
  position: relative;
}
.page-about-us .our-core-value {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-about-us .our-core-value h1 {
  width: 100%;
  text-align: center;
}
.page-about-us .our-core-value .intro {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 16px;
}
.page-about-us .our-core-value .type {
  margin: 0 auto;
  text-align: center;
  padding: 0 20px 20px;
  transition: transform 0.4s ease-in-out;
}
.page-about-us .our-core-value .type h4 {
  color: #dd2830;
  padding: 20px 0;
  margin-bottom: 0;
}
.page-about-us .our-core-value .type img {
  width: 180px;
  height: auto;
  border-radius: 50%;
}
.page-about-us .our-core-value .type:hover {
  transform: scale(1.1);
}
.page-about-us .our-core-value .type p {
  font-size: 15px;
}
.page-about-us .our-history {
  display: flex;
  align-items: center;
}
.page-about-us .our-history h5 {
  font-size: 18px;
  color: #272660;
}
.page-about-us .our-history img {
  max-width: 100%;
  margin-bottom: 30px;
}
.page-about-us .our-story img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .page-about-us .our-story img {
    margin-bottom: 30px;
  }
}
.page-about-us .tmw-asia h5 {
  font-size: 18px;
  line-height: 21px;
  color: #272660;
}
.page-about-us .ceo-message .row .row {
  max-width: 1100px;
  margin: 0 auto;
}
.page-about-us .ceo-message .row .left-column {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  left: 0;
}
.page-about-us .ceo-message .row .left-column .card {
  border-radius: 15px;
  border: 0;
}
.page-about-us .ceo-message .row .left-column .card:hover {
  box-shadow: none;
}
.page-about-us .ceo-message .row .left-column .card img {
  border-radius: 15px;
  width: 400px;
}
.page-about-us .ceo-message .row .right-column {
  position: relative;
  z-index: 2;
  right: 0;
  margin-left: -20%;
}
.page-about-us .ceo-message .row .right-column .card {
  background-color: #1B1464;
  color: #FFFFFF;
  border-radius: 15px;
  padding-left: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  border: 0;
}
.page-about-us .ceo-message .row .right-column .card:hover {
  box-shadow: none;
}
.page-about-us .ceo-message .row .right-column .card .card-body p {
  font-size: 16px;
}
.page-about-us .ceo-message .row .right-column .card .card-body h3.name {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: left;
}
.page-about-us .ceo-message .row .right-column .card .card-body .title,
.page-about-us .ceo-message .row .right-column .card .card-body .place {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 300;
  margin: 0;
}
.page-about-us .about-financial-content h3 {
  color: #272660;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .page-about-us .about-financial-content h3 {
    font-size: 20px;
  }
}
.page-about-us .about-financial-content .financial-list {
  width: 19.7%;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .page-about-us .about-financial-content .financial-list {
    width: 48%;
  }
}
.page-about-us .about-financial-content .financial-list h4 {
  margin-top: 20px;
}
.page-about-us .about-financial-content .financial-list ul li a {
  color: #707070;
  text-decoration: underline;
}
.page-about-us .about-financial-content .financial-list.full-width {
  width: 100%;
  margin-bottom: 90px;
  overflow: hidden;
}
.page-about-us .about-financial-content p.note {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}
.page-about-us .awards .card {
  min-height: 280px;
}
.page-about-us .awards .timeline {
  border-left: 2px solid black;
  height: 230px;
  position: relative;
}
.page-about-us .awards .timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 2px;
  height: 2px;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 50%;
  z-index: 1;
}
.page-about-us .awards .timeline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 2px;
  height: 2px;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 50%;
  z-index: 1;
}
.page-about-us .awards .timeline-trophy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-about-us .awards .award img {
  width: 100px;
  text-align: center;
}
.page-about-us .awards .award .award-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .page-about-us .awards .award .award-title {
    font-size: 16px;
  }
}
.page-about-us .awards .award .award-subtitle {
  font-size: 14px;
  color: #808080;
  text-align: center;
  padding-top: 20px;
}
.page-about-us .awards .carousel-control-prev-icon {
  background-image: url(../images/previous-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.page-about-us .awards .carousel-control-next-icon {
  background-image: url(../images/next-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.page-about-us .awards .carousel-control-prev {
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.page-about-us .awards .carousel-control-next {
  right: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

@media (min-width: 768px) {
  .our-core-value .intro {
    width: 48%;
  }
  .our-core-value .type {
    padding: 0 50px 20px;
  }
  .our-core-value .type img {
    width: 200px;
  }
  .our-core-value .second-row-one,
  .our-core-value .second-row-two {
    width: 70%;
  }
  .our-core-value .second-row-one {
    float: right;
  }
  .our-core-value .second-row-two {
    float: left;
  }
  .awards .carousel-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .awards .carousel-inner .carousel-item {
    display: block;
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 15px;
  }
  .awards .carousel-control-prev,
  .awards .carousel-control-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-about-us .about-banner .banner-img img.mb {
    display: block;
    opacity: 1;
  }
  .page-about-us .about-banner .banner-img img.dk {
    display: none;
    opacity: 0;
  }
  .page-about-us .mission-vission {
    padding: 0px;
  }
  .page-about-us .mission-vission .col-md-6 .card {
    border-radius: 0px;
  }
  .page-about-us .our-core-value .type img {
    width: 200px;
    margin: 0 auto;
  }
  .page-about-us .our-core-value .second-row-one,
  .page-about-us .our-core-value .second-row-two {
    width: 100%;
    float: none;
  }
  .page-about-us .type p {
    margin-bottom: 0px;
  }
  .page-about-us .about-msig .text-wrapper {
    background-image: url("../images/about-us/about-msig-bg.png");
    background-size: 100% 100%;
    color: #FFFFFF;
    padding: 30px 16px;
    margin-bottom: 30px;
  }
  .page-about-us .about-msig .text-wrapper h3 {
    color: #FFFFFF;
  }
  .page-about-us .about-msig .accordion {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 30px;
  }
  .page-about-us #our-core-value-slider .slick-slide {
    padding-top: 18px;
  }
  .page-about-us .our-story .text-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-about-us .our-story .btn-wrapper {
    text-align: center;
  }
  .page-about-us .our-history .text-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 900px) {
  .page-about-us .container {
    max-width: 100%;
  }
  .page-about-us .ceo-message {
    overflow: hidden;
  }
  .page-about-us .ceo-message .container-fluid {
    padding: 0;
  }
  .page-about-us .ceo-message .row .col-md-12 {
    padding: 0;
  }
  .page-about-us .ceo-message .row .left-column {
    left: 0%;
    margin-bottom: -50%;
  }
  .page-about-us .ceo-message .row .left-column .card {
    background-color: transparent;
    border: 0;
  }
  .page-about-us .ceo-message .row .left-column .card img {
    width: 77%;
    margin: 0 auto;
    border-radius: 5px;
  }
  .page-about-us .ceo-message .row .right-column {
    margin-left: 0;
  }
  .page-about-us .ceo-message .row .right-column .card {
    border-radius: 5px;
    padding-left: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-about-us .ceo-message .row .right-column .card .card-body {
    padding-top: 60%;
  }
  .page-about-us .ceo-message .row .right-column .card .card-body p {
    font-size: 15px;
  }
}

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