@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700,800&display=swap&subset=vietnamese");
/* line 1, ../sass/_reset.scss */
.btn {
  border-radius: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

/* line 6, ../sass/_reset.scss */
.btn-primary {
  background-color: #ff971c;
  border: none;
  color: #000000;
}
/* line 10, ../sass/_reset.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border: 1px solid #ff971c;
  background-color: #ffffff;
  color: #000000;
}

/* line 16, ../sass/_reset.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: linear-gradient(16.5deg, #fcc202 0%, #fdcb04 66.07%);
  border-color: linear-gradient(16.5deg, #fcc202 0%, #fdcb04 66.07%);
}

/* line 23, ../sass/_reset.scss */
.pagination > li > a, .pagination > li > span {
  color: #ff971c;
}

/* form input */
/* line 27, ../sass/_reset.scss */
.form-control {
  border-radius: 0;
  height: 40px;
  font-family: "Montserrat", sans-serif;
}
/* line 31, ../sass/_reset.scss */
.form-control::placeholder {
  font-weight: normal;
}

/* line 35, ../sass/_reset.scss */
.select2-container--krajee .select2-selection {
  border-radius: 0 !important;
}

/* line 38, ../sass/_reset.scss */
.select2-container--krajee .select2-selection--single {
  height: 40px !important;
  padding-top: 9px;
}

/* line 42, ../sass/_reset.scss */
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 39px !important;
  border-color: #cccccc;
}

/* line 46, ../sass/_reset.scss */
.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
/* line 52, ../sass/_reset.scss */
.row.row-eq-height > [class*='col-'] {
  float: none;
  display: flex;
  flex-direction: column;
}

/* line 2, ../sass/_slider.scss */
.carousel-control {
  display: none;
  background: none;
}
/* line 5, ../sass/_slider.scss */
.carousel-control .btn-slide-prev, .carousel-control .btn-slide-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  padding-top: 5px;
}
/* line 15, ../sass/_slider.scss */
.carousel-control .btn-slide-prev {
  left: 20px;
  background: linear-gradient(16.5deg, #fcc202 0%, #fdcb04 66.07%);
}
/* line 19, ../sass/_slider.scss */
.carousel-control .btn-slide-next {
  right: 20px;
  background: linear-gradient(16.5deg, #fcc202 0%, #fdcb04 66.07%);
}

/* line 25, ../sass/_slider.scss */
.carousel-inner > .item {
  height: 500px;
}
/* line 27, ../sass/_slider.scss */
.carousel-inner > .item > img {
  display: block;
  line-height: 1;
  min-width: 100%;
  min-height: 100%;
  height: 500px;
  vertical-align: middle;
  border: 0;
  max-width: none;
}
/* line 37, ../sass/_slider.scss */
.carousel-inner > .item video {
  min-height: 100% !important;
  min-width: 100% !important;
  height: auto !important;
  width: auto !important;
  overflow: hidden;
}
/* line 44, ../sass/_slider.scss */
.carousel-inner > .item .carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 53, ../sass/_slider.scss */
.carousel-caption {
  text-align: left;
  color: #000000;
  font-size: 20px;
  padding-bottom: 0;
}
/* line 58, ../sass/_slider.scss */
.carousel-caption .container {
  position: relative;
  height: 100%;
}
/* line 62, ../sass/_slider.scss */
.carousel-caption .caption-image {
  height: 80%;
  position: absolute;
  left: 80px;
  bottom: 0;
}
/* line 67, ../sass/_slider.scss */
.carousel-caption .caption-image img {
  height: 100%;
}
/* line 71, ../sass/_slider.scss */
.carousel-caption .caption-inner {
  width: 40%;
  height: 150px;
  position: absolute;
  right: 80px;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: right;
  color: #ffffff;
}
/* line 82, ../sass/_slider.scss */
.carousel-caption h2, .carousel-caption h4 {
  color: #ffffff;
}
/* line 85, ../sass/_slider.scss */
.carousel-caption h3 {
  font-family: "Roboto Slab", serif;
  font-size: 43px;
  font-weight: 800;
  color: #ffffff;
}
/* line 91, ../sass/_slider.scss */
.carousel-caption .btn-default {
  color: #ffffff;
  border-radius: 0;
  border: 2px solid #ffffff;
  background: none;
  font-size: 14px;
  min-width: 125px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 101, ../sass/_slider.scss */
.carousel-caption .btn-default:hover {
  border-color: #febc11;
  color: #febc11;
}

/* button to display if user choses to not autoplay the video: */
/* line 108, ../sass/_slider.scss */
#slider-play-button button {
  display: inline-block;
  border: 0.06666em solid #fff;
  font-size: 2rem;
  background: linear-gradient(16.5deg, #fcc202 0%, #fdcb04 66.07%);
  color: #fff;
  cursor: pointer;
  transition: .3s background;
  line-height: 1.3em;
  height: 1.5em;
  width: 2.5em;
  border-radius: 0.3em;
  position: absolute;
  opacity: .7;
  right: 1em;
  top: 20%;
}

/* line 125, ../sass/_slider.scss */
.play-video-button:before {
  font-family: FontAwesome;
  content: "\f04b";
}

/* line 129, ../sass/_slider.scss */
.pause-video-button:before {
  font-family: FontAwesome;
  content: "\f04c";
}

/* line 136, ../sass/_slider.scss */
#jssor_1 .jssort111 .t {
  text-align: center;
  background: #e6e6e6;
}
/* line 140, ../sass/_slider.scss */
#jssor_1 .jssort111 .t img {
  height: 40px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* line 152, ../sass/_slider.scss */
#jssor_1 .jssort111 .ti, #jssor_1 .jssort111 .pav .ti, #jssor_1 .jssort111 .pdn .ti, #jssor_1 .jssort111 .p:hover.pdn .ti {
  background: #e6e6e6;
  color: #ff971c;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
}

/* line 160, ../sass/_slider.scss */
.testimonials-section .testimonial-item {
  color: #000000;
  text-align: center;
  max-width: 749px;
  margin: 30px auto;
  font-size: 14px;
  line-height: 16px;
}
/* line 167, ../sass/_slider.scss */
.testimonials-section .testimonial-item .circle-avatar {
  width: 120px;
  height: 120px;
  display: inline-block;
  object-fit: contain;
  background-color: #446dc2;
  border-radius: 50%;
  overflow: hidden;
}
/* line 175, ../sass/_slider.scss */
.testimonials-section .testimonial-item .circle-avatar img {
  width: 100%;
}
/* line 179, ../sass/_slider.scss */
.testimonials-section .testimonial-item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
/* line 185, ../sass/_slider.scss */
.testimonials-section .slick-dots {
  max-width: 1140px;
}
/* line 187, ../sass/_slider.scss */
.testimonials-section .slick-dots li {
  width: 40px;
}
/* line 189, ../sass/_slider.scss */
.testimonials-section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 3px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  opacity: 0.3;
  background: #FFFFFF;
}
/* line 200, ../sass/_slider.scss */
.testimonials-section .slick-dots li button:before {
  display: none;
}
/* line 205, ../sass/_slider.scss */
.testimonials-section .slick-dots li.slick-active button {
  opacity: 1.0;
  background: #FFFFFF;
}
/* line 212, ../sass/_slider.scss */
.testimonials-section .btn-prev, .testimonials-section .btn-next {
  border: 0;
  background: none;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #000000;
  font-size: 30px;
}
/* line 225, ../sass/_slider.scss */
.testimonials-section .btn-prev {
  left: -25px;
}
/* line 228, ../sass/_slider.scss */
.testimonials-section .btn-next {
  right: -25px;
}

/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 241, ../sass/_slider.scss */
  .carousel-inner > .item .carousel-caption {
    top: 15%;
  }
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 257, ../sass/_slider.scss */
  .carousel-inner > .item .carousel-caption {
    top: 15%;
  }

  /* line 262, ../sass/_slider.scss */
  .carousel-caption {
    text-align: left;
    color: #000000;
    font-size: 14px;
  }
  /* line 266, ../sass/_slider.scss */
  .carousel-caption .caption-inner {
    max-width: 50%;
  }
  /* line 269, ../sass/_slider.scss */
  .carousel-caption h3 {
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    font-weight: 800;
  }
  /* line 274, ../sass/_slider.scss */
  .carousel-caption .btn-default {
    color: #ffffff;
    border-radius: 0;
    border: 2px solid #ffffff;
    background: none;
    font-size: 12px;
    min-width: 125px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 284, ../sass/_slider.scss */
  .carousel-caption .btn-default:hover {
    border-color: #febc11;
    color: #febc11;
  }
}
/* Portrait */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 307, ../sass/_slider.scss */
  .carousel-inner {
    height: 370px;
  }
  /* line 310, ../sass/_slider.scss */
  .carousel-inner > .item > img {
    height: 370px;
    width: auto !important;
    max-width: none !important;
  }
  /* line 315, ../sass/_slider.scss */
  .carousel-inner > .item .carousel-caption {
    top: 60px;
    bottom: auto;
  }
  /* line 320, ../sass/_slider.scss */
  .carousel-inner > .item.active img {
    position: absolute;
    width: 200%;
    right: 0 !important;
  }

  /* line 328, ../sass/_slider.scss */
  .carousel-caption {
    text-align: left;
    color: #000000;
    font-size: 16px;
  }
  /* line 332, ../sass/_slider.scss */
  .carousel-caption h3 {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 800;
  }
}
/* line 1, ../sass/_contact.scss */
.site-contact {
  background: #FFFFFF;
  padding-bottom: 40px;
  font-size: 16px;
}
/* line 5, ../sass/_contact.scss */
.site-contact .form-control {
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  border-radius: 0;
}
/* line 11, ../sass/_contact.scss */
.site-contact form label {
  font-size: 12px;
  font-weight: bold;
  color: #79869a;
}
/* line 17, ../sass/_contact.scss */
.site-contact .btn-submit {
  font-weight: bold;
}
/* line 22, ../sass/_contact.scss */
.site-contact .socials .btn {
  text-transform: none;
  color: #ff971c;
}
/* line 28, ../sass/_contact.scss */
.site-contact .locations-box .btn {
  margin-bottom: 15px;
}
/* line 33, ../sass/_contact.scss */
.site-contact .contact-detail h4 {
  margin: 20px 0;
}

/* line 38, ../sass/_contact.scss */
.form-title {
  font-size: 18px;
  color: #ff971c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}

/* line 47, ../sass/_contact.scss */
#register-form {
  margin-bottom: 50px;
}
/* line 49, ../sass/_contact.scss */
#register-form .tab-pane > label {
  font-weight: normal;
  text-transform: uppercase;
}
/* line 54, ../sass/_contact.scss */
#register-form .form-group label.control-label {
  padding-left: 15px;
  font-weight: normal;
  border: 1px solid #cccccc;
  height: 40px;
  text-align: left;
}
/* line 62, ../sass/_contact.scss */
#register-form .field-registerform-gender, #register-form .field-registerform-nationality, #register-form .field-forleaseform-gender,
#register-form .field-registerform-country, #register-form .field-registerform-locationstudy, #register-form .field-registerform-programintensity {
  margin-left: 0;
}
/* line 66, ../sass/_contact.scss */
#register-form div[role='radiogroup'] {
  overflow: hidden;
  margin-right: -15px;
  margin-left: 0;
}
/* line 70, ../sass/_contact.scss */
#register-form div[role='radiogroup'] .radio-inline {
  width: 30%;
  float: left;
  padding-right: 25px;
  padding-left: 27px;
  padding-top: 7px;
  border: 1px solid #cccccc;
  height: 40px;
  display: block;
}
/* line 82, ../sass/_contact.scss */
#register-form .field-registerform-locationstudy .col-sm-8, #register-form .field-registerform-programintensity .col-sm-8 {
  width: 100% !important;
  padding-left: 0;
}
/* line 86, ../sass/_contact.scss */
#register-form .field-registerform-locationstudy div[role='radiogroup'], #register-form .field-registerform-programintensity div[role='radiogroup'] {
  overflow: hidden;
}
/* line 88, ../sass/_contact.scss */
#register-form .field-registerform-locationstudy div[role='radiogroup'] .radio-inline, #register-form .field-registerform-programintensity div[role='radiogroup'] .radio-inline {
  width: 47%;
  margin-left: 0;
  margin-bottom: 15px;
  margin-right: 15px;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 106, ../sass/_contact.scss */
  #register-form .form-group label.control-label {
    padding-left: 15px;
    padding-top: 7px;
    margin-right: 15px;
    font-weight: normal;
    border: 1px solid #cccccc;
    height: 40px;
    text-align: left;
    display: block;
  }
  /* line 116, ../sass/_contact.scss */
  #register-form .form-group div[role='radiogroup'] {
    margin-left: -15px;
    margin-right: -19px;
  }
  /* line 123, ../sass/_contact.scss */
  #register-form .field-registerform-nationality > .col-sm-8,
  #register-form .field-registerform-country > .col-sm-8 {
    padding-left: 0;
  }
  /* line 128, ../sass/_contact.scss */
  #register-form .field-registerform-locationstudy div[role='radiogroup'], #register-form .field-registerform-programintensity div[role='radiogroup'] {
    margin-left: 0;
  }
  /* line 130, ../sass/_contact.scss */
  #register-form .field-registerform-locationstudy div[role='radiogroup'] .radio-inline, #register-form .field-registerform-programintensity div[role='radiogroup'] .radio-inline {
    width: 43%;
  }
}
/* line 2, ../sass/_about.scss */
.about-page .content_body {
  margin-top: 20px;
  max-width: 100%;
  overflow-x: hidden;
}
/* line 7, ../sass/_about.scss */
.about-page .about-item {
  padding: 30px 0;
}
/* line 10, ../sass/_about.scss */
.about-page .about-item.item-0 img {
  max-width: 100%;
}
/* line 13, ../sass/_about.scss */
.about-page .about-item.item-0 h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFD400;
}
/* line 19, ../sass/_about.scss */
.about-page .about-item.item-0 h2 {
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  line-height: 48px;
}
/* line 26, ../sass/_about.scss */
.about-page .about-item.item-2 {
  background-color: #F2F2F2;
}
/* line 28, ../sass/_about.scss */
.about-page .about-item.item-2 h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #ff971c;
}
/* line 35, ../sass/_about.scss */
.about-page .about-item.item-2 h2, .about-page .about-item.item-2 h3, .about-page .about-item.item-2 h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
}
/* line 42, ../sass/_about.scss */
.about-page .about-item.item-1 .col-md-3 {
  margin-top: 40px;
}
/* line 45, ../sass/_about.scss */
.about-page .about-item.item-1 h2 {
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  line-height: 48px;
}
/* line 51, ../sass/_about.scss */
.about-page .about-item.item-1 h3, .about-page .about-item.item-1 h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
}
/* line 58, ../sass/_about.scss */
.about-page .values-box {
  background-color: #b31003;
  color: #ffffff;
  padding: 30px 70px 120px;
}
/* line 62, ../sass/_about.scss */
.about-page .values-box h2 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 68, ../sass/_about.scss */
.about-page .values-box .values-des {
  margin-top: 50px;
  text-align: center;
}
/* line 73, ../sass/_about.scss */
.about-page .network-box {
  padding-top: 30px;
}
/* line 75, ../sass/_about.scss */
.about-page .network-box h2 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 70px;
  color: #b31003;
}
/* line 82, ../sass/_about.scss */
.about-page .network-box .network {
  width: 80%;
  margin: auto;
  text-align: center;
}
/* line 86, ../sass/_about.scss */
.about-page .network-box .network img {
  max-width: 100%;
}

/* line 93, ../sass/_about.scss */
.teachers-section h2 {
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
}
/* line 100, ../sass/_about.scss */
.teachers-section .teacher-item {
  border: none;
  padding: 0;
  border-radius: 0;
}
/* line 104, ../sass/_about.scss */
.teachers-section .teacher-item a.thumbnail-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
/* line 109, ../sass/_about.scss */
.teachers-section .teacher-item img {
  width: 100%;
}
/* line 112, ../sass/_about.scss */
.teachers-section .teacher-item a.btn {
  color: #000000;
}
/* line 115, ../sass/_about.scss */
.teachers-section .teacher-item:hover, .teachers-section .teacher-item:active, .teachers-section .teacher-item:focus {
  background: #ff971c;
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 129, ../sass/_about.scss */
  .about-page .about-item.item-0 h2 {
    font-size: 22px;
    margin-top: 0;
    padding-top: 0;
    line-height: 28px;
  }
}
/* line 9, ../sass/custom.scss */
.responsive-tabs-panel img {
  margin: 0 15px 15px;
}
/* line 12, ../sass/custom.scss */
.responsive-tabs-panel h1, .responsive-tabs-panel h2, .responsive-tabs-panel h3, .responsive-tabs-panel h4, .responsive-tabs-panel h5 {
  margin: 0;
  padding: 0 0 5px 0;
}
/* line 16, ../sass/custom.scss */
.responsive-tabs-panel h4 {
  font-size: 16px;
}

/* line 20, ../sass/custom.scss */
.main-menu {
  border-bottom: 2px solid #ff971c;
}
/* line 22, ../sass/custom.scss */
.main-menu .navbar-brand {
  width: 178px;
  height: auto;
  text-align: center;
}
/* line 26, ../sass/custom.scss */
.main-menu .navbar-brand img {
  max-width: 100%;
  display: inline-block;
}
/* line 31, ../sass/custom.scss */
.main-menu .navbar-default {
  border-radius: 0;
  border: 0;
  background: none;
  margin-bottom: 0;
  padding: 8px 0;
}
/* line 38, ../sass/custom.scss */
.main-menu .nav {
  padding-top: 10px;
}
/* line 41, ../sass/custom.scss */
.main-menu .nav > li {
  text-align: center;
}
/* line 43, ../sass/custom.scss */
.main-menu .nav > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #777;
  text-transform: uppercase;
}
/* line 50, ../sass/custom.scss */
.main-menu .nav > li > a:hover, .main-menu .nav > li > a:active, .main-menu .nav > li > a:focus {
  background: #ffffff;
  color: #ff971c;
}
/* line 56, ../sass/custom.scss */
.main-menu .nav > li.active > a {
  position: relative;
  background: #ffffff;
  color: #ff971c;
}
/* line 62, ../sass/custom.scss */
.main-menu .nav > li .dropdown-menu {
  top: 100%;
  left: -30px;
  background: #ffffff;
  width: auto;
  min-width: 200px;
  border-radius: 0;
  margin-top: 0;
}
/* line 70, ../sass/custom.scss */
.main-menu .nav > li .dropdown-menu > li {
  position: relative;
}
/* line 72, ../sass/custom.scss */
.main-menu .nav > li .dropdown-menu > li:last-child {
  border-bottom: 0;
}
/* line 75, ../sass/custom.scss */
.main-menu .nav > li .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #000000;
  text-align: left;
}
/* line 81, ../sass/custom.scss */
.main-menu .nav > li .dropdown-menu > li > a:hover, .main-menu .nav > li .dropdown-menu > li > a:active, .main-menu .nav > li .dropdown-menu > li > a:focus {
  background: linear-gradient(16.5deg, #fcc202 0%, #fdcb04 66.07%);
  color: #ff971c;
}
/* line 87, ../sass/custom.scss */
.main-menu .nav > li .dropdown-menu > li.active > a {
  background: linear-gradient(16.5deg, #fcc202 0%, #fdcb04 66.07%);
  color: #ff971c;
}

/* line 96, ../sass/custom.scss */
.content_body img {
  max-width: 100% !important;
}

/* line 99, ../sass/custom.scss */
.article_related {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
}
/* line 104, ../sass/custom.scss */
.article_related:last-child {
  border-bottom: 0;
}
/* line 107, ../sass/custom.scss */
.article_related .media-heading {
  font-size: 14px;
  font-weight: bold;
  color: #4e5e6a;
}
/* line 112, ../sass/custom.scss */
.article_related .time {
  font-size: 12px;
  font-style: italic;
  color: #79869a;
}
