@charset "utf-8";
/* CSS Document */


/*Ipad Pro*/
@media screen and (max-width: 1024px) { 

}


/* heaedr -------------------------------------- */

@media screen and (max-width: 992px) {

  .header {
    background-color: var(--Grayscale_0) !important;
  }

  .logo-m {
    display: block;
    margin-bottom: 20px;
  }
  .mobile {display: block!important;}
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.5s ease;
    align-items: normal;
  }

  .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 993px) {
  .menu-dropdown:hover>.submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 992px) {
  .menu {
    width: 100%;
    height: auto;
    margin: 20px;
    padding: 0;
  }

  .menu-item {
    display: block;
    margin: 0 auto;
  }

  .menu-link {
    /* justify-content: space-between; */
    height: 50px;
    color: var(--Grayscale_900);
    background-color: var(--Grayscale_0);
    border-bottom: solid 2px var(--Grayscale_200);
    width: 100%;
  }

  .menu-link:hover {
    outline: none;
    color: var(--Primary_base);
    background-color: var(--Grayscale_0);
  }

  .submenu {
    position: relative;
    top: 100;

  }

  .submenu-link:hover {
    color: var(--Primary_base);
  }
}

@media only screen and (max-width: 992px) {
  .submenu {
    position: relative;
    top: -0.5rem;
    /* left: 2.5rem; */
    /* width: 100%; */
    max-height: 0;
    padding: 0px 0px 0px 2.5rem;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
    text-align: left;
  }
}

@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 992px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* heaedr -------------------------------------- */


/* top banner -------------------------------------- */

@media only screen and (max-width: 992px) {
    .big_mark {
        font-size: 40px;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 20px;
    }
    .sub_label{
        font-size: 24px;
        text-align: center;
    }
    .top_banner_cta_button{
        font-size: 20px;
        width: fit-content;
        height: fit-content;
        padding: 15px 24px;
        margin: auto;
    }
    
}

/* top banner -------------------------------------- */

/* service -------------------------------------- */

@media only screen and (max-width: 992px) {

.Service>li .text_box{
  padding: 20px
}
.Service>li .title_text {
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.Service>li .text {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.5;  
}
}

@media screen and (max-width: 680px) {
  .Service>li .text_box {
      width: 80%;
      padding: 20px 0;
  }
  .Service>li .text{
      text-align: center;
      margin-bottom: 20px;
  }

}

/* service -------------------------------------- */

/* 回饋 -------------------------------------- */
@media only screen and (max-width: 992px) {
  .mwt_border{
    padding: 20px 24px;
  }
}
/* 回饋 -------------------------------------- */

/* 最新消息 -------------------------------------- */
@media only screen and (max-width: 992px) {
  .bg_color {
    padding: 20px 0;
  }
  .news h3{
    margin-bottom: 10px;
  }
  .news .Sub-label{
    margin-bottom: 24px;
  }
  .news_title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}

/* 最新消息 -------------------------------------- */

/* 聯絡我們 -------------------------------------- */

@media only screen and (min-width: 993px) {
  .Contact_us_bk .form_page{margin-top: 100px;margin-bottom: 0;}
}
  @media only screen and (max-width: 992px) {
  .Contact_us_bk h3{
    margin-bottom: 10px;
  }
  .Contact_us_bk .text-box{margin-top: 0;margin-bottom: 0;}
  .Contact_us_bk .form_page{margin-top: 100px;margin-bottom: 0;}

}


/* 聯絡我們 -------------------------------------- */



/*iPad*/
@media screen and (max-width: 820px) { 

}
@media screen and (max-width: 768px) { 
}

@media screen and (max-width: 680px) {

}


/* top banner -------------------------------------- */

@media only screen and (max-width: 680px) {
  .big_mark {
      font-size: 36px;
      text-align: center;
      margin-top: 60px;
      margin-bottom: 20px;
  }
  .sub_label{
      font-size: 24px;
      text-align: center;
      margin-bottom: 60px;
  }
  .top_banner_cta_button{
      font-size: 20px;
      width: fit-content;
      height: fit-content;
      padding: 15px 24px;
      margin: auto;
  }
}

/* top banner -------------------------------------- */

/* service -------------------------------------- */

@media screen and (max-width: 680px) {
  .Service>li .container {
    flex-direction: column;
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }
  
  .Service>li .pic,
  .Service>li .text_box {
    width: 100%;
  }
  .Service>li .text_box{
    padding: 20px;
    text-align: center;
  }
  .Service>li .title_text {
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .Service>li .text {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;  
  }
  .Service>li .btn{
    margin-bottom: 10px;
  }
  .Service>li .pic {
    order: 1;
  }

  .Service>li .text_box {
    order: 2;
  }
  }

  /* service -------------------------------------- */

  /* 回饋 -------------------------------------- */
  
  @media screen and (max-width: 680px) {
    .container h3{
      font-size: 26px;
      margin-bottom: 10px;
    }
  }
    
  /* 回饋 -------------------------------------- */

/* 最新消息 -------------------------------------- */

@media screen and (max-width: 680px) {
  .news {
    padding: 0 20px;
  }
  .news>ul {
    flex-direction: column;
  }
  .news>ul>li {
    flex: 1;
    margin: 0px 0px 20px 0px;
  }

  .news>ul>li {
    display: none;
  }

  .news>ul>li:nth-child(1) {
    display: block;
  }

  .tab__bar .tab__menu{max-width: 100%!important;padding: 0px 15px;}
}

/* 最新消息 -------------------------------------- */

/* 聯絡我們 -------------------------------------- */

@media screen and (max-width: 680px) {
.Contact_us_bk .title {
  padding: 0px 15px;
}
}
/* 聯絡我們 -------------------------------------- */
    
/* footer -------------------------------------- */

@media screen and (max-width: 680px) {
  footer .container {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }

  footer .container .logo,
  footer .container .link {
    width: 100%;
  }

} 

/* footer -------------------------------------- */
    

@media screen and (max-width: 390px) {

}

/* top banner -------------------------------------- */

@media only screen and (max-width: 390px) {
  .big_mark {
      font-size: 32px;
      text-align: center;
      margin-top: 40px;
      margin-bottom: 20px;
  }
  .sub_label{
      font-size: 20px;
      text-align: center;
      margin-bottom: 40px;
  }
  .top_banner_cta_button{
      font-size: 18px;
      width: fit-content;
      height: fit-content;
      padding: 15px 24px;
      margin: auto;
  }
}

/* top banner -------------------------------------- */

/* feature -------------------------------------- */
@media screen and (max-width: 390px) {
  .feature_container .img {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
  }
  .feature_container .card-text {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
  }
}
/* feature -------------------------------------- */

  /* 回饋 -------------------------------------- */
  
  @media screen and (max-width: 390px) {
    .container h3{
      font-size: 24px;
      margin-bottom: 10px;
    }
    .personnel .text {font-size: 16px;}
      
  }
    
  /* 回饋 -------------------------------------- */

  /* footer -------------------------------------- */
@media screen and (max-width: 390px) {
  .Contact_us_bk .title h3{
    font-size: 24px;
    margin-top: -10px;
  }
  .Contact_us_bk form{
    margin-bottom: 0;
  }
  .contact_us_btn{
    margin-bottom: 24px;
  }
} 
/* footer -------------------------------------- */

@media screen and (max-width: 320px) {
}


