.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

h1 {
  margin: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 105px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display SC', sans-serif;
  color: #1e355a;
  font-size: 50px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 15px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1e355a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  background-color: hsla(0, 0%, 100%, 0.98);
}

.section-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-content.bg-about {
  background-image: url('../images/bg-about2x.png');
  background-position: 50% 50%;
  background-size: 640px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-content.no-padding-top {
  padding-top: 0px;
}

.section-content.tour {
  position: relative;
  overflow: hidden;
}

.section-content.texture {
  background-image: url('../images/bg-texture2x.jpg');
  background-position: 0% 0%;
  background-size: 400px;
}

.section-content.no-padding-bottom {
  padding-bottom: 0px;
}

.section-content.padding-50 {
  padding-top: 0px;
  padding-bottom: 50px;
}

.section-content.japan {
  background-image: url('../images/exploring-listing-graphic2x.png');
  background-position: 100% 0%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.section-content.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-1200 {
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.container-1200.contact-alignment {
  position: relative;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-1200.student-feedback {
  position: relative;
}

.container-900 {
  width: 100%;
  max-width: 980px;
  padding-right: 40px;
  padding-left: 40px;
}

.nav-link {
  position: relative;
  display: inline-block;
  padding: 26px 0px 25px;
  border-top: 3px solid transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link:hover {
  color: #333;
}

.nav-link.w--current {
  border-top-color: #333;
  color: #333;
}

.header-logo {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-lang {
  margin-right: -5px;
  margin-left: -5px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lang-link {
  display: inline-block;
  padding: 32px 5px 22px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
}

.lang-link:hover {
  color: #333;
}

.lang-link.chi {
  font-family: 'Noto Sans TC', sans-serif;
}

.nav-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 0%;
  height: 3px;
  background-color: #333;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-dropdown-list {
  overflow: hidden;
}

.nav-dropdown-list.w--open {
  margin-left: -20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.98);
}

.section-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.5%;
}

.uppercase {
  text-transform: uppercase;
}

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

.video-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.35);
}

.video-b.mobile {
  display: none;
}

.video-txt {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 2px;
}

.video-title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}

.course-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-row.top {
  margin-bottom: 50px;
}

.tour-col {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
}

.tour-col.inner {
  width: 33.33%;
  padding-bottom: 50px;
  float: left;
}

.tour-col.hide-tablet {
  display: block;
}

.exploring-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}

.exploring-link.inner {
  text-align: center;
}

.txt-color-blue {
  color: #1e355a;
}

.tour-txt-b {
  padding-right: 5%;
}

.tour-txt-b.inner {
  margin-top: 15px;
}

.exploring-img-b {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}

.exploring-img-b.top {
  padding-top: 56.5%;
}

.exploring-img-b.bottom {
  padding-top: 84%;
}

.exploring-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.exploring-img.asia {
  background-image: url('../images/exploring-asia2x.jpg');
}

.exploring-img.africa {
  background-image: url('../images/exploring-africa2x.jpg');
}

.exploring-img.south {
  background-image: url('../images/exploring-south-america2x.jpg');
}

.exploring-img.north {
  background-image: url('../images/exploring-north-america2x.jpg');
}

.exploring-img.europe {
  background-image: url('../images/exploring-europe2x.jpg');
}

.exploring-img._02 {
  background-image: url('../images/exploring-details-banner021.5x.jpg');
}

.exploring-img._01 {
  background-image: url('../images/exploring-details-banner011.5x_1.jpg');
}

.exploring-img._03 {
  background-image: url('../images/exploring-details-banner031.5x.jpg');
}

.exploring-img._04 {
  background-image: url('../images/exploring-details-banner041.5x.jpg');
}

.exploring-img._05 {
  background-image: url('../images/exploring-details-banner051.5x.jpg');
}

.exploring-img._06 {
  background-image: url('../images/exploring-details-banner061.5x.jpg');
}

.exploring-img.services01 {
  background-image: url('../images/services-img012x.jpg');
}

.exploring-img.services02 {
  background-image: url('../images/services-img022x.jpg');
}

.exploring-img.services03 {
  background-image: url('../images/services-img032x.jpg');
}

.exploring-img.services04 {
  background-image: url('../images/services-img042x.jpg');
}

.exploring-img.europe-home {
  background-image: url('../images/home-tour-europe1.5x.jpg');
}

.exploring-img.north-home {
  background-image: url('../images/home-tour-north1.5x.jpg');
}

.exploring-img.south-home {
  background-image: url('../images/home-tour-south1.5x.jpg');
}

.exploring-img.africa-home {
  background-image: url('../images/home-tour-africa1.5x.jpg');
}

.all {
  overflow: hidden;
}

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

.btn-more.inner {
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-more.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-more-txt {
  margin-right: 10px;
}

.btn-more-txt.txt-color-white {
  font-weight: 400;
}

.home-course-b {
  margin-top: 100px;
}

.home-course-list {
  margin-top: -100px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #1e355a;
}

.footer-social-b {
  margin-bottom: 10px;
}

.footer-info-b {
  width: 40%;
  float: left;
}

.footer-sitemap-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-sitemap-col {
  width: 30%;
}

.txt-bold {
  font-weight: 700;
}

.link {
  display: inline-block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  opacity: 0.6;
}

.footer-copyright-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d2d2d2;
}

.footer-copyright-txt {
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.btn {
  width: 230px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #1e355a;
  -webkit-transition: border-color 250ms ease, letter-spacing 500ms ease, background-color 250ms ease;
  transition: border-color 250ms ease, letter-spacing 500ms ease, background-color 250ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #1e355a;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn:hover {
  border-color: #d3ba98;
  background-color: #d3ba98;
  color: #fff;
  letter-spacing: 4px;
}

.btn.margin-right {
  margin-right: 5%;
}

.btn.form-btn {
  background-color: #fff;
}

.btn.form-btn:hover {
  background-color: #d3ba98;
}

.btn-details-b {
  margin-top: 40px;
  text-align: center;
}

.form-txt-field {
  height: 50px;
  margin-bottom: 0px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(30, 53, 90, 0.2);
  border-radius: 0px;
  color: #000;
  font-size: 18px;
}

.form-txt-field:focus {
  border-color: #d3ba98;
}

.form-col {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
}

.form {
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.form-row {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
}

.form-row.payment {
  text-align: right;
}

.form-txt-area {
  min-height: 150px;
  margin-bottom: 0px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(30, 53, 90, 0.2);
  border-radius: 0px;
  background-color: #fff;
  font-size: 18px;
}

.form-txt-area:focus {
  border-color: #d3ba98;
}

.all-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.all-content.contact {
  margin-top: 0vh;
}

.section-bg {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
}

.top-banner-slider {
  height: 100%;
}

.hide {
  display: none;
}

.home-banner-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-slide._01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(transparent)), url('../images/home-banner01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent), url('../images/home-banner01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-banner-slide._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/home-banner02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/home-banner02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.top-banner-slide-mask {
  overflow: hidden;
}

.home-banner-slide-txt-b {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 45px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
}

.footer-logo {
  margin-bottom: 25px;
  margin-left: 7px;
}

.nav-b {
  position: relative;
}

.about-txt-b {
  margin-top: 100px;
}

.about-adv-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2%;
  margin-left: -2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-adv-col {
  width: 33.33%;
  margin-top: 40px;
  padding-right: 3%;
  padding-left: 3%;
  float: left;
}

.align-center,
.align-center > * {
  text-align: center;
}


.align-center.italic {
  font-style: italic;
}

.about-adv-icon {
  height: 80px;
  margin-bottom: 10px;
}

.title-tagline {
  margin-top: -10px;
  margin-bottom: 40px;
  font-family: 'Playfair Display SC', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}

.team-img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-row {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-col {
  width: 20%;
  margin-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

.team-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}

.team-img-b {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.team-txt-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  padding-bottom: 12px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.section-inner-banner {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 100vh;
}

.inner-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner-img.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/about-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/about-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-banner-img.exploring-listing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/exploring-listing-banner1.5x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/exploring-listing-banner1.5x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-banner-img.reviews {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/testimonials-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/testimonials-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-banner-img.exploring {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/exploring-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/exploring-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-banner-img.services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/services-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/services-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-banner-img.exploring-details {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/exploring-details-banner011.5x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/exploring-details-banner011.5x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-banner-img.registration {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/registration-banner1.5x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/registration-banner1.5x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-banner-txt-b {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 45px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section-details {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 600px;
}

.reviews-row {
  margin-top: -100px;
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.reviews-col {
  /*width: 33.33%;*/
  margin-top: 100px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.reviews-title-b {
  margin-bottom: 20px;
  padding-left: 45px;
  background-image: url('../images/testimonials-quote.svg');
  background-position: 0% 0%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #333;
}

.inner-tour-row {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-banner-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.txt-color-white {
  color: #fff;
}

.font-size22 {
  font-size: 22px;
  font-weight: 500;
}

.font-size22.registration {
  margin-top: 5px;
}

.course-tb {
  margin-top: 50px;
  border-top: 1px solid #d3ba98;
}

.course-tb-row {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d3ba98;
}

.course-tb-row.title {
  padding-bottom: 0px;
}

.course-tb-col-90 {
  width: 90%;
  padding-right: 3%;
  float: left;
}

.btn-register-icon {
  margin-left: 10px;
}

.btn-register-icon-hover {
  display: none;
  margin-left: 10px;
}

.course-tb-mobile {
  display: none;
  margin-top: 100px;
  border-top: 1px solid #d3ba98;
}

.course-tb-col-right {
  width: 13%;
  padding-top: 12px;
  padding-right: 3%;
  float: left;
}

.contact-icon {
  display: block;
}

.apply-step {
  position: relative;
  z-index: 1;
  height: 131px;
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.apply-step-icon-b {
  position: absolute;
  z-index: 100;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.apply-step-icon-b._02 {
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.apply-step-icon-b._03 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.apply-step-icon-b._01 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.apply-step-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 95%;
  height: 2px;
  margin-top: 65px;
  background-color: rgba(211, 186, 152, 0.5);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.radio-btn {
  width: 15px;
  height: 15px;
  margin-top: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 20px;
}

.form-radio-btn-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.form-radio-btn-icon-b {
  margin-right: 25px;
  margin-left: 25px;
}

.form-radio-btn-label {
  width: 85%;
  margin-top: 17px;
  margin-bottom: 0px;
  font-weight: 300;
}

.gallery-row {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery-col {
  width: 25%;
  float: left;
}

.gallery-link {
  display: block;
  text-decoration: none;
}

.gallery-img-b {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.gallery-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-img._01 {
  background-image: url('../images/exploring-gallery-img012x.jpg');
}

.gallery-img._02 {
  background-image: url('../images/exploring-gallery-img022x.jpg');
}

.gallery-img._03 {
  background-image: url('../images/exploring-gallery-img032x.jpg');
}

.gallery-img._04 {
  background-image: url('../images/exploring-gallery-img042x.jpg');
}

.gallery-img._05 {
  background-image: url('../images/exploring-gallery-img052x.jpg');
}

.gallery-img._06 {
  background-image: url('../images/exploring-gallery-img062x.jpg');
}

.gallery-img._07 {
  background-image: url('../images/exploring-gallery-img072x.jpg');
}

.gallery-img._08 {
  background-image: url('../images/exploring-gallery-img082x.jpg');
}

.gallery-img._09 {
  background-image: url('../images/exploring-gallery-img092x.jpg');
}

.gallery-img._10 {
  background-image: url('../images/exploring-gallery-img102x.jpg');
}

.gallery-img._11 {
  background-image: url('../images/exploring-gallery-img112x.jpg');
}

.gallery-img._12 {
  background-image: url('../images/exploring-gallery-img122x.jpg');
}

.details-flip-img-b {
  position: relative;
  padding-top: 100%;
  color: #fff;
  text-align: center;
}

.course-tb-col-10 {
  width: 10%;
  padding-right: 10px;
  float: left;
}

.details-col-33 {
  width: 33.33%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.details-row-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.secion-contact {
  position: relative;
  height: 100vh;
}

.secion-contact.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/contact-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/contact-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-b {
  position: relative;
  width: 50%;
  height: 100vh;
  min-width: 550px;
  background-color: #1e355a;
}

.contact-content-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.contact-icon-col {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  float: left;
}

.pop {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  overflow: hidden;
  background-color: #f8f5ef;
}

.gallery-pop-img-b {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.gallery-pop-img {
  position: relative;
  left: 50%;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.pop-col {
  max-width: 100px;
  margin-right: 20px;
  float: left;
}

.pop-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pop-content {
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 7px solid #d3ba98;
}

.btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 40px;
}

.training-icon-col {
  width: 20%;
  float: left;
}

.training-icon-b {
  display: inline-block;
  text-align: center;
}

.training-icon {
  width: 120px;
  height: 80px;
  margin-bottom: 10px;
}

.training-icon._02 {
  background-image: url('../images/icon-exploring01.svg');
  background-position: 50% 50%;
  background-size: 83px;
  background-repeat: no-repeat;
}

.training-icon._02 {
  background-image: url('../images/icon-exploring02.svg');
  background-position: 50% 50%;
  background-size: 112px;
  background-repeat: no-repeat;
}

.training-icon._01 {
  background-image: url('../images/icon-exploring01.svg');
  background-position: 50% 50%;
  background-size: auto 80px;
  background-repeat: no-repeat;
}

.training-icon._03 {
  background-image: url('../images/icon-exploring03.svg');
  background-position: 50% 50%;
  background-size: 116px;
  background-repeat: no-repeat;
}

.training-listing {
  width: 80%;
  padding-left: 0px;
  float: left;
  list-style-type: none;
}

.training-list-item {
  width: 33.33%;
  float: left;
}

.training-intro {
  margin-top: 50px;
}

.training-line {
  height: 1px;
  margin-top: 20px;
  background-color: rgba(95, 95, 95, 0.2);
}

.exploring-top-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(30, 53, 90, 0.35);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.exploring-top-b:hover {
  background-color: rgba(30, 53, 90, 0.9);
}

.tour-top-b {
  width: 50%;
  float: left;
}

.services-img-col {
  width: 50%;
  float: left;
}

.services-img-col.float-right {
  float: right;
}

.services-img-b {
  height: 100%;
  min-height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-img-b._01 {
  background-image: url('../images/services-img012x.jpg');
}

.services-img-b._02 {
  background-image: url('../images/services-img022x.jpg');
}

.services-img-b._03 {
  background-image: url('../images/services-img032x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-img-b._04 {
  background-image: url('../images/services-img042x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-txt-b {
  position: relative;
  top: 50%;
  max-width: 640px;
  padding-right: 40px;
  padding-left: 5%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.services-txt-b.float-right {
  float: right;
}

.services-txt-b.mobile {
  display: none;
}

.services-txt-col {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  float: right;
}

.services-txt-col.float-left {
  float: left;
}

.services-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.services-row._02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.services-row._04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.services-content-b {
  margin-top: -100px;
}

.graphic01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50%;
  max-width: 650px;
  margin-bottom: 50px;
  margin-left: -15%;
}

.exploring-content-b {
  position: relative;
  z-index: 1;
}

.graphic02 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 25%;
  max-width: 400px;
  margin-top: -10%;
  margin-right: 2.5%;
}

.open-details-tutor-b {
  margin-top: 50px;
}

.details-team-list {
  width: 50%;
  margin-top: 20px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.team-img-col {
  width: 25%;
  float: left;
}

.team-txt-col {
  width: 75%;
  padding-left: 5%;
  float: left;
}

.details-team-img-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
}

.contact-info-row {
  position: relative;
  margin-top: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.contact-info-row:hover {
  color: #d3ba98;
}

.details-flip-txt-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #1e355a;
}

.details-flip-txt {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-weight: 500;
}

.flip-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.footer-contact-col {
  width: 70%;
}

.footer-txt-col {
  float: left;
}

.banner-heading {
  z-index: 100;
}

.banner-heading.mobile {
  display: none;
}

.banner-heading.desktop {
  font-size: 75px;
  line-height: 90px;
}

.contact-form-title {
  margin-bottom: 50px;
  font-family: 'Playfair Display', sans-serif;
  color: #1e355a;
  font-size: 28px;
  line-height: 34px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.form-b {
  margin-bottom: 0px;
}

.logo {
  width: 160px;
  height: 50px;
}

.footer-follow-link {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-follow-link:hover {
  opacity: 0.6;
}

.footer-follow-link.pinterest {
  background-image: url('../images/icon-social-pinterest.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-follow-link.ig {
  background-image: url('../images/icon-social-ig.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-follow-link.linkedin {
  background-image: url('../images/icon-social-linkedin.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-follow-link.fb {
  background-image: url('../images/icon-social-fb.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.footer-follow-link.weibo {
  margin-right: 0px;
  background-image: url('../images/icon-social-weibo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-follow-link.twitter {
  background-image: url('../images/icon-social-twitter.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.footer-follow-link.youtube {
  width: 28px;
  background-image: url('../images/icon-social-youtube.svg');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.footer-follow-link.wechat {
  background-image: url('../images/icon-social-wechat.svg');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.div-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-letter {
  color: #3569be;
}

.contact-info-b {
  margin-top: 25px;
}

.form-btn-row {
  width: 100%;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
  text-align: right;
}

.italic {
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
  font-weight: 500;
}

.txt-name {
  font-family: 'Playfair Display', sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.txt-name.txt-color-blue.details {
  margin-bottom: 10px;
}

.team-img-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
}

.review-txt-b {
  margin-left: 15px;
  padding-bottom: 20px;
  padding-left: 28px;
  border-bottom: 2px solid rgba(30, 53, 90, 0.3);
  border-left: 2px solid rgba(30, 53, 90, 0.3);
}

.reviews-img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 8px;
}

.about-no-col {
  width: 25%;
  margin-top: 40px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.about-no-txt {
  display: inline-block;
  margin-top: -30px;
  padding-right: 25px;
  /*background-image: url('http://192.168.54.41:8001/storage/media/Home/icon-plus.svg');*/
  background-position: 100% 40px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Playfair Display', sans-serif;
  color: #1e355a;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
}

.tour-row {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tour-bottom-b {
  width: 33.33%;
  float: left;
}

.footer-txt-link {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-txt-link:hover {
  color: #d3ba98;
}

.footer-txt-link.contact {
  margin-bottom: 10px;
}

.txt-medium {
  font-weight: 500;
}

.pop-txt-b {
  margin-top: 10px;
}

.gallery-b {
  margin-top: 100px;
}

.banner-tour-heading {
  z-index: 100;
  font-size: 75px;
  line-height: 90px;
}

.details-team-align-row {
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.details-img-row {
  margin: 50px -2.5%;
}

.course-tb-col-50 {
  width: 50%;
  padding-right: 3%;
  float: left;
}

.course-tb-col-35 {
  width: 35%;
  padding-right: 3%;
  float: left;  
}

.original-price {
  color: #888;
  text-decoration: line-through;
}

.registration-txt-b {
  margin-bottom: 25px;
}

.select-field {
  height: 50px;
  margin-bottom: 0px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(30, 53, 90, 0.2);
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/icon-dropdown.svg');
  background-position: 97% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 18px;
}

.select-field:focus {
  border-color: #d3ba98;
}

.course-tb-col-30 {
  width: 30%;
  padding-right: 3%;
  float: left;
}

.course-tb-col-left {
  width: 25%;
  padding-right: 3%;
  float: left;
}

.steps-no {
  background-color: #fff;
  font-family: 'Playfair Display SC', sans-serif;
  color: #ccc;
  font-size: 90px;
  line-height: 105px;
  font-weight: 700;
}

.steps-no.current {
  color: #3569be;
}

.registration-b {
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.payment-img {
  width: 60px;
  height: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.payment-img.paypal {
  background-image: url('../images/logo-paypal_1logo-paypal.png');
}

.payment-img.visa {
  background-image: url('../images/logo-visa.svg');
}

.exploring-link-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.exploring-location-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.exploring-location-btn:hover {
  opacity: 0.6;
}

.exploring-txt-link-col {
  margin-right: 5%;
  margin-left: 5%;
  float: left;
}

.exploring-align-b {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.exploring-txt-b {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exploring-link-align-b {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.btn-menu {
  z-index: 100;
}

.mobile-menu-line01-l {
  background-color: #1e355a;
}

.mobile-menu-line01-r {
  background-color: #1e355a;
}

.mobile-menu-line2 {
  background-color: #1e355a;
}

.mobile-menu-line03-l {
  background-color: #1e355a;
}

.mobile-menu-line03-r {
  background-color: #1e355a;
}

.confirm-img {
  position: relative;
  left: 50%;
  margin-bottom: 25px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

html.w-mod-js *[data-ix="opacity-0"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-graphic"] {
  -webkit-transform: translate(90%, 0px) rotate(100deg);
  -ms-transform: translate(90%, 0px) rotate(100deg);
  transform: translate(90%, 0px) rotate(100deg);
}

html.w-mod-js *[data-ix="top-banner-slide"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="home-banner-slide-txt-b"] {
  opacity: 0;
  -webkit-transform: translate(0%, -30%);
  -ms-transform: translate(0%, -30%);
  transform: translate(0%, -30%);
}

html.w-mod-js *[data-ix="inner-banner-txt-b"] {
  opacity: 0;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

html.w-mod-js *[data-ix="nav-dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="inner-banner-img"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="s-inner-banner-graphic"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="pop"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="course-details-flip-txt-b"] {
  display: none;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="fade-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-from-bottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-60px, -50%);
  -ms-transform: translate(-60px, -50%);
  transform: translate(-60px, -50%);
}

html.w-mod-js *[data-ix="fade-in-from-right"] {
  opacity: 0;
  -webkit-transform: translate(60px, -50%);
  -ms-transform: translate(60px, -50%);
  transform: translate(60px, -50%);
}

html.w-mod-js *[data-ix="txt-opacity"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .banner-heading.desktop {
    font-size: 90px;
    line-height: 105px;
  }
  .footer-txt-link:hover {
    color: #d3ba98;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 85px;
  }
  .section-content.japan {
    background-size: 350px;
  }
  .container-1200 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .container-900 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-link {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-style: none;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    font-weight: 600;
    text-align: center;
  }
  .nav-link:hover {
    opacity: 0.65;
    color: #3569be;
  }
  .nav-link.w--current {
    color: #3569be;
  }
  .header-lang {
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    border-top: 1px solid #fff;
    text-align: center;
  }
  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    overflow: auto;
    width: 70%;
    padding-top: 60px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #d2d7de;
  }
  .lang-link {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }
  .lang-link:hover {
    opacity: 0.65;
    color: #3569be;
  }
  .lang-link.chi {
    font-weight: 500;
  }
  .lang-link.eng {
    font-weight: 600;
  }
  .nav-line {
    display: none;
  }
  .section-video {
    padding-top: 0%;
  }
  .video {
    position: relative;
    padding-top: 60%;
  }
  .video-b {
    position: relative;
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #1e355a;
  }
  .video-b.mobile {
    display: block;
  }
  .tour-col {
    width: 33.33%;
  }
  .tour-col.hide-tablet {
    display: none;
  }
  .exploring-img-b.top {
    padding-top: 75%;
  }
  .exploring-img-b.bottom {
    padding-top: 60%;
  }
  .footer-info-b {
    width: 30%;
  }
  .footer-sitemap-b {
    display: block;
    width: 70%;
  }
  .footer-sitemap-col {
    float: left;
  }
  .footer-copyright-b {
    margin-top: 25px;
  }
  .form {
    margin-right: -1.5%;
    margin-left: -1.5%;
  }
  .home-banner-slide-txt-b {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-b {
    text-align: left;
  }
  .team-col {
    width: 50%;
  }
  .section-inner-banner {
    height: 70vh;
  }
  .inner-banner-txt-b {
    padding-right: 5%;
    padding-left: 5%;
  }
/*  .reviews-col {
    width: 50%;
  }*/
  .form-radio-btn-icon-b {
    width: 15%;
  }
  .form-radio-btn-label {
    width: 80%;
  }
  .gallery-col {
    width: 33.33%;
  }
  .contact-b {
    width: 60%;
    min-width: 450px;
  }
  .pop-col {
    display: none;
  }
  .btn-close {
    margin-right: 5%;
  }
  .tour-top-b {
    width: 100%;
  }
  .services-txt-b {
    padding-right: 10%;
    padding-left: 10%;
  }
  .graphic02 {
    width: 30%;
  }
  .details-team-list {
    width: 100%;
  }
  .team-img-col {
    width: 15%;
  }
  .team-txt-col {
    width: 85%;
  }
  .contact-info-row {
    width: auto;
  }
  .footer-contact-col {
    float: left;
  }
  .banner-heading.mobile {
    display: block;
  }
  .banner-heading.desktop {
    display: none;
  }
  .form-btn-row.payment {
    text-align: center;
  }
  .tour-bottom-b {
    width: 100%;
  }
  .banner-tour-heading {
    font-size: 70px;
    line-height: 85px;
  }
  .exploring-location-btn {
    margin-bottom: 20px;
  }
  .btn-menu {
    height: 80px;
    padding: 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn-menu.w--open {
    background-color: transparent;
  }
  .mobile-menu-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu-line01-l {
    width: 14px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: left;
  }
  .mobile-menu-line01-r {
    width: 14px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: right;
  }
  .mobile-menu-line2 {
    width: 28px;
    height: 2px;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .mobile-menu-line03-l {
    width: 14px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: left;
  }
  .mobile-menu-line03-r {
    width: 14px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: right;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  h1 {
    font-size: 50px;
    line-height: 65px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }
  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-content.bg-about {
    background-size: 300px;
  }
  .section-content.padding-50 {
    padding-bottom: 25px;
  }
  .container-1200.contact-alignment {
    top: 0%;
    padding-top: 100px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .container-1200.reviews {
    padding-left: 2%;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-logo {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 0px;
  }
  .lang-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lang-link.chi {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .video-txt {
    font-size: 18px;
    line-height: 30px;
  }
  .video-title {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 36px;
  }
  .tour-col.inner {
    width: 50%;
  }
  .home-course-b {
    margin-top: 50px;
  }
  .home-course-list {
    margin-top: -60px;
  }
  .footer-info-b {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-sitemap-b {
    width: 100%;
  }
  .footer-copyright-b {
    display: block;
  }
  .footer-copyright-txt {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
  .btn.registration {
    width: 100%;
  }
  .btn-details-b {
    margin-top: 30px;
  }
  .form-txt-field {
    font-size: 16px;
  }
  .form-col {
    margin-bottom: 15px;
  }
  .form {
    margin-top: -30px;
  }
  .form.registration {
    margin-top: 0px;
  }
  .form-txt-area {
    font-size: 16px;
  }
  .section-bg {
    height: 80vh;
  }
  .footer-logo {
    margin-left: 0px;
  }
  .about-txt-b {
    margin-top: 50px;
  }
  .about-adv-row {
    display: block;
  }
  .about-adv-col {
    margin-top: 25px;
  }
  .about-adv-icon {
    width: 70px;
  }
  .title-tagline {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .team-col {
    width: 50%;
  }
  .about-content-b {
    margin-bottom: 0px;
  }
  .section-inner-banner {
    height: 350px;
  }
  .inner-banner-txt-b {
    margin-top: 25px;
  }
  .section-details {
    height: 300px;
  }
  .reviews-row {
    margin-top: -50px;
  }
  .reviews-col {
    width: 100%;
    margin-top: 50px;
  }
  .reviews-title-b {
    margin-bottom: 10px;
    padding-left: 35px;
    background-position: 0px 3px;
    background-size: 25px;
  }
  .font-size22 {
    font-size: 18px;
  }
  .course-tb {
    display: none;
  }
  .course-tb-col-90 {
    width: 85%;
    padding-top: 0px;
  }
  .course-tb-mobile {
    display: block;
    margin-top: 50px;
  }
  .course-tb-col-right {
    width: 75%;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-right: 0%;
    float: right;
  }
  .apply-step {
    height: 109px;
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .apply-step-line {
    margin-top: 55px;
  }
  .form-radio-btn-icon-b {
    width: 20%;
  }
  .form-radio-btn-label {
    width: 70%;
  }
  .course-tb-col-10 {
    width: 15%;
  }
  .secion-contact {
    height: auto;
  }
  .secion-contact.contact {
    height: 80vh;
  }
  .contact-b {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .contact-content-b {
    position: static;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-icon-col {
    width: 18px;
    height: 18px;
  }
  .training-icon-col {
    position: absolute;
  }
  .training-listing {
    width: 100%;
    padding-left: 135px;
  }
  .training-list-item {
    width: 50%;
  }
  .training-intro {
    position: relative;
    margin-top: 30px;
  }
  .training-line {
    margin-bottom: 0px;
  }
  .services-img-col {
    width: 100%;
    float: none;
  }
  .services-img-b {
    height: 250px;
    min-height: 0px;
  }
  .services-txt-b {
    position: static;
    display: none;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .services-txt-b.float-right.mobile {
    display: block;
  }
  .services-txt-b.mobile {
    display: block;
  }
  .services-txt-col {
    width: 100%;
    padding-top: 5px;
    float: none;
  }
  .services-row {
    display: block;
  }
  .services-content-b {
    margin-top: -50px;
  }
  .graphic01 {
    display: none;
  }
  .graphic02 {
    display: none;
  }
  .team-img-col {
    width: 20%;
  }
  .team-txt-col {
    width: 80%;
  }
  .contact-info-row {
    line-height: 18px;
  }
  .banner-heading.mobile {
    display: block;
  }
  .banner-heading.desktop {
    display: none;
  }
  .contact-form-title {
    font-size: 18px;
    line-height: 24px;
  }
  .logo {
    width: 115px;
    height: 36px;
  }
  .footer-follow-link {
    margin-right: 15px;
  }
  .footer-follow-link.ig {
    margin-left: 0px;
  }
  .footer-follow-link.fb {
    margin-left: 0px;
  }
  .footer-follow-link.weibo {
    margin-left: 0px;
  }
  .footer-follow-link.youtube {
    margin-left: 0px;
  }
  .footer-follow-link.wechat {
    margin-left: 0px;
  }
  .txt-name {
    width: 90%;
    font-size: 18px;
    line-height: 22px;
  }
  .review-txt-b {
    margin-left: 12px;
    padding-bottom: 13px;
    padding-left: 20px;
  }
  .about-no-col {
    width: 50%;
    margin-top: 30px;
  }
  .about-no-txt {
    padding-right: 20px;
    background-position: 100% 22px;
    background-size: 14px;
    font-size: 40px;
    line-height: 45px;
  }
  .footer-txt-link {
    margin-bottom: 15px;
  }
  .gallery-b {
    margin-top: 50px;
  }
  .banner-tour-heading {
    font-size: 50px;
    line-height: 65px;
  }
  .course-tb-col-50,
  .course-tb-col-35 {
    width: 85%;
    padding-top: 0px;
  }
  .select-field {
    font-size: 16px;
  }
  .course-tb-col-30 {
    width: 85%;
    padding-top: 0px;
  }
  .course-tb-col-left {
    margin-bottom: 5px;
  }
  .steps-no {
    font-size: 70px;
    line-height: 85px;
  }
  .exploring-location-btn {
    font-size: 16px;
  }
  .btn-menu {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .confirm-img {
    width: 280px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .section-content.padding-50 {
    padding-bottom: 0px;
  }
  .section-content.japan {
    background-size: 320px;
  }
  .nav-menu {
    width: 80%;
  }
  .video-b {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .video-txt {
    font-size: 16px;
  }
  .course-row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .tour-col {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tour-col.hide-mobile {
    display: none;
  }
  .tour-col.inner {
    width: 100%;
    margin-bottom: 0px;
  }
  .tour-txt-b {
    padding-left: 5%;
  }
  .footer-sitemap-col {
    width: 100%;
  }
  .btn {
    width: 100%;
  }
  .btn.margin-right.margin-top {
    margin-top: 20px;
  }
  .btn.margin-top {
    margin-top: 20px;
  }
  .form-col {
    width: 100%;
  }
  .form-row {
    margin-bottom: 25px;
  }
  .form-row.payment {
    margin-bottom: 0px;
  }
  .home-banner-slide-txt-b {
    margin-top: 30px;
  }
  .about-adv-col {
    width: 100%;
  }
  .team-col {
    width: 100%;
  }
  .inner-tour-row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .course-tb-col-90 {
    width: 100%;
  }
  .course-tb-col-90.full-mobile {
    width: 100%;
  }
  .apply-step {
    height: 89px;
  }
  .apply-step-icon-b {
    font-size: 12px;
  }
  .apply-step-line {
    margin-top: 42px;
  }
  .radio-btn {
    margin-top: 15px;
  }
  .form-radio-btn-icon-b {
    width: 20%;
  }
  .form-radio-btn-label {
    margin-top: 8px;
    padding-left: 5%;
  }
  .gallery-col {
    width: 50%;
  }
  .course-tb-col-10 {
    width: 100%;
  }
  .course-tb-col-10.full-mobile {
    width: 100%;
  }
  .details-col-33 {
    width: 100%;
    margin-bottom: 25px;
  }
  .details-row-align-center {
    display: block;
  }
  .pop-col {
    width: 31%;
  }
  .training-icon-col {
    width: 35%;
  }
  .training-list-item {
    width: 100%;
  }
  .training-intro {
    margin-top: 20px;
  }
  .training-line {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .details-team-list {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .contact-info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-contact-col {
    width: 100%;
  }
  .footer-txt-col {
    width: 85%;
  }
  .about-no-col {
    width: 100%;
  }
  .tour-row {
    width: 100%;
    float: none;
  }
  .banner-tour-heading {
    font-size: 35px;
    line-height: 45px;
  }
  .details-img-row {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .course-tb-col-50,
  .course-tb-col-35 {
    width: 100%;
  }
  .course-tb-col-30 {
    width: 100%;
  }
  .steps-no {
    font-size: 50px;
    line-height: 65px;
  }
  .registration-b {
    padding-bottom: 0px;
  }
}

