.garmin-main {
    width: 100%;

}

.garmin-main .banner-container {
    width: 100%;
    /* height: calc(100vh - 106px); */
    /* min-height: 750px; */
    height: 620px;
    overflow: hidden;

}

.garmin-main .banner-container .swiper-slide {
    position: relative;
    width: 100%;
    /* min-height: 750px; */
    /* height: calc(100vh - 106px); */
}

.swiper-slide .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.banner-wrapper {
    position: relative;
    height: 620px;
}

.banner-wrapper .banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-wrapper .banner-content {
    position: absolute;
    max-width: 1067px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


/* slide1 */
.slide1 .content {
    position: relative;
    max-width: 1067px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slide1 .info {
    color: #fff;
    /* align-self: flex-end; */
    /* margin-bottom: 73px; */
}

.slide1 .logo {
    width: 285px;
    margin-top: 40px;
    margin-bottom: 48px;
}

.slide1 .text-img {
    display: block;
    width: 380px;
    margin-bottom: 24px;
}

.slide1 .text-img-m {
    display: none;
}

.slide1 .title {
    color: #FF7A3D;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
}

.slide1 .title span {
    color: #4D7BA6;
}


.slide1 .btn {
    display: flex;
    align-items: center;
    width: 167px;
    height: 40px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #FF7A3D;
    background: #fff;
    border-radius: 4px;
}

.slide1 .desc {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #737373;
}

.slide1 .person-img {
    display: none;
    height: 571px;
    align-self: flex-end;
}

.container {
    background: linear-gradient(173deg, #D1E8F6 15.07%, #F3FAFF 36.58%), #FFF;
}

.container .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.container .content .title {
    margin-top: 110px;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;

}

.container .content .title span {
    background: linear-gradient(to right, #366B9D, #7DA3C6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.info-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 245px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.4);
}

.info-wrap .info-title {
    display: flex;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(90deg, #F70 2.69%, #FF9962 44.96%, #82BBF2 87.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-wrap .info-desc {
    color: #404040;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 900px;
    text-align: center;
}

.info-wrap .info-desc br {
    display: none;
}

.card-wrap {
    display: flex;
    gap: 24px;
}

.card-wrap .card-item {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 180px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.6);
}

.card-wrap .card-title {
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: rgba(54, 107, 157, 0.85);
    margin-bottom: 24px;
}

.card-wrap .card-desc {
    color: #737373;
    font-size: 18px;
    font-weight: 600;
}

.box-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.box-wrap .box-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 282px;
}

.box-wrap .box-item.white-bg {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    padding: 24px;
    border: 1px solid #E7EFF3;
}

.box-wrap .box-item.no-bg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.box-wrap .img-con {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    /* width: 98px; */
}

.box-wrap .img-con div {
    height: 100%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-wrap .box-number {
    position: absolute;
    top: 18px;
    right: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(255, 122, 61, 0.60);
}

.box-wrap .box-title {
    color: #666;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}

.box-wrap .box-desc {
    color: #A3A3A3;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.box-wrap .box-card {
    position: relative;
    padding: 15px 25px;
    width: 100%;
    height: 112px;
    border: 6px;
    border: 1px solid #E7EFF3;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7)
}

.box-wrap .box-card:last-child .box-number {
    top: 12px;
}

.box-wrap .box-card:first-child {
    height: 146px;
    padding: 25px;
}

.article-wrap {
    display: flex;
    gap: 40px;
    margin-top: 110px;
}

.article-wrap .article-title {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;

}

.article-wrap .article-title span {
    background: linear-gradient(to right, #366B9D, #7DA3C6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.article-wrap .article-desc {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #737373;
}

.article-container {
    display: none;
    margin-top: 64px;
    overflow: hidden;
}

.article-container .article-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(to right, #366B9D, #7DA3C6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.article-container .article-content {
    display: flex;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    height: 208px;
    border-radius: 6px;
    border: 1px solid #E7EFF3;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.article-container .article-img {
    position: relative;
    width: 173px;
    height: 100%;
    overflow: hidden;
}

.article-container .article-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-container .article-info {
    flex: 1;
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding-right: 15px;
}


.article-container .swiper-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.article-container .swiper-switch .swiper-pagination {
    position: relative;
    text-align: left;
}

.article-container .swiper-switch .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #BABABA;
    border-radius: 50%;
    margin-right: 16px;

}

.article-container .swiper-switch .swiper-pagination-bullet-active {
    border-radius: 8px;
    width: 32px;
    height: 8px;
    background: #FF7A3D;
    ;

}

.article-container .swiper-pagination-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.article-container-page .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 60%;
}

.article-container .swiper-pagination-btns .button-next {
    margin-right: 5px;
}


.swiper-button-disabled {
    opacity: 0.6
}

.note-container {
    background: rgba(255, 255, 255, 0.7);
}

.note-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;

}

.note-wrap .note-title {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;

}

.note-wrap .note-title span {
    background: linear-gradient(to right, #366B9D, #7DA3C6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.note-wrap .note-text {
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 12px;
}

.note-wrap .note-text a {
    color: #FF9962;
    text-decoration-line: underline;
}


@media (max-width: 1440px) {
    .slide1 .person-img {
        height: 500px;
    }

    .slide1 .logo {
        margin: 30px 0;
    }

    .garmin-main .banner-container {
       height: calc(100vh - 106px);
    }
}


@media (max-width: 768px) {
    .garmin-main .banner-container {
       height: 750px;
    }

    .slide1 .person-img {
        display: block;
    }

    .garmin-main .banner-container {
        min-height: auto;
    }

    .garmin-main .banner-container .swiper-slide {
        min-height: auto;
    }


    .slide1 .content {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        flex-direction: column;
        z-index: 10;
    }

    .slide1 .top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slide1 .logo {
        margin-top: 50px;
        width: 210px;
        margin-bottom: 15px;
    }

    .slide1 .text-img {
        display: none;
    }

    .slide1 .text-img-m {
        width: 300px;
        display: block;
        margin-bottom: 8px;
    }

    .slide1 .info {
        display: flex;
        flex-direction: column;
        align-self: center;
        /* justify-content: space-between; */
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
    }


    .slide1 .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
    }

    .slide1 .desc {
        color: #fff;
        font-size: 16px;
    }

    .slide1 .person-img {
        position: absolute;
        z-index: 10;
        bottom: 0;
        /* width: auto; */
        height: 520px;
        /* height: auto; */
        align-self: center;
    }

    .container .content {
        width: 90%;
        padding: 50px 0;
    }

    .container .content .title {
        margin-top: 64px;
        margin-bottom: 24px;
        font-size: 22px;
    }

    .info-wrap {
        padding: 42px 11px;
        box-sizing: border-box;
        height: auto;
    }

    .info-wrap .info-title {
        flex-direction: column;
        margin-bottom: 24px;
        font-size: 22px;
    }

    .info-wrap .info-desc {
        font-size: 16px;
        line-height: 1.3;
    }

    .info-wrap .info-desc br {
        display: block;
    }



    .card-wrap {
        display: flex;
        flex-direction: column;
        gap: 0px;
        border: 1px solid #E7EFF3;
        border-radius: 6px;
    }

    .card-wrap .card-item {
        padding: 24px 16px;
        height: auto;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.7);
    }

    .box-wrap .box-item.no-bg {
        gap: 12px;
    }

    .card-wrap .card-item::after {
        position: absolute;
        bottom: 0;
        left: 16px;
        right: 16px;
        height: 1px;
        background: #E6E6E6;
        content: " ";
    }

    .card-wrap .card-item:last-child::after {
        background: transparent;
    }

    .card-wrap .card-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .card-wrap .card-desc {
        color: #404040;
        font-size: 16px;
        font-weight: 600;
    }

    .box-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .box-wrap .box-card:first-child {
        height: auto;
        padding: 20px;
    }

    .box-wrap .box-card br {
        display: none;
    }

    .box-wrap .box-item {
        height: auto;
    }

    .box-wrap .img-left {
        width: 90px;
    }

    .box-wrap a img {
        height: 36px;
    }

    .box-wrap .box-number {
        position: absolute;
        top: 10px;
        right: 23px;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
        color: rgba(255, 122, 61, 0.60);
    }

    .box-wrap .box-title {
        font-size: 16px;
    }

    .box-wrap .box-desc {
        font-size: 16px;
        font-weight: 400;
    }

    .box-wrap .box-card {
        height: auto;
        padding: 20px;
    }

    .article-wrap {
        display: none;
    }

    .article-container {
        display: block;
    }


    .note-container {
        padding-bottom: 50px;
        background-image: linear-gradient(173deg, #F3FAFF 6.61%, #F3FAFF 39.09%)
    }

    .note-wrap {
        width: 90%;
        flex-direction: column-reverse;
        padding: 0;
        border: 1px solid #E7EFF3;
        background: rgba(255, 255, 255, 0.7);
    }

    .note-wrap .note-title {
        margin-top: 24px;
        margin-bottom: 12px;
        font-size: 22px;
        padding: 0 14px;
    }

    .note-wrap .note-text {
        font-size: 16px;
        line-height: 1.2;
        padding: 0 14px;
    }


}


@media (max-width: 768px) {
    .slide1 .person-img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }
}

@media (max-width: 400px) {
    .slide1 .logo {
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .slide1 .text-img-m {
        width: 300px;
        display: block;
    }
}


@media (max-width: 375px) {
    .slide1 .logo {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .slide1 .text-img-m {
        width: 212px;
        display: block;
    }

    .slide1 .title {
        font-size: 16px;
    }

    .slide1 .person-img {
        width: auto;
        height: 360px;
    }
}

@media (max-width: 350px) {
    
    .info-wrap .info-title {
        font-size: 19px;
    }

    .article-container .article-content{
        gap: 10px;
    }
    .article-container .article-info{
        padding-right: 10px;
    }
}