/*banner*/
h1.show {
    line-height: 0;
    display: block;
    color: #fff;
}
.banner_link {
    background-repeat: no-repeat;
    background-size: cover;
    height: 95.06vh;
    width: 100%;
    background-position: center center;
}

.banner_link.banner_pc_block {
    display: block;
}

.banner_link.banner_mobile_block {
    display: none;
}

.swiper-button-next-custom,
.swiper-button-prev-custom {
    z-index: 2;
    position: absolute;
    top: 50%;
    /*
    transform: translate(-50%, -50%);
    */
}

.swiper-button-next-custom {
    /* right: 50px;*/
    right: 2.604vw;
}

.swiper-button-prev-custom {
    /*left: 50px;*/
    left: 2.604vw;
}

.swiper-pagination-bullet-active {
    background: #FBD8B5 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet {
    /*  width: 44px;*/
    width: 2.292vw;
    /*height: 5px;*/
    height: 0.260vw;
    display: inline-block;
    border-radius: 50px;
    /*border-radius: 2.604vw;*/
    background: #FBD8B5;
    opacity: 0.5;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    /*bottom: 40px;*/
    bottom: 2.083vw;
    top: auto;
    left: auto;
    width: 100%;
    right: 100px;
    text-align: right;
}

@media screen and (max-width:1024px) {
    .banner_link.banner_pc_block {
        display: none;
    }

    .banner_link.banner_mobile_block {
        display: block;
    }

    .swiper-pagination-bullet {
        width: 30px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 30px;
        top: auto;
        left: 0;
        width: 100%;
        right: auto;
        text-align: center;
    }
}

/*new box*/
.new_box {
    background-image: url(https://img.denwell.com/vietnam/img/home/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    display: block;
    height: auto;
    width: auto;
    position: absolute;
    /* z-index: inherit; */
    z-index: 9;
    left: 0;
    bottom: 0;
    /*padding: 79px 33% 40px 60px;*/
    padding: 4.115vw 33% 2.083vw 3.125vw;
    /*min-width: 1024px;*/
    min-width: 53.333vw;
}

.new_box h2 {
    font-family: 'Noto Serif TC';
    font-weight: 500;
    /*font-size: 24px;*/
    font-size: 1.250vw;
    line-height: 100%;
    letter-spacing: 0;
    color: #00321D;
    /*margin-bottom: 17px;*/
    margin-bottom: 0.885vw;
}

.new_box a {
    font-weight: 400;
    /*font-size: 20px;*/
    font-size: 1.042vw;
    line-height: 1.6em;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #65726C;
}

.new_box a svg {
    /*margin-right: 8px;*/
    margin-right: 0.417vw;
}

.new_box ul {
    border-top: 1px solid #fff;
    /* padding-top: 10px;*/
    padding-top: 0.521vw;
    /*    max-width: 518px;*/
    /*max-width: 26.979vw;*/
    max-width: 100%;
    width: 100%;
}

.new_box li {
    vertical-align: middle;
    /*margin-bottom: 8px;*/
    margin-bottom: 0.417vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_box li:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width:1024px) {
    .new_box h2 {
        font-size: 20px;
        margin-bottom: 9px;
    }

    .new_box ul {
        padding-top: 8px;
            max-width: 100%;
    }

    .new_box {
        background-image: url(https://img.denwell.com/vietnam/img/home/mb_bg.png);
        background-position: top left;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 31px 16px 16px 16px;
        min-width: auto;
    }

    .new_box li {
        overflow: unset;
        white-space: unset;
        margin-bottom: 0px;
    }

    .new_box a {
        font-size: 16px;
    }

    .new_box a svg {
        margin-right: 8px;
        max-height: 12px;
    }

}