/* ----- Banner ----- */
.banner-block-type1 {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-block-type1 .banner-info {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  color: #ffffff;
  text-align: center;
}

.banner-block-type1 .banner-page-name {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 35px;
}

.banner-block-type1 .banner-title {
  margin-bottom: 120px;
  font-size: 36px;
  line-height: 55px;
  font-weight: bold;
}

.banner-block-type1 .banner-subtitle {
  font-size: 56px;
  line-height: 76px;
  font-weight: bold;
}

.banner-block-type1.en .banner-subtitle {
  font-size: 56px;
  line-height: 72px;
}

.banner-block-type1 .banner-desc {
  margin-top: 60px;
  font-size: 18px;
  line-height: 35px;
}

.banner-block-type2 {
  position: relative;
  height: 400px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-block-type2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url(../images/banner/auodplus-banner-filter-type2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-block-type2.no-cover::before {
  display: none;
}

.banner-block-type2.no-cover .banner-m::before {
  display: none;
}

.banner-block-type2 .banner-info {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  color: #ffffff;
  text-align: left;
  padding-top: 192px;
}

.banner-block-type2 .banner-page-name {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 35px;
}

.banner-block-type2 .banner-title {
  font-size: 50px;
  line-height: 75px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }

  .banner-block-type1 {
    height: 1015px;
    position: relative;
    background-attachment: fixed;
  }

  .banner-block-type1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-image: url(../images/banner/auodplus-banner-filter-type1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .banner-block-type1 .container {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
  }

  .banner-block-type2 .container {
    /* position: absolute;
    top: 192px;
    left: 50%;
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%); */
    z-index: 2;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {

  .banner-block-type1,
  .banner-block-type2 {
    min-width: 1200px;
  }

  body {
    min-width: 1200px;
  }

  .banner-block-type1 {
    background-attachment: scroll;
  }
}

@media (max-width: 767px) {
  .hidden-m {
    display: none;
  }

  .banner-block-type1 .banner-info {
    padding: 40px 0;
    text-align: left;
  }

  .banner-block-type1 {
    background-image: none !important;
    background-color: #3c4f65;
  }

  .banner-block-type1 .banner-m {
    position: relative;
    height: 250px;
    background-attachment: fixed;
    background-size: 768px 250px;
    background-position: center 65px;
    background-repeat: no-repeat;
  }

  .banner-block-type1 .banner-m:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-image: url(../images/banner/auodplus-m-banner-filter.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .banner-block-type1 .banner-m .container {
    position: absolute;
    top: 60px;
    text-align: left;
    color: #fff;
  }

  .banner-block-type1 .banner-m .container .banner-page-name {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-block-type1 .banner-m .container .banner-title {
    font-size: 24px;
    line-height: 40px;
  }

  .banner-block-type1 .container {
    position: static;
  }

  .banner-block-type1 .banner-subtitle {
    font-size: 36px;
    line-height: 55px;
  }

  .banner-block-type1.en .banner-subtitle {
    font-size: 30px;
    line-height: 45px;
  }

  .banner-block-type1 .banner-desc {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
  }

  .banner-block-type2 {
    height: auto;
  }

  .banner-block-type2 {
    background-image: none !important;
  }

  .banner-block-type2 .banner-m {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .banner-block-type2 .banner-m:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-image: url(../images/banner/auodplus-m-banner-filter.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .banner-block-type2 .banner-m .container {
    /* position: absolute;
    top: 60px;
    text-align: left;
    color: #fff; */
    z-index: 2;
    position: relative;
  }

  .banner-block-type2 .banner-m .container .banner-page-name {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-block-type2 .banner-m .container .banner-title {
    font-size: 24px;
    line-height: 40px;
  }
}

/* for ie */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .banner-block-type1 {
    background-attachment: scroll;
  }

  .banner-block-type1 .banner-m {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }
}

/* -----Banner block type3 ------ */
.banner-block-type3 {
  background-color: #3c4f65;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 0;
  min-height: 453px;
  padding: 120px 0;
}

.banner-block-type3 .subhead {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
}

.banner-block-type3 .title {
  font-size: 50px;
  line-height: 75px;
  color: #ffffff;
  margin-top: 40px;
  font-weight: bold;
}

.banner-block-type3 .sub-title {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .banner-block-type3 {
    background-image: none !important;
    min-height: 0;
    padding: 60px 0;
  }

  .banner-block-type3 .subhead {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-block-type3 .title {
    font-size: 30px;
    line-height: 45px;
    margin-top: 10px;
  }

  .banner-block-type3 .sub-title {
    font-size: 18px;
    line-height: 35px;
    margin-top: 30px;
  }
}

/* -----Banner block type3 ------ */

/* -----Banner block type4 ------ */

.banner-block-type4 {
  width: 100%;
  min-height: 1015px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
  position: relative;
}

.banner-block-type4 .banner-info {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.banner-block-type4 .banner-info .banner-page-name {
  font-size: 18px;
  line-height: 35px;
}

.banner-block-type4 .banner-info .banner-title {
  margin-top: 6px;
  font-size: 36px;
  line-height: 55px;
  height: 54px;
  font-weight: bold;
}

.banner-block-type4 .banner-info .banner-subtitle {
  margin-top: 119px;
  font-weight: bold;
  font-size: 56px;
  line-height: 76px;
}

.banner-block-type4 .banner-pc {
  position: relative;
}

.banner-link-wrapper {
  opacity: 1;
}

.app-overview-link-wrapper {
  display: flex;
  align-items: center;
  max-width: 280px;
  height: 50px;
  position: absolute;
  transition: all 0.4s;
  z-index: 16;
}

.app-overview-link-wrapper:hover .app-overview-link-icon-hover {
  opacity: 1;
  transition: all 0.4s;
}

.app-overview-link-wrapper:hover .app-overview-link-icon {
  /* ?��??�色較深，opacity 0 ?��??��???*/
  /* opacity: 0; */
  /* transition: all 0.4s; */
}

.app-overview-link-icon-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
}

.app-overview-link-icon,
.app-overview-link-icon-hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.app-overview-link-icon-hover {
  opacity: 0;
  transition: all 0.4s;
}

.en .app-overview-link-text {
  font-size: 20px;
  line-height: 35px;
}

.app-overview-link-text {
  margin-left: 10px;
  font-size: 24px;
  line-height: 40px;
  max-width: 148px;
  color: #fff;
}

.medical-position {
  top: 96px;
  left: 80px;
}

.transportation-position {
  top: 176px;
  left: 320px;
}

.educate-position {
  top: 350px;
  left: 64px;
}

.industry-position {
  top: 322px;
  left: 516px;
}

.enterprise-position {
  top: 114px;
  left: 691px;
}

.retail-position {
  top: 272px;
  left: 864px;
}

.entertainment-position {
  top: 1px;
  left: 964px;
}

/* --- scroll to --- */
.common_scrollto {
  width: 100px;
  height: 76px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #64DCF0;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -50px;
  z-index: 15;
  cursor: pointer;
  padding: 20px;
}

.common_scrollto:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  bottom: 10px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0;
  top: 60px;
  left: 50%;
  margin-left: -6.5px;
  border-bottom: 2px solid #64DCF0;
  border-right: 2px solid #64DCF0;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

@media screen and (max-width: 1199px) {
  .banner-block-type4 {
    display: flex;
    flex-direction: column;
    background-image: none !important;
    background-color: #005087;
    padding-top: 0;
    padding-bottom: 30px;
    height: auto;
    min-height: 0;
  }

  .banner-block-type4 .banner-m {
    order: -1;
    height: 256px;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
  }

  .app-overview-link-wrapper {
    height: 20px;
    max-width: 96px;
  }

  .en .app-overview-link-wrapper {
    height: 20px;
    max-width: 108px;
  }

  .app-overview-link-icon-wrapper {
    width: 20px;
    height: 20px;
  }

  .en .app-overview-link-text {
    font-size: 12px;
    line-height: 20px;
    max-width: 84px;
  }

  .app-overview-link-text {
    font-size: 12px;
    line-height: 20px;
    max-width: 72px;
    margin-left: 4px;
  }

  .banner-link-wrapper {
    width: 320px;
    margin: 0 auto;
    height: 100%;
    position: relative;
  }

  .medical-position {
    top: 111px;
    left: 3px;
  }

  .educate-position {
    top: 176px;
    left: 8px;
  }

  .transportation-position {
    top: 171px;
    left: 94px;
  }

  .industry-position {
    top: 217px;
    left: 87px;
  }

  .enterprise-position {
    top: 135px;
    left: 187px;
  }

  .entertainment-position {
    top: 51px;
    left: 248px;
  }

  .en .entertainment-position {
    top: 51px;
    left: 238px;
  }

  .retail-position {
    top: 186px;
    left: 225px;
  }

  .banner-block-type4 .banner-info {
    margin: 0;
    text-align: left;
  }

  .banner-block-type4 .banner-info .banner-title {
    font-size: 16px;
    line-height: 24px;
    height: 22px;
    margin-top: 30px;
    font-weight: normal;
  }

  .banner-block-type4 .banner-info .banner-subtitle {
    margin-top: 10px;
    font-size: 24px;
    line-height: 40px;
  }

  .app-overview-break-link {
    /* display: block;
    position: relative; */
    flex-direction: column;
  }

  .app-overview-break-link img {
    height: auto;
  }

  .app-overview-break-link .app-overview-link-icon-wrapper {
    left: 7px;
  }

  .app-overview-break-link-text {
    /* position: absolute;
    left: -22px;
    top: 25px; */
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1921px) {
  .banner-block-type4 {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* -----Banner block type4 ------ */
/* -----Banner block type5 ------ */
.banner-block-type5 {
  background-color: #eceff1;
  overflow: hidden;
  background-image: url(../images/type-13/auodplus-technology-content-plus-bg.svg);
  background-position: left top;
  background-repeat: no-repeat;
}

.banner-block-type5 .bg-pattern {
  position: absolute;
  width: 238px;
  bottom: 50px;
  right: -188px;
}

.banner-block-type5 .banner-info {
  padding: 120px 0;
  text-align: center;
  max-width: 1000px;
  min-width: 0;
  margin: 0 auto;
  position: relative;
}

.banner-block-type5 .banner-page-name {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 35px;
  color: #2d3845;
}

.banner-block-type5 .banner-title {
  margin-bottom: 100px;
  font-size: 56px;
  line-height: 76px;
  font-weight: bold;
  color: #2d3845;
}

.banner-block-type5 .banner-subtitle {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #2d3845;
}

.banner-block-type5 p {
  font-size: 18px;
  line-height: 35px;
  color: #51626c;
}

@media screen and (max-width: 767px) {
  .banner-block-type5 {
    background-image: url(../images/type-13/auodplus-technology-content-plus-bg-m.svg);
  }

  .banner-block-type5 .bg-pattern {
    display: none;
  }

  .banner-block-type5 .banner-info {
    padding: 60px 0;
    text-align: left;
  }

  .banner-block-type5 .banner-page-name {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .banner-block-type5 .banner-title {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 55px;
  }

  .banner-block-type5 .banner-subtitle {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 45px;
  }
}

/* -----Banner block type5 ------ */

/* ----- Banner end ----- */

/* show-info start */
.show-info {
  height: 765px;
  min-height: 100vh;
  background-color: #3c4f65;
  background-image: url(../images/common/auodplus-show-info-cross.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 250px 0;
}

/* .show-info .title {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
}

.show-info .info {
  padding-top: 20px;
  font-size: 24px;
  line-height: 40px;
} */

.show-info .btn-block {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .show-info {
    min-height: auto;
    height: auto;
    padding: 80px 0;
    background-image: url(../images/common/auodplus-show-info-cross-mb.svg);
  }

  /* .show-info .title {
    font-size: 36px;
    line-height: 55px;
  }

  .show-info .info {
    font-size: 20px;
    line-height: 35px;
  } */
}

/* show-info end */
/* ===================================================
===================================================
=================================================== */

.block-video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.block-video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
