html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Microsoft JhengHei", "Source Sans Pro";
  -webkit-overflow-scrolling: touch;
}

.table thead tr td, .table thead tr th, .table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th {
  vertical-align: middle;
}

.table-hover > tbody > tr:hover {
  background-color: #eef;
}

body.modal-open {
  overflow: visible;
  position: absolute;
  width: 100%;
  height: 100%;
}
body.modal-open::-webkit-scrollbar {
  display: none;
}

.modal-body {
  font-size: 16px;
}

.title, .sub_title, .description {
  letter-spacing: 2px;
}

.fullwidth {
  width: 100%;
}

.pull-left {
  float: left;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.img-responsive {
  width: 100%;
}

.position_relative {
  position: relative;
}

.position_absolute {
  position: absolute;
}

.fadein_item {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  transition-duration: 2s;
  transition-property: opacity, transform;
  opacity: 1;
  transform: translate(0px, 0px);
}
.fadein_item.fadein_item_hidden {
  opacity: 0;
  transform: translate(0px, 60px);
}
.fadein_item.fadein_item_hidden.fadein_item_right {
  transform: translate(60px, 0px);
}
.fadein_item.fadein_item_hidden.fadein_item_left {
  transform: translate(-60px, 0px);
}

.onload_notransition * {
  transition: none !important;
}

.col-md-margin-top--20p {
  margin-top: -20%;
}

.col-md-margin-top--10p {
  margin-top: -10%;
}

.margin-top-1em {
  margin-top: 1em;
}

.margin-top-1p {
  margin-top: 1%;
}

.margin-bottom-1p {
  margin-bottom: 1%;
}

.margin-top-3p {
  margin-top: 3%;
}

.margin-bottom-3p {
  margin-bottom: 3%;
}

.margin-top-7p {
  margin-top: 7%;
}

.margin-bottom-7p {
  margin-bottom: 7%;
}

.padding-top-20 {
  padding-top: 20px;
}

.col-spacing-large.container-fluid, .col-spacing-large.container {
  padding-left: 25px;
  padding-right: 25px;
}
.col-spacing-large .row {
  margin-left: -25px;
  margin-right: -25px;
}
.col-spacing-large .col, .col-spacing-large .col-1, .col-spacing-large .col-10, .col-spacing-large .col-11, .col-spacing-large .col-12, .col-spacing-large .col-2, .col-spacing-large .col-3, .col-spacing-large .col-4, .col-spacing-large .col-5, .col-spacing-large .col-6, .col-spacing-large .col-7, .col-spacing-large .col-8, .col-spacing-large .col-9, .col-spacing-large .col-auto, .col-spacing-large .col-lg, .col-spacing-large .col-lg-1, .col-spacing-large .col-lg-10, .col-spacing-large .col-lg-11, .col-spacing-large .col-lg-12, .col-spacing-large .col-lg-2, .col-spacing-large .col-lg-3, .col-spacing-large .col-lg-4, .col-spacing-large .col-lg-5, .col-spacing-large .col-lg-6, .col-spacing-large .col-lg-7, .col-spacing-large .col-lg-8, .col-spacing-large .col-lg-9, .col-spacing-large .col-lg-auto, .col-spacing-large .col-md, .col-spacing-large .col-md-1, .col-spacing-large .col-md-10, .col-spacing-large .col-md-11, .col-spacing-large .col-md-12, .col-spacing-large .col-md-2, .col-spacing-large .col-md-3, .col-spacing-large .col-md-4, .col-spacing-large .col-md-5, .col-spacing-large .col-md-6, .col-spacing-large .col-md-7, .col-spacing-large .col-md-8, .col-spacing-large .col-md-9, .col-spacing-large .col-md-auto, .col-spacing-large .col-sm, .col-spacing-large .col-sm-1, .col-spacing-large .col-sm-10, .col-spacing-large .col-sm-11, .col-spacing-large .col-sm-12, .col-spacing-large .col-sm-2, .col-spacing-large .col-sm-3, .col-spacing-large .col-sm-4, .col-spacing-large .col-sm-5, .col-spacing-large .col-sm-6, .col-spacing-large .col-sm-7, .col-spacing-large .col-sm-8, .col-spacing-large .col-sm-9, .col-spacing-large .col-sm-auto, .col-spacing-large .col-xl, .col-spacing-large .col-xl-1, .col-spacing-large .col-xl-10, .col-spacing-large .col-xl-11, .col-spacing-large .col-xl-12, .col-spacing-large .col-xl-2, .col-spacing-large .col-xl-3, .col-spacing-large .col-xl-4, .col-spacing-large .col-xl-5, .col-spacing-large .col-xl-6, .col-spacing-large .col-xl-7, .col-spacing-large .col-xl-8, .col-spacing-large .col-xl-9, .col-spacing-large .col-xl-auto {
  padding-left: 25px;
  padding-right: 25px;
}

.margin-align-center {
  margin-left: auto;
  margin-right: auto;
}

.video-responsive {
  background-color: #000;
}
.video-responsive video {
  vertical-align: bottom;
}

.single_video_container {
  width: 100%;
  background-color: #000;
}
.single_video_container .video-responsive {
  width: 100%;
}
.single_video_container .video-responsive video {
  width: 100%;
  vertical-align: middle;
}

.height_1em {
  height: 1em;
}

.height_2em {
  height: 2em;
}

.height_3em {
  height: 3em;
}

.height_4em {
  height: 4em;
}

.height_5em {
  height: 5em;
}

.height_6em {
  height: 6em;
}

.height_7em {
  height: 7em;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.rect_bg_image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.help-block {
  color: #9B484D;
  font-size: 14px;
  letter-spacing: 1px;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

table.table-noborder td, table.table-noborder th {
  border-top: 0px;
}

.text-cancel {
  text-decoration: line-through;
}

.blockUI.blockMsg {
  font-size: 18px !important;
  left: 30% !important;
  width: 40% !important;
  border: 0 !important;
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

.cursor_pointer {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .content {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .fadein_item {
    transition-duration: 0s;
    opacity: 1;
  }
  .fadein_item.fadein_item_hidden {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  .fadein_item.fadein_item_hidden.fadein_item_right {
    transform: translate(0px, 0px);
  }
  .fadein_item.fadein_item_hidden.fadein_item_left {
    transform: translate(0px, 0px);
  }

  .col-md-margin-top--20p,
.col-md-margin-top--10p {
    margin-top: initial;
  }

  .blockUI.blockMsg {
    font-size: 16px !important;
    left: 20% !important;
    width: 60% !important;
  }
}
@media (max-width: 575px) {
  .blockUI.blockMsg {
    font-size: 14px !important;
    left: 10% !important;
    width: 80% !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
.fixed_bg_page_content {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  z-index: -1;
}
.fixed_bg_page_content video {
  display: block;
}
.fixed_bg_page_content .video-responsive {
  padding-bottom: 55.5556%;
  position: relative;
  width: 100%;
}
.fixed_bg_page_content .video-responsive .video, .fixed_bg_page_content .video-responsive .canvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url(../images/homepagevideo-screenshot.jpg);
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 5;
}

.fixed_bg_place_holder {
  width: 100%;
  height: 0;
  padding-bottom: 55.5556%;
}

#home_carousel {
  background-color: #000;
}
#home_carousel .carousel-indicators {
  bottom: 40px;
}
#home_carousel .carousel-indicators li {
  background-image: url(../images/indicator.png);
  background-color: transparent;
  width: 20px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#home_carousel .carousel-indicators li.active {
  background-image: url(../images/indicator-active.png);
  background-color: transparent;
}
#home_carousel .carousel-text {
  position: absolute;
  color: #fff;
  font-size: 2.9em;
  width: 50%;
  bottom: 39%;
  font-weight: 400;
}
#home_carousel .carousel-text.carousel-text-right {
  left: 61%;
}
#home_carousel .carousel-text.carousel-text-right .btn-theme {
  margin-top: 12.4%;
}
#home_carousel .carousel-text.carousel-text-left {
  left: 8%;
}
#home_carousel .carousel-text.carousel-text-left .btn-theme {
  margin-top: 12.4%;
}
#home_carousel .carousel-text .btn-theme {
  position: absolute;
}

.brand_blocks {
  display: flex;
  flex-wrap: wrap;
  background-color: #999;
}
.brand_blocks .one_block {
  overflow: hidden;
  color: #fff;
  font-size: 2.4em;
  font-weight: 400;
}
.brand_blocks .one_block .bg_container {
  width: 100%;
  height: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.6s;
  text-align: center;
}
.brand_blocks .one_block .bg_container .hover_show {
  margin-top: 2%;
  opacity: 0;
  transition-duration: 0.6s;
  text-align: center;
}
.brand_blocks .one_block .bg_container .hover_show .btn_learn_more {
  display: block;
  background-image: url(../images/btn_learn_more.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14%;
  height: 0;
  padding-bottom: 4.6733%;
  margin-left: auto;
  margin-right: auto;
  transition-duration: 0.6s;
}
.brand_blocks .one_block .bg_container .hover_show .btn_learn_more:hover {
  background-image: url(../images/btn_learn_more_hover.png);
}
.brand_blocks .one_block .bg_container:hover {
  transform: scale(1.2);
}
.brand_blocks .one_block .bg_container:hover .hover_show {
  opacity: 1;
}
.brand_blocks .one_block .bg_container:hover .hover_show .btn_learn_more {
  width: 28%;
}
.brand_blocks .one_block.line_2_blocks {
  width: 50%;
}
.brand_blocks .one_block.line_2_blocks .bg_container {
  padding-top: 22%;
  padding-bottom: 25.2%;
  letter-spacing: 13px;
}
.brand_blocks .one_block.line_2_blocks .bg_container:hover {
  padding-top: 14%;
  padding-bottom: 33.2%;
}
.brand_blocks .one_block.line_3_blocks {
  width: 33.33%;
}
.brand_blocks .one_block.line_3_blocks .bg_container {
  padding-top: 28%;
  padding-bottom: 41.3%;
}
.brand_blocks .one_block.line_3_blocks .bg_container:hover {
  padding-top: 24%;
  padding-bottom: 45.3%;
}

@media (max-width: 1199px) {
  .carousel-indicators {
    bottom: 32px;
  }
}
@media (max-width: 991px) {
  .fixed_bg_page_content {
    top: 50px;
  }

  .carousel-indicators {
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  #home_carousel .carousel-indicators {
    bottom: 16px;
  }
  #home_carousel .carousel-indicators li {
    width: 18px;
  }
}
@media (max-width: 575px) {
  #home_carousel .carousel-indicators {
    bottom: 13px;
  }
  #home_carousel .carousel-indicators li {
    width: 16px;
  }

  .brand_blocks .one_block {
    font-size: 6em;
  }
  .brand_blocks .one_block.line_2_blocks {
    width: 100%;
  }
  .brand_blocks .one_block.line_2_blocks .bg_container {
    padding-top: 22%;
    padding-bottom: 25.2%;
  }
  .brand_blocks .one_block.line_3_blocks {
    width: 100%;
  }
  .brand_blocks .one_block.line_3_blocks .bg_container {
    padding-top: 28%;
    padding-bottom: 41.3%;
  }
}

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