video.banner-video {
  width: 100%;
}

.call-btn a {
  color: #fff;
  font-size: 14px;
  line-height: 1.18;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Stilu';
  display: block;
  margin-top: 12px;
}

.call-btn a i {
  -webkit-transform: rotate(97deg);
          transform: rotate(97deg);
  font-size: 12px;
}

.text.dwnld a {
  width: auto;
  padding: 0 10px;
}

.site-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  width: 4rem;
  height: 100vh;
  height: calc(var(--vh,1vh)*100);
  -webkit-transition: all .1s ease 0s;
  transition: all .1s ease 0s;
  cursor: pointer;
  background-color: #00a551;
}

.site-menu .bar {
  width: 30px;
  padding: 1.9rem 0;
  margin: 0 auto;
}

.site-menu .bar .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 7px 0;
  text-align: center;
}

.site-menu .bar .line:nth-child(2) {
  width: 60%;
}

.menu .menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9;
  color: #fff;
  font-size: 20px;
}

.menu .wrap .menu-det {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menu .wrap .menu-det .menu-background {
  position: absolute;
}

.menu .wrap .menu-det .menu-bg {
  position: absolute;
  width: 600px;
  height: 600px;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}

.menu .wrap .menu-det.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu .wrap .menu-list.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu .wrap .menu-list {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  height: 100vh;
  overflow-y: auto;
  background: #00a551;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}

.menu .wrap .menu-list ul li {
  position: relative;
}

.menu .wrap .menu-list ul li figure {
  position: absolute;
  top: 0px;
  right: -60px;
}

.menu .wrap .menu-list ul li a {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.32;
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.menu .wrap .menu-list ul li i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu .wrap .menu-list ul li i.open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu .wrap .menu-list ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  overflow: hidden;
  height: 0;
}

.menu .wrap .menu-list ul.sub-menu li a {
  text-transform: initial;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300;
}

.menu .wrap .menu-list ul.sub-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: visible;
  height: auto;
}

.menu .menu-head {
  padding: 1.9rem 1.7% 1.9rem 2.2%;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  width: 60%;
}

.menu .menu-head .menu-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu .menu-head .menu-contact a {
  color: #212529;
  font-weight: 200;
}

.menu .menu-head .menu-contact .socail a {
  margin-left: 15px;
  color: #00a551;
}

.menu .menu-head .menu-text h2 {
  font-size: 62px;
  line-height: 1.12;
  word-spacing: 7px;
  color: #00a551;
}

.menu .menu-head .menu-text h6 {
  font-size: 28px;
  font-weight: 200;
  margin: 15px 0;
}

.menu .menu-head img {
  width: 157px;
}

.site-container {
  padding-right: calc(4rem - 1px);
  position: relative;
}

.text h4 {
  font-size: 48px;
  font-weight: 200;
  line-height: 1.32;
  word-spacing: 7px;
  margin-bottom: 20px;
}

.text a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  width: 200px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin-top: 25px;
}

.text h5 {
  font-size: 38px;
  font-weight: 200;
  line-height: 1.32;
  word-spacing: 7px;
  margin-bottom: 20px;
}

header {
  width: 100%;
  position: absolute;
  width: calc(100% - 5rem);
  padding: 1.9rem 1.7% 1.9rem 2.2%;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo img {
  width: 157px;
}

.banner {
  width: 100%;
  height: 100vh;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.banner .banner-overlay {
  background: rgba(0, 0, 0, 0.42);
}

.banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.banner .banner-text h2 {
  font-size: 62px;
  font-weight: 200;
  line-height: 1.12;
  word-spacing: 7px;
}

.banner .banner-text p {
  text-transform: uppercase;
}

.fl-equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro .block-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f1f4f1;
}

.intro .block-content .text {
  width: 70%;
  margin: auto;
  text-align: center;
}

.intro .block-content .text a {
  color: #212529;
  border: 1px solid #212529;
}

.intro .block-img {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
}

.courses .overlay.bakery {
  background: rgba(70, 14, 26, 0.8);
}

.courses .overlay.culinary {
  background: rgba(16, 58, 37, 0.8);
}

.courses .overlay.barista {
  background: rgba(45, 106, 125, 0.8);
}

.courses .content {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.courses .content .wrap {
  width: 100%;
  height: 80vh;
  background-size: cover !important;
  background-position: center !important;
}

.courses .content .wrap .text {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 70%;
  margin: auto;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner {
  background: #f1f4f1;
}

.partner .partner-head {
  text-align: center;
  padding-top: 80px;
}

.partner .partner-head h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.12;
  word-spacing: 7px;
  text-transform: uppercase;
}

.partner .partner-head p {
  margin: auto;
  margin-top: 10px;
  width: 550px;
}

.partner .wrap .content {
  width: 50%;
  text-align: center;
  padding: 80px 0;
  position: relative;
}

.partner .wrap .content:first-child:after {
  content: '';
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 0;
  background: #cdcdcd;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.partner .wrap .content img {
  width: 80%;
  height: 501px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 15px 0 35px 0;
}

.partner .wrap .content .text p {
  width: 65%;
  margin: auto;
}

.partner .wrap .content .text a {
  color: #212529;
  border: 1px solid #212529;
}

.join {
  position: relative;
  width: 100%;
  height: 579px;
  background-position: center !important;
  background-size: cover !important;
}

.join .overlay.join-overlay {
  background: #4a629a;
  opacity: 0.8;
}

.join .text {
  position: absolute;
  color: #fff;
  width: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.join .text a {
  width: 230px;
}

.visit {
  background: #f1f4f1;
  padding: 80px 50px;
}

.visit .qr-mb {
  display: none;
}

.visit .img-wrap img {
  width: 85%;
  height: 714px;
  -o-object-fit: cover;
     object-fit: cover;
}

.visit .img-wrap .qr-locaton {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 129px;
}

.visit .content {
  width: 100%;
  position: relative;
}

.visit .text a {
  color: #212529;
  border: 1px solid #212529;
}

footer {
  background: #00a551;
  padding: 150px 0 50px 0;
}

footer .talk a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  width: 200px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin-top: 25px;
}

footer .fl-equal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1140px;
  margin: auto;
}

footer .fl-equal .ft-card {
  text-align: center;
}

footer .fl-equal .ft-card:first-child {
  text-align: left;
}

footer .fl-equal .ft-card:last-child {
  text-align: right;
}

footer .footer-logo img {
  width: 215px;
}

footer .footer-contact a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.18;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 5px;
}

footer .socail a {
  color: #fff;
  margin: 0 15px;
}

footer .footer-bottom {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #fff;
  width: 1140px;
  margin: 50px auto 0;
}

footer .footer-bottom p {
  color: #fff;
  font-size: 14px;
  width: 100%;
}

footer .footer-bottom p:nth-child(2) {
  display: block;
  text-align: right;
}

footer .footer-bottom p a {
  color: #fff;
}

.abt-alt .fl-equal:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.abt-alt .fl-equal ul {
  text-align: left;
}

.abt-alt .fl-equal ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.abt-alt .fl-equal ul li h4 {
  font-size: 28px;
  margin-bottom: 5px;
  min-width: 240px;
}

.part-body {
  background-color: rgba(16, 58, 37, 0.8);
}

.part-body .main-text {
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.part-body .main-text h4 {
  font-size: 38px;
  font-weight: 200;
  line-height: 1.32;
  word-spacing: 7px;
  margin-bottom: 20px;
  width: 70%;
  text-align: center;
  margin: auto;
  color: #fff;
}

.part-body .csi {
  padding: 80px 50px;
}

.part-body .csi .block-content {
  background-color: #406151;
  color: #fff;
}

.course-content .block-content {
  padding: 50px;
  width: 60%;
  margin: auto;
}

.course-content ul {
  text-align: left;
}

.course-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.course-content ul li h4 {
  font-size: 28px;
  margin-bottom: 5px;
  min-width: 240px;
  font-weight: 200;
  line-height: 1.32;
  word-spacing: 7px;
}

.course-content ul li span {
  display: block;
}

.detail-list {
  background: #406151;
  color: #fff;
  padding: 80px;
}

.detail-list h4 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.12;
  word-spacing: 7px;
  text-align: center;
  margin-bottom: 25px;
}

.detail-list ul {
  width: 70%;
  margin: auto;
}

.detail-list ul li {
  margin: 30px 0;
  position: relative;
  padding-left: 30px;
}

.detail-list ul li::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  top: 5px;
  left: 0;
  border-radius: 50%;
}

.detail-list ul li h6 {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.32;
  word-spacing: 7px;
}

.course-overview {
  background: #406151;
  color: #fff;
  padding: 80px;
}

.course-overview p {
  width: 70%;
  margin: auto;
  text-align: center;
}

.course-structure {
  background: #f1f4f1;
  padding: 80px;
}

.course-structure table {
  width: 100%;
}

.course-structure table tr {
  border: 1px solid #cdcdcd;
}

.course-structure table tr th {
  font-family: 'Canela';
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  padding-left: 20px;
  border-right: 1px solid #cdcdcd;
}

.course-structure table tr th:first-child {
  width: 150px;
}

.course-structure table tr th span {
  display: block;
  font-size: 16px;
}

.course-structure table tr td {
  font-weight: 100;
  padding: 10px;
  padding-left: 20px;
  border-right: 1px solid #cdcdcd;
}

.contact {
  background: #406151;
  min-height: 100vh;
  padding: 10% 1.7% 80px 2.2%;
}

.contact .contact-head {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.contact .contact-head h2 {
  font-size: 62px;
  font-weight: 200;
  line-height: 1.12;
  word-spacing: 7px;
}

.contact .block-content {
  width: 100%;
}

.contact .map {
  height: 100%;
}

.contact .map iframe {
  width: 100%;
  min-height: 650px;
  height: 100%;
}

.contact .wrap {
  padding-right: 30px;
}

.contact .contact-text {
  color: #fff;
  border-bottom: 1px solid #7a8982;
}

.contact .contact-text .c-wrap {
  position: relative;
  margin-bottom: 25px;
}

.contact .contact-text .c-wrap h5 {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.32;
  word-spacing: 7px;
  margin-bottom: 10px;
}

.contact .contact-text .c-wrap a {
  color: #fff;
  margin: 0 10px;
  font-size: 16px;
}

.contact .contact-text .c-wrap p {
  font-size: 16px;
}

.contact .contact-text .c-wrap p a {
  display: block;
}

.contact .contact-form {
  color: #fff;
}

.contact .contact-form h5 {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.32;
  word-spacing: 7px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.contact .contact-form button {
  color: #fff;
  background: transparent;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  width: 200px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin-top: 25px;
}

.contact .contact-form input, .contact .contact-form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #7a8982;
  padding: 10px;
  margin: 15px 0;
  color: #fff;
  font-family: 'Stilu';
  font-weight: 300;
  font-size: 16px;
}

.contact .contact-form input:focus, .contact .contact-form textarea:focus {
  outline: none;
  background: #406c57;
}

.contact .contact-form textarea {
  height: 250px;
}

.join-inner .text a {
  border: 1px solid #cdcdcd !important;
}

.join-inner .block-img {
  min-height: 100vh;
  height: 100%;
}

.join-inner .join-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.join-inner .join-form {
  width: 80%;
  padding-bottom: 40px;
}

.join-inner .join-form .join-card input, .join-inner .join-form .join-card textarea {
  padding: 10px;
  background: transparent;
  width: 100%;
  margin: 15px 0;
  border: 1px solid #cdcdcd;
}

.join-inner .join-form .join-card textarea {
  height: 150px;
}

.join-inner .join-form .join-card ::-webkit-input-placeholder {
  color: #4d4d4d;
  font-family: 'Stilu';
  font-weight: 300;
  font-size: 14px;
}

.intakes {
  padding: 40px;
}

.intakes img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.intakes .intake-card {
  margin: 15px 0;
  padding: 0 15px;
}

.intakes .intake-card .text h5 {
  font-size: 28px;
  font-weight: 200;
  line-height: 1.32;
  word-spacing: 7px;
  margin: 15px 0 5px;
}

.intakes .intake-card .text p {
  display: -webkit-box;
  max-width: 100%;
  height: 81px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.intakes .intake-card .text a {
  color: #212529;
}

#intake {
  padding-top: 40px;
}

#intake .intake-time P {
  height: auto;
  margin-bottom: 0;
}

.if-active {
  margin-top: 20px;
}

.if-active p {
  margin-bottom: 0;
}

.testimonial {
  position: relative;
}

.testimonial .test-bg {
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.testimonial .test-bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(16, 58, 37, 0.8);
}

.message-box .owl-nav button {
  background: #00a551 !important;
  border: 1px solid #00a551;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.message-box .owl-nav button:hover {
  background: transparent !important;
  border: 1px solid #fff;
}

.message-box .owl-nav button.owl-next {
  right: 10%;
}

.message-box .owl-nav button.owl-prev {
  left: 10%;
}

.message-box .owl-nav button span {
  color: #fff;
  font-size: 18px;
}

.message-box .item {
  position: relative;
  height: 675px;
}

.message-box .msg-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.message-box .msg-content .text {
  color: #fff;
}

.message-box .msg-content .text p {
  margin: 50px;
  font-size: 19px;
}

.message-box .msg-content .text h4 {
  font-size: 32px;
  margin-bottom: 0;
}

.message-box .msg-content .text h6 {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 1.2px;
}

.message-box .msg-content img {
  width: 200px !important;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px auto;
}

.gallery-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gallery-banner .banner-overlay {
  background: rgba(0, 0, 0, 0.42);
  z-index: 2;
}

.gallery-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 3;
}

.gallery-banner .banner-text h2 {
  font-size: 62px;
  font-weight: 200;
  line-height: 1.12;
  word-spacing: 7px;
}

.gallery-banner .banner-text p {
  text-transform: uppercase;
}

.gallery-banner .banner-slider img {
  position: relative;
  z-index: -1;
}

.gallery-img {
  padding: 20px;
  width: 100%;
  -webkit-columns: 3;
          columns: 3;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.gallery-img figure {
  width: 100%;
  overflow: hidden;
}

.gallery-img figure:hover img {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
}

.gallery-img figure img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*# sourceMappingURL=style.css.map */