html, body {
  height: 100%;
  margin: 0;
  /*font-family: 'GenSenRounded', sans-serif !important;*/
}

#divFixTop h1{
  /*font-family: 'GenSenRounded', sans-serif !important;*/
  letter-spacing: 0.1em;
  font-weight: 700 !important;
  text-shadow: 0 0 0.2em #191921, 0 0 0.2em #191921, 0 0 0.2em #191921;
}

#divFixTop h1 a{
  color: #a2ffff !important;
}

#divFixTop h1 a:hover{
  color: #fff089 !important;
  text-shadow: 0 0 0.2em #191921, 0 0 0.2em #191921, 0 0 0.2em #191921;
}

.h2, h2 {
  font-size: 1.5rem;
  /*font-family: 'GenSenRounded', sans-serif !important;*/
}

@media screen and (max-width: 30em) {
  #divFixTop h1{
    letter-spacing: 0em;
  }
}

.content {
  min-height: calc(100% - 30em); 
}

/*footer {
  height: 45em; 
}*/

@media screen and (max-width: 30em) {
  footer {
    height: 52em; 
  }
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-indicators {
  bottom: -2.5em;
}

.carousel-indicators .active {
  background-color: #ffe34c;
}

.carousel-indicators li {
  height: 0.3125em;
  background-color: #999999;
}

.section-gap {
  padding: 3.75em 0;
}

.section-title {
  padding-bottom: 0.75em;
}

.section-title p {
  font-size: 1em;
  margin-bottom: 0;
}

@media (max-width: 61.9988em) {
  .section-title p br {
    display: none;
  }
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-area {
  background-color: #003656;
  text-align: center;
}

.banner-container img {
  max-width: 100%;
  height: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.header-btn {
  background: #fff;
  border-radius: 0;
  color: #222 !important;
  padding-left: 1.875em;
  padding-right: 1.875em;
  border: 0.0625em solid transparent;
}

.header-btn:hover {
  border: 0.0625em solid #fff;
  background: transparent;
  color: #fff !important;
}

.single-product {
  text-align: center;
  border-radius: 0.625em;
  background-color: white;
}

.single-product .thumb {
  padding: 1.25em;
}

.single-product .details {
  padding: 1.25em;
}



.single-product .details p:first-child {
  margin-bottom: 0.5em;
  color: #9a815c !important;
  font-size: 1.75em;
  text-align: center;
}

.single-product .details p {
  text-align: left;
  color: #333;
}

.single-product .details .primary-btn {
  margin-top: 0.625em;
  border-radius: 0;
  background: #fff;
  color: #222 !important;
  font-weight: 600;
}

.single-product:hover {
  cursor: pointer;
}

.single-product:hover p {
  color: #9a815c !important;
}

@media (max-width: 60em) {
  .single-product {
    margin-bottom: 0em;
  }
}

.home-about-left img {
  width: 100%;
}

.home-about-right {
  padding-right: 20%;
  padding-left: 4%;
}

@media (max-width: 85.375em) {
  .home-about-right {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}

.home-about-right h1 {
  padding: 1.25em 0;
}

@media (max-width: 25.8125em) {
  .home-about-right h1 br {
    display: none;
  }
}

.home-about-right h5 {
  margin-bottom: 1.25em;
  font-weight: 300;
}

.home-about-right .primary-btn {
  border-radius: 0;
}

@media (max-width: 60em) {
  .home-about-right {
    margin-top: 3.125em;
  }
}

.about-video-left h6 {
  color: #8a90ff;
  font-weight: 300;
  letter-spacing: 0.125em;
  font-size: 0.75em;
}

.about-video-left h1 {
  padding: 1.25em 0;
}

@media (max-width: 25.8125em) {
  .about-video-left h1 br {
    display: none;
  }
}

.about-video-left p span {
  font-weight: 600;
  color: #222;
}

.about-video-left .primary-btn {
  border-radius: 0;
}

.about-video-right {
  background: url(../images/video-bg.jpg) no-repeat center;
  background-size: cover;
  height: 20.625em;
}

.about-video-right .overlay-bg {
  opacity: .8;
}

.about-video-right .play-btn {
  z-index: 2;
}

@media (max-width: 60em) {
  .about-video-right {
    margin-top: 6.25em;
  }
}

.blog-area .thumb img {
  border-radius: 0.625em;
}

.blog-area .detais .tags {
  margin: 0.9375em 0;
}

.blog-area .detais .tags li {
  display: inline-block;
  padding: 0.25em 0.9375em;
  font-size: 0.75em;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 0.0625em solid transparent;
}

.blog-area .detais .tags li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.blog-area .detais .tags li:hover {
  border-color: #eee;
  background: #fff;
}

.blog-area .detais .tags li:hover a {
  color: #222;
}

.blog-area .detais h4 {
  margin-bottom: 0.9375em;
}

.blog-area .detais .date {
  color: #222;
}

.genric-btn.circle {
  border-radius: 1.25em;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.go-feature-btn {
  border: 0.0625em solid #fff;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 2.5em;
  padding: 0 1.875em;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn.gray-border {
  color: #fff;
  border: 0.0625em solid #fff;
  margin-bottom: 1.25em;
}

.genric-btn.gray-border:hover {
  color: #434987;
  background: #fff;
  border: 0.0625em solid #fff;
}

.genric-btn.dark-border {
  color: #fff;
  background-color: #434987;
  border: 0.0625em solid #434987;
  border-radius: 0.1875em !important;
  margin-bottom: 1.25em;
}

.genric-btn.dark-border:hover {
  color: #434987;
  background: #fff;
  border: 0.0625em solid #434987;
}

.newslist a {
  color: #fff;
  width: 100%;
}

.newslist a:hover {
  color: #ffe34c;
}

.newsdate,
.newtxt {
  float: left;
}

.newslisthr {
  border-bottom: 0.0625em solid #eee;
  border-top: none !important;
  margin-bottom: 1.25em;
  opacity: 0.2;
}

#news .newslisthr {
  border-bottom: 0.0625em solid #eee;
  border-top: none !important;
  margin-bottom: 1.25em;
  opacity: 0.2;
}

@media (max-width: 35.625em) {
  .header .logo {
    float: left !important;
  }

  .header {
    padding: 0 !important;
  }
}

@media (max-width: 36.875em) {
  .primary-menu-responsive.primary-menu .showhide {
    float: right !important;
  }
}

.showhide .mob-menu--title {
  display: none !important;
}

@media (max-width: 63.9375em) {
  .primary-menu-responsive .primary-menu-menu.scrollable {
    overflow-y: auto !important;
    max-height: 60vh !important;
  }
}

.partner-area li {
  padding: 0.25em;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-area h4 {
  font-size: 1.125em;
}

.pb-20 {
  padding-bottom: 1.25em;
}

.event-preview {
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5625em;
  max-height: 9.375em;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  color: #999;
}

nav {
  margin-bottom: 1.875em;
}


nav>.nav.nav-tabs {

  border: none;
  color: #fff;
  background: #e2a62c;
  border-radius: 0;

}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
  border: none;
  padding: 1.125em 1.5625em;
  color: #fff;
  background: #e2a62c;
  border-radius: 0;
}

nav>div a.nav-item.nav-link.active {
  background: #b37642;
}

nav>div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -3.75em;
  left: -10%;
  border-top-color: #b37642;
}

.tab-content {
  line-height: 1.5625em;
  padding: 1.875em 1.5625em;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
  border: none;
  background: #b37642;
  color: #fff;
  border-radius: 0;
  transition: background 0.20s linear;
}

.radius img {
  border-radius: 1.1em;
}

.bg-black {
  background-color: #fff;
  position: absolute;
  bottom: 2.6em;
  z-index: 1020;
  text-align: center;
  width: 8em;
  height: 2em;
  color: #e2a62c;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2.1em;
  margin-left: 0.28em;
  border-radius: 0 1.25em 1.25em 0;
}

.partner-area img {
  border-radius: 1.2em;
}


.single-product .details h3 {
  color: #e2a62c;
}

@media (max-width: 30em) {
  .products-area h1 {
    font-size: 2.5em;
    text-align: center;
  }
}

@media (max-width: 22.5em) {

  nav>div a.nav-item.nav-link,
  nav>div a.nav-item.nav-link.active {
    padding: 1em;
  }

  .products-area h1 {
    font-size: 2em;
    text-align: center;
  }
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 47.9em) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }
}

.carousel-caption {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .img-responsive {
    height: 100%;
  }
}

.carousel-caption {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
  height: 30%;
}

.carousel-captions {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 1.25em;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
}

@media screen and (min-width: 100em) {
  .carousel-caption {
    height: 20%;
  }
}

.up-circle {
  position: fixed;
  bottom: 12.5em;
  right: 1.25em;
  z-index: 999 !important;
}

.down-circle {
  position: fixed;
  bottom: 5em;
  right: 1.25em;
  z-index: 999 !important;
}

.student-time {
  font-size: 2em;
  line-height: 2em;
}

#clockp {
  margin-top: -1.25em;
}

@media screen and (max-width: 30em) {
  .student-time {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

.testimonial-item {
  margin: 0.9375em;
  background: #fff;
  border-radius: 0.25em;
  border: 0.0625em solid rgba(0, 0, 0, 0.06);
  max-height: 32em;
  min-height: 32em;
}

.testimonial-item .content-inner {
  padding: 1.25em;
}

.testimonial-item .author {
  display: inline-block;
  margin-bottom: 1.25em;
}

.testimonial-item .author .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
}

.testimonial-item .author .img-thumb img {
  border-radius: 50%;
  width: 75%;
}

.testimonial-item .author .author-info {
  float: left;
  padding: 0;
}

.testimonial-item .author .author-info h2 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.875em;
  margin-bottom: 0;
}

.testimonial-item .author .author-info h2 a {
  color: #484848;
}

.testimonial-item .author .author-info h2 a:hover {
  color: #e2a62c;
}

.testimonial-item .content-inner {
  overflow: hidden;
}

.testimonial-item .content-inner .description {
  width: 100%;
  margin-bottom: 0.625em;
}

.testimonial-item .content-inner span {
  color: #e2a62c;
}

.testimonial-item .content-inner i {
  margin-right: 0.3125em;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2.5em;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 0.75em;
  height: 0.75em;
  margin: 0.125em 0.25em;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 1.875em;
  background: #fff;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0.125em rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #e2a62c;
}


.blog-item-wrapper {
  background: #000;
  border-radius: 0.25em;
  background-image: -webkit-linear-gradient(0deg, #000 0%, #213750 100%);
  min-height: 20.25em;
  max-height: 20.25em;
}

.blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
}

.blog-item-img {
  position: relative;
}

.blog-item-img img {
  width: 100%;
}

.blog-item-text {
  padding: 1.25em 1.875em;
  color: #fff;
}

.blog-item-text .date {
  font-size: 0.875em;
  margin-bottom: 0.625em;
}

.blog-item-text .date i {
  margin-right: 0, 4375em;
}

.blog-item-text h3 {
  line-height: 1.625em;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 0.625em;
}

.blog-item-text h3 a {
  color: #263238;
}

.blog-item-text h3 a:hover {
  color: #ffe34c;
}

.meta-tags {
  margin-bottom: 0.625em;
}

.meta-tags span {
  color: #999;
  font-size: 0.875em;
  margin-right: 0.625em;
}

.meta-tags span i {
  margin-right: 0.3125em;
}

.meta-tags span a {
  color: #999;
}

.meta-tags span a:hover {
  color: #e2a62c;
}

.blog-comment {
  background: #fff;
  padding: 3.125em 1.875em;
  margin-top: 1.875em;
  overflow: hidden;
}

.blog-comment h4 {
  font-size: 1.5em;
  margin-bottom: 1.875em;
}

.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3.125em;
}

.blog-comment .comment-list .the-comment {
  border-bottom: 0.0625em solid #e7e6e6;
  padding-bottom: 1.5625em;
  margin-bottom: 1.5625em;
}

.blog-comment .comment-list .children {
  padding-left: 2.5em;
}

.blog-comment .avatar {
  float: left;
  margin-right: 0.9375em;
  padding: 0.3125em;
  border-radius: 0.1875em;
  background: #ffffff;
  border: 0.0625 dashed #346AFE;
}

.blog-comment .comment-author {
  margin-bottom: 0.625em;
}

.blog-comment .meta {
  margin-bottom: 0.625em;
  color: #999;
}

.post-meta {
  color: #fff;
  margin-top: 0.9375em;
  margin-bottom: 0.9375em;
}

.post-meta ul li {
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.post-meta ul li i {
  margin-right: 0.3125em;
}

.post-meta ul li a {
  color: #fff;
}

.post-meta ul li a:hover {
  color: #e2a62c;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -1rem;
}

.owl-next {
  right: -1rem;
}

.content-spacer .single-feature {
  background: #fff;
  margin-bottom: 1.875em;
}

.single-feature {
  border: 0.0625em solid #eaeaea;
  margin-bottom: 1.875em;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-feature:hover {
  -webkit-box-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
  box-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
}


.content-spacer .single-feature h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-top: 0.625em;
  min-height: 3.125em;
}

.content-spacer .single-feature .title .lnr {
  color: #222;
  font-weight: 600;
  font-size: 1.25em;
  margin-right: 0.625em;
}

.content-spacer .single-feature p {
  margin-bottom: 0em;
  margin-top: 0.9375em;
  text-align: center;
}

.content-spacer .single-feature p .fa {
  margin: 0 0.5em 0 0.8em;
}

.content-spacer .single-feature p span .fa {
  margin: 0 0.1em;
  color: #ffe34c;
}

.content-spacer .single-feature:hover {
  cursor: pointer;
  box-shadow: 0em 0.625em 1.25em 0em rgba(0, 0, 0, 0.2);
}

.content-spacer .single-feature:hover h4,
.content-spacer .single-feature:hover .lnr {
  color: #003653;
}

.content-spacer .evetmaxhight {
  max-height: 22em;
  min-height: 22em;
}

.content-spacer img {
  width: 100%;
}


.content-spacer .eventinfo {
  color: #333;
  font-size: 1.125em;
  padding-bottom: 0.625em;
  border-bottom: 0.0625em solid #f8f8f8;
}

.title .fa,
.titles .fa {
  margin-right: 0.3125em;
}

.title {
  font-size: 0.75em;
  margin-bottom: 1em !important;
}


.title p {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0 !important;
}


.titles p {
  font-size: 2em;
  font-weight: 600;
}

a.back-to-top {
  display: none;
  position: fixed;
  bottom: 1.125em;
  right: 0.9375em;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 1.375em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  color: #fff;
  background: #3f3d3e;
  border-radius: 0.125em;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.14), 0 0.25em 0.5em rgba(0, 0, 0, 0.28);
}

video {
  position: absolute;
  left: 50%;
  margin-left: -25%;
  top: 10%;
}

.loves {
  position: absolute;
  top: 13.75em;
  right: 10.625em;
  float: right;
  z-index: 9999;
}


.loves i {
  color: #e2a62c;
  text-align: center;
  font-size: 1.375em;
  z-index: 9999;
}

.nav a {
  text-align: center;
  color: #fff !important;
  /*border: 0.0625em solid #fff;*/
  background: transparent;
  border-radius: 0;
}

.nav a.active {
  color: #434987 !important;
  border: 0.0625em solid #fff;
  background: #fff;
  border-radius: 0;
}

.commons {
  display: none !important;
}

.commons.active {
  display: block !important;
}

.mb-20 {
  margin-bottom: 1.25em;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 1.25em;
  display: block;
  height: 0.125em;
  margin: 0.3125em 0.4375em;
  opacity: 0.5;
  width: 0.75em;
}

#statistics img {
  margin-top: -4.125em;
}

@media screen and (max-width: 48em) {
  .loves {
    top: 72%;
  }
}

.content {
  width: 100%;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/bgs.jpg") no-repeat center -64px;
  background-size: 100%;
}

@media screen and (max-width: 64em) {
  .bg {
    background: url("../img/bgs.jpg") no-repeat center top;
  }
}

@media screen and (max-width: 30em) {
  .bg {
    background: url("../img/bgm.png") no-repeat center top;
  }
}

.home {
  height: 100vh;
  font-size: 1.2em;
  color: #fff;
}

.article_wrap {
  padding-bottom: 8vh;
}

.article_wrap .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 1.875em;
  margin-bottom: 1.875em;
  border-bottom: 0.0625em solid rgba(255, 255, 255, 0.2);
}

.article_wrap .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.article_wrap .pic {
  width: 45%;
  overflow: hidden;
}

.article_wrap .pic:hover .cover_bg {
  transform: scale(1.1);
}

.article_wrap .pic .cover_bg {
  padding-bottom: 55.5%;
}

.article_wrap .text {
  width: 50%;
}

.article_wrap .text h3 {
  margin-bottom: 1.25em;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.3em;
}

.article_wrap .text h3 a {
  color: #a2ffff;
}

.article_wrap .text h3 a:hover {
  color: #fff089;
}

.article_wrap .text p {
  margin-bottom: 1.875em;
  padding-left: 0.9375em;
  color: #fff;
  line-height: 1.7em;
  font-size: 1em;
  border-left: 0.1875em solid #a2ffff;
}

.article_wrap .btn_wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #a2ffff;
  color: #fff;
  padding: 0 1.25em 0.125em 1.25em;
  border-radius: 30em;
}

.article_wrap .btn_wrap a:hover {
  background: #a2ffff;
}

.article_wrap .btn_wrap a span {
  margin-right: 0.3125em;
}

.cover_bg,
.contain_bg {
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cover_bg {
  background-size: cover;
}

.contain_bg {
  background-size: contain;
}

.blog-item {
  border: 0.125em solid rgba(255, 255, 255, 0.3);
  border-radius: 0.25em;
  height: 20.625em;
}

.owl-carousel .active span {
  background-color: #ff0 !important;
}

.owl-carousel .active span.badge {
  border: 0.0625em solid #d1dadf !important;
  color: #d1dadf;
  background-color: transparent !important;
  border-radius: 0.1875em !important;
}

#C {
  background-color: #191921;
  /*background: url(../img/universea-planet.png) no-repeat center top;*/
  margin-bottom: 1.875em;
}

#blog-2 {
  background: url(../img/universe-moon.png) no-repeat center top;
  margin-bottom: 3.75em;
}

#testimonial-1 {
  background: url(../img/SPX-3.png) no-repeat center top;
}

.masks {
  position: absolute;
  display: block;
}

.rockets {
  right: 0%;
  width: 37%;
  position: absolute;
  bottom: 20%;
  left: 30%;
  height: 33%;
  padding: 3.75em;
  font-size: 125%;
  text-shadow: 0.125em 0.25em 1.875em #fff;
  font-weight: 700;
}

@media screen and (max-width: 64rem) {
  .rockets {
    width: 60%;
  }
}

@media screen and (max-width: 30rem) {
  .rockets {
    bottom: 30%;
    font-size: 100%;
  }
}

.rockets h4 {
  width: 180%;
  line-height: 1.5em;
  margin-top: 30%;
  text-shadow: 0.125em 0.25em 1.875em #fff;
  color: #FFF;
}

@media screen and (min-width: 100em) {
  .rockets h4 {
    margin-top: 20%;
  }
}

@media screen and (max-width: 48em) {
  .rockets {
    width: 90%;
    left: 0%;
    bottom: 40%;
    text-shadow: 0.125em 0.25em 1.875em #fff;
    z-index: -1;
  }
}

.genric-btn.gray-border {
  border: 0.125em solid #d1dadf !important;
  color: #434987;
  border-radius: 0.1875em !important;
  background-color: #fff;
}

.genric-btn.gray-border:hover {
  text-decoration: none;
  background-color: rgba(255,255,255,0);
  color: #fff;
}

@media screen and (max-width:64em) {

  #C,
  #blog-2,
  #testimonial-1 {
    background: none;
    margin-bottom: 0;
  }

  .masks {
    position: absolute;
    display: none;
  }

  #newlists {
    background: #000;
  }
}

.single-feature {
  border: 0.125em solid rgba(255, 255, 255, 0.3);
}

.section-title {
  margin-left: -0.625em;
  color: #d1dadf;
  /*font-family: 'GenSenRounded', sans-serif !important;*/
}

.content-spacer .single-feature {
  background-image: -webkit-linear-gradient(0deg, #000 0%, #213750 100%);
  color: #d1dadf;
}

.footer-area {
  Background: #191921;
}

#cssmenu>ul>li.has-sub>a::after {
  border-bottom: 0.0625em solid #d1dadf;
  border-right: 0.0625em solid #d1dadf;
}

@media screen and (min-width:75em) {
  #newlists {
    margin-top: -11.25em;
  }

  .home .slogan {
    margin-top: -40%;
  }
}

.navs {
  background-color: #191921;
  color: #fff;
  height: 1.875em;
  width: 100%;
  position: fixed;
  line-height: 1.875em;
  z-index: 1031;
  font-size: 90%;
}

.navs li {
  list-style: none !important;
  display: inline-block;
  padding: 0 1.25em 0 0;
}

/* Footer 開始 */

.footer-area {
  background: #191921;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #191921 66%, #353444 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #191921 66%, #353444 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #191921 66%, #353444 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191921', endColorstr='#353444', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 3.125em 0;
}

.bottom-menu {
  border-left: 0.0625em solid rgba(255, 255, 255, 0.2);
  /*padding-left: 1.25em;*/
}

.bottom-menus {
  border-left: 0.0625em solid rgba(255, 255, 255, 0.2);
  padding-left: 0.5em;
}

@media screen and (max-width: 48em) {
  .bottom-menu {
    display: none;
  }
}

.bottom-menu li:first-child a {
  padding-top: 1.5em;
  color: #fff;
  font-size: 0.9em;
}

.bottom-menu a {
  line-height: 2em;
  color: #ccc;
  font-size: 0.8125em;
}

.bottom-menu li {
  list-style: none;
}

.footer-social p {
  float: left;
  padding-left: 0.4375em;
  font-size: 0.75em;
  line-height: 1.625em;
  margin-bottom: 0.5em;
}

.footer-menu {
  margin-top: 1.25em;
}

@media screen and (max-width: 30rem) {
  .footer-menu {
    margin: 1.25em 1rem !important;
  }
}

@media screen and (max-width: 48rem) {
  .newslist{
    max-height: 100% !important;
    -webkit-line-clamp: inherit !important;
  }
}

.bottom-menu a {
  clear: both;
}

.bottom-menu a:hover {
  color: #fff089;
  text-decoration: none;
}

.footer-social img {
  padding-right: 0.4375em;
}

.footer-social p {
  color: #fff089;
}

.footer-bottom {
  padding-top: 5em;
}

.footer-text {
  color: #8a90ff;
  font-size: 0.75em !important;
}

/* Footer 結束 */

.st1 {
  color: #fff089 !important;
}

@media screen and (max-width: 48em) {
  .st1 {
    display: none;
  }
}

.newslisthrleft {
  border-right: 0.0625em solid rgba(255, 255, 255, .2);
  margin: 0 0.625em;
}

.noborder {
  border-left: none;
}

footer .col-lg-1 {
  max-width: 8em !important;
}

footer .col-lg-2 {
  max-width: 9em !important;
}

@media screen and (max-width: 80rem) {
  /*footer .col-lg-3 {
    max-width: 100%;
  }*/

  footer .col-lg-1, footer .col-lg-2{
    display: none;
  }
}

.course-info {
  padding: 0.625em 1.875em;
  max-height: 11em;
  min-height: 11em;
}

.nav a {
  text-align: center;
  color: #fff !important;
  /*border: 0.125em solid #fff;*/
  background: transparent;
  border-radius: 0.1875em;
  margin-right: 0.1875em;
}

.nav a.active {
  color: #434987 !important;
  border: 0.125em solid #fff;
  background: #fff;
  border-radius: 0.1875em;
}

.commons {
  display: none !important;
}

.commons.active {
  display: block !important;
}

@media screen and (max-width: 48em) {
  .article_wrap .box {
    flex-direction: column;
  }

  .article_wrap {
    padding-bottom: 5vh;
  }

  .article_wrap .pic,
  .article_wrap .text {
    width: 100%;
  }

  .article_wrap .pic {
    margin-bottom: 1.25em;
  }

  .article_wrap .text h3 {
    text-align: center;
    margin-bottom: 0.9375em;
    font-size: 1.5em;
  }

  .article_wrap .text p {
    padding-left: 0;
    padding-top: 0.625em;
    border-left: none;
    border-top: 0.1875em solid #a2ffff;
  }

  .article_wrap .btn_wrap {
    display: flex;
    justify-content: center;
  }

  .section-title {
    margin-left: 0em;
  }
}
#title-spacer {
  background: url("../img/header_1920.png") no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 10em;
  padding-top: 4em;
  color: #FFF;
  margin-top: -4em;
}

@media screen and (max-width: 30em) {
  #title-spacer {
    background-image: url("../img/header_480.png");
    margin-top: 0em;
  }
}
.jumbotron {
  background-color: #f8f8f8;
}

.newslisthr {
  border-bottom: 0.0625em solid #eee;
  border-top: none !important;
  margin-bottom: 1.25em;
  opacity: 0.2;
}

.home {
  height: 55vh;
}

.custom_div_position_style_01 {
  position: relative; 
  
  float: right;
  
}
.logo-bar{
  float: none;
}

.red{
  color: #FF0000;
  font-weight: bold;
}

@media screen and (min-width: 75em){
  .newslist{
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 1.5625em;
      max-height: 1.5em;
      min-height: 1.5em;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
}

.skip-to-content {
  position: relative;
}

.access-U {
  float: left;
}

.access-img {
  margin-top:0.3125em;
}

.top-to-back {
  display: block;
}
.owl-item-block:focus{
  outline: orange solid 5px;
  display: block;
  outline-offset: -3px;
}
a:focus {
    color: #000000!important;
    font-weight:700!important;
    background: #FFBF47!important;
    /*border-style: dotted;*/
}
button:focus{
    border-style: dotted!important;
    color: #000000!important;
    background: #FFBF47!important;                        
}
textarea:focus, input:focus{
    color: #000000!important;
    background: #FFBF47!important;
}

@media screen and (max-width:74em){  
  .blog-item-text h3 {   
    font-size: 0.7em;  
  }
}
@media screen and (max-width:30em){  
  .blog-item-text h3 {   
    font-size: 1.1em;  
  }
}


.custom-breadcrumb {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem !important;
}

.custom-breadcrumb-item {
  display: inline-flex !important;
  align-items: center;
}

.custom-breadcrumb-item h2{
  color: #fff !important;
}

.custom-breadcrumb-item + .custom-breadcrumb-item:before {
  content: ">";
  padding: 0 8px;
  color: #999;
}

.custom-breadcrumb-item a {
  color: #999;
  text-decoration: none;
  font-size: 1rem !important;
}

.custom-breadcrumb-item a:hover {
  text-decoration: underline;
}

.custom-breadcrumb-item.active {
  color: #fff;
  font-weight: bold;
}

.decimal li{
  list-style-type: decimal !important; /* 使用數字 */
  margin-left: 20px;
}
.disc li{
  list-style-type: disc !important; /* 使用點 */
  margin-left: 20px;
}
.bh-description .bh-color-dark-yellow {
  color: darkyellow; /* 調整顏色 */
}
