.wrap-gt-trong {
    background: #fff;
    overflow: hidden;
}

.wrap-gt-trong .wrap-content {
    position: relative;
    z-index: 1;
}

.wrap-gt-trong .splide__slide_news {
    position: relative;
    padding: 80px 0 20px;
}

.wrap-gt-trong .splide__slide_news:first-child {
    min-height: 680px;
    padding: 90px 0;
    display: flex;
    align-items: center;
    width: min(1480px, calc(100vw - 30px));
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.wrap-gt-trong .splide__slide_news:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #001752;
    z-index: 0;
}

.wrap-gt-trong .splide__slide_news:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: url("../images/gioithieu/bg-world.jpg") center/cover no-repeat;
    opacity: .2;
    z-index: 0;
}

.wrap-gt-trong .news-item-gioithieu {
    display: grid;
    grid-template-columns: minmax(0, 700px) minmax(360px, 1fr);
    gap: 92px;
    align-items: center;
}

.wrap-gt-trong .splide__slide_news:first-child .news-item-gioithieu {
    grid-template-columns: minmax(0, 811px) minmax(420px, 598px);
    gap: 68px;
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.wrap-gt-trong .splide__slide_news:nth-child(even) .news-item-gioithieu {
    grid-template-columns: minmax(360px, 598px) minmax(0, 700px);
}

.wrap-gt-trong .splide__slide_news:nth-child(even) .gioithieu-item__info {
    order: -1;
}

.wrap-gt-trong .gioithieu-item__pic {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    aspect-ratio: 700 / 500;
}

.wrap-gt-trong .splide__slide_news:first-child .gioithieu-item__pic {
    aspect-ratio: 811 / 500;
    border-radius: 30px !important;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.wrap-gt-trong .gioithieu-item__pic a,
.wrap-gt-trong .gioithieu-item__pic img {
    display: block;
    width: 100%;
    height: 100% !important;
}

.wrap-gt-trong .gioithieu-item__pic img {
    object-fit: cover;
}

.wrap-gt-trong .splide__slide_news:first-child .gioithieu-item__pic img {
    object-position: 50% 50%;
}

.wrap-gt-trong .gioithieu-item__pic::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.wrap-gt-trong .splide__slide_news:nth-child(even) .gioithieu-item__pic::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .72) 24%, rgba(255, 255, 255, 0) 50%);
}

.wrap-gt-trong .splide__slide_news:first-child .gioithieu-item__pic::after {
    border-radius: 30px;
    background:
        linear-gradient(to right, #051a54 0%, rgba(0, 0, 0, 0))
}

.wrap-gt-trong .splide__slide_news:nth-child(odd):not(:first-child) .gioithieu-item__pic::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, .78) 75%, #fff 100%);
}

.wrap-gt-trong .gioithieu-item__info {
    color: #00278e;
}

.wrap-gt-trong .gioithieu-item__info a {
    color: inherit;
    text-decoration: none;
}

.wrap-gt-trong .gioithieu-item__name {
    margin: 0 0 26px;
    color: #00278e;
    font-family: var(--font-main), "SVN-Poppins", Arial, sans-serif;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
}

.wrap-gt-trong .gioithieu-item__desc {
    color: #00278e;
    font-family: var(--font-main), "SVN-Poppins", Arial, sans-serif;
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
    -webkit-line-clamp: unset;
}

.wrap-gt-trong .splide__slide_news:first-child .gioithieu-item__name,
.wrap-gt-trong .splide__slide_news:first-child .gioithieu-item__desc {
    color: #fff;
}

.wrap-gt-trong .splide__slide_news:first-child .gioithieu-item__name {
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 1.25;
}

.wrap-gt-trong .splide__slide_news:first-child .gioithieu-item__desc {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    max-width: 598px;
}
.wrap-gt-trong .splide__slide_news:first-child .news-item-gioithieu img{
    border:5px solid #fff;
    border-radius:0px 30px 30px 0px;
    border-left: 0px;
}

@media (max-width: 1199px) {
    .wrap-gt-trong .splide__slide_news:first-child {
        min-height: auto;
        padding: 60px 0;
        width: min(100%, calc(100vw - 30px));
    }

    .wrap-gt-trong .news-item-gioithieu,
    .wrap-gt-trong .splide__slide_news:first-child .news-item-gioithieu,
    .wrap-gt-trong .splide__slide_news:nth-child(even) .news-item-gioithieu {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .wrap-gt-trong .gioithieu-item__name {
        font-size: 34px;
    }

    .wrap-gt-trong .gioithieu-item__desc {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .wrap-gt-trong .splide__slide_news {
        padding: 44px 0 0;
    }

    .wrap-gt-trong .splide__slide_news:first-child {
        padding: 40px 0;
    }

    .wrap-gt-trong .news-item-gioithieu,
    .wrap-gt-trong .splide__slide_news:first-child .news-item-gioithieu,
    .wrap-gt-trong .splide__slide_news:nth-child(even) .news-item-gioithieu {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .wrap-gt-trong .splide__slide_news:nth-child(even) .gioithieu-item__info {
        order: 0;
    }

    .wrap-gt-trong .gioithieu-item__pic {
        border-radius: 18px;
    }

    .wrap-gt-trong .splide__slide_news:first-child .gioithieu-item__pic {
        
    }

    .wrap-gt-trong .gioithieu-item__name {
        margin-bottom: 16px;
        font-size: 28px;
    }

    .wrap-gt-trong .gioithieu-item__desc,
    .wrap-gt-trong .splide__slide_news:first-child .gioithieu-item__desc {
        font-size: 15px;
        line-height: 28px;
    }
}
