body{
    background-image: linear-gradient(0deg, #e4e2f0 0%, #e0ecfa 50%, #afd5ff 100%);
    background-attachment: fixed;
}
*{
    margin: 0px;
    padding: 0px;
}
a{
	text-decoration: none;
}

/* top-header */
.nav {
  position: absolute;
  top: 14px;
  right: 278px;
}
.nav-link {
  display: block;
  margin: 0px 2px;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background-color: #34386f;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
  color: #fff;
  background-color: #bbbaba;
}

@media (max-width: 599.98px) {
	.nav { top: 18px; right: 58px; }
	}
@media (max-width: 767.98px) {
	.nav-link { font-size: 13px; }
	.top-header .container { padding-left: 0; padding-right: 0; }
	}


.range{
    max-width: 980px;
    margin: 0 auto;
}
.range-video{
    max-width: 1200px;
    margin: 0px auto;
}
.range-video .row{
    margin: 30px 0px 10px 0%;
    padding: 20px 5px;
    /*background-color: rgba(240, 240, 240, 0.25);
    border-radius: 20px;
    border: #34386f solid 5px;
    border-bottom-width: 12px;*/
    text-align: left;
    position: relative;
    z-index: 2;
}
.range-video .row .col-md-4{
    margin-bottom: 20px;
}
.range-video .row .col-md-3.study-T-box{
    margin: 0px auto 20px;
}
.range-video .row .col-md-3.study-box{
    margin: -20px 3.75% 20px;
}
.range-video .row .col-6.study-btn{
    margin-top: 20px;
}
.range-video .row .col-6.study-btn .btn{
    margin-left: -18px;
}
@media screen and (max-width: 767.98px) {
    .range-video .row .col-md-3.study-box{
        margin: 20px auto 20px; }
    .range-video .row .col-6.study-btn{
        margin: 20px auto 0px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .range-video .row .col-6.study-btn .btn{
        margin-left: 0px;
        padding-left: 9%;
        padding-right: 9%; }
}


.wrapper {
    overflow: hidden !important;
    background: transparent url(../img/bg-01.png) center center repeat;
}
.coverbg {
    height:880px;/*height:880px;*/
    margin-bottom: -60px;
    position: relative;
    background: transparent url(../img/bg_0.png) center bottom no-repeat;
    background-size: cover;
}
.animat {
    height:880px;
    position: relative;
    background: transparent url(../img/bg_1.png) center bottom no-repeat;
    background-size: cover;
    animation: animatedBackground 3.2s linear infinite;
}
@keyframes animatedBackground {
  0% { background-image: url(../img/bg_1.png); }
  64% { background-image: url(../img/bg_1.png); }
  66% { background-image: url(../img/bg_2.png); }
  100% { background-image: url(../img/bg_2.png); }
}

 @media (min-width: 768px) and (max-width: 991.98px) {
    .coverbg {
        background: transparent url(../img/bg_m.png) center 50px no-repeat;
      }
    .coverbg, .animat {
        height:720px;
      }
    .animat {
        background: transparent url(../img/bg_1m.png) center 50px no-repeat;
        animation: animatedBackground-M 3.2s linear infinite;
      }
 }
@media (min-width: 576px) and (max-width: 767.98px) {
    .coverbg {
        background: transparent url(../img/bg_s.png) center 40px no-repeat;
        background-size: 100%;
    }
    .coverbg, .animat {
        height:650px;
      }
    .animat {
        background: transparent url(../img/bg_1m.png) center 40px no-repeat;
        background-size: 126%;
        animation: animatedBackground-M 3.2s linear infinite;
      }
 }
@media (min-width: 480px) and (max-width: 575.98px) {
    .coverbg {
        background: transparent url(../img/bg_s.png) center 40px no-repeat;
        background-size: 100%;
    }
    .coverbg, .animat {
        height:610px;
      }
    .animat {
        background: transparent url(../img/bg_1m.png) center 40px no-repeat;
        background-size: 126%;
        animation: animatedBackground-M 3.2s linear infinite;
      }
 }
@media screen and (max-width: 479.98px) {
    .coverbg {
        background: transparent url(../img/bg_xs.png) center 40px no-repeat;
        height:680px;
        background-size: 110%;
      }
    .coverbg, .animat {
        height:680px;
      }
    .animat {
        background: transparent url(../img/bg_1m.png) center 50px no-repeat;
        background-size: 160%;
        animation: animatedBackground-M 3.2s linear infinite;
      }
 }
@keyframes animatedBackground-M {
  0% { background-image: url(../img/bg_1m.png); }
  80% { background-image: url(../img/bg_1m.png); }
  85% { background-image: url(../img/bg_2m.png); }
  100% { background-image: url(../img/bg_2m.png); }
}


/*------- bg-cloud -------*/
.bg-cloud {
	width:100%;
    height: auto;
    /*position: absolute;
    top: -50px; left: 0;*/
    background-color: transparent;
    background-image: url(../img/pic_cloud1.png);
    background-position: 0px 0%;
    background-repeat: repeat-x;
    background-size: 90%;
    animation: animatedBGcloud 8s linear infinite;
}
@keyframes animatedBGcloud {
  0% { background-position: 0% 0%; }
  50% { background-position: -50% 3%; }
  100% { background-position: 0% 0%; }
}
@keyframes animatedBGcloud-s {
  0% { background-position: 0% 30px; }
  50% { background-position: -100% 50px; }
  100% { background-position: 0% 30px; }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .bg-cloud {
        background-size: 150%;
    }
 }
@media (min-width: 480px) and (max-width: 575.98px) {
    .bg-cloud {
        background-size: 150%;
    }
 }
@media screen and (max-width: 479.98px) {
    .bg-cloud {
        background-size: 180%;
        background-position: 0px 30px;
        animation: animatedBGcloud-s 30s linear infinite;
    }
 }


h1{
   color: #837474;
   font-weight: bold;
   font-size: 60px;
   line-height: 1.5;
   padding-top: 158px;
   margin-left: 1%;
   transition-delay: 0.5s;
   animation-delay: 0.5s;
   -webkit-animation-delay: 0.3s;
}
h1 span{
   display: inline-flex;
   margin-right: 2px;
   margin-bottom: 15px;
}
 .text_h100{
   position: absolute;
   left: calc(100% + 50px);
   font-size: 42px;
   color:#895a3a;
}
h2 b{
    padding: 15px 3px 0px 3px;
    display: inline-block;
}
.a1{
   background: transparent url(../img/pic_light_0.png) right top no-repeat;
   animation:blinking 1s infinite;
}
@keyframes blinking {
0%{ background-image: url(../img/pic_light.png); }
40%{ background-image: url(../img/pic_light.png); }
100%{ background-image: url(../img/pic_light.png); }
}

.study{
   background: transparent url(../img/pic_light_0.png) right top no-repeat;
   animation:studying 1s infinite;
}
@keyframes studying {
0%{ background-image: url(../img/pic_light.png); }
40%{ background-image: url(../img/pic_light.png); }
100%{ background-image: url(../img/pic_light.png); }
}

.study-Main, .study-Main-s{
    margin: 20px auto 20px;
    display: block;
    position: relative;
    z-index: 20;
}
.study-Main-s{
    display: none;
}
.study-Main > .boxline-le, .study-Main-s > .boxline-le{
  height: 128px;
  position: absolute;
  top: 78%;
  left: calc(100%/2 - 2px);
  border-left: #3649a9 dotted 6px;
}
@media screen and (max-width: 767.98px) {
    .study-Main{
        display: none; }
    .study-Main-s{
        display: block;
        margin-top: 10px;
        margin-bottom: -36px; }
}
.study-T-box, .study-T-box.left, .study-T-box.right{
   margin-top: 20px;
   padding: 0px;
}
.study-T-box.left > .boxline-le, .study-T-box.right > .boxline-le{
  height: 188px;
  position: absolute;
  top: 25%;
  left: calc(100%/2 - 2px);
  border-left: #3649a9 dotted 6px;
}
.study-T-box.left > .boxline-le{
   -moz-transform:rotate(-75deg);
   -webkit-transform:rotate(-75deg);
   -o-transform:rotate(-75deg);
   -ms-transform:rotate(-75deg);
   transform:rotate(-75deg);
    margin-left: 75%;
}
.study-T-box.right > .boxline-le{
   -moz-transform:rotate(75deg);
   -webkit-transform:rotate(75deg);
   -o-transform:rotate(75deg);
   -ms-transform:rotate(75deg);
   transform:rotate(75deg);
   margin-left: -75%;
}
.study-box{
   padding: 0px;
}
.study-box > .boxline-le, .study-box.mainLine > .boxline-le{
   display: none;
}

.study-plan{
   position: relative;
   margin: 0px -15px;/*   margin: 0px auto;*/
   padding: 0px;
   width: calc(100% + 50px);
}
.study-plan a{
   padding: 5px 20px;
   font-size: 16px;
   color: #212529;
}
.study-plan a:hover, .study-plan a:focus {
   color: #212529;
}
.study-plan span.glyphicon {
   margin-left: 3px;
}
.study-plan a:hover span.glyphicon, .study-plan a:focus span.glyphicon {
   margin-left: 8px;
}

.study-plan a.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}


.study-plan img{
   /*margin: 5%;*/
   padding: 6%;
}
.study-plan img.study-picMain{
   padding: 0%;
}
@keyframes zoomIn {
  0%   {opacity: 0;}
  25%  {opacity: 0;}
  50%  {opacity: 0;}
  75%  {opacity: 0;}
  80%  {opacity: 0.5;}
  100% {opacity: 1;}
}

@media screen and (max-width: 767.98px) {
    .study-T-box.left > .boxline-le, .study-T-box.right > .boxline-le{
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        transform:rotate(0deg);
        top: -2%;
        height: 88px;
        margin-left: inherit; }
    .study-box > .boxline-le, .study-box.mainLine > .boxline-le{
        display: block; }
    .study-plan{
        margin: 0px auto;
        padding: 10px;
        width: 100%; }
}


.cor-bg-y{
   background-color: #ffd400;
}
.cor-bg-g{
   background-color: #36ac81;
}
.cor-bg-b{
   background-color: #2bb4ee;
}
.cor-bg-p{
   background-color: #34386f;
}
.img_title{
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 100%;
   margin-top: -15px;
}
.btn {
    border-radius: 1rem;
    font-weight: bold;
}
.btn span.text_h2 {
    color: #34386f;
    font-size: 34px;
}
.btn-primary {
    background-color: #a7c9fa;
    border-color: #a7c9fa;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #f2f2f2;
}

.btn-primary:focus, .btn-primary.focus {
    background-color: #9bc0f9;
    border-color: #9bc0f9;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #a7c9fa;
    border-color: #a7c9fa;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #9bc0f9;
    border-color: #9bc0f9;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

section .topbox img {
   margin: 0px;
   padding: 0px;
   width: auto;
   height: auto;
   position: relative;
}


section {
   position: relative;
   margin: 0px auto -60px;
   padding: 60px 0px 0px;
}
section .member_top {
	margin: 0% 0% 0% 0%;
	padding: 0px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0px;/*bottom: -2.75%;*/
}
section .member_bg {
	margin: 0% 0% 0% 0%;
	padding: 0px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -50px;/*bottom: 0px;*/
}

section .member_bg img.member_group, section .member_top img.member_group, section .member_top img.member_round {
	display: inline;
}
/*section .member_bg img.member_group_s, section .member_top img.member_group_s {
	display: none;
}*/
section .member_top img.member_round {
	margin-top: 42px;
}

  @media (max-width: 767.98px) {
	section .member_bg {
      margin: 0% 0% 0% 0%; }}

section .topbox {
   margin: 0px;
   padding: 0px;
   width: 100%;
   display: block;
   position: relative;
}
section .topbox:after {
   position: absolute;
   content: " ";
   width: 0;
   height: 0;
   border-width: 42px;
   border-style: solid;
   border-color: #e5bd6e transparent transparent transparent;
   margin-left: calc(100%/2 - 42px);
   top: -1px;
   right: 0;
   bottom: 0;
   left: 0;
}
section .one:after {
   border-color: #a46452 transparent transparent transparent;
}
section .two:after {
   border-color: #f6eee1 transparent transparent transparent;
}
section .three:after {
   border-color: #afd5ff transparent transparent transparent;/*border-color: #f2d4cb transparent transparent transparent;*/
}
section .threeTOP:after {
   border-color: #f3dfc0 transparent transparent transparent;
}
section .oneTOP:after {
   border-color: #e4d8c8 transparent transparent transparent;
}
section .twoTOP:after {
   border-color: #fff transparent transparent transparent;/*border-color: #d8e6ff transparent transparent transparent;*/
}
section .boxline-le {
  height: 88px;
  position: absolute;
  top: -2%;
  left: calc(100%/2 - 2px);
  border-left: #3649a9 dotted 6px;
}

section#scrollspyHeading1 {
   padding-bottom: 50px;
}
section#scrollspyHeading2 {
   padding-bottom: 10px;/*padding-bottom: 160px;*/
}

.btn-link {
   font-size: 12px;
   font-weight: bold;
   color: #fff;
   text-decoration: none;
   line-height: 1;
   text-align: left;
    padding: 0;
}
.btn-link:hover {
   color: #34386f;
   text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
   text-decoration: none;
   box-shadow: none;
}
.btn-block {
   display: block;
   width: 100%;
   position: absolute;
   top: 3px;
   left: 0;
}
.btn-link .icon-updown, .btn-link.collapsed .icon-updown, .btn-link.active .icon-updown {
   display: inline-block;
   padding-top: 12px;
   padding-left: 5px;
   position: absolute;
   right: 10px;
   top: 10px;
   width: 50px;
   height: 40px;
}
.btn-link .icon-updown:after, .btn-link.collapsed .icon-updown:after {
   content: "";
   display: inline-block;
   position: relative;
   bottom: 3px;
   margin-left: 10px;
   height: 20px;
   width: 20px;
   border: solid #62626b;
   border-width: 3px 3px 0 0;
}
.btn-link .icon-updown:after {
   bottom: 4px;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.btn-link.collapsed .icon-updown:after {
   bottom: 14px;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
 }
.btn-link .icon-updown:hover:after, .btn-link.collapsed .icon-updown:hover:after {
   border: solid #1c1f67;
   border-width: 3px 3px 0 0;
}
.btn-block span {
   display: block;
   margin-top: -8px;
}

.video-modal {
  margin: 5px;/*margin: 5px;*/
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.75);
}
.video-modal > h3.course-title {
  padding: 8px;
  font-size: 28px;
}
/* == Youtube-wrapper == */
div.stretchy-wrapper{
    width: calc(100% + 2px);
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    /*background: blue;*/
    overflow: hidden;
}
div.stretchy-wrapper > div {
    position: absolute;
    top: calc(-100%/9 - 6%); bottom: -56.25%; left: 0; right: 0;/*top: -16.75%;*/
}


.col-center-play a {
  width: 100%;
  position: relative;
  /*display: inline-block;*/
}
.col-center-play {
  position: relative;
  margin: 0px auto;
  padding: 5px;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}
.col-center-play .btn-outline-none {
  padding: 5px;
  border-radius: 1rem;
}
.col-center-play .btn-outline-light, .col-center-play .btn-outline-none {
  border: #f8f9fa solid 0px;
  background-color: rgba(255, 255, 255, 0.5);
}
.col-center-play .glyphicon {
  position: absolute;
  left: calc(100%/2 + 3px);
  top: calc(100%/2); 
  margin: 0px;
  padding: 0px;
  display: inline-table;
}


.btn-play {
	display: inline;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	border: rgba(0, 0, 0, 0.1) solid 1px;
    -webkit-box-shadow: 0 8px 16px -5px rgba(0, 0, 0, 0.85);
    box-shadow: 0 8px 16px -5px rgba(0, 0, 0, 0.85);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }

.btn-play span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 25px;
	color: #2f165f;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }

.btn-play:hover, .col-center-play:hover .btn-play {
	width: 120px;
	height: 120px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }
.btn-play:hover span, .col-center-play:hover .btn-play span {
	font-size: 33px;
	color: #332685;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out; }


h3 b {
    color: #62626b;
    line-height: 40px;
    margin-left: 118px;
}
h3:hover b {
    color: #34386f;
}



.form, .coverform {
   position: relative;
   margin-bottom: 0px;
   z-index: 99;
}
.form_iframe {
    max-width: 768px;
    height: 270px;
    margin: 0 auto;
    padding: 50px 0px 0px;
    display: flex;
}
.form .form_iframe {
    margin-bottom: 80px;
}
.form h2 {
    font-size: 28px;
    font-weight: bold;
    padding:4px 0 10px 0;
    color: rgb(255, 255, 255);
    text-align: center;
}
/*.form .pp, .pp {
    color: #f6eee1;
    font-size: 28px;
    padding-bottom: 10px;
}*/

.form .pp {
    color: #fff;
    padding: 25px 10px 22px;
}
.coverform {
    margin: 400px auto 0px;/*margin: 15px 0px 0px;*/
    background-color: #fff;
    border-radius: 24px;
    border: #483597 solid 5px;/*#34386f;#d7dee6*/
    box-shadow: 0px 8px 10px 5px rgba(0, 0, 0, 0.15);
}
.coverform .form_iframe {
    padding: 22px 15px 0px;
    height: 230px;
    width: calc(100% + 30px);
    margin: 0px -15px 0px;
    border-radius: 20px;
    box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.25);
}
.coverform .pp {
    color: #fff;
    font-size: 27px;/*font-size: 23px;*/
    line-height: 1.15;
    margin: 0px -16px -10px;/*margin: 3px -16px -10px;*/
    padding: 8px 26px 15px;
    width: calc(100% + 32px);
    /*background-color: rgba(72, 53, 151, 0.98);*/
    /*background-image: linear-gradient(0deg, #2f165f 0%, #332685 50%, #483597 100%);*/
    background-image: linear-gradient(0deg, #22185f 0%, #2d3486 50%, #3e3f97 100%);
    border-radius: 18px 18px 0 0;
}
.coverform .pp span.d-inline-block {
    border-bottom: #f20000 solid 3px;
    font-size: 40px;
}
.coverform .pp .coverbox {
    background-color: #2bb4ee;
    border-radius: 20px;
    margin-left: -5px;
    padding: 0px 15px 1px;
    font-size: 26px;
}
.coverform .text_h2 {
    color: #f8f8f8;
    font-size: 28px;
}
.text_h2 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}


@media screen and (max-width:1100px) {
    .form {
      margin-left: auto;
      margin-right: auto;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .coverform {
      max-width: 730px;
      padding-top: 0px;
      margin: 268px auto 0px;
    }
    .coverform .form_iframe {
      width: calc(100% + 30px);
      margin: 0px -15px 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .form {
      padding: 0;
      margin: 0;
    }
    .form h2 {
      font-size: 26px;
      line-height: 1.2;
      margin: 0 auto;
      padding: 8px 0;
    }
    .form_iframe {
      width: 100%;
      height: 320px;
      margin: 0 auto;
      display: flex;
    }
    .form .form_iframe {
      margin-bottom: 0px;
    }
}

@media screen and (max-width:768px) {
    /*.form {
      width:  90%;
      margin: 0px 5%;
    }*/
    .form_iframe {
      width: 100%;
      /*height: 340px;*/
      margin: 0 auto;
      display: flex;
    }
    .form .pp b {
      display: inline-block;
    }
    .coverform .form_iframe {
      width: calc(100% + 30px);
      margin: 25px -15px 0px;
      padding: 0px 25px 0px;
    }
    .coverform {
      max-width: 96%;
      margin: 27.5% 2% 0px;
    }
    .coverform .pp span.d-inline-block {
      font-size: 36px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .coverform .pp {
      font-size: 23px;
      padding-left: 4px;
      padding-right: 4px;
    }
    .coverform .pp span.d-inline-block {
      font-size: 31px;
    }
 }
@media (min-width: 480px) and (max-width: 575.98px) {
    /*.form {
      width:  88%;
      margin: 0px 6%;
    }
    .form_iframe {
      width: 100%;
      height: 340px;
      display: flex;
    }
    .form h2 {
      font-size: 21px;
    }*/
    .coverform {
      max-width: 96%;
      margin: 25% 2% 0px;
    }
}
@media screen and (max-width: 479.98px) {
    .coverform {
      margin: calc(100%/2 - 50px) auto 0px;
    }
    .coverform .form_iframe {
      width: calc(100% + 30px);
      margin: 15px -15px 0px;
      height: 300px;
    }
    .coverform .pp {
      font-size: 24px;
      padding-left: 4px;
      padding-right: 4px;
    }
}

.content {
    padding: 42px 10px 10px;
    margin: 0 auto;
}
.content p{
    color:#141414;
    padding: 10px;
    border-radius: 10px;
    font-size: 19px;
    line-height: 1.35;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.content p.wbox{
    /*width: 258px;*/
    height: 94px;
    /*border: #BBBBBB solid 1px;*/
    text-align: justify;
}
.content h2{
    font-size: 42px;/*font-size: 65px;*/
    font-weight: bold;
    color: #2f165f;/*color: #080420;/*color: #464646;*/
    padding: 5px;
    line-height: 1.5;
    /*background: linear-gradient(to top, #080420, #3a1c71, #3a1c71);
    background: -webkit-linear-gradient(to top, #080420, #3a1c71, #3a1c71);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;*/
}
.content h2 b, .content h2 span{
    font-size: 65px;
}
.content h3{
    font-size: 32px;
    font-weight: bold;
}
.content h3 span{
    padding: 3px 8px;
    border-radius: 20px;
}
/*  四個框  */
.content .range-4 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.content .range-4>div {
    flex: 1;
    text-align: center;
}
.content .range-4 img {
    max-width: 220px;
    margin: 8px auto 0px;
}
.imgbox {
    margin: 5px;
    padding: 14px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
}
.imgbox h3 {
    padding: 5px 10px;
    border: #e0ecfa solid 2px;
    background-color: #e0ecfa;
    border-radius: 16px;
    position: absolute;
    top: 14px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .content .range-4 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
        display: inline-block;
    }
    .content .range-4>div {
        flex: auto;
        text-align: center;
        max-width: calc(100%/2 - 20px);
        display: inline-block;
        float: left;
        margin-left: 13px;
    }
    .content .range-4 img {
        max-width: 100%;
    }
     .content p.wbox{
        height: 88px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .content .range-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-block;
    }
    .content .range-4>div {
        flex: auto;
        text-align: center;
        max-width: calc(100%/2 - 20px);
        display: inline-block;
        float: left;
        margin-left: 13px;
    }
    .content .range-4 img {
        max-width: 100%;
    }
     .content p.wbox{
        height: 88px;
    }
}
@media screen and (max-width: 575.98px) {
    .content .range-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-block;
    }
    .content .range-4>div {
        flex: auto;
        text-align: center;
        max-width: 82%;
    }
    .content .range-4 img {
        max-width: 100%;
    }
     .content p.wbox{
        height: auto;
        display: block;
    }
}

.now_up {
    position: absolute;
    bottom: 0px;
    width: 240px;
    margin: -100px auto 0px;
    display: block;
    left: 0;
    right: 0;
    -webkit-animation: pulse-btn 0.6s 1;
            animation: pulse-btn 0.6s 1; }

 @media screen and (max-width: 767.98px) {
    .now_up {
      -webkit-animation: pulse-btn-m 0.6s 1;
            animation: pulse-btn-m 0.6s 1;
    } }

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  60% {
    -webkit-transform: translate(0px, -160px);
            transform: translate(0px, -160px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes pulse-btn {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  60% {
    -webkit-transform: translate(0px, -160px);
            transform: translate(0px, -160px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@-webkit-keyframes pulse-btn-m {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  60% {
    -webkit-transform: translate(0px, -40px);
            transform: translate(0px, -40px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes pulse-btn-m {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  60% {
    -webkit-transform: translate(0px, -40px);
            transform: translate(0px, -40px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

/*.now_up:after {
    position: absolute;
    content: " ";
    width: 100px;
    height: 100px;
    /*background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;*/
	/*margin-left: calc(100%/2 - 50px);
    top: 0px;
    right: 0;
	bottom: 0;
	left: 0;
    z-index: -1;
}*/
  .now_up span.glyphicon {
    padding: 0px;
	font-size: 18px;
	color: #f14236;
    display: inline-block;
    -webkit-animation: pulse 1.5s infinite;
            animation: pulse 1.5s infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(0px, 4px);
            transform: translate(0px, 4px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px); }
  80% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px); } }



 @media screen and (max-width: 991.98px) {
    h1 {
      font-size: 48px;
      margin-left: 3%;
      padding-top:130px;
    }
    .text_h100 {
      top: 68px;
      left: calc(100% + 32px);
      font-size: 26px;
    }
 }
 @media (min-width: 768px) and (max-width: 991.98px) {
    .content h2.arts {
        font-size: 52px;
    }
 }
 @media (min-width: 576px) and (max-width: 991.98px) {
    .content h4.arts {
        margin: 15px 15px 20px 15px;
        font-size: 24px;
    }
 }
 @media screen and (max-width: 767.98px) {
    body {
        /*background: #e0ecfa url(../img/bg01_s.jpg) center top repeat;*/
    }
    .wrapper {
      background: transparent url(../img/bg-01s.png) center center repeat;
      background-size: 100%;
    }
    h1 {
      font-size: 42px;
      line-height: 1.75;
      margin-left: 4%;
      padding-top:158px;
    }
    .content h2 b.t-second{
      font-size: 58px;
      margin-top: -15px;
    }
    .text_h100 {
      top: 68px;
      left: calc(100% + 32px);
      font-size: 26px;
    }
 }
 @media screen and (max-width: 575.98px) {
    h1 {
      font-size: 34px;
      margin-left: 4%;
      padding-top: 142px;
    }
    .content h2 b.t-second{
      font-size: 52px;
      margin-top: -15px;
      line-height: 1.2;
    }
    .content h3 {
      font-size: 28px;
    }
    section#scrollspyHeading1 {
        padding-bottom: 20px;
    }
    section#scrollspyHeading2 {
        padding-bottom: 0px;
    }
 }

/* @media (min-width: 480px) and (max-width: 767.98px) {
    .text_h100 {
      left: calc(100% - 0px);
    }
    section#scrollspyHeading2 {
      padding-bottom: 80px;
    }
 }*/
 @media screen and (max-width: 479.98px) {
    h1 {
      font-size: 26px;
      margin-left: 2%;
      padding-top: 128px;
      text-align: left;
      text-shadow: 1px 1px 1px #f6eee1;
      padding-right: 15%;
    }
    .text_h100 {
      left: calc(100% - 0px);
      text-shadow: none;
    }
 }

.t-first{
    color:#f6eee1;
 }
.first{
     background:#f6eee1;
 }
.t-second{
    color:#332685;
} 
.second{
    background:#afd5ff;/*background:#f2d4cb;*/
}
.t-third{
    color:#432685;
}
.third{
    background:#34386f;
}
.t-yellow{
    color:#ffde00;
}
.t-purple{
    color:#34386f;
}
.t-brown{
    color:#837474;
}
.t-redbrown{
    color:#91523e;
}
.threeTOP{
    background-color: transparent;/*background:#e8f1ff;*/
}
.bg-bule{
    background:#004a97;
}
.bg-yellow{
    background:#ffde00;
}
.bg-brown{
    background:#f3dfc0;
}
.bg-redbrown{
    background:#b17462;
}






/* Modal */
.modal {
  width: 100%;
  height: 100%;
}
.modal-dialog {
  margin-top: 4%;
  margin-bottom: 4%;
  max-width: 960px;
}
.modal-dialog iframe {
  overflow-x: hidden;
  display: flex;
  margin-top: -20px;
}
.close {
  float: right;
  font-size: 2.5rem;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover,
.close:focus {
  text-decoration: none;
  outline: none;
}
.modal-header .close:hover, .modal-header .close:focus {
	border: #fff solid 0px;
	webkit-box-shadow: none;
	box-shadow: none; }

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.modal-body .close {
  margin-top: -12px;
  margin-bottom: 4px;
}
.modal-body .form_iframe {
  border: #eee solid 2px;
  border-radius: 1rem;
  margin-top: -1px;
  margin-bottom: 10px;
  padding: 20px 20px 0px;
}
.modal-header {
  padding: 0rem 1rem;
}
.modal-title {
  color: #34386f;
  font-weight: bold;
  margin-top: -25px;
}
.modal-title span.d-inline-block {
  border-bottom: #f20000 solid 3px;
  font-size: 115%;
}

/* Modal-carousel-item */
.modal-header {
  border-bottom: 0px solid #e9ecef; }



/* go-top */
.back-go-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 15px;
	z-index: 1030;
}

.back-go-top i {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    border-radius: 48px;
    text-align: center;
    background-color: #20b0ed;
    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;
}
.back-go-top i.glyphicon {
    width: 48px;
    height: 48px;
    border-radius: 48px;
}
/*.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}*/

.back-go-form {
    display: none;
    position: fixed;
    bottom: 4px;
    left: 0;
    right: 0;
	z-index: 1030;
}
.btn.btn-to-experience {
    /*width: 240px;
    padding: 7px 5px 7px 5px;*/
    margin: 0px auto;
    padding: 11px 26px;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    -webkit-box-shadow: 0 8px 16px -12px rgba(0, 0, 0, 0.85);
    box-shadow: 0 8px 16px -12px rgba(0, 0, 0, 0.85);
}
.btn.btn-to-experience {
    background-image: linear-gradient(45deg, #6f44bc 0%, #4e2cb0 50%, #3218b8 100%);
    border: #332685 solid 0px;
    border-radius: 28px;
}

.btn.btn-to-experience:hover {
    background-image: linear-gradient(45deg, #6f44bc 0%, #4e2cb0 50%, #3218b8 100%);
    border-color: #332685;
}

.btn.btn-to-experience:focus {
    background-image: linear-gradient(45deg, #6f44bc 0%, #312685 50%, #432685 100%);
    border-color: #332685;
    box-shadow: 0 0 0 0.2rem rgba(51, 38, 133, 0.0);
}

@media screen and (max-width: 575.98px) {
  .back-go-top {
    right: 8px;
    bottom: 80px; }}