/*order-option*/
/*order-option*/
.aboutBYD-fullTxtImg {
  position: relative;
  overflow: hidden;
}
.aboutBYD-fullTxtImg .txtContainerTop {
  width: 72vw;
  margin-top: 6.25vw;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #252728;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.aboutBYD-fullTxtImg .txtContainerTop .txtTitle {
  margin-bottom: 20px;
  font-weight: 600 !important;
}
.aboutBYD-fullTxtImg .txtContainerTop .txtSubTitle {
  font-size: 16px !important;
  line-height: 24px !important;
}
.aboutBYD-fullTxtImg .txtContainerTop .txtSubTitle.textAlignJustify {
  text-align: justify;
}
.aboutBYD-fullTxtImg .txtContainerTop .txtSubTitle.textAlignLeft {
  text-align: left;
}
.aboutBYD-fullTxtImg .txtContainerTop .txtSubTitle.textAlignRight {
  text-align: right;
}
.aboutBYD-fullTxtImg .txtContainerTop.white {
  color: #fff;
}
.aboutBYD-fullTxtImg .txtContainerTop.active {
  top: 0;
}
.aboutBYD-fullTxtImg .txtContainerBottom {
  width: 72vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #252728;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  font-size: 12px !important;
}
.aboutBYD-fullTxtImg .txtContainerBottom.textAlignJustify {
  text-align: justify;
}
.aboutBYD-fullTxtImg .txtContainerBottom.textAlignLeft {
  text-align: left;
}
.aboutBYD-fullTxtImg .txtContainerBottom.textAlignRight {
  text-align: right;
}
.aboutBYD-fullTxtImg .txtContainerBottom.white {
  color: #c7c7c7;
}
.aboutBYD-fullTxtImg .txtContainerBottom.active {
  bottom: 30px;
}
.aboutBYD-fullTxtImg .imgContainer img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  .aboutBYD-fullTxtImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutBYD-fullTxtImg .txtContainerTop {
    width: 80vw;
    margin: 30px auto;
    color: #252728 !important;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .aboutBYD-fullTxtImg .txtContainerTop .txtSubTitle {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .aboutBYD-fullTxtImg .txtContainerBottom {
    width: 80vw;
    margin-bottom: 30px;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    color: #252728 !important;
  }
}
@media screen and (max-width: 430px) {
  .aboutBYD-fullTxtImg .txtContainerTop .txtTitle {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}