/*smooth scroll*/
html {
  scroll-behavior: smooth;
}

html,
body,
section {
  margin: 0px;
  padding: 0px;
  position: relative;
  font-family: 'Segoe UI','roboto', arial, sans-serif;
}

video::-webkit-media-controls {
  display: none;
}

video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}

.InnerGIGABYTEContent * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

video {
  width: 100%;
}

.InnerGIGABYTEContent * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.InnerGIGABYTEContent html,
.InnerGIGABYTEContent body,
.InnerGIGABYTEContent div,
.InnerGIGABYTEContent section {
  font-family: 'Segoe UI','roboto', arial, sans-serif !important;
}

video {
  width: 100%;
}

p {
  font-size: 16.5px;
  font-weight: 400;
  line-height: 2;
  padding-bottom: 10px;
}

h1,
h3 {
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 30px;
}

h2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 1.5px;
}

.enH2 {
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 0px;
  font-weight: 400;
}

.enP {
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 400;
}

.textBlock03 .highlight {
  line-height: 1.35;
  font-weight: bold;
  font-style: italic;
}

.block03-Img {
  max-width: 250px;
  padding-bottom: 20px;
}

.block03-Img img {
  width: 100%;
}

.video {
  overflow-x: hidden;
}

.float {
  float: left;
}

.clear {
  clear: both;
}

.Block-50w {
  position: relative;
  width: 50%;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin-right: -5px;
  margin-left: -5px;
}

.mobile {
  display: none;
}

.InnerGIGABYTEContent .container {
  background: #fff;
  color: #000;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  /*    overflow-x: hidden;*/
  font-family: 'roboto', arial, sans-serif;
  max-width: 100% !important;
  padding: 0 !important;
}

#video {
  height: 500px;
  background: #fff;
  overflow: hidden;
  z-index: -1;
}


#block01,
#block02,
#block03,
#block04 {
  width: 100%;
  height: 800px;
  text-align: center;
  max-width: 1920px;
  margin-left:auto;
  margin-right: auto;
}

.blockRow {
  margin-top: 4px;
}

.introInfo {
  margin: auto;
  width: 50vw;
  min-width: 700px;
  text-align: center;
  margin-bottom: 100px;
}

.introInfo p {
  text-align: left;
  padding-bottom: 20px;
}

.introInfo .goal {
  margin-top: 70px;
  width: 80%;
  max-width: 350px;
  padding: 0 0 40px 0;
}

.text-left {
  background-color: #F1F1F1;
  height: 800px;
  text-align: center;
  border-right: solid 2px #fff;
}

.text-right {
  background-color: #F1F1F1;
  height: 800px;
  text-align: center;
  border-left: solid 2px #fff;
}

.imgBlock-right {
  border-left: solid 2px #fff;
}

.imgBlock-left {
  border-right: solid 2px #fff;
}

.imgBlock-right img{
  max-width: 958px;
  height: 100%;
  overflow: hidden;
  display: block;
  margin-right:auto;
}
.imgBlock-left img {
  max-width: 958px;
  height: 100%;
  overflow: hidden;
  display: block;
  margin-left:auto;
}

.textBlock01,
.textBlock02,
.textBlock03,
.textBlock04 {
  width: 70%;
  margin: auto;
  text-align: left;
  margin-top: 150px;
}

h1 .en,
h3 .en {
  font-size: 75px;
  font-family: 'roboto', sans-serif, arial;
  font-weight: 300;
}

h1 .ch,
h3 .ch {
  font-size: 40px;
  font-family: 'Microsoft JhengHei', sans-serif;
  font-weight: lighter;
}

btn {
  margin-top: 40px;
  background-color: #4CAF50;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.5), 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}

btn:hover {
  background-color: #13501c;
  color: #fff;
  /*    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
  0 17px 50px 0 rgba(0, 0, 0, 0.19);*/
}


/*animation delay time*/

.delay-0 {
  animation-delay: .5s;
}

.delay-1 {
  animation-delay: 1s;
}

.delay-2 {
  animation-delay: 1.25s;
}

.InnerGIGABYTEContent h1,
.InnerGIGABYTEContent h2,
.InnerGIGABYTEContent h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/*nav bar*/
.nav {
  box-shadow: 0px 8px 5px -5px #8f8f8f;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  margin: auto;
  padding: 15px 0px 5px 0;
}

.nav li {
  display: inline;
  padding: 0px 25px;
  border-right: solid 1px #cccccc;
}

.nav li:last-child {
  border-right: solid 0px #cccccc;
}

.nav li a.active,
.nav li a {
  color: #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.nav li a:hover:not(.active) {
  color: #0088dd;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.MobileNav {
  display: none;
}

/*About 認識技嘉*/
#about {
  padding: 150px 0 150px 0;
  background-color: #fff;
  text-align: center;
}

#about .Title {
  font-weight: 600;
  font-size: 30px;
  line-height: 2;
  margin-bottom: 0.5rem;
}

#about .subTitle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  #about row {
      max-width: 1280px;
      margin: auto;
      margin-top: 100px;
      margin-bottom: 50px;
      display: block;
      text-align: center;
  }
}

.Block-30w {
  position: relative;
  width: 30%;
  padding: 0 30px;
  margin: 0 1.5%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Block-40w {
  position: relative;
  width: 45%;
  padding: 0 15px;
  margin: 0 2.5%;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Block-45w {
  position: relative;
  width: 45%;
  margin: 0 2.5%;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Block-35w {
  position: relative;
  width: 30%;
  margin: 0 1.5%;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#about .Block-30w img {
  width: 160px;
}

.content {
  min-height: 265px;
  padding-bottom: 10px;
}

.content-2 {
  min-height: 210px;
}

.contentTitle {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

.contentText {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 30px;
}

.contentPlus {
  width: 32px;
  margin: auto;
  border: 0px;
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}
.Block-30w .popBtn_multi{
  padding: 0px 18px 20px 18px;
}
.Block-30w .popBtn_multi:hover{
  box-shadow: 10px 10px 40px rgba(0,0,0,0.25);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.Block-30w .popBtn_multi:hover .contentPlus {
  opacity: 1;
  transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#about .Block-30w .contentPlus img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.contentHighlight01 {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  line-height: 1.75;
  text-align: left;
}

.Iso {
  font-size: 15px;
  font-weight: bold;
  color: #555555;
  border: solid 1px #707070;
  padding: 10px;
}

.Iso-tight {
  font-size: 13px;
  line-height: 1.55;
}

#about .row {
  display: block;
  padding-bottom: 15px;
}

.award-item {
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
}

.award-img {
  float: left;
  padding-right: 10px;
}

.award-img img {
  max-width: 20px;
}

.award-highlight {
  font-weight: bold;
}

.award-content {
  float: left;
  font-weight: normal;
  text-align: left;
  font-size: 17px;
  color: #555;
  width: 85%;
}

.about-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 150px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-modal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
  min-width: 500px;
  text-align: center;
  box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.close {
  color: #aaaaaa !important;
  float: right;
  font-size: 50px !important;
  font-weight: normal;
  margin-top: -15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.close:hover,
.close:focus {
  color: #0088dd !important;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.aboutPop-icon {
  width: 120px;
  margin: auto;
  padding-top: 40px;
}

#about .Block-30w .aboutPop-icon img {
  width: 220px;
  margin-left: -50px;
  margin-top: -50px;
}

.aboutPop-content {
  padding: 20px 100px 80px 100px;
}

.aboutPop-content ul {
  list-style-type: square;
}

.aboutPop-Subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #008cd6;
  line-height: 2;
}

.aboutPop-text {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  line-height: 1.25;
  padding-top: 10px;
  text-align: left;
}

/*Milestone 里程碑*/
#milestone {
  padding: 150px 0 150px 0;
  background-color: #EEEEEE;
  text-align: center;
}

#milestone .Title {
  font-weight: 600;
  color: #0088dd;
  font-size: 30px;
  line-height: 2;
  margin-bottom: 0.5rem;
}

#milestone .subTitle {
  font-size: 20px;
  color: #0088dd;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  #milestone row {
      max-width: 1280px;
      margin: auto;
      margin-top: 100px;
      margin-bottom: 50px;
      display: block;
      text-align: center;
  }
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 50px;

}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #0088dd;
  top: 15px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.box {
  padding: 0px 40px 10px 40px;
  position: relative;
  width: 50%;
}

/* The circles on the timeline */
.box::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  right: -4px;
  background-color: #0088dd;
  border: 2px solid #0088dd;
  top: 15px;
  border-radius: 50%;
  z-index: 0;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -9px;
}

/* The actual content */
.timeline-content-L {
  padding: 0px 0px 50px 30px;
  margin-top: -15px;
  position: relative;
  border-radius: 6px;
  text-align: left;
}

.timeline-content-R {
  padding: 0px 0px 50px 30px;
  position: relative;
  border-radius: 6px;
  text-align: left;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Place the timelime to the left */
  .timeline::after {
      left: 31px;
  }

  /* Full-width containers */
  .box {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .box::before {
      left: 60px;
      border: medium solid transparent;
      border-width: 10px 10px 10px 0;
      border-color: transparent transparent transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
      left: 22px;
  }

  /* Make all right containers behave like the left ones */
  .right {
      left: 0%;
  }
}

.time-year {
  font-size: 30px;
  color: #0088dd;
  font-weight: bold;
}

.time-info {
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 0 6px 0;
}


.time-btn {
  color: #A8A8A8;
  border: solid 1px #A8A8A8;
  padding: 10px 40px;
  border-radius: 5px !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.time-btn:hover {
  background-color: #555;
  border: solid 1px #555;
  color: #F1F1F1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#more {
  display: none;
}

/*CSR 地球公民*/
#csr {
  padding: 150px 0 150px 0;
  background-color: #fff;
  text-align: center;
}

#csr .Title {
  font-weight: 600;
  color: #000;
  font-size: 30px;
  line-height: 2;
  margin-bottom: 0.5rem;
}

#csr .subTitle {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}

.csr-card,
.csr-numbers {
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}

.csr-numbers .row {
  margin-top: 100px;
  margin-bottom: 100px;
}

.csr-item {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.csr-item:hover{
  box-shadow: 5px 5px 40px rgba(0,0,0,0.5);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.csrZone-img-1 {
  height: 300px;
  width: 100%;
  background-image: url(../img/csr_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.csrZone-img-2 {
  height: 300px;
  width: 100%;
  background-image: url(../img/csr_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.csrZone-text {
  padding: 10px 30px;
  text-decoration: none;
}

.csrZone-text h1 {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  padding-bottom: 0px;
}

.csrZone-text p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}

a .csrZone-img-1,
a .csrZone-img-2 {
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}


a .csrZone-text,
a:visited .csrZone-text {
  color: #394756;
  padding: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover .csrZone-text,
a:hover .csr-item
 {
  /* background-color: #eaeaea; */
  color: #008cd6;
  background: -webkit-linear-gradient(#008cd6, #394756);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  text-decoration: none !important;
  box-shadow: 15px 15px 45px rgba(0,0,0,0.5);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.InnerGIGABYTEContent a:hover {
  text-decoration: none !important;
}

.csrInfo {
  text-align: left;
}

.csrIcon {
  width: 75%;
  margin: auto;
}

.csrIcon img {
  width: 100%;
}

.csr-row {
  padding: 50px 0;
  border-bottom: 1px solid #d2d5d9;
}

.csr-row:last-child {
  border-bottom: 0px;
}

.csrContent {
  float: left;
  width: 100%;
  margin: auto;
  padding: 20px 35px;
}

.csrDetail {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 5px;
}

.csrAchieve {
  text-align: right;
  color: #394756;
  font-size: 14.5px;
  font-weight: bold;
  padding-right:15px;
}

.csrAchieve_number {
  font-size: 35px;
  font-weight: 600;
}

.csrAchieve_symbol {
  font-size: 17px;
  font-weight: bold;
}

/*Current 技嘉ING*/
#ing {
  padding: 150px 0 150px 0;
  background-color: rgba(155, 217, 255, 0.3);;
  text-align: center;
}

#ing .Title {
  font-weight: 600;
  color: #000;
  font-size: 30px;
  line-height: 2;
  margin-bottom: 0.5rem;
}

#ing .subTitle {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}

.current-row {
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
}

.current-row .Block-30w {
  padding: 0;
}

.current-item {
  box-shadow: 0px 3px 10px #888888;
}

.current-img img {
  width: 100%;
}

a .current-text,
.current-text {
    position: absolute;
    margin-top: -150px;
    width: 100%;
    height: 150px;
    padding: 100px 0px 0px 0px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5px;
    color: #fff;
    background-image: linear-gradient(to bottom, #00446900,#00446980 ,#004469);
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

a .current-img {
  opacity: 0.9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover .current-img {
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover .current-text,
a:hover .current-line-animate {
  color: #fff;
  font-weight: 500;
  background-image: linear-gradient(to bottom, #008cd600, #00a6ff80,#00a6ff);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.current-line-animate{
  position: absolute;
  border-bottom: 10px solid #fff;
  width: 100%;
}
a:hover .current-line-animate{
  animation: underlineCurrent;
  animation-duration: .4s;
  animation-fill-mode:forwards;
}
@keyframes underlineCurrent{
  0%{border-bottom: #00457e solid 10px;width:0%;}
  100%{border-bottom: #00457e solid 10px;width:100%;}
}

/*Scroll to top*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 136, 221, 0.8) !important;
  cursor: pointer;
  padding: 13px;
  border-radius: 3px;
}

#topBtn img {
  width: 25px;
  height: 25px;
}

#topBtn:hover {
  background-color: #555;
}
