/* BASIC css start */
.bg-black {
    background: #211D1D;
}

.bg-black .swiper-container .swiper-button-prev, .bg-black .swiper-container .swiper-button-next {
    filter: invert(1);
}

.bg-black .swiper-container .swiper-slide .name {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "HvDTrial Brandon Grotesque";
    font-style: normal;
    font-weight: 400;
}

.bg-black .swiper-container .swiper-pagination span {
    border: 1px solid #5A5858;
}

.bg-black .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
}

.bg-black .add-page-title, .bg-black .add-page-sub-title {
    color: #FFFFFF;
}

.add-page .visual-wrap {
    background-image: url('/design/hangso1/mallskin/pc/images/bg_page12_visual01.png');
    padding: 300px 16px;
}

.add-page .visual-wrap .sub-title {
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 32px;
    font-weight: 420;
    line-height: 36px;
    margin: 0 0 8px;
    word-break: keep-all;
}

.add-page .visual-wrap .title {
    margin-bottom: 0;
    word-break: keep-all;
}

.add-page .top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 56px;
}

.add-page .bg-black .top-wrap .btn {
    margin: 0;
}

.add-page .add-page-title {
    margin-bottom: 0;
}

.add-page .bg-black .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 226px;
    height: 48px;
    padding: 0 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    color: #211D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto;
    border-radius: 4px;
    transition: all .5s;
    border: 1px solid #fff;
}

.add-page .bg-black .btn:hover {
    background: #FB663A;
    border: 1px solid #FB663A;
    color: #fff;
}

.add-page .bg-blue {
    background: #242B3B;
    padding: 0;
}


.email-wrap {
    padding: 48px 0 60px;
}

.email-wrap .text-notice {
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 32px;
    word-break: keep-all;
}

.email-wrap .email-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #DDDCD7;
    background: #FFFFFF;
    padding: 24px 16px;
    box-sizing: border-box;
    max-width: 500px;
    margin: 0 auto;
}

.email-wrap .email-box .title-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.email-wrap .email-box .title-wrap p {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 22px;
    font-weight: 420;
    line-height: 24px;
}

.email-wrap .email-box .title-wrap:before {
    content: '';
    display: block;
    width: 32px;
    height: 26px;
    background: url('/design/hangso1/mallskin/pc/images/icon_faq_email.png') no-repeat center;
}

.email-wrap .email-box .sub-title {
    color: #4A4444;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.email-wrap .email-box .btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 190px;
    height: 48px;
    border-radius: 4px;
    background: #211D1D;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border: 1px solid #211D1D;
    transition: all .5s;
    box-sizing: border-box;
}

.email-wrap .email-box .btn-link:hover {
    background: #FB663A;
    color: #FFFFFF;
    border: 1px solid #FB663A;
}



@media (max-width: 768px) {
    .add-page .visual-wrap {
        background-image: url('/design/hangso1/mallskin/pc/images/bg_page12_visual01_mo.png');
        padding: 300px 16px;
    }

    .add-page .visual-wrap .sub-title {
        font-size: 28px;
        line-height: 34px;
    }

    .add-page .visual-wrap .title {
        font-size: 48px;
        line-height: 54px;
    }

    .add-page .flex-wrap .item img {
        object-position: bottom;
    }

    .add-page .top-wrap {
        margin-bottom: 44px;
    }

    .add-page .slider-wrap .swiper {
        margin-bottom: 40px;
    }

    .add-page .bg-black {
        padding-bottom: 48px;
    }

    .add-page .bg-black .top-wrap .btn {
        display: none !important;
    }

    .add-page .bg-black .btn {
        display: flex !important;
    }

    .add-page .flex-wrap .item img {
        max-height: 100%;
    }
}

@media (max-width: 375px) {
    .add-page .visual-wrap {
        padding: 220px 16px;
    }

    .add-page .visual-wrap .title {
        font-size: 44px;
        line-height: 52px;
    }

    .add-page .top-wrap {
        margin-bottom: 40px;
    }

    .email-wrap .text-notice {
        font-size: 24px;
    }
}
/* BASIC css end */

