body {
    background: #FAFAFA
}

.banner {
    position: relative
}

.banner .bg {
    display: block;
    width: 100%;
    object-fit: cover
}

.banner .text {
    position: absolute;
    bottom: 5.20833vw;
    left: 7.29167vw
}

.banner .text .h5 {
    color: #FFF;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.links {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    gap: 2.08333vw;
    z-index: 10;
    padding: 0 7.29167vw;
    margin: 4.32292vw 0 0;
    background: #FAFAFA;
    transition: 0.6s
}

.links.hide {
    top: 5.9375vw
}

.links .item {
    min-width: 8.64583vw;
    padding: 1.45833vw 0;
    color: #949494;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s
}

.links .item img {
    position: absolute;
    z-index: -1;
    display: block;
    width: 8.64583vw
}

.links .item:hover,
.links .item.on {
    color: #0F4C81
}

.part {
    padding: 3.64583vw 7.29167vw 0 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5625vw
}

.part .l_box {
    width: 51.77083vw;
    height: 31.51042vw
}

.part .l_box .img {
    display: none;
    width: 100%;
    height: 100%
}

.part .l_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.part .l_box .img.on {
    display: block
}

.part .l_box .img1 {
    width: 100%;
    height: 100%;
    position: relative
}

.part .l_box .img1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.part .l_box .img1 .big_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.part .l_box .img1 .big_swiper .swiper-slide {
    width: 100%;
    height: 100%
}

.part .l_box .img1 .small_swiper {
    position: absolute;
    overflow: hidden;
    width: 48.64583vw;
    bottom: 1.25vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: none;
}

.part .l_box .img1 .small_swiper .swiper-slide {
    height: 5.20833vw;
    border: .05208vw solid #fff;
    transition: 0.6s;
    overflow: hidden;
    cursor: pointer
}

.part .l_box .img1 .small_swiper .swiper-slide img {
    transition: 1s
}

.part .l_box .img1 .small_swiper .swiper-slide.swiper-slide-thumb-active {
    border: .05208vw solid #0F4C81
}

.part .l_box .img1 .small_swiper .swiper-slide:hover img {
    transform: scale(1.1)
}

.part .r_box {
    width: 36.30208vw
}

.part .r_box .r_box_title {
    color: #0F4C81;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 0 3.64583vw
}

.part .r_box .r_box_title img {
    position: absolute;
    z-index: -1;
    display: block;
    width: 8.64583vw
}

.part .r_box .options_color {
    max-height: 25.72917vw;
    overflow-y: auto
}

.part .r_box .options_color .line {
    margin-bottom: 2.5vw
}

.part .r_box .options_color .line .line_title {
    color: #000;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 1.04167vw
}

.part .r_box .options_color .line .line_colors {
    /* display: flex;
    flex-wrap: wrap;
    gap: 2.5vw */
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2.5vw;
    width: 90%;
}

.part .r_box .options_color .line .line_colors .color_item {
    cursor: pointer;
    width: 100%;
}

.part .r_box .options_color .line .line_colors .color_item .cir {
    width: 5.20833vw;
    height: 5.20833vw;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 1.04167vw
}

.part .r_box .options_color .line .line_colors .color_item .cir .icon {
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    position: absolute;
    background: #C8C8C8;
    bottom: 0;
    right: 0;
    z-index: 2
}

.part .r_box .options_color .line .line_colors .color_item .cir .icon img {
    display: block;
    width: 1.25vw
}

.part .r_box .options_color .line .line_colors .color_item p {
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize
}

.part .r_box .options_color .line .line_colors .color_item.on .cir .icon {
    background: #0F4C81
}

.part .r_box .options_color::-webkit-scrollbar {
    width: .20833vw;
    background: #E4F6FE;
    border-radius: .20833vw
}

.part .r_box .options_color::-webkit-scrollbar-track {
    width: .20833vw;
    background: #E4F6FE;
    border-radius: .20833vw
}

.part .r_box .options_color::-webkit-scrollbar-thumb {
    width: .41667vw;
    background: #B1CDE0;
    border-radius: .20833vw
}

.part .r_box .options .option {
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.part .r_box .options .option .option_l {
    width: 30.20833vw
}

.part .r_box .options .option .option_l .option_title {
    color: #000;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.part .r_box .options .option .option_l .label {
    color: rgba(0, 0, 0, 0.45);
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: .41667vw
}

.part .r_box .options .option .icon {
    width: 1.875vw;
    height: 1.875vw;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s
}

.part .r_box .options .option .icon img {
    display: block;
    width: 1.25vw
}

.part .r_box .options .option:not(:last-child) {
    margin-bottom: 2.5vw
}

.part .r_box .options .option.on .icon {
    background: #0F4C81
}

.section {
    background: #134256;
    padding: 8.54167vw 0 8.33333vw;
    margin: 4.16667vw 0 0
}

.section .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.59375vw;
    padding: 0 6.25vw
}

.section .wrap .l {
    width: 48.38542vw;
    position: relative;
    transform-style: preserve-3d;
    perspective: 52.08333vw
}

.section .wrap .l .text {
    position: absolute;
    top: -2.60417vw;
    right: -2.60417vw;
    transform: rotateY(45deg) rotateX(-5deg) rotateZ(344deg);
    transform-style: preserve-3d
}

.section .wrap .l .text p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.section .wrap .l img {
    display: block;
    width: 100%
}

.section .wrap .r {
    width: 34.89583vw
}

.section .wrap .r .r_title {
    color: #FFF;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 1.25vw
}

.section .wrap .r .r_box .tr {
    margin-bottom: 1.25vw
}

.section .wrap .r .r_box .tr .th {
    color: #FFF;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: .20833vw
}

.section .wrap .r .r_box .tr .td {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    line-height: 150%
}

.section .wrap .r .r_box .tr .td span {
    font-weight: 400
}

.section .more {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50.24%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.51042vw 0;
    gap: 2.29167vw
}

.section .more p {
    color: #FFF;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    transition: 0.6s
}

.section .more img {
    display: block;
    width: 4.16667vw;
    transition: 0.6s;
    filter: brightness(0) invert(1)
}

.section .more:hover p {
    text-decoration: underline
}

.footer {
    margin: -5.20833vw 0 0
}

@media screen and (max-width: 768px) {
    .banner {
        height: 60vh
    }

    .banner .bg {
        height: 100%;
        object-fit: cover
    }

    .banner .text {
        left: 5vw;
        top: auto;
        bottom: 20px
    }

    .banner .text .h5 {
        line-height: 1.2
    }

    .links {
        margin: 30px 0 0;
        top: 60px !important;
        padding: 0 5vw
    }

    .links .item {
        width: 25%;
        text-align: center;
        font-size: 12px;
        line-height: 1.2;
        padding: 10px 0
    }

    .links .item img {
        width: 90%
    }

    .part {
        padding: 50px 5vw 0;
        margin-bottom: 30px;
        display: block
    }

    .part .l_box {
        width: 100%;
        height: 60vw;
        margin-bottom: 25px
    }

    .part .l_box .img1 .small_swiper {
        width: 90%;
        bottom: 10px
    }

    .part .l_box .img1 .small_swiper .swiper-slide {
        height: 15vw
    }

    .part .r_box {
        width: 100%
    }

    .part .r_box .r_box_title {
        margin-bottom: 30px
    }

    .part .r_box .r_box_title img {
        width: 140px
    }

    .part .r_box .options_color {
        max-height: 300px
    }

    .part .r_box .options_color .line {
        margin-bottom: 20px
    }

    .part .r_box .options_color .line .line_title {
        margin-bottom: 10px
    }

    .part .r_box .options_color .line .line_colors {
        gap: 20px;
        width: 100%;
    }

    .part .r_box .options_color .line .line_colors .color_item p {
        font-size: 14px
    }

    .part .r_box .options_color .line .line_colors .color_item .cir {
        width: 50px;
        height: 50px
    }

    .part .r_box .options_color .line .line_colors .color_item .cir .icon {
        width: 20px;
        height: 20px
    }

    .part .r_box .options_color .line .line_colors .color_item .cir .icon img {
        width: 14px
    }

    .part .r_box .options .option:not(:last-child) {
        margin-bottom: 25px
    }

    .part .r_box .options .option .icon {
        width: 24px;
        height: 24px
    }

    .part .r_box .options .option .icon img {
        width: 18px
    }

    .part .r_box .options .option .option_l {
        width: calc(100% - 40px)
    }

    .part .r_box .options .option .option_l .label {
        font-size: 14px;
        margin: 5px 0 0
    }

    .footer {
        margin: -50px 0 0
    }

    .section {
        margin: 60px 0 0;
        padding: 50px 0 100px;
        width: 100%;
        overflow: hidden
    }

    .section .wrap {
        display: block
    }

    .section .wrap .l {
        width: 100%;
        perspective: 94.083333vw;
        margin-bottom: 40px
    }

    .section .wrap .l .text {
        right: -19vw
    }

    .section .wrap .r {
        width: 100%
    }

    .section .wrap .r .r_title {
        margin-bottom: 20px
    }

    .section .wrap .r .r_box .tr {
        margin-bottom: 15px
    }

    .section .wrap .r .r_box .tr .td {
        font-size: 15px
    }

    .section .more {
        margin: 30px 0 0;
        padding: 15px 5vw;
        gap: 5px
    }

    .section .more p {
        font-size: 15px;
        width: calc(90vw - 40px)
    }

    .section .more img {
        width: 34px
    }
}