.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.section-introduce .col-left {
    width: 40%;
}

.section-introduce .col-right {
    width: 60%;
    padding-left: 142px;
}

.section-introduce .flex-box {
    align-items: center;
}

.section-image-slider img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    max-width: 100%;
    height: 100%;
    object-fit: cover;

}

.section-image-slider .swiper-slide {
    position: relative;
    padding-bottom: calc(597 / 1440 * 100%);
    height: 0;
}


.section-image-slider .swiper-slide:after {
    background: linear-gradient(0deg, #000000 -7.32%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.section-image-slider .absolute-content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding-bottom: 55px;
}

.section-image-slider {
    position: relative;
}

.section-image-slider .absolute-content h3,
.section-image-slider .absolute-content p,
.section-image-slider .absolute-content div {
    color: #fff;
}

body {
    margin: 0;
}

.section-image-slider .absolute-content .button.read-more {
    padding: 0 100px 0 20px;
    width: 250px;
}

.section-image-slider .absolute-content .button.read-more svg {
    right: 70px;
}

.section-image-slider .absolute-content .button.read-more:hover svg {
    right: 50px;
}

.section-image-slider .absolute-content h3 {
    margin: 0;
    margin-bottom: 10px;
}

.section-image-slider .absolute-content .sub-title {
    display: flex;
    align-items: center;
}

.section-image-slider .absolute-content .col-left {
    width: calc(100% - 250px);
}

.section-image-slider .absolute-content .col-left .button.read-more {
    width: 100px;
}

.section-image-slider .swiper-control-box {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    left: 50%;
    flex-direction: row-reverse;
    max-width: 1380px;
    padding: 0 70px;
}

.section-image-slider .gallery-image {
    position: relative;
    z-index: 9;
}

.swiper-control-box .swiper-button-next,
.swiper-control-box .swiper-button-prev {
    position: relative;
    background: transparent;
    width: auto;
    height: auto;
    box-shadow: none;
}

.swiper-control-box .swiper-button-next svg,
.swiper-control-box .swiper-button-prev svg {
    width: 42px;
    height: auto;
}

.swiper-control-box .swiper-button-next:before,
.swiper-control-box .swiper-button-prev:before,
.swiper-control-box .swiper-button-next:after,
.swiper-control-box .swiper-button-prev:after {
    display: none;
}

.section-introduce .btn.button.read-more {
    color: #27919C;
    padding-left: 0;
}

.section-introduce .btn.button.read-more path {
    stroke: #27919C;
}

.section-introduce .btn.button.read-more path {
    stroke: #27919C;
}

.news-slider img {
    max-width: 100%;
}

.news-slider .image-box:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #F1F6F8;
    border-right: 100px solid transparent;
    background: transparent;
    transform: rotate(90deg);
    z-index: 1;
}


#containerGSAP {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

#containerGSAP .box {
    background-color: #333;
    position: relative;
}

#containerGSAP .box:before {
    padding-top: 100%;
    content: "";
    display: block;
}

#containerGSAP>div {
    height: 100vh;
    position: relative;
    background-size: auto calc(120vh * (1920 / 900));
    background-position: center;
    background-repeat: no-repeat;
    transition-timing-function: linear;

}

.banner-type-slider .top-banner,
.banner-type-slider .top-banner * {
    height: auto;
    max-height: 100vh;
    overflow: hidden;

}

#containerGSAP.active>div .box {
    opacity: 1;
}

#containerGSAP>div.background-zoom {
    transition: background-size 13s;
    transition-timing-function: linear;
    background-size: auto calc(100vh * (1920 / 900));
}

#containerGSAP>div .box {
    z-index: 3;
    opacity: 0;
}

#containerGSAP>div:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
}

.banner-type-slider .banner-content {
    display: flex;
}

.banner-type-slider .container-content {
    z-index: 4;
    padding-top: 0;
}

.banner-type-slider .banner-content .content-right {
    display: inline-flex;
    align-items: end;
    width: 50%;
}

.banner-type-slider .banner-content .content-left {
    display: inline-flex;
    align-items: center;
    width: 50%;
}

.banner-type-slider .banner-content .content-right h4 {
    margin-bottom: 0;
    margin-top: 69%;
    padding-left: 9%;
    text-transform: capitalize;
    padding-right: 20px;
}

.banner-type-slider .banner-content .content-left .h1 {
    margin: 0;
    margin-top: 0;
    margin-left: 8px;
}

.vertical-line {
    position: absolute;
    top: 0;
    left: 40%;
    transform: translateX(-50%);
    z-index: 5;
}

.banner-type-slider.section.section-banner.Big {
    height: auto;
}

section.section.section-introduce {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #fff;
}

.news-slider .inner-box .image-box {
    height: 0;
    padding-bottom: calc(356 / 376 * 100%);
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.news-slider .inner-box .image-box:hover img {
    transform: scale(1.05)
}

.news-slider .inner-box .image-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: 1s;
}

.news-item .inner-box {
    padding-bottom: 204px;
    position: relative;
}

.news-item .inner-box .absolute-content {
    position: absolute;
    bottom: 0;
    background: #fff;
    height: 204px;
    overflow: hidden;
    padding: 30px;
    transition: height 1s;
    width: 100%;
}

.news-item .post-label {
    background: #27919C;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
    border-radius: 45px;
    color: #fff;
    font-weight: 500;
}

.news-item .post-date {
    font-size: 16px;
    line-height: 24px;
    color: #26454A;
    margin-top: 8px;
    font-weight: 500;
}


.news-item.swiper-slide {
    width: 33.3333%;
}

section.news-slider {
    display: flex;
    width: 100%;
    padding-bottom: 80px;
    padding-top: 74px;
    background: #F1F6F8;
}

.section-introduce .col-right h3 {
    margin-top: 0px;
    padding-right: 12%;
    margin-bottom: 23px;
}

.section-introduce .col-right .description {
    display: flex;
    padding-right: 12%;
    margin-bottom: 10px;
}

.section-introduce .col-right .description p {
    margin-top: 0;
}

.section-introduce .col-right a {
    text-transform: capitalize;
}

.section-introduce .col-left .image-box {
    padding-bottom: calc(662 / 498 * 100%);
    height: 0;
    position: relative
}

.section-introduce .col-left .image-box img {
    width: 100%;
    max-width: 100%;
    clip-path: polygon(36% 7%, 43% 0, 100% 0, 100% 89%, 85% 100%, 15% 100%, 15% 83%, 0 76%, 0% 35%, 0 7%);
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.section-image-slider .gallery-image .swiper-button-prev {
    right: auto;
    left: 0;
}


.news-item .inner-box .absolute-content h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #27919C;
    margin-top: 7px;
    margin-bottom: 55px;
    height: 56px;
}

.news-item .inner-box.no-image .absolute-content h6 {
    height: auto;
    -webkit-line-clamp: 5;
    margin-bottom: 16px;
}

.news-item .inner-box .absolute-content .post-content {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
}

.news-item .inner-box.no-image .absolute-content {
    height: 100%;
}

section.news-slider .section-title {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between
}

section.news-slider .section-title h3 {
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    color: #26454A;
}

section.news-slider .section-title .swiper-control {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 15px;
    margin-right: 80px;
    height: 60px;
    align-items: center;
    top: 15px;
}

section.news-slider .section-title .swiper-control .swiper-button-next,
section.news-slider .section-title .swiper-control .swiper-button-prev {
    position: relative;
    top: 0;
    right: inherit;
    left: 0;
}

section.news-slider .loadmore.btn {
    display: none;
}

.news-item .inner-box .absolute-content h6 a {
    font-size: 18px;
    line-height: 28px;
}

.banner-type-slider .top-banner {
    height: 100vh;
}

span.select-service-mobile {
    display: none;
}

#pinContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.our-serices .panel .inner-panel {
    transform-origin: top;
    pointer-events: auto;
}

.our-serices .panel {
    height: auto;
    width: 100%;
    position: absolute;
    transition: .1s;
    pointer-events: none;
}

.our-serices .panel .inner-box {
    display: flex;
    padding: 30px 10%;
    height: 100%;
    background: #fff;
    clip-path: polygon(7% 0, 100% 0, 100% 93%, 37% 93%, 34% 100%, 0 100%, 0 9%);
}

section.section.section-registration,
section.news-slider {
    position: relative;
    z-index: 23;
}

.our-serices .panel .inner-box .col-right {
    width: 40%;
    height: 1px;
}

.our-serices .panel .inner-box .col-left h3 {
    color: #27919C;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.our-serices .panel .inner-box .col-left li {
    color: #26454A;
    /* font-size: 18px; */
    font-family: 'Red Hat Display';
    font-weight: 400;
}

.our-serices .panel .inner-box .col-left ul {
    max-width: 448px;
}

.our-serices .panel .inner-box .col-left li::marker {
    color: rgba(61, 219, 209, 1);
    width: 1px;
    height: 1px;
    font-size: 10px;
    position: absolute;
    left: 0;
}

.our-serices .panel .inner-box .col-left {
    padding: 0;
    width: 60%;
    min-height: 357px;
}

.our-serices .panel .inner-box .col-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}


.card.fixed-card {
    position: relative;
    max-width: 1028px;
    margin: auto;
}

section.panel {
    background: transparent;


}

section.panel .border-box {
    clip-path: polygon(7% 0, 100% 0, 100% 93%, 37% 93%, 34% 100%, 0 100%, 0 9%);
    padding: 1px;
    background: #3DDBD1;
}

section.our-serices {
    position: relative;
    z-index: 22;
}

ul.fixed-items li {
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
}

body.home {
    scroll-behavior: smooth;
}

ul.fixed-items {
    display: flex;
    align-items: center;
    list-style-type: none;
    column-gap: 80px;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 50px;
    padding-left: 0;
}

ul.fixed-items li.active {
    padding: 0 10px;
    position: relative;
}

ul.fixed-items li.active:after {
    width: 100%;
    height: 1.5px;
    content: "";
    position: absolute;
    bottom: 0;
    background: #3DDBD1;
    left: 0;
    box-shadow: 0px 0px 15px 0px rgba(61, 219, 209, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(61, 219, 209, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(61, 219, 209, 1);
}

section.our-serices {
    padding: 80px 0 105px;
}

section.our-serices h2 {
    font-size: 40px;
    color: #fff;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 28px;
}

section.panel .absolute-image {
    position: absolute;
    top: -20px;
    right: 100px;
    height: 510px;
    width: 336px;
    height: 462px;
    transition: opacity .2s;
    transform: rotate(-8deg);
}

section.panel .absolute-image img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-serices .panel.image-style_1 .absolute-image img,
.our-serices .panel.image-style_1 .inner-box .col-right img {
    clip-path: polygon(100% 0, 100% 88%, 58% 88%, 46% 100%, 0 100%, 0 0);
}

.our-serices .panel.image-style_2 .absolute-image img,
.our-serices .panel.image-style_2 .inner-box .col-right img {
    clip-path: polygon(100% 0, 100% 88%, 84% 100%, 0 100%, 0 0);
}

section.our-service {
    height: 4200px;
}

div#pinContainer.active-scroll-tab {
    position: fixed;
    top: 90px;
    width: 100%;
    left: 0;
}

div#pinContainer .container {
    position: relative;
}

section.section-our-service-bottom {
    position: relative;
    z-index: 23;
    color: #fff;
    padding: 100px 0 300px 0;
}

section.section-our-service-bottom .container {
    max-width: 900px;
    text-align: center;
}

.bg-service {
    background-image: url(../images/bg-our-service.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: relative;
    z-index: 22;
}


section.section-our-service-bottom h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
    margin-top: 0;
    max-width: 600px;
    margin: auto;
}

section.section-our-service-bottom .description {
    text-align: center;
}

.our-serices .panel .inner-box .col-left a {
    position: static;
}

.our-serices .panel .inner-box .col-left a svg {
    position: relative;
    right: -30px;
    transform: none;
    transition-duration: .8s
}

.our-serices .panel .inner-box .col-left a:hover svg {
    right: -60px;
}

.our-serices .panel .inner-box span.counter {
    right: 32px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #27919C;
    position: absolute;
    top: 32px;
}

section.panel.scroll-done .absolute-image {
    opacity: 0;
}

section.panel.panel-2 {
    margin-top: 30px;
}

section.panel.panel-3 {
    margin-top: 60px;
}

section.panel.panel-4 {
    margin-top: 90px;
}

@media screen and (max-height: 700px) {
    ul.fixed-items {
        margin-bottom: 50px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .vertical-line {
        left: 42%;
    }
}

@media screen and (max-width: 1200px) {
    .vertical-line {
        left: 45%;
    }

    .news-item .inner-box .absolute-content .post-content {
        -webkit-line-clamp: 9;
    }

}

@media screen and (max-width: 1100px) {
    .section-introduce .col-right {
        width: 55%;
        padding-left: 90px;
    }

    .section-introduce .col-left {
        width: 45%;
    }
}

@media screen and (max-width: 1024px) {
    .section-image-slider .swiper-control-box {
        padding: 0 20px;
    }

    .news-item .inner-box .absolute-content .post-content {
        -webkit-line-clamp: 11;
    }
}

@media screen and (max-width: 991px) {
    .section-image-slider .swiper-slide {
        padding-bottom: calc(664 / 1440 * 100%);
    }

    .section-introduce .col-right .description {
        padding-right: 0;
    }

    .section-introduce .col-right h3 {
        padding-right: 0;
    }

    .section-introduce .col-right {
        padding-left: 60px;
    }

    section.section.section-introduce {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    ul.fixed-items {
        column-gap: 30px;
    }
}

@media screen and (max-width: 800px) {
    .vertical-line {
        left: 43%;
    }

    section.panel .absolute-image {
        right: 70px;
        width: 35%;
    }

    .our-serices .panel .inner-box .col-left {
        width: 58%;
    }
}



@media screen and (max-width: 800px) {
    .section-image-slider .absolute-content .sub-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-image-slider .absolute-content .button.read-more {
        padding-left: 0;
        padding-left: 0;
        font-weight: 400;
    }

    .section-image-slider .absolute-content .col-left {
        width: 100%;
        margin-bottom: 24px;
    }

    .section-image-slider .swiper-slide {
        padding-bottom: calc(900 / 1440 * 100%);
    }
}

@media screen and (min-width: 768px) {
    ul.fixed-items {
        display: flex !important;
    }

    .our-serices .panel {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .our-serices .panel .inner-box .col-left {
        margin-bottom: 10px;
    }

    ul.fixed-items li.active:after {
        display: none;
    }

    .section-introduce .btn.button.read-more svg {
        right: 40px;
    }

    .section-introduce .btn.button.read-more:hover svg {
        right: 20px;
    }

    .vertical-line {
        display: none;
    }

    .news-item .inner-box:hover .absolute-content {
        height: 204px;
    }

    .news-item .inner-box.no-image .absolute-content h6 {
        height: 56px;
        -webkit-line-clamp: 2;
    }

    .news-item .inner-box:hover .absolute-content h6 {
        margin-bottom: 50px;
    }

    .news-item .inner-box:hover .absolute-content h6,
    .news-item .inner-box:hover .absolute-content h6 a {
        color: #27919C;
    }

    .news-item .inner-box:hover .absolute-content h6,
    .news-item .inner-box:hover .absolute-content h6 a {
        font-size: 18px;
        line-height: 28px;
    }

    .section.section-banner.banner-type-slider.big {
        height: 100vh;
    }

    #containerGSAP>div {
        background-size: auto 150%;
    }

    #containerGSAP>div.background-zoom {
        background-size: auto 105%;
    }

    .banner-type-slider .banner-content {
        flex-direction: column;
    }

    .banner-type-slider .banner-content .content-left,
    .banner-type-slider .banner-content .content-right {
        width: 100%;
    }

    .banner-type-slider .banner-content .content-right h4 {
        margin-top: 0;
        padding-left: 0;
    }

    .banner-type-slider .banner-content .content-left .h1 {
        margin-left: 0;
        margin-bottom: 12px;
        margin-top: 0;
        font-size: 35px;
        line-height: 44px;
    }

    .section-introduce .flex-box {
        flex-direction: column;
    }

    .section-introduce .col-left,
    .section-introduce .col-right {
        width: 100%;
        padding: 0;
    }

    .section-introduce .col-left {
        margin-bottom: 40px;
    }

    section.section.section-introduce {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-introduce .col-right h3 {
        text-transform: inherit;
    }

    .section-introduce .col-right .description {
        margin-bottom: 12px;
    }

    .section-introduce .btn.button.read-more {
        padding-top: 0;
        padding-right: 77px;
        padding-bottom: 0;
    }

    .section-introduce .col-right .description p {
        letter-spacing: 0;
    }

    .section-image-slider .swiper-slide {
        padding-bottom: 100%;

    }

    section.news-slider .section-title h3 {
        font-size: 28px;
        line-height: 36px;

    }

    section.news-slider .section-title {
        margin-bottom: 40px;
    }


    section.news-slider {
        padding-top: 50px;
    }

    .banner-type-slider.section-banner .container-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    ul.fixed-items.active-mobile {
        display: flex;
    }

    ul.fixed-items {
        flex-direction: column;
        align-items: flex-start;
        top: 52px;
        z-index: 2;
        background: #26454A;
        width: 100%;
        position: absolute;
        display: none;
        margin-bottom: 0;
        padding: 14px 20px 36px;
        left: 50%;
        margin-top: 0;
        transform: translateX(-50%);

    }

    span.select-service-mobile {
        display: block;
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        font-family: 'Red Hat Display';
        padding: 0 20px;
        z-index: 3;
        position: relative;
        width: calc(100% + 40px);
        left: -20px;
        transition: background .7s;
    }

    span.select-service-mobile .ibox {
        border-bottom: 1px solid #3DDBD1;
        position: relative;
        padding: 20px 0 7px 0;
        display: block;
    }

    span.select-service-mobile svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    span.select-service-mobile.open {
        background: #26454A;
    }

    ul.fixed-items li.active {
        padding: 5px 0;
    }

    ul.fixed-items li {
        padding: 5px 0 3px 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }

    ul.fixed-items li.active {
        border-bottom: 0;
        color: #3DDBD1;
    }

    span.select-service-mobile.open svg {
        transform: translateY(-50%) rotate(180deg);
    }

    div#pinContainer.active-scroll-tab {
        position: relative;
        transform: none !important;
        top: 0;
    }

    .our-serices .panel {
        position: static;
        height: auto;
        display: none;
        left: 0;
        margin-top: 0 !important;
    }

    .our-serices .panel.panel-1 {
        display: block;
    }

    .our-serices .panel .inner-panel {
        transform: none !important;
        position: relative;
        background-color: #fff;
    }

    section.our-service {
        height: auto;
    }

    section.panel .absolute-image {
        display: none;
    }

    section.panel .border-box {
        clip-path: none;
        background: #fff;
    }

    .card.fixed-card {
        margin-top: 31px;
    }

    .our-serices .panel .inner-box .col-right img {
        opacity: 1;
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .our-serices .panel .inner-box {
        clip-path: none;
        flex-direction: column;
        padding: 39px 38px;
    }

    .our-serices .panel .inner-box .col-left,
    .our-serices .panel .inner-box .col-right {
        width: 100%;
    }

    .our-serices .panel .inner-box .col-right {
        height: 0;
        position: relative;
        padding-bottom: calc(370 / 270 * 100%);
    }

    section.our-serices {
        padding: 50px 0 105px;
    }

    section.our-serices h2 {
        font-size: 35px;
        line-height: 44px;
    }

    .our-serices .panel .inner-box .col-left ul {
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .our-serices .panel .inner-box .col-left h3 {
        margin-bottom: 27px;
    }

    .our-serices .panel .inner-box .col-left li {
        margin-bottom: 2px;
    }

    section.section-our-service-bottom h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    section.section-our-service-bottom {
        padding: 41px 0 152px 0;
    }

    section.section-our-service-bottom .button {
        margin-top: 7px;
    }
}


@media screen and (max-width: 500px) {
    section.news-slider .section-title .swiper-control {
        display: none;
    }

    .section-image-slider .swiper-slide {
        padding-bottom: calc(520 / 390 * 100%);
    }

    .section-image-slider .absolute-content .sub-title {
        flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-image-slider .absolute-content .col-left {
        width: 100%;
        margin-bottom: 24px;
    }

    .section-image-slider .absolute-content .button.read-more {
        padding-left: 0;
        font-weight: 400;
    }

    .section-image-slider .absolute-content {
        padding-bottom: 40px;
    }

    .section-image-slider .absolute-content h3 {
        margin-bottom: 9px;
    }

    .section-image-slider .swiper-control-box {
        top: 35%;
    }

    .section-image-slider .absolute-content .button.read-more svg {
        right: 128px !important;
    }

    section.news-slider .swiper-wrapper {
        display: flex;
        flex-direction: column;
        transform: none !important;
        row-gap: 40px;
    }

    section.news-slider .swiper-wrapper .news-item {
        display: none;
    }

    section.news-slider .swiper-wrapper .news-item.active-on-mobile {
        display: block;
    }

    section.news-slider .loadmore.btn {
        display: block;
        margin-top: 40px;
        padding: 11px 44px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid rgba(39, 145, 156, 1);
        border-radius: 40px;
        background: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: rgba(39, 145, 156, 1);
        font-family: 'Red Hat Display';
    }
}