@charset "utf-8";

/*共用*/
body {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif, 微軟正黑體;
  background-color: #000;
}
img {  
  max-width: 100%;
}
.gap_kv { margin-bottom: 30rem; }
.gap200 { margin-bottom: 200px; }
.gap180 { margin-bottom: 180px; }
.gap150 { margin-bottom: 150px; }
.gap120 { margin-bottom: 120px; }
.gap100 { margin-bottom: 100px; }
.gap90 { margin-bottom: 90px; }
.gap80 { margin-bottom: 80px; }
.gap70 { margin-bottom: 70px; }
.gap60 { margin-bottom: 60px; }
.gap50 { margin-bottom: 50px; }
.gap40 { margin-bottom: 40px; }
.gap30 { margin-bottom: 30px; }
.gap20 { margin-bottom: 20px; }
.gap10 { margin-bottom: 10px; }

.title_line {
  border-bottom: 1px solid #00b9ef;
  width: 60px;
  margin: 20px auto 30px;
}
h2 {
  max-width: 880px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  margin: 0 auto;
  color: #00b9ef;
  background: linear-gradient(to right, #005dce, #00b9ef, #00b9ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
p {
  max-width: 880px;
  font-size: 16px;
  line-height: 1.3em;
  margin: 0 auto;
  color: #aaa;
}
.primary_button {
  background-color: #336899;
  background: linear-gradient(to right, #005dce, #00b9ef, #00b9ef);
  border: 1px solid #004280;
  color: #FFF;
  text-decoration: none;
  padding: 8px 20px 8px 20px;
  transition: 0.5s all;
  border-radius: 3px;
}
.secondary_button {
  background-color: transparent;
  border: 1px solid #004280;
  color: #336899;
  text-decoration: none;
  padding: 6px 16px 6px 15px;
  transition: 0.5s all;
  border-radius: 3px;
}
.primary_button i {
  position: relative;
  left: 0.25rem;
  color: #FFF;
  transition: left 0.5s ease, color 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.primary_button:hover i {
  left: 0.5rem;
  color: #336899;
}
.primary_button:hover {
  background-color: transparent;
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
.secondary_button:hover {
  background-color: #336899;
  border: 1px solid #004280;
  color: #FFF;
}
.secondary_button i {
  position: relative;
  left: 0.2rem;
  color: #336899;
  transition: left 0.5s ease, color 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.secondary_button:hover i {
  left: 0.5rem;
  color: #FFF;
}

.more-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2rem;
  color: #0058ff;
  transition: 0.2s all;
}
.more-link:hover {
  border-bottom: 1px solid #0058ff;
}
.more-link.dark-link {
  color: #00b9ef;
}
.more-link.dark-link:hover {
  border-bottom: 1px solid #00b9ef;
}

/* all */
.Computex2025_all {
  background-color: #000;
  background-size: 50px 50px;
  background-image: radial-gradient(#005dce 1px, transparent 1px);
}

/* logo */
.logo {
  background-color: #000;
}
.logo_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}
.logo_wrap img {
  max-width: 180px;
}
.logo_computex {
  float: right;
}

/* kv */
.kv_bg {
  background: url("../../kv/kv_bg.jpg") no-repeat top center;
  background-size: cover;
  height: 53rem;
}
.kv_wrap {
  width: 95%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.kv_title {  
  width: 95%;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #00c8ff;
  margin: 0 auto;
  padding-top: 5%;
  background: linear-gradient(to right, #005dce, #00b9ef, #00b9ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv_subtitle {  
  font-size: 22px;
  color: #FFF;
  letter-spacing: 0.1rem;
  margin: 10px auto;
  text-shadow: 0px 0px 10px #000;
}

/* 1 */
.Computex2025_1 {
  width: 95%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.Computex2025_1 p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #FFF;
  text-shadow: 0em 0em 0.4em #000;
}
.video_wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

/* 2 */
.Computex2025_2 {
  width: 95%;
  text-align: center;
  margin: 0 auto;
}
.Computex2025_2 .carousel-container {
  display: flex;
  text-align: center;
  position: relative;
  height: 500px;
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 60px;
}
.Computex2025_2 .carousel-card {
  /*height: 450px;*/
  width: 60%;
  max-width: 400px;
  padding: 30px 0 0;
  transition: 1s;
  opacity: 1;
  position: absolute;
  top: 0;
  background-image: linear-gradient(180deg, #005dce 0%, #00b9ef 100%);
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
}
.Computex2025_2 .carousel-icon {
  height: auto;
  width: 70%;
  margin: 30px 0 5px;
}
.Computex2025_2 .carousel-icon.big-icon {
  width: 55%;
  margin: 20px 0 5px;
}
.Computex2025_2 .carousel-item {
  font-size: 15px;
  font-weight: 700;
  color: #005dce;
  border-radius: 30px;
  border: 1px solid #FFF;
  background-color: #FFF;
  width: fit-content;
  padding: 0 15px;
  margin: 0 auto;
}
.Computex2025_2 .carousel-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
}
.Computex2025_2 .carousel-text p {
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  margin: 5px auto 15px auto;
  width: 95%;
}
.Computex2025_2 .carousel-text ul {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #000;
  background-color: #FFF;
  padding: 8px 8px 8px 25px;
}
.Computex2025_2 #left3 {
  left: 15.5%;
  transform: scale(0.9) translateY(0%) translateX(-50%);
  z-index: 5;
  background-color: #f0f0f0;
  background-image: linear-gradient(180deg, #111 0%, #666 100%);
}
.Computex2025_2 #left2 {
  left: 30%;
  transform: scale(1) translateY(0%) translateX(-50%);
  z-index: 10;
  background-color: #d0d0d0;
  background-image: linear-gradient(180deg, #333 0%, #999 100%);
}
.Computex2025_2 #left1 {
  left: 50%;
  transform: scale(1.15) translateY(0%) translateX(-43%);
  z-index: 15;
}
.Computex2025_2 #right1 {
  left: 70%;
  transform: scale(1) translateY(0%) translateX(-50%);
  z-index: 10;
  background-image: linear-gradient(180deg, #333 0%, #999 100%);
}
.Computex2025_2 #right2 {
  left: 81%;
  transform: scale(0.9) translateY(0%) translateX(-50%);
  z-index: 5;
  background-image: linear-gradient(180deg, #111 0%, #666 100%);
}
.Computex2025_2 #right3 {
  left: 50%;
  transform: scale(0.9) translateY(0%) translateX(-50%);
  z-index: 0;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.Computex2025_2 .carousel-arrow {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
}
.Computex2025_2 .arrow-css {
  transform: rotate(45deg);
  border-style: solid;
  position: absolute;
  top: 35%;
  pointer-events: none;
  z-index: 999;
}
.Computex2025_2 .arrow-css.right {
  border-width: 3px 3px 30px 30px;
  border-color: #00c8ff #00c8ff transparent transparent;
  right: 0%;
}
.Computex2025_2 .arrow-css.left {
  border-width: 30px 30px 3px 3px;
  border-color: transparent transparent #00c8ff #00c8ff;
  left: 0%;
}
@media screen and (max-width:768px) {
  .Computex2025_2 .carousel-card {
    width: 80%;
  }
}

/* 3 */
.Computex2025_3 {
  width: 95%;
  text-align: center;
  margin: 0 auto;
}
.Computex2025_all .data_bg {
  width: 100%;
  background: url("../../kv/data_bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
}
.Computex2025_all .data_center {
  width: 95%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  color: #FFF;
}
.Computex2025_all .data_center h3 {
  max-width: 600px;
  margin: 0 auto;
  color: #FFF;
}
.Computex2025_all .data_center.h_C2820 h3 {
  transform: translateY(40%);
}
.Computex2025_all .data_box {
  display: flex;
  margin: 0 auto;
  padding: 30px 0 0;
}
.Computex2025_all .data_box.data_C2820 {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.Computex2025_all .data_box img {
  width: 100%;
  max-width: 550px;
  transform: translateY(15%);
}
.Computex2025_all .data_img {
  width: 50%;
}
.Computex2025_all .data_img img {
  width: 100%;
  max-width: 550px;
}
.Computex2025_all .LCrack_front {
  margin-left: 5%;
}
.Computex2025_all .data_img h3 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  border-radius: 3px;
  background-color: #FFF;
  background: linear-gradient(to right, #005dce, #00b9ef);
  width: fit-content;
  padding: 3px 15px;
  margin: 0 auto;
}
.Computex2025_all .data_box ul {
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #333;
  margin: 0 auto;
  padding: 20px;
  padding-left: 40px;
  max-width: 550px;
  background-color: #FFF;
  border-radius: 3px;
  transform: translateY(45%);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
  transition: 0.5s all;
}
.Computex2025_all .data_box ul:hover {
  transform: translateY(42%);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 1.0);
}
.Computex2025_all .data_box li {
  border-bottom: 1px solid #eee;
  padding: 0.3em 0;
}

.CoolingSolutions_bg {
  width: 100%;
  /*background: url("../../kv/kv_bg.jpg") no-repeat center center;*/
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
}
.CoolingSolutions_mobile {
    display: none;
  }
.CoolingSolutions {
  width: 95%;
  max-width: 1220px;
  margin: 0 auto;
}
.CoolingSolutions_title {
  line-height: 1em;
  width: fit-content;
  background-color: #00b9ef;
  background: linear-gradient(to right, #005dce, #00b9ef);
  border-radius: 3px;
  padding: 6px 12px 4px;
  margin: 2rem;
  position: relative;
}
.CoolingSolutions_triangle_left {
  position: absolute;
  content: "";
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-top: 2em solid #00b9ef;
  transform: rotate(291deg);
  top: 17%;
  right: -7%;
  z-index: -1;
}
.CoolingSolutions_triangle_right {
  position: absolute;
  content: "";
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-top: 2em solid #005dce;
  transform: rotate(68deg);
  top: 17%;
  left: -7%;
  z-index: -1;
}
.CoolingSolutions_box {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: 'left img right';
  align-items: center;
  margin: 40px 0;
}
.CoolingSolutions_text.left {
  grid-area: left;
}
.CoolingSolutions_text.right {
  grid-area: right;
}
.CoolingSolutions_text ul {
  padding: 0;
  margin: 0 2rem;
}
.CoolingSolutions_text li {
  list-style: none;
  color: #aaa;
  border-bottom: 1px solid #666;
  padding: 1.2em 0 0.6em;
}
.CoolingSolutions_text li b {
  font-size: 19px;
  color: #00b9ef;
  padding: 0 5px 0 0;
}
.CoolingSolutions_text li span {
  background-color: #00b9ef;
  color: #FFF;
  padding: 3px 9px 1px;
}
.CoolingSolutions_img {
  grid-area: img;
  margin: 0 auto;
}
.CoolingSolutions_img img {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .CoolingSolutions_box {
    grid-template-areas:
    ' img img img'
    ' left left left'
    ' right right right';
    margin: 30px 0 60px;
  }
}

/* 4 */
.Computex2025_4 {
  width: 95%;
  max-width: 1170px;
  margin: 0 auto;
}
.Computex2025_4 .case_study {
  position: relative;
  z-index: 2;
}
.Computex2025_4 .case_study_box.reverse {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 1fr 2fr;
  grid-template-areas: '. title title' 'img img content' 'img img .';
  margin-right: auto;
  margin-left: 0;
}
.Computex2025_4 .case_study_box.reverse::after {
  content: '';
  grid-column: 2/-1;
  grid-row: 3/1;
  position: relative;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(61,48,41,0.2);
}
.Computex2025_4 .case_study_box {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-areas: ' title title . ' ' content img img' ' . img img ';
  margin: 3rem 0 0;
  margin-right: 0;
  margin-left: auto;
}
.Computex2025_4 .case_study_box::after {
  content: '';
  grid-column: -2/1;
  grid-row: 3/1;
  position: relative;
  z-index: -1;
  background-image: linear-gradient(180deg, #333 0%, #888 100%);
  box-shadow: 0 0.2em 1em rgba(61,48,41,0.2);
  border-radius: 3px;
}
.Computex2025_4 .case_study_box h3 {
  font-size: 24px;
  color: #00b9ef;
  line-height: 1.1em;
  text-align: left;
  margin: 25px 30px 30px 0;
  position: relative;
}
.Computex2025_4 .case_study_title {
  width: 95%;
  grid-area: title;
  padding: 10px 30px 0px;
}
.Computex2025_4 .case_study_title img {
  width: 100%;
  max-width: 180px;
  margin: 20px 0 10px;
}
.Computex2025_4 .case_study_text {
  grid-area: content;
  margin: 0 2.7rem 0 0rem;
  padding: 0px 30px 20px;
}
.Computex2025_4 .case_study_text p {
  color: #FFF;
  margin: 0 0 10px;
}
.Computex2025_4 .case_study_text ul {
  margin-left: -1.5rem;
  color: #FFF;
}
.Computex2025_4 .case_study_text li {
  /*border-bottom: 1px solid #666;*/
  padding: 0.1em 0;
  font-size: 18px;
  font-weight: 700;
}
.Computex2025_4 .case_study_box.reverse .case_study_text {
  padding-left: 3.5rem;
  margin: 0 0rem 0 -1.5rem;
}
.Computex2025_4 .case_study_img {
  grid-area: img;
}
.Computex2025_4 .case_study_img img {
  max-width: 100%;
  vertical-align: middle;
  border-radius: 3px;
  transition: 0.5s all;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.Computex2025_4 .case_study_img:hover img {
  transform: translateY(-1%);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .Computex2025_4 .case_study_box {
  grid-template-areas:
    ' img img img'
    ' title title title '
    ' content content content';
  }
  .Computex2025_4 .case_study_box.reverse {
  grid-template-areas:
    ' img img img'
    ' title title title '
    ' content content content';
  }
  .Computex2025_4 .case_study_img {
    transform: translateY(0%);
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .Computex2025_4 .case_study_box h3 {
    margin: 10px 10px 10px 0;
  }
  .Computex2025_4 .case_study_box::after {
    background-image: none;
    box-shadow: none;
  }
  .Computex2025_4 .case_study_text p {
    color: #aaa;
  }
}
@media screen and (max-width:680px) {
  .Computex2025_4 .case_study_title {
    width: 90%;
    padding: 0px;
    margin: 0 auto;
  }
  .Computex2025_4 .case_study_box h3 {
    margin: 20px 10px 10px 0;
  }
  .Computex2025_4 .case_study_text {
    width: 90%;
    margin: 0;
    padding: 0px;
    margin: 0 auto;
  }
  .Computex2025_4 .case_study_box.reverse .case_study_text {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .Computex2025_4 .case_study_text p {
    margin: 0 0 5px;
  }
  .Computex2025_4 .case_study_text ul {
    margin-top: 0;
  }
}

.computex2025_ContactForm {
  margin-top: 5rem;
  display: flex;
  background-color: #FFF;
  max-height: ;
}
.computex2025_ContactForm_left, .computex2025_ContactForm_right {
  width: 50%;
}
.computex2025_ContactForm_left {
  background: url("https://www.mitaccomputing.com/images/product_landing/GTC25-bg2.jpg") no-repeat center center;
  background-size: cover;
  min-height: 500px;
}
.computex2025_footer {
  width: 100%;
  background: linear-gradient(to right, #005dce, #00b9ef, #00b9ef);
}
.computex2025_footer p {
  width: 95%;
  font-size: 14px;
  color: #FFF;
  margin: 0;
  padding: 10px 20px;
}

@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:990px) {}
@media screen and (max-width:768px) {
  .gap60 { margin-bottom: 30px; }
  .gap120 { margin-bottom: 90px; }
  .logo_wrap img {
    max-width: 150px;
  }
  .Computex2025_all .data_box {
    display: block;
    margin: 0 auto;
    padding: 30px;
  }
  .Computex2025_all .data_img {
    width: 100%;
  }
  .Computex2025_all .LCrack_front {
    margin-left: 0%;
    margin-bottom: 3%;
  }
  .CoolingSolutions_bg {
    display: none;
  }
  .CoolingSolutions_mobile {
    display: block;
  }
  .CoolingSolutions_title {
    margin: 0 auto;
  }
  .computex2025_ContactForm {
    display: block;
  }
  .computex2025_ContactForm_left, .computex2025_ContactForm_right {
    width: 100%;
  }
  .computex2025_footer p {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width:680px) {}
@media screen and (max-width:580px) {
  .kv_bg {
    background: url("../../kv/kv_mobile.jpg") no-repeat center center;
    background-size: cover;
    height: 42rem;
    padding: 0;
    margin: 0;
  }
  .kv_title {
    font-size: 32px;
    line-height: 1.1;
    padding-top: 6%;
  }
  .gap_kv {
    margin-bottom: 17rem;
  }
  .Computex2025_1 p {
    font-size: 16px;
  }
}
@media screen and (max-width:500px) {
  .kv_bg {
    height: 38rem;
  }
  .gap_kv {
    margin-bottom: 13rem;
  }
  .Computex2025_all .data_box img {
    transform: translateY(23%);
  }
}
@media screen and (max-width:360px) {
  .kv_title {
    font-size: 30px;
  }
}
