﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
@import url('https://use.fontawesome.com/releases/v5.4.1/css/all.css');

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff8d2;
  letter-spacing: .1rem;
  height: 100%;
}
html {
  position: relative;
  scroll-behavior: smooth;
}

.brand-bg-color {
  background-color: rgba(30, 33, 136, 1);
  color: rgba(255, 255, 255, 1);
}

.main-color {
  color: rgba(30, 33, 136, 1);
}

.text-color {
  color: #333;
}
.text-color-white{
  color: #fff;
}


.wave-outline {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.wave {
  background: url(../images/wave-1.svg) repeat-x;
  position: absolute;
  width: 6400px;
  height: 750px;
  -webkit-animation: wave 47s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 47s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  bottom: 0;
}

.wave:nth-of-type(2) {
  background: url(../images/wave-2.svg) repeat-x;
  -webkit-animation: wave 47s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  animation: wave 47s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
  z-index: 2;
  height: 550px;
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@-webkit-keyframes swell {

  0%,
  100% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes swell {

  0%,
  100% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}

header {
  position: relative;
  z-index: 10;
  background: url(../images/kv-wave.svg) no-repeat center calc(100% - -1px),
    url(../images/kv.jpg) no-repeat center top,
    #68a8d7;
  background-size: 101%, cover;
  margin: 0;
  padding: 0 0 5rem;
}


.navbar>.container,
.navbar>.container-fluid {
  -ms-flex-align: start !important;
  align-items: start !important;
}

.navbar-brand img {
  width: 250px;
}

.slogan {
  margin-top: -3%;
  padding: 5.5rem 0 4.5rem;
}

/* ----------- */
@media screen and (max-width: 1024px) {
  .navbar-brand img.bland-50 {
    margin: -1rem 0 0 -1rem;
  }
  .slogan {
    margin-top: 0;
    padding: 10rem 0 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .navbar-brand img.bland-50 {
    margin: -1rem 0 0 1rem;
  }
}
@media screen and (max-width: 992px) {
  .navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }

  .navbar-brand img.bland {
    width: 180px;
  }

  .bland-50 {
    position: absolute;
    top: 110px;
    z-index: 10;
    left:20px;
  }

  .navbar-brand img {
    margin-top: 0rem;
    width: 200px;
  }

  .slogan {
    margin: 0;
    padding: 0;
    height: 500px;
  }

  .slogan img {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .slogan img {
    display: none;
  }

}

/* ------ */



.comm-icon .fb-50 {
  background: url(../images/icon-fb-50.svg) no-repeat center center;
  width: 95px;
  height: 50px;
}

.comm-icon .fb {
  background: url(../images/icon-fb.svg) no-repeat center center;
  width: 95px;
  height: 50px;
}


.navbar-toggler .icon-bar {
  background-color: #fff;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}


@media screen and (min-width: 993px) {
  .navbar-brand {
    position: absolute;
    z-index: 10;
    margin-top: 2rem;
  }

  .navbar-nav {
    margin-top: 1rem;
  }

  .navbar-nav li.nav-item a.nav-link {
    color: rgba(255, 255, 255, 1) !important;
    font-weight: bolder;
    font-size: 1.25rem;
    margin: 0 1rem;
  }

  .navbar-nav li.nav-item a.nav-link:last-child {
    margin: 0 0 0 1rem;
  }

  .navbar-nav li.nav-item a.nav-link.active {
    color: rgba(255, 255, 102, 1) !important;
  }

  /* Underline From Center */
  .navbar-nav li.nav-item a.nav-link.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }

  .navbar-nav li.nav-item a.nav-link.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: rgba(255, 255, 102, 1);
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .navbar-nav li.nav-item a.nav-link.hvr-underline-from-center:hover:before,
  .navbar-nav li.nav-item a.nav-link.hvr-underline-from-center:focus:before,
  .navbar-nav li.nav-item a.nav-link.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
    border-radius: 50px;
  }

  .navbar-nav li.nav-item a.nav-link.hvr-underline-from-center.active:before {
    left: 0;
    right: 0;
    border-radius: 50px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-color {
    background: rgba(30, 33, 136, 1);
    color: rgba(255, 255, 255, 1);
  }

  .navbar-toggler {
    margin-top: .5rem;
  }

  .navbar-nav {
    border-top: 1px solid rgba(255, 255, 255, 1);
    margin-top: .5rem;
    padding-top: 1rem;
  }

  .navbar-nav li.nav-item a.nav-link {
    color: rgba(255, 255, 255, 1) !important;
    font-weight: bolder;
    font-size: 1.25rem;
    margin: 0 1rem;

  }

  .navbar-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    text-align: center !important;
    margin-bottom: .3rem;
  }

  .navbar-nav li:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .5);
    padding: .65rem 0;
    border-radius: 5px;
    margin-top: .35rem;
  }
}
@media screen and (max-width: 768px) {
  .navbar-nav li.nav-item a.nav-link {
    display: block;
    margin: 0rem;
  }
}
/* ------ */
@media screen and (max-width: 767px) {
  header {
    position: relative;
    z-index: 10;
    background: url(../images/kv-wave.svg) no-repeat calc(100% - -2px) calc(100% - -220px),
      url(../images/kv-xs.jpg) no-repeat center 15px,
      #68a8d7;
    background-size: 450%, cover;
    margin: 0;
    padding: 0 0 10rem;
  }
}
@media screen and (max-width: 640px) {
  header {
    position: relative;
    z-index: 10;
    background: url(../images/kv-wave.svg) no-repeat calc(100% - -2px) calc(100% - -260px),
      url(../images/kv-xs.jpg) no-repeat center 5px,
      #fef8d6;
    background-size: 450%, cover;
    margin: 0;
    padding: 0 0 10rem;
  }
  .slogan {
    height: 550px;
  }
}
@media screen and (max-width: 480px) {
  header {
    position: relative;
    z-index: 10;
    background: url(../images/kv-wave.svg) no-repeat calc(100% - -2px) calc(100% - -160px),
      url(../images/kv-xs.jpg) no-repeat center 25px,
      #fef8d6;
    background-size: 450%, 130%;
    margin: 0;
    padding: 0 0 10rem;
  }
  .slogan {
    height: 500px;
  }
}
@media screen and (max-width: 375px) {
  header {
    position: relative;
    z-index: 10;
    background: url(../images/kv-wave.svg) no-repeat calc(100% - -2px) calc(100% - -120px),
      url(../images/kv-xs.jpg) no-repeat center 20px,
      #fef8d6;
    background-size: 450%, 135%;
    margin: 0;
    padding: 0 0 10rem;
  }
}
@media screen and (max-width: 320px) {
  header {
    position: relative;
    z-index: 10;
    background: url(../images/kv-wave.svg) no-repeat calc(100% - -2px) calc(100% - -120px),
      url(../images/kv-xs.jpg) no-repeat center 45px,
      #fef8d6;
    background-size: 450%, 120%;
    margin: 0;
    padding: 0 0 10rem;
  }
  .slogan {
    height: 350px;
  }
}

/* section */
section {
  position: relative;
  z-index: 30;
  top: 0
}

.section-title h2 {
  background: url(../images/icon-section.svg) no-repeat center center;
  background-size: 20%;
  height: 100px;
  line-height: 100px;
  margin-top: -3.5rem;
}

.section-title h2 span {
  border: 3px solid rgba(30, 33, 136, 1);
  padding: .5rem 4rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bolder;
}

.section-title h5 span {
  position: relative;
  top: -.25rem;
}

.section-title h5 a {
  margin: 0 1rem;
  color: rgba(30, 33, 136, 1);
  padding-bottom: .7rem;
  /* transition: .5s; */
}

.section-title h5 a:hover {
  text-decoration: none;
}

/* .section-title h5 a.active{
  text-decoration: none;
  background: url(../images/hover-section-title.svg) no-repeat center bottom;
} */

.section-title .hvr-underline-from-center:before {
  background: rgba(30, 33, 136, 1);
  border-radius: 1rem;
  border-radius: 50px;
}
.section-title h5 a.hvr-underline-from-center.active:before {
  left: 0;
  right: 0;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .section-title h2 {
    margin-top: .5rem;
    background: url(../images/icon-section.svg) no-repeat center center;
    background-size: 30%;
    letter-spacing: .5rem;
  }
  .section-title h2 span {
    padding: .5rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .section-title h2 {
    margin-top: 0rem;
    background: url(../images/icon-section.svg) no-repeat center center;
    background-size: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section-title h2 {
    background-size: 70%;
    margin-top: -2.5rem;
  }
  .section-title h5{
/*    line-height: 2rem;*/
  }
	.section-title .hvr-underline-from-center{
		margin-bottom: 1.5rem;
	}
}
@media screen and (max-width:400px) {
  .section-title h2 {
    margin-top: -1rem;
    background: url(../images/icon-section.svg) no-repeat center center;
    background-size: 68%;
    font-size: 1.6rem;
  }
  .section-title h2 span {
    padding: .3rem 2rem;
  }
  .section-title h4{
    font-size: 1.35rem;
  }
}
@media screen and (max-width:319px) {
  .section-title h2 {
   letter-spacing: 0;
    font-size: 1.2rem;
  }
}
/* index supervisor */

.supervisor .article:nth-child(even) {
  background: url(../images/bg-supervisor-left.png) no-repeat calc(0% - -6rem) bottom,
    url(../images/bg-supervisor-right.png) no-repeat calc(100% - 6rem) top,
    #fff8d2;
}

.supervisor .article:nth-child(odd) {
  background: url(../images/bg-supervisor-leftb.png) no-repeat calc(100% - -0rem) bottom,
    url(../images/bg-supervisor-rightb.png) no-repeat calc(0% - 0rem) top,
    url(../images/bg-supervisor.jpg);
  background-size: auto, auto, cover;
}

.supervisor .article .pic-box {
  background: transparent;
  padding: 0;
}

.supervisor .article h3 {
  font-size: 2.5rem;
}

.supervisor .article h5 {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
}

.supervisor .article p {
  line-height: 1.8rem;
  color: #333;
}

.btn-group a {
  background-color: #ff5a5b;
  color: #fff;
  padding: .5rem 3rem;
  border-radius: 20rem;
  box-shadow: 0 .35rem 0 0 #cf1711;
  transition: .3s;
}

.btn-group a:hover {
  text-decoration: none;
  box-shadow: 0 0 0 0 #cf1711;
}
@media screen and (min-width: 993px) {
.supervisor .article span{
  display:initial!important;
  }
}
@media screen and (max-width: 767px) {
  .supervisor .article .pic-box{
    padding: 2rem;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .supervisor .article .pic-box img{
    border-radius: 50%;
    background-color: #efefef;
    border:6px solid #fff;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .3)
  }
  .supervisor .article .text{
    padding: 0rem 2rem 3rem;
  }
  .supervisor .article .btn-group{
    justify-content: center;
  }
  .supervisor .article .btn-group a{
    width: 90%;
    text-align: center;
  }
}

/* start */
.info-box .pic-a {
  background: url(../images/bg-pic-start-01.png) no-repeat 5px 16px;
  padding: 0 3rem 3em 0;
  background-size: 92.5%;
}

.info-box .pic-b {
  background: url(../images/bg-pic-start-02.png) no-repeat calc(100% - 5px) 16px;
  padding: 0 0rem 3em 3em;
  background-size: 92.5%;
}

.info-box .pic-a {
  transform: rotate(-8deg);
}

.info-box .pic-b {
  transform: rotate(8deg);
}

.info-box .text {
  margin-top: 5rem;
}

.info-box .text h3 {
  margin-bottom: 1.5rem;
}

.info-box .text p {
  line-height: 2rem;
  font-size: 1.1rem;
}

.pic-box {
  background: #fff;
  padding: 1rem;
}

.pic-arrow {
  left: 45%;
  top: 80%;
}

.pic-arrow.b {
  left: 40%;
  top: 80%;
}

.pic-mirror {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 1024px) {
  .start .info-box {
    padding: 0 0rem;
    margin-bottom: 2rem;
  }
  .pic-box {
    background: #fff;
    padding: 1rem;
    margin: 0 auto;
  }
  .info-box .text {
    margin-top: .5rem;
  }
  .pic-arrow.b {
    left: 40%;
    top: 78%;
  }
}
@media screen and (max-width: 992px) {
  .info-box {
    padding: 0 2.5rem;
  }
  .pic-box {
    background: #fff;
    padding: 1rem;
    width: 90%;
    margin: 0 auto;
  }
  .info-box .text {
    margin-top: 0rem;
  }
  .info-box .text h3{
    margin-bottom: .8rem;
  }
  .info-box .text p{
    line-height: 24px;
  }


  .info-box .pic-a,
  .info-box .pic-b {
    /* background: none; */
    padding: 0;
    margin: 0 auto 2rem;
    text-align: center;
  }

  .info-box .pic-a {
    transform: rotate(-6deg);
    background: none;
  }

  .info-box .pic-b {
    transform: rotate(6deg);
    background: none;
  }

  .start .pic-arrow {
    left: 50%;
    top: 46%;
    display: none;
  }

  .start .pic-arrow.b {
    left: 55%;
    top: 43%;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .info-box {
    padding: 0 .5rem;
  }
  .info-box .pic-a {
    transform: rotate(0deg);
    background: none;
  }

  .info-box .pic-b {
    transform: rotate(0deg);
    background: none;
  }

  .pic-box{
    margin: 0 auto ;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .3);
  }
  .pic-box p{
    margin: 0;
    padding: 0;
  }
  .info-box .text {
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .info-box .text h3{
    text-align: center;
  }
  .info-box p{
    margin: 0;
    padding: 0;
    line-height: 2rem;
    font-size: 1.1rem;
  }
  .start br{
    display: none;
  }
}


@media screen and (max-width: 320px) {
.info-box .text h3{
  font-size: 1.5rem;
  }
}

/* history */

.timeline ul {
  /* background: #faf8eb; */
  padding: 50px 0;
}

.timeline ul li {
  /* 垂直那條線 */
  background: rgba(30, 33, 136, 1);
  position: relative;
  margin: 0 auto;
  width: 2px;
  padding-bottom: 0px;
  list-style-type: none;
}

.timeline ul li:last-child {
  background: linear-gradient(90deg, rgba(30, 33, 136, 0)0%, rgba(30, 33, 136, 0)80%);
  background: -moz-linear-gradient(90deg, rgba(30, 33, 136, 0)0%, rgba(30, 33, 136, 0)80%);
  background: -webkit-linear-gradient(90deg, rgba(30, 33, 136, 0)0%, rgba(30, 33, 136, 0)80%);
  background: -o-linear-gradient(90deg, rgba(30, 33, 136, 0)0%, rgba(30, 33, 136, 0)80%);
  padding-bottom: 7px;
}

.timeline ul li:before {
  /* 直線上的圈圈 */
  content: '';
  background: #fff2ea;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid rgba(30, 33, 136, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.timeline ul li:last-child:before{
  top: 20px;
}

.timeline ul li .hidden {
  opacity: 0;
}

.timeline ul li .content {
  /* background: #660033; */
  position: relative;
  top: 7px;
  width: 500px;
  padding: 0px;
}

.timeline ul li .content .row {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}

.timeline dl.row {
  top: auto;
}

.timeline ul li .content .dot-left {
  position: absolute;
  left: 0;
  top: -10px;
}

.timeline ul li .content .dot-right {
  position: absolute;
  right: 0;
  top: -10px;
}
.timeline ul li:last-child .content .dot-right{
  position: absolute;
  right: 0;
  top: 9px;
}



.timeline ul li .content i {
  color: rgba(30, 33, 136, 1);
  font-size: .02rem;
}

.timeline ul li .content h5 {
  margin: 0 0 3rem;
  padding: 0;
  font-size: 3rem;
}

.timeline ul li .content p {
  margin: 0;
  padding: 0;
  color: #333;
}

.timeline ul li .content .icon {
  width: 130px;
  height: 130px;
  position: relative;
  margin-right: .3rem;
}

.timeline ul li .content .icon img {
  border: 5px solid #ff6263;
  border-radius: 50%;
}
@media all and (-ms-high-contrast:none)
{
.timeline ul li .content .icon img { 
  border: 5px solid #ff6263;
  border-radius: 50%;
  width: 130px;
  height: 130px;
} /* IE10 */
*::-ms-backdrop, .timeline ul li .content .icon img { 
  border: 5px solid #ff6263;
  border-radius: 50%;
  width: 130px;
  height: 130px;
 } /* IE11 */
}

.timeline ul li:nth-child(even) .content .icon {
  right: 40px;
}

.timeline ul li .content:before {
  /* 小橫線 */
  content: '';
  background: rgba(30, 33, 136, 1);
  position: absolute;
  top: 2px;
  width: 40px;
  height: 2px;
}

.timeline ul li .content.end:before {
  /* 小橫線 */
  top: 22px;
}


.timeline ul li:nth-child(odd) .content {
  left: 50px;
}

.timeline ul li:nth-child(odd) .content:before {
  left: -40px;
}

.timeline ul li:nth-child(even) .content {
  left: calc(-500px - 46px);
}

.timeline ul li:nth-child(even) .content:before {
  right: -38px;
}

@media screen and (max-width: 1024px) {
  .timeline ul li .content {
    width: 41vw;
  }

  .timeline ul li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }

  .timeline ul li:nth-child(even) .content .icon {
    right: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .timeline ul li:nth-child(even) .content .icon {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .timeline ul {
    /* background: #faf8eb; */
    padding: 0;
  }

  .timeline ul li {
    margin-left: 0px;
  }

  .timeline ul li .content {
    width: calc(100vw - 50px);
    padding: 1rem 0;
  }

  .timeline ul li .content:before {
    /* 小橫線 */
    width: 95%;
    margin-left: .5rem;
    background: linear-gradient(180deg, rgba(30, 33, 136, 0)0%, rgba(30, 33, 136, 1)80%);
    background: -moz-linear-gradient(180deg, rgba(30, 33, 136, 0)0%, rgba(30, 33, 136, 1)80%);
    background: -webkit-linear-gradient(180deg, rgba(30, 33, 136, 0)0%, rgba(30, 33, 136, 1)80%);
    background: -o-linear-gradient(180deg, rgba(30, 33, 136, 0)0%, rgba(30, 33, 136, 1)80%);
  }

  .timeline ul li:nth-child(odd) .content:before {
    left: 0;
  }

  .timeline ul li:nth-child(even) .content:before {
    right: auto;
    left: 0;
  }

  .timeline ul li:nth-child(odd) .content {
    left: 0;
  }

  .timeline ul li:nth-child(even) .content {
    left: 0;
  }

  .timeline ul li .content .row {
    position: relative;
    top: auto;
    margin-bottom: .5rem;
  }

  .timeline ul li .content .dot-left {
    right: 0;
    left: auto;
  }

  .timeline ul li .content .dot-right {
    right: 0;
    left: auto;
  }

  .timeline dl {
    padding-left: 1rem;
  }


  .timeline ul li .content h5 {
    margin: 0 0 .5rem;
    padding: 0;
    font-size: 3rem;
    text-align: center;
  }

  .timeline ul li .content .icon {
    width: 150px;
    height: 150px;
    right: auto;
    left: 0;
    margin: 0 auto 2rem;
    padding: 5rem 0 2rem;
  }

  .timeline ul li .content .icon img {
    width: 100%;
  }

  .timeline ul li:nth-child(even) .content .icon {
    right: auto;
    left: -7px;
  }

}


/* @media screen and (max-width: 320px) {
  .timeline ul li .content .icon{
    width: 60px;
    height: 60px;
    right:auto;
    left:-10px;
  }
  .timeline ul li .content .icon img{
    width: 25px;
  }
} */



/* winning */
.winning article {
  padding: 4rem 0 0;
}

.winning article ul {
  padding: 0;
  margin: 0;
}

.winning article.win-b li:nth-child(1) {
  background-color: #4bd4c7;
}

.winning article.win-b li:nth-child(2) {
  background-color: #ffff66;
}

.winning article.win-b li:nth-child(3) {
  background-color: #ffa8a7;
}
.winning article.win-d li:nth-child(1) {
  background-color: #aed76e;
}

.winning article.win-d li:nth-child(2) {
  background-color: #daba7c;
}

.winning article.win-d li:nth-child(3) {
  background-color: #93c1ff;
}

.winning article.win-e {
  background-color: #7addd4;
  padding-bottom: 3rem;
}

.winning article h3 {
  font-size: 3.5rem;
  font-weight: bolder;
}

.winning article h5 {
  line-height: 2rem;
}

figure {
  position: relative;
}

figure img {
  position: relative;
  top: 0;
  z-index: 1;
}

figcaption {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 1rem;
  padding: 1rem;
}

figcaption h3 {
  color: #fff;
  font-weight: bolder;
  font-size: 3.5rem;
}

figcaption h5 {
  color: #fff;
}


.winning article.win-b li:nth-child(1) figcaption {
  background-color: rgba(35, 164, 152, .6);
}

.winning article.win-b li:nth-child(2) figcaption {
  background-color: rgba(255, 181, 23, .6);
}

.winning article.win-b li:nth-child(3) figcaption {
  background-color: rgba(255, 64, 71, .6);
  right: 1rem;
}

.winning article.win-d li:nth-child(1) figcaption {
  background-color: rgba(111, 158, 38, .6);
}

.winning article.win-d li:nth-child(2) figcaption {
  background-color: rgba(164, 128, 59, .6);
}

.winning article.win-d li:nth-child(3) figcaption {
  background-color: rgba(45, 107, 191, .6);
  right: 1rem;
}

@media screen and (max-width: 768px) {
  .winning article {
    padding: 0rem 0 2rem;
  }
  .winning article.win-b li:nth-child(3) figcaption {
    right: 0rem;
  }
  .winning article.win-d {
    padding: 2rem 0 0rem;
  }
  .winning article.win-e {
    padding: 2rem 0 3rem;
  }
}
@media screen and (max-width: 375px) {
  .winning article h5 br{
    display: none;
  }
}



/* js  modal-mask */
.modal-mask {
  display: table;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.modal-mask .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-mask .modal-container {
  position: relative;
  width: 65%;
  margin: 0 auto 0;
  padding: 15px 50px 15px;
  background-color: #fff;
  border-bottom: rgba(0, 0, 102, 1) 5px solid;
  border-top: rgba(0, 0, 102, 1) 15px solid;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.modal-mask .modal-container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(0, 0, 102, 1);
  border-radius: 50%;
  /* background: url(../images/modal-close.png) 0 0 no-repeat; */
  cursor: pointer;
  opacity: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  /* content: "f00d"; */
}

.modal-mask .modal-container .close:not(:disabled):not(.disabled):hover,
.modal-mask .modal-container .close:not(:disabled):not(.disabled):focus {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  opacity: .75;
}

.modal-mask .modal-container .modal-header {
  font-size: 1.5rem;
  border-bottom: rgba(0, 0, 102, 1) 1px solid;
  margin: 0 0 .5rem;
  padding: 1.5rem 0 1rem;
  text-align: center;
  display: block;
}

.modal-mask .modal-container .modal-body {
  padding: 20px 0 10px;
  border-bottom: #000 1px solid;
  font-size: 1rem;
  line-height: 22px;
  overflow: auto;
  max-height: 450px;
}

.modal-mask .modal-container .modal-body strong {
  color: rgba(0, 0, 102, 1);
}

.modal-mask .modal-container .modal-body a {
  color: rgba(0, 0, 102, 1);
}



.modal-mask.hidden {
  display: none !important;
}


.fadeIn {
  -webkit-animation: fadeIn 0.5s;
  /* Safari 4+ */
  -moz-animation: fadeIn 0.5s;
  /* Fx 5+ */
  -o-animation: fadeIn 0.5s;
  /* Opera 12+ */
  animation: fadeIn 0.5s;
  /* IE 10+, Fx 29+ */
}

.slideInDown {
  -webkit-animation: slideInDown 0.5s;
  /* Safari 4+ */
  -moz-animation: slideInDown 0.5s;
  /* Fx 5+ */
  -o-animation: slideInDown 0.5s;
  /* Opera 12+ */
  animation: slideInDown 0.5s;
  /* IE 10+, Fx 29+ */
}


@media screen and (max-width: 768px) {
  .modal-mask {
    display: block;
  }

  .modal-mask .modal-wrapper {
    display: block;
  }

  .modal-mask .modal-container {
    margin: 10% auto 0;
    width: 90%;
    padding: 15px 20px 15px;
  }

  .modal-mask .modal-container .modal-header {
    padding-bottom: 20px;
  }

  .modal-mask .modal-container .modal-body {
    overflow: auto;
    max-height: 400px;
  }
}

@media screen and (max-width: 375px) {
  .modal-mask .modal-container .modal-body {
    max-height: 300px;
  }
}

/* album-list */
.album-list h5.card-title {
  color: rgba(30, 33, 136, 1);
  font-size: 1.15rem;;
}

.album-list a:hover {
  text-decoration: none;
}

.card-text {
  color: #333;
}
.card-img-top img{
  width: 100%;
}


@media all and (-ms-high-contrast:none){
  .album-list .card{ 
    min-height: 255px;
    display:block;
  }
*::-ms-backdrop, .album-list .card{ 
  min-height: 255px;
  display:block;
  }

  .album-list h5.card-title {
    color: rgba(30, 33, 136, 1);
    font-size: 1rem;;
    letter-spacing: 0;
  }
  *::-ms-backdrop, .album-list h5.card-title {
    color: rgba(30, 33, 136, 1);
    font-size: 1rem;
    letter-spacing: 0;
  }




}



/* album-detail */
.album-detail h5 {
  color: rgba(30, 33, 136, 1);
  font-size: 2rem;
  margin-bottom: .6rem;
}

.album-detail p {
  color: #333;
  margin-bottom: 3rem;
}

.album-area a:hover {
  text-decoration: none;
}

.album-area .item a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  box-shadow: 0 0 1rem 0rem rgba(0, 0, 0, .25);
}

.album-area .item img {
  margin-bottom: .5rem;
}

.album-area .item p {
  padding: 0;
  margin: 0;
}

.album-area .item p span {
  display: block;
}


/* album_detail_nostalgic */

/* nostalgic */
.nostalgic-detail .pic-a{
  background: url(../images/bg-pic-start-01.png) no-repeat 5px -30px;
  padding: 0 3rem 1em 0;
  background-size: 90%;
}
.nostalgic-detail .pic-a.middle-shadow{
  background: url(../images/bg-pic-start-01.png) no-repeat 5px -46px;
  padding: 0 3rem 3em 0;
  background-size: 92.5%;
}
.nostalgic-detail .pic-b.middle-shadow{
  background: url(../images/bg-pic-start-02.png) no-repeat calc(100% - 5px) -46px;
  padding: 0 0rem 3em 3em;
  background-size: 92.5%;
}

.nostalgic-detail .pic-a.short-shadow{
  background: url(../images/bg-pic-start-01.png) no-repeat 5px -106px;
  padding: 0 3rem 3em 0;
  background-size: 92.5%;
}
.nostalgic-detail .pic-b.short-shadow{
  background: url(../images/bg-pic-start-02.png) no-repeat calc(100% - 5px) -106px;
  padding: 0 0rem 3em 3em;
  background-size: 92.5%;
}


.nostalgic-detail .pic-c{
  transform: rotate(0deg);
}

.nostalgic-detail .info-box .text{
  margin-top: 1rem;
}

.nostalgic-detail .icon-group {
  font-size: 1.35rem;
  line-height: 2.7rem;
  color: #333;
}

.nostalgic-detail .icon-group li i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.65rem;
  text-align: center;
  position: relative;
  background: rgba(30, 33, 136, 1);
  border-radius: 50%;
  color: #fff;
  margin: 0 1rem 1rem 0;

}

.nostalgic-detail .pic-arrow {
  left: auto;
  right: 20%;
  top: 20%;
  z-index: 20;
}
_:-ms-lang(x), .nostalgic-detail .pic-arrow  { 
  left: auto;
  right: 20%;
  top: 20%;
  z-index: 20;
}
.video-border {
  background: #fff;
  border: 10px solid #fff;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, .5);
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
  .nostalgic-detail .pic-arrow {
    right: 15%;
    top: 32.5%;
  }
  .nostalgic-detail .pic-a{
    background: url(../images/bg-pic-start-01.png) no-repeat 25px -20px;
    padding: 0 1.5rem 1em 1.5rem;
    background-size: 90%;
  }
  .nostalgic-detail .info-box .text{
    margin-top: 0rem;
  }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
  .nostalgic-detail .pic-arrow {
    right: 15%;
    top: 32.5%;
  }
  .nostalgic-detail .pic-a{
    background: url(../images/bg-pic-start-01.png) no-repeat 25px -20px;
    padding: 0 1.5rem 1em 1.5rem;
    background-size: 90%;
  }
  .nostalgic-detail .info-box .text{
    margin-top: 0rem;
  }
}

@media screen and (max-width: 768px) {

  .nostalgic-detail .info-box .pic-box {
    background: #fff;
    padding: .8rem;
  }
  .nostalgic-detail .pic-a{
/*    background: url(../images/bg-pic-start-01.png) no-repeat 15px -20px;*/
	background: none;
    padding: 0 0;
    background-size: 95%;
  }
.nostalgic-detail .pic-a.short-shadow,
.nostalgic-detail .pic-a.middle-shadow{
  background: none;
  padding: 0;
}
.nostalgic-detail .pic-b.short-shadow,
.nostalgic-detail .pic-b.middle-shadow{
  background: none;
  padding: 0;
}
  .nostalgic-detail .info-box .text{
    margin-top: 0rem;
  }
  .nostalgic-detail .pic-arrow {
    right: 8%;
    top: 32.5%;
  }
}

@media screen and (max-width: 767px) {
.nostalgic-detail .pic-arrow {
  right: 15%;
  top: 52.5%;
  display: none;
  }
}




/* footer */
footer {
  position: relative;
  z-index: 10;
  bottom: 0;
}


#lg-share {
  display: none;
}

/* top */
#gotop {
  display:none;
  position: fixed;
  right: 30px;
  bottom: 80px;
  cursor: pointer;
  background:rgba(30, 33, 136, 1);
  color: #fff;
  width:50px;
  height:50px;
  text-align: center;
  z-index:10;
  border-radius: 50%;
  padding-top: 10px;
  /* transition: .5s; */
  padding-left: 3px;
  font-size: 12px;
  z-index: 100;
}
#gotop:hover{
  bottom: 75px;
  transition: .5s;
}
#gotop i{display: block;}

@media only screen and (max-width: 768px) {
#gotop {right: 15px;bottom: 55px;}
#gotop:hover{
  bottom: 50px;
  transition: .5s;
  }
}

.pb{
	padding-bottom: 2.35rem;
}
@media only screen and (max-width: 768px) {
	.pb{
	padding-bottom: 0rem;
}
}