.tf-hero-slider .main-slider .thumb {
    position: relative;
}

.tf-hero-slider .main-slider .thumb img {
    height: 975px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.tf-hero-slider .main-slider .thumb::after {
    background: #141F2B80;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.tf-hero-slider .main-slider .content {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1310px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    top: 43.4%;
}

.tf-hero-slider .main-slider .content h2 {
    font-weight: 700;
    font-size: 70px;
    line-height: 1.3em;
    letter-spacing: -0.2px;
    color: #fff;
    margin-bottom: 37px;
    width: 80%;
}

.tf-hero-slider .main-slider .content p {
    color: #fff;
font-weight: 600;
font-size: 18px;
line-height: 30px;
margin: 0;
width: 76%;
}

.tf-hero-slider .main-slider .inner-desc a {
    background: #1B3942;
    color: #fff;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21.86px;
    border-radius: 7px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.swiper-slide-active .main-slider .inner-desc a {
    z-index: 5;
}

.tf-hero-slider .main-slider .inner-desc a i {
    margin-left: 7px;
    vertical-align: middle;
    font-size: 11px;
}

.tf-hero-slider .main-slider .inner-desc a:hover {
    background: var(--theme-secondary-color);
    color: #1B3942;
}

.tf-hero-slider .main-slider .inner-desc {
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: space-between;
}

.tf-hero-slider .wrap-thumbnail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    max-width: 1310px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15%;
}

.tf-hero-slider .wrap-thumbnail .pagination-slide {
    font-family: 'Manrope';
font-weight: 700;
font-size: 20px;
line-height: 32.78px;
color: #fff;
opacity: 0.4;
border-top: 1px solid #FFFFFF66;
padding-top: 16px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
}

.tf-hero-slider .wrap-thumbnail .swiper-slide-thumb-active .pagination-slide,
.tf-hero-slider .wrap-thumbnail .pagination-slide:hover {
    opacity: 1;
    border-color: #fff;
}

.tf-hero-slider .wrap-thumbnail .swiper-slide {
    pointer-events: unset !important;
}

/* animation */

.tf-hero-slider .main-slider .content p,
.tf-hero-slider .main-slider .content h2 {
    animation-fill-mode: both;
    animation-duration: 2000ms;
}

.tf-hero-slider .main-slider .content p {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.tf-hero-slider .swiper-slide-active .main-slider .content p,
.tf-hero-slider .swiper-slide-active .main-slider .content h2 {
    animation-name: uicoreFadeInDown, uicoreFadeIn!important;
    animation-timing-function: cubic-bezier(.22,1,.36,1),cubic-bezier(0,0,.2,1);
}

@keyframes uicoreFadeInUp {
    0% {
        transform: translate3d(0,40px,0);
    }
    100% {
        transform: translateZ(0);
    }
}

@keyframes uicoreFadeInDown {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes uicoreFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 1400px) {
    .tf-hero-slider .main-slider .content h2,
    .tf-hero-slider .main-slider .content p {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .tf-hero-slider .wrap-thumbnail {
        padding-right: 15px;
    }
    .tf-hero-slider .wrap-thumbnail .pagination-slide {
        font-size: 18px;
    }
    .tf-hero-slider .main-slider .content {
        top: 35%;
    }
}

@media only screen and (max-width: 991px) {
    .tf-hero-slider .main-slider .content h2 {
        font-size: 45px;
    }
    .tf-hero-slider .wrap-thumbnail .pagination-slide {
        font-size: 16px;
    }
    .tf-hero-slider .main-slider .thumb img {
        height: 700px;
    }
    .tf-hero-slider .wrap-thumbnail {
        bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .tf-hero-slider .main-slider .content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .tf-hero-slider .main-slider .inner-desc {
        flex-direction: column;
        align-items: flex-start;
    }
    .tf-hero-slider .wrap-thumbnail .pagination-slide {
        font-size: 12px;
        padding-top: 10px;
    }
}