@import url('https://fonts.googleapis.com/css?family=Scope+One&display=swap');
/*

html {
scroll-behavior: smooth;
}
*/

/* 1. Bootstrap Class */
.navbar-transparent {
  background-color: #fff;
  border-bottom: 5px solid #e9e9e9;
  padding-top: 30px;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  /*
  padding-top: 15px !important;
  padding-bottom: 0 !important;
  */
  /*  padding-bottom: 15px;*/
}

.navbar-fixed .navbar-nav, .navbar-fixed .btn-toggle-container {
  height: auto !important;
}

.navbar-center {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.navbar-default .navbar-center > li {
  display: inline-block;
  border-right: 1.5px solid #b7b7b7;
  /*max-height: 45px;*/
  margin-bottom: 10px;
}

.navbar-default .navbar-center > li a {
  padding-top: 5px;
  padding-bottom: 5px;
}

#brand-img {
  transition: .35s all ease-in;
  -webkit-transition: .35s all ease-in;
  -moz-transition: .35s all ease-in;
  -o-transition: .35s all ease-in;
}

#nav-img {
  transition: .3s all ease-in;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
}

#main-header {
  padding-top: 50px;  
  padding-bottom: 0px;
  transition: .3s all ease-in;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
}

.img-li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-toggle-container {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* 2. Common Class */


.bottom-pattern {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.bottom-pattern img {
  width: 100%;
}

.top-button {
  position: fixed;
  z-index: 10;
  top: -10px;
  right: 5%;
}

.top-button .button {
  display: inline-block;
  padding: 20px 20px 10px;
  color: #000;
  border-radius: 10px;
  transition: .2s all ease-in;
}

.top-button .button:hover,
.top-button .button:active,
.top-button .button:focus,
.top-button .button:active:focus,
.top-button .button:active:hover {
  text-decoration: none;
}

.top-button .button.e-learning {
  background-color: #29AAE3;
}

.top-button .button.brochure {
  background-color: #abd46f;
}

.top-button .icon {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  height: 36px;
  max-width: 100%;
  vertical-align: middle;
}

.top-button .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

/*
.top-right-brochure {
  position: fixed;
  top: -10px;
  right: 5%;
  padding: 10px 20px;
  padding-top: 20px;
  border-radius: 10px;
  background-color: #abd46f;
  display: inline-block;
  color: #000;
  transition: .2s all ease-in;
  padding-left: 50px;
  z-index: 10;
}
.top-right-brochure:hover, .top-right-brochure:focus, .top-right-brochure:active {
  text-decoration: none;
  background-color: #95b763;
  color: #000;
}
.top-right-brochure p {
  font-size: 14px;
  line-height: 1.4;
}
.top-right-brochure p:before {
  content: "";
  background-image: url(../images/file.png);
  width: 28px;
  height: 32px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 19px;
}
*/

.container {
  z-index: 2;
}

.section {
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

.section-title {
  margin-bottom: 100px;
}

.no-border {
  border: none;
}
.border-left {
  border: 1.5px solid #b7b7b7;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: 'barteldes-small',serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 36px;
}

h3, p, footer h2 {
  font-family: Avenir Next, sans-serif;
  font-weight: 500;
}

p {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.section-title.white-line h2, .section-title.blue-line h2 {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.section-title.white-line h2:before, .section-title.white-line h2:after, .section-title.blue-line h2:before, .section-title.blue-line h2:after {
  content: "";
  position: absolute;
  top: 60%;
  width: 100vw;
  height: 20px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: repeat-x;
}

.section-title.white-line h2:before {
  background-image: url(../images/white-line.png);
  background-position: right;
  right: 100%;
}
.section-title.white-line h2:after {
  background-image: url(../images/white-line.png);
  background-position: left;
  left: 100%;
}

.section-title.blue-line h2:before {
  background-image: url(../images/blue-line.png);
  background-position: right;
  right: 100%;
}
.section-title.blue-line h2:after {
  background-image: url(../images/blue-line.png);
  background-position: left;
  left: 100%;
}

/*SIDEMENU*/
#sidemenu {
  max-width: 80px;
  position: fixed;
  right: 0;
  top: 50%;
  text-align: right;
  z-index: 10;
}

.social-logo-round {
  background-color: #fbaf5d;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 100px;
  font-size: 24px;

  transition: .3s all ease-in;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
}

.social-logo-round:hover {
  background-color: #d0904c;
}

.social-logo a {
  color: #fff;
}

/*BACKGROUND*/
.bg-lpink {
  background-color: #fff5e5;
}
.bg-pink {
  background-color: #ffe5e5;
}
.bg-lblue {
  background-color: #def4f4;
}
.bg-blue {
  background-color: #e8f9fb;
}
.bg-white {
  background-color: #fff;
}

/*SIDEMENU END*/

/*BUTTON*/

.navbar-offcanvas .navbar-nav > li > a.btn-download {
  display: flex;
  align-items:  center;
  margin-top: 30px;
  color: #000;
}
/*
.navbar-offcanvas .navbar-nav > li > a.btn-download:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
*/
.navbar-offcanvas .navbar-nav > li > a.btn-download.e-learning {
  background-color: #29AAE3;
}
/*
.navbar-offcanvas .navbar-nav > li > a.btn-download.e-learning:before {
  width: 32px;
  height: 32px;
  background-image: url(../images/online-lesson.svg);
}
*/
.navbar-offcanvas .navbar-nav > li > a.btn-download.brochure {
  background-color: #abd46f;
}
/*
.navbar-offcanvas .navbar-nav > li > a.btn-download.brochure:before {
  width: 28px;
  height: 32px;
  background-image: url(../images/file.png);
}
*/

.btn-download .icon {
  flex: 0 0 36px;
  margin-right: 15px;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  object-fit: cover;
}

.btn-download .text {
  vertical-align: middle;
}

/*BUTTON END*/

/*BANNER*/
#home-banner img {
  width: 100%;
  padding-top: 145px;
}
/*BANNER END*/

/*TENTANG KAMI*/

#tentang-kami.section {
  overflow: visible !important;
  margin-top: -40px;
}

#tentang-kami:before {
  content: "";
  width: 225px;
  height: 260px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 35px;
  background-image: url(../images/maskot.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#tentang-kami:after {
  content: "";
  width: 147px;
  height: 170px;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 80px;
  background-image: url(../images/sakura.png);
  background-size: cover;
  background-repeat: no-repeat;
}
/*TENTANG KAMI END*/

/*PROGRAM BAHASA JEPANG*/

#program-jepang .box-info {
  position: relative;
  margin-top: -35px;
  padding: 0 20px;
}

.col-md-offset-1.center {
  margin-left: 11.333333%;
}
/*PROGRAM BAHASA JEPANG END*/

/*PROGRAM BAHASA INGGRIS*/
/*
#program-inggris:after {
content: "";
height: 165px;
display: inline-block;
position: absolute;
bottom: 0;
right: 0;
left: 0;
background-image: url(../images/circles.png);
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
z-index: -1;
}
*/
#program-inggris .box-info {
  position: relative;
  margin-top: -35px;
  padding: 0 20px;
}
/*PROGRAM BAHASA INGGRIS END*/

/*PROGRAM BAHASA N4*/
/*
#program-n4:after {
content: "";
height: 160px;
display: inline-block;
position: absolute;
bottom: 0;
right: 0;
left: 0;
background-image: url(../images/wave.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top;
}
*/
#program-n4 .box-info {
  position: relative;
  margin-top: -35px;
  padding: 0 20px;
}

#program-n4 .col-md-4.even {
  position: relative;
}

#program-n4 .col-md-4.even:before {
  content: "";
  width: 300px;
  height: 127px;
  display: inline-block;
  position: absolute;
  top: -135px;
  right: 0;
  background-image: url(../images/dialogue.png);
  background-size: cover;
  background-repeat: no-repeat;
}
/*PROGRAM BAHASA N4 END*/

/*PROGRAM IN HOUSE*/
#program-in-house .img-small {
  max-width: 350px;
  margin-bottom: 20px;
}
#program-in-house .img-big {
  max-width: 700px;
}
#program-in-house .container {
  position: relative;
}
#program-in-house .box-info {
  position: absolute;
  top: 50px;
  left: -75px;
  max-width: 700px;
}
#program-in-house .box-desc {
  position: relative;
}
#program-in-house .box-desc:before {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #fff;
}
#program-in-house .box-desc, #program-in-house h2 {
  padding-left: 155px;
  padding-right: 50px;
}
#program-in-house h2:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 15px solid #fff;
  margin-top: -15px;
  right: 0;
  width: 100vw;
  z-index: -1;
}
/*
#program-in-house:after {
content: "";
height: 200px;
display: inline-block;
position: absolute;
bottom: 0;
right: 0;
left: 0;
background-image: url(../images/flags.png);
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
}
*/
/*PROGRAM IN HOUSE END*/

/*PROGRAM TOKUTEI GINOU*/

#program-tokutei.section {
  padding-bottom: 300px;
}

#program-tokutei .box-title:after {
  content: "";
  position: absolute;
  right: 20%;
  top: -100px;
  background-image: url(../images/flower.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  display: inline-block;
}

#program-tokutei .box-info {
  position: absolute;
  top: 50%;
  right: 0;
  /* transform: translateY(-50%); */
  /* max-width: 900px; */
}
#program-title .box-title {
  position: relative;
}
#program-tokutei .box-desc {
  padding-right: 155px;
  /* padding-left: 50px; */
  width: 600px;
  padding: 50px;
  margin-left: -210px;
  padding-right: 115px;
  position: relative;
}
#program-tokutei .box-desc:after {
  background-color: #fff5e5;
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  left: 100%;
  top: 0;
}
#program-tokutei h2:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 15px solid #fff5e5;
  margin-top: -15px;
  width: 100vw;
  left: -300px;
  z-index: -1;
}
#program-tokutei .big-img {
  max-width: 550px;
}
#program-tokutei .col-md-5 {
  padding-top: 100px;
}
/*PROGRAM TOKUTEI GINOU END*/

/*FOOTER*/
footer .container {
  z-index: 1;
}
footer .section {
  padding-top: 30px;
  background-color: #9cc9cf;
}
footer .section:before {
  content: "";
  height: 400px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../images/footer-bot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
footer h2 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}
footer .social-logo {
  display: inline-block;
}

.time-location {
  padding-right: 0;
}

footer .social-logo-round {
  background-color: #fff;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 100px;
  font-size: 24px;

  transition: .3s all ease-in;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
}

footer .social-logo-round:hover {
  background-color: #fff;
}

footer .social-logo a {
  color: #000;
}

.footer-contact {
  color: #fff;
  background-color: #50959e;
  padding: 10px;
  border-radius: 100px;
  position: relative;
}

.footer-text {
  position: relative;
  z-index: 2;
}

.footer-contact:before {
  content: "";
  background-color: #50959e;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 85%;
  top: 0;
  width: 100vw;
  z-index: 1;
}

footer .fa-map-marker, footer .fa-clock-o {
  font-size: 50px;
  display: block;
}

footer .row {
  position: relative;
  z-index: 5;
}

.phone a, .email a {
  color: #fff;
}
.phone a:active, .phone a:hover, .phone a:focus, .email a:active, .email a:hover, .email a:focus {
  text-decoration: none;
  color: #fff;
}
/*FOOTER END*/