/*# sourceMappingURL=custom.css.map */
body {
  font-family: Microsoft JhengHei, 'Open Sans';
  color: #37474f; }

[type=reset] {
  outline: 0;
  cursor: pointer; }

[type=submit] {
  outline: 0;
  cursor: pointer; }

button {
  outline: 0;
  cursor: pointer; }

html [type=button] {
  outline: 0;
  cursor: pointer; }

.os_bg {
  background-color: #ed9e28;
  color: white; }

.btn-outline-primary {
  color: #e99313;
  background-color: transparent;
  background-image: none;
  border: #e99313 3px solid;
  font-weight: bold; }
  .btn-outline-primary:hover {
    background-color: #e99313;
    border: #e99313 3px solid; }

.btn-outline-secondary {
  color: #e99313;
  background-color: #fff;
  font-weight: bold;
  border: #fff 3px solid;
  border-radius: 0; }
  .btn-outline-secondary:hover {
    background-color: #e99313;
    border: #fff 3px solid; }

a {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #0091ea; }
  a:hover {
    color: #0279b3;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }
  a:active {
    color: #0081d1; }

a.line_a {
  border-bottom: #0091ea 1px dashed; }
  a.line_a:hover {
    border-bottom: none; }

a.line_square {
  border: #fecc63 1px solid;
  padding: 3px 5px;
  font-size: 0.9rem; }

.ff {
  font-family: 'Open Sans', sans-serif; }

#menu {
  border-bottom: #e99313 1px solid; }

h2.feature-heading {
  margin-bottom: 20px; }

h2.line_t {
  position: relative;
  padding-bottom: 8px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px; }
  h2.line_t::after {
    content: "";
    display: block;
    border-bottom: 3px solid #fecc63;
    width: 10%;
    margin-left: 50%;
    left: -5%;
    position: absolute;
    bottom: -5%;
    z-index: 0; }

h2.line_t2 {
  padding-left: 15px;
  border-left: 8px solid #e99313;
  font-size: 36px;
  font-weight: bold;
  margin-top: 30px; }

.f_line {
  border-bottom: 2px dotted #fecc63;
  padding-bottom: 2px;
  display: inline-block; }

#features {
  padding: 50px 15px;
  background-size: cover; }

.primary_txt {
  color: #e99313; }

.white_circle {
  background: rgba(255, 255, 255, 0.3); }

.btn-primary {
  color: #ffffff;
  background-color: #e99313;
  border-color: #e99313;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }
  .btn-primary:visited {
    background-color: #d18411;
    border-color: #d18411; }
  .btn-primary:hover {
    background-color: #ba750f;
    border-color: #d18411; }
  .btn-primary:active {
    background-color: #d18411;
    border-color: #d18411; }

.flex-center {
  align-items: center;
  justify-content: center; }

.secondary_color {
  color: #fecc63; }

.note {
  color: #ef6c00; }

.white_shadow {
  text-shadow: 1px 2px rgba(0, 0, 0, 0.3); }

.top {
  position: fixed;
  z-index: 99;
  bottom: 30%;
  right: 10px;
  opacity: .4;
  transition: opacity .4s; }
  .top:hover {
    opacity: 1; }

.feature_t {
  position: relative;
  background-color: #ed9e28;
  color: #fff; }
  .feature_t h4 {
    position: relative;
    margin: 0;
    padding: 10px;
    background-color: #ed9e28; }

.circle_icon {
  border: #eedcc2 3px solid;
  border-radius: 5px;
  transition: color .3s, border .5s; }

#cases .card {
  border-radius: 10px;
  padding: 10px 20px;
  border: 0;
  transition: all .5s;
  border: #eee 2px solid; }
  #cases .card a {
    color: #37474f; }
  #cases .card img {
    text-align: center; }
  #cases .card:hover {
    border: #e99313 2px solid; }

.carousel-item {
  margin-top: 58px; }

.carousel-indicators .active {
  background-color: #e99313; }
.carousel-indicators li {
  background-color: #fdecca;
  padding: 3px; }

#banner01 {
  height: 350px;
  background: #000 url(../images/mainvison_01.jpg) no-repeat right bottom;
  background-size: 80%; }
  #banner01 .carousel-caption {
    text-align: left;
    width: 100%;
    right: 0;
    left: auto;
    color: #3a3834;
    top: 5%; }
    #banner01 .carousel-caption h2 {
      font-size: 22px;
      font-weight: bold;
      color: #fff; }
    #banner01 .carousel-caption h3 {
      font-size: 18px;
      font-weight: bold;
      color: #4bfdff; }
    #banner01 .carousel-caption li {
      font-size: 16px;
      line-height: 1.8; }

#banner02 {
  height: 350px;
  background: #cfd4d7 url(../images/mainvison_02_bg.jpg) no-repeat center top;
  background-size: cover; }
  #banner02 img {
    padding-top: 50px; }

#banner03 {
  height: 350px;
  background: url(../images/mainvison_03_bg.jpg) no-repeat center center;
  background-size: cover; }
  #banner03 .carousel-caption {
    background: url(../images/slide_bg.png) repeat;
    padding: 10px 20px;
    max-width: 80%;
    text-align: left;
    font-size: 18px;
    top: 15%;
    bottom: auto; }
    #banner03 .carousel-caption p {
      margin-bottom: 0; }
    #banner03 .carousel-caption span {
      font-size: 24px;
      font-weight: bold; }

#banner07 {
  height: 350px;
  background: url(../images/mainvison_05_bg.jpg) no-repeat center center;
  background-size: cover; }
  #banner07 .carousel-caption {
    font-size: 18px;
    top: 10%; }
    #banner07 .carousel-caption p {
      margin-bottom: 0; }
    #banner07 .carousel-caption .white_line {
      border-bottom: 1px solid white;
      display: inline-block; }

#banner04 {
  height: 350px;
  background: #eee url(../images/O365_bg.svg) no-repeat right top;
  background: #eee url(../images/O365_bg.png) no-repeat right top;
  background-size: contain; }
  #banner04 .carousel-caption {
    text-align: center;
    top: 5%;
    bottom: auto;
    font-size: 20px;
    color: #3a3834; }
    #banner04 .carousel-caption p {
      margin-bottom: 0; }
    #banner04 .carousel-caption span {
      font-weight: bold; }

#banner05 {
  height: 350px;
  background: #034560 url(../images/mainvison_mail_bg.jpg) no-repeat right bottom;
  background-size: auto 100%; }
  #banner05 .carousel-caption {
    text-align: left;
    width: 100%;
    right: 0;
    left: auto;
    top: 5%; }
    #banner05 .carousel-caption h2 {
      font-size: 22px;
      font-weight: bold;
      color: #fff; }
    #banner05 .carousel-caption h3 {
      font-size: 18px;
      font-weight: bold;
      color: #f9e31c; }
    #banner05 .carousel-caption li {
      font-size: 16px;
      line-height: 1.8; }

#banner06 {
  height: 350px;
  background: url(../images/mainvison_06_bg.jpg) no-repeat center top;
  background-size: cover;
  text-align: center; }
  #banner06 .carousel-caption {
    right: 10%;
    left: 10%;
    font-size: 24px; }
    #banner06 .carousel-caption section {
      background: url(../images/slide_bg.png) repeat;
      padding: 10px 20px;
      text-align: center;
      top: 15%;
      bottom: auto; }
    #banner06 .carousel-caption p {
      margin-bottom: 0; }

.navbar-dark .navbar-nav .active > .nav-link {
  border-bottom: #e99313 3px solid; }

#service_structure .carousel-item {
  height: auto; }
  #service_structure .carousel-item img {
    max-height: 350px; }
#service_structure h3 {
  font-size: 1.5rem;
  text-align: center;
  padding: 10px; }
#service_structure p {
  font-weight: bold;
  color: #000000;
  font-size: 18px; }
#service_structure .description {
  line-height: 1.4;
  border: #e99313 2px dashed;
  display: block;
  padding: 10px;
  background-color: #fff; }
#service_structure .ss_01 {
  padding: 8px 20px;
  display: inline-block;
  font-weight: bold;
  color: #039be5;
  border: #039be5 1px solid; }
#service_structure .ss_02 {
  padding: 8px 20px;
  display: inline-block;
  font-weight: bold;
  color: #094;
  border: #094 1px solid; }
#service_structure .ss_03 {
  padding: 8px 20px;
  display: inline-block;
  font-weight: bold;
  color: #f57f17;
  border: #f57f17 1px solid; }
#service_structure .ss_04 {
  padding: 8px 20px;
  display: inline-block;
  font-weight: bold;
  color: #e64a19;
  border: #e64a19 1px solid; }
#service_structure .carousel-indicators {
  position: relative;
  margin: 0px;
  margin-top: 10px; }
#service_structure .s1 {
  text-indent: 0;
  height: 80px;
  width: 200px;
  padding: 30px 20px;
  opacity: .5;
  background: url(../images/s1.png) no-repeat right top;
  background-color: #039be5;
  transition: background-color, .3s; }
  #service_structure .s1 h4 {
    color: #fff;
    padding-top: 0px;
    padding-left: 15px;
    font-size: 18px; }
  #service_structure .s1:hover {
    background-color: #0280bd;
    cursor: pointer;
    opacity: 1; }
#service_structure .s2 {
  text-indent: 0;
  height: 80px;
  width: 200px;
  padding: 30px 20px;
  opacity: .5;
  background: url(../images/s2.png) no-repeat right top;
  background-color: #094;
  transition: background-color, .3s; }
  #service_structure .s2 h4 {
    color: #fff;
    padding-top: 0px;
    padding-left: 15px;
    font-size: 18px; }
  #service_structure .s2:hover {
    background-color: #007032;
    cursor: pointer;
    opacity: 1; }
#service_structure .s3 {
  text-indent: 0;
  height: 80px;
  width: 200px;
  padding: 30px 20px;
  opacity: .5;
  background: url(../images/s3.png) no-repeat right top;
  background-color: #f57f17;
  transition: background-color, .3s; }
  #service_structure .s3 h4 {
    color: #fff;
    padding-top: 0px;
    padding-left: 15px;
    font-size: 18px; }
  #service_structure .s3:hover {
    background-color: #da6b09;
    cursor: pointer;
    opacity: 1; }
#service_structure .s4 {
  text-indent: 0;
  height: 80px;
  width: 200px;
  padding: 30px 20px;
  opacity: .5;
  background: url(../images/s4.png) no-repeat right top;
  background-color: #e64a19;
  transition: background-color, .3s; }
  #service_structure .s4 h4 {
    color: #fff;
    padding-top: 0px;
    padding-left: 15px;
    font-size: 18px; }
  #service_structure .s4:hover {
    background-color: #c13e15;
    cursor: pointer;
    opacity: 1; }
#service_structure .active {
  opacity: 1; }
  #service_structure .active:after {
    background: url(../images/focus_arrow.png) no-repeat center top;
    position: absolute;
    margin-left: -10px;
    left: 50%;
    width: 31px;
    height: 19px;
    top: 0; }

#downloads a {
  color: #e99313;
  border: #e99313 1px solid;
  transition: border-radius, .3s;
  padding: 5px 10px; }
  #downloads a:hover {
    background-color: #e99313;
    color: white; }

#price .card-body {
  padding: 0px;
  text-align: center; }
  #price .card-body .row {
    padding: 15px;
    color: #e65100;
    font-weight: bold; }
    #price .card-body .row:nth-child(even) {
      background-color: #eee; }
    #price .card-body .row .col-4 {
      padding-left: 40px; }
    #price .card-body .row .col-6 {
      padding-left: 40px; }
  #price .card-body img {
    padding-left: 0px; }
#price .accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s; }
  #price .accordion:before {
    content: '\002B';
    color: #e99313;
    font-weight: bold;
    float: left;
    font-size: 36px;
    left: 10px;
    position: absolute;
    top: 0; }
  #price .accordion:hover {
    background-color: #ccc; }
#price .accordion.active:before {
  content: "\2212"; }
#price .active {
  background-color: #ccc; }
#price .panel {
  padding: 0px;
  display: none;
  background-color: white;
  overflow: hidden; }

.hot {
  position: absolute;
  text-align: left;
  padding-left: 10px;
  top: -25px;
  left: 0px;
  width: 120%;
  height: 50px;
  font-size: 18px;
  padding-top: 8px;
  font-weight: bold;
  color: #fff799;
  background: url(../images/hot_bg.png) no-repeat right top;
  background-size: 100% 100%; }

#service {
  padding-top: 15px; }
  #service li {
    background: url(../images/checked.jpg) no-repeat left center;
    padding-left: 40px;
    font-size: 20px;
    border-bottom: #ccc 1px dotted;
    padding-bottom: 12px;
    padding-top: 12px; }

@media (min-width: 576px) {
  #banner01 {
    height: 450px;
    background: #000615 url(../images/mainvison_01.jpg) no-repeat right bottom;
    background-size: 90%; }
    #banner01 .carousel-caption {
      text-align: left;
      width: 70%;
      left: 10%;
      top: 10%; }
      #banner01 .carousel-caption h2 {
        font-size: 30px;
        font-weight: bold;
        color: #fff; }
      #banner01 .carousel-caption h3 {
        font-size: 24px;
        font-weight: bold;
        color: #4bfdff; }
      #banner01 .carousel-caption li {
        font-size: 20px;
        line-height: 1.8; }

  #banner02 {
    height: 450px;
    background: #cfd4d7 url(../images/mainvison_02_bg.jpg) no-repeat center top;
    background-size: cover; }
    #banner02 img {
      padding-top: 0px; }

  #banner03 {
    height: 450px;
    background: url(../images/mainvison_03_bg.jpg) no-repeat center center;
    background-size: cover; }
    #banner03 .carousel-caption {
      background: url(../images/slide_bg.png) repeat;
      padding: 10px 20px;
      max-width: 85%;
      text-align: left;
      font-size: 20px;
      top: 15%;
      bottom: auto; }
      #banner03 .carousel-caption p {
        margin-bottom: 0; }
      #banner03 .carousel-caption span {
        font-size: 26px;
        font-weight: bold; }

  #banner04 {
    height: 450px; }
    #banner04 .carousel-caption {
      font-size: 27px; }

  #banner05 {
    height: 450px;
    background: #034560 url(../images/mainvison_mail_bg.jpg) no-repeat right bottom;
    background-size: auto 100%; }
    #banner05 .carousel-caption {
      text-align: left;
      width: 100%;
      left: 10%;
      top: 10%; }
      #banner05 .carousel-caption h2 {
        font-size: 30px;
        font-weight: bold;
        color: #fff; }
      #banner05 .carousel-caption h3 {
        font-size: 24px;
        font-weight: bold;
        color: #f9e31c; }
      #banner05 .carousel-caption li {
        font-size: 20px;
        line-height: 1.8; }

  #banner06 {
    height: 450px; }
    #banner06 .carousel-caption {
      right: 10%;
      left: 10%;
      top: 5%;
      font-size: 30px; }

  #banner07 {
    height: 450px;
    background: url(../images/mainvison_05_bg.jpg) no-repeat center center;
    background-size: cover; }
    #banner07 .carousel-caption {
      font-size: 26px; } }
@media (min-width: 768px) {
  .more_icon {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 100; }

  #service_structure .carousel-item {
    height: 450px; }
    #service_structure .carousel-item img {
      height: auto; }
  #service_structure .ss_01 {
    padding: 8px 20px;
    font-weight: bold; }
  #service_structure .ss_02 {
    padding: 8px 20px;
    font-weight: bold; }
  #service_structure .ss_03 {
    padding: 8px 20px;
    font-weight: bold; }
  #service_structure .ss_04 {
    padding: 8px 20px;
    font-weight: bold; }
  #service_structure .carousel-indicators {
    position: relative;
    margin: 0px;
    margin-top: 10px; }
  #service_structure .s1 {
    text-indent: 0;
    height: 80px;
    width: 200px;
    padding: 30px 20px;
    opacity: .5; }
    #service_structure .s1 h4 {
      color: #fff;
      padding-top: 0px;
      padding-left: 15px;
      font-size: 18px; }
  #service_structure .s2 {
    text-indent: 0;
    height: 80px;
    width: 200px;
    padding: 30px 20px;
    opacity: .5; }
    #service_structure .s2 h4 {
      color: #fff;
      padding-top: 0px;
      padding-left: 15px;
      font-size: 18px; }
  #service_structure .s3 {
    text-indent: 0;
    height: 80px;
    width: 200px;
    padding: 30px 20px;
    opacity: .5; }
    #service_structure .s3 h4 {
      color: #fff;
      padding-top: 0px;
      padding-left: 15px;
      font-size: 18px; }
  #service_structure .s4 {
    text-indent: 0;
    height: 80px;
    width: 200px;
    padding: 30px 20px;
    opacity: .5; }
    #service_structure .s4 h4 {
      color: #fff;
      padding-top: 0px;
      padding-left: 15px;
      font-size: 18px; }
  #service_structure .active {
    opacity: 1; } }
@media (min-width: 992px) {
  #banner01 {
    height: 570px;
    background: #000615 url(../images/mainvison_01.jpg) no-repeat right bottom; }
    #banner01 .carousel-caption {
      width: 70%;
      left: 10%;
      top: 15%; }
      #banner01 .carousel-caption h2 {
        font-size: 36px; }
        #banner01 .carousel-caption h2 span {
          font-size: 30px; }
      #banner01 .carousel-caption h3 {
        font-size: 32px; }
      #banner01 .carousel-caption li {
        font-size: 24px;
        line-height: 1.8; }

  #banner02 {
    height: 570px;
    background: #cfd4d7 url(../images/mainvison_02_bg.jpg) no-repeat center top; }
    #banner02 img {
      padding-top: 0px; }

  #banner03 {
    height: 570px;
    background: url(../images/mainvison_03_bg.jpg) no-repeat center center;
    background-size: cover; }
    #banner03 .carousel-caption {
      background: url(../images/slide_bg.png) repeat;
      padding: 10px 20px;
      max-width: 50%;
      text-align: left;
      font-size: 24px;
      top: 15%;
      bottom: auto; }
      #banner03 .carousel-caption p {
        margin-bottom: 0; }
      #banner03 .carousel-caption span {
        font-size: 32px;
        font-weight: bold; }

  #banner04 {
    height: 570px; }
    #banner04 .carousel-caption {
      font-size: 42px; }

  #banner05 {
    height: 570px;
    background: #034560 url(../images/mainvison_mail_bg.jpg) no-repeat right bottom; }
    #banner05 .carousel-caption {
      width: 100%;
      left: 10%;
      top: 15%; }
      #banner05 .carousel-caption h2 {
        font-size: 36px; }
        #banner05 .carousel-caption h2 span {
          font-size: 30px; }
      #banner05 .carousel-caption h3 {
        font-size: 32px; }
      #banner05 .carousel-caption li {
        font-size: 24px;
        line-height: 1.8; }

  #banner06 {
    height: 570px;
    background: url(../images/mainvison_06_bg.jpg) no-repeat center top;
    background-size: cover;
    text-align: center; }
    #banner06 .carousel-caption {
      right: 20%;
      left: 20%; }
      #banner06 .carousel-caption section {
        background: url(../images/slide_bg.png) repeat;
        padding: 10px 20px;
        text-align: center;
        font-size: 24px;
        top: 15%;
        bottom: auto; }
      #banner06 .carousel-caption span {
        font-size: 42px;
        font-weight: bold; }

  #banner07 {
    height: 570px;
    background: url(../images/mainvison_05_bg.jpg) no-repeat center center;
    background-size: cover; }
    #banner07 .carousel-caption {
      font-size: 45px; }

  #O365_table {
    width: 55%;
    position: absolute;
    top: 80px;
    right: 0; }

  #service_structure .carousel-item {
    height: 600px; }
    #service_structure .carousel-item img {
      max-height: 505px; }
  #service_structure h3 {
    font-size: 1.5rem;
    text-align: center;
    padding: 10px; }
  #service_structure p {
    font-weight: bold;
    color: #000000;
    font-size: 18px; }
  #service_structure .description {
    line-height: 1.8;
    border: #e99313 2px dashed;
    display: inline-block;
    padding: 15px; }
  #service_structure .ss_01 {
    padding: 8px 20px;
    display: inline-block;
    font-weight: bold; }
  #service_structure .ss_02 {
    padding: 8px 20px;
    display: inline-block;
    font-weight: bold; }
  #service_structure .ss_03 {
    padding: 8px 20px;
    display: inline-block;
    font-weight: bold; }
  #service_structure .ss_04 {
    padding: 8px 20px;
    display: inline-block;
    font-weight: bold; }
  #service_structure .s1 {
    text-indent: 0;
    height: 140px;
    width: 250px;
    padding: 30px 20px;
    opacity: .5; }
    #service_structure .s1 h4 {
      color: #fff;
      padding-top: 15px;
      padding-left: 15px;
      font-size: 22px; }
  #service_structure .s2 {
    text-indent: 0;
    height: 140px;
    width: 250px;
    padding: 30px 20px;
    opacity: .5; }
    #service_structure .s2 h4 {
      color: #fff;
      padding-top: 15px;
      padding-left: 15px;
      font-size: 22px; }
  #service_structure .s3 {
    text-indent: 0;
    height: 140px;
    width: 250px;
    padding: 30px 20px;
    opacity: .5; }
    #service_structure .s3 h4 {
      color: #fff;
      padding-top: 15px;
      padding-left: 15px;
      font-size: 22px; }
  #service_structure .s4 {
    text-indent: 0;
    height: 140px;
    width: 250px;
    padding: 30px 20px;
    opacity: .5; }
    #service_structure .s4 h4 {
      color: #fff;
      padding-top: 15px;
      padding-left: 15px;
      font-size: 22px; }
  #service_structure .active {
    opacity: 1; } }
@media (min-width: 1200px) {
  #banner01 .carousel-caption, #banner05 .carousel-caption {
    width: 70%;
    left: 15%;
    top: 15%;
    right: 25%; }
    #banner01 .carousel-caption h2, #banner05 .carousel-caption h2 {
      font-size: 45px;
      margin: 0; }
      #banner01 .carousel-caption h2 span, #banner05 .carousel-caption h2 span {
        font-size: 30px; }
    #banner01 .carousel-caption h3, #banner05 .carousel-caption h3 {
      font-size: 40px; }
    #banner01 .carousel-caption li, #banner05 .carousel-caption li {
      font-size: 24px;
      line-height: 2; } }

/*# sourceMappingURL=custom.css.map */
