/*
  Base
*/
/* src/assets/styles/base/_fonts.scss  */
/* Ivy Presto */
/* Neue Kabel */
/** Proxima Nova **/
/* Quicksand */
/* Poppins */
/* Material Icons */
/*
  Utils
*/
/* src/assets/styles/utils/_colors.scss  */
/*
  Layout
*/
/* src/assets/styles/layout/_general.scss  */
@media (min-width: 1200px) {
  .content-section .container-fluid-limited {
    max-width: calc(100vw - 100px);
  }

  .page-banner .container-fluid-limited {
    max-width: calc(100vw - 100px);
  }
}
@media (min-width: 1400px) {
  .content-section .container-fluid-limited {
    max-width: calc(100vw - 100px);
  }

  .page-banner .container-fluid-limited {
    max-width: calc(100vw - 100px);
  }
}
@media (min-width: 1680px) {
  .content-section .container {
    max-width: calc(100vw - 500px);
  }
  .content-section .container-fluid-limited {
    max-width: calc(100vw - 280px);
  }
}
/* 
Button base
*/
.btn-classic {
  font-family: "quasimoda", sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  padding: 0.25em;
  display: inline-block;
  transition: all 0.5s;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-classic span.btn-label {
  display: inline-block;
  padding: 0.8em 2.5em 0.6em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .btn-classic {
    font-size: 1rem;
  }
}
@media (min-width: 1680px) {
  .btn-classic {
    font-size: 1.25rem;
  }
}
/* 
Primary button
*/
.btn-classic.btn-primary {
  color: #fff;
  background: #db2032;
}
.btn-classic.btn-primary span.btn-label {
  color: #fff;
  background: #db2032;
  border: 1px solid #fff;
}
.btn-classic.btn-primary:hover {
  color: #fff;
  background: #231f20;
}
.btn-classic.btn-primary:hover span.btn-label {
  color: #fff;
  background: #231f20;
  border: 1px solid #fff;
}

/* 
Secondary button
*/
.btn-classic.btn-secondary {
  color: #db2032;
  background: #fff;
}
.btn-classic.btn-secondary span.btn-label {
  color: #db2032;
  background: #fff;
  border: 1px solid #db2032;
}
.btn-classic.btn-secondary:hover {
  color: #fff;
  background: #db2032;
}
.btn-classic.btn-secondary:hover span.btn-label {
  color: #fff;
  background: #db2032;
  border: 1px solid #fff;
}

/* 
Link button
*/
.btn-classic.btn-link {
  color: #db2032;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.btn-classic.btn-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #db2032;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left bottom;
}
.btn-classic.btn-link:active, .btn-classic.btn-link:focus {
  border: none;
  box-shadow: none;
}
.btn-classic.btn-link span.btn-label {
  color: #db2032;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}
.btn-classic.btn-link:hover::after {
  transform: scaleX(1);
}

/* 
Outline button
*/
.btn-classic.btn-outline {
  color: #231f20;
  background: transparent;
  border: 1px solid #000;
}
.btn-classic.btn-outline span.btn-label {
  color: #231f20;
  text-transform: uppercase;
}

/* 
Parallax
*/
.parallax-container {
  position: relative;
  z-index: 0;
}
.parallax-container .content-parallax {
  padding: 0;
}
.parallax-container .content-parallax .parallax-img {
  min-height: 20rem;
}

@media (min-width: 1200px) {
  .parallax-container .content-parallax .parallax-img {
    min-height: 22.5rem;
  }
}
@media (min-width: 1400px) {
  .parallax-container .content-parallax .parallax-img {
    min-height: 25rem;
  }
}
.classic-modal .modal-content .modal-header {
  font-family: "ivypresto-text", serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  width: 100%;
  align-items: flex-start;
  padding: 2rem;
  margin-bottom: 0;
}
.classic-modal .modal-content .modal-header .subtitle {
  font-family: "quasimoda", sans-serif;
  display: flex;
  align-items: center;
}
.classic-modal .modal-content .modal-header .subtitle .img-logo {
  margin-top: 0.5rem;
}
.classic-modal .modal-content .modal-header .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.classic-modal .modal-content .modal-body {
  padding: 2rem;
}
.classic-modal .modal-content .modal-body .modal-img {
  margin-bottom: 2rem;
}

.page-banner {
  position: relative;
  height: calc(100vh - 3.75rem);
  margin-top: 3.75rem;
}
.page-banner .container-fluid {
  position: relative;
  height: 100%;
  padding: 0;
}

.page-banner-img {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #231f20;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-banner-caption {
  text-align: center;
  padding: 0 2rem;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 300;
  position: relative;
  z-index: 5;
}
.page-banner-caption .page-title {
  font-size: 2.4rem;
  font-family: "ivypresto-text", serif;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 0.625em;
}
.page-banner-caption .btn-secondary {
  margin-top: 1rem;
}

.scroll-to-content {
  display: block;
  position: absolute;
  width: 7.5rem;
  height: 3.75rem;
  border-radius: 3.75rem 3.75rem 0 0;
  border: 1px dashed #ffffff;
  border-bottom-width: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.scroll-to-content:hover {
  background: #fff;
}
.scroll-to-content:hover .scroll-link {
  color: #db2032;
}
.scroll-to-content .scroll-link {
  color: #fff;
  font-family: "ivypresto-text", serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.scroll-to-content .scroll-link img {
  width: 0.625rem;
  margin: 0 auto 0.5rem;
}

@media (min-width: 768px) {
  .page-banner-caption {
    font-size: 1.1rem;
  }
  .page-banner-caption .page-title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .page-banner {
    height: calc(100vh - 10rem);
    margin-top: 10rem;
  }
}
@media (min-width: 1200px) {
  .page-banner {
    margin-top: 10.5rem;
    height: calc(100vh - 13rem);
  }
  .page-banner .container-fluid-limited {
    width: calc(100vw - 100px);
    max-width: 1700px;
  }

  .page-banner-caption {
    font-size: 1.35rem;
    margin-bottom: 2.2em;
  }
  .page-banner-caption .page-title {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .page-banner-caption .page-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1680px) {
  .page-banner {
    height: calc(100vh - 15rem);
    margin-top: 12rem;
  }

  .page-banner-caption {
    font-size: 1.563rem;
    line-height: 1.28;
  }
  .page-banner-caption .page-title {
    font-size: 5rem;
  }

  .scroll-to-content {
    width: 9.375rem;
    height: 4.6875rem;
    border-radius: 4.6875rem 4.6875rem 0 0;
  }
  .scroll-to-content .scroll-link {
    font-size: 1.125rem;
  }
}
/*
Theme - DARK
*/
.page-banner-dark,
.page-banner-darker {
  color: #fff;
}
.page-banner-dark .page-banner-img::before,
.page-banner-darker .page-banner-img::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0.5019607843)), to(rgba(35, 31, 32, 0.7019607843))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(35, 31, 32, 0.5019607843) 0%, rgba(35, 31, 32, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.page-banner-dark .page-banner-img::after,
.page-banner-darker .page-banner-img::after {
  content: "";
  height: 30vh;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0)), to(#231f20)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, #231f20 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

/*
Theme - DARKER
*/
.page-banner-darker .page-banner-img::before {
  opacity: 1;
}
.page-banner-darker .page-banner-img::after {
  opacity: 0.7;
}

/*
Theme - DEFAULT
*/
.page-banner-default {
  color: #fff;
}
.page-banner-default .page-banner-img::before {
  display: none;
}
.page-banner-default .page-banner-img::after {
  display: none;
}

.page-banner.cover {
  margin-top: 0;
  height: 100vh;
}

@media (min-width: 1200px) {
  .page-banner.cover .container-fluid-limited {
    max-width: 100%;
  }
}
/* 
Content section
*/
/* 
Content features
*/
.content-section.content-section-w-features .content-detail + .content-detail {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .content-section.content-section-w-features .content-detail + .content-detail {
    margin-top: 0;
  }
}
.content-features .features {
  display: flex;
  flex-direction: column;
}
.content-features .feature {
  padding: 1rem;
  text-align: center;
}
.content-features .feature-icon {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  padding: 2rem;
  margin: 0 auto 1rem auto;
  position: relative;
}
.content-features .feature-icon svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.content-features .feature-icon img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
}
.content-features .feature-label {
  font-family: "ivypresto-text", serif;
  font-weight: 300;
}
.content-features .feature-label br {
  display: none;
}

@media (min-width: 576px) {
  .content-features .features {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-features .feature {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .content-features .feature {
    width: calc(100%/6);
    padding: 0;
  }
  .content-features .feature .feature-label {
    font-size: 1.125rem;
  }
  .content-features .feature .feature-label br {
    display: block;
  }
}
@media (min-width: 1400px) {
  .content-features .features {
    padding: 0 1.5%;
  }
  .content-features .features .feature-icon {
    width: 12rem;
    height: 12rem;
  }
  .content-features .features .feature-icon img {
    width: 6rem;
    height: 6rem;
  }
  .content-features .features .feature-label {
    font-size: 1.25rem;
  }
}
/* 
Content section with banner
*/
.content-section.content-section-w-banner .content-banner + .content-detail {
  margin-top: 1rem;
}
.content-section.content-section-w-banner .content-detail + .content-banner {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .content-section.content-section-w-banner .content-banner {
    padding-top: 0.5rem;
  }
  .content-section.content-section-w-banner .content-banner + .content-detail {
    margin-top: 0;
  }
  .content-section.content-section-w-banner .content-detail + .content-banner {
    margin-top: 0;
  }
}
/* 
Content Detail
*/
.content-detail .content-desc p + .btn-classic {
  margin-top: 1rem;
}

.content-section.content-section-w-form .content-detail + .content-form {
  margin-top: 1rem;
}

.content-form {
  box-shadow: 0px 5px 20px rgba(35, 31, 32, 0.1607843137);
  padding: 2rem 1.5rem;
  position: relative;
  z-index: 5;
  background: #fff;
}
.content-form .input-field {
  position: relative;
}
.content-form .input-field + .input-field {
  margin-top: 1rem;
}
.content-form .input-field + .btn-classic {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.content-form .input-field .form-control {
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
  border-color: #231f20;
  transition: all 0.3s ease-in-out;
}
.content-form .input-field .form-control:focus {
  box-shadow: none;
  border-color: #db2032;
}
.content-form .btn-primary {
  width: 100%;
}
.content-form .btn-primary span {
  width: 100%;
}
.content-form .input-group .form-select {
  max-width: 4rem;
  margin-right: 1.5rem;
}
.content-form .input-group.has-country-select .country-select {
  width: 4rem;
  margin-right: 1.5rem;
}
.content-form .input-group.has-country-select .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.content-form .input-group .one-half {
  flex: 0 0 100%;
  max-width: unset;
}
.content-form .input-group .one-half + .one-half {
  margin-left: 0 !important;
  margin-right: 0;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .content-form {
    padding: 2rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .content-section.content-section-w-form .content-detail {
    padding-top: 0.5rem;
  }
  .content-section.content-section-w-form .content-detail + .content-form {
    margin-top: 0;
  }

  .content-form .input-group .one-half {
    flex: 1;
  }
  .content-form .input-group .one-half + .one-half {
    margin-left: 2rem !important;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .content-form .input-field .form-control {
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .content-form {
    padding: 3rem 3.25rem;
  }
  .content-form .input-field + .input-field {
    margin-top: 1.5rem;
  }
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #db2032;
}

.daterangepicker td.in-range {
  background-color: rgba(219, 32, 50, 0.2);
}

.daterangepicker .drp-buttons .btn {
  padding: 8px 16px;
  line-height: 1;
}

.daterangepicker {
  font-family: "quasimoda", sans-serif;
}

.content-slider-wrap {
  box-shadow: 0px 5px 20px rgba(35, 31, 32, 0.1607843137);
  background: #fff;
}
.content-slider-wrap .content-slide {
  padding: 2rem;
}
.content-slider-wrap .slider-caption .caption-title {
  font-family: "ivypresto-text", serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.content-slider-wrap .slider-caption .caption-title .subtitle {
  font-family: "quasimoda", sans-serif;
  display: flex;
  align-items: center;
}
.content-slider-wrap .slider-caption .caption-title .subtitle .img-tag {
  margin-right: 0.5rem;
}
.content-slider-wrap .slider-caption .caption-title .subtitle .img-logo {
  margin-top: 0.5rem;
}
.content-slider-wrap .caption-content p {
  font-weight: 300;
}

.content-solider-nav {
  font-family: "ivypresto-text", serif;
  padding: 0;
  margin: 1rem auto;
}
.content-solider-nav .nav-info {
  display: flex;
  font-size: 1.25rem;
  padding: 1rem 0;
  justify-content: center;
}
.content-solider-nav .nav-info .current {
  font-weight: bold;
}
.content-solider-nav .nav-info .separator {
  color: #db2032;
  margin: 0 0.75rem;
}
.content-solider-nav .slick-dots {
  display: flex;
  bottom: -0.75rem;
}
.content-solider-nav .slick-dots li {
  margin: 0;
  padding: 0;
  flex: 1;
  height: 3px;
  position: relative;
}
.content-solider-nav .slick-dots li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 1px;
  left: 0;
  background: rgba(35, 35, 35, 0.5);
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.content-solider-nav .slick-dots li.slick-active button {
  background: #db2032;
}
.content-solider-nav .slick-dots li button {
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 0;
  height: 4px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.content-solider-nav .slick-dots li button::before {
  display: none;
}

.content-slider-outer {
  position: relative;
}

@media (min-width: 992px) {
  .content-slider-nav-wrap {
    position: absolute;
    bottom: 2rem;
    transform: translateX(calc(-100% - 3rem));
  }
}
@media (min-width: 1200px) {
  .content-solider-nav .nav-info {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .content-slider-wrap .content-slide {
    padding: 3rem;
  }
}
/* 
Content features
*/
.content-figures .figures {
  display: flex;
  flex-direction: column;
}
.content-figures .figure {
  padding: 1rem;
  text-align: center;
  position: relative;
}
.content-figures .figure-number {
  font-family: "ivypresto-text", serif;
  color: #db2032;
  font-size: 4rem;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.content-figures .figure-number::after {
  content: "+";
  color: rgba(35, 31, 32, 0.5);
  font-weight: 300;
  font-size: 3rem;
  position: absolute;
  top: -0.5rem;
  right: -1.5rem;
  z-index: -1;
}
.content-figures .figure-number.counter {
  position: absolute;
}
.content-figures .figure-label {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 1.2rem;
}

@media (min-width: 576px) {
  .content-figures .figures {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .content-figures .figures .figure {
    width: 25%;
  }
  .content-figures .figures .figure-number {
    font-size: 5rem;
  }
  .content-figures .figures .figure-number::after {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .content-figures .figures .figure {
    width: auto;
  }
  .content-figures .figures .figure-number {
    font-size: 6rem;
  }
  .content-figures .figures .figure-number::after {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .content-figures .figures {
    justify-content: space-between;
  }
  .content-figures .figures .figure {
    padding: 0;
  }
  .content-figures .figures .figure-number {
    font-size: 8rem;
  }
  .content-figures .figures .figure-number::after {
    font-size: 5.5rem;
    right: -2.5rem;
  }
}
@media (min-width: 1400px) {
  .content-figures .figures .figure-number {
    font-size: 12rem;
  }
  .content-figures .figures .figure-number::after {
    font-size: 7.5rem;
    right: -3rem;
  }
  .content-figures .figures .figure-label {
    font-size: 1.5rem;
    margin-top: -1rem;
  }
}
.content-section-showcase .container-fluid {
  background: #f9f9f9;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content-section-showcase .content-detail {
  text-align: center;
}

@media (min-width: 1200px) {
  .content-section-showcase .container-fluid {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1400px) {
  .content-section-showcase .container-fluid {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.content-tabs .classic-pills {
  margin: 0 -0.75rem 1rem -0.75rem;
  display: flex;
  justify-content: center;
}
.content-tabs .classic-pills .nav-item .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #231f20;
  background: transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.content-tabs .classic-pills .nav-item .nav-link::after {
  content: "";
  display: block;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0;
  height: 2px;
  background: #db2032;
  transition: all 0.3s ease-in-out;
  transform: scaleX(0);
  position: absolute;
}
.content-tabs .classic-pills .nav-item .nav-link.active {
  color: #db2032;
}
.content-tabs .classic-pills .nav-item .nav-link.active::after {
  transform: scale(1);
}

@media (min-width: 768px) {
  .content-tabs .classic-pills {
    margin: 0 -0.75rem 1rem -0.75rem;
    display: flex;
    justify-content: center;
  }
  .content-tabs .classic-pills .nav-item {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }
  .content-tabs .classic-pills .nav-item + .nav-item::before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    top: 0.5rem;
    bottom: 0.5rem;
  }
  .content-tabs .classic-pills .nav-item .nav-link {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .content-tabs .classic-pills .nav-item .nav-link::after {
    left: 1rem;
    right: 1rem;
  }
}
@media (min-width: 1200px) {
  .content-tabs .classic-pills {
    margin-top: 1rem;
  }
  .content-tabs .classic-pills .nav-item .nav-link {
    font-size: 1.25rem;
  }
}
/* 
Content section
*/
.content-section {
  font-family: "quasimoda", sans-serif;
  color: #231f20;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.4;
  clear: both;
  margin-top: 6rem;
}
.content-section .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 5;
}
.content-section .content-separator {
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .content-section {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 8rem;
  }
}
@media (min-width: 1200px) {
  .content-section {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 10rem;
  }
}
/* 
Content Col
*/
.content-col .content-title {
  font-family: "ivypresto-text", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.48;
  margin: 0;
  position: relative;
}

@media (min-width: 768px) {
  .content-col .content-title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .content-col .content-title {
    font-size: 2.6rem;
  }
}
@media (min-width: 1400px) {
  .content-col .content-title {
    font-size: 3rem;
  }
}
@media (min-width: 1680px) {
  .content-col .content-title {
    font-size: 3.125rem;
  }
}
/*
  Pages
*/
#student-services .content-banner img {
  transform: rotate(1deg);
}
#student-services .content-detail .content-desc .wrapper {
  position: relative;
}
#student-services .content-detail .content-desc .wrapper img {
  position: absolute;
  left: -14rem;
  top: 0;
  max-width: 25rem;
}

@media (min-width: 1200px) {
  #student-services .content-banner {
    padding-top: 0;
  }
  #student-services .content-banner img {
    transform: rotate(0);
  }
  #student-services .content-detail .content-desc .wrapper {
    padding: 3rem 0 0 11rem;
  }
  #student-services .content-detail .content-desc .wrapper img {
    position: absolute;
    left: -14.5rem;
    top: 0;
    max-width: 25rem;
  }
}
@media (min-width: 1440px) {
  #student-services .content-detail {
    padding-left: 3rem;
    padding-top: 2rem;
  }
  #student-services .content-detail .content-desc .wrapper {
    padding: 3rem 0 0 11rem;
  }
  #student-services .content-detail .content-desc .wrapper img {
    position: absolute;
    left: -13.5rem;
    top: 0.5rem;
    max-width: 24rem;
  }
}
@media (min-width: 1680px) {
  #student-services .content-detail {
    padding-top: 4rem;
  }
  #student-services .content-detail .content-desc .wrapper {
    padding: 3rem 0 0 11rem;
  }
  #student-services .content-detail .content-desc .wrapper img {
    position: absolute;
    left: -15.5rem;
    top: 0;
    max-width: 25rem;
  }
}
#student-enquire .parallax-container {
  margin-top: -7.5rem;
}

@media (min-width: 992px) {
  #student-enquire .content-detail {
    padding-top: 2rem;
  }
  #student-enquire .parallax-container {
    margin-top: -5rem;
  }
}
@media (min-width: 1200px) {
  #student-enquire .content-detail {
    padding-top: 5rem;
  }
  #student-enquire .content-detail .content-desc {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1400px) {
  #student-enquire .content-detail {
    padding-top: 5rem;
  }
  #student-enquire .content-detail .content-desc {
    padding-right: 8rem;
  }
  #student-enquire .parallax-container {
    margin-top: -9rem;
  }
}
@media (min-width: 1680px) {
  #student-enquire .content-detail .content-desc {
    padding-right: 8rem;
  }
  #student-enquire .parallax-container {
    margin-top: -9.75rem;
  }
}
#student-community .content-banner {
  order: 1;
  margin-top: 0;
}
#student-community .content-banner img {
  transform: rotate(-1deg);
}
#student-community .content-detail {
  margin-top: 1rem;
  order: 2;
}
#student-community #testimonials {
  margin-top: 2rem;
}
#student-community #testimonials-nav {
  width: 5rem;
}

@media (min-width: 992px) {
  #student-community .content-banner {
    order: 2;
    margin-top: 0;
  }
  #student-community .content-banner img {
    transform: rotate(0);
  }
  #student-community .content-detail {
    margin-top: 0;
    order: 1;
  }
  #student-community .content-slider {
    margin-top: -9rem;
  }
  #student-community .content-slider .content-slider-wrap .slider-caption .caption-title {
    flex-direction: row;
    align-items: center;
  }
  #student-community .content-slider .content-slider-wrap .slider-caption .caption-title h4 {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #student-community #testimonials {
    margin-top: 0;
  }
  #student-community #testimonials-nav {
    width: 7rem;
  }
  #student-community .content-detail {
    padding-top: 5rem;
  }
  #student-community .content-detail .content-desc {
    padding-right: 2.5rem;
  }
  #student-community .content-slider {
    margin-top: -9.5rem;
  }
}
@media (min-width: 1400px) {
  #student-community .content-detail .content-desc {
    padding-right: 10rem;
  }
  #student-community .content-slider {
    margin-top: -16.5rem;
  }
}
@media (min-width: 1680px) {
  #student-community .content-detail .content-desc {
    padding-right: 6rem;
  }
  #student-community .content-slider {
    padding-left: 3rem;
    margin-top: -20rem;
  }
}
#corporate-personalized .content-features {
  margin-top: 2rem;
}

@media (min-width: 576px) {
  #corporate-personalized .content-features .features {
    justify-content: space-between;
  }
  #corporate-personalized .content-features .feature:nth-child(3) {
    width: 100%;
    margin-top: -20%;
  }
  #corporate-personalized .content-features .feature:nth-child(4), #corporate-personalized .content-features .feature:nth-child(5) {
    margin-top: -10%;
  }
}
@media (min-width: 992px) {
  #corporate-personalized .content-detail .content-title br {
    display: none;
  }
  #corporate-personalized .content-features .feature-icon {
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 1200px) {
  #corporate-personalized .content-features {
    margin-top: 0;
    padding-left: 1rem;
  }
  #corporate-personalized .content-features .feature {
    width: 33.33%;
  }
  #corporate-personalized .content-features .feature:nth-child(3) {
    width: 100%;
    margin-top: -20%;
  }
  #corporate-personalized .content-features .feature-icon {
    width: 10rem;
    height: 10rem;
  }
  #corporate-personalized .content-features .feature-icon img {
    width: 4.75rem;
    height: 4.75rem;
  }
  #corporate-personalized .content-detail .content-desc {
    padding-right: 2rem;
  }
}
@media (min-width: 1400px) {
  #corporate-personalized .content-features {
    margin-top: -1rem;
  }
  #corporate-personalized .content-features .features {
    padding: 0;
  }
  #corporate-personalized .content-features .feature:nth-child(3) {
    margin-top: -15%;
  }
  #corporate-personalized .content-features .feature:nth-child(4), #corporate-personalized .content-features .feature:nth-child(5) {
    margin-top: -15%;
  }
  #corporate-personalized .content-features .feature-icon {
    width: 10.675rem;
    height: 10.675rem;
    padding: 4rem;
  }
  #corporate-personalized .content-detail .content-desc {
    padding-right: 8.5rem;
  }
}
@media (min-width: 992px) {
  #corporate-enquire .content-detail {
    padding-top: 11rem;
  }
  #corporate-enquire .content-container {
    margin-top: -8rem;
  }
}
@media (min-width: 1200px) {
  #corporate-enquire .content-detail {
    padding-top: 16rem;
  }
  #corporate-enquire .content-detail .content-desc {
    padding-right: 2.5rem;
  }
  #corporate-enquire .content-container {
    margin-top: -12rem;
  }
}
@media (min-width: 1400px) {
  #corporate-enquire .content-detail .content-desc {
    padding-right: 8rem;
  }
}
@media (min-width: 1680px) {
  #corporate-enquire .content-detail .content-desc {
    padding-right: 8rem;
  }
}
#corporate-mice .content-banner img {
  transform: rotate(1deg);
}
#corporate-mice .content-detail .content-desc .wrapper {
  position: relative;
}
#corporate-mice .content-detail .content-desc .wrapper .highlight {
  background: #231f20;
  color: #fff;
  padding: 2rem;
  margin: 2rem 0;
}
#corporate-mice .content-detail .content-desc .wrapper .highlight ul {
  list-style-image: url("../../images/home/cross.svg");
  padding-left: 1.5rem;
  margin: 0;
}
#corporate-mice .content-detail .content-desc .wrapper .highlight ul li {
  padding-left: 0.25rem;
}
#corporate-mice .content-detail .content-desc .wrapper .highlight ul li + li {
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  #corporate-mice .content-detail {
    padding-left: 2rem;
  }
  #corporate-mice .content-detail .content-desc .wrapper {
    padding: 2.5rem 0 0 3.5rem;
  }
  #corporate-mice .content-detail .content-desc .wrapper .highlight {
    position: absolute;
    left: -15em;
    top: 1rem;
    max-width: 20rem;
    margin: 0;
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 1200px) {
  #corporate-mice .content-banner img {
    transform: scale(1.05) translateX(0.5rem) translateY(1.5rem) rotate(0);
  }
  #corporate-mice .content-detail {
    padding-top: 3rem;
  }
}
@media (min-width: 1440px) {
  #corporate-mice .content-banner img {
    transform: rotate(0);
  }
  #corporate-mice .content-detail {
    padding-left: 2.5rem;
  }
  #corporate-mice .content-detail .content-desc .wrapper {
    padding: 2.5rem 0 0 10rem;
  }
  #corporate-mice .content-detail .content-desc .wrapper .highlight {
    left: -12rem;
    top: 2rem;
  }
}
@media (min-width: 1680px) {
  #corporate-mice .content-detail {
    padding-left: 3.5rem;
  }
  #corporate-mice .content-detail .content-desc .wrapper {
    padding: 3.5rem 0 0 11rem;
  }
  #corporate-mice .content-detail .content-desc .wrapper .highlight {
    left: -12rem;
    top: 2rem;
  }

  #corporate-mice .content-detail .content-desc .wrapper .highlight ul li + li {
    margin-top: 1rem;
  }
}
#corporate-success-stories .content-banner {
  order: 1;
  margin-top: 0;
}
#corporate-success-stories .content-banner img {
  transform: rotate(-1deg);
}
#corporate-success-stories .content-detail {
  margin-top: 1rem;
  order: 2;
}
#corporate-success-stories #corporate-testimonials {
  margin-top: 2rem;
}
#corporate-success-stories #corporate-testimonials-nav {
  width: 5rem;
}

@media (min-width: 992px) {
  #corporate-success-stories .content-banner {
    order: 2;
    margin-top: 0;
  }
  #corporate-success-stories .content-banner img {
    transform: rotate(0);
  }
  #corporate-success-stories .content-detail {
    margin-top: 0;
    order: 1;
  }
  #corporate-success-stories .content-slider {
    margin-top: -13rem;
  }
  #corporate-success-stories .content-slider .slider-caption .caption-title {
    flex-direction: row;
    align-items: baseline;
  }
}
@media (min-width: 1200px) {
  #corporate-success-stories #corporate-testimonials {
    margin-top: 0;
  }
  #corporate-success-stories #corporate-testimonials-nav {
    width: 7rem;
  }
  #corporate-success-stories .content-slider {
    margin-top: -17.5rem;
  }
  #corporate-success-stories .content-detail {
    padding-top: 5rem;
  }
  #corporate-success-stories .content-detail .content-desc {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1400px) {
  #corporate-success-stories .content-detail {
    padding-top: 5rem;
    padding-right: 6rem;
  }
  #corporate-success-stories .content-slider {
    margin-top: -22.5rem;
  }
}
@media (min-width: 1680px) {
  #corporate-success-stories .content-detail .content-desc {
    padding-right: 4rem;
  }
  #corporate-success-stories .content-slider {
    padding-left: 5rem;
    margin-top: -26rem;
    padding-right: 12rem;
  }
  #corporate-success-stories .content-slider-wrap .slider-caption .caption-title .subtitle .img-logo {
    max-width: 5.725rem;
  }
}
#corporate-partners .partners-list {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
#corporate-partners .partners-list li {
  padding: 0 2rem;
}
#corporate-partners .partners-list li img {
  display: block;
  height: 8.5rem;
  width: auto;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  #corporate-partners .partners-list {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  #corporate-partners .partners-list li {
    padding: 0 3rem;
  }
  #corporate-partners .partners-list li a {
    height: 100%;
  }
  #corporate-partners .partners-list li img {
    display: block;
    height: auto;
    width: 100%;
    margin: auto;
    min-height: 3rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1400px) {
  #corporate-partners .partners-list {
    margin-top: 1rem;
  }
  #corporate-partners .partners-list li {
    padding: 0 3rem;
  }
  #corporate-partners .partners-list li a {
    height: 100%;
  }
  #corporate-partners .partners-list li img {
    display: block;
    height: auto;
    width: 100%;
    margin: auto;
    min-height: 3rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1680px) {
  #corporate-partners .content-desc {
    padding: 0 5.75rem;
  }
}
@media (min-width: 992px) {
  #leisure-enquire .content-detail {
    padding-top: 11rem;
  }
  #leisure-enquire .content-container {
    margin-top: -8rem;
  }
}
@media (min-width: 1200px) {
  #leisure-enquire {
    margin-top: 0;
    padding-top: 10rem;
    position: relative;
    margin-bottom: 2rem;
  }
  #leisure-enquire::before {
    content: "";
    display: block;
    height: 4rem;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9f9f9", endColorstr="#ffffff",GradientType=0 );
    top: 0;
  }
  #leisure-enquire .content-detail {
    padding-top: 16rem;
  }
  #leisure-enquire .content-detail .content-desc {
    padding-right: 3rem;
  }
  #leisure-enquire .content-container {
    margin-top: -12rem;
  }
}
@media (min-width: 1400px) {
  #leisure-enquire .content-detail .content-desc {
    padding-right: 8rem;
  }
}
@media (min-width: 1680px) {
  #leisure-enquire .content-detail .content-desc {
    padding-right: 8rem;
  }
}
#leisure-exploring {
  height: 100vh;
  position: relative;
  padding: 0;
  margin: 2rem 0 -1rem 0;
}
#leisure-exploring::before, #leisure-exploring::after {
  content: "";
  display: block;
  height: 3rem;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
#leisure-exploring::before {
  top: 0;
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#007db9e8",GradientType=0 );
}
#leisure-exploring::after {
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgb(249, 249, 249) 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgb(249, 249, 249) 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(249, 249, 249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007db9e8", endColorstr="#f9f9f9",GradientType=0 );
}
#leisure-exploring > .container-fluid {
  height: 100%;
  position: relative;
}
#leisure-exploring .content-row {
  height: 100%;
  position: relative;
  z-index: 5;
}
#leisure-exploring .title-row {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
#leisure-exploring .bg-row {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
#leisure-exploring .bg-row > .content-col {
  padding: 0;
}

@media (min-width: 768px) {
  #leisure-exploring {
    margin: 2rem 0 -1rem 0;
  }
  #leisure-exploring .title-row {
    top: 7rem;
  }
}
@media (min-width: 992px) {
  #leisure-exploring .title-row {
    top: 3rem;
  }
}
@media (min-width: 1400px) {
  #leisure-exploring .title-row {
    top: 5em;
  }
}
.continents-slider {
  margin-left: -12px;
  margin-right: -12px;
  height: 100%;
}
.continents-slider .slick-list,
.continents-slider .slick-track {
  height: 100%;
}
.continents-slider .continents-slide {
  text-align: center;
  position: relative;
  height: 100%;
}

.continents-slide .content {
  height: 100%;
  position: relative;
}
.continents-slide .content .map {
  height: 100%;
}
.continents-slide .content .map .map-in {
  position: relative;
  transform: translateY(-80%) scale(1);
  top: 50%;
  transition: all 1s ease-in-out;
}
.continents-slide .content .map svg {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  transition: all 1s ease-in-out;
}
.continents-slide .content .map svg path {
  stroke-width: 1px;
}
.continents-slide .caption {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 60%;
  opacity: 1;
}
.continents-slide .caption h3 {
  font-family: "ivypresto-text", serif;
  font-size: 3rem;
  font-weight: bold;
}
.continents-slide .caption .btn-outline {
  opacity: 1;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .continents-slide .content .map .map-in {
    transform: translateY(-70%) scale(0.8);
  }
  .continents-slide .content .map svg path {
    stroke-width: 0;
  }
  .continents-slide .caption h3 {
    font-size: 7rem;
  }
  .continents-slide .caption .btn-outline {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}
@media (min-width: 992px) {
  .continents-slide .content .map .map-in {
    transform: translateY(-60%) scale(0.5);
  }
  .continents-slide .caption h3 {
    font-size: 5rem;
  }
  .continents-slide .caption .btn-outline {
    padding: 1rem 1rem;
  }
}
@media (min-width: 992px) {
  .continents-slide .content .map .map-in {
    transform: translateY(-57.5%) scale(0.325);
  }
}
@media (min-width: 1400px) {
  .continents-slide .content .map .map-in {
    transform: translateY(-55%) scale(0.3);
  }
  .continents-slide .btn-outline {
    font-size: 1.125rem;
    padding: 1rem 1rem;
  }
}
@media (min-width: 1680px) {
  .continents-slide .caption {
    top: 75%;
  }
  .continents-slide .content .map .map-in {
    transform: translateY(-50%) scale(0.4);
  }
}
.locations-slider {
  height: 100%;
  width: 100%;
}
.locations-slider .slick-list,
.locations-slider .slick-track {
  height: 100%;
}
.locations-slider .location-slide {
  height: 100%;
}
.locations-slider .location-slide .content {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.locations-slider .location-slide .content::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.85;
}
.locations-slider .location-slide .caption {
  position: absolute;
  bottom: 3rem;
  width: 70%;
  font-size: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  line-height: normal;
}
.locations-slider .location-slide .caption .pin {
  display: flex;
  justify-content: center;
  align-items: center;
}
.locations-slider .location-slide .caption .pin img {
  max-width: 1.25rem;
  height: auto;
  display: block;
  margin-right: 1rem;
  top: 0;
}

@media (min-width: 768px) {
  .locations-slider .location-slide {
    height: 100%;
  }
  .locations-slider .location-slide .caption {
    bottom: 7rem;
  }
}
@media (min-width: 992px) {
  .locations-slider .location-slide .caption {
    bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .locations-slider .location-slide .caption {
    left: 0;
    bottom: 4.75rem;
    width: 100%;
    max-width: 1200px;
    padding-right: 60%;
  }
  .locations-slider .location-slide .caption .pin {
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  .locations-slider .location-slide .caption {
    max-width: 1400px;
    padding-right: 60%;
    font-size: 100%;
  }
}
#leisure-offers {
  background: #f9f9f9;
  padding-top: 8rem;
  margin-top: 0;
}

.leisure-offers {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.leisure-offers .offer-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.leisure-offers .offer {
  box-shadow: 0 2px 20px -20px rgba(0, 0, 0, 0.5);
  border: none;
}
.leisure-offers .offer a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.leisure-offers .offer a:hover img {
  filter: grayscale(1);
}
.leisure-offers .offer a:hover::before {
  transform: translate(0) scale(1) rotate(0deg) !important;
}
.leisure-offers .offer a:hover::after {
  transform: translate(0) scale(2) rotate(0deg) !important;
  opacity: 0.7;
}
.leisure-offers .offer a::before, .leisure-offers .offer a::after {
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.leisure-offers .offer a::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4v16m8-8H4' /%3E%3C/svg%3E");
  width: 6rem;
  height: 6rem;
  background: transparent;
  color: #fff;
  filter: invert(1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(17%) translate(775%, -430%) rotate(90deg);
  z-index: 5;
}
.leisure-offers .offer a::after {
  content: "";
  width: 20rem;
  height: 20rem;
  background: #db2032;
  opacity: 1;
  top: 0;
  right: 0;
  transform: translate(35%, -50%) scale(0.5) rotate(45deg);
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center center;
}
.leisure-offers .offer img {
  transition: all 0.3s ease-in-out;
}
.leisure-offers .offer .card-body {
  padding: 1rem;
  font-size: 0.875rem;
}
.leisure-offers .offer .card-body .package-meta {
  margin-bottom: 1rem;
}
.leisure-offers .offer .card-title {
  font-family: "ivypresto-text", serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.leisure-offers .btn-primary {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.leisure-offers .btn-primary span {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .leisure-offers {
    margin-top: 2rem;
  }
  .leisure-offers .offer-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .leisure-offers .offer a::before {
    transform: scale(20%) translate(775%, -430%) rotate(90deg);
  }
  .leisure-offers .offer a::after {
    transform: translate(52%, -50%) scale(0.5) rotate(45deg);
  }
  .leisure-offers .offer .card-body {
    padding: 1.5rem;
  }
  .leisure-offers .offer .card-body .package-meta {
    margin-bottom: 0.5rem;
  }
  .leisure-offers .offer .card-title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .leisure-offers {
    margin-bottom: 0;
  }
  .leisure-offers .offer-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
  .leisure-offers .offer-wrap .offer a::before {
    transform: scale(27%) translate(775%, -430%) rotate(90deg);
  }
  .leisure-offers .offer-wrap .offer a::after {
    transform: translate(70%, -55%) scale(0.5) rotate(45deg);
  }
}
@media (min-width: 1200px) {
  #leisure-offers {
    background: #f9f9f9;
    padding-top: 10rem;
  }

  .leisure-offers .offer-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .leisure-offers .offer-wrap .offer a::before {
    transform: scale(21%) translate(775%, -430%) rotate(90deg);
  }
  .leisure-offers .offer-wrap .offer a::after {
    transform: translate(55%, -50%) scale(0.5) rotate(45deg);
  }
  .leisure-offers .offer-wrap .offer .card-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .leisure-offers .offer-wrap .offer a::before {
    transform: scale(25%) translate(775%, -425%) rotate(90deg);
  }
  .leisure-offers .offer-wrap .offer a::after {
    transform: translate(63%, -55%) scale(0.5) rotate(45deg);
  }
  .leisure-offers .btn-primary {
    width: 100%;
  }
}
@media (min-width: 1680px) {
  .leisure-offers .offer-wrap .offer a::before {
    transform: scale(25%) translate(835%, -460%) rotate(90deg);
  }
  .leisure-offers .offer-wrap .offer a::after {
    transform: translate(68%, -55%) scale(0.5) rotate(45deg);
  }
  .leisure-offers .btn-primary {
    width: 100%;
  }
}
#leisure-dream-vacation .content-banner {
  margin-top: 2rem;
}
#leisure-dream-vacation .content-detail {
  margin-top: 0;
}
#leisure-dream-vacation #vacation-packages {
  margin-top: 0;
}
#leisure-dream-vacation #vacation-packages .slider-caption .btn-link {
  margin-top: 1rem;
}
#leisure-dream-vacation #vacation-packages-nav {
  width: 5rem;
}

.classic-modal.holiday-package-modal .modal-content .modal-header {
  padding-bottom: 0;
  border: none;
}
.classic-modal.holiday-package-modal .modal-content .modal-header .btn-clode {
  top: 2.25rem;
}

@media (min-width: 992px) {
  #leisure-dream-vacation .content-banner {
    order: 2;
    margin-top: 0;
  }
  #leisure-dream-vacation .content-banner img {
    transform: rotate(1deg);
  }
  #leisure-dream-vacation .content-detail {
    margin-top: 0;
    order: 1;
  }
  #leisure-dream-vacation .content-slider {
    margin-top: -8rem;
    margin-bottom: 2rem;
  }
  #leisure-dream-vacation .content-slider .slider-caption .caption-title {
    flex-direction: row;
    align-items: baseline;
  }
}
@media (min-width: 1200px) {
  #leisure-dream-vacation {
    padding-bottom: 3rem;
  }
  #leisure-dream-vacation #vacation-packages {
    margin-top: 0;
  }
  #leisure-dream-vacation #vacation-packages-nav {
    width: 7rem;
  }
  #leisure-dream-vacation .content-slider {
    margin-top: -15rem;
    padding-right: 4rem;
  }
  #leisure-dream-vacation .content-slider .package-meta .item {
    padding: 0 0 0 2.5rem;
    font-size: 1rem;
  }
  #leisure-dream-vacation .content-detail {
    padding-top: 4rem;
  }
  #leisure-dream-vacation .content-detail .content-desc {
    padding-right: 4rem;
  }
}
@media (min-width: 1400px) {
  #leisure-dream-vacation {
    padding-bottom: 5rem;
  }
  #leisure-dream-vacation .content-detail {
    padding-top: 5rem;
    padding-right: 10rem;
  }
  #leisure-dream-vacation .content-slider {
    margin-top: -19rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1680px) {
  #leisure-dream-vacation .content-slider {
    margin-top: -19rem;
    padding-left: 6rem;
    padding-right: 4.5em;
  }
}
#leisure-search .banner-form {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
#leisure-search .banner-form form {
  display: flex;
  flex-direction: column;
}
#leisure-search .banner-form form .input-field + .input-field {
  margin-top: 0.125rem;
}
#leisure-search .banner-form form .input-field + .btn-classic {
  margin-top: 0.125rem;
}
#leisure-search .banner-form .btn-classic svg {
  width: 1rem;
}
#leisure-search .banner-form .form-select {
  background: #fff;
  color: #231f20;
  border: none;
  -webkit-appearance: button;
  outline: none;
  padding: 1rem 1.25rem 1rem 2rem;
}
#leisure-search .banner-form .input-icon {
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  width: auto;
  pointer-events: none;
  transform: translateY(-10%);
}
#leisure-search .banner-form .input-field:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1rem;
  background: #fff;
  text-align: center;
  line-height: 50px;
  color: #fff;
  pointer-events: none;
}
#leisure-search .all-options {
  color: #fff;
}
#leisure-search .all-options img {
  display: inline-block;
  width: 0.75rem;
  height: auto;
  margin-right: 0.5rem;
}
#leisure-search .all-options a {
  color: #fff;
  text-decoration: underline;
}
#leisure-search .all-options a:hover {
  color: #db2032;
}

@media (min-width: 768px) {
  #leisure-search .banner-form form {
    flex-direction: row;
  }
  #leisure-search .banner-form form .input-field {
    flex: 1;
  }
  #leisure-search .banner-form form .input-field select {
    height: 100%;
  }
  #leisure-search .banner-form form .btn-classic {
    width: 3.5rem;
    margin-bottom: 0;
  }
  #leisure-search .banner-form form .btn-classic .btn-label {
    padding: 0.75rem;
  }
  #leisure-search .banner-form form .input-field + .input-field {
    margin-top: 0;
    margin-left: 0.125rem;
  }
  #leisure-search .banner-form form .input-field + .btn-classic {
    margin-top: 0;
    margin-left: 0.125rem;
  }

  .all-options {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  #leidure-banner .page-banner-caption {
    margin-top: 5rem;
  }
}
@media (min-width: 1400px) {
  #leisure-search .banner-form {
    margin-top: 2rem;
  }
  #leisure-search .banner-form .btn-classic svg {
    width: 1.5rem;
  }
  #leisure-search .all-options {
    font-size: 80%;
  }
  #leisure-search .all-options img {
    width: 1rem;
  }
}
@media (min-width: 1680px) {
  #leisure-search .banner-form .btn-classic {
    width: 4rem !important;
  }
}
.package-meta {
  display: flex;
  flex-direction: column;
}
.package-meta .item {
  padding: 0 0 0 1.5rem;
  position: relative;
  flex: 1;
  line-height: normal;
}
.package-meta .item + .item {
  margin-top: 1rem;
}
.package-meta .item .icon {
  position: absolute;
  left: 0;
  top: 0.125rem;
  max-width: 1rem;
  height: auto;
}
.package-meta .item .label {
  display: block;
  white-space: nowrap;
  font-size: 80%;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .package-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .package-meta .item {
    padding: 0 0 0 2.5rem;
  }
  .package-meta .item + .item {
    margin-top: 0;
    margin-left: 1rem;
  }
  .package-meta .item .icon {
    top: 0.125rem;
    max-width: 1.75rem;
  }
  .package-meta .item .label {
    font-size: 85%;
  }
}
/*
  Overrides
*/
.main-nav .nav-bottom:before {
  display: none;
}

@media (min-width: 1200px) {
  .main-nav .nav-bottom .navbar .navbar-brand {
    margin-top: -1.25rem;
  }
}
.iti__flag {
  background-image: url("../vendor/telInput/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../vendor/telInput/img/flags%402x.png");
  }
}

/*# sourceMappingURL=app.css.map */
