@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700&display=swap);

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
}
/* Gobal setting */
a {
  color: inherit;
}
a:focus, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}
ul, li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
:focus {
  outline: 0;
}
.form-group .form-control,
.form-group .form-control:focus,
.form-group select {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: .625rem;
  padding-right: .625rem;
  color: #797979;
  background-color: #f2f2f2;
  border: 0;
}
.form-group .form-control:not(textarea),
.form-group .form-control:not(textarea):focus,
.form-group select {
  height: calc(2.375rem + 2px);
}
.form-control::placeholder,
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: rgb(181, 181, 181)
}
.form-control,
.form-control:focus {
  border: 1px solid #c3c3c3;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  /* -webkit-appearance: none; */
}
.form-group input[type="submit"] {
  border: 0;
  padding: 0;
}
button:focus {
  outline: 0;
}
ul.disc,
ul.disc li {
  list-style: disc;
}
ul.disc {
  padding-left: 1.3125rem;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-body {
  padding: 1.25rem;
}
.page-item.disabled .page-link {
  background-color: transparent;
  border: 0;
}
.page-link {
  border: 0;
  color: #000;
  font-size: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
}
.page-item.active .page-link,
.page-link:hover {
  color: #000;
  background-color: transparent;
}
.page-item.active .page-link {
  font-weight: 700;
  border: 0;
}
.page-link:focus {
  box-shadow: none;
}
.pagination {
  align-items: center;
}
.limitLine {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fBalance {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.fwrap {
  flex-wrap: wrap;
}
.alignTop {
  align-items: flex-start;
}
.listTpye {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.listTpye i {
  font-style: normal;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  margin-bottom: 0;
}
h1,.h1 {
  font-size: 3.6458vw;
  line-height: 4.675vw;
  font-weight: bold;
  color: #fff;
}
h2,.h2 {
  font-size: 1.666vw;
  font-weight: bold;
  color: #fff;
}
h3,.h3 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 500;
  color: #000;
}
h3 span,
span.h3small {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #15608b;
}
h4,.h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #000;
}
h5,.h5 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  font-weight: normal;
}
p, .p {
  margin-bottom: 0;
  line-height: 2.25rem
}
p:not(:last-child), .p:not(:last-child) {
  margin-bottom: 2.09375rem;
}
span.require {
  color: #ff0000;
}
.layout {
  max-width: 61.875rem;
  width: 100%;
  margin: auto;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.more {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  font-weight: 500;
}
.back::before,
.more::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon/icon_more@3x.png);
  background-repeat: no-repeat;
  margin-left: 5px;
}
.btn.back::before,
.btn.more::after {
  background-image: url(../images/icon/icon_go@3x.png);
}
.btn.back::before {
  transform: scaleX(-1);
  margin-right: 5px;
}
.file::before {
  content: '';
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-image: url(../images/icon/icon_download@3x.png);
  margin-right: 10px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.open::after {
  border-width: 8.7px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  margin-left: .25rem;
  transition: all .35s;
}
.open[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.btn,
a.btn {
  display: inline-block;
  background: #1f77ff;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 16.5px 31.5px;
}
.btn:hover,
a.btn:hover {
  background-color: rgba(31, 119, 255, .9);
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.tag {
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1;
  padding: 3px 9px 4px;
}
.bar {
  display: flex;
  align-items: center;
  padding-left: 18px;
  border-left: 10px solid #15608b;
}
div.bar {
  padding-left: 9px;
  font-weight: bold;
}

/* navbar */
.navbar {
  padding: 0;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
}
.navbar + section {
  margin-top: 100px;
}
nav.navbar .layout {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding: 16.5px 0;
}
.navbar .nav-link {
  color: #000;
  font-size: 1.25rem;
  overflow: hidden;
  position: relative;
  transition: all .35s ease-out;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #1f77ff;
}
.navbar-toggler-icon {
  width: 26px;
  height: 26px;
  background-image: url(../images/icon/icon_menu@3x.png);
  background-size: 100%;
}
[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url(../images/icon/icon_menuclose@3x.png);
}

/* footer */
footer {
  color: #fff;
  background-color: #000;
  padding: 40px 5px 60px;
}
footer ul,
footer li {
  flex-direction: column;
  display: flex;
  align-items: center;
}
footer .icon {
  width: 28px;
  margin-right: 8px;
}
footer .part + .part {
  margin-top: 53px;
}
footer .contact ul {
  margin-top: 20px;
}
footer .contact li {
  font-size: 20px;
}
footer .info {
  font-size: 14px;
  line-height: 28px;
}
footer .info ul {
  margin-top: 16px;
  margin-bottom: 6px;
}

.slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 8px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 1);
}
.slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 100%;
  border: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.slick-dots li.slick-active button:before {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bg-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* index */
.index-hero {
  position: relative;
}
.index-hero .slick-dots {
  bottom: 54px;
  z-index: 2;
}
.index-hero .bg-wrapper {
  padding-bottom: 35.416%;
}
.hero-mask {
  width: 58.854%;
  background-color: rgba(31, 119, 255, .7);
  background-image: url(../images/bg/banner_bg@3x.png);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -35.416%;
  padding-bottom: calc(35.416% + 70px - 24.1666vw);
}
.hero-mask .wrapper {
  max-width: 830px;
  width: 100%;
  padding-left: 20px;
  padding-top: 6.61458vw;
  margin-left: auto;
}
.hero-mask h1 + h2 {
  margin-top: 32px;
}
.index-news {
  padding-top: 84px;
  padding-bottom: 120px;
}
.index-news .head-row {
  margin-bottom: 23px;
}
.newsCard a {
  padding: 5px 0;
  display: block;
}
.newsCard a * {
  transition: all .35s ease-out;
}
.newsCard a:hover * {
  color: #15608B
}
.newsCard .date {
  color: #707070;
}
.newsCard .title {
  font-size: 24px;
  line-height: 36px;
  margin-top: 6px;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  max-height: 36px;
}
.newsCard .en {
  margin-top: 4px;
}
.index-review {
  min-height: 36.458vw;
  background-image: url(../images/bg/goldengate_s@3x.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 36px;
  padding-bottom: 20px;
}
.index-review .slick-dots {
  bottom: -67px;
}
.index-review::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(31, 119, 255, .6);
  z-index: 0;
}
.index-review .layout,
.index-review .layout * {
  z-index: 1;
}
.index-review .head-row * {
  color: #fff;
}
.index-review .head-row {
  margin-bottom: 30px;
}
.reviewCard {
  background-color: #fff;
  padding: 30px 35px 20px;
  border-radius: 4px;
}
.reviewCard a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.reviewCard .name {
  color: #1f77ff;
  font-weight: 500;
  margin-top: 20px;
}
.reviewCard .name > div {
  display: inline-block;
  vertical-align: middle;
}
.reviewCard .name .thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url(../images/icon/avetar_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
.index-review .slick-track {
  display: flex !important;
}
.index-review .slick-slide {
  height: inherit !important;
}
.index-review .slick-slide > div {
  height: 100%;
}
.index-startup {
  padding-top: 65px;
  padding-bottom: 335px;
}
.index-startup .head-row {
  margin-bottom: 40px;
}
.startupCard {
  flex-basis: 50%;
  margin-bottom: 30px;
}
.startupCard:hover .thumbnail {
  opacity: .3;
}
.startupCard .thumbnail {
  padding: 0px 24.5px;
  transition: all .35s ease-out;
}
.startupCard .bg-wrapper {
  padding-bottom: 66.667%;
}
.startupCard .company {
  text-align: center;
}
.startupCard .company .ch {
  margin-top: 10px;
  margin-bottom: 2px;
}
#startup-slider .slick-slide,
#startup-slider_mb .slick-slide {
  display: flex;
  flex-flow: row wrap;
}
.index-startup .slick-dots li button {
  background-color: rgba(21, 96, 139, .4);
}
.index-startup .slick-dots li.slick-active button {
  background-color: rgba(21, 96, 139, 1);
}
.index-video {
  background-color: rgba(31, 119, 255, .6);
  padding-bottom: 100px;
}
.index-video .col-12 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -190px;
}
.index-video .video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-iframe {
  transition: all .2s ease-in-out;
}
.video-iframe,
.video-play {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: 0;
}
.video-play {
  align-items: center;
  color: white;
  cursor: pointer;
  font-size: 100px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.video-play img {
  width: 98px;
  height: auto;
}
.index-video .des {
  color: #fff;
  margin-top: 40px;
}

/* about */
.about-main {
  padding-top: 65px;
  padding-bottom: 150px;
}
.about-main .item + .item {
  margin-top: 60px;
}
.about-main .item h3 + h5 {
  margin-top: 33px;
}

/* apply */
.apply-main {
  background-color: rgba(21, 96, 139, 0.6);
  background-image: url(../images/bg/1316_3@3x.jpg);
  background-size: 100%;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
.apply-main::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21, 96, 139, 0.6);
}
.apply-main .layout {
  width: calc(100% - 30px);
}
.apply-main .head {
  font-size: 58px;
  line-height: 80px;
  color: #15608b;
}
.apply-main .card {
  margin-top: 60px;
  margin-bottom: 100px;
  background-color: #fff;
  padding: 50px 95px 70px;
  z-index: 2;
  border-radius: 0;
}
.apply-main .head-row {
  margin-bottom: 40px;
}
.apply-main .head {
  margin-top: 20px;
  margin-bottom: 3px;
}
.apply-main .head + h4 {
  color: #15608b;
}
.apply-main .item .bar {
  font-weight: bold;
}
.apply-main .item + .item {
  margin-top: 60px;
}
.apply-main .item h4 + h5,
.apply-main .item h4 + .h5 {
  margin-top: 30px;
}
.apply-main .item a {
  color: #1f77ff;
  text-decoration: underline;
}
.apply-main .ancor-row {
  margin-top: 60px;
}

/* news */
.news-main,
.newsD-main {
  padding-top: 100px;
  padding-bottom: 100px;
}
.nav-pills .nav-link {
  border-radius: 0;
  background-color: #ffffff;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  padding: 22px 10px 22px 27px;
}
.nav-pills .nav-link.active {
  background-color: rgba(255,255,255,.5);
  color: #000;
}
.tab-content {
  background-color: #fff;
}
.news-main .newsCard + .newsCard {
  border-top: 1px dashed rgba(112, 112, 112, .5);
}
.news-main .newsCard a {
  padding-top: 22px;
  padding-bottom: 22px;
}
.news-main .anchor-row {
  justify-content: center;
  margin-top: 50px;
}
.news-main .anchor-row a {
  display: inline-block;
}
.news-main .anchor-row a::after {
  display: none;
}

/* news_detail */
.newsD-wrapper {
  background-color: #fff;
  padding: 3.90625vw 7.2916vw 4.1666vw;
  align-items: flex-start;
}
.file-group {
  margin-top: 45px;
  margin-bottom: 60px;
}
.file-group a {
  display: block;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.36px;
  color: #1f77ff;
}
.file-group a + a {
  margin-top: 8px;
}

/* resources */
.resources-main {
  padding-bottom: 150px;
}
.resources-main .head-row {
  margin-top: 50px;
  margin-bottom: 100px;
}
.resources-main .item + .item {
  margin-top: 40px;
}
.resources-main .item a {
  display: block;
}
.resources-main .item .bar {
  flex-direction: column;
  align-items: flex-start;
}
.resources-main .item .bar span {
  margin-left: 0;
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
}

/* 20200918 */
.index-hero .hero-mask {
  position: relative;
}
.hero-mask .extend-anchor {
  position: absolute;
  right: 2.0833vw;
  bottom: 2.0833vw;
  display: block;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  background-color: #343434;
}
.extend-anchor .text-group {
  padding: 1.5625vw 2.0833vw;
  flex-direction: column;
  position: relative;
}
.extend-anchor .text-group:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + .6vw);
  background-color: transparent;
  border: 8px solid #72c16b;
  top: -1.09vw;
  left: -1.04vw;
}
.hero-mask .extend-anchor .text {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  text-shadow: 2px 2px 6px rgba(85, 59, 9, 0.53);
  font-weight: 500;
  font-size: 1.45834vw;
  line-height: 1.4;
}
.hero-mask .extend-anchor .text.en {
  /* line-height: 28px; */
}

@media screen and (min-width: 992px) {
  .navbar {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  nav.navbar .layout {
    -ms-flex-align: flex-start;
    align-items: center;
    max-width: 1360px;
  }
  .navbar-brand {
    margin-right: 15px;
  }
  .navbar-brand img {
    height: 67px;
    width: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 12px;
    transition: all .35s;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .625rem 0 .375rem;
    border-bottom: 2px solid transparent;
  }
  .navbar .nav-link:hover,
  .navbar .nav-link:focus,
  .navbar .nav-link.active {
    border-bottom-color: #1f77ff;
  }
  .navbar-expand-lg .navbar-nav .nav-item:first-child {
    padding-right: 36px;
  }
  .navbar-expand-lg .navbar-nav .nav-item:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .inlineI {
    display: inline-block;
    vertical-align: middle;
  }
  .bar span {
    margin-left: 20px;
  }
  footer .layout {
    max-width: 1390px;
  }
  footer ul,
  footer li {
    flex-direction: row;
  }
  footer .contact li + li {
    margin-left: 30px;
  }
  footer .info {
    margin-left: auto;
    max-width: 565px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  footer .info .logo {
    width: 354px;
  }

  /* index */
  .index-news .layout {
    max-width: 1280px;
  }
  .index-news .row {
    justify-content: space-between;
  }
  .index-news .col-md-6 {
    max-width: 595px;
  }
  .index-review .layout {
    max-width: 1390px;
  }
  .index-review .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-startup .layout {
    max-width: 1106px;
  }
  .index-startup .head-row {
    text-align: center;
  }
  .startupCard {
    padding: 18.5px 5px;
  }

  /*EXTEND*/
  .startupCard {
    flex-basis: 25%;
  }
  .index-video .layout {
    max-width: 1390px;
  }
  .index-video .main {
    flex-basis: 800px;
    margin-left: 54px;
  }
  .index-video .bar {
    margin-top: 84px;
  }

  /* about */
  .about-main .layout {
    max-width: 1030px;
  }

  /* apply */
  .apply-main .layout {
    max-width: 1130px;
  }

  /* .news */
  .news-main {
    background-color: rgba(112, 112, 112, .5);
  }
  .news-main .layout {
    max-width: 1140px;
  }
  .nav-pills .nav-link {
    width: 100%;
    flex-direction: column;
    border-left: 10px solid transparent;
  }
  .nav-pills .nav-link.active {
    border-left-color: #15608b;
  }
  .tab-content {
    padding: 14px 60px;
  }

  /* news_detail */
  .newsD-main {
    background-color: rgba(112, 112, 112, .5);
  }
  .newsD-main .layout {
    max-width: 1310px;
    width: calc(100% - 30px);
  }
  .newsD-wrapper .left {
    width: 34.4%;
    margin-right: 15px;
  }
  .newsD-wrapper .right {
    width: 54.95%;
  }

  /* resources */
  .resources-main .layout {
    max-width: 1130px;
  }
}
@media screen and (max-width: 1440px) {
  /* .hero-mask .extend-anchor {
      width: 30vw;
  } */
  .hero-mask .extend-anchor .text {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 991px) {
  .navbar + section {
    margin-top: 55px;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-collapse {
    padding: 10px 40px;
  }
  .navbar-brand {
    padding: 10px;
    margin-right: 0;
  }
  .navbar-brand img {
    width: auto;
    height: 33px;
  }
  .navbar-toggler {
    border: 0;
    padding-right: 16px;
  }
  .navbar .nav-link {
    padding: 15px 0;
  }
  .navbar .donate .nav-link {
    color: #ff5563;
  }
  .navbar-nav div.d-lg-none .nav-item:nth-child(1) {
    margin-top: 5px;
    border-top: 1px dotted #fff;
  }
  .navbar-nav div.d-lg-none .nav-item:nth-child(2) {
    margin-bottom: 5px;
    border-bottom: 1px dotted #fff;
  }
  .navbar .navbar-collapse .social-bar {
    padding: .3125rem 0;
  }
}
@media screen and (max-width: 767px) {
  .nopad {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  [class^="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  h1, .h1 {
    font-size: 8.125vw;
    line-height: 11.25vw;
  }
  h2, .h2 {
    font-size: 5.625vw;
    line-height: 8.75vw;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 27px;
  }
  h3 span,
  span.h3small {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
  }
  h4, .h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  h5, .h5 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .btn,
  a.btn {
    font-size: 14px;
    line-height: 28px;
    padding: 10px 22.5px;
  }
  .more {
    font-size: 12px;
    line-height: 18px;
  }
  .more::after {
    width: 14px;
    height: 8px;
  }
  .file::before {
    width: 17px;
    height: 17px;
    margin-right: 12px;
  }
  .bar {
    padding-left: 6px;
    border-left-width: 4px;
  }
  .index .bar span {
    margin-left: 10px;
  }
  body:not(.index) .bar {
    flex-direction: column;
    align-items: flex-start;
  }
  body:not(.index) .bar span {
    margin-top: 3px;
  }

  /* footer */
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .icon {
    width: 14px;
  }
  footer .part + .part {
    margin-top: 29px;
  }
  footer .contact li,
  footer .info {
    font-size: 13px;
    line-height: 20px;
  }
  footer ul {
    align-items: flex-start;
  }
  footer .contact ul {
    margin-top: 10px;
  }
  footer .contact li {
    flex-direction: row;
  }
  footer .contact li + li {
    margin-top: 5px;
  }
  footer .info ul {
    margin-top: 12px;
  }

  .index-hero .slick-dots {
    bottom: .75rem;
  }

  /* index */
  .index-hero .bg-wrapper {
    padding-bottom: 87.5%;
  }
  .hero-mask {
    width: 80.3125%;
    margin-top: -87.5%;
    padding-bottom: calc(87.5% + 40px - 78.125vw);
  }
  .hero-mask .wrapper {
    padding-top: 9.375vw;
    padding-right: 20px;
  }
  .hero-mask h1 + h2 {
    margin-top: 6.25vw;
  }
  .index-news {
    padding-top: 30px;
    padding-bottom: 27px;
  }
  .index-news .col-md-6 + .col-md-6 {
    margin-top: 20px;
  }
  .index-news .head-row {
    margin-bottom: 10px;
  }
  .newsCard a {
    padding: 6px 0;
  }
  .newsCard .date {
    font-size: 13px;
    line-height: 19px;
  }
  .newsCard .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    max-height: 44px;
  }
  .newsCard .en {
    font-size: 14px;
    line-height: 24px;
  }
  .index-review {
    padding-top: 30px;
    padding-bottom: 58px;
  }
  .index-review .col-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .reviewCard {
    padding: 30px 25px 20px;
  }
  .index-review .slick-dots {
    bottom: -38px;
  }
  .index-startup {
    padding-top: 36px;
    padding-bottom: 171px;
  }
  .index-startup .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .index-startup .head-row {
    padding-left: 25px;
    padding-right: 25px;
  }
  .startupCard {
    padding: 11px 6px;
    margin-bottom: 10px;
  }
  .startupCard .thumbnail {
    padding: 0 13px;
  }
  .startupCard .company .ch {
    margin-top: 7px;
    margin-bottom: 0;
  }
  .startupCard .company .en {
    font-size: 13px;
    line-height: 20px;
  }
  .index-video {
    padding-bottom: 30px;
  }
  .index-video .col-12 {
    margin-top: -93px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .index-video .main {
    width: 100%;
  }
  .index-video .bar {
    margin-bottom: 15px;
  }
  .index-video .des {
    margin-top: 15px;
  }
  .video-play img {
    width: 40px;
    height: auto;
  }

  /* about */
  .about-main {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .about-main .item + .item {
    margin-top: 30px;
  }
  .about-main .item h3 + h5 {
    margin-top: 20px;
  }

  /* apply */
  .apply-main .card {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px 15px 30px;
  }
  .apply-main .head-row {
    margin-bottom: 20px;
  }
  .apply-main .head-row .num {
    font-size: 14px;
    line-height: 24px;
  }
  .apply-main .head {
    font-size: 26px;
    line-height: 36px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .apply-main .head + h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .apply-main .item + .item {
    margin-top: 30px;
  }
  .apply-main .item h4 + h5,
  .apply-main .item h4 + .h5 {
    margin-top: 15px;
  }
  .apply-main .ancor-row {
    margin-top: 30px;
  }

  /* news */
  .news-main,
  .newsD-main {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .news-main .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news-main .nav-pills {
    justify-content: center;
  }
  .nav-pills .nav-link {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 5px;
    margin: 0 10px;
    border-bottom: 4px solid rgba(112, 112, 112, .5)
  }
  .nav-pills .nav-link.active {
    border-bottom-color: #15608b;
  }
  .tab-content {
    margin-top: 10px;
  }
  .news-main .newsCard a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-main .tab-pane {
    border-bottom: 1px dashed rgba(112, 112, 112, .5);
  }
  .news-main .anchor-row {
    margin-top: 20px;
  }
  .news-main .anchor-row a {
    font-size: 16px;
  }

  /* news_detail */
  .newsD-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
  }
  .newsD-wrapper .left h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
  }
  .newsD-wrapper .right {
    margin-top: 30px;
  }
  .file-group {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .file-group a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
  .newsD-wrapper .ancor-row {
    text-align: center;
  }

  /* resources */
  .resources-main {
    padding-bottom: 30px;
  }
  .resources-main .head-row {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .resources-main .col-md-6 + .col-md-6,
  .resources-main .item + .item {
    margin-top: 30px;
  }
  .resources-main .item .bar {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
  }
  .resources-main .item .bar span {
    margin-top: 10px;
    font-size: 14px;
  }

  .hero-mask {
    padding-bottom: calc(87.5% + 40px + 21.875vw - 78.125vw);
  }
  .hero-mask .extend-anchor {
    right: 5.33vw;
    bottom: 5.33vw;
  }
  .extend-anchor .text-group {
    padding: 3.125vw;
  }
  .extend-anchor .text-group:before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-width: 5px;
    top: -3.09vw;
    left: -3.04vw;
  }
  .hero-mask .extend-anchor .text {
    font-size: 4.8vw;
    line-height: 8.25vw;
  }
  .hero-mask .extend-anchor .text.en {
    line-height: 6.25vw;
    line-height: 5.625vw;
  }
}