body {
  font-family: 'Prompt', sans-serif;
  background-color: #fff;
  height: 100vh;
  font-size: 1em;
  font-weight: 300;
  color: #282828;
}

.beginner {
  font-size: 4vw;
  letter-spacing: 1vw;
  color: #282828;
  font-weight:100;
  text-decoration: underline;
  text-decoration-color: rgb(255, 153, 105);
}

.fff200 {
  font-weight: 200;
}

.fff300 {
  font-weight: 300;
}

.color01g {
  background-color: #fff;
}
.color02g {
  background-color: rgb(47, 103, 100);
}
.color03g {
  background-color: #fff380;
}
.color01b {
  color: #282828;
}
.color02b {
  color: rgb(47, 103, 100);
}
.color01w {
  color: #fff;
}
.color01w:hover {
  color: #fff380;
}
.color02w {
  color: #282828;
}
.color02w:hover {
  color: rgb(63, 147, 132);
}
.color03w {
  background-color: rgb(255, 127, 63);
  border: rgb(255, 127, 63);
}
.color03w:hover {
  background-color: rgb(255, 153, 105);
  border: rgb(255, 153, 105);
}
.color04w {
  color: rgb(47, 103, 100);
}
.color04w:hover {
  color: rgb(63, 147, 132);
}
a {
  color: #fff;
  text-decoration: none;
}

a:hover{
  color: #333;;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 86%;
  padding: 20px;
  z-index: 9999;
}

.F9PbJd {
  font-size: 14px;
  border: 1px solid #dfe1e5;
  display: inline-block;
  font-weight: 300;
  position: relative;
  border-radius: 56px;
  height: 40px;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 20px;
  text-decoration: none;
  color: #3c4043;
  background-color: #ffffff;
}

.BcUvif {
  margin: 3px 12px 3px 3px;
  border-radius: 25px;
  display: inline;
  object-fit: cover;
  overflow: hidden;
  vertical-align: middle;
}
.hIOe2 {
  display: inline;
  line-height: 40px;
  vertical-align: top;
  padding-right: 10px;
}
.nav-link2:hover {
  background-color: #d3d3d3;
}

.attireBlock > .inner {
  margin: 0 auto;
}
.attireBlock.mod1 {
  background-color: #FBFBFB;
}
.attireBlock {
  position: relative;
  border-top: 1px solid #e3e3e3;
}
section {
  display: block;
}
.attireMainNav {
  position: relative;
  margin-bottom: -1em;
  z-index: 10;
  background-color: #fff;
}

.attireMainNav > .toggleBtn {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
  overflow: hidden;
}

.attireMainNav > .toggleBtn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.attireMainNav > .toggleBtn:before {
  right: 0;
  width: auto;
  text-indent: 0;
}

.attireMainNav > .toggleBtn:before {
  font-size: 2.6em;
  width: 2.30769em;
}

.attireMainNav > ul {
  padding: 0 0 1em;
  display: none;
}

.attireMainNav.isActive {
  margin-bottom: 0;
}

.attireMainNav.isActive > ul {
  -webkit-animation: attireNavEnter 0.3s;
  -moz-animation: attireNavEnter 0.3s;
  animation: attireNavEnter 0.3s;
  display: block;
}

.attireMainNav a {
  font-size: 1.4em;
  display: block;
  padding: 1.07143em 1.42857em;
  color: #636363;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.attireMainNav a:hover {
  color: #2B91F5;
}

@media screen and (min-width: 45.0625em) {
  .attireMainNav > .toggleBtn {
    display: none;
  }
  .attireMainNav > ul {
    display: block;
    overflow: hidden;
    padding: 0 1.5em;
  }
  .attireMainNav li {
    float: left;
  }
  .attireMainNav a {
    font-size: 1.4em;
    display: block;
    padding: 1.42857em 1.07143em;
  }
}

.F9PbJd:hover {
  background-color: #e9ecef;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modalText {
  font-size: 1.4em;
  font-weight: 300;
  color: #282828;
}

.content50::before {
  content:"";
  background-color: rgb(47, 103, 100);
  height: 50%;
  left: 0px;
  position: fixed;
  top: 50%;    
  width: 100%; 
  z-index: -9;
}
.content50 * {
position: relative;
z-index:2;
}

.content100::before {
  content:"";
  background-color: #2f6764;
  background-size: 400% 400%;


  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;    
  width: 100%; 
  z-index: -9;
}
.content100 * {
position: relative;
z-index:2;
}
.footer2 {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.EvHmz {
  bottom: 0;
  width:100%;
}

.css-selector {
  background: linear-gradient(225deg, #a7c0bd, #2f6764);
  background-size: 400% 400%;

  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite;
}

@-webkit-keyframes AnimationName {
  0%{background-position:92% 0%}
  50%{background-position:9% 100%}
  100%{background-position:92% 0%}
}
@-moz-keyframes AnimationName {
  0%{background-position:92% 0%}
  50%{background-position:9% 100%}
  100%{background-position:92% 0%}
}
@keyframes AnimationName {
  0%{background-position:92% 0%}
  50%{background-position:9% 100%}
  100%{background-position:92% 0%}
}

.attireMainNav {display: none;}
 
.txt_link{
  color: #282828;
}
.txt_link:hover {
  color: #2B91F5;
}

.mtmt01 {
  border-bottom: 1px solid rgb(255, 153, 105);
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.mtmt02 {
  background-color: transparent !important;
}
.mtmt03 {
  background-color: #006664 !important;
}
.mtmt04 {
  color: #b2bb1e !important;
}
.mtmt05 {
  padding-left: 3rem;
  font-size: 1rem;
}
.mtmt06 {
  font-weight: 800 !important;
}
.mtmt07 {
  font-size: 4rem !important;
  font-weight: 800 !important;
}
.mtmt08 {
  background-color: #22cc99 !important;
  color: #f8f9fa !important;
}
.mtmt08:hover{
  background-color: #006664 !important;
}
.mt-white {
  color: #f8f9fa !important;
}
.ftft01 {
  color: #f8f9fa;
  background-color: #111111;
}
.ftft02 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.ftft03 {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.ftft04 {
  color: #f8f9fa;
  background-color: #111111;
}
.reveal_r{
  opacity: 0;
}
.reveal_r.active{
  opacity: 1;
  animation: fadeInRight;
  animation-duration: 1.5s;
}
.reveal_l{
    opacity: 0;
}
.reveal_l.active{
  opacity: 1;
  animation: fadeInLeft;
  animation-duration: 1.5s;
}
.reveal_d{
  opacity: 0;
}
.reveal_d.active{
  opacity: 1;
  animation: fadeInDown;
  animation-duration: 1s;
}
.reveal_f{
    opacity: 0;
}
.reveal_f.active{
  opacity: 1;
  animation: fadeIn;
  animation-duration: 1.5s;
}
.t4-inner{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}     
.t4-news{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.t4-rc-color01 {
  color: #fff !important;
}
.t4-rc-color01:hover {
  color: rgb(255, 153, 105) !important;
}
.t4-rc-color02 {
  color: rgb(63, 147, 132) !important;
}
.t4-rc-color02:hover {
  color: rgb(255, 153, 105) !important;
}
.t4-rc-color03 {
  color: rgb(255, 153, 105) !important;
}
.t4-rc-color03:hover {
  color: rgb(63, 147, 132) !important;
}
.t4-rc-color04 {
  color: #212529 !important;
}
.t4-rc-color04:hover {
  color: rgb(255, 153, 105) !important;
}
.t4-hero-rc {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.t4-drop-down {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.t4-drop-down:hover {
color: rgb(63, 147, 132);
}
.t4-block-l {
  padding-right: 5px;
  padding-top: 10px;
}
.t4-block-c {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
}
.t4-block-r {
  padding-left: 5px;
  padding-top: 10px;
}
.dropdown-menu {
  min-width: 1rem !important;
}

.dropdown-menu2 {
  line-height: 2rem;
}
.t4-search-b {
  background-color: #f5f5f5 !important;
  background-image: url("../../asset/css/t4/img/ku02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.carousel-control-prev, .carousel-control-next {
  width: 5% !important;
}
.imgEbook {
  height: 260px;
}
.tfm-button{
	background-color: #2ca022;
	border-color: transparent;
	color: #fff;
}
.tfm-button:hover{
	background-color: #25931D;
	border-color: transparent;
	color: #fff;
}

.text-off {
    color: #999999 !important;
}

.bento-card {
                        backdrop-filter: blur(10px);
                        -webkit-backdrop-filter: blur(10px);
                        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                        transition: transform 0.2s ease;
                    }

                    .bento-card:hover {
                        transform: translateY(-5px);
                    }
