
.index-wrap {
    width: 100%;
    height: 400px;
    background: var(--color-sub) url(/pages/header/images/main-img_01.jpg) no-repeat center / auto;
    background-size: cover;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
@media (min-width:1060px) {
    .index-wrap {
        height: calc(100vh - 80px);
    }
}
.index-wrap_Inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.index-qlink {
    font-size: 18px;
    padding: 8px 50px;
    /* border: 1px solid var(--color-main); */
    background-color: var(--color-main);
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(120deg, #192547 0%, #57bbeb 100%);
}







.vb_hero-carousel {
    position: relative;
    width: 100%;
    
}
.vb_hero-carousel .swiper-wrapper {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
}
.vb_hero-carousel .swiper-wrapper .swiper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.vb_hero-carousel .co_dots {
    bottom: 80px;
    left: 50%;
    max-width: 1328px;
    padding: 0 24px;
    position: absolute;
    transform: translate(-50%);
    width: 100%;
    z-index: 10;
}
.vb_hero-carousel .co_dots {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: .5rem;
}
@media (min-width: 1280px) {
    .vb_hero-carousel .co_dots {
        bottom: 96px;
        /* padding: 0 24px; */
    }
}
.co_dots .pagination {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: .5rem;
    justify-content: flex-start;
    width: auto;
}
.co_dots .pagination>span {
    align-items: center;
    display: inline-block;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.co_dots .pagination>span button {
    background: rgb(160 190 215);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 12px;
    transition: all .3s ease-in-out;
    width: 12px;
    min-width: 12px;
}
.co_dots .pagination>span.active button {
    background: rgb(var(--color-white));
    border-radius: 12px;
    width: 24px;
}
.vb_hero-carousel .swiper-wrapper button {
    cursor: pointer;
}
.co_dots svg {
    height: 16px;
    width: 16px;
    fill: rgb(var(--color-white));
    cursor: pointer;
}






.vb_kv-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}
.vb_kv-banner {
    max-width: 100%;
    width: 100%;
    height: 100%;
    height: 70vh;
    height: calc(70vh + constant(safe-area-inset-top));
    height: calc(70vh + env(safe-area-inset-top));
}
@media (min-width: 1280px) {
    .vb_kv-banner {
        height: 80vh;
        height: calc(80vh + constant(safe-area-inset-top));
        height: calc(80vh + env(safe-area-inset-top));
    }
}
.vb_kv-banner .banner-container {
    height: 100%;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 100%;
    z-index: 1;
}
.vb_kv-banner .banner-container {
    padding: 44px 24px;
}
@media (min-width: 1280px) {
    .vb_kv-banner .banner-container {
        padding: 44px 24px;
    }
}
.banner-container .banner {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-start;
    padding: 80px 0px 100px;
}
.vb_kv-banner .bg-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;

    /* background: radial-gradient(#00000026, transparent); */
}
.vb_kv-banner .bg-video img,
.vb_kv-banner .bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* opacity: .3; */
}
.vb_kv-banner .bg-video img.-filt,
.vb_kv-banner .bg-video video.-filt {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.vb_kv-banner .banner {
    align-items: center;
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}
@media (min-width:1060px) {
    .vb_kv-banner .banner {
        align-items: center;
        align-items: flex-end !important;
    }
}
.tc_text-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.tc_text-block .text-block__container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}
.tc_text-components {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;

    gap: .5rem;
}
.tc_text-block .tc_text-components .tc_title {
    text-align: left;
    margin-bottom: .5rem;
}
.tc_text-block .tc_text-components .tc_title .title-container {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(var(--color-white));
}
.tc_text-block .tc_text-components .tc_text .text-container {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(var(--color-white));
}
.tc_text-components .yey-button.yey-button--outlined {
    border-color: rgb(var(--color-white));
    color: rgb(var(--color-white))
}









