.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: unset;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}



.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-background {
    background-color: #fff;
}

.BIG_title.war-txt {
    padding: 0 !important;
    margin: 0;
    max-width: 80%;
}

.war-txt {
    font-size: 48px;
    font-weight: 600;
}

.rte-setting-tab p {
    max-width: 1000px;
    text-align: initial;
    font-size: 22px;
    color: #666;
}

.authour-ti {
    max-width: 1680px;
    margin: 70px auto 0;
    text-align: justify;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 0px;
}

@media (min-width: 1281px) and (max-width: 1366px) {
    .war-txt {
        font-size: 36px;
        font-weight: 600;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .war-txt {
        font-size: 24px;
        font-weight: 600;
    }
}

@media (min-width: 769px) and (max-width: 997px) {
    .BIG_title.war-txt {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .war-txt {
        padding-bottom: 0;
        font-size: 30px;
        /* font-family: Montserrat; */
        color: #10151b;
        font-weight: 600;
    }
}

.swiper-section .advc-carousel-images-with-text {
    --advc-row-gap: 40px;
}

@media (max-width: 749.98px) {
    .swiper-section .advc-carousel-images-with-text {
        --advc-row-gap: 30px;
    }

}

.swiper-section .advc-carousel-images-with-text__head {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-section .advc-carousel-images-with-text__head-info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
}

.swiper-section .advc-carousel-images-with-text__head-title {
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 25px;
}

@media (max-width: 749.98px) {
    .swiper-section .advc-carousel-images-with-text__head-title {
        margin-bottom: 12px;
        font-size: 15px;
    }
}

.swiper-section .advc-carousel-images-with-text__head-text {
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.swiper-section .advc-carousel-images-with-text__head-more-btn {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
    cursor: pointer;
    display: none;
    height: 1em;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 0.5em;
    outline: none;
    width: 1em;
}

.swiper-section .advc-carousel-images-with-text__head-arrows {
    --advc-arrow-gap: 40px;
    --advc-arrow-size: 40px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 40px;
    margin-bottom: 10px;
}

@media (max-width: 749.98px) {
    .swiper-section .advc-carousel-images-with-text__head-arrows {
        display: none;
    }
}

.swiper-section .advc-carousel-images-with-text__head-arrow {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: block;
    height: 60px;
    padding: 0;
    width: 60px;
}

.swiper-section .advc-carousel-images-with-text__head-arrow .advc-icon {
    height: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -moz-transition: transform 0.2s, -moz-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
    width: 100%;
}

.swiper-section .advc-carousel-images-with-text__head-arrow:hover .advc-icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.swiper-section .advc-carousel-images-with-text__head-arrow.next {
    /* -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); */
}

.swiper-section .advc-carousel-images-with-text__head-arrow+.advc-carousel-images-with-text__head-arrow {
    margin-left: 10px;
}

.swiper-section .advc-carousel-images-with-text__main {
    --advc-gap: 22px;
    --advc-col: var(--advc-desktop-col, 2);
    --advc-item-width: -webkit-calc((100% - (var(--advc-col) - 1) * var(--advc-gap)) / var(--advc-col));
    --advc-item-width: -moz-calc((100% - (var(--advc-col) - 1) * var(--advc-gap)) / var(--advc-col));
    --advc-item-width: calc((100% - (var(--advc-col) - 1) * var(--advc-gap)) / var(--advc-col));
    text-align: center;
}