@-webkit-keyframes fragment_1 {
    0% {
        transform: scale(1) translate(0, 0);
        -webkit-transform: scale(1) translate(0, 0)
    }
    50% {
        transform: scale(1.1) translate(-1vw, 1vw);
        -webkit-transform: scale(1.1) translate(-1vw, 1vw)
    }
    100% {
        transform: scale(1) translate(0, 0);
        -webkit-transform: scale(1) translate(0, 0)
    }
}

@keyframes fragment_1 {
    0% {
        transform: scale(1) translate(0, 0);
        -webkit-transform: scale(1) translate(0, 0)
    }
    50% {
        transform: scale(1.1) translate(-1vw, 1vw);
        -webkit-transform: scale(1.1) translate(-1vw, 1vw)
    }
    100% {
        transform: scale(1) translate(0, 0);
        -webkit-transform: scale(1) translate(0, 0)
    }
}

@-webkit-keyframes fragment_3 {
    0% {
        transform: scale(1) translate(0, 0);
        -webkit-transform: scale(1) translate(0, 0)
    }
    50% {
        transform: scale(1.1) translate(1vw, -1vw);
        -webkit-transform: scale(1.1) translate(1vw, -1vw)
    }
    100% {
        transform: scale(1) translate(0, 0);
        -webkit-transform: scale(1) translate(0, 0)
    }
}

@keyframes fragment_3 {
    0% {
        transform: scale(1) translate(0, 0);
        -webkit-transform: scale(1) translate(0, 0)
    }
    50% {
        transform: scale(1.1) translate(1vw, -1vw);
        -webkit-transform: scale(1.1) translate(1vw, -1vw)
    }
    100% {
        transform: scale(1) translate(0, 0);
        -webkit-transform: scale(1) translate(0, 0)
    }
}

.top-banner.classic {
    background-position: initial;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.top-banner.classic .icon_bot {
    bottom: 45px;
    position: absolute;
    font-size: 30px;
    color: var(--light-color);
    display: block;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

.top-banner.classic .content {
    text-align: center
}

.top-banner.classic .title {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: var(--light-color)
}

.top-banner.classic .title-big {
    font-size: 80px
}

.top-banner.classic .title i {
    color: var(--dark-color);
    font-style: normal
}

.top-banner.classic .subtitle {
    color: var(--light-color);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 7px
}

.top-banner.classic .desc {
    font-size: 20px;
    line-height: 1.6;
    color: var(--light-color);
    max-width: 770px;
    margin-top: 8px
}

.top-banner.classic .images-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.top-banner.classic .img-wrap {
    position: absolute
}

.top-banner.classic .img-wrap-1 {
    right: 0;
    left: 87% !important;
    top: -15% !important
}

.top-banner.classic .img-wrap-1 img {
    -webkit-animation: fragment_1 alternate 9s ease-in-out infinite;
    animation: fragment_1 alternate 9s ease-in-out infinite
}

.top-banner.classic .img-wrap-2 {
    left: 70% !important;
    top: 5% !important
}

.top-banner.classic .img-wrap-2 img {
    -webkit-animation: fragment_2 alternate 9s ease-in-out infinite;
    animation: fragment_2 alternate 9s ease-in-out infinite
}

.top-banner.classic .img-wrap-3 {
    top: 80% !important;
    left: -5% !important
}

.top-banner.classic .img-wrap-3 img {
    -webkit-animation: fragment_3 alternate 9s ease-in-out infinite;
    animation: fragment_3 alternate 9s ease-in-out infinite
}

@media only screen and (max-width: 1200px) {
    .top-banner.classic .subtitle {
        font-size: 10px
    }
    .top-banner.classic .title-big {
        font-size: 60px
    }
    .top-banner.classic .desc {
        font-size: 18px
    }
}

@media only screen and (max-width: 991px) {
    .top-banner.classic .title {
        font-size: 54px
    }
}

@media only screen and (max-width: 768px) {
    .top-banner.classic .subtitle {
        margin-top: 5px;
        font-size: 10px
    }
    .top-banner.classic .desc {
        font-size: 15px
    }
    .top-banner.classic .img-wrap-1 {
        left: 47% !important
    }
    .top-banner.classic .img-wrap-3 {
        left: -55% !important
    }
}

@media only screen and (max-width: 576px) {
    .top-banner.classic {
        padding: 0 15px
    }
    .top-banner.classic .title {
        font-size: 45px
    }
    .top-banner.classic .subtitle {
        font-size: 15px
    }
}

.top-banner.metro {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.top-banner.metro .icon_bot {
    bottom: 45px;
    position: absolute;
    font-size: 30px;
    color: var(--light-color);
    display: block;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

.top-banner.metro .content {
    text-align: center
}

.top-banner.metro .title {
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    color: var(--dark-color)
}

.top-banner.metro .title i {
    color: var(--light-color);
    font-style: normal
}

.top-banner.metro .subtitle {
    color: var(--dark-color);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 7px
}

.top-banner.metro .desc {
    font-size: 15px;
    line-height: 1.73;
    color: var(--grey-color);
    max-width: 570px;
    margin: auto;
    margin-top: 7px
}

.top-banner.metro.light .title {
    color: var(--light-color)
}

.top-banner.metro.light .title i {
    color: var(--dark-color)
}

.top-banner.metro.light .subtitle {
    color: var(--light-color)
}

.top-banner.metro.light .desc {
    color: var(--light-color)
}

.top-banner.metro .btn-wrapper {
    margin-top: 30px
}

.top-banner.metro .images-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.top-banner.metro .img-wrap {
    position: absolute
}

.top-banner.metro .img-wrap-1 {
    right: 0;
    left: 87% !important;
    top: -15% !important
}

.top-banner.metro .img-wrap-1 img {
    -webkit-animation: fragment_1 alternate 9s ease-in-out infinite;
    animation: fragment_1 alternate 9s ease-in-out infinite
}

.top-banner.metro .img-wrap-2 {
    left: 70% !important;
    top: 5% !important
}

.top-banner.metro .img-wrap-2 img {
    -webkit-animation: fragment_2 alternate 9s ease-in-out infinite;
    animation: fragment_2 alternate 9s ease-in-out infinite
}

.top-banner.metro .img-wrap-3 {
    top: 80% !important;
    left: -5% !important
}

.top-banner.metro .img-wrap-3 img {
    -webkit-animation: fragment_3 alternate 9s ease-in-out infinite;
    animation: fragment_3 alternate 9s ease-in-out infinite
}

@media only screen and (max-width: 1400px) {
    .top-banner.metro .title {
        font-size: 80px
    }
    .top-banner.metro .subtitle {
        font-size: 10px
    }
}

@media only screen and (max-width: 1200px) {
    .top-banner.metro .subtitle {
        font-size: 10px
    }
}

@media only screen and (max-width: 991px) {
    .top-banner.metro .title {
        font-size: 54px
    }
    .top-banner.metro .btn-wrapper {
        margin-top: 20px
    }
}

@media only screen and (max-width: 768px) {
    .top-banner.metro .subtitle {
        margin-top: 5px;
        font-size: 10px
    }
    .top-banner.metro .desc {
        font-size: 15px
    }
    .top-banner.metro .img-wrap-1 {
        left: 47% !important
    }
    .top-banner.metro .img-wrap-3 {
        left: -55% !important
    }
}

@media only screen and (max-width: 576px) {
    .top-banner.metro {
        padding: 0 15px
    }
    .top-banner.metro .title {
        font-size: 35px
    }
    .top-banner.metro .subtitle {
        font-size: 15px
    }
    .top-banner.metro .btn-wrapper {
        margin-top: 10px
    }
}

.top-banner.video {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    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;
    position: relative
}

.top-banner.video .title {
    max-width: 1000px;
    color: var(--dark-color);
    font-size: 42px;
    font-weight: bold;
    line-height: 1.5
}

.top-banner.video .title-light {
    color: var(--light-color)
}

.top-banner.video .title-big {
    font-size: 60px;
    line-height: normal;
    line-height: 1.4
}

.top-banner.video .content-wrap {
    padding-left: 100px
}

.top-banner.video .btn-wrapper {
    margin-top: 29px
}

.top-banner.video .play {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(var(--light-color-a), 0.9);
    color: var(--dark-color);
    position: absolute;
    right: 80px;
    bottom: 78px;
    padding-left: 7px;
    text-decoration: none;
    line-height: 1
}

.top-banner.video .play::before {
    content: "\f488";
    font-family: Ionicons, sans-serif;
    font-size: 40px;
    font-weight: 900
}

.top-banner.video .play:hover {
    background-color: var(--dark-color);
    color: var(--light-color)
}

@media only screen and (max-width: 1200px) {
    .top-banner.video .play {
        width: 100px;
        height: 100px;
        bottom: 70px
    }
    .top-banner.video .title {
        font-size: 45px;
        max-width: 770px
    }
}

@media only screen and (min-width: 992px) {
    .top-banner.video .title {
        margin-top: 110px
    }
}

@media only screen and (max-width: 991px) {
    .top-banner.video .content-wrap {
        padding-left: 40px
    }
    .top-banner.video .title {
        max-width: 600px;
        font-size: 35px
    }
    .top-banner.video .play {
        width: 80px;
        height: 80px;
        right: 40px;
        bottom: 30px
    }
    .top-banner.video .play::before {
        font-size: 30px
    }
}

@media only screen and (max-width: 768px) {
    .top-banner.video .content-wrap {
        padding: 0 15px
    }
    .top-banner.video .title {
        max-width: 100%;
        font-size: 32px
    }
    .top-banner.video .play {
        width: 60px;
        height: 60px;
        right: 30px
    }
    .top-banner.video .play::before {
        font-size: 25px
    }
}

@media only screen and (max-width: 576px) {
    .top-banner.video .title {
        font-size: 28px
    }
    .top-banner.video .play {
        right: 15px;
        bottom: 15px
    }
}

.top-banner.simple {
    min-height: 480px;
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative
}

.top-banner.simple .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.32;
    background-color: #000
}

.top-banner.simple .title {
    font-size: 50px;
    font-weight: bold;
    color: var(--dark-color)
}

.top-banner.simple .title i {
    opacity: .5;
    font-style: normal
}

.top-banner.simple .btn-wrapper {
    margin-top: 45px
}

.top-banner.simple.light .title {
    color: var(--light-color)
}

@media (max-width: 1200px) {
    .top-banner.simple {
        min-height: 400px
    }
    .top-banner.simple .title {
        font-size: 40px
    }
}

@media (max-width: 991px) {
    .top-banner.simple {
        min-height: 350px
    }
    .top-banner.simple .title {
        font-size: 35px
    }
    .top-banner.simple .btn-wrapper {
        margin-top: 30px
    }
    .top-banner.simple .img-wrap-1 {
        width: 50px;
        height: 50px
    }
    .top-banner.simple .img-wrap-2 {
        width: 30px
    }
    .top-banner.simple .img-wrap-3 {
        width: 89px
    }
}

@media (max-width: 767px) {
    .top-banner.simple {
        min-height: 300px;
        padding: 30px 0
    }
    .top-banner.simple .title {
        font-size: 30px
    }
}

.top-banner.with-breadcrumbs {
    min-height: 600px;
    padding: 50px 0;
    text-align: center;
    position: relative
}

.top-banner.with-breadcrumbs.only-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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
}

.top-banner.with-breadcrumbs.only-title .title {
    margin-top: 0
}

.top-banner.with-breadcrumbs .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    background-color: #000
}

.top-banner.with-breadcrumbs .subtitle {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.top-banner.with-breadcrumbs .title {
    font-size: 60px;
    font-weight: bold;
    color: var(--dark-color);
    margin-top: 160px
}

.top-banner.with-breadcrumbs .title i {
    color: var(--dark-color);
    font-style: normal
}

.top-banner.with-breadcrumbs .banner-breadcrumbs {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 130px;
    margin-bottom: 0
}

.top-banner.with-breadcrumbs .banner-breadcrumbs li {
    color: var(--grey-color);
    font-weight: 600;
    font-size: 15px
}

.top-banner.with-breadcrumbs .banner-breadcrumbs li:after {
    content: "\f3d1";
    font-family: "Ionicons";
    margin: 0 10px;
    font-size: 10px
}

.top-banner.with-breadcrumbs .banner-breadcrumbs li:last-child:after {
    content: none
}

.top-banner.with-breadcrumbs .banner-breadcrumbs li a {
    color: var(--grey-color);
    text-decoration: none
}

.top-banner.with-breadcrumbs .banner-breadcrumbs li a:hover {
    opacity: 0.6
}

.top-banner.with-breadcrumbs.light .title {
    color: var(--light-color)
}

.top-banner.with-breadcrumbs.light .subtitle {
    color: var(--light-color)
}

.top-banner.with-breadcrumbs.light .banner-breadcrumbs li {
    color: var(--light-color)
}

.top-banner.with-breadcrumbs.light .banner-breadcrumbs li a {
    color: var(--light-color)
}

.container-breadcrumbs {
    border-bottom: 1px solid #eee
}

.container-breadcrumbs .banner-breadcrumbs {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 20px 0 19px
}

.container-breadcrumbs .banner-breadcrumbs li {
    color: var(--dark-color);
    font-weight: 500;
    font-size: 15px
}

.container-breadcrumbs .banner-breadcrumbs li:after {
    color: var(--grey-color);
    content: "\f3d1";
    font-family: "Ionicons";
    margin: 0 10px;
    font-size: 13px
}

.container-breadcrumbs .banner-breadcrumbs li:last-child:after {
    content: none
}

.container-breadcrumbs .banner-breadcrumbs li a {
    color: var(--dark-color);
    text-decoration: none
}

.container-breadcrumbs .banner-breadcrumbs li a:hover {
    color: var(--grey-color)
}

@media (max-width: 1200px) {
    .top-banner.with-breadcrumbs {
        min-height: 400px
    }
    .top-banner.with-breadcrumbs .subtitle {
        font-size: 12px;
        margin-bottom: 0
    }
    .top-banner.with-breadcrumbs .title {
        font-size: 40px;
        margin-top: 130px
    }
    .top-banner.with-breadcrumbs .banner-breadcrumbs {
        margin-top: 100px
    }
}

@media (max-width: 991px) {
    .top-banner.with-breadcrumbs {
        min-height: 350px
    }
    .top-banner.with-breadcrumbs .subtitle {
        font-size: 11px
    }
    .top-banner.with-breadcrumbs .title {
        font-size: 35px;
        margin-top: 100px
    }
    .top-banner.with-breadcrumbs .banner-breadcrumbs {
        margin-top: 75px
    }
}

@media (max-width: 767px) {
    .top-banner.with-breadcrumbs {
        min-height: 300px;
        padding: 30px 0
    }
    .top-banner.with-breadcrumbs .title {
        font-size: 30px
    }
    .top-banner.with-breadcrumbs .banner-breadcrumbs {
        margin-top: 70px
    }
}

/*# sourceMappingURL=banner.min.css.map */