* {
    padding: 0;
    margin: 0;
}
.mb100 {
	margin-bottom: 100px;
}
.company_title {
    flex-wrap: wrap;
    /* margin-left: 150px; */
    margin-left: 180px; /* for new header */
    color: #ffffff;
    position: absolute;
    font-size: 24px;
    width: auto;
    font-family: 'lato';
    top: 20px;
}
.chn_title {
    font-family: 'Noto Sans TC';
}
.eng_title {
    font-family: 'lato';
}
.header-section {
    height: 115px;
    background: #4571A9;
    padding-left: 50px;
    padding-right: 50px;
    width: calc(100% - 100px);
}
.pic {
    width: 106px;
    position: absolute;  /* for new header */
    top: 0px;            /* for new header */
    left: 50px;          /* for new header */   
}
.company_pic {
    width: 90px;
    height: 90px;
    position: relative; 
    top: 12.5px;
}
.main-menu {
    list-style: none;
    float: right;
}
.main-menu li {
    list-style: none;
    display: inline-block;
}
.main-menu li a {
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
    padding-top: 44px;
    padding-bottom: 44px;
}
.main-menu li a:hover {
    color: #fc0254;
}
.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 75px;
    width: 150px;
}
.main-menu .sub-menu {
    position: absolute;
    flex-wrap: wrap;
    top: 115px;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 60;
    border: 1px solid gray;
    border-radius: 15px;
    box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.sub-menu li {
    margin-left: unset !important;
    padding-left: 15px !important;
    width: calc(100% - 15px);
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}
/* .sub-menu li:hover {
    background: lightgray;
} */
.sub-menu li:hover a {
    color: #fc0254;
}
.sub-menu li a{
    flex-wrap: wrap;
    text-align: left;
    padding-top: unset !important;
    padding-bottom: unset !important;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}
.sub-menu li a {
    color: black;
    width: 100%;
    margin-left: 0;
}
.menu {
    position: absolute;
    top: 40px;
    right: 70px;
}
.menu .main-menu li {
    margin-left: 60px;
}
.header_pic {
    width: 100%; 
    height: 115px; 
}
.footer {
    width: 100%;
    position: relative;
    bottom: 0;
    background: #516B9F;
    color: #fff;
    /* height: 50px; */
}
.outer-section {
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
    height: 50px;
    display: flex;
    justify-content: space-around;
}
.inner-section {
    width: auto;
    font-size: 22px;
    height: 26px;
    position: relative;
    top: 12px;
    text-align: center;
}
.h115 {
    height: 115px;
}
.w100 {
    width: 100%;
}
.z1 {
    z-index: 2;
}
.z2 {
    z-index: 1;
}
.h250 {
    height: 250px;
}
.contentArea {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
}
.contentSquare {
    height: 400px;
    max-width: 400px;
    position: relative;
    top: -200px;
    background: #fff;
    box-shadow: lightgray 2px 7px 20px;
    transition: all 0.4s;
}
.contentSquare:hover {
    top: -220px;
    background: #CCFFCC;
}
.bgcolor-w {
    background: #ffffff;
}
.bgcolor-p {
    background: #FEF8F5;
}
.squareTitle {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bolder;
    height: 10%;
}
.squareContent {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 20px;
    height: 60%;
}
.squarePic {
    height: 30%;
    position: relative;
    left: calc(50% - 70px);
    top: 25px;
    width: 150px;
}
.title {
    position: relative;
    left: 10%;
    width: 35%;
    background: linear-gradient(90deg,lightgray, #fff);
    font-size: 36px;
    max-width: 500px;
    font-weight: bolder;
    padding-left: 20px;
}
.customer_pic {
    position: relative; 
    left: 15%;
    margin-top: 20px;
    width: auto;
}
.information {
    position: relative; 
    left: 10%;
    margin-top: 20px;
    display: flex;
    width: 80%;
    right: 10%;
}
.detail {
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    left: 5%;
    font-size: 20px;
    width: 95%;
}
.detail_information {
    margin-left: 10px;
    width: auto;
    position: relative;
    top: calc(50% - 13px);
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    height: 300px;
    margin-right: 100px;
}
.pt50 {
    padding-top: 50px;
}
.pb50 {
    padding-bottom: 50px;
}
.mt50 {
    margin-top: 50px;
}
.map_pic {
    height: 300px;
    width: auto;
    box-shadow: lightgray 2px 7px 20px;
}
.googlemap {
    position: absolute;
    right: 0;
    width: 45%;
}
.googlemap iframe {
    height: 300px;
    width: 100%;
}
/* .hamburger {
    display: none;
}
#mobile-menu {
    display: none;
}
#hamburger_checkbox{
    display: none;
} */

.content{
    font-size: 110%;
}
.content img{
    width: 80%;
    height: auto;
    position: relative;
    left: 10%;
    margin-bottom: 5%;
}
.contentText{
    padding-left: 2%;
}

.imgIconStyle{
    float: left;
    display: flex;
    width: 100%;
}
.imgIconStyle img{
    max-height: 50px;
    width: 36px;
    height: 36px;
    position: relative;
    left: 0;
    top: 5px;
    margin-bottom: unset !important;
    margin-right: 20px;
}

.subTitle{
    font-size: 28px !important;
    font-weight: 700;
    position: relative;
}
.subMiniTitle{
    font-weight: 700;
}
.importantContent{
    font-weight: 700;   
    color: red;
}

table.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin: auto;
  }
  table.blueTable td  {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
  }
  table.blueTable th{
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
  }
  table.blueTable tbody td {
    font-size: 13px;
  }
  table.blueTable tr :nth-child(even) {
    background: #D0E4F5;
  }
  table.blueTable tr :nth-child(odd) {
    background: rgb(237, 244, 250);
  }
  table.blueTable thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
  }
  table.blueTable thead th {
    background: #1C6EA4 !important;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
  }
  table.blueTable thead th :first-child {
    border-left: none;
  }
  .companyIntro {
      position: relative;
      width: 70%;
      left: 15%;
      font-size: 24px;
  }
  .companyIntro b {
      color: red;
  }
  .companyIntro span {
      display: block;
  }

  .flex {
      display: flex;
      font-size: 22px;
      position: relative;
      padding-top: 23.25px;
      padding-bottom: 23.25px;
  }
  .tree {
      height: 450px !important;
  }
  .leaf {
    width: 66px !important;
    height: 66px !important;
    margin-right: 25px;
    margin-bottom: unset !important;
  }
  .leafTextArea {
      margin-left: 30px;
  }
  .companyValues{
    width: 75%;
    position: relative;
    left: 12.5%;
    margin-bottom: 50px;
    display: flex;
  }
  .companyValues img {
    max-width: unset !important;
    width: 100%;
    height: 100%;
    transform: unset !important;
  }
  .pyramid {
    width: 30% !important; 
    height: 630px !important;
    position: relative;
    left: 0 !important;
    margin-right: 30px;
  }
  .serviceItems {
      margin-top: 15px;
      width: 55%;
      position: relative;
      top: 10px;
      right: 0;
  }
  .serviceItems tr {
      font-size: 22px;
  }
  .serviceItems tr:nth-child(odd) {
    background: #F9F9F9;
  }
  .serviceItems ul {
      display: flex;
  }
  .serviceItems th {
    background: #1A75FF;
    font-size: 28px;
    color: #fff;
    text-align: center;
    width: 50%;
  }
  .serviceItems td {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .serviceInfo {
      height: 95px;
  }
  .serviceExp {
    text-align: center;
    width: 70%;
    position: relative;
    left:15%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .serviceExp th {
      background: #1A75FF;
      font-size: 28px;
      color: #fff;
  }
  .serviceExp tr {
      font-size: 22px;
  }
  .serviceExp tr:nth-child(odd) {
      background: #F9F9F9;
  }
  .serviceExp td {
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 15px;
      text-align: left;
  }
  .serviceItem {
      display: flex;
      position: relative;
      width: 80%;
      left: 15%;
  }
  .rfidItems {
      position: relative;
      width: 70%; 
      left: 15%;
  }
  .rfidSolutionText {
      font-size: 18px;
  }
  .rfidPic {
      width: 100% !important;
      height: 100% !important;
      left: 5% !important;
      margin-bottom: unset !important;
  }
  .inner-ul {
      list-style-position: inside;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  li b {
      color: red;
  }
  .outer-ul {
      font-size: 24px;
      position: relative;
      left: 10%;
  }
  .prl0 {
      position: relative;
      left: 8%;
  }
  .outer-ul-name {
      padding-bottom: 20px;
  }
  .outer-ul li {
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .inner-ul li {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .ul-detail {
      list-style: none;
      padding-top: 20px;
      color: red;
      font-weight: bolder;
      width: 70%;
  }
  .serviceSummary {
      width: 70%;
      font-size: 22px;
      font-weight: bolder;
      position: relative;
      left: 15%;
  }
  .wall {
      opacity: 0.7;
  }
  #wall {
      transition: 2500ms;
  }
  .arrow {
      position: absolute;
      top: 50%;
      height: 70px;
      width: 70px;
      z-index: 5;
  }
  .arrow img {
      height: 70px;
      width: 70px;
      opacity: 0.5;
  }
  .l20 {
      left: 20px;
  }
  .r20 {
      right: 20px;
  }
  .customers {
      position: relative;
      width: 90%;
      left: 5%;
      display: flex;
      align-content:flex-start;
  }
  .customers img {
      width: 20%;
      margin-left: 2.5%;
      margin-right: 2.5%;
      /* height: 150px; */
  }
  .h90 {
      height: 90px;
  }
  .h180 {
      height: 180px;
  }
  .t45 {
      position: relative;
      top: 45px;
  }
  .serviceTable {
      position: relative;
      right: 5%;
  }
  .mobileCustomer {
    display: none;
  }
  .webCustomer {
    display: block;
  }
  .rfidIntro {
      position: relative;
      width: 70%;
      left: 15%;
  }
  .rfidIntro p {
      font-size: 20px;
      margin-top: 15px;
      margin-bottom: 15px;
  }
@media screen and (max-width: 1200px) and (min-width: 1025px) {
    .inner-section {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    #leftarrow {
        display: none;
    }
    #rightarrow {
        display: none;
    }
    .footer {
        height: 120px;
    }
    .outer-section {
        flex-wrap: wrap;
        margin-left: 40px;
        margin-right: 40px;
        width: calc(100% - 80px);
        height: 120px;
    }
    .inner-section {
        font-size: 16px;
        width: 100%;
        text-align: left;
        height: auto;
        padding-top: 2px;
        top: 0;
    }
    .h90 {
        height: 70px;
    }
    .h180 {
        height: 140px;
    }
    .mt50 {
        margin-top: 40px;
    }
    .t45 {
        top: 35px;
    }
    .mobiletitle {
        width: 45% !important;
    }
    .content img {
        width: 85%;
        left: 7.5%;
    }
    .serviceItems td {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .serviceItems tr {
        font-size: 18px;
    }
    .serviceExp tr {
        font-size: 18px;
    }
    .imgIconStyle img {
        width: unset !important;
        position: relative; 
        left: 0;
    }
    .rfidItems {
        width: 80%;
        left: 10%;
    }
    .ul-detail {
        width: 80%;
    }
    .title {
        left: 5%;
        font-size: 30px;
    }
    .mobilefooter {
        position: fixed;
        bottom: 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .pad-inner {
        width: 33%;
        text-align: center;
    }
    .footer {
        height: 25px;
    }
    .outer-section {
        flex-wrap: unset !important;
        height: 25px;
    }
    .inner-section {
        width: auto;
        margin-right: 10px;
    }
}


@media screen and (max-width: 1024px) and (min-width: 769px) {
    .menu .main-menu li {
        margin-left: 30px;
    }
    .contentSquare {
        max-width: 300px;
        height: 350px;
    }
    .squareTitle {
        font-size: 24px;
        padding-top: 10px;
        margin-bottom: 15px;
    }
    .squareContent {
        font-size: 18px;
        padding-left: 10%;
        padding-right: 10%;
        height: unset !important;
        margin-top: 30px;
    }
    
    .flex {
        font-size: 20px;
    }
    .companyValues {
        width: 85%;
        left: 7%;
    }
    .companyValues img {
        width: 120%;
    }
    .serviceItem {
        width: 90%;
        left: 5%;
    }
    .serviceItems {
        width: 65%;
    }
    .companyIntro {
        width: 80%;
        left: 10%;
    }
    .outer-ul {
        left: 0%;
    }
    .rfidDetail {
        width: 90%;
        position: relative;
        left: 10%;
    }
    .mobileInformation {
        top: 0;
    }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
    .mobileInformation {
        top: 0;
    }
    .footer {
        height: 50px;
    }
    .outer-section {
        height: 50px;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .inner-section {
        width: 50%;
        font-size: 14px;
    }
    .rfidIntro {
        width: 80%;
        left: 10%;
    }
}

@media screen and (min-width: 769px) {
    .hamburger {
        display: none;
    }
    #mobile-menu {
        display: none;
    }
    #hamburger_checkbox{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .menu {
        display: none;
    }
    #mobile-menu {
        display: block;
    }    
    .contentArea {
        flex-wrap: wrap;
    }
    .contentSquare {
        top: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .contentSquare:hover {
        top: 15px;
        background: #fff;
    }
    .company_title {
        top: 10px;
        font-size: 20px;
        margin-left: 100px;
    }
    .h250 {
        height: 1250px;
    }
    .detail_information {
        font-size: 14px;
    }
    .pt50 {
        padding-top: 20px;
    }
    .customer_pic {
        width: calc(100% - 50px);
        left: 25px;
    }
    .information {
        flex-wrap: wrap;
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
    }
    .squareContent {
        font-size: 16px;
    }
    .flexbox {
        width: 45%;
        margin-right: unset !important;
        margin-bottom: 15px;
        position: relative;
        left: 5%;
    }
    .map_pic {
        width: 100%;
    }
    .googlemap {
        position: relative;
        right: unset !important;
        left: 8%;
        width: 45%;
        height: 300px;
    }
    .outer-section {
        height: auto;
    }
    .main-menu {
        display: none;
    }
    .header_pic {
        height: 79px;
    }
    .company_pic {
        width: 64px;
        height: 54px;
        padding-top: 0;
        position: absolute;
        left: 12.5px;
        top: 12.5px;
    }
    .h115 {
        height: 79px;
    }
    .hamburger {
        position: absolute !important;
        right: 10px;
        top: 20px;
    }
    .pic {
        left: 0;
    }
    .navbar {
        padding: 0 !important;
    }
    .navbar-toggler {
        padding: 0px !important;
    }
    .navbar-toggler-icon {
        width: 40px !important;
        height: 40px !important;
    }
    .hamburger_list {
        background: #4571A9;
        width: 200px; 
        height: calc(100% - 79px); 
        position: absolute; 
        top: 79px; 
        left: -200px;
        z-index: 2;
        transition: 0.5s all;
    }
    .mobile-menu {
        font-size: 18px;
    }
    .mobile-menu li {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 20px;
        list-style: none;
    }
    .mobile-menu li a{
        color: #fff;
    }
    .mobile-menu li a:hover {
        color: #fc0254;
    }
    input {
        display: none;
    }
    .mobile-sub-menu1, .mobile-sub-menu2, .mobile-sub-menu3 {
        display: none;
    }
    .title {
        left: 5%;
    }
    .serviceExp {
        width: 90%;
        left: 5%;
    }
    .serviceItem {
        width: 90%;
        left: 5%;
    }
    .pyramid {
        width: 35% !important;
        margin-right: 20px;
    }
    .serviceItems {
        width: 60%;
    }
    .flex {
        font-size: 18px;
    }
    .companyValues {
        width: 90%;
        left: 5%;
    }
    .leafTextArea {
        margin-left: 5px;
    }
    .leaf {
        margin-right: unset;
    }
    .tree {
        height: 300px !important;
        position: relative;
        top: calc(50% - 150px);
    }
    .inner-ul li {
        padding-right: 15%;
    }
    .outer-ul-name {
        padding-right: 15%;
    }
    .title {
        font-size: 25px;
    }
    .mobiletitle {
        width: 50% !important;
    }
    .serviceSummary {
        width: 90%; 
        left: 5%;
    }
}
@media screen and (max-width: 500px) {
    .mobileCustomer {
        display: block;
    }
    .webCustomer {
        display: none;
    }
    .title {
        padding-left: 10px;
        font-size: 20px;
        width: 40%;
        margin-top: unset !important;
    }
    .companyIntro {
        width: 85%;
        left: 7.5%;
        font-size: 16px;
    }
    .outer-ul {
        left: 5%;
    }
    .outer-ul li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .outer-ul-name {
        font-size: 16px;
        padding-right: 10%;
    }
    .inner-ul {
        font-size: 14px;
        padding-right: 10%;
    }
    .tree {
        display: none;
    }
    .leaf {
        width: 50px !important;
        height: 50px !important;
        position: relative;
        top: 12px;
        margin-right: 10px;
    }
    .flex {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }
    .serviceItems {
        width: 100%;
    }
    .serviceItems th {
        font-size: 16px;
    }
    .serviceItems td {
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .pyramid {
        height: 400px !important;
        display: none;
    }
    .inner-section {
        font-size: 14px;
        top: 5px;
    }
    .outer-section {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }
    .footer {
        height: 100px;
    }
    .subTitle {
        font-size: 18px !important;
    }
    .imgIconStyle img {
        width: 24px !important;
        height: 24px;
        margin-right: 8px;
    }
    .inner-ul li {
        padding-right: 5%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .ul-detail {
        font-size: 16px;
        width: 90%;
    }
    .serviceExp td {
        font-size: 14px;
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .serviceExp th {
        font-size: 16px;
    }
    .serviceSummary {
        font-size: 16px;
    }
    .serviceItem {
        width: 80%;
        left: 10%;
    }
    /* .mobileCustomer {
        display: block;
    } */
    .customers {
        width: 95%;
        left: 2.5%;
    }
    /* .customers img {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    } */
    /* .webCustomer {
        display: none;
    } */
    .flexbox {
        width: unset !important;
        left: 0;
    }
    .mt50 {
        margin-top: 30px !important;
    }
    .t45 {
        top: 25px;
    }
    .googlemap {
        width: 100%;
        left: 0;
    }
    .customers img {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .rfidIntro {
        width: 90%;
        left: 5%;
    }
    .rfidIntro p {
        font-size: 14px;
    }
    .blueTable {
        font-size: 14px;
    }
}
@media screen and (max-width: 375px) {
    .mobileInformation {
        top: 0;
    }
    .h90 {
        height: 40px;
    }
    .h180 {
        height: 80px;
    }
}
@media screen and (max-width: 360px) {
    .title {
        width: 45%;
    }
    .footer {
        height: 100px;
    }
    .company_title {
        margin-left: 85px;
        font-size: 18px;
    }
}
@media screen and (max-width: 320px) {
    .title {
        font-size: 18px;
    }
}