﻿.desktop-view, .mobile-large-view, .mobile-small-view
{
    background-repeat: no-repeat;
    border-radius: 4px;
    background-position: initial;
    background-size: contain;
}
@media(min-width: 992px)
{
    .desktop-view
    {
        display: block!important;
    }
    .mobile-large-view, .mobile-small-view
    {
        display: none;
    }
    .slider-area-container-small
    {
        height: 400px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px)
{
    .desktop-view, .mobile-small-view
    {
        background-image: none!important;
        height: 0;
        width: 0;
        display: none;
    }
    .mobile-large-view
    {
        display: block!important;
    }
    .slider-area-container-small
    {
        height: 250px;
    }
}
@media all and (max-width: 767px)
{
    .desktop-view, .mobile-large-view
    {
        background-image: none!important;
        height: 0;
        width: 0;
        display: none;
    }
    .mobile-small-view
    {
        display: block!important;
    }
    .slider-area-container-small
    {
        height: 200px;
    }
}
@media screen and (max-width: 1024px)
{
    .banner-content-jet
    {
        margin-bottom: 10px;
    }
}
.home-item-indicator-content
{
    position: absolute;
}
@media screen and (max-width: 600px)
{
    .banner-content-wrapper
    {
        padding-bottom: 10px;
    }
}
.banner-slides-item-content
{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.hero-swiper-carousel
{
    height: auto;
    background: #202123;
    max-width: 1240px;
}
.hero-swiper-carousel.only-one-item
{
    padding: 10px;
}
@media all and (max-width: 600px)
{
    .hero-swiper-carousel.only-one-item
    {
        padding: 0;
    }
}
.hero-swiper-carousel .swiper-wrapper
{
    max-width: 1240px;
}
.hero-swiper-carousel .item
{
    max-width: 100%;
    width: 100vw;
    height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    padding-top: calc(400 / 1700 * 100%);
}
@media screen and (max-width: 1400px) and (min-width: 768px)
{
    .hero-swiper-carousel .item
    {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px)
{
    .hero-swiper-carousel .item
    {
        max-width: 100%;
        margin-bottom: -5px;
        transition: none;
    }
}
@media all and (max-width: 600px)
{
    .hero-swiper-carousel .item
    {
        padding-top: 100%;
    }
}
.hero-swiper-carousel.swiper-container-initialized
{
    visibility: visible;
}
.hero-swiper-carousel .banner-content-jet
{
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    color: #fff;
}
@media screen and (max-width: 768px)
{
    .hero-swiper-carousel .banner-content-jet:before
    {
        content: '';
        background: 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }
}
.hero-swiper-carousel .item-cnt
{
    width: 100vw;
    max-width: 100%;
}
.hero-swiper-carousel .banner-content-position
{
    position: absolute;
    height: 100%;
    z-index: 3;
    width: 100%;
    max-width: 1420px;
    padding: 10px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
@media screen and (max-width: 768px)
{
    .hero-swiper-carousel .banner-content-position
    {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        height: 90%;
        padding-left: 15px;
    }
}
.hero-swiper-carousel .swiper-slide
{
    opacity: .5;
    transition-delay: 1s;
}
.hero-swiper-carousel .swiper-slide.swiper-slide-active
{
    opacity: 1;
    transition-delay: .5s;
}
.hero-swiper-carousel .swiper-pagination
{
    display: flex;
    justify-content: center;
    padding: 0;
}
@media screen and (max-width: 768px)
{
    .hero-swiper-carousel .swiper-pagination
    {
        padding-right: 15px;
        bottom: 0;
    }
}
.hero-swiper-carousel .swiper-pagination span
{
    margin: 0 8px;
    position: relative;
    z-index: 3;
    opacity: 1;
}
.hero-swiper-carousel .swiper-pagination .swiper-pagination-bullet
{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 0;
    bottom: 20px;
    padding: 0;
    opacity: 1;
}
@media screen and (min-width: 1025px)
{
    .hero-swiper-carousel .swiper-pagination .swiper-pagination-bullet:hover
    {
        background: #fff;
        opacity: 1;
    }
}
.hero-swiper-carousel .swiper-pagination .swiper-pagination-bullet-active
{
    background: #fff;
    opacity: 1;
}
.hero-swiper-carousel .swiper-button-prev
{
    left: 15px;
}
@media screen and (max-width: 1500px)
{
    .hero-swiper-carousel .swiper-button-prev
    {
        left: 20px;
    }
}
@media screen and (max-width: 768px)
{
    .hero-swiper-carousel .swiper-button-prev
    {
        display: none;
    }
}
.hero-swiper-carousel .swiper-button-prev::after
{
    font-family: iconFonts;
    content: '';
    font-size: 30px;
}
.hero-swiper-carousel .swiper-button-next
{
    right: 15px;
}
@media screen and (max-width: 1500px)
{
    .hero-swiper-carousel .swiper-button-next
    {
        right: 20px;
    }
}
@media screen and (max-width: 768px)
{
    .hero-swiper-carousel .swiper-button-next
    {
        display: none;
    }
}
.hero-swiper-carousel .swiper-button-next::after
{
    font-family: iconFonts;
    content: '';
    font-size: 30px;
}
.banner-btn-swiper
{
    min-width: 213px;
    font-size: 22px;
    padding: 6px 10px 9px;
    margin: 10px 0 0 0;
    margin-top: 40px;
    letter-spacing: -.26px;
    border-radius: 4px;
    font-weight: 500;
}
@media screen and (max-width: 768px)
{
    .banner-btn-swiper
    {
        font-size: 13px;
        min-width: 100px;
        padding: 7px 10px 7px;
        margin: 10px 0 0 0;
        width: auto;
    }
}
.only-one-item .swiper-slide
{
    opacity: 1;
}
@media screen and (max-width: 1400px) and (min-width: 768px)
{
    .only-one-item .swiper-slide
    {
        max-width: none;
        width: 100%;
    }
}
.only-one-item .swiper-button-next, .only-one-item .swiper-button-prev
{
    display: none!important;
}
.only-one-item .swiper-wrapper
{
    margin: 0 auto;
}
@keyframes movebg
{
    0%
    {
        transform: translateX(0);
    }
    25%
    {
        transform: translateX(20px);
    }
    50%
    {
        transform: translateX(0);
    }
    75%
    {
        transform: translateX(-20px);
    }
    100%
    {
        transform: translateX(0);
    }
}
@-webkit-keyframes movebg
{
    0%
    {
        transform: translateX(0);
    }
    25%
    {
        transform: translateX(20px);
    }
    50%
    {
        transform: translateX(0);
    }
    75%
    {
        transform: translateX(-20px);
    }
    100%
    {
        transform: translateX(0);
    }
}
@keyframes movebg-reverted
{
    0%
    {
        transform: translateX(0);
    }
    25%
    {
        transform: translateX(-20px);
    }
    50%
    {
        transform: translateX(0);
    }
    75%
    {
        transform: translateX(20px);
    }
    100%
    {
        transform: translateX(0);
    }
}
@-webkit-keyframes movebg-reverted
{
    0%
    {
        transform: translateX(0);
    }
    25%
    {
        transform: translateX(-20px);
    }
    50%
    {
        transform: translateX(0);
    }
    75%
    {
        transform: translateX(20px);
    }
    100%
    {
        transform: translateX(0);
    }
}
.banner-multilayer-layer
{
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    animation: movebg 30s linear infinite;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-multilayer-layer:nth-child(odd)
{
    animation-name: movebg-reverted;
}
.only-one-item .banner-multilayer-layer
{
    display: block;
}
.swiper-container-initialized .banner-multilayer-layer
{
    display: block;
}
@media screen and (max-width: 767px)
{
    .swiper-container-initialized .item
    {
        padding-top: 100%;
    }
}
.hero-swiper-carousel.banner-multilayer
{
    max-width: 1240px;
}
.hero-swiper-carousel.banner-multilayer .item
{
    max-width: 100%;
}
@media screen and (max-width: 767px)
{
    .hero-swiper-carousel.banner-multilayer .item
    {
        margin-bottom: 0;
    }
}
.hero-swiper-carousel
{
    background: 0 0;
}
.hero-swiper-carousel .banner-margin
{
    height: 100%;
}
@media screen and (min-width: 767px)
{
    .hero-swiper-carousel .banner-margin
    {
        padding-left: 55px;
    }
}
.hero-swiper-carousel .swiper-button-next, .hero-swiper-carousel .swiper-button-prev
{
    background: rgba(75,75,75,.77);
    border-radius: 6px;
    width: 28px;
    height: 28px;
    transition: opacity .3s ease-in-out;
    opacity: 0;
}
@media screen and (max-width: 1024px)
{
    .hero-swiper-carousel .swiper-button-next, .hero-swiper-carousel .swiper-button-prev
    {
        display: flex;
        opacity: 1;
    }
}
.hero-swiper-carousel .swiper-button-next:after, .hero-swiper-carousel .swiper-button-prev:after
{
    color: #e5e5e5;
    font-size: 20px;
}
@media screen and (max-width: 1024px)
{
    .hero-swiper-carousel .swiper-button-next.swiper-button-disabled, .hero-swiper-carousel .swiper-button-prev.swiper-button-disabled
    {
        display: none;
    }
}
.hero-swiper-carousel:hover .swiper-button-next, .hero-swiper-carousel:hover .swiper-button-prev
{
    opacity: 1;
}
.hero-swiper-carousel .banner-content-position .btn
{
    border: 1px solid #fff;
    margin-top: 5px;
}
@media screen and (max-width: 767px)
{
    .hero-swiper-carousel .banner-content-position .btn
    {
        width: auto;
        margin: 0 auto;
        font-size: 12px;
        padding: 5px 10px;
    }
}
.hero-swiper-carousel .banner-content-position h2
{
    font-size: 15px;
    max-width: 60%;
    margin-top: 0;
    font-weight: 400;
}
@media screen and (max-width: 767px)
{
    .hero-swiper-carousel .banner-content-position h2
    {
        max-width: 100%;
        font-size: 13px;
        margin-left: auto;
        margin-right: auto;
    }
}
.hero-swiper-carousel .banner-content-position h2 span
{
    display: block;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 5px;
}
@media screen and (max-width: 767px)
{
    .hero-swiper-carousel .banner-content-position h2 span
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px)
{
    .hero-swiper-carousel .banner-content-position
    {
        padding-bottom: 40px;
        height: 100%;
        text-align: center;
    }
}
.hero-swiper-pagination
{
    display: flex;
    justify-content: center;
    padding: 12px 0 16px;
    left: 0;
    right: 0;
    z-index: 3;
}
@media screen and (max-width: 767px)
{
    .hero-swiper-pagination
    {
        padding-bottom: 0;
        margin-top: -25px;
    }
}
.hero-swiper-pagination .swiper-pagination-bullet
{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 37px;
    height: 7px;
    background: #fff;
    border-radius: 4px;
    border: none;
    margin: 0 4px;
}
@media screen and (max-width: 767px)
{
    .hero-swiper-pagination .swiper-pagination-bullet
    {
        width: 14px;
    }
}
.hero-swiper-pagination.swiper-pagination+link+.promotion
{
    padding-top: 25px;
}