.new_animation_delay_1 {
    animation-delay: 0.5s;
}

.new_animation_delay_2 {
    animation-delay: 1.0s;
}

.new_animation_delay_3 {
    animation-delay: 1.5s;
}

.new_animation_delay_4 {
    animation-delay: 2.0s;
}

.new_animation_delay_5 {
    animation-delay: 2.5s;
}

.new_animation_delay_6 {
    animation-delay: 3.0s;
}

.new_animation_delay_7 {
    animation-delay: 3.5s;
}

.new_animation_delay_8 {
    animation-delay: 4.0s;
}

.new_animation_start {
    animation-play-state: running !important;
}

.new_header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #00224900;
    color: #ffffff;
    padding: 15px 0;
    z-index: 2;
}

.new_header .new_logo {
    display: inline-block;
    vertical-align: middle;
}

.new_header .new_logo img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.new_header .new_menu {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.new_header .new_menu a {
    display: inline-block;
    padding: 5px 5px;
    margin: 0 2px;
    font-weight: 300;
    color: #ffffff;
    font-size: 14pt;
}

.new_header .new_menu a:hover {
    color: #36a6ef;
}

.new_header .new_header_btn {
    float: right;
    margin-top: 20px;
}

.new_header .new_header_btn .new_register_btn,
.new_header .new_header_btn .new_sign_btn {
    width: 120px !important;
    text-align: center !important;
}

.new_register_btn {
    display: inline-block;
    border: solid 1px #5578eb;
    color: #ffffff;
    background: #5578eb;
    height: 58px;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 200;
    margin: 0 5px;
}

.new_register_btn i {
    display: inline-block;
    margin-right: 10px;
}

.new_register_btn:hover {
    border: solid 1px #36a6ef;
    color: #ffffff;
    background: #36a6ef;
}

.new_btn {
    display: inline-block;
    border: solid 1px #5578eb;
    color: #ffffff;
    background: #5578eb;
    height: 58px;
    padding: 15px 25px;
    box-sizing: border-box;
    font-weight: 200;
    margin: 0 5px;
}

.new_btn i {
    display: inline-block;
    margin-right: 10px;
}

.new_btn:hover {
    border: solid 1px #36a6ef;
    color: #ffffff;
    background: #36a6ef;
}

.new_sign_btn {
    display: inline-block;
    border: solid 1px #ffffff;
    color: #ffffff;
    height: 58px;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 200;
    margin: 0 5px;
}

.new_sign_btn i {
    display: inline-block;
    margin-right: 10px;
}

.new_sign_btn:hover {
    border: solid 1px #0f9af0;
    color: #ffffff;
    background: #0f9af0;
}

.new_header_holder {
    display: block;
    height: 130px;
    background: #002249;
}

.new_top {
    background: url("../img/top-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin-bottom: 35px;
}

.new_top .new_circle {
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.new_top .new_circle .new_left_img {
    display: block;
    float: left;
    width: 40%;
}

.new_top .new_circle .new_right_img {
    display: block;
    float: right;
    width: 30%;
}

.new_top .new_title {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: calc(50vh - 120px);
    z-index: 1;
}

.new_top .new_title .new_line {
    display: inline-block;
    vertical-align: middle;
    height: 3px;
    width: 70px;
    background: #ffffff;
    margin: 0 10px;
}

.new_top .new_title .new_header_sub_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 18pt;
    font-weight: 200;
}

.new_top .new_title h1 {
    display: block;
    margin-top: 25px;
    font-size: 60pt;
}

.new_top .new_slider {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 30px;
    z-index: 1;
}

.new_top .new_slider a {
    font-weight: bold;
    color: #ffffff;
}

.new_top .new_slider a:hover {
    color: #0f9af0;
}

.new_top .new_slider span {
    font-weight: 200;
    color: #ffffff;
}

.new_top .new_slider .new_date {
    display: block;
    font-weight: 200;
    color: #ffffff;
}

.new_slider .new_timer {
    display: inline-block;
    margin: 0 25px;
    padding: 15px;
    width: 150px;
    text-align: center;
    font-size: 20px;
    color: #ffc600;
    vertical-align: top;
}

.new_slider .new_timer_circle {
    height: 131px;
    width: 131px;
    border-radius: 50%;
    margin: 5px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
    border: solid 2px;
}

.new_slider .new_timer_circle .canvas {
    width: 100%;
    height: 100%;
}

.new_top .new_icon_slider {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    z-index: 1;
}

.new_top .new_icon_slider .new_icon_scroller {
    display: block;
}

.new_top .new_icon_slider .new_icon_scroller a {
    display: inline-block;
    width: 200px;
    height: 70px;
}

.new_top .new_icon_slider .new_icon_scroller a img {
    display: inline-block;
    width: 200px;
    height: 70px;
    object-fit: contain;
    opacity: 0.5;
}

.new_top .new_icon_slider .new_icon_scroller a:hover img {
    opacity: 1;
}

.new_spacial_post {
    margin-bottom: 35px;
    border: 16px solid #f5faff;
}

.new_spacial_post .new_image {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    padding: 10px 10px;
    box-sizing: border-box;
}

.new_spacial_post .new_image img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.new_spacial_post .new_text {
    display: inline-block;
    vertical-align: top;
    padding: 20px 10px 0 0;
    width: calc(100% - 455px);
    font-weight: 200;
    text-align: justify;
    color: #69a1bb;
}

.new_spacial_post .new_text .span_title {
    display: block;
    margin-bottom: 25px;
    font-size: 35pt;
}

.new_spacial_post .new_text .new_btn {
    margin: 20px 0;
}

.new_service {
    margin-bottom: 35px;
}

.new_service_item {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 50px);
    padding: 20px 15px;
    box-sizing: border-box;
    border: 16px solid #f5faff;
    margin-right: 76px;

    position: relative;
    top: 100px;
    opacity: 2;
    animation-name: to_up;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    /* animation-play-state: paused; */
}

.new_service_item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.new_service_item img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.new_service_item .new_title {
    display: block;
    margin-bottom: 10px;
    font-size: 18pt;
}

.new_service_item .new_text {
    display: block;
    color: #69a1bb;
    font-weight: 200;
}

.new_service_second {
    margin-bottom: 35px;
    background: #f5f7ff;
    padding: 20px 0;
    box-sizing: border-box;
}

.new_service_second .new_service_left {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    width: calc(100% - 455px);
    box-sizing: border-box;
}

.new_service_second .new_service_left .new_title {
    display: block;
    font-size: 35pt;
    margin-bottom: 35px;
}

.new_service_second_item {
    display: block;
    padding-left: 25px;
    margin-bottom: 30px;

    position: relative;
    right: 100px;
    opacity: 0;
    animation-name: to_right;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    /* animation-play-state: paused; */
}

.new_service_second_item i {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    box-sizing: border-box;
    border-radius: 50px;
    color: #0f9af0;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.new_service_second_item:hover i {
    color: #ffffff;
    background: #0f9af0;
}

.new_service_second_item .new_context {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 45px);
    padding-left: 15px;
    box-sizing: border-box;
}

.new_service_second_item .new_context .new_title {
    display: block;
    font-size: 14pt;
    margin-bottom: 5px;
}

.new_service_second_item .new_context .new_text {
    font-weight: 200;
    color: #69a1bb;
}

.new_service_second .new_service_right {
    display: inline-block;
    vertical-align: top;
    padding: 100px 15px 10px 15px;
    margin-bottom: 20px;
    width: 450px;
    box-sizing: border-box;
    overflow: hidden;
}

.new_service_second .new_service_right img {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    object-fit: contain;
    box-shadow: 10px 10px 0 0 #5578eb;
}

.new_blog {
    margin-bottom: 35px;
}

.new_blog .new_title {
    display: block;
    text-align: center;
    font-size: 35pt;
}

.new_blog .new_btn {
    display: block;
    width: 150px;
    text-align: center;
    margin: 35px auto 0 auto;
}

.new_blog_item {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 50px);
    box-sizing: border-box;
    margin-right: 76px;
    margin-top: 35px;
    box-shadow: 0 0 5px #69a1bb77;

    position: relative;
    top: 100px;
    opacity: 2;
    animation-name: to_up;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    /* animation-play-state: paused; */
}

.new_blog_item:nth-child(3n+3) {
    margin-right: 0;
}

.new_blog_item:hover {
    margin-top: 20px;
    box-shadow: 0 15px 10px #69a1bb33;
}

.new_blog_item img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.new_blog_item .new_context {
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
}

.new_blog_item .new_context .new_blog_title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.new_blog_item .new_context .new_blog_text {
    display: block;
    font-weight: 200;
    color: #69a1bb;
    margin-bottom: 10px;
}

.new_blog_date,
.new_blog_item .new_context .new_blog_date {
    display: block;
    font-weight: 200;
    font-size: 10pt;
}

.new_statistic {
    background: url("../img/statistic-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 35px;
    padding: 90px 0;
}

.new_statistic_item {
    display: inline-block;
    vertical-align: middle;
    width: calc(33% - 5px);
    text-align: center;
    color: #ffffff;
}

.new_statistic_item i {
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
    width: 70px;
    margin-right: 15px;
}

.new_statistic_item .new_statistic_context {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.new_statistic_item .new_statistic_context span {
    display: block;
    font-weight: 200;
    font-size: 10pt;
}

.new_statistic_item .new_statistic_context .new_statistic_counter {
    font-weight: bold;
    font-size: 22pt;
}

.new_faq {
    margin-bottom: 35px;
}

.new_faq .new_image {
    display: inline-block;
    vertical-align: top;
    width: 550px;
    padding: 10px 0;
    box-sizing: border-box;
}

.new_faq .new_image img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.new_faq .new_text {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 10px 20px;
    width: calc(100% - 555px);
}

.new_faq .new_text .new_title {
    display: block;
    font-size: 35pt;
    margin-bottom: 35px;
}

.new_faq .new_text .new_btn {
    margin: 20px 0 0 0;
}

.new_faq_item {
    display: block;
    border: solid 2px #69a1bb66;
    font-weight: 200;
    box-sizing: border-box;
}

.new_faq_item .new_faq_header {
    padding: 10px 10px;
    cursor: pointer;
}

.new_faq_item .new_faq_header span {
    font-weight: bold;
    font-size: 12pt;
}

.new_faq_item .new_faq_header i {
    float: right;
    padding: 2px 5px;
}

.new_faq_item .new_faq_answer {
    display: block;
    color: #69a1bb;
    padding: 10px 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.new_footer {
    background: #002249;
    padding: 55px 0;
    color: #ffffff;
}

.new_footer_item {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 5px);
}

.new_footer_item .new_title {
    display: block;
    margin-bottom: 35px;
}

.new_footer_item .new_container {
    display: block;
    padding: 0 25px 0 15px;
    box-sizing: border-box;
}

.new_footer_item .new_container span {
    display: block;
    text-align: justify;
    margin-bottom: 5px;
    font-weight: 200;
}

.new_footer_item .new_container a {
    display: block;
    margin: 10px 0;
    color: #e9b424;
}

.new_footer_item .new_container a:hover {
    color: #e9b42466;
}

.new_footer_item .new_container a i {
    display: inline-block;
    font-size: 15px;
    color: #ffffff99;
    margin-right: 5px;
}

.new_footer_item .new_container a:hover i {
    margin-right: 15px;
}

.new_copyright {
    background: #00152e;
    color: #ffffff99;
    font-weight: 200;
    font-size: 10pt;
    padding: 15px 0;
}

.new_page_title {
    display: block;
    text-align: center;
    font-size: 42pt;
    color: #002249;
    margin-top: 50px;
    margin-bottom: 65px;
}

.new_page_title span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: solid 3px #002249;
}

.new_paging {
    text-align: center;
    padding: 55px 0 10px 0;
}

.new_paging a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 0 5px;
    text-align: center;
    color: #ffffff;
    background: #5578eb;
    border: solid 1px #5578eb;
}

.new_paging a:hover {
    background: #0f9af0;
    border: solid 1px #0f9af0;
}

.new_paging .active {
    cursor: context-menu !important;
    color: #5578eb !important;
    background: #ffffff !important;
    border: solid 1px #5578eb !important;
}

.new_post_image {
    margin-bottom: 35px;
}

.new_post_image img {
    display: block;
    width: 100%;
}

.new_post_text {
    display: block;
    font-weight: 200;
    color: #69a1bb;
    margin-bottom: 25px;
}

.new_post_text img {
    display: block;
    margin: 10px 0;
    max-width: 800px;
    width: 100%;
}

.new_faq_sidebar {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    font-weight: 200;
    padding: 20px 0;
    box-sizing: border-box;
}

.new_faq_category {
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.new_faq_current {
    background: #0f9af033;
}

.new_faq_category i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 25px;
    padding-left: 5px;
    box-sizing: border-box;
    opacity: 0;
}

.new_faq_category:hover i {
    opacity: 1;
}

.new_faq_current i {
    opacity: 1;
}

.new_faq_category .new_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14pt;
    width: calc(100% - 70px);
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new_faq_category .new_count {
    display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
    color: #0f9af0;
    border: solid 1px #0f9af0;
    border-radius: 20px;
    padding: 0 5px;
}

.new_faq_category:hover .new_count {
    background: #0f9af0;
    color: #ffffff;
    border: solid 1px #0f9af0;
}

.new_faq_current .new_count {
    background: #0f9af0;
    color: #ffffff;
    border: solid 1px #0f9af0;
}

.new_faq_holder {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 305px);
    padding: 20px 0 20px 15px;
    box-sizing: border-box;
}

.new_sub_title {
    display: none !important;
    border: none !important;
    font-size: 14pt;
    margin-bottom: 0;
    margin-top: 10px;
    color: #0f9af0;
    font-weight: 200;
}

.new_open_category {
    display: none;
    width: auto;
    padding: 5px 10px;
    margin-bottom: 15px;
    cursor: pointer;
    border: solid 2px #002249;
    background: #ffffff;
    color: #002249;
}

.new_open_category:hover {
    background: #002249;
    color: #ffffff;
}

.new_open_category i {
    margin-right: 10px;
}

/****************************************************************/

@keyframes to_up {
    from {
        opacity: 0;
        top: 100px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes to_right {
    from {
        opacity: 0;
        right: 100px;
    }

    to {
        opacity: 1;
        right: 0;
    }
}

/****************************************************************/

@media screen and (max-width: 1100px) {
    .new_faq .new_image {
        width: 350px;
    }

    .new_faq .new_text {
        width: calc(100% - 355px);
    }
}

@media screen and (max-width: 950px) {
    .new_header .new_menu {
        display: none;
    }

    .new_faq_sidebar {
        display: block;
        background: #ffffff;
        position: fixed;
        top: 0;
        left: -300px;
        height: 100vh;
        z-index: 10;
    }

    .new_faq_holder {
        width: 100%;
        padding: 20px 0;
    }

    .new_sub_title {
        display: block !important;
    }

    .new_open_category {
        display: inline-block;
    }
}

@media screen and (max-width: 900px) {

    .new_spacial_post .new_image,
    .new_spacial_post .new_text {
        display: block;
        width: 100%;
        padding: 10px 10px;
    }

    .new_service_second .new_service_left,
    .new_service_second .new_service_right {
        display: block;
        width: 100%;
        padding: 10px 10px;
    }

    .new_service_right img {
        max-height: 450px;
        object-fit: cover !important;
    }

    .new_blog_item {
        width: calc(50% - 40px);
        margin-right: 76px;
    }

    .new_blog_item:nth-child(3n+3) {
        margin-right: 76px;
    }

    .new_blog_item:nth-child(2n+2) {
        margin-right: 0;
    }

    .new_page_title {
        font-size: 32pt;
    }
}

@media screen and (max-width: 870px) {
    .new_service_item {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .new_statistic {
        text-align: center;
    }

    .new_statistic_item {
        text-align: left;
        width: calc(100% - 100px);
        margin-bottom: 35px;
    }

    .new_faq .new_image {
        display: none;
    }

    .new_faq .new_text {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 750px) {
    .new_top .new_title .new_line {
        width: 50px;
    }

    .new_top .new_title .new_sub_title {
        width: calc(100% - 150px);
        font-size: 12pt;
    }

    .new_top .new_title h1 {
        font-size: 40pt;
    }

    .new_spacial_post .new_image span {
        font-size: 28pt;
    }

    .new_footer_item {
        display: block;
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
        border-top: solid 1px #ffffff;
    }

    .new_footer_item:first-child {
        border-top: none;
    }
}

@media screen and (max-width: 650px) {
    .new_blog_item {
        width: 100%;
        margin-right: 0 !important;
    }

    .new_slider .new_timer {
        margin: 0 15px;
        padding: 8px;
    }
}

@media screen and (max-width: 550px) {

    .new_register_btn span,
    .new_sign_btn span {
        display: none;
    }

    .new_register_btn i,
    .new_sign_btn i {
        margin-right: 0;
    }

    .new_header .new_header_btn .new_register_btn,
    .new_header .new_header_btn .new_sign_btn {
        width: auto !important;
    }

    .new_slider .new_timer {
        margin: 0;
        padding: 0;
        width: 145px;
    }

    .new_slider .new_timer_circle {
        height: 131px;
        width: 131px;
        margin: 5px;
    }
}

@media screen and (max-width: 450px) {
    .new_top .new_title h1 {
        font-size: 35pt;
    }

    .new_slider .new_timer {
        margin: 0 2px;
        padding: 0;
        width: 100px;
    }

    .new_slider .new_timer_circle {
        height: 100px;
        width: 100px;
        margin: 0;
    }
}

.homeshope-user-address-info {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: groove;
    border-color: rgb(4 4 4);
    border-image: initial;
    border-radius: 7px;
    margin-bottom: 3px;
}

.fieldset-title{
    margin-left: 5px;
    margin-right: 5px;
}
@media screen and (min-width: 700px) {
    .transaction_input {
        min-width: 610px !important;;
    }
}
@media screen and (max-width: 700px) {
    .transaction_input {
        min-width: 100% !important;;
    }
}
.circle-withdrawal {
    content: counter(section);
    counter-increment: section;
    display: inline-block;
    width: 30px;
    height: 29px;
    margin: 0 20px 0 0;
    border: 1px solid #ccc;
    border-radius: 100%;
    text-align: center;
    margin-left: 10px;
    background: #e8ada3;
}
.rows_products{
    border: groove;
    border-radius: 7px;
    margin-bottom: 8px;
    border-bottom: -1px;
    border-bottom: 1px solid #6b6b70!important;
}
.newProduct_icon{
    right: -12px;
    top: -14px;
    float: right;
    height: 73px;
    position: absolute;
    z-index: 1;
}
.newitem_category{
    height: 50px;
}
.gift-stage-spn{
    margin-bottom: 20px;
    background: #9ec9b3;
    /* max-width: fit-content; */
    text-align: center;
    border-radius: 10px;
    padding: 3px 7px;
    font-size: 12px;
}
.gift-stage-div{
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
}