
/* 	.prc .rocket-footer .bg {
		min-height: 850px;
	}
@media (max-width: 1199px) {
	.prc .rocket-footer .bg {
		min-height: 550px;
	}
}
.prc .rocket-footer .heading,
.prc .rocket-footer .list-items {
	display: none;
}
.prc .rocket-footer .reg-btn {
	margin-top: 50px;
} */

body {
  font-family: "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 575px)  {
	body {
		font-size: .9rem;
		font-weight: 300;
	}
}
div {
	/* border:1px solid green; */
}
.txt-blue,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #01437f;
}
.word-break-all {
  word-break: break-all;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #dd0144;
}
a[name] {
  margin-top: -50px;
  padding-bottom: 50px;
}
img {
  max-width: 100%;
  height: auto;
  margin-bottom:10px;
}
.btn-img {
  cursor: pointer;
}
.img {
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
	img {
		border-radius: 30px;
	}
}
.img.crop-circle {
  border-radius: 100%;
}
.img img {
  width: 100%;
  border-radius: 15px;
  /* margin-bottom: 0; */
}
@media (min-width: 768px) {
	.img img {
		border-radius: 30px;
	}
}
.img-credit {
  font-size: .8rem;
  text-align: center;
  padding: 5px 0;
  margin-top: -10px;
  /* margin-bottom: 1rem; */
}
.full-width {
  width: 100%;
}
.w-330 {
	width: 330px;
}
.width-auto {
  width: auto !important;
}
.inline-block {
  display: inline-block;
}
ol, ul {
	padding-left: 1rem;
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
hr.gray {
  border-color: #ccc;
}
.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}
.btnMMToggle,
.mobile-only {
  display: block;
}
@media (min-width: 992px) {
  .btnMMToggle,
  .mobile-only {
    display: none;
  }
}
.mobile-menu {
  display: block;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .overlay {
  background: #fff;
}
a.mobile-menu-toggle {
  width: 60px;
  height: 60px;
  text-indent: 70px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  margin-left: .5rem;
  position: relative;
}
/* a.mobile-menu-toggle, */
a.mobile-menu-toggle:before,
a.mobile-menu-toggle:after,
a.mobile-menu-toggle .hamburger,
a.mobile-menu-toggle .hamburger:before,
a.mobile-menu-toggle .hamburger:after,
a.mobile-menu-toggle .circle {
  display: block;
  transition: 0.5s ease-in-out;
  transition-delay: .5s;
}
a.mobile-menu-toggle:before,
a.mobile-menu-toggle:after,
a.mobile-menu-toggle .hamburger,
a.mobile-menu-toggle .hamburger:before,
a.mobile-menu-toggle .hamburger:after,
a.mobile-menu-toggle .circle {
  position: absolute;
}
a.mobile-menu-toggle:before,
a.mobile-menu-toggle:after,
a.mobile-menu-toggle .hamburger {
  top: 29px;
  right: 14px;
  z-index: 1;
}
a.mobile-menu-toggle:before,
a.mobile-menu-toggle:after,
a.mobile-menu-toggle .hamburger,
a.mobile-menu-toggle .hamburger:before,
a.mobile-menu-toggle .hamburger:after {
  position: absolute;
  width: 32px;
  height: 3px;
  background: #01437f;
  content: '';
}
a.mobile-menu-toggle .hamburger:before,
a.mobile-menu-toggle .hamburger:after {
  right: 0;
  content: '';
}
a.mobile-menu-toggle .hamburger::before {
  top: -7px;
}
a.mobile-menu-toggle .hamburger::after {
  top: 7px;
}
a.mobile-menu-toggle .circle {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  transition: 0.5s ease-in-out;
  background: #fff;
  z-index: 0;
  transition-delay: .5s;
}
.hero {
  display: table;
  position: relative;
  background: url("/img/spaceBG.png") no-repeat 30% center fixed;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 100vh;
}
.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.hero-brand {
  margin-bottom: 75px;
  display: inline-block;
}
.hero-brand:hover {
  opacity: .75;
}
.front .buttons {
  margin-top: 1rem;
}
.front .buttons a {
  font-size: 1.5rem;
  display: inline-block;
  background: #cea307;
  color: #ffffff;
  box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.58);
  padding: 3px 20px;
  margin: 5px 10px;
  border-radius: 8px;
  width: 170px;
}
.copyright {
  padding: 5px 15px 15px;
}
.front .copyright {
  text-align: center;
  font-size: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}
.front .copyright,
.front .copyright a {
  color: #fff;
}
a.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  background: #000 url("/img/btn/back-to-top.png") no-repeat center 50%;
  cursor: pointer;
  /* opacity: .7; */
  /* filter: alpha(opacity=70); */
}
footer .bg {
  background: #fff;
  text-align: center;
  padding: 20px;
}
footer .block:not(.copyright) {
  margin-bottom: 10px;
}
footer .block:not(.copyright) a {
  display: inline-block;
  padding: 0 10px;
}
footer .soc-share img,
footer .soc-share svg {
  width: 35px;
  height: 35px;
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
#light {
  display: none;
  /* position: absolute; */
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 90%;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}
.boxclose:before {
  content: "×";
}
#fade:hover ~ #boxclose {
  display: none;
}
.top-banner-wrap {
	background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .top-banner-wrap {
    background: url("/img/hd_bnr_bg.png") no-repeat #f2f2f2;
    background-size: cover;
    background-size: 100% 80%;
    background-position: left 10%;
  }
}
.pageBanner {
  padding-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.pageBanner.mobile-only {
  padding-bottom: 0;
}
.top-menu {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
}
.top-menu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  max-width: 1120px;
  margin: 0 auto;
}
.top-menu .btnReg {
  background: #01437f;
  color: #fff;
  border-radius: 30px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.top-menu .site-logo-img img {
  /* max-width: 130px; */
  border-radius:0;
  margin: 0;
}
.top-menu .lang-switcher img {
  max-width: 30px;
  border-radius: 0;
  margin: 0;
}
.main-menu {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media (min-width: 992px) {
  .main-menu {
    margin-bottom: -5px;
  }
}
.main-menu:after {
  display: block;
  clear: both;
  content: "";
}
.main-menu a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.en .main-menu a {
	font-size: 13px;
}
.zh .main-menu a {
  font-size: 15px;
}
.main-menu ul,
.main-menu li {
  list-style: none;
}
.main-menu > ul.sf-menu {
	margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
}
.main-menu > ul.sf-menu > li > a {
  height: 100%;
  padding: .625rem .75rem 15px;
}
.main-menu > ul.sf-menu > li > a.active:after,
.main-menu > ul.sf-menu > li > a:hover:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.main-menu > ul.sf-menu > li > a:after {
  position: absolute;
  /* top: 50%; */
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: 15px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  background: #ff1d25;
  content: '';
}
.sf-menu li {
  background: transparent;
  white-space: normal;
}
.sf-menu > li {
  /* max-width: 190px; */
}
/* hard code menu item width */
.en:not(.prc) .sf-menu > li:first-child {
  width: 127px;
}
.en:not(.prc) .sf-menu > li:nth-of-type(2) {
	/* width: 105px; */
}
.en:not(.prc) .sf-menu > li:nth-of-type(4) {
	/* width: 85px; */
}
.en:not(.prc) .sf-menu > li:nth-of-type(5) {
	/* width: 134px; */
}
.en:not(.prc) .sf-menu > li:nth-of-type(6) {
	/* width: 80px; */
}
.en .sf-menu > li:last-child {
	margin-right: 12px;
}


.en .sf-menu > li:nth-of-type(2) {
  /* max-width: 130px; */
}
.zh .sf-menu > li {
  max-width: 210px;
}
.sf-navbar {
  background: transparent;
  margin-bottom: 0;
}
.sf-navbar:before {
  background: transparent;
}
.sf-navbar > li > ul {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
}
.sf-navbar ul li {
  background: #fff;
}
.sf-navbar ul li:after {
  content: "|";
  float: right;
  padding: .45rem 0;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
}
.sf-navbar ul li:last-child:after {
  content: "";
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar ul li.current,
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
.sf-navbar ul ul li {
  background: transparent;
}
.slideshow {
  margin-bottom: 40px;
}
.slideshow .item {
  border-radius: 30px;
  overflow: hidden;
}
.slideshow .item img {
  width: 100%;
  border-radius: 30px;
}
.slideshow .slick-prev,
.slideshow .slick-next {
  width: 50px;
  height: 120px;
}
.slideshow .slick-prev:before,
.slideshow .slick-next:before {
  display: none;
}
.slideshow .slick-prev {
  left: -55px;
}
.slideshow .slick-next {
  right: -55px;
}
.ellipse-bg {
  overflow: hidden;
  margin-top: -70px;
}
.ellipse-bg:before {
  content: "";
  display: block;
  width: 120%;
  height: 0px;
  border: 70px solid #fff;
  border-radius: 100%;
  margin: 0 -10%;
  background-color: #fff;
}
.ellipse-bg > .bg {
  margin-top: -70px;
  padding-bottom: 100px;
  background-color: #fff;
}
.ellipse-bg.bg-black,
.ellipse-bg.bg-black .heading,
.ellipse-bg.bg-black h2,
.ellipse-bg.bg-black h3,
.ellipse-bg.bg-black a {
  color: #fff;
}
.ellipse-bg.bg-black:before {
  border-color: #000;
  background-color: #000;
}
.ellipse-bg.bg-black > .bg {
  background-color: #000;
}
.ellipse-bg.bg-blue,
.ellipse-bg.bg-blue .heading,
.ellipse-bg.bg-blue h2,
.ellipse-bg.bg-blue h3,
.ellipse-bg.bg-blue a {
  color: #fff;
}
.ellipse-bg.bg-blue:before {
  border-color: #284576;
  background-color: #284576;
}
.ellipse-bg.bg-blue > .bg {
  background-color: #284576;
}
.ellipse-bg.bg-light-blue:before {
  border-color: #dcebf9;
  background-color: #dcebf9;
}
.ellipse-bg.bg-light-blue > .bg {
  background-color: #dcebf9;
}
.ellipse-bg.bg-light-yellow:before {
  border-color: #fdfae8;
  background-color: #fdfae8;
}
.ellipse-bg.bg-light-yellow > .bg {
  background-color: #fdfae8;
}
.possible-logo + .ellipse-bg .bg {
  padding-top: 5rem;
}
section {
  position: relative;
}
section .bg-yellow {
  background-color: #f4be27;
}
section .bg-yellow,
section .bg-yellow h2,
section .bg-yellow h3 {
  color: #fff;
}
section .heading {
  font-size: 3rem;
  text-align: center;
  color: #01437f;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
	section .heading {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
}
section .desc {
  text-align: center;
  margin-bottom: 2rem;
}
section .desc ul {
  text-align: left;
}
section .desc h2,
section .desc h3 {
  line-height: 1;
}
section .content .row {
  margin-bottom: 1.5rem;
}
section .content .row:last-child {
  margin-bottom: 0;
}
section .row .col-12 {
	margin-top: .5rem;
	margin-bottom: .5rem;
}
@media (min-width: 992px) {
	section .row .col-12 {
		margin-top: 0;
		margin-bottom: 0;
	}
}
.prog-obj,
.prog-recurit {
  /* &:extend(.ellipse-bg all);
	&.ellipse-bg:before {
		border-color: #dcebf9;
		background-color: #dcebf9;
	} */
}
.prog-obj .bg,
.prog-recurit .bg {
  /* padding: 35px 0; */
  /* margin-top: -70px; */
  padding-bottom: 170px;
}
.prog-obj .slideshow .item,
.prog-recurit .slideshow .item {
  max-height: 740px;
}
.prog-recurit .sub-title {
  color: #01437f;
  font-weight: bold;
}
.prog-recurit .slider-nav {
  display: none;
}
@media (min-width: 992px) {
  .prog-recurit .slider-nav {
    display: block;
  }
}
.prog-recurit .slider-nav ul {
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.prog-recurit .slider-nav ul > li {
  display: inline-block;
  padding: .8rem .5rem;
  width: calc(100% / 6 - 2px);
  text-align: center;
  font-weight: bold;
  float: left;
  position: relative;
  color: #666;
  font-size: 1rem;
  z-index: 10;
  cursor: pointer;
}
.prc .prog-recurit .slider-nav ul > li {
	width: calc(100% / 4 - 2px);
	padding: .8rem 3rem;
}
@media (max-width: 1199px) {
  .prog-recurit .slider-nav ul > li {
    font-size: .8rem;
  }
}
.prog-recurit .slider-nav ul > li a {
  color: #ff1d25;
  display: inline-table;
}
.prog-recurit .slider-nav ul > li a:hover {
  text-decoration: none;
}
.prog-recurit .slider-nav ul > li .circle-bg {
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
  background: #fff;
  width: 10.5rem;
  height: 10.5rem;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
}
@media (max-width: 1199px) {
  .prog-recurit .slider-nav ul > li .circle-bg {
    width: 8.5rem;
    height: 8.5rem;
  }
}
.prog-recurit .slider-nav ul > li .circle-bg:hover,
.prog-recurit .slider-nav ul > li.active .circle-bg {
  background-color: #ff1d25;
  color: #fff;
}
.prog-recurit .slider-nav ul > li .circle-bg:hover .sub-title,
.prog-recurit .slider-nav ul > li.active .circle-bg .sub-title {
  color: #fff;
}
.prog-recurit .slider-for {
  margin-bottom: 1rem;
}
.prog-recurit .slick-prev,
.prog-recurit .slick-next {
	z-index: 99;
	/* width: 30px; */
    /* height: 72px; */
	top: calc( 50% - 3rem );
	/* border: 1px solid #666; */
	/* background: rgba(255, 255, 255, 0.6); */
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .65);
    border-radius: 100%;
}
.prog-recurit .slick-prev:before,
.prog-recurit .slick-next:before {
	/* content: ""; */
	/* display: none; */
}
.prog-recurit .slick-prev {
	left: 5px;
}
.prog-recurit .slick-next {
	right: 5px;
}
.prog-recurit .slider-for.slick-dotted.slick-slider {
  margin-bottom: 5px;
  /* margin-top: 50px; */
  /* margin-bottom: 40px; */
}
.prog-recurit .slider-for .slick-dots {
  top: 40px;
  bottom: auto;
}
/* .prog-recurit .slider-for .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0 8px;
}
.prog-recurit .slider-for .slick-dots li button {
  width: 30px;
  height: 30px;
}
.prog-recurit .slider-for .slick-dots li button:before {
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}
.prog-recurit .slider-for .slick-dots li.slick-active button:before {
  color: #ff1d25;
} */
.prog-recurit .slider-for .mobile-caption {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .prog-recurit .slider-for .mobile-caption {
    display: none;
  }
}
.prog-recurit .slider-for .img,
.prog-recurit .slider-for img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  margin:0;
}
.prog-recurit .slider-for .caption {
  /* margin-top: 1rem; */
  /* text-align: center; */
  background: #fff;
  padding: 15px;
  border-radius: 0 0 15px 15px;
}
@media (min-width: 576px) {
	.prog-recurit .slider-for .img,
	.prog-recurit .slider-for img {
	  border-radius: 30px 30px 0 0;
	}
	.prog-recurit .slider-for .caption {
	  border-radius: 0 0 30px 30px;
	}
}
.possible-logo,
.rocket-logo {
  text-align: center;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.patrons-judges {
  /* &:extend(.ellipse-bg all);
	&.ellipse-bg:before {
		border-color: @light-yellow;
		background-color: @light-yellow;
	} */
}
.patrons-judges .bg {
  padding-top: 100px;
  padding-bottom: 130px;
}
.patrons-judges .shadow-box .sub-heading {
	margin-bottom: 1rem;
}
.shadow-box {
  background: #fff;
  padding: 10px 20px;
  box-shadow: 3px 3px 3px -2px #ddd;
  border: 1px solid #eee;
  margin: 15px auto;
  height: calc(100% - 30px);
}
.shadow-box.blue-box {
  background: #01437f;
  border-color: #01437f;
  color: #fff;
}
.shadow-box .sub-heading {
  color: #00437e;
  font-size: 1.5rem;
}
.rounded-box {
  border-radius: 30px;
  padding: 30px 40px;
}
.rocket-footer {
  /* &:extend(.ellipse-bg all);
	&.ellipse-bg:before {
		border-color: #284576;
		background-color: #284576;
	} */
}
.rocket-footer,
.rocket-footer .heading,
.rocket-footer a {
  color: #fff;
}
.rocket-footer a:hover {
  text-decoration: none;
}
.rocket-footer .bg {
  background: url("/img/bt_bg.png") no-repeat 100% bottom;
  background-size: 100%;
  /* background-color: #284576; */
  margin-top: -100px;
  min-height: 700px;
  padding-bottom: 15%;
}
.rocket-footer .list-items {
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .rocket-footer .list-items {
    max-width: 60%;
  }
}
.rocket-footer .list-items .thumb {
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .rocket-footer .list-items .thumb {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .rocket-footer .list-items .thumb {
    /* max-width: 50%; */
  }
}
.rocket-footer .list-items .video-desc {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .rocket-footer .list-items .video-desc {
    max-width: calc(50% - 30px);
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .rocket-footer .list-items .video-desc {
    /* max-width: calc( 50% - 30px ); */
  }
}
.rocket-footer .list-items .video-desc .sub-title {
  font-size: 1.6rem;
}
.rocket-footer .reg-btn {
  margin: 20px 0;
  max-width: 35%;
  margin-left: 15%;
}
@media (min-width: 768px) {
  .rocket-footer .reg-btn {
	margin-left: 3%;
  }
}
@media (min-width: 992px) {
  .rocket-footer .reg-btn {
    max-width: 21%;
	margin-left: 12%;
  }
}
.apply-detail {
  /* &:extend(.ellipse-bg all);
	&.ellipse-bg:before {
		border-color: @light-yellow;
		background-color: @light-yellow;
	} */
}
.apply-detail .bg {
  padding-top: 100px;
  padding-bottom: 130px;
}
.apply-detail .shadow-box {
  margin: 8px 0;
  padding: 20px;
  height: calc(100% - 10px);
}
@media (min-width: 768px) {
  .apply-detail .shadow-box {
    padding: 30px;
  }
}
.apply-detail .bg-yellow {
  padding-top: 20px;
  padding-bottom: 25px;
}
.apply-detail table td {
  padding: .5rem .8rem;
  vertical-align: top;
}
.apply-detail table td:first-child {
  padding-left: 0;
}
.online-apply,
.space-gift {
  text-align: center;
  /* &:extend(.ellipse-bg all);
	&.ellipse-bg:before {
		border-color: #fff;
		background-color: #fff;
	} */
}
.online-apply .bg,
.space-gift .bg {
  padding-bottom: 130px;
}
.online-apply a .img-icon {
	margin: 0 .5rem;
	width: 
}
.online-apply .circle-wrap,
.space-gift .circle-wrap {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 3px 3px 3px -2px #999;
  border: 1px solid #ddd;
}
.online-apply .circle-wrap img,
.space-gift .circle-wrap img {
  border-radius: 100%;
  /* &:extend(.shadow-box all); */
}
.online-apply .circle-wrap + .inline-block,
.space-gift .circle-wrap + .inline-block {
  display: block;
}
@media (min-width: 992px) {
  .online-apply .circle-wrap + .inline-block,
  .space-gift .circle-wrap + .inline-block {
    display: inline-block;
  }
}
.online-apply .inline-block,
.space-gift .inline-block {
  vertical-align: middle;
}
.online-apply .inline-block span,
.space-gift .inline-block span {
  padding: 15px;
  display: inline-block;
}
.online-apply .gifts,
.space-gift .gifts {
  margin: 20px 0;
}
.online-apply .gifts .circle-wrap,
.space-gift .gifts .circle-wrap {
  position: relative;
  max-width: 100%;
}
.online-apply .gifts .caption,
.space-gift .gifts .caption {
  position: absolute;
  width: 50%;
  margin: 0 auto;
  bottom: 25px;
  left: 0;
  right: 0;
  font-size: 0.85rem;
}
.space-gift .sub-title {
  color: #01437f;
}
.history-top {
  color: #fff;
  /* &:extend(.ellipse-bg all);
	&.ellipse-bg:before {
		border-color: #000;
		background-color: #000;
	} */
}
.history-top .bg {
  /* background-color:#000; */
  padding-bottom: 150px;
}
.history-top .heading {
  color: #fff;
}
.timeline {
  /* &:extend(.ellipse-bg);
	&.ellipse-bg:before {
		border-color: @light-yellow;
		background-color: @light-yellow;
	} */
}
.timeline .bg {
  /* background-color: @light-yellow; */
  padding-bottom: 200px;
  margin-top: -130px;
}
.timeline img {
  /* border-radius: 12%; */
  border-radius: 20px;
  /* margin-bottom: .5rem; */
  margin: .5rem 0;
}
/* @media (min-width: 768px) {
	.timeline img {
	  border-radius: 30px;
	}
} */
.timeline .cd-timeline-content .cd-date {
  color: #01437f;
  font-weight: 100;
  font-size: 3rem;
}
.timeline .content-title {
  color: #01437f;
  font-weight: 100;
  font-size: 1.5rem;
  vertical-align: bottom;
}
.timeline.jrastro .cd-timeline-block {
  margin-bottom: 6.5rem;
}
.timeline.jrastro .cd-timeline-block:last-child {
  margin-bottom: 0;
}
.timeline.jrastro .cd-timeline-block .row {
  margin: .5rem 0;
  font-size: .8rem;
}

@media (max-width: 480px) {
	.timeline.jrastro .cd-timeline-block .row {
		display: inline-block;
		margin: 0;
	}
	.timeline.jrastro .cd-timeline-block .row .col {
		margin-top:0.5rem;
		margin-bottom:0.5rem;
	}
}

.timeline.jrastro .cd-timeline-block h4 {
  margin-bottom: 0;
}
.timeline.jrastro .cd-date {
  position: absolute;
  top: -4rem;
}
@media (min-width: 992px) {
  .timeline.jrastro .cd-date {
    top: 30%;
    right: -45%;
  }
}
.timeline.jrastro .item-img {
  margin-bottom: 1rem;
}
.jrastro-top .shadow-box.blue-box h2,
.jrastro-top .shadow-box.blue-box h4 {
  color: #fdcc01;
}
.jrastro-top .shadow-box.blue-box h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.jrastro-top .shadow-box.blue-box h2:before,
.jrastro-top .shadow-box.blue-box h2:after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px;
}
.jrastro-top .shadow-box.blue-box h2:before {
  background-image: url("/img/wing_l.png");
}.jrastro-top .shadow-box.blue-box h2:after {
  background-image: url("/img/wing_r.png");
}
.jrastro-top .shadow-box.blue-box .row {
  margin-bottom: 1.5rem;
}

@media (max-width: 480px) {
	.jrastro-top .shadow-box.blue-box .row {
		display: inline-block;
		margin-bottom: 0rem;
	}
	.jrastro-top .shadow-box.blue-box .row .col {
		margin-top:0.5rem;
		margin-bottom:0.5rem;
	}
}

.yt-video {
  text-align: center;
}
.yt-video iframe {
  margin: 0 auto;
}
.itispossible > .bg {
  padding-bottom: 200px;
}
.possible-stories > .bg {
  padding-top: 100px;
  padding-bottom: 200px;
}
.possible-stories .row {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
}
.possible-stories .img {
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #eee;
  margin-bottom: .6rem;
}
.possible-stories .img img {
  width: 100%;
  margin: 0;
}
.possible-stories .big-name {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: .8rem;
  color: #01437f;
}
@media (min-width: 768px) {
  .possible-stories .big-name {
    font-size: 2.7rem;
  }
}
.possible-stories .p-title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #01437f;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .possible-stories .p-title {
    font-size: 1.7rem;
  }
}
.activities .desc {
  margin-bottom: 80px;
}
.activities hr + .row {
  margin-top: 80px;
}
.activities .activities-filter {
  padding-bottom: 1rem;
  text-align: center;
}
.activities .activities-filter .buttons {
  display: none;
}
@media (min-width: 992px) {
  .activities .activities-filter .buttons {
    display: block;
  }
}
.activities .activities-filter .buttons .item {
  color: #01437f;
  border: 1px solid #01437f;
  border-radius: 15px;
  padding: 0 20px;
  display: inline-block;
  margin: 5px;
}
.activities .activities-filter .buttons .item:hover,
.activities .activities-filter .buttons .item.current {
  background-color: #01437f;
  color: #fff;
}
.activities .activities-filter select {
  display: block;
  margin: 0 auto;
  padding: 3px 20px;
  /* option {
				padding-left: 10px;
				padding-right: 10px;
			} */
}
@media (min-width: 992px) {
  .activities .activities-filter select {
    display: none;
  }
}
.activities .activities-list .row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.activities .activities-list .activities-item {
	margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
	.activities .activities-list .activities-item {
		margin-bottom: 1.3rem;
	}
}
.activities .activities-list .activities-item a {
  display: inline-block;
}
.activities .activities-list .img {
  overflow: hidden;
  border-radius: 30px;
}
.activities .activities-list .img img {
  width: 100%;
}
.activities .activities-list .item-title {
  color: #01437f;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: .8rem;
  line-height: 1.2;
}
.activities .activities-list .other-img-links {
  display: none;
}
.activities-list .img .colorbox {
	position: relative;
}
.activities-list .img .colorbox:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/img/ico_search.svg) no-repeat;
    background-size: 30px;
    background-position: 95% 90%;
    opacity: 0.8;
    background-color: rgba(255, 255, 255,.2);
}
.activities-list .img .colorbox:hover:before {
	opacity: 1;
    background-color: rgba(255, 255, 255,0);
}
.activity-detail .img {
  margin-bottom: 1rem;
}
.activity-detail .back {
  margin-top: 1rem;
}
.form-wrapper {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 20px 30px;
  margin: 1.5rem 0;
}
.form-wrapper .form-group {
  margin-bottom: 1.5rem;
}
.form-wrapper label,
.form-wrapper .col-form-label {
  font-size: 1.25rem;
}
.form-wrapper label[for="story"],
.form-wrapper .col-form-label[for="story"] {
  font-size: 1.8rem;
}
.form-wrapper input,
.form-wrapper textarea {
  border-radius: 30px;
}
.form-wrapper input.btn,
.form-wrapper textarea.btn {
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.8rem;
  font-weight: 100;
}
.form-wrapper textarea {
  min-height: 134px;
}
.form-wrapper input[type=submit] {
  background: #01437f;
  color: #fff;
}
.form-wrapper input[type=radio] {
  opacity: 0;
  float: right;
}
.form-wrapper input[type=radio] + label .radiobtn {
  width: 8rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  border: 2px solid #fff;
  padding: 2px 10px;
  margin-right: .8rem;
}
.form-wrapper input[type=radio]:checked + label .radiobtn {
  background: #fff;
}
.space-edu .bg {
  padding-bottom: 150px;
}
.solar-sys {
  margin-top: -130px;
}
.solar-sys:before {
  border-color: transparent;
  background-color: transparent;
}
.solar-sys .bg {
  padding-top: 230px;
  padding-bottom: 130px;
  background: url("/img/solar-bg.png") repeat-y;
  background-size: 100%;
  background-position-y: -40px;
  border-top-left-radius: 40rem 6rem;
  border-top-right-radius: 40rem 6rem;
  /* width: 120%; */
  /* margin-left: -10%; */
  /* padding-left: 10%; */
  /* margin-right: -10%; */
  /* padding-right: 10%; */
}
.solar-sys .bg .row {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.solar-sys .bg,
.solar-sys .bg * {
  color: #fff;
}
.solar-sys .img-planets {
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .solar-sys .img-planets {
    max-width: 100%;
  }
}
.solar-sys .row .img:first-child {
	width: 80%;
	margin: 0 auto;
}
@media (min-width: 576px) {
	.solar-sys .row .img:first-child {
		width: 100%;
	}
}
.solar-sys .big-name {
  font-size: 2rem;
}
.solar-sys .d-inline-block {
  vertical-align: middle;
  margin-right: 1rem;
}
.solar-sys table td:first-child {
  width: 40%;
}
table:not(.no-border) {
  width: 100%;
  margin-bottom: 2rem;
}
table:not(.no-border) tr {
  border-bottom: 1px solid #fff;
}
table:not(.no-border) tr:last-child {
  border-bottom: 0;
}
table:not(.no-border) tr th,
table:not(.no-border) tr td {
  padding: 5px;
  vertical-align: top;
}
table:not(.no-border) tr th:first-child,
table:not(.no-border) tr td:first-child {
  padding-left: 0;
}
.animation {
  margin: 0 auto;
}
.structure-space-shuttle .row {
  margin-bottom: 10px;
}
.structure-space-shuttle .img {
  margin-bottom: .5rem;
}
.your-story .shadow-box {
  padding: 30px 20px;
}
@media (min-width: 768px){
	.your-story .shadow-box {
		padding: 30px 40px;
	}
}
.your-story .shadow-box .title-img {
  /* margin-right: 1rem; */
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 768px){
	.your-story .shadow-box .title-img {
		width: 60%;
		border-radius: 30px;
	}
}
.committee .desc {
  margin-bottom: 2rem;
}
.committee .items .item {
  padding-top: 1.5rem;
}
.committee .img.p-3 {
	/* background: #fff; */
}
.sf-menu a {
	padding: .5em 1em;
}



.cd-timeline-content p {
	margin-top: 0;
}
.cd-timeline-content .row .col-12 {
	margin-top: 0;
	margin-bottom: 0;
}
.cd-timeline-content .row:first-child .col-12.col-sm-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cd-timeline-content .row:first-child .col-12.col-sm-8 .content-title {
	-ms-flex-item-align: end;
    align-self: flex-end;
	margin-bottom: 10px;
}
