.promotion_kv {
    background-color: #192082;
    padding: 0 0 15px;
}

.promotion_row-2 {

    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#192082+34,0079c5+62&1+24,0+100 */
    background: linear-gradient(to bottom, rgba(25, 32, 130, 1) 24%, rgba(25, 32, 130, 0.87) 34%, rgba(0, 121, 197, 0.5) 62%, rgba(0, 121, 197, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



}

.promotion_kv h1 {
    display: none;
}

.promotion_title-1 {
    max-width: 417px;
    margin: 0 auto;
}

.promotion_title-1 img {
    width: 100%;
}

.promotion_wetrust {
    max-width: 718px;
    margin: 0 auto;
}

.promotion_wetrust img {
    width: 100%;
}

.promotion_row-3 {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 450px 0 180px;
    position: relative;
}

.promotion_droplets {
    text-align: center;
    position: absolute;
    top: 370px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: float3 2.5s ease-in-out infinite;
}

@keyframes float3 {
    0% {
        top: 370px;
    }

    50% {
        top: 365px;
    }

    100% {
        top: 370px;
    }
}

.promotion_droplets a {
    max-width: 150px;
    display: inline-block;
}

.promotion_droplets a img {
    width: 100%;
}

.promotion_title-2 {
    max-width: 797px;
    margin: 0 auto;
}

.promotion_title-2 img {
    width: 100%;
}

.promotion_text {
    max-width: 585px;
    margin: 0 auto;
    padding: 10px 10px 30px;
}

.promotion_text p {
    color: #fff;
    font-size: 19px;
    text-align: center;
    padding: 10px 0;
}

.promotion_text p br {
    display: none;
}

.promotion_text_img {
    max-width: 268px;
    margin: 0 auto;
}

.promotion_card {
    padding: 0 0 60px;
}

.promotion_card_title {
    width: 100%;
}

.promotion_card_title img {
    width: 100%;
}

.promotion_card_item {
    margin: 0 0 25px;
}

.promotion_card_text .promotion_card_b {
    padding: 10px 0 0;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    line-height: 2;
}

.promotion_enter {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    padding: 0px 0 0;
}

.promotion_card_droplets {}

.promotion_card_droplets {
    text-align: center;
    position: absolute;
    bottom: -220px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: float4 2.5s ease-in-out infinite;
}

@keyframes float4 {
    0% {
        bottom: -220px;
    }

    50% {
        bottom: -215px;
    }

    100% {
        bottom: -220px;
    }
}

.promotion_card_droplets a {
    max-width: 150px;
    display: inline-block;
}

.promotion_card_droplets a img {
    width: 100%;
}

/*  */
.promotion_card_slide .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.promotion_card_slide .swiper-container-2 {
    direction: rtl;
}

.promotion_card_slide .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 290px;
    height: 387px;
    opacity: 0;
    border-radius: 10px;
}




.promotion_card_slide .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.promotion_card_slide .swiper-slide.swiper-slide-active:hover {
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 1);
}

.promotion_card_slide .swiper-slide.swiper-slide-next {
    opacity: 0.5;
}

.promotion_card_slide .swiper-slide.swiper-slide-next+.swiper-slide {
    opacity: 0.25;
}

.promotion_card_slide .swiper-pagination {
    color: #fff;

}


.promotion_carousel-kv {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    /* 留一點上下空間給縮放的效果 */
    overflow: visible !important;
}

.promotion_carousel-kv .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 355px;
    height: 480px;
    opacity: 0.6;
    /* 最兩端的透明度 */
    filter: blur(2px);
    /* 最兩端的模糊程度 */
    transition: all 0.5s ease;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.promotion_carousel-kv .swiper-slide-prev,
.promotion_carousel-kv .swiper-slide-active,
.promotion_carousel-kv .swiper-slide-next {
    opacity: 1;
    /* 這三張保持不透明 */
    filter: blur(0px);
    /* 這三張保持清晰 */
}

.promotion_carousel-kv .swiper-slide-prev,
.promotion_carousel-kv .swiper-slide-next {
    opacity: 0.8;
    /* 鄰居稍微降一點點亮度 */
    filter: blur(0.5px);
    /* 鄰居極輕微模糊 */
}

/* 4. 強調中間那張絕對清晰 */
.promotion_carousel-kv .swiper-slide-active {
    opacity: 1 !important;
    filter: blur(0px) !important;
    z-index: 10;
    /* 確保中間在最上層 */
    border: 1px solid rgba(255, 255, 255, .6);
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 1);
}

.kv_swiper-button-prev,
.swiper-container-rtl .kv_swiper-button-next {
    background-image: url(../img/card-back.png);
    left: 55px;
    right: auto
}

.kv_swiper-button-next,
.swiper-container-rtl .kv_swiper-button-prev {
    background-image: url(../img/card-next.png);
    right: 55px;
    left: auto;
}

.kv_swiper-button-next,
.kv_swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 55px 55px;
    -webkit-background-size: 55px 55px;
    background-size: 55px 55px;
    background-position: center;
    background-repeat: no-repeat;
}

.promotion_carousel-kv .swiper-wrapper {
    padding: 20px 0;
}

.swiper-button-disabled {
    opacity: 0;
}

/*  */

.promotion_title-3 {
    max-width: 316px;
    margin: 0 auto;
}

.promotion_title-3 img {
    width: 100%;
}

.promotion_row-4 {
    padding: 0 0 300px;
    background-image: url(../img/bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;

}

.promotion_row-4-text {
    text-align: center;
    line-height: 1.5;
}

.promotion_row-4-text h3 {
    font-size: 33px;
    font-weight: bold;
    color: #004998;
    padding: 15px 0;
}

.promotion_row-4-text p {
    font-size: 19px;
    font-weight: bold;
    color: #666464;

}

.promotion_page {
    text-align: center;
    font-size: 0;
    max-width: 660px;
    margin: 0 auto;
    display: flex;
    padding: 35px 0;
}

.promotion_page a {
    display: inline-block;

}

.promotion_page a img {
    width: 100%;
}

.promotion_card_title-m {
    display: none;
}

.promotion_card_title-m2 {
    display: none;
}

.promotion_card_slide .swiper-pagination {
    color: #fff;
    direction: ltr;
}

/* nature 1 */

.nature_row {

    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#e5dad5+0,e5dad5+100&1+0,0+42 */
    background: linear-gradient(to bottom, rgba(229, 218, 213, 1) 0%, rgba(229, 218, 213, 0) 42%, rgba(229, 218, 213, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.nature_kv {
    position: relative;
    padding-bottom: 100px;
}

.nature_kv h1 {
    display: none;
}

.nature_kv_droplets {
    width: 150px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: float 2.5s ease-in-out infinite;
}


@keyframes float {
    0% {
        bottom: -45px;
    }

    50% {
        bottom: -40px;
    }

    100% {
        bottom: -45px;
    }
}

.nature_block_1_text {
    font-size: 25px;
    max-width: 800px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    padding: 0px 0 45px;
    color: #666464;
}

.nature_block_1_title {
    max-width: 398px;
    margin: 0 auto 25px;
}

.nature_item {
    padding: 0 0 35px;
    border-bottom: #e1e1e1 1px solid;
    margin: 0 0 30px;
}

.nature_img1 {
    max-width: 900px;
    margin: 0 auto 25px;
}

.nature_item_text {
    padding: 40px 0 0;
}

.nature_item_text h3 {
    font-size: 29px;
    font-weight: bold;
    color: #004998;
}

.nature_item_text h4 {
    font-size: 21px;
    font-weight: bold;
    color: #c1a266;
}

.nature_item_text p {
    font-size: 17px;
    /* font-weight: bold; */
    color: #666464;
    line-height: 1.5;
}

.nature_structure h3 {
    font-size: 29px;
    font-weight: bold;
    color: #004998;
    text-align: center;
    padding: 0 0 15px;

}

.nature_structure_img {
    max-width: 568px;
    margin: 0 auto;
    padding: 0 0 15px;
}

.nature_structure_img img {
    width: 100%;
}

.nature_structure_list {
    text-align: center;
    font-size: 0;
    max-width: 660px;
    margin: 0 auto;
    display: flex;
    padding: 0 0 35px;
}

.nature_structure_item {

    display: inline-block;
}

.nature_structure_item img {
    width: 100%;
}

.nature_structure p {
    font-size: 21px;
    font-weight: bold;
    color: #666464;
    line-height: 1.5;
    text-align: center;
    padding: 0 0 25px;
}

.nature_structure p span {
    display: inline-block;
}

.nature_structure p br {
    display: none;
}

.nature_block_1 {

    padding: 0 0 500px;
    background-image: url(../img/nature_bottom_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;


}

.nature_bottom {
    background-image: url(../img/nature_structure_bottom.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    padding: 1300px 0 0;
    background-size: auto;
    margin: -400px 0 0px;
    position: relative;
    z-index: -1;
}

.nature_bottom_droplets {
    width: 150px;
    position: absolute;
    top: 520px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: float2 2.5s ease-in-out infinite;
}

@keyframes float2 {
    0% {
        top: 520px;
    }

    50% {
        top: 515px;
    }

    100% {
        top: 520px;
    }
}

.nature_bottom_text {
    max-width: 775px;
    margin: 0 auto 50px;
    font-size: 25px;
    font-weight: bold;
    color: #666464;
    line-height: 1.5;
    text-align: left;
    position: relative;
    padding: 150px 0 50px;
}

.nature_bottom_text_img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nature_promise_img {
    max-width: 520px;
    margin: 0 auto;
}

.nature_block_1_text .t1 {
    display: block;
}

.nature_block_1_text .t2 {
    display: none;
}

.promotion_more {
    display: none;
}

.promotion_go {
    position: fixed;
    right: 0;
    top: 30%;
    cursor: pointer;
    z-index: 9999;
}

/* nature 2 */
#fixedTop {
    padding: 0;
    right: 10px;
    bottom: 10px;
    color: #ffffff;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    width: 50px;
}

/*  */
.campaign {
    background-image: url(../img/campaign_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.campaign_logo {
    max-width: 500px;
    margin: 30px auto 0;
}

.campaign_title {
    max-width: 450px;
    margin: 0 auto;
}

.campaign_yt {
    padding: 0px 0 35px;
    position: relative;
    z-index: 1;
}

.campaign_yt .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}

.campaign_yt .video-container iframe,
.campaign_yt .video-container object,
.campaign_yt .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.campaign_yt_bg {
    max-width: 800px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    /* -moz-box-shadow: 1px 0px 5px #8a8a8a;
    -webkit-box-shadow: 1px 0px 5px #8a8a8a;
    box-shadow: 1px 0px 5px #8a8a8a; */
    margin: 0 auto;
}

.campaign_btn {
    text-align: center;
    padding: 0 0 35px;
}

.campaign_btn a {
    max-width: 450px;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
}

.campaign_style_top {
    position: absolute;
    top: 200px;
    right: 18%;
    width: 19%;
}

.campaign_style_bottom {
    position: absolute;
    bottom: 5%;
    left: 11%;
    width: 23%;
}

.footer {
    margin: 0 0 50px;
}

.promotion_fix_b {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #144895;
    padding: 15px 15px;
    display: none;
}

.promotion_fix_b span {
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    margin: 0 50px 0 0;
}

.promotion_fix_b a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 30px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.promotion_submenu{
    background-color: #c1a266;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -400px;
    z-index: -1;
    padding: 15px 0 0;
    opacity: 0;
    transition: all 1.5s ease-in-out;
}
.promotion_submenu_act{
  bottom: 55px;
  opacity: 1;
  z-index: 9997;
}
.promotion_submenu_list{

}
.promotion_submenu_list li{
    
}
.promotion_submenu_list li a{
    border-bottom: 1px solid #e4bd84;
    width: 100%;
    display: block;
    padding: 14px 15px 14px 30px;
        font-size: 14px;
    color: #fff;
}
.promotion_submenu_times{
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
}

@media (max-width: 1600px) {
    .campaign {
        background-image: url(../img/campaign_bg_1280.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
}

@media (max-width: 1440px) {
    .campaign_style_top {
        position: absolute;
        top: 200px;
        right: 9%;
        width: 24%;
    }

    .campaign_style_bottom {
        position: absolute;
        bottom: 7%;
        left: 3%;
        width: 23%;
    }

    .campaign {
        background-image: url(../img/campaign_bg_1280.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
}

@media (max-width: 1280px) {
    .campaign_style_top {
        position: absolute;
        top: 200px;
        right: 9%;
        width: 24%;
    }

    .campaign_style_bottom {
        position: absolute;
        bottom: 7%;
        left: 1%;
        width: 20%;
    }

    .campaign {
        background-image: url(../img/campaign_bg_1280.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
}

@media (max-width: 1170px) {
    .campaign_style_top {
        position: absolute;
        top: 200px;
        right: 9%;
        width: 20%;
    }

    .campaign_style_bottom {
        position: absolute;
        bottom: 7%;
        left: 1%;
        width: 20%;
    }
}

@media (max-width: 768px) {
    .promotion_go {
        display: none;
        position: fixed;
        right: 0;
        top: 30%;
        cursor: pointer;
        width: 40px;
    }

    .promotion_title-1 {
        max-width: 212px;
        margin: 0 auto;
    }

    .promotion_row-3 {
        background-image: url(../img/bg-m.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        background-color: #144895;
        padding: 330px 0 0px;
        position: relative;
    }

    .promotion_droplets {
        text-align: center;
        position: absolute;
        top: 240px;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: float3m 2.5s ease-in-out infinite;
    }

    @keyframes float3m {
        0% {
            top: 240px;
        }

        50% {
            top: 235px;
        }

        100% {
            top: 240px;
        }
    }

    .promotion_title-2 {
        max-width: 218px;
        margin: 0 auto;
    }

    .promotion_text p {
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding: 10px 0;
        line-height: 1.5;
    }

    .promotion_text p br {
        display: block;
    }

    .promotion_wetrust {
        max-width: 262px;
        margin: 0 auto;
    }

    .promotion_card_title {
        width: 100%;
        display: none;
    }

    .promotion_card_slide {

        position: relative;
    }

    .promotion_card_slide-l {
        padding: 155px 50px 0 0;
    }

    .promotion_card_slide-r {
        padding: 140px 0px 0 50px;
    }

    .promotion_card_slide .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 230px;
        height: 306px;
        opacity: 0;
        border-radius: 10px;
    }

    .swiper-container {
        position: relative;
        z-index: 1;
    }

    .promotion_card_title-m {
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        display: block;
    }

    .promotion_card_title-m2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        display: block;
    }

    .promotion_card_text .promotion_card_b {
        padding: 20px 0;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 1.5;
        width: 90%;
        margin: 0 auto;
        height: 90px;
        overflow: hidden;
        position: relative;
        transition: all 1.5s ease-in-out;

    }

    .promotion_card_text .promotion_card_h {
        height: 200px;
    }

    .promotion_card_text_mask {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#044894+0,044894+100&0+0,1+100 */
        background: linear-gradient(to bottom, rgba(4, 72, 148, 0) 0%, rgba(4, 72, 148, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        z-index: 1;
    }

    .promotion_enter_bottom {
        background-color: #fff;
        background-image: url(../img/bg-bm.png);
        background-position: center top;
        background-repeat: no-repeat;
        margin: 0 -15px;
        background-size: contain;
        padding: 0 0 200px;
    }

    .promotion_card_droplets {
        text-align: center;
        position: absolute;
        bottom: -85px;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: float4m 2.5s ease-in-out infinite;
    }


    @keyframes float4m {
        0% {
            bottom: -85px;
        }

        50% {
            bottom: -80px;
        }

        100% {
            bottom: -85px;
        }
    }

    .promotion_card {
        padding: 0;
    }

    .promotion_title-3 {
        max-width: 118px;
        margin: 0 auto;
    }

    .promotion_row-4-text h3 {
        font-size: 24px;
        font-weight: bold;
        color: #004998;
        padding: 15px 0;
    }

    .promotion_row-4-text p {
        font-size: 15px;
        font-weight: bold;
        color: #666464;
    }

    .promotion_row-4 {
        padding: 0px 0 150px;
        background-image: url(../img/bottom-m.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
    }

    .promotion_enter {
        text-align: center;
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        padding: 35px 0 0;
    }

    .promotion_more {
        text-align: center;
        display: block;

    }

    .promotion_more a {
        display: inline-block;
        max-width: 99px;

    }

    .promotion_more a img {
        width: 100%;

    }

    .promotion_carousel-kv .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 230px;
        height: 306px;
        opacity: 0.3;
        /* 最兩端的透明度 */
        filter: blur(4px);
        /* 最兩端的模糊程度 */
        transition: all 0.5s ease;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    /*  */
    .nature {
        padding: 60px 0 0;
    }

    .nature_kv {
        position: relative;
        padding-bottom: 60px;
    }

    .nature_block_1_text .t1 {
        display: none;
    }

    .nature_block_1_text .t2 {
        display: block;
        font-size: 15px;
        font-weight: bold;
        color: #666464;
        line-height: 1.5;
    }

    .nature_kv_droplets {
        width: 150px;
        position: absolute;
        bottom: -85px;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: float 2.5s ease-in-out infinite;
    }

    @keyframes float {
        0% {
            bottom: -85px;
        }

        50% {
            bottom: -80px;
        }

        100% {
            bottom: -85px;
        }
    }

    .nature_block_1_title {
        max-width: 240px;
        margin: 0 auto 25px;
    }

    .nature_item_text h3 {
        font-size: 19px;
        font-weight: bold;
        color: #004998;
    }

    .nature_item_text h4 {
        font-size: 15px;
        font-weight: bold;
        color: #c1a266;
        padding: 5px 0;
    }

    .nature_item_text p {
        font-size: 15px;
        font-weight: bold;
        color: #666464;
        line-height: 1.5;
    }

    .nature_structure_list {
        text-align: center;
        font-size: 0;
        max-width: 660px;
        margin: 0 -15px;
        display: flex;
        padding: 0 0 35px;
    }

    .nature_structure h3 {
        font-size: 20px;
        font-weight: bold;
        color: #004998;
        text-align: center;
        padding: 0 0 15px;
    }

    .nature_structure_img {
        max-width: 300px;
        margin: 0 auto;
        padding: 0 0 15px;
    }

    .nature_bottom {
        background-image: url(../img/nature_structure_bottom_m.png);
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        padding: 700px 0 0;
        background-size: auto;
        margin: -50px auto 0px;
        position: relative;
        z-index: 0;
        background-size: contain;
    }

    .nature_bottom_text {
        max-width: 360px;
        margin: 0 auto 20px;
        font-size: 15px;
        font-weight: bold;
        color: #666464;
        line-height: 1.5;
        text-align: left;
        position: relative;
        padding: 150px 15px 25px;
    }

    .nature_bottom_text_img {
        width: 100%;
        position: relative;
        bottom: inherit;
        left: inherit;
    }

    .nature_promise_img {
        max-width: 330px;
        margin: 0 auto;
    }

    .nature_block_1 {
        padding: 0px 0 300px;
        background-image: url(../img/nature_bottom_bg_m.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
    }

    .nature_bottom_droplets {
        width: 150px;
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: float2m 2.5s ease-in-out infinite;
    }

    @keyframes float2m {
        0% {
            top: 150px;
        }

        50% {
            top: 145px;
        }

        100% {
            top: 150px;
        }
    }

    .nature_item {
        padding: 0 0 35px;
        border-bottom: 0;
        margin: 0 0 0px;
    }

    .nature_item_row {
        border-bottom: #e1e1e1 1px solid;
        padding: 0 0 15px;
    }

    .nature_structure p {
        font-size: 20px;
        font-weight: bold;
        color: #666464;
        line-height: 1.5;
        text-align: center;
        padding: 0 0px;
    }

    .nature_structure p span {
        display: none;
    }

    .nature_structure p br {
        display: block;
    }

    .nature_structure {
        position: relative;
        z-index: 1;
    }

    .promotion {
        padding: 60px 0 0;
    }

    .promotion_text_img {
        max-width: 210px;
        margin: 0 auto;
    }

    .kv_swiper-button-prev,
    .swiper-container-rtl .kv_swiper-button-next {
        background-image: url(../img/card-back.png);
        left: 0px;
        right: auto
    }

    .kv_swiper-button-next,
    .swiper-container-rtl .kv_swiper-button-prev {
        background-image: url(../img/card-next.png);
        right: 0px;
        left: auto;
    }

    .promotion_card_slide .swiper-pagination {
        color: #fff;
        direction: ltr;
    }

    .campaign {
        margin: 60px 0 0;
    }

    .campaign {
        background-image: url(../img/campaign_bg_m.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }

    .campaign_logo {
        max-width: 250px;
        margin: 15px auto 0;
    }

    .campaign_title {
        max-width: 250px;
        margin: 0 auto 60px
    }

    .campaign_btn a {
        max-width: 350px;
        margin: 0 auto;
        display: inline-block;
        cursor: pointer;
    }

    .campaign_style_top {
        position: absolute;
        top: 174px;
        right: 9%;
        width: 35%;
    }

    .campaign_yt {
        padding: 0px 0 105px;
    }

    .campaign_style_bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
        width: 90%;
        transform: translate(-50%, -50%);
    }

    #fixedTop {
        padding: 0;
        right: 10px;
        bottom: 70px;
        color: #ffffff;
        text-align: center;
        display: none;
        position: fixed;
        z-index: 999;
        width: 50px;
    }
    .promotion_fix_b {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #144895;
    padding: 15px 15px;
    display: block;
}
}