/**
* WebSite Name: EverFortune.ai
* Updated: with Bootstrap v5.3.3
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "Noto Serif TC";
  src: url(../../fonts/NotoSerifTC-Regular.woff2);
  font-weight: normal;
}
@font-face {
  font-family: "Noto Serif TC";
  src: url(../../fonts/NotoSerifTC-Bold.woff2);
  font-weight: bold;
}
body {
  color: var(--black);
  font-family: "Noto Sans TC", Arial, "Roboto", "Segoe UI", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 28px;
}
.app-default,
body {
  background-color: var(--white);
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  color: var(--black);
  font-family: "Noto Sans TC", Arial, "Roboto", "Segoe UI", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: -60px;
  bottom: 160px;
  z-index: 80;
  padding-left: 12px;
  transition: all 0.4s;
  transform: rotate(90deg);
  background: var(--primary);
}

.go_top {
  display: flex;
  width: 90px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  margin-left: 12px;
}

.back-to-top:hover {
  background: #01949a;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 28px;
}
/* buttons */
.more_button {
  margin: 0 auto;
  text-align: center;
}
.more_button2,
.more_button3,
.finance_download_bt {
  background: linear-gradient(180deg, #5ac5c3 0%, #01b4ba 100%);
}
.more_button3 {
  font-size: 16px;
  color: var(--white);
  padding: 8px 16px;
  border-radius: 100px;
  border: none;
}
.more_button3 img {
  width: 16px;
  margin-right: 4px;
}

.finance_download_bt {
  font-size: 16px;
  color: var(--white);
  padding: 4px 16px;
  border-radius: 100px;
  border: none;
}
.finance_download_bt img {
  width: 16px !important;
  margin: -4px 4px 0 0;
}
#kt_team_slider_prev i,
#kt_team_slider_next i {
  font-size: 5rem !important;
  color: var(--primary);
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  background: #ffb03b;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
  white-space: nowrap;
}
.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}
/*--------------------------------------------------------------
# Share button
--------------------------------------------------------------*/
.share-buttons {
  display: flex;
  gap: 12px;
}
.btn {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  color: white;
  font-size: 16px;
}
.top_back_share {
  display: grid;
  grid-template-columns: 10fr 1fr;
  border-bottom: solid 1px #01b4ba;
  padding-bottom: 12px;
  margin-bottom: 60px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.warning_text {
  width: 100%;
  top: 0;
  text-align: center;
  z-index: 99;
  position: fixed;
  display: block;
}
.main_header {
  border: none !important;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
  border-bottom: 1px solid #00b3ba;
}

.nav-line-tabs .nav-item .nav-link {
  color: #666;
  font-size: 1.2rem;
}
.text-active-primary.active {
  color: #00b3ba !important;
  font-size: 1.2rem;
}
.ki-duotone {
  color: var(--primary);
}
.toggle_icon {
  color: var(--white);
}
.btn_search {
  background-color: var(--white);
  border-radius: 12px;
}
.btn.btn-icon {
  width: 36px;
  height: 36px;
}
.tab-pane h4 {
  color: #00b3ba;
}
.tab-pane h4 img {
  margin: -4px 8px 0 0;
}
/*--------------------------------------------------------------
#  Menu
--------------------------------------------------------------*/

.btn_primary {
  color: #fff;
  background-color: #00b3ba;
  border-radius: 50px;
  height: 40px !important;
}
.btn_primary > i {
  color: #fff !important;
}

/* .btn:hover {
  color: #FFF;
  background-color: #dceeef;
  border-color: #01949A
} */
.btn-check + .btn:hover {
  color: #fff;
  background-color: #01949a;
  border-color: #01949a;
}
.btn:focus-visible {
  color: #fff;
  background-color: #01949a;
  border-color: #01949a;
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.drawer {
  background-color: var(--white);
}

.btn_langunge {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  color: var(--white);
  font-size: 12px;
}

.btn_langunge:hover {
  color: var(--white);
  background-color: var(--link-hover-color);
}

.btn_langunge.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.55rem + 2px);
  width: calc(1.5em + 1.55rem + 2px);
  line-height: 1;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  padding: 0;
}
#hero .carousel-item {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
}
#hero h2 span {
  color: #ffb03b;
}
#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px !important;
  height: 54px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
}
#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #00b3ba;
}
#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #00b3ba;
  color: #fff;
}

/* Banner Styles */

.video-banner-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -4px;
}

[data-animation-in] {
  opacity: 0;
}

.video-banner-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  z-index: 1;
  margin: 0px auto;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 96px 0;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f2f1ef;
  min-height: 40px;
  margin-top: 120px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
/*--------------------------------------------------------------
# 分頁設定
--------------------------------------------------------------*/
.pagination_content {
  position: relative;
}
.pagination_center {
  position: absolute;
  right: 15%;
}
/*--------------------------------------------------------------
# 首頁設定
--------------------------------------------------------------*/

.text_news_date {
  font-size: 16px;
}
.main_news_container {
  margin: 0 auto;
}
#Main_License_partner {
  background-color: var(--primary);
}
.Main_License_container {
  margin: 0 auto;
  width: 66%;
}
.Main_License_container .row div:last-child {
  margin-right: 0;
}

.main_license_list {
  border: solid 1px var(--white);
  border-radius: 20px;
  margin: 0 0 40px 0;
  padding: 40px 0;
}

.main_license_number {
  margin-bottom: 8px;
}
.main_reserve_bg {
  width: 100%;
  padding: 72px 0 120px 0;
  position: relative;
  background-size: cover;
  background-image: url(../img/main/main_products_bg.jpg);
}
.main_reserve_bg::before {
  content: "";
  background-color: rgba(232, 103, 11, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.main_news_photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-size: cover; /* 讓背景圖保持比例，並完全填滿整個區塊，超出的會被裁切 */
  background-position: center; /* 讓背景圖對齊正中央裁切 */
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}

#Main_Products_container h1 {
  margin-bottom: 60px;
}
.Main_Products_content {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr;
}
.Main_Products_left {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.Main_Products_img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.Main_Products_text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  position: relative;
  top: -20px;
  height: 80px;
  background-color: var(--primary);
  padding: 8px 8px 0 12px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.Main_Products_right_photo {
  text-align: center;
}
.Main_Products_right_photo img {
  width: 100%;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--primary);
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
}
.clients .swiper-slide img {
  transition: 0.3s;
}
.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}
.back-hero-area .back-hero-bottom {
  padding-left: 250px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.back-hero-area .back-hero-bottom li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.back-hero-area .back-hero-bottom li .image-areas {
  flex: 0 0 35%;
  max-width: 35%;
  padding-right: 20px;
}
.back-hero-area .back-hero-bottom li .back-btm-content {
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 20px;
}
.back-hero-area .back-hero-bottom li .back-btm-content .back-cates {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "SpartanMedium";
  color: #777;
}
.back-hero-area .back-hero-bottom li .back-btm-content h3 {
  font-size: 16px;
  line-height: 26px;
  margin: 6px 0 9px;
}
.back-hero-area .back-hero-bottom li .back-btm-content h3 a {
  color: #000;
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.back-hero-area .back-hero-bottom li .back-btm-content h3 a:hover {
  color: #000;
  background-size: 100% 1px;
}
.back-hero-area .back-hero-bottom li .back-btm-content ul li {
  font-size: 14px;
  color: #777;
}
.back-hero-area .back-hero-bottom li .back-btm-content ul li svg {
  width: 17px;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.back-hero-area .back-hero-bottom li .back-btm-content ul li a {
  color: #000;
}
/* - Image Hover Effects
------------------------------------------------------------- */
.zoom-effect {
  overflow: hidden;
}
img.zoom-in {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.zoom-effect:hover img.zoom-in {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* zoom out on animate */
.zoom-out {
  overflow: hidden;
}
.zoom-out img {
  transform: scale(1.1);
  transition: transform 1s ease-out;
  transition-delay: 500ms;
}
.aos-animate .zoom-out img {
  transform: scale(1);
}
/* - Swiper arrows
------------------------------------------------------------- */
.swiper-wrapper {
  margin-bottom: 40px;
}
.swiper-buttons .swiper-prev,
.swiper-buttons .swiper-next {
  z-index: 10;
  color: var(--gray-500);
  border: 1px solid var(--gray-500);
  border-radius: 50%;
  padding: 14px 16px 12px 14px;
  background: none;
  transition: 0.3s ease;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.swiper-buttons i {
  font-size: 28px;
}
.swiper-prev:hover,
.swiper-next:hover {
  background-color: var(--primary);
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  border: 1px solid var(--gray-500);
  background: none;
}
.swiper-buttons .swiper-prev {
  right: auto;
}
.swiper-buttons .swiper-next {
  left: auto;
}
.swiper-buttons span {
  color: var(--gray-500);
}
.swiper-buttons .swiper-prev.testimonial-arrow-prev,
.swiper-buttons .swiper-next.testimonial-arrow-next {
  border: none;
  background: none;
  padding: 0;
}
.swiper-prev.testimonial-arrow-prev:hover,
.swiper-next.testimonial-arrow-next:hover {
  color: var(--black);
}
.swiper-prev.testimonial-arrow-prev.swiper-button-disabled,
.swiper-next.testimonial-arrow-next.swiper-button-disabled {
  color: var(--gray-500);
}
/*--------------------------------------------------------------
# Inside
--------------------------------------------------------------*/
#inside_all_content {
  margin-top: 0;
  padding: 72px 0 120px 0;
}
.inside_sitemap {
  margin-bottom: 40px;
}
.inside_sitemap span {
  color: var(--gray-700);
}
.inside_sitemap span {
  color: var(--gray-700);
  margin-right: 8px;
}
.inside_sitemap span::after {
  content: "─";
  margin-left: 8px;
}
.sitemap_active {
  color: var(--black) !important;
}
.inside_sitemap .sitemap_active::after {
  content: none;
  margin-left: 14px;
}
.inside_BigTitle {
  margin-bottom: 40px;
}
.inside_BigTitle h3 {
  font-family: "Roboto Serif";
}
.inside_BigTitle h4 {
  font-family: "Noto Serif TC";
}
.inside_menu_tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 12px;
}
.inside_menu_tab div {
  font-size: 12px;
  line-height: 28px;
  padding: 12px 0;
  color: var(--gray-700);
  border-radius: 60px;
  border: 1px solid var(--gray-400);
  background: #f3f3f3;
  text-align: center;
}
.inside_menu_tab div:hover {
  border: 1px solid var(--primary);
  background: var(--primary);
}
.menu_tab_active {
  display: block;
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  text-align: center;
}
.menu_tab_active:before {
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.menu_tab_active:before {
  border-width: 24px;
  border-top-color: var(--primary);
  position: absolute;
  top: 50px;
  left: 44%;
}
.inside_header,
.elite_team_Introduction,
.product_feature,
.application_benefits,
.medicalai_efficiency,
.apply_process_content {
  margin-bottom: 60px;
}
.application_benefits {
  margin-top: 60px;
}
.small_title_w,
.Vision_text {
  font-size: 24px;
  line-height: 32px;
}
.small_title {
  letter-spacing: 0;
}
.small_title_w {
  font-size: 24px;
  line-height: 32px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}
.small_title img,
.small_title_w img {
  margin: -6px 12px 0 0;
}
.small_title img {
  height: 28px;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#inside_container {
  margin-top: 74px;
  padding: 40px 0 0 0;
}
.chairman_img {
  width: 64%;
  margin-bottom: 60px;
}
.Chairman_Resume {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr;
}
.box2,
.box3 {
  margin-top: 20px;
}
.Company_Introduction {
  margin: 60px 0 60px 0;
}
.Company_Introduction {
  display: grid;
  grid-template-columns: 1fr;
}
.BigBig_Title {
  text-align: center;
}
.company_img {
  margin-bottom: 60px;
}
.company_img img {
  width: 60%;
}
.founder_container {
  background-size: contain;
  background-image: url(../img/about/Founder_bg2.png);
  background-repeat: no-repeat;
}
.founder_photo {
  text-align: center;
  position: relative;
  top: 24px;
  overflow: hidden;
}
.founder_photo img {
  width: 80%;
  max-width: 1104px;
}
.founder_content {
  max-width: 1100px;
  margin: 48px auto 0 auto;
  padding-bottom: 120px;
}
.founder_content span {
  margin-right: 12px;
}
.medicalai_new_era {
  background: url(../img/about/Founder_bg.jpg);
  background-position: center top;
  background-size: cover;
  padding: 52px 60px 120px 0;
  display: flex;
  flex-direction: row;
  justify-content: Flex-end;
}
.new_era_content {
  width: 80%;
}

.Vision_Title,
.new_era_title {
  text-shadow: 1px 1px 8px #75f1f9;
  margin: 60px 0;
}
.Vision_text {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
  font-size: 20px;
  line-height: 32px;
}
.Future_Introduction {
  text-align: center;
  padding: 60px 0 120px 0;
  background: url(../img/about/future_bg.jpg);
}
.future_img img {
  width: 84%;
}
.elite_team_list {
  display: grid;
  grid-template-columns: 1fr;
}
.team_list2 {
  margin-top: 60px;
}
.team_list3 {
  margin-top: 60px;
}
.teams_con {
  position: relative;
}
.team_img,
.modal_team_img {
  width: 280px;
  height: 310px;
  animation: c 10s linear infinite alternate forwards;
  overflow: hidden;
}
.team_img img,
.modal_team_img img {
  width: 100%;
  height: 100%;
}
@keyframes c {
  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.experience {
  position: absolute;
  bottom: 150px;
}
.experience p {
  line-height: 24px;
  background-color: var(--primary);
  padding: 4px 12px 6px 12px;
  border-radius: 50px;
}
.teams_name {
  margin: 24px 0 24px 0;
}
.elite_team_detail {
  width: 88%;
  margin-top: 40px;
  margin-left: 20px;
}
.elite_team_detail ul {
  padding-left: 40px;
}
.eliteteam_button {
  padding: 8px 24px;
  border-radius: 100px;
  border: none;
}

.inside_content {
  margin-bottom: 120px;
}
.company_organize img {
  width: 90%;
}
.partner_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 60px 0 96px 0;
}
.partner_list div {
  border: solid 1px var(--gray-200);
  margin-bottom: 8px;
  height: 90px;
  text-align: center;
  align-content: center;
}
.partner_list div img {
  max-width: 128px;
  max-height: 38px;
}
.patent_apply {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  padding: 32px 0 20px 8px;
  margin-bottom: 60px;
  background-color: var(--gray-200);
}
.patent_apply_list {
  margin: 0 20px 12px 20px;
  width: 32%;
}
.apply_title {
  color: var(--white);
  background-color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}
.apply_number {
  color: var(--orange);
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
}
.apply_title,
.apply_number {
  text-align: center;
  width: 100px;
}
.certificate_con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: var(--bg-green);
  margin-bottom: 16px;
  padding: 24px;
  gap: 24px;
}

.certificate_text h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}
.certificate_text h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.certificate_photo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 12px;
}
.certificate_photo img {
  max-width: 188px;
}
.patent_list {
  font-size: 16px;
  border-bottom: solid 1px var(--blue-green);
}
.patent_green_bg {
  background-color: var(--bg-green);
}
.medical_license_more {
  margin-top: 16px;
}
.medical_license_button,
.more_button2 {
  font-size: 12px;
  color: var(--white);
  border-radius: 100px;
  border: none;
}

.medical_license_button {
  padding: 8px 16px 8px 20px;
}

.more_button2 {
  padding: 8px 12px;
}
.medical_license_button,
.eliteteam_button {
  background-color: #00b4ba;
}
.medical_license_button a,
.more_button2 a,
.more_button3 a,
.eliteteam_button a {
  color: var(--white);
}
.medical_license_more button:first-child {
  margin-right: 8px;
}
.medical_license_button img,
.more_button2 img {
  margin-left: 8px;
}
.country_text {
  display: flex;
  gap: 8px;
}
.country_text,
.patent_text {
  font-size: 12px;
  margin-top: 16px;
}
.country_text div,
.patent_text div {
  color: var(--white);
  height: 28px;
  text-align: center;
  background-color: var(--blue-300);
}

.country_text div {
  margin-bottom: 12px;
  padding: 0 20px;
}

.patent_text div {
  margin-bottom: 4px;
}

.patent_fda {
  width: auto;
  padding: 0 8px;
  display: inline-block;
}
.patent_fda:nth-child(even) {
  margin-right: 4px;
}
.patent_tfda {
  width: 200px;
}

/*--------------------------------------------------------------
# 菁英團隊人力資源圖
--------------------------------------------------------------*/

.team_chart {
  margin-bottom: 92px;
}
.chart_dashboard {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* 版面行列配置 */
.row-bottom {
  display: flex;
  gap: 25px;
}

.row-bottom > div {
  flex: 1;
}

/* 圖表容器外觀 */
.chart-box {
  background-color: var(--box-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 25px;
  position: relative;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.chart-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.chart-content-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.legend-container {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.legend-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-main);
  line-height: 1.4;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
  flex-shrink: 0;
}

svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.chart-large {
  max-width: 1100px;
  margin: 0 auto;
}
.chart-small {
  max-width: 300px;
  margin: 0 auto;
}

.human_tooltip {
  position: absolute;
  background-color: #ffffff;
  color: #1f2937;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-color);
  z-index: 100;
}

.tooltip-color-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 2px;
}
.tooltip-row-2 {
  font-weight: bold;
  margin-top: 5px;
}

path.slice {
  transition:
    opacity 0.2s,
    transform 0.2s;
  cursor: pointer;
  stroke: #ffffff;
  stroke-width: 2px;
}
path.slice:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.products_photo,
.products_text_content {
  margin-bottom: 28px;
}
.products_photo img {
  width: 100%;
  overflow: hidden;
}
.products_text_content {
  padding-bottom: 28px;
  border-bottom: solid 1px var(--gray-700);
}
.products_list {
  margin-bottom: 60px;
}
.products_list_title {
  margin-bottom: 8px;
}
.products_list_text::after {
  content: "...";
}
.products_label span {
  background: var(--blue-green);
  padding: 4px 12px;
  margin-right: 8px;
}
.cloud_medical_top {
  background-image: url(../img/products/cloud_medical/cloud_medical_bg.png);
  background-repeat: repeat-x;
  background-position: -240px 0;
  padding: 64px 0;
}
.cloud_advantage {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cloud_advantage div::before {
  content: url(../img/icon/icon_check.svg);
  position: relative;
  top: 8px;
  left: 0;
  right: 8px;
}
.cloud_medical_img img {
  width: 80%;
}
.cloud_medical_img {
  margin-bottom: 24px;
}

.cloud_medical_left img {
  width: 100%;
}

.advantage_list,
.cloud_medical_list {
  display: flex;
}
.advantage_list {
  gap: 20px;
  margin-bottom: 8px;
}
.advantage_icon {
  width: 66px;
  text-align: center;
  border-right: solid 1px var(--gray-500);
  padding-right: 8px;
}
.medical_top_title {
  margin-top: 40px;
}
.medicalai_top_bg {
  background-color: #eff6f7;
  border-top-left-radius: 210px;
  border: none;
  padding: 80px 0 0 0;
}
.medicalai_top_products_left {
  width: 90%;
  min-height: 480px;
  background-image: url(../img/products/madicalai_top_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -120px 0;
  padding: 100px 0 80px 40px;
}
.medicalai_top_products img {
  width: 86%;
}
.medical_products_photo {
  max-width: 92.4%;
  height: 160px;
  overflow: hidden;
  z-index: 2;
  top: 8px;
  left: 6px;
}
.medicalai_top_content {
  width: 82%;
  margin: 40px 0 0 32px;
  padding-bottom: 96px;
}
.medicalai_top_content2 {
  margin-top: 200px;
}

.medicalai_top_content3 {
  margin-top: 600px;
  margin-left: 2%;
}

.medicalai_top_text {
  margin-bottom: 60px;
}

.madicalai_certificate {
  margin-top: 40px;
}
.madicalai_certificate img {
  margin-right: 12px;
}
.cloud_medical_list {
  background-color: var(--bg-green);
  padding: 36px 40px;
  margin-bottom: 96px;
}
.cloud_medical_text {
  width: 98%;
}

.products_button {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.products_button div {
  width: 48.8%;
  margin-bottom: 12px;
}

.cloud_medical_text h2 {
  padding-bottom: 20px;
  background-image: url(../img/products/cloud_medical/Cloud_line.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
.cloud_medical_button img {
  margin-right: 20px;
}
.cloud_medical_button a {
  color: var(--primary);
}
.medicalai__container {
  background-image: url(../img/products/madicalai_product_bg.png);
  background-repeat: no-repeat;
}
.medicalai__container2 {
  background-image: url(../img/products/madicalai_product_bg2.png);
  background-repeat: no-repeat;
}
.medicalai__container,
.cloud_medical__container2 {
  margin-top: 96px;
}
.cloud_medical__container3 {
  padding: 96px 0 0 0;
  background-color: var(--bg-green);
}
.application_benefits_content,
.medicalai_efficiency_list {
  display: grid;
  grid-template-columns: 1fr;
}
.application_benefits_right img {
  width: 100%;
}
.application_benefits_left {
  margin: 0 0 40px 0;
}
.benefits_list {
  background-color: var(--primary);
  border-radius: 24px;
  padding: 16px 28px;
  margin-bottom: 16px;
}
.benefits_title {
  margin-bottom: 8px;
}
.benefits_title img {
  margin-right: 16px;
  margin-top: -4px;
}
.benefits_list ul {
  padding: 0;
  margin: 8px 0;
}
.benefits_list ul li {
  list-style: none;
  background-image: url(../img/icon/icon_dot.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding: 0 0 0 28px;
}
.medicalai_efficiency_list {
  gap: 56px;
  justify-content: center;
}
.efficiency_list,
.apply_process_content {
  border-radius: 20px;
  background: #e8f5f5;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.efficiency_list {
  text-align: center;
}
.efficiency_title {
  background-color: #8dc98f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px 0;
}
.efficiency_content {
  text-align: center;
  padding: 100px 0 40px 0;
}
.clinical_data_content {
  padding: 20px 20px 0 12px;
}
.clinical_data_text {
  position: relative;
  top: -32px;
}
.charts_text,
.genetic_analysis,
.genetic_video,
.gene_text_number,
.project_planning_content,
.pyramid_text,
.information_security_content,
.usage_process_content_list,
.process_step_content ul,
.cloud_feature_list,
.bigtata_text_list,
.medical_bigdata_content {
  display: flex;
}

.data_before_import {
  width: 58%;
}
.data_after_import {
  width: 40%;
}
.import_times {
  font-weight: 700;
}
.apply_process_content {
  padding: 60px 28px;
}
.apply_process_img div:first-child {
  margin-bottom: 60px;
}
.process_img img {
  width: 100%;
}
#cloud_medical_bg {
  margin-top: 74px;
  background-image: url(../img/products/cloud_medical/cloud_medical_bg2.jpg);
}
#cloud_medical_bg2 {
  background-image: url(../img/products/cloud_medical/cloud_medical_bg3.jpg);
}
#cloud_medical_bg3 {
  padding: 96px 0 120px 0;
  background-repeat: no-repeat;
  background-image: url(../img/products/cloud_medical/cloud_medical_bg4.png);
}
#hair_care_bg {
  background-image: url(../img/products/cloud_medical/hair_care_bg.jpg);
}

#smart_health_bg {
  background-image: url(../img/products/cloud_medical/smart_health_bg.jpg);
}
#cloud_medical_bg2,
#hair_care_bg,
#smart_health_bg {
  margin-top: 90px;
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: -1030px -130px;
  padding: 0 0 52px 0;
}

#cloud_medical_bg {
  padding: 76px 0 52px 0;
}
.genetic_top_text {
  margin: 16px auto 40px auto;
}
.precision_medicine_photo img {
  width: 100%;
}
.genetic_analysis_content {
  position: relative;
}
.genetic_analysis,
.genetic_video {
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.genetic_analysis {
  margin-bottom: 60px;
}
.genetic_number,
.gene_feature_number {
  position: relative;
  z-index: 9;
}
.genetic_line,
.genetic_line2,
.genetic_line3 {
  background-color: #fbd317;
  position: relative;
}
.genetic_line {
  height: 24px;
  top: -28px;
}
.genetic_line2,
.genetic_line3 {
  height: 16px;
  width: 140px;
  z-index: 1;
}
.genetic_line2 {
  top: -12px;
}
.genetic_line3 {
  top: -24px;
}
.gentic_number {
  position: relative;
  font-family: "Roboto Serif";
}
.gentic_title {
  position: relative;
  top: -68px;
}
.tab_feature_content {
  position: relative;
  background-color: var(--bg-gray2);
  padding: 40px 0 84px 40px;
  border-radius: 32px;
}
.gene_feature_photo {
  width: 50%;
  position: relative;
  z-index: 1;
}
.gene_feature_photo img {
  border-radius: 32px;
  width: 100%;
  max-width: 560px;
  overflow: hidden;
}
.feature_content {
  width: 90%;
  margin-top: 72px;
}
.gene_text {
  max-width: 520px;
}
.gene_text img {
  width: 100%;
}
.gene_text_number {
  align-items: center;
  gap: 16px;
}
.genetic_code_container {
  background-color: var(--primary);
  padding: 144px 0 96px 0;
  margin-bottom: 96px;
  position: relative;
  display: block;
}
.genetic_code_container:before {
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 9;
}
.genetic_code_container:before {
  border-width: 60px;
  border-top-color: var(--white);
  position: absolute;
  top: 0px;
  left: 36%;
  z-index: 9;
}
.genetic_code_content div {
  border: solid 12px var(--white);
  border-radius: 50%;
  margin: 0 auto 40px auto;
}
.project_number_content {
  width: 136px;
  margin: 0 auto;
}
.innovation_model_container {
  background-image: url(../img/products/cloud_medical/Innovation_model_bg.png);
  padding-bottom: 96px;
}
.innovation_model_content {
  margin: 0 auto 60px auto;
}
.innovation_model_pyramid {
  text-align: center;
}
.pyramid_text_list {
  padding-top: 44px;
}
.pyramid_text {
  margin-bottom: 74px;
}
.pyramid img {
  width: 100%;
}
.information_security_container {
  padding: 60px 0 256px 0;
  background-image: url(../img/products/cloud_medical/information_security_bg.jpg);
}
.information_security_content {
  justify-content: center;
}
.information_security_content img {
  margin-bottom: 20px;
}
.cloud_usage_process {
  background-color: var(--bg-green2);
  padding-bottom: 120px;
}
.usage_process_top_bg {
  position: relative;
  top: -28px;
  z-index: 99;
}
.usage_process_container {
  padding: 0 20px;
  overflow: hidden;
}
.usage_process_content_list {
  gap: 40px;
  justify-content: start;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 12;
}
.usage_process_content_list:nth-of-type(2)::before {
  top: -14%;
  left: 52%;
  transform: translateX(-58%) rotate(12deg);
}
.usage_process_content_list:nth-of-type(3)::before {
  top: -12%;
  left: 44%;
  transform: translateX(-55%) rotate(20deg);
}
.usage_process_content_list:nth-of-type(2)::before,
.usage_process_content_list:nth-of-type(3)::before {
  content: "";
  position: absolute;
  display: block;
  width: 920px;
  height: 150px;
  background: url(../img/products/cloud_medical/usage_process_line.png)
    no-repeat top left / contain;
}
.usage_process_content_list:nth-of-type(2) {
  z-index: 2;
}
.usage_process_content_list:nth-of-type(3) {
  z-index: 1;
}
.usage_process_photo {
  width: 98%;
}
.usage_process_photo img {
  width: 100%;
}
.usage_process_title {
  align-items: center;
  margin-bottom: 40px;
}
.usage_process_title span {
  display: block;
}
.project_planning_list {
  margin-bottom: 40px;
  justify-content: center;
}
.project_planning_list img {
  width: 90%;
}
.step_button {
  width: 152px;
  padding: 8px 0;
  background: linear-gradient(90deg, #ed754b 0%, #d3432e 100%);
  border-radius: 50px;
  position: relative;
  display: block;
}
.step_button:before {
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 9;
}
.step_button:before {
  border-width: 16px;
  border-top-color: #e15927;
  position: absolute;
  top: 44px;
  left: 44%;
  z-index: 9;
}
.process_step_content {
  margin-top: 48px;
}
.process_step_content ul {
  padding: 0;
  gap: 20px;
}
.process_step_content ul li {
  list-style: none;
}
.process_step_content ul li div {
  margin-bottom: 16px;
}

.step_text {
  width: 124px;
  line-height: 20px;
}
.step_bt {
  width: 96px;
  background-color: var(--primary);
  border-radius: 50px;
}
.step_icon {
  width: 112px;
  height: 112px;
  background-color: var(--white);
  border: solid 4px var(--primary);
  border-radius: 100%;
  padding-top: 20px;
}
.step_icon img {
  width: 84px;
}
.cloud_feature_list {
  gap: 40px;
}
.cloud_feature_left {
  width: 100%;
}
.cloud_feature_right img {
  border-radius: 20px;
  width: 100%;
}
.layout_introduce__container {
  padding: 96px 0 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/products/cloud_medical/cloud_medical_bg6.jpg);
}
.layout_photo {
  margin-left: 20%;
}

#medical_bigdata_bg {
  margin-top: 74px;
  min-height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/products/medical_bigdata/medical_big_data_bg.jpg);
}

.medical_bigdata__bg.bigdata__bg_1 {
  padding: 96px 0 0 0;
  background-image: url(../img/products/medical_bigdata/medical_big_data_bg2.jpg);
}

#medical_bigdata_bg2 {
  position: relative;
  background-position: center top;
  padding: 136px 0 100px 0;
  background-image: url(../img/products/medical_bigdata/medical_big_data_bg3.jpg);
}

.bigdata—scrolling-bg {
  position: relative;
  width: 100%;
  min-height: 50%;
  margin-top: -630px;
  z-index: 2;
  line-height: 2;
  font-weight: 300;
  padding: 96px 0 40px 12px;
}

.bigdata_top_content {
  margin-top: 100px;
}

.medical_bigdata__content h1 {
  margin-bottom: 100px;
}

.bigdata__number {
  background: linear-gradient(180deg, #6cf2b9 0%, #32e7ed 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.medical_bigdata_content {
  gap: 12px;
}

.medical_bigdata_content .bigdata_list {
  width: 320px;
}

#header_menu_medicalai h4::before {
  content: "-";
  margin-right: 8px;
}

.bigtata_text_list {
  gap: 8px;
  padding: 0;
}

.bigtata_text_list li {
  list-style: none;
}

.working_photo div:nth-child(2) {
  margin-top: 72px;
}

/* 視差效果 */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
.cd-header #cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}
.cd-header #cd-logo img {
  display: block;
}
.cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}
.cd-main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}
.cloud-fixed-bg,
.medical_bigdata__bg,
.careers_human_right {
  position: relative;
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.cloud-fixed-bg,
.medical_bigdata__bg,
.careers_human_right {
  background-position: center center;
}

.cloud-fixed-bg.cloud-bg-1 {
  background-image: url("../img/products/cloud_medical/cloud_medical_bg5.jpg");
}

.cloud-bg-2 {
  position: relative;
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -1200px center;
  z-index: 1;
  background-image: url("../img/products/cloud_medical/hair_care_bg2.jpg");
}
.cloud-fixed-bg.cloud-bg-3 {
  background-image: url("../img/products/cloud_medical/smart_health_bg2.jpg");
}
.cloud-scrolling-bg {
  position: relative;
  width: 96%;
  min-height: 50%;
  margin-top: -200px;
  z-index: 2;
  background-color: var(--white);
  border-top-right-radius: 80px;
  padding: 96px 40px;
}
/*-- Single Product Image --*/
.single-product-image {
  position: relative;
  padding: 0;
  margin-bottom: 36px;
}
.single-product-image.thumb-left {
  padding-left: 195px;
  margin-right: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product-image.thumb-left {
    padding-left: 155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-image.thumb-left {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-image.thumb-left {
    margin-right: 0;
    padding-left: 135px;
  }
}
@media only screen and (max-width: 479px) {
  .single-product-image.thumb-left {
    margin-right: 0;
    padding-left: 0;
  }
}
.single-product-image.thumb-left .thumb-image-slider {
  left: 0;
  right: auto;
}
.single-product-image.thumb-right {
  padding-right: 195px;
  margin-right: -45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product-image.thumb-right {
    padding-right: 155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-image.thumb-right {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-image.thumb-right {
    margin-right: 0;
    padding-right: 135px;
  }
}
@media only screen and (max-width: 479px) {
  .single-product-image.thumb-right {
    margin-right: 0;
    padding-right: 0;
  }
}
.single-product-image.thumb-right .thumb-image-slider {
  left: auto;
  right: 0;
}
/*-- Big Image Slider --*/
.big-image-slider .big-image {
  position: relative;
}
.big-image-slider .big-image img {
  width: 100%;
  max-width: 690px;
  background-color: var(--white);
  border-radius: 30px;
  border: solid 1px var(--gray-300);
}
.big-image-slider .big-image .big-image-popup {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: none;
  text-align: center;
  color: #9b9b9b;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 9;
}
.big-image-slider .big-image .big-image-popup:hover {
  color: #202020;
}
.big-image-slider .big-image .big-image-popup i {
  color: var(--white) !important;
  line-height: 35px;
  display: block;
  font-size: 24px;
}
.big-image-slider .slick-dots {
  display: none;
}
.products_image {
  flex: 0 0 auto;
}
.products_thumb {
  flex: 0 0 auto;
  margin: 16px 0 0 6px;
}
/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.event_news_list {
  display: grid;
  grid-template-columns: 1.3fr 3fr 1fr;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 20px;
}
.event_news_list a {
  vertical-align: middle;
}
.news_day {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}
.news_button {
  text-align: right;
}
.inside_page {
  margin-top: 96px;
}
.news_button img {
  width: 36px;
}
.news_back {
  color: var(--primary);
}
.news_back a {
  color: var(--primary);
}
.news_back img {
  margin-right: 12px;
}
.news_detail_content {
  margin-top: 40px;
}
.news_detail_title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
}
.news_detail_content img {
  width: 90%;
  max-width: 1000px;
}

.news_photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
}

.news_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.news_date {
  margin: 20px 0 4px 0;
}
.news_title {
  max-width: 426px;
}
.news_list {
  margin-bottom: 60px;
}
/*--------------------------------------------------------------
# ESG
--------------------------------------------------------------*/
#esg_container {
  margin-top: 74px;
  padding: 0;
}
.esg_banner {
  color: var(--white);
  background-image: url(../img/esg/esg_banner.jpg);
  padding: 300px 0 312px 0;
}
.esg_banner,
.sustainable_goals_container {
  background-position: center;
  background-size: cover;
}
.esg_banner_title {
  margin-bottom: 24px;
}
.esg_green_eternity {
  background-color: var(--primary);
}
.esg_top_bg {
  position: relative;
  top: -28px;
}
.esg_top_bg img,
.usage_process_top_bg img {
  width: 100%;
}
.esg_main_content {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 40px 96px 40px;
}
.esg_main_title {
  margin-bottom: 40px;
}
.esg_content h1 {
  color: var(--white);
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 24px;
}
.esg_main_img {
  display: flex;
  margin-top: 60px;
}
.esg_main_photo1 {
  position: relative;
  left: 32px;
  margin-top: 40px;
}
.esg_main_photo1 img,
.esg_main_photo2 img {
  width: 100%;
}
.esg_main_news_container,
.sustainable_goals_container {
  padding: 96px 0;
}

.esg_photo {
  overflow: hidden;
}
.esg_photo img {
  width: 100%;
  overflow: hidden;
}
.sustainable_goals_container {
  background-image: url(../img/esg/sustainable_goals_bg.jpg);
}
.sustainable_bt {
  width: 248px;
  border-radius: 60px;
  text-align: center;
  margin: 0 auto 40px auto;
}

.energy_efficiency {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  gap: 52px;
}

.circular_economy {
  border-radius: 52px;
  padding: 44px;
}
.circular_economy_title {
  margin-bottom: 28px;
}
.information_right {
  padding-top: 40px;
}
.information_right img {
  width: 80%;
}
.security_policy ul {
  margin: 0;
  padding: 0;
}
.security_policy ul li {
  list-style: none;
  vertical-align: middle;
  margin-bottom: 12px;
}
.security_policy ul li::before {
  content: url(../img/svg/icon_safety_certificate.svg);
  margin-right: 12px;
  vertical-align: middle;
}

.Supplier_Title {
  font-family: "Noto Serif TC";
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
  margin: 20px 0;
}

.supplier_container {
  margin: 96px 0;
  padding: 0 40px;
}

.esg_report_photo {
  width: 312px;
  height: 220px;
  overflow: hidden;
}
.esg_report_photo img {
  width: 100%;
  overflow: hidden;
}

.esg_report_title {
  margin: 16px 0 32px 0;
}

.esg_report_title::after {
  content: "";
  opacity: 1;
  width: 72px;
  height: 1px;
  display: block;
  background-color: var(--primary);
}

.esg_report_list {
  border: solid 1px var(--gray-400);
  padding: 24px 32px;
  margin-bottom: 20px;
  align-items: center;
}

/*--------------------------------------------------------------
# 投資人專區
--------------------------------------------------------------*/
.finance_unit {
  margin-bottom: 28px;
}
.finance_form_title4,
.finance_form_list4 {
  display: grid;
  align-items: center;
  text-align: center;
  gap: 2px;
}
.finance_form_title4,
.finance_form_list4,
.finance_form_title5 {
  grid-template-columns: 1fr 1fr;
}
.finance_form_title4 div {
  color: var(--white);
  width: 100%;
  padding: 16px 0;
  background-color: var(--primary);
}
.finance_form_list4 {
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px var(--blue-green);
}
.finance_form_title5 {
  display: grid;
  align-items: center;
  gap: 2px;
}
.finance_form_title5 div {
  width: 100%;
  padding: 16px 0 16px 32px;
  background-color: #daebec;
}
.finance_report {
  padding: 28px 12px 28px 24px !important;
  text-align: left !important;
}
.governance_content2 {
  margin-top: 96px;
}
.governance_bt {
  display: grid;
  align-items: center;
  margin-bottom: 96px;
}
.governance_bt div {
  color: var(--white);
  background-color: var(--primary);
  padding: 8px 20px 8px 16px;
  border-radius: 12px;
}
.governance_bt div img {
  margin-right: 12px;
}
.governance_organizational img {
  width: 100%;
}
.board_of_directors_title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 60px 0 12px 0;
  padding-bottom: 16px;
  background-image: url(../img/investors/directors_line.png);
  background-repeat: no-repeat;
  background-position: 0 34px;
}
.text_left {
  text-align: left;
}
.border-right {
  border-right: solid 1px var(--white);
}
/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/
.career_list {
  margin-top: 96px;
  display: flex;
  gap: 36px;
}
.career_list h1 {
  font-size: 32px;
  line-height: 40px;
}
.application_process {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: left;
  margin-top: 60px;
}
.process {
  text-align: center;
}
.process img {
  margin-bottom: 20px;
}
.career_text {
  padding: 0 40px 0 0;
}

.careers_human_right {
  padding: 200px 0 130px 0;
}

.join_text_list {
  width: auto;
}

.Supplier_text_list {
  width: 80%;
}
.join_text_list,
.join_text_list h1,
.Supplier_text_list,
.Supplier_text_list h1 {
  color: var(--white);
}
.careers_container {
  margin-top: 74px;
  padding: 0;
}
.join_text_list h1,
.Supplier_text_list h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 16px;
}
.join_title {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 24px;
}
.join_text {
  font-size: 16px;
  line-height: 28px;
}
.careers_job_vacancies {
  padding: 96px 0 120px 0;
  background-color: var(--bg-gray2);
}
.diversity_policy_list {
  display: flex;
  gap: 68px;
  margin-bottom: 96px;
}
.diversity_policy_list:last-child {
  margin-bottom: 0px;
}
.diversity_content h1 {
  font-family: "Roboto";
  font-size: 200px;
  line-height: 210px;
  color: var(--gray-200);
}
.diversity_title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

.human_bigphoto img {
  width: 100%;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact_text {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 60px;
}
.contact_form {
  width: 90%;
  margin: 0 auto;
}
.contact_button {
  text-align: center;
}
.contact_submit {
  background-color: var(--primary);
  border: none;
  border-radius: 50px;
  margin-top: 12px;
  padding: 8px 40px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2d4e5b;
  color: var(--white);
  padding: 20px 0 0 0;
}
.footer_content {
  padding: 0 0 52px 0;
  margin-bottom: 40px;
  display: grid;
  border-bottom: solid 1px #fff;
}
.footer_service h3 {
  font-weight: 700;
  color: var(--white);
}
.footer_title h1 {
  padding-top: 32px;
  margin: 0 0 16px 0;
}
.footer_title h2 {
  margin: 0 0 16px 0;
}
.footer_service {
  margin-top: 12px;
}
.footer_service h3 {
  font-weight: 700;
  margin: 12px 0;
}
.bt_footcontent {
  color: var(--primary);
  font-size: 16px;
  line-height: 28px;
  height: 52px;
  border-radius: 50px;
  background: #fff;
  margin-top: 12px;
  width: 90%;
}
.footer_logo {
  margin-bottom: 28px;
}
.footer_address {
  display: grid;
  margin-bottom: 36px;
}
.footer_address a:hover,
#footer .Copyright a:hover {
  color: var(--yellow);
}
.footer_sitemap {
  display: none;
}
.foot_sitemaptitle,
.foot_list {
  margin-bottom: 16px;
}
.foot_sitemaptitle {
  font-weight: 700;
}
.foot_sitemaptitle::before {
  content: "●";
  color: #05ebf2;
  font-size: 6pt;
  position: relative;
  margin-right: 10px;
  vertical-align: top;
}
.footer_address_content {
  margin-bottom: 40px;
}
.foot_list::before {
  content: "-";
  font-size: 16pt;
  position: relative;
  margin-right: 10px;
  vertical-align: top;
}
#footer .Copyright {
  padding: 36px 0;
  background-color: var(--primary);
}
.footer_Copyright {
  display: grid;
}
.copyright_menu {
  display: grid;
  grid-template-columns: 1.4fr 2.6fr;
  gap: 4px;
}
.foot_sitemaplist {
  margin-bottom: 20px;
}
.text_Copyright {
  text-align: left;
}
.error_bg {
  background-image: url(../img/error/error_bg.jpg);
  background-size: cover;
}

/* RWD */
@media (min-width: 400px) {
  .Main_Products_text {
    font-size: 16px;
    line-height: 28px;
  }
  .partner_list div img {
    max-width: 152px;
    max-height: 44px;
  }
  .Vision_Title {
    font-size: 36px;
    line-height: 48px;
  }
  .Vision_text {
    font-size: 24px;
    line-height: 40px;
  }
  .medicalai_top_content {
    width: 78%;
    margin: 40px 0 0 64px;
  }
  .products_button div {
    width: auto;
  }
  .products_button {
    gap: 12px;
  }
  .medical_products_photo {
    max-width: 92%;
    height: 200px;
    overflow: hidden;
    z-index: 2;
    top: 8px;
    left: 8px;
  }

  .more_button3 {
    padding: 8px 20px;
  }

  .esg_report_photo {
    width: 360px;
    height: 250px;
  }
  .copyright_menu {
    gap: 8px;
  }
}

@media (max-width: 499px) {
  .careers_human_right {
    background-position: -700px 0;
  }
}

@media (min-width: 500px) {
  .bt_footcontent {
    width: 260px;
  }
  .copyright_menu {
    grid-template-columns: 2fr 2fr 2.8fr;
    gap: 8px;
  }

  .main_license_list img {
    width: 48px;
  }
  .partner_list div img {
    max-width: 192px;
    max-height: 56px;
  }
  .certificate_text {
    width: 280px;
  }
  .small_title_w,
  .Vision_text {
    font-size: 32px;
    line-height: 40px;
  }
  .Vision_Title {
    font-size: 40px;
    line-height: 52px;
  }
  .Vision_text {
    font-size: 28px;
    line-height: 52px;
  }
  .elite_team_list {
    margin-left: 28px;
  }
  .experience {
    bottom: 150px;
  }
  .small_title img {
    height: 36px;
  }
  .certificate_list {
    display: flex;
    gap: 36px;
    justify-content: left;
    align-items: center;
  }
  .medical_license_button,
  .more_button2,
  .more_button3 {
    font-size: 16px;
  }
  .patent_fda {
    margin-right: 4px;
  }
  .medicalai_top_products_left {
    min-height: 800px;
  }
  .medical_products_photo {
    max-width: 93%;
    height: 252px;
  }
  .cloud-bg-2 {
    background-position: -1100px center;
  }
  .bigdata—scrolling-bg {
    margin-top: -660px;
    padding: 96px 0 90px 20px;
  }

  .event_news_list {
    grid-template-columns: 1.2fr 6fr 0.4fr;
  }
  .efficiency_percent {
    margin: 0 28px 0 0;
  }
  .footer_content {
    padding: 0 0 52px 10px;
    grid-template-columns: 1fr;
  }

  .footer_logo {
    margin: 0 40px 0 0;
  }
}

@media (min-width: 600px) {
  .main_license_list img {
    width: 48px;
  }
  .main_reserve_bg {
    padding: 72px 0 120px 0;
  }
  .medical_products_photo {
    max-width: 92%;
    height: 272px;
    left: 12px;
  }

  .esg_report_photo {
    width: 510px;
    height: 390px;
  }
  #footer {
    padding: 60px 0 0 0;
  }
  .footer_content {
    padding: 0 0 52px 10px;
    grid-template-columns: 1fr;
  }

  .footer_logo {
    margin-right: 40px;
  }
  .bt_footcontent {
    width: 260px;
  }
}

@media only screen and (max-width: 699px) {
  .project_planning_content,
  .cloud_feature_list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .process_step_content ul {
    padding: 0;
    gap: 40px;
    flex-wrap: wrap;
  }
  .process_step_content ul li {
    width: 44%;
  }
  .usage_process_title {
    flex-wrap: wrap;
  }
  .usage_process_list {
    width: 88%;
    margin-top: -100px;
  }
  .information_security_content {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .pyramid_text img {
    max-width: 80px;
  }
  .genetic_code_content div {
    padding-top: 52px;
    width: 300px;
    height: 300px;
  }
  .information_security_list {
    margin-bottom: 40px;
  }
  .medicalai_top_text {
    width: 96%;
  }

  .medicalai_top_text2 {
    width: 96%;
  }

  .efficiency_photo img {
    width: 100%;
  }
  .governance_bt {
    width: 224px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .governance_bt div img {
    width: 20px;
    margin-right: 8px;
  }
  .career_list,
  .diversity_policy_list,
  .supplier_list {
    flex-direction: column;
  }
  .career_list .career_left,
  .diversity_policy_list .diversity_content,
  .supplier_list .supplier_left {
    order: 1;
  }
  .career_list .career_right,
  .diversity_policy_list .diversity_img,
  .supplier_list .supplier_right {
    order: 2;
  }
  .esg_report_download {
    margin-top: 28px;
  }
}

@media (min-width: 700px) {
  .cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: 0.6em 1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .no-touch .cd-main-nav a:hover {
    color: #99a478;
  }
  .Main_License_container {
    width: 80%;
  }
  .main_license_list {
    width: 30% !important;
    margin: 0 5% 0 0;
  }
  .inside_menu_tab div {
    font-size: 16px;
    padding: 16px;
  }
  .inside_BigTitle h3 {
    letter-spacing: 0px;
  }
  .Vision_Title {
    font-size: 60px;
    line-height: 72px;
  }
  .Vision_text {
    font-size: 32px;
    line-height: 60px;
  }
  .menu_tab_active:before {
    top: 60px;
    left: 44%;
  }
  .elite_team_list {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }
  .team_list2,
  .team_list3 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .partner_list div {
    height: 120px;
    margin-bottom: 40px;
  }
  .partner_list div img {
    max-width: 280px;
    max-height: 80px;
  }
  .patent_apply_list {
    margin: 0 20px 12px 20px;
    width: 18%;
  }
  .patent_list {
    font-size: 20px;
    padding: 36px 36px 36px 60px;
  }
  .patent_fda {
    width: auto;
  }
  .patent_tfda {
    width: auto;
    display: inline-block;
    margin-right: 4px;
  }

  .patent_text div {
    padding: 0 12px;
    margin-bottom: 12px;
  }

  .Chairman_Resume {
    grid-template-columns: repeat(2, 1fr);
  }
  .box1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .box2 {
    grid-column-start: 1;
    grid-row-start: 3;
    grid-row-end: 5;
    margin-top: 36px;
  }
  .box3 {
    margin-top: 66px;
  }

  .main_reserve_bg {
    padding: 72px 0 120px 0;
  }
  .Main_Products_img {
    height: 220px;
  }
  .certificate_text {
    width: 450px;
  }
  .medicalai_top_products_left {
    background-position: -100px 0;
  }

  .products_list_text {
    min-height: 140px;
  }
  .products_list {
    margin-bottom: 96px;
  }
  .products_button div button {
    width: auto;
  }
  .medical_products_photo {
    max-width: 78%;
    height: 376px;
    top: 14px;
    left: 16px;
  }

  .medicalai_top_content3 {
    margin-top: 620px;
    margin-left: 0;
  }

  .usage_process_top_bg {
    top: -48px;
  }
  .process_step_content ul {
    padding: 0;
    gap: 48px;
  }
  .genetic_analysis_content {
    margin-top: -72px;
  }
  .genetic_code_container:before {
    border-width: 80px;
    left: 40%;
  }
  .usage_process_title {
    gap: 28px;
  }
  .usage_process_list {
    width: 80%;
    margin-top: -140px;
  }

  .cloud-bg-2 {
    background-position: right center;
  }
  .information_security_list {
    border-right: solid 1px var(--blue-dark);
    padding: 0 52px;
  }
  .information_security_list:last-child {
    border-right: none;
  }
  .pyramid_text_list {
    width: 80%;
    margin: 0 auto;
  }
  .tab_feature_content {
    display: flex;
  }
  .feature_content {
    width: 48%;
    margin-top: 20px;
    margin-left: 40px;
  }
  .genetic_code_content {
    display: flex;
    flex-wrap: wrap;
  }
  .genetic_code_content div {
    padding-top: 22px;
    width: 210px;
    height: 210px;
  }
  .gene_feature_photo {
    margin-top: -80px;
    margin-left: -80px;
    padding: 40px 0 84px 40px;
  }
  .usage_process_content_list:nth-of-type(2)::before {
    top: -2%;
    left: 54%;
    transform: translateX(-48%) rotate(0deg);
  }
  .usage_process_content_list:nth-of-type(3)::before {
    top: -4%;
    left: 44%;
    transform: translateX(-55%) rotate(20deg);
  }

  .bigdata—scrolling-bg {
    padding: 96px 0 160px 60px;
  }

  .information_security_content img {
    width: 120px;
  }
  .order-lg-first {
    order: -1;
  }
  .efficiency_percent {
    margin-right: 52px;
  }
  .career_left,
  .career_right {
    width: 46%;
  }
  .governance_bt {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .shareholder_year {
    width: 400px;
    gap: 40px;
  }
  .shareholder_button {
    padding: 12px 20px;
  }

  .esg_report_photo {
    width: 312px;
    height: 220px;
  }

  .footer_content {
    padding: 0 0 52px 0;
    grid-template-columns: 1.3fr 1fr;
  }
  .footer_service {
    padding-left: 20px;
    text-align: center;
  }
  .footer_title {
    border-right: solid 1px #fff;
  }

  .footer_logo {
    margin-right: 40px;
  }
  .bt_footcontent {
    width: 260px;
  }
  .cd-header {
    height: 70px;
  }
  .cd-header #cd-logo {
    margin: 23px 0 0 5%;
  }
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  .go_top {
    width: 88px;
    height: 32px;
    font-size: 14px;
  }
  .esg_report_download div:first-child {
    width: 180px;
  }
}

@media (min-width: 800px) {
  .main_license_list img {
    width: 58px;
  }
  .main_reserve_bg {
    padding: 72px 0 120px 0;
  }
  .founder_content span {
    margin-right: 24px;
  }
  .partner_list div img {
    max-width: 300px;
    max-height: 88px;
  }
  .information_security_content img {
    width: auto;
  }
  .information_security_list {
    width: 372px;
  }
  .event_news_list {
    grid-template-columns: 1fr 6fr 0.4fr;
  }
  .news_button img {
    width: auto;
  }
  .diversity_content,
  .diversity_img {
    width: 46%;
  }
  .genetic_code_content div {
    width: 230px;
    height: 230px;
  }
  .medicalai_top_products img {
    width: 96%;
  }
  .medical_products_photo {
    max-width: 90%;
    height: 356px;
    top: 14px;
    left: 16px;
  }
  .cloud_analysis_list {
    margin-left: 60px;
  }
  #cloud_medical_bg2,
  #hair_care_bg,
  #smart_health_bg {
    background-position: -1000px -130px;
  }

  .esg_report_photo {
    width: 312px;
    height: 220px;
  }
  .supplier_text {
    width: 80%;
  }
  .esg_report_download div:first-child {
    width: 200px;
  }
}

@media (max-width: 992px) {
  .nav-line-tabs .nav-item .nav-link {
    color: #666;
    font-size: 1.2rem;
  }
  .nav-line-tabs .nav-item .main-nav-link {
    color: var(--white);
    font-size: 1.2rem;
  }
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
  .breadcrumbs {
    margin-top: 70px;
  }
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
  .text_news_date {
    text-align: center;
  }
  .certificate_list {
    width: 100%;
  }
  .apply_title {
    font-size: 16px;
  }
  .apply_number {
    font-size: 52px;
    line-height: 60px;
  }
  .certificate_photo img {
    max-width: 120px;
    margin-bottom: 12px;
  }
  .certificate_text h1 {
    line-height: 28px;
  }
  .patent_list {
    padding: 24px;
  }
  .new_ear_text {
    text-shadow: 1px 1px px var(--black);
  }
  .layout_photo img {
    width: 70%;
  }
  .cloud_medical_list,
  .usage_process_content_list,
  .cloud_feature_lis {
    flex-direction: column;
  }
  .cloud_medical_left {
    order: 1;
    margin-bottom: 40px;
  }
  .cloud_medical_right {
    order: 2;
  }
  .genetic_code_content {
    justify-content: center;
    align-items: center;
  }

  .usage_process_content_list .usage_process_photo {
    order: 1;
  }
  .usage_process_content_list .usage_process_list {
    order: 2;
  }
  .application_process {
    grid-template-columns: 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
  }
  .process img {
    width: 40px;
    margin-bottom: 8px;
  }
  .process2 img {
    width: 24px;
  }
  .diversity_policy_container {
    width: 86%;
    margin: 0 auto;
  }
  .medical_bigdata_content {
    flex-wrap: wrap;
  }

  .esg_report_download div:first-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .mobile_bg {
    background-color: rgba(0, 24, 22, 1) !important;
  }
}

@media (min-width: 1000px) {
  .btn_primary {
    width: 110px !important;
  }

  .main_license_list {
    width: 28% !important;
    margin: 0 6% 0 0;
  }
  .Main_Products_left {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .Main_Products_img {
    max-width: 240px;
    height: 180px;
  }
  .Main_Products_text {
    width: 240px;
    height: 108px;
  }
  .Main_Products_right_photo img {
    width: auto;
  }
  .menu_tab_active:before {
    top: 70px;
    left: 45%;
  }
  #inside_container {
    padding: 72px 0 0 0;
  }
  .inside_sitemap {
    text-align: right;
  }
  .inside_sitemap span::after {
    margin-left: 14px;
  }
  .inside_sitemap span {
    margin-right: 14px;
  }
  .chairman_img {
    width: 460px;
  }
  .Company_Introduction {
    grid-template-columns: 1fr 1fr;
  }
  .company_img img {
    width: 80%;
  }
  .Vision_Title {
    font-size: 80px;
    line-height: 96px;
  }
  .Vision_text {
    font-size: 40px;
    line-height: 60px;
  }
  .future_img img {
    width: 800px;
  }
  .inside_menu_tab {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .inside_menu_tab div {
    padding: 24px 0;
    width: 200px;
  }
  .elite_team_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .certificate_text {
    width: 180px;
  }
  .team_img,
  .modal_team_img {
    width: 270px;
    height: 300px;
  }
  .experience {
    bottom: 180px;
  }
  .partner_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .partner_list div img {
    max-width: 182px;
    max-height: 52px;
  }
  .certificate_list {
    width: 48%;
  }
  .patent_apply {
    padding: 32px 0 20px 52px;
  }
  .apply_title,
  .apply_number {
    width: 132px;
  }
  .patent_apply_list {
    margin: 0 20px 12px 12px;
    width: 20%;
  }
  .patent_list {
    padding: 36px 12px 36px 36px;
  }

  .certificate_photo {
    width: 188px;
    height: 188px;
  }
  .country_text,
  .patent_text {
    font-size: 14px;
  }
  .new_era_content {
    width: 400px;
  }
  .more_button3 img {
    width: auto;
    margin-right: 8px;
  }

  .section-title p {
    width: 50%;
  }
  .products_label span {
    padding: 4px 8px;
    margin-right: 4px;
  }
  .products_list_title {
    height: 72px;
  }
  .products_list_text2 {
    min-height: 140px;
  }
  .cloud_medical_list {
    align-items: center;
    gap: 40px;
  }
  .cloud_medical_left img {
    width: 320px;
  }
  .medical_top_title {
    margin-top: 0;
  }

  .medicalai_top_products_left {
    min-height: 630px;
    background-position: -80px 0;
    padding: 100px 0 80px 100px;
  }
  .medicalai_top_content {
    width: 80%;
    margin: 40px 0 0 100px;
    padding-bottom: 96px;
  }
  .medicalai_top_products img {
    width: 80%;
  }
  .products_button {
    gap: 12px;
  }
  .application_benefits_content {
    grid-template-columns: 1fr 1.36fr;
  }
  .medicalai_efficiency_list {
    grid-template-columns: 1fr;
  }
  .medicalai_feature {
    margin-top: 140px;
  }

  .application_benefits_left {
    margin: 8px 0 0 0;
  }
  .benefits_list {
    padding: 12px 32px 12px 32px;
    margin-bottom: 12px;
  }
  .benefits_title {
    margin-bottom: 0;
  }
  .clinical_data_content {
    padding: 20px 68px 0 32px;
  }
  .apply_process_content {
    padding: 60px 52px 60px 60px;
  }
  .application_benefits_right {
    position: relative;
    left: -20px;
  }
  .medical_products_photo {
    top: 13px;
    left: 13px;
    max-width: 65%;
    height: 296px;
  }
  #cloud_medical_bg2,
  #hair_care_bg,
  #smart_health_bg {
    background-position: -890px -130px;
  }
  #medical_bigdata_bg2 {
    padding: 96px 0 160px 0;
  }
  .medical_bigdata_content {
    margin-bottom: 40px;
  }
  .medical_bigdata_content .bigdata_list {
    width: 340px;
  }
  .genetic_code_content {
    gap: 12px;
  }
  .genetic_code_content div {
    width: 340px;
    height: 292px;
    padding-top: 32px;
    margin: 0 auto;
  }
  .innovation_model_container {
    margin-bottom: 96px;
    padding-bottom: 0;
  }
  .innovation_model_pyramid {
    display: flex;
  }
  .project_planning_content {
    gap: 52px;
  }
  .pyramid_text_list {
    padding-top: 24px;
  }
  .pyramid_text {
    margin-bottom: 32px;
  }
  .tab_feature_content {
    margin-top: 84px;
    margin-left: 200px;
    padding-bottom: 84px;
    max-width: 1132px;
    gap: 52px;
  }
  .cloud_feature_left {
    width: 516px;
  }
  .gene_feature_photo {
    margin-top: -84px;
    margin-left: -248px;
    padding: 40px 0 84px 40px;
  }
  .feature_content {
    width: 60%;
    margin-top: 72px;
  }
  .innovation_model_content {
    width: 72%;
  }
  .innovation_model_pyramid {
    gap: 28px;
    text-align: left;
  }
  .usage_process_top_bg {
    top: -68px;
  }
  .usage_process_content_list:nth-child(1)
    .usage_process_title
    span:first-child {
    width: 256px;
  }
  .usage_process_content_list:nth-child(2)
    .usage_process_title
    span:first-child {
    width: 320px;
  }
  .project_planning_list img {
    width: auto;
  }
  .usage_process_list {
    width: 58%;
    margin-top: 0;
  }
  .usage_process_photo {
    width: 42%;
  }
  .usage_process_container {
    padding: 0 60px;
  }
  .layout_photo {
    margin-left: 12%;
  }
  .process_step_content ul {
    gap: 20px;
  }
  .genetic_code_container:before {
    left: 44%;
  }
  .cloud-scrolling-bg {
    padding: 96px 60px;
  }
  .cloud_feature_list {
    gap: 100px;
  }

  .medicalai_top_content2 {
    margin-top: 180px;
  }
  .bigdata—scrolling-bg {
    margin-top: -580px;
    padding: 96px 0 160px 0;
  }

  .governance_bt {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
  .governance_bt {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
  .circular_economy {
    padding: 96px;
  }
  .contact_form {
    width: 54%;
  }
  .Supplier_text_list {
    width: 748px;
  }
  .join_text_list h1,
  .Supplier_text_list h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .join_title {
    font-size: 32px;
    line-height: 40px;
  }
  .join_text {
    font-size: 20px;
    line-height: 36px;
  }
  .order-lg-first2 {
    order: -1;
  }
  .esg_top_bg {
    top: -60px;
  }
  .esg_photo img {
    width: 98%;
  }

  .diversity_policy_list {
    padding-left: 7.8%;
  }
  .event_news_list {
    grid-template-columns: 0.8fr 6fr 0.4fr;
  }
  .news_detail_content {
    width: 86%;
  }
  .news_detail_content img {
    width: auto;
    max-width: 1000px;
  }
  .news_title {
    max-width: 372px;
  }

  .esg_report_photo {
    width: 280px;
    height: 200px;
  }
  .working_photo div:nth-child(2) {
    margin-top: 24px;
  }

  .footer_content {
    padding: 0 20px 52px 20px;
    grid-template-columns: 0.9fr 1fr;
  }
  .footer_service {
    padding-left: 60px;
  }
  .footer_address_content {
    margin-bottom: 40px;
    display: flex;
  }
  .footer_sitemap {
    display: grid;
    grid-template-columns: 1.6fr 1.6fr 1fr;
  }
  .copyright_menu {
    display: flex;
    gap: 28px;
  }

  .footer_logo {
    margin-right: 40px;
  }
  .bt_footcontent {
    width: 360px;
  }
  #footer .Copyright {
    padding: 36px 0 16px 0;
  }
}

@media (max-width: 1099px) {
  .btn_primary {
    font-size: 12px;
    width: 96px !important;
    height: 32px !important;
    background-color: #01949a;
  }
  section {
    padding: 40px 0;
  }
  #main_news h1 {
    margin: 0 0 40px 56px;
  }
}

@media (min-width: 1100px) {
  .btn_primary {
    width: 120px !important;
  }
  .main_news_container {
    max-width: 1000px;
  }

  #Main_License_partner {
    padding: 150px 0;
  }
  .text_news_date {
    margin-left: 12px;
  }
  #main_news h1 {
    margin: 0 0 60px 56px;
  }

  #header_menu_medicalai {
    width: 950px;
  }

  .medical_license_list {
    display: grid;
    grid-template-columns: 4fr 2fr;
    align-items: center;
  }
  .medical_license_more {
    margin-top: 0;
  }
  .medicalai_top_container,
  .medicalai_top_container2 {
    display: flex;
  }
  .medicalai_top_container2 {
    gap: 100px;
  }
  .medical_products_photo {
    max-width: 88%;
    height: 278px;
  }

  .medicalai_top_content3 {
    margin-top: 500px;
    margin-left: 8%;
  }

  .medicalai_top_content2 {
    width: 50%;
    margin-top: 50px;
  }

  #cloud_medical_bg2,
  #hair_care_bg,
  #smart_health_bg {
    margin-top: 74px;
    min-height: 900px;
    background-position: center;
  }
  .medicalai_top_text {
    margin-bottom: 0;
  }
  .medicalai_top_text2 {
    width: 50%;
  }

  .application_benefits_content,
  .medicalai_efficiency_list {
    grid-template-columns: 1fr 1.2fr;
  }
  .new_era_content {
    width: 630px;
  }

  .Supplier_Title {
    margin: 60px 0 20px 0;
  }
  .footer_content {
    padding: 0 40px 52px 20px;
    grid-template-columns: 1.2fr 1fr;
  }
  .footer_service h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .bt_footcontent {
    width: 400px;
  }

  .governance_organizational img {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  .board_of_directors_table tr,
  .board_of_directors_table2 tr {
    display: block;
    margin-top: 5px;
  }
  .board_of_directors_table th,
  .board_of_directors_table2 th {
    display: none;
  }
  .board_of_directors_table td,
  .board_of_directors_table2 td {
    padding: 0;
    line-height: 1.2em;
    display: flex;
  }
  .board_of_directors_table td::before,
  .board_of_directors_table2 td::before {
    content: attr(data-th) "：";
    width: 48%;
    text-align: center;
    margin-right: 1em;
  }
  .board_of_directors_table tr td:first-child,
  .board_of_directors_table2 tr td:first-child {
    color: var(--white);
    background-color: var(--primary);
  }
  .board_of_directors_table tr td:first-child::before {
    background-color: transparent;
  }
  .board_of_directors_table2 tr {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .btn_primary {
    width: 120px !important;
  }
  .inside_menu_tab {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .inside_menu_tab div {
    padding: 24px 0;
    width: 260px;
  }
  .inside_header,
  .elite_team_Introduction,
  .product_feature,
  .application_benefits,
  .medicalai_efficiency,
  .apply_process_content {
    margin-bottom: 96px;
  }
  .application_benefits {
    margin-top: 96px;
  }
  .Company_Introduction {
    margin: 96px 0 124px 0;
  }
  .certificate_text {
    width: 250px;
  }
  .future_img img {
    width: 900px;
  }
  .company_organize img {
    width: 1052px;
  }
  .partner_list div {
    height: 160px;
  }
  .patent_apply_list {
    margin: 0 20px 12px 20px;
    width: 16%;
  }
  .patent_list {
    padding: 36px;
  }
  .medical_license_list {
    grid-template-columns: 4fr 2.4fr;
  }
  .medicalai_new_era {
    padding: 210px 96px 210px 0;
  }
  .products_photo img {
    max-width: 340px;
  }
  .products_list_text2 {
    min-height: 108px;
  }
  .products_label span {
    padding: 4px 12px;
    margin-right: 8px;
  }
  .products_list_title {
    height: 100px;
  }
  .cloud_medical_top {
    background-position: -420px 0;
  }
  .cloud_medical_list {
    gap: 40px;
  }
  .cloud_medical_left img {
    width: 450px;
  }
  .step_text {
    width: 156px;
  }
  .medicalai_top_products_left {
    width: 52%;
    min-height: 630px;
    background-position: -60px 0;
    padding: 100px 0 80px 80px;
  }
  .medicalai_top_products img {
    width: 80%;
  }
  .medicalai_top_content {
    width: 40%;
    margin: 120px 0 0 40px;
  }
  .medicalai_top_text2 {
    width: auto;
  }
  .application_benefits_left {
    margin: 8px 0 0 0;
  }
  .benefits_list {
    padding: 12px 40px 12px 40px;
    margin-bottom: 16px;
  }
  .benefits_title {
    margin-bottom: 8px;
  }
  .benefits_list ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .apply_process_img {
    display: flex;
  }

  .genetic_code_content {
    gap: 40px;
  }
  .genetic_code_content div {
    width: 372px;
    height: 372px;
    padding: 52px 40px;
  }
  .genetic_analysis_content {
    margin-top: -162px;
  }
  .genetic_top_text {
    width: 60%;
  }
  .project_planning_content {
    gap: 120px;
  }
  .pyramid_text_list {
    padding-top: 44px;
    width: auto;
  }
  .pyramid_text {
    margin-bottom: 74px;
  }
  .usage_process_container {
    padding: 0 48px 0 60px;
  }
  .usage_process_top_bg {
    top: -80px;
  }
  .usage_process_list {
    width: 60%;
  }
  .usage_process_photo {
    width: 38%;
  }
  .step_icon {
    width: 160px;
    height: 160px;
    padding-top: 36px;
  }
  .step_icon img {
    width: auto;
  }
  .usage_process_content_list:nth-child(1)
    .usage_process_title
    span:first-child {
    width: 220px;
  }
  .usage_process_content_list:nth-child(2)
    .usage_process_title
    span:first-child {
    width: 220px;
  }
  .usage_process_content_list:nth-of-type(2)::before {
    top: -34%;
    left: 52%;
    transform: translateX(-54%) rotate(-20deg);
  }
  .usage_process_content_list:nth-of-type(3)::before {
    top: -38%;
    left: 44%;
    transform: translateX(-55%) rotate(20deg);
  }
  .cloud-scrolling-bg {
    width: 86%;
    border-top-right-radius: 80px;
    padding: 96px 60px 96px 100px;
  }
  .governance_bt {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .shareholder_year {
    width: 400px;
    gap: 40px;
  }
  .shareholder_button {
    padding: 12px 20px;
  }
  .esg_main_photo1 {
    left: 40px;
    margin-top: 188px;
  }
  .esg_main_content {
    padding: 0 96px 96px 96px;
  }
  .news_title {
    font-size: 20px;
  }
  .news_date {
    margin: 20px 0 16px 0;
  }
  .esg_main_content {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
  }
  .main_news_container {
    max-width: 1120px;
  }

  .main_reserve_bg {
    padding: 96px 0 150px 0;
  }
  .Main_Products_content {
    grid-template-columns: 1fr 1fr;
    gap: 120px;
  }
  .Main_Products_left {
    grid-template-columns: 1fr 1fr;
  }
  .Main_Products_right_photo img {
    width: 100%;
  }
  .partner_list div img {
    max-width: 228px;
    max-height: 66px;
  }

  .esg_report_photo {
    width: 352px;
    height: 230px;
  }

  .footer_sitemap {
    grid-template-columns: 1.3fr 1.1fr 0.8fr 1.3fr 1.2fr;
  }
  .foot_sitemaplist {
    margin-bottom: 0;
  }
}

@media (min-width: 1300px) {
  .btn_primary {
    width: 132px !important;
  }
  .btn_langunge {
    font-size: 16px;
  }

  .certificate_text {
    width: 280px;
  }
  .text_news_date {
    margin-left: 8px;
  }
  .Main_Products_img {
    max-width: 280px;
    height: 220px;
  }
  .Main_Products_text {
    width: 280px;
    height: 80px;
  }

  .medical_license_list {
    grid-template-columns: 3.8fr 2.2fr;
  }
  .cloud_medical_img {
    align-content: center;
  }
  .team_img,
  .modal_team_img {
    width: 330px;
    height: 360px;
  }
  .partner_list div img {
    max-width: 234px;
    max-height: 68px;
  }
  .governance_organizational img {
    width: 1154px;
  }
  .Supplier_text_list {
    width: 1000px;
  }

  .footer_Copyright {
    grid-template-columns: 1.6fr 1fr;
  }
  .copyright_menu {
    gap: 12px;
  }
  .text_Copyright {
    text-align: right;
  }
}

@media (min-width: 1400px) {
  #header_menu_medicalai {
    width: 950px;
  }
  .btn_primary {
    width: 152px !important;
  }

  .Main_License_container {
    width: 64%;
  }
  #Main_License_partner {
    padding: 220px 0;
  }
  .text_news_date {
    margin-left: 0;
  }
  .partner_list div img {
    max-width: 260px;
    max-height: 76px;
  }
  .certificate_text {
    width: 400px;
  }
  .inside_menu_tab {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .inside_menu_tab div {
    width: 192px;
  }
  .team_img,
  .modal_team_img {
    width: 360px;
    height: 390px;
  }
  .products_list_text {
    min-height: 108px;
  }
  .products_photo img {
    max-width: 440px;
  }

  .information_security_list {
    width: 440px;
  }
  .cloud_medical_list {
    gap: 96px;
  }
  .cloud_medical_left img {
    width: 520px;
  }
  .application_benefits_right img {
    width: auto;
    max-width: 700px;
  }
  .application_benefits_content,
  .medicalai_efficiency_list {
    grid-template-columns: 1fr 1fr;
  }
  .benefits_list {
    padding: 28px 40px 28px 40px;
  }
  .data_before_import {
    padding-top: 8px;
  }
  .import_times {
    font-size: 32px;
  }
  .genetic_code_content {
    gap: 80px;
  }
  .project_planning_content {
    gap: 180px;
  }
  .event_news_list {
    grid-template-columns: 0.4fr 6fr 0.3fr;
  }
  .governance_bt {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 8px;
  }

  .esg_report_photo {
    width: 372px;
    height: 260px;
  }

  .footer_address {
    margin-bottom: 68px;
  }
  .footer_address_content {
    display: block;
  }
  .footer_logo {
    margin-right: 0;
  }
  .footer_sitemap {
    grid-template-columns: 1.1fr 0.9fr 0.7fr 1.3fr 1.3fr;
  }
}

@media (max-width: 1499px) {
  .career_list img,
  .supplier_text img {
    width: 100%;
  }
  .diversity_img img {
    width: 100%;
  }
  .diversity_content h1 {
    font-size: 100px;
    line-height: 110px;
  }
}

@media (min-width: 1600px) {
  .btn_primary {
    color: #fff;
    width: 168px !important;
    background-color: #00b3ba;
    border-radius: 50px;
    height: 40px !important;
  }
  .company_img img {
    width: auto;
  }
  .inside_menu_tab div {
    width: 220px;
  }

  .experience {
    bottom: 180px;
  }
  .patent_apply_list {
    margin: 0 0 12px 18px;
    width: 18.6%;
  }

  .team_img,
  .modal_team_img {
    width: 400px;
    height: 430px;
  }
  .information_security_list {
    width: 460px;
  }
  .cloud_medical_top {
    background-position: -240px 0;
  }
  .cloud_medical_img img,
  .cloud_medical_left img {
    width: auto;
  }
  .cloud_advantage {
    gap: 40px;
  }
  .medicalai_top_products_left {
    width: 55%;
    min-height: 800px;
    background-position: -100px 0;
    padding: 100px 0 80px 126px;
  }
  .medicalai_top_products img {
    width: auto;
    max-width: 700px;
  }
  .medicalai_top_content {
    width: 36%;
    margin: 172px 0 0 0;
  }

  .medicalai_top_content2 {
    margin-top: 150px;
  }
  .process_img img {
    width: auto;
    max-width: 1260px;
  }

  .medical_products_photo {
    top: 15px;
    left: 14px;
    max-width: 658px;
    height: 392px;
  }

  .precision_medicine_photo img {
    width: auto;
  }
  .usage_process_list {
    width: 50%;
  }
  .usage_process_photo {
    width: 48%;
  }
  .usage_process_content_list:nth-of-type(2)::before {
    top: -20%;
    left: 60%;
    transform: translateX(-54%) rotate(-20deg);
  }
  .usage_process_content_list:nth-of-type(3)::before {
    top: -22%;
    left: 44%;
    transform: translateX(-55%) rotate(20deg);
  }
  .process_step_content ul {
    gap: 40px;
  }

  .tab_feature_content {
    margin-top: 84px;
    margin-left: 248px;
    padding-bottom: 84px;
    max-width: 1132px;
  }
  .feature_content {
    width: 56%;
  }
  .gene_feature_photo,
  .cloud_feature_right img {
    width: auto;
  }

  .information_right img {
    width: auto;
  }
  .governance_bt {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 32px;
  }
  .main_news_container {
    max-width: 1520px;
  }

  .Main_Products_img {
    max-width: 312px;
    height: 244px;
  }
  .Main_Products_text {
    width: 312px;
    height: 72px;
  }
  .Main_Products_right_photo img {
    width: auto;
  }

  #header_menu_medicalai,
  #header_menu_cloud_medical_platform {
    width: 1200px;
  }

  .partner_list div img {
    max-width: 286px;
    max-height: 84px;
  }

  .news_photo {
    width: 426px;
    height: 320px;
  }
  .news_photo img {
    min-width: 426px;
    min-height: 320px;
  }
  .news_title {
    max-width: 94%;
  }
  .esg_main_content {
    grid-template-columns: 1fr 1.4fr;
  }

  .esg_report_photo {
    width: 426px;
    height: 300px;
  }
  .esg_report_photo img {
    max-width: 426px;
  }
  .Supplier_text_list {
    width: 1100px;
  }

  .footer_Copyright {
    grid-template-columns: 2fr 1fr;
  }
  .footer_content {
    padding: 0 70px 52px 20px;
  }
  .footer_service {
    padding-left: 180px;
  }
  .footer_service h3 {
    font-size: 40px;
    line-height: 60px;
  }

  .footer_Copyright {
    grid-template-columns: 2fr 1fr;
  }
  .footer_sitemap {
    grid-template-columns: 1fr 0.9fr 0.7fr 1.2fr 1.3fr;
  }
  .copyright_menu {
    gap: 28px;
  }
}

@media (min-width: 1700px) {
  .diversity_policy_list {
    padding-left: 260px;
  }
}

@media (min-width: 1900px) {
  .usage_process_container {
    padding: 0 100px 0 148px;
  }
  .usage_process_photo img {
    width: auto;
  }
  .cloud-scrolling-bg {
    border-top-right-radius: 80px;
    padding: 96px 60px 96px 260px;
  }
}

@media (min-width: 2000px) {
  .diversity_policy_list {
    padding-left: 24%;
  }

  .medicalai_new_era {
    background-position: center -100px;
  }
  .new_era_content {
    margin-right: 10%;
  }
  .Main_License_container {
    width: 36%;
  }
  .medicalai_top_container,
  .medicalai_top_container2,
  .usage_process_container {
    max-width: 2100px;
    margin: 0 auto;
  }
  .medicalai_top_products_left {
    background-position: 0 0;
  }
  .usage_process_container {
    padding: 0 100px 0 148px;
  }
  .usage_process_top_bg {
    top: -152px;
  }
  #cloud_medical_bg2,
  #cloud_medical_bg3,
  .layout_introduce__container,
  #hair_care_bg,
  #smart_health_bg {
    background-size: cover;
  }
  #cloud_medical_bg2,
  #hair_care_bg,
  #smart_health_bg {
    min-height: 1600px;
  }
  #cloud_medical_bg3 {
    min-height: 1000px;
  }
  .cloud-scrolling-bg {
    width: 90%;
    padding: 120px 120px 120px 32%;
  }
}

@media (min-width: 3000px) {
  .medicalai_new_era {
    padding: 300px 96px 300px 0;
    background-position: center -500px;
  }
  .new_era_content {
    margin-right: 20%;
  }
  .careers_join_efai,
  .careers_human_right {
    padding: 30% 0 320px 0;
  }
}
