body{
  font-family: Open Sans, Noto Sans TC !important;
}
.row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
p{
    margin: auto;
}

a:hover{
    text-decoration: none;
    color: #04c2f1 !important;
}

img{
    position: relative;
    max-width: 100%;
}

.container {
    max-width: 1200px;
}

body{
  min-width: 390px;
}

main > .container {
    padding-left 15px;
    padding-right 15px;
}

main > .site-error,
main > .page-wrapper {
    padding: 70px 0 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    /*height: 60px;*/
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
nav .navbar-brand img{
    max-height: 56px;
}

footer{
    background-color: #58595b !important;
    color: #DDDDDD !important;
}
footer a, footer p{
    color: #DDDDDD !important;
}

footer .footer-title{
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}

footer ul{
     list-style: none;
     padding: 0;
     margin: 30px 0 15px;
}

footer ul li{
    font-size: 16px;
    padding-bottom: calc(15px / 2);
}

footer .footer-section1{
    background-color: #4E5054;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

footer .footer-section2{
    padding: 10px;
}

.main-title{
    padding: 10px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch-btn-wrpper {
    padding: 10px;
}
.switch-btn-wrpper span{
    vertical-align: middle;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.bottom-line{
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}

.bottom-dot{
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #000;
}

.pbottom{
  padding-bottom: 50px;
}

.bold-title{
  font-weight: 600;
}

.card{
  margin-bottom: 1px;
  border-bottom: 2px solid @theme-border-color;
}
.card .title-wrapper{
  box-sizing: border-box;
  position: relative;
}
.card .title-wrapper .num{
  position: absolute;
  /*top: ~"calc( 50% - 20px)";*/
  top: 16px;
  left: 0;
  font-size: @font-size + 4px;
  /*font-weight: 700;*/
  /*color: @theme-deep-blue;*/
  /*background-color: #fabb4a;*/
  /*width: 40px;*/
  /*line-height: 40px;*/
  /*border-radius: 50%;*/
  /*text-align: center;*/
  line-height: 28px;
}
.card .title-wrapper .title{
  /*color: @theme-deep-blue;*/
  letter-spacing: 1.2px;
  padding: 16px 0px 13px;
  padding-right: 45px;
  box-sizing: border-box;
  cursor: pointer;
  /*font-weight: 700;*/
  font-size: @font-size + 4px;
  line-height: 28px;
}
.card .title-wrapper .hv-num{
  padding-left: 240px;
  letter-spacing: 0.4px;
}
.card .title-wrapper a{
  background: url(img/button_open.png) no-repeat center;
  background-size: 17px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 11px;
  right: 1px;
  border: 1px solid @theme-border-color;
  padding: 8px;
  box-sizing: border-box;
}
.card .content{
  display: none;
}
.card  .content .content_inner{
  padding: 15px 0px;
}
.card:first-child{
    .content{
      /*display: block;*/
    }
  }
.card.expand .title-wrapper a{
  background: url(img/button_close.png) no-repeat center;
  background-size: 17px;
}
.card.expand .content{
  display: block;
}

h2{
  font-size: 1.5em !important;
}

.faq-wrapper .faq-section{
  padding: 10px 0;
}

.faq-wrapper .faq-section{
  cursor: pointer;
}

.faq-wrapper .faq-section .faq-content{
  display: none;
}

.faq-wrapper .faq-section.show-content .faq-content{
  display: block;
}

.gray-bg{
  background-color: #F9F9F9;
}

.darkgray-bg{
  background-color: #CDCDCD;
}

 .section-area{
  padding: 20px 0;
 }

 .banner-area{
  padding: 0;
 }

 .faq-title i{
  padding: 0 5px;
}
.img-responsive{
  width: 100%;
  height: auto;
}
.abs-text{
  text-align: center;
  z-index: 1;
  color: #fff;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.banner-bg{
  position: relative;
  background: url('../images/jpg/1.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0;
}

.banner-bg-solution{
  position: relative;
  background: url('../images/wallpaper/10.png') center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0;
}

.banner-bg-faq{
  position: relative;
  background: url('../images/wallpaper/15.png') center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0;
}

.banner-bg-about{
  position: relative;
  background: url('../images/wallpaper/7.png') center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0;
}

.banner-bg-contact{
  position: relative;
  background: url('../images/wallpaper/4.png') center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0;
}

.pop-pic-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.pop-pic-modal .modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding: 0;
  max-width: 1200px;
  height: 100%;
}

@media (max-width: 1200px) {
    .pop-pic-modal .modal-content {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .pop-pic-modal .modal-content {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .pop-pic-modal .modal-content {
        max-width: 720px;
    }
}
@media (max-width: 576px) {
    .pop-pic-modal .modal-content {
        max-width: 540px;
    }
}

.pop-pic-modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.pop-pic-modal .close:hover,
.pop-pic-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.pop-pic-modal .mySlides {
  //display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 

}

.pop-pic-modal .prev,
.pop-pic-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.pop-pic-modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.pop-pic-modal .prev:hover,
.pop-pic-modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.pop-pic-modal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.pop-pic-modal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.pop-pic-modal img.demo {
  opacity: 0.6;
}

.pop-pic-modal .active,
.pop-pic-modal .demo:hover {
  opacity: 1;
}

.pop-pic-modal img.hover-shadow {
  transition: 0.3s;
}

.pop-pic-modal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.normal-hyperlink a{
  color: #000000 !important;
}

.field-contactform-name label:after,
.field-contactform-email label:after,
.field-contactform-phone label:after{
  content: '*';
  font-size: 10px;
  vertical-align: top;
}