@media screen{
html,body{
  height: 100%;
}
body{
  background-color: #F4F4F4;
  font-family: 'Noto Sans TC', sans-serif;
  margin: 0;
  padding: 0;
}
p {
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
}
a:hover{
  text-decoration: none;
}

a.back-to-top{
  position: fixed;
  z-index: 999;
  right: 8%;
  bottom: 12%;
  border-radius: 1.875rem;
}
.blocks{
  height: 100px;
}

/*這裡開始是header*/
.header-hamburger,.hamburger-menu{
  display: none;
}

.header{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}

.navbar-custom {
  padding: 0.6rem 3rem 0.6rem 3rem;
  transition: all 0.1s;
  height: 100px;
}

.nav{
  position: fixed;
  right: 8%;
  top: 110px;
  z-index: 2;
}

.nav li{
  list-style: none;
}

.nav a{
  text-align: right;
  color: #000;
  z-index: 2;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: bolder;
  padding-right: 10px;
}

.mobile-header,.mobile-subheader{
  display: none;
}

.nav-position{
  border-right: 5px solid red;
}
.scrollbar{
  z-index: 10000;
  position: fixed;
  width: 8%;
  min-height: 83%;
  right: 0;
  top: 0;
  border-left: 1px solid;
  opacity: 0.27;
}

/*這裡開始是"關於ASNET"*/

.bg01{
  background-image:url(../img/material/About-us-bg.jpg);
  background-size: contain;
  width: 100%;
  background-color: #fcfcfc;
  background-position: center center;
  background-repeat:no-repeat;
  z-index: 1;
  padding-top: 20%;
  background-attachment: fixed;
  min-height: 100vh;
}

.bg1-image, .bg1-text{
  margin-left: 15%;
}

.slogan{
  font-size: 28px;
  font-family: 'Noto Sans TC', sans-serif,Regular;
  color: #000000;
  font-weight: bold;
}

.about-text{
  font-size: 21px;
  font-family: 'Noto Sans TC', sans-serif,Regular;
  /*line-height: 35px;*/
  color: #000000;
}

/*這裡開始是產品介紹*/
.detail-btn{
  width: 100px;
  height: 100px;
  background-color: #013c60;
  border-radius: 50%;
}

.detail-btn p{
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.product-image{
  width: 20%;
}

.product-text{
  width: 60%;
}

.product-btn{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.release-tag{
  margin: 5% 0;
}

.release-tag span{
  border: 2px solid red;
  border-radius: 5%;
  padding: 2% 5%;
  color: red;
}

/*這裡開始是服務項目*/
.software-block{
  height: auto;
  background-image: url(../img/software.jpg);
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
  
}
.system-block{
  height: auto;
  background-image: url(../img/system.jpg);
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
}
.partner-block{
  height: auto;
  background-image: url(../img/partner.jpg);
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
 }
.expand-block{
  height:auto;
  background-image: url(../img/bridge.jpg);
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
}
.software-block-top{
  position: relative;
  z-index:100;
  height:auto;
  float: right;
  background-color:rgba(255,255,255,0.8);
  color: black;
  right: -15px;
}
.system-block-top{
  position: relative;
  z-index:100; 
  height:auto;
  float: right;
  background-color:rgba(0,0,0,0.8);
  color: white;
  right: -15px;
}
.partner-block-top{
  position: relative;
  z-index:100;
  height:auto;
  float: right;
  background-color:rgba(255,255,255,0.8);
  color: black;
  right: -15px;
}
.expand-block-top{
  position: relative;
  z-index:100;
  height:auto;
  float: right;
  background-color:rgba(0,0,0,0.8);
  color: white;
  right: -15px;
}
.service-title{
 margin-top: 20px;
 margin-left: 3%;
 margin-right: 3%;
 font-family: 'Noto Sans TC', sans-serif;
 text-align: left;
 font-size: 21px;
}
.service-content li{
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif,Regular;
  text-align: left;
}
.service-content p{
  margin-left: 20px;
  margin-right: 20px;
  font-family: 'Noto Sans TC', sans-serif,Regular;
}
#service-items{
 padding-top: 7%;
}


/*這裡開始是精選案例*/

.case-block{
  padding-top: 6%;
  /*padding-bottom: 7%;*/
  letter-spacing:0; 
}
.case-title{
  background-color: #626262;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  padding: 10px;
  font-family: 'Noto Sans TC', sans-serif;
}
.case-title a{
  font-size: 24px;
}

.case-content{
   color: #626262;
   min-height: 212px;
   /*background-color: #F4F4F4;*/
   background:linear-gradient(180deg, #F4F4F400 0%, #F4F4F4CC 37%, #F4F4F4 100%) 0% 0% no-repeat padding-box;
   margin-bottom: 20px;
   overflow: hidden;
   /*height: 400px;*/
}

.content {
  background: #F4F4F4;
  z-index: 1;
  position:relative;
  height:auto;
  overflow: hidden;
}
.content p{
  margin:0 10px;
  color: #626262;
  font-family: 'Noto Sans TC', sans-serif;
}

.content:before, .content:after{
  -webkit-transiton: all 300ms ease;
  -moz-transiton: all 300ms ease;
  transiton: all 300ms ease;
}


.content.masked{
  height: 210px;
  margin-bottom: 20px;
}

.content.open{
  padding-bottom: 100px;
  margin-bottom: 20px;
}

.content.masked:before {
  content: "閱讀更多";
  position: absolute;
  bottom:10px;
  left:0;
  width:100%;
  z-index: 3;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4A4A4A;
  /*border-bottom:1px solid #707070; */
  cursor: pointer;
}

.border-bottom:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2%;
  right: 0;
  height: 1px;
  width: 122px;
  background-color: #707070;
  z-index: 10;
  margin: 0 auto;
}

.content.masked:after {
  content: "";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  background: -webkit-transparent linear-gradient(180deg, #F4F4F400 46%, #F4F4F4CC 55%, #F4F4F4 100%) 0% 0% no-repeat padding-box;
  background: -moz-transparent linear-gradient(180deg, #F4F4F400 46%, #F4F4F4CC 55%, #F4F4F4 100%) 0% 0% no-repeat padding-box;
  background: -o-transparent linear-gradient(180deg, #F4F4F400 46%, #F4F4F4CC 55%, #F4F4F4 100%) 0% 0% no-repeat padding-box;
  background: linear-gradient(rgba(244,244,244,0) 30%, rgba(244,244,244,0.6) 50%, rgba(244,244,244,0.9) 70%);
  background: -ms-linear-gradient(90deg, rgba(244,244,244,0.9) 30%, rgba(244,244,244,0.6) 50%, rgba(244,244,244,0) 70%) 0% 0% no-repeat padding-box;
}

.content.open:before {
  content: "關閉內容";
  position: absolute;
  bottom:10px;
  left:0;
  width:100%;
  z-index: 3;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4A4A4A;
  cursor: pointer;
}


.content.open:after {
  content: none;
}

.keyWords-small{
  border: 1px solid #626262;
  text-align: center;
  font-weight: bold;
  font-family: 'Noto Sans TC', sans-serif;
  margin:0 0 0 10px;
  padding: 5px 20px;
  display: inline-block;
  color: #626262;
}
.keyWords{
  border: 1px solid #626262;
  text-align: center;
  font-weight: bold;
  font-family: 'Noto Sans TC', sans-serif;
  margin:0 0 0.5em 10px;
  padding: 5px 7px;
  display: inline-block;
  color: #626262;
}



/*這裡開始是公司資訊*/
.bg02{
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat:no-repeat;
  z-index: 1;
  background-color: gray;
  background-attachment: fixed;
}
.info{
  margin-top: 6.2%;
}
#companyInfo{
  width: 100%;
  background-image: url(../img/material/company-building.jpg);
  padding-top:4%;
}
.info-content{
  background-color: white;
  padding: 1rem;
  float: left;
  height: 100%;
}
.info-content p{
  margin-left: 10px;
}
#guide{
  width: 100%;
}
.mapRow{
  padding-right: 0px;
}
.info-map{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10%;
}
.gmap{
  width:100%; 
  height:200px;
}


/*這裡開始是聯絡我們的表單*/
.form-block{
  padding-top: 6%;
  min-height: 100vh;
}
input {
  width: 316px;
  height: 40px;
  box-sizing: border-box;
  padding:10px;
  /*display: block;*/
  
}
label{
  color: black;
  font-size: 1.3rem;
  font-weight: bolder;
  font-family: "Segoe UI","微軟正黑體",sans-serif;
  padding-top: 8px;
  /*display: block;*/
}
select{
  font-size: 1.1rem;
  height: 40px;
}
.btn{
  height: 45px;
  background-color: black;
  color: white;
  font-size: 18px;
  font-family: "Segoe UI","微軟正黑體",sans-serif;
}
.error{
  border-color: red !important
}

/*這裡開始是footer*/
.footer {
  width: 1280px;
  height: 10%;
  position: relative;
  background-color:black;
  color: white;
  overflow:hidden;
}

#footer-left{
  float: left;
  width: 50%;
  height: 100%;
}
#footer-right{
  float: left;
  width: 50%;
  height: 100%;
  color: white;
}
.icon-globe{
  font-size: 16px;
  color: white;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?gej2eh');
  src:  url('fonts/icomoon.eot?gej2eh#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?gej2eh') format('truetype'),
        url('fonts/icomoon.woff?gej2eh') format('woff'),
        url('fonts/icomoon.svg?gej2eh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-globe:before {
  content: "\e900";
}
.icon-earth:before {
  content: "\e9ca";
}

/*隱藏滾動條*/
/*firefox*/
html {
  overflow:-moz-scrollbars-none;
  height: 100%;
  scrollbar-width: none;
}


/*chrome*/
body::-webkit-scrollbar {     
  display: none;
}

/*IE/Edge*/
body {
  -ms-overflow-style: none;
  height: 100%;
  width: calc(100vw);
  overflow: auto;
  scrollbar-width: none;
}


.anchor:target::before{
  content: "";
  display: block;
  height: 60px; 
}



/*去除表單填數字上下箭頭*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}



.page-scroll{
   -moz-transition-property: -webkit-transform ;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-duration: 1s;
   -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
 }
 }