.home {
    overflow: hidden;
}

.home-partner__inner {
    background: #fff;
    padding: 30px 0;
}

.home-partner__header {
    margin-bottom: 1rem;
}

.home-partner__carousel .owl-item, .home-partner__carousel .owl-stage-outer {
    min-height: 144px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-use-us__post-item--link-origin {
    margin: 1rem 0 10px;
    display: block;
}

.home-use-us__grid {
    margin-bottom: 40px;
}

.home-use-us__carousel {
    margin: 32px 0 37px;
}

.home-use-us__content {
    margin-top: 20px;
}

.home-use-us__header--sort-desc {
    margin: 1rem 0 2rem;
}

.home-use-us .--btn-primary {
    padding: 22px 18px;
    border-radius: 47px !important;
}

.home-about-us__item {
    margin-top: 30px;
}

.home-about-us__grid {
    margin-bottom: 48.23px;
}

.home-key-pass__list {
    margin-bottom: 48px;
}

a.home-about-us__header--link.--btn-outline-primary {
    padding: 9px 29px;
    border-radius: 6px;
}

.home-key-pass__item {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-blue-a);
    padding: 21px 31px 21px 23px;
    background: #fff;
    border-radius: 9px;
    margin-top: 20px;
}

.home-key-pass__item:hover {
    background-color: var(--color-blue-5);
}

.home-key-pass__item:hover * {
    color: #fff !important;
}

.home-key-pass__item img {
    margin-right: 23px;
}

h5.home-key-pass__item-content--title {
    margin-bottom: 6px;
}

p.home-key-pass__header--sort-desc {
    margin: 24px 0 40px;
}

.home-courses__header {
    margin-bottom: 24px;
}

.home-courses {
    margin-bottom: 48px;
}

.home-numbers-card__inner {
    padding: 15px;
    border-radius: 9px;
    background: #fff;
    transition: all ease 0.5s;
    border: 1px solid var(--color-blue-a);
    height: 95px;
}

.home-numbers__cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 24px -11.5px 48px;
}

.home-numbers__card {
    width: calc(25% - 23px);
    margin: 0 11.5px;
    transition: all ease 0.5s;
}

.home-numbers__card:hover {
    transform: translateY(-7px);
}

.home-numbers-card__inner:hover {
    background-color: var(--color-blue-2);
}

.home-numbers-card__inner:hover * {
    color: #fff !important;
}

.home-focus {
    margin-bottom: 48px;
}

p.home-focus__header--sort-desc {
    margin-bottom: 24px;
    margin-top: 8px;
}

.home-focus-carousel-item__overlay {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 97.92%);
    border-radius: 9px;
}

.home-focus-carousel-item--title {
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: -60px;
    color: var(--color-blue-0);
    left: 19.5px;
    right: 19.5px;
    z-index: 1;
}

.home-focus-carousel__item.home-focus-carousel-item .home-focus-carousel-item__img {
    border-radius: 9px;
    overflow: hidden;
    height: 100%;
}

.home-focus-carousel__item.home-focus-carousel-item .home-focus-carousel-item__img img {
    height: 100%;
    object-fit: cover;
}

.home-focus-carousel .owl-nav.disabled {
    display: block;
}

.home-focus-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    width: 30px;
    height: 80px;
    background-color: var(--color-blue-2) !important;
    opacity: 0.8;
    z-index: 1;
    color: #fff !important;
    margin: 0 !important;
}

.home-focus-carousel .owl-nav button:hover, .home-focus-carousel .owl-nav button.active {
    opacity: 1;
}

.home-focus-carousel .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

.home-focus-carousel .owl-nav button:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro";
    color: #fff !important;
    font-weight: 300;
}

.home-focus-carousel .owl-nav button.owl-next:before {
    content: "\f061";
}

.home-focus-carousel .owl-nav button span {
    display: none;
}

.home-focus__carousel .owl-carousel .owl-stage {
    height: 310px;
}

.home .banner-carousel .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 20px 0;
}

.home-use-us__carousel.owl-carousel .owl-item img {
    max-height: 125px;
    width: auto;
}

.home-use-us__carousel.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.home-about-us__item-content--title {
    margin-bottom: 15px;
    height: 48px;
}

.home-about-us__item-content--sort-desc {
    height: 56.25px;
    display: inline-block;
}

.home-use-us__post-item--title {
    height: 120px;
}

.home-focus-carousel .owl-stage-outer .owl-item > a,
.home-focus-carousel .owl-stage-outer .owl-item > a > div,
.home-focus-carousel .owl-stage-outer .owl-item > a > div > div.home-focus-carousel-item__img {
    height: 100%;
    width: 100%;
}

.banner-carousel video {
    transform: scaleX(1.009);
}

.banner-carousel video:focus-visible {
    outline: none;
}

.home-partner__carousel.owl-carousel .owl-item img {
    width: auto;
}

.home-numbers-card__num {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .home-numbers__cards {
        margin-bottom: 32px;
    }

    .home-numbers__card.home-numbers-card {
        width: 100%;
        margin-bottom: 1rem;
    }

    h3.home-focus__header--title.--title-primary {
        text-align: center;
    }

    .home-key-pass__item {
        flex-wrap: wrap;
    }

    img.home-key-pass__item--img {
        margin: 0 auto 12px;
    }

    h5.home-key-pass__item-content--title {
        text-align: center;
    }

    a.home-about-us__header--link.--btn-outline-primary {
        display: none;
    }

    .home-use-us__post-item {
        margin-bottom: 30px;
    }

    .--title-primary {
        font-size: 24px;
        line-height: 1.25;
    }

    .home-focus__carousel .owl-item {
        height: calc(100% - 60px);
        display: flex;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .active .home-focus-carousel__item.home-focus-carousel-item {
        position: relative;
        transform: scale(0.85, 0.8);
    }

    .home-focus-carousel__item.home-focus-carousel-item {
        transition: all ease 1s;
    }

    .home-focus-carousel__item.home-focus-carousel-item,
    .active .home-focus-carousel__item.home-focus-carousel-item.active {
        position: relative;
        transform: scale(1, 0.8);
    }

    .center .home-focus-carousel__item.home-focus-carousel-item.active {
        transform: scale(1, 1);
    }

    .home-focus__carousel .owl-item {
        height: 205px;
        display: flex;
        align-items: center;
    }

    .home-focus-carousel-item--title {
        bottom: -70px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home-numbers__card.home-numbers-card {
        width: calc(50% - 23px);
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .home-partner__carousel .owl-item img {
        max-width: 155px;
    }

    .home-partner__carousel .owl-item:nth-child(1) {
        justify-content: end;
    }

    .home-partner__carousel .owl-item:nth-child(3) {
        justify-content: start;
    }

    .home-partner__carousel .owl-item:nth-child(3) img {
        max-width: 250px;
    }
}

@media (min-width: 1440px) {
    .home-focus__carousel .owl-item {
        height: 232px;
    }

    .home-numbers-card__inner {
        padding: 30px;
        height: 105px;
    }

    h5.home-numbers-card__text--title {
        font-size: 20px;
        line-height: normal;
    }

    p.home-numbers-card__text--sort-desc {
        font-size: 14px;
        line-height: normal;
    }

    .home-focus-carousel-item--title {
        font-size: 14px;
        height: 63px !important;
    }
}

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