
body.ui-body ul.pagination.new-style li a {
  display: block;
  color: #00226E;
  background: #fff;
}

body.ui-body ul.pagination.new-style li.active a {
    background: #c7d5fe;
  }

/* body.ui-body ul.pagination.new-style li.active a {
color: #00226E;
} */
.banner-background-alliance_resources {
    background-image: url('./becky/statics/assets/images/mainview_resource.jpg');
}
.banner-background-business_index {
    background-image: url('./becky/statics/assets/images/mainview_business.jpg');
}
.banner-background-business_index2 {
    background-image: url('./becky/statics/assets/images/bg_promote.jpg');
}
body.ui-body section.area-promote.new-style {
    margin-top: 0px;
  }
.banner-background-privacy {
    background-image: url('./assets/images/blog-cover.png');
}
.banner-background-technology {
    background-image: url('./becky/statics/assets/images/mainview_news.jpg');
}
.sigs-image1 {
    background-image: url('./4sa/sigs-01.jpg');
}
.sigs-image2 {
    background-image: url('./4sa/sigs-02.jpg');
}
.chat-robothead {
    background-image: url('./becky/statics/assets/images/img_robothead.png');
}
.chat-messagehead2 {
    background-image: url('./assets/images/match/messagehead2.jpg');
}
.chat-ai_avatar {
    background-image: url('./becky/statics/assets/images/img_ai_avatar.png');
}
.project-1 {
    background-image: url('./business/project-1.jpg');
}
.project-2 {
    background-image: url('./business/project-2.jpg');
}
.team-1 {
    background-image: url('./business/team-1.jpg');
}
.team-2 {
    background-image: url('./business/team-2.jpg');
}
.business-1 {
    background-image: url('./business/business_01.jpg');
}
.business-2 {
    background-image: url('./business/business_02.jpg');
}

.hidden {
    display: none;
}
.hidden2 {
    display: none !important;
}

.light-background {
    background: #f5f5f5;
}

.black-text {
    color: black;
}
.red-text {
    color: red;
}
.white-text {
    color: #fff;
}
.aliceblue-text {
    color: aliceblue !important;
}

.background-pink {
    background-color: #f8d9d9 !important;
}
.background-white {
    background-color: #f0f0f0 !important;
}

.random-item {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.random-item .title,
.random-item .text {
    color: rgba(255, 255, 255, 0.1) !important;
}

.centered-margin {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.bread-blue {
    color: rgb(170, 215, 255) !important;
}
.domestic-header-margin {
    margin-right: 0px !important;
}
.domestic-sidebar-margin {
    margin-top: 10px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.access-hidden {
    position: absolute !important;
    left: -9999px !important;
}
.base-image {
    width: 27px !important;
    height: 27px !important;
    margin-bottom: 0px !important;
}
.base-image2 {
    width: 27px !important;
    height: 27px !important;
    margin-bottom: 20px !important;
}
.base-font-size {
    font-size: 13px !important;
}
.back-to-top {
    transition: stroke-dashoffset 10ms linear;
    stroke-dasharray: 307.919, 307.919;
    stroke-dashoffset: 307.919;
    /* cursor: pointer; */
}

/* 添加符合您網站無障礙標準的焦點樣式 */
/* .back-to-top:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px; 
} */

.image-center {
    text-align: center !important;
}

.head-image {
    max-height: 550px;
    object-fit: cover;
}

body.ui-body ul.list-tag.new-style {
  display: flex;
  flex-wrap: wrap;
}
body.ui-body ul.list-tag.new-style li {
  padding: 3px 10px;
  border: 1.5px solid #04679B;
  color: #04679B;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 15px;
  flex-basis: fit;
  flex-shrink: 0;
  font-weight: 400;
  background: transparent; /* 改成透明底色 */
  cursor: pointer; /* 讓列表項目可點擊 */
  
}
body.ui-body ul.list-tag.new-style li + li {
  margin-left: 20px;
}

body.ui-body ul.list-tag.new-style.en-style li + li {
    margin-left: 20px;
    @media (max-width: 461px) {
          margin-left: 0px;
      }
  }


body.ui-body ul.list-tag.new-style li:hover {
  background: rgba(40, 99, 216, 0.1); /* 滑鼠懸停效果 */
  border: 1.5px solid #2863D8;
}

body.ui-body .card-news-md.new-style {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    height: 130px;
  }

  body.ui-body .card-special.new-style {
    padding: 40px 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all ease-in-out 0.3s;
    border: none;
    /* height: 330px; */
  }

  body.ui-body .card-news.new-style2 {
    border: none;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: 420px;

    @media (max-width: 1400px) {
        height: 390px; 
    }
    @media (max-width: 1200px) {
        height: 360px; 
    }
  }

  @media screen and (max-width: 767px) {
    body.ui-body section.mainview .board .card-news .pic.hot_product {
      width: 100px;
      height: 80px;
    }
  }


  .calendar-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.calendar-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.calendar {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    position: absolute;
    z-index: 1;
    display: none;
}

.calendar-header {
    background-color: #3498db;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.prevBtn,
.nextBtn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.monthYear {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.daysContainer {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    padding: 10px;
}

.day {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.day.current {
    background-color: #3498db;
    color: white;
}

.day.selected {
    background-color: #2ecc71;
    color: white;
}

.dateInput {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

body.ui-body a.fixed-bot.new-style {
    top: 150px;
    z-index: 99999;
  }

body.ui-body button.fixed-bot.new-style {
    top: 150px;
    position: absolute;
    z-index: 99999;
  }
.footer-link:hover {
  color: #0088FF !important;
}

.text-red-emphasis { 
  color: #e03e2d; 
  font-style: italic; 
}
.text-blue-highlight { 
  color: #2d7ee0; 
  background-color: #e8f2ff; 
  padding: 2px 4px; 
}
.text-green-success { 
  color: #2e8b57; 
  border-left: 3px solid #2e8b57; 
  padding-left: 10px; 
  margin: 10px 0; 
}
.text-yellow-warning { 
  background-color: #fff8e8; 
  border: 1px solid #ffd980; 
  padding: 10px; 
  margin: 10px 0; 
}

.phone-header-footer-item {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  background: transparent; /* 確保背景透明 */
  border: none; /* 移除所有邊框 */
  outline: none; /* 移除點擊時的輪廓 */
  box-shadow: none; /* 移除陰影效果 */
}

.btn-tool {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent; /* 確保背景透明 */
    border: none; /* 移除所有邊框 */
    outline: none; /* 移除點擊時的輪廓 */
    box-shadow: none; /* 移除陰影效果 */
}


body.ui-body button.fixed-bot {
    display: block;
    border: 2px solid #37b8b6;
    box-shadow: 0 0 15px rgba(1, 207, 200, 0.2);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 10px;
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 999;
    transition: all ease-in-out 0.3s;
  }
  body.ui-body button.fixed-bot img {
    width: 100%;
  }
  body.ui-body button.fixed-bot:hover {
    transform: scale(1.1);
  }

  .page-banner-section.new-style {
    min-height: 270px;
  }

  body.ui-body .card-news .title {
    height: 70px;
}

.header .header-logo .logo-img {
    width: 35px; 
  }

  .font-size-13 {
    font-size: 13pt !important;
  }
  .font-size-17 {
    font-size: 17pt !important;
  }

  .card-news .top-meta {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  .card-news .top-meta .date {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-image: linear-gradient(120deg, #54d6eb 0%, #035cdd 100%);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    font-family: "Manrope", sans-serif;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    padding: 10px;
  }
  
  .card-news .top-meta .date span {
    font-size: 28px;
    line-height: 18px;
    font-weight: 500;
    line-height: 30px;
    display: block;
  }

  .video-section {
    padding-top: 130px !important;
  }

  .statement-pass {
    padding:  0 150px;
    @media screen and (max-width: 1200px) {
        padding: 0 50px;
    }
    @media screen and (max-width: 600px) {
        padding: 0 30px;
    }
}
.button-info {
  background-color: #04679B !important;
}
.btn-secondary {
  background-color: #04679B !important;
  border-color: #04679B !important;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #04679B !important;
  border-color: #04679B !important;
  color: #04679B !important;
}

body.ui-body .bg-secondary {
  background: #04679B !important;
}
body.ui-body .bg-info {
  background: #04679B !important;
}
body.ui-body .btn-secondary:hover, body.ui-body .btn-info:hover {
  color: #04679B !important;
}
body.ui-body .btn-secondary, body.ui-body .btn-info {
  background: #04679B;
  border-color: #04679B;
}
body.ui-body .btn-secondary.disabled, body.ui-body .btn-secondary:disabled, body.ui-body .btn-info.disabled, body.ui-body .btn-info:disabled {
  background: #04679B;
}
body.ui-body .btn-outline-secondary, body.ui-body .btn-outline-info {
  background-color: #fff;
  color: #04679B;
  border-color: #04679B;
}
body.ui-body .nav-tabs button.nav-link.active {
  background: #04679B;
  color: #fff;
}

.signup-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #04679B;
  border-radius: 5px;
  height: 36px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 600; /* semibold */
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
}

.signup-button:hover {
color: #fff;
}

.signup-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #04679B;
  border-radius: 5px;
  height: 36px;
  padding-left: 1rem;
  padding-right: 1rem;
  /* margin-left: 1rem; */
  font-size: 14px;
  font-weight: 600; /* semibold */
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
}

.signup-button2:hover {
color: #fff;
}

  /* html {
    font-size: 150%;
} */

/* 無障礙 */
a:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px; 
  }
  
  button:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px; 
  }
  
  input:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px; 
  }
  textarea:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px; 
  }
  
  select:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px; 
  }

  span:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px; 
  }

  .form-inline .form-group input:focus {
    border: 2px dashed #ee9b00 !important;  
    /* outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px;  */
  }
  .form-inline .form-group textarea:focus {
    border: 2px dashed #ee9b00 !important;  
    /* outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px;  */
  }
  .form-group textarea:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    /* outline-offset: 2px;  */
  }


  .progress-wrap:focus {
    border: 2px dashed #ee9b00 !important;
    outline: 2px dashed #ee9b00 !important; 
    /* outline-offset: 2px;   */
  }

  .card .card-special:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px; 
  }

  .domestic-header-item:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    /* outline-offset: 2px;  */
  }
  body.ui-body .btn-group .btn:focus {
    border: 2px dashed #ee9b00 !important;  
    /* outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px;  */
  }
  .msg_close:focus {
    border: 2px dashed #ee9b00 !important;  
    outline: 2px dashed #ee9b00 !important; 
    outline-offset: 2px; 
  }

  .skip-link {
    position: absolute;
    left: -9999px;
}

.skip-link:focus {
    position: static;
    left: 0;
    border: 2px dashed #ee9b00 !important; 
    outline: none !important;
    background-color: #041E33 !important;
    width: 100%;
    color: #fff !important;
}

body.ui-body section.area-news h2 {
    color: #00226E;
    margin-bottom: 20px;
  }
  body.ui-body section.area-news h2.d-flex {
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  body.ui-body section.area-news h2.d-flex .list-tag {
    margin-left: 10px;
  }
  body.ui-body section.area-news h2.d-flex a.btn-tool {
    position: absolute;
    top: 10px;
    right: 0px;
  }

.phone-header-subtitle {
    margin-bottom: 20px !important;
}


.footer-counter-container {
  position: relative;
  padding-right: 160px; /* 預留logo的空間 */
}

.footer-logos {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

/* 英文版本時，logo 位置往下移 */
.footer-counter-container[data-lang="en"] .footer-logos {
  bottom: -50px; /* 往下移動 20px */
}

.ida-logo-img {
  width: 150px;
  height: auto;
  background-color: #fff;
}

.accessibility-link {
  display: block;
}

.accessibility-logo {
  display: block;
}

@media (max-width: 768px) {
  .footer-counter-container {
    padding-right: 0; /* 移除右側填充 */
    padding-bottom: 100px; /* 增加底部空間以容納兩個 logo */
  }
  
  .footer-logos {
    position: relative; /* 改為相對定位 */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 20px auto 0; /* 頂部間距和水平置中 */
    right: auto;
    bottom: auto;
  }
  
  /* 手機版英文時的額外間距 */
  .footer-counter-container[data-lang="en"] .footer-logos {
    margin-top: 30px; /* 增加頂部間距 */
    bottom: auto; /* 重置 bottom 值 */
  }
  
  .ida-logo-img {
    width: 100px;
  }
  
  .accessibility-logo {
    width: 70px;
    height: auto;
  }
}


