/* footer */

.hp_payment img {
    max-width: 150px;
}

/* */

/*Search Bar Search*/
.navbar_mobile .hp_search_icon{
    width:19px;
    filter:brightness(0) invert(0);
}
#main_index .navbar_mobile .navbar_type8 .hp_search_icon{
    filter:brightness(0) invert(1);    
}
.navbar_mobile .boxSearch {
    display: none; 
    position: absolute;
    top: 64px;
    right: 9%;
}
.navbar_mobile .nav_search .search_button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.navbar_mobile .nav_search input {
    background: #f0f2f5;
    width: 180px;
    height: 35px;
    border: 0;
    box-shadow: none;
    padding: 0 50px 0 25px;
    border-radius: 0;
    max-height: 45px;
    color: #000;
}
.navbar_mobile .nav_search input::placeholder{
    color:#000;
    font-size:12px;
}
.navbar_mobile .nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid transparent;
    box-shadow: 0 0 7px rgb(191 191 191/0%);
}


.navbar_mobile .btnClose{
    display: none;

}
.navbar_mobile #closeIcon{
    display: none;
}
 .navbar_mobile .searchWrapper img{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.navbar_mobile .searchBar{
    width: 100%;
    margin: 0 auto;
}
.navbar_mobile .searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.navbar_mobile .row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.navbar_mobile .btnSearch{
    cursor: pointer;
    color:#000;
    font-family: "Alice";
    font-size: 1vw;
    padding: 15px 1vw;
    font-weight: 400;
    color: #444;
}
.navbar_mobile .searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.navbar_mobile .searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.navbar_mobile .searchBar i{
    font-size: 1.2rem;
}
.navbar_mobile button:focus {
    outline: unset;
}
.navbar_mobile .searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar_mobile .searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.navbar_mobile .hp_topspace_sticky-menu{
    filter:brightness(0) invert(0)!important;
}

.login .fa-user {
    font-size: 26px !important;
    font-weight: 700;
}

.navbar_mobile{
    background-color:#fff;
}
.navbar_mobile .btn-outline-light{
    border-color:transparent;
    color: #000;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: transparent;
    color: #000;
}
.alter_navmobile_ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: fixed;
    right: 56px;
    top: 0;
    bottom: 0;
    height: 80px;
}
.alter_navmobile_ul li{
    margin-left:16px;
}

.alter_cart{  
    width:21px;
    object-fit: contain;
}

.navbar_mobile .logo_img{
    margin-left:-67px;
}

.breakspan{
    display:block;
}

/* */



#main_index {
    padding-bottom: 0!important;
    background-color: #ffffff;
}

#google_translate_element {
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 9999;
    display: none;
}

body {
    background-color: #f5fcff;
}

#main_showproducts .product_detail .product_name {
    color: #0a0a0a;
}

.breadcrumb_b ol li:last-child a {
    color: #0a0a0a;
}

.navbar_type10 {
    background-color: #ffffff;
    padding: 1rem 0;
}

.navbar_type10 .container.d-flex.justify-content-between {
    align-items: center;
}

/*.navbar_type10 .container.d-flex.justify-content-between>div:nth-child(2) {*/
/*    order: 3;*/
/*}*/

.navbar_type10 .nav_logo img {
    max-height: 60px;
}

.navbar_type10 .nav_search {
    max-width: 40vw;
    padding: 0 2rem;
}

.navbar_type10 .nav_search input {
    font-size: 0.85rem;
    font-weight: 400;
    background-color: #ffffff;
    border: 2px solid #d3d3d3;
    border-right: 0;
    color: #474747;
    width: 100%;
    height: 100%;
    padding: 6px 18px;
    border-radius: 25px 0 0 25px;
}

.navbar_type10 .nav_search input::placeholder {
    color: #474747;
}

.navbar_type10 .nav_search .search_button {
    background-color: #fbb03b;
    border: 2px solid #DC4477fbb03b;
    border-left: 0;
    color: #ffffff;
    padding: 0 12px;
    border-radius: 0 25px 25px 0;
    outline: 0!important;
}

.navbar_type10 .nav_search .search_button>i {
    font-size: 1.25rem;
    -webkit-text-stroke: 0.5px #DC4477;
}

.navbar_type10 .e_commerce {
    min-width: unset;
    width: unset;
}

.navbar_type10 .e_commerce .login {
    filter: unset;
    color: #0a0a0a;
}

.navbar_type10 .e_commerce .login:hover {
    filter: unset;
    color: #0a0a0a;
}

.navbar_type10 .e_commerce .login>div {
    overflow: visible;
}

.navbar_type10 .e_commerce .login>div>i {
    -webkit-text-stroke: 0.5px #ffffff;
}

.navbar_type10 .e_commerce .dropdown_menu ul li {
    color: #0a0a0a;
}

.navbar_type10 .e_commerce .dropdown_menu ul a {
    color: #0a0a0a;
    filter: unset;
}

.nav_bottom {
    background-color: #ffffff;
    box-shadow: none;
}

.nav_bottom>.container.p-0 {
    justify-content: center!important;
}

.nav_bottom .menu .nav_item .dropdown a {
    font-size: 0.95rem;
    font-weight: 500;
    color: #0a0a0a;
    padding: 10px 15px!important;
    text-transform: capitalize;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 500;
}

.nav_bottom .menu .nav_item:hover {
    background-color: #fbb03b;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    top: 100%;
    left: 0;
    border-top: 0; 
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    background-color: #ffffff;
    padding: 0;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li {
    padding-bottom: 0;
}

.nav_bottom .menu .nav_item .mega_menu {
    margin-top: 0;
}

.nav_bottom .menu .nav_item .mega_menu .mega_menu_body {
    overflow-y: auto;
}

.nav_bottom .cart {
    border-left: 0!important;
    background-color: #fbb03b;
    margin-left: 15px;
}

.nav_bottom .cart>a {
    padding: 0 15px!important;
}

.nav_bottom .cart>a>i {
    color: #ffffff;
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
        align-items: self-end;
}

@media screen and (min-width: 576px) {
    .navbar_type10>.container.d-flex.justify-content-between {
        max-width: 100%;
        width: 100%;
    }
    .nav_bottom>.container.p-0 {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .sticky-top {
        border-top: 1px solid #d3d3d3;
    }
}

@media screen and (min-width: 1200px) {
    .navbar_type10>.container.d-flex.justify-content-between {
        max-width: 80%;
        margin: 0 auto;
    }
    .nav_bottom>.container.p-0 {
        max-width: 80%;
        margin: 0 auto;
    }
}

.exProductSlidehpType6{
    padding:1.5rem 9% 0;
}
.exProductSlidehpType6 .wrapper_product .product_img img{
    object-fit: contain;
}
.exProductSlidehpType6 .wrap_box .col-12.col-md-6.col-lg-3:nth-child(n+5){
    display:none;
}

@media screen and (max-width: 767.5px) {
    .exProductSlidehpType6 .wrap_box .col-12.col-md-6.col-lg-3{
        flex:0 0 50%;
        max-width:50%;
        padding: 0 0.5rem;
    }
    .exProductSlidehpType6 .wrapper_product .product_img .product_price .cut-price,
    .exProductSlidehpType6 .wrapper_product .product_img .product_price .price_number{
        font-size: 2.5vw;
    }
    .exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3{
        font-size:3vw;
    }
    .exProductSlidehpType6 .wrapper_product .product_details .product_header small{
        font-size:2.5vw;
    }
    .exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart span{
        padding: 0 0.5rem;
        font-weight: 600;
        font-size: 3.5vw;
    }
}

.footer_type3 {
    display: none;
    background-color: transparent;
    color: #474747;
}

.footer_type3 a {
    color: #474747;
}

.footer_type3.footer_custom {
    display: block;
}

.footer_type3>.container.pt-3.pb-3 {
    padding-top: 1.5rem!important;
    padding-bottom: 0!important;
}

.footer_type3 .col-12.col-md-9>p.mb-2 {
    margin-bottom: 0!important;
}

.footer_type3 .social_media {
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {
    .footer_type3>.container.pt-3.pb-3 {
        max-width: 100%;
        width: 100%;
    }
}

/*@media screen and (min-width: 1200px) {*/
/*    .footer_type3>.container.pt-3.pb-3 {*/
/*        max-width: 80%;*/
/*        margin: 0 auto;*/
/*    }*/
/*}*/

@media screen and (max-width: 767.98px) {
    .footer_type3 {
        padding-bottom: 0;
    }
}



/*banner*/
.sec_banner_ebox {
    width: 80%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.sec_banner_title {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    font-style: italic;
    color: #ffffff;
    text-shadow: -1px 1px 8px rgb(0 0 0 / 50%);
}

.sec_banner_title.black {
    color: #0a0a0a;
}

.sec_banner_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.btnBanner {
    display: inline-block;
    text-decoration: none!important;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid #fbb03b;
    background-color: #fbb03b;
    color: #ffffff;
    padding: 11px 27px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
    transition: all .5s ease-in-out;
}

/*.btnBanner.black {*/
/*    border: 1px solid #0a0a0a;*/
/*    color: #0a0a0a;*/
/*}*/

.btnBanner>span {
    position: relative;
    z-index: 10;
}

.btnBanner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a5d8f2;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale(0, 0);
    transition: all .5s ease-in-out;
}

.btnBanner:hover {
    border-color: #a5d8f2;
    color: #ffffff;
}

.btnBanner:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(14, 14);
}

#main_index .slider_banner .banner_content {
    overflow: hidden;
}

#main_index .slider_banner .slick-prev {
    width: 30px;
    height: 30px;
    left: 15px;
}

#main_index .slider_banner .slick-prev::before {
    width: 30px;
    height: 30px;
}

#main_index .slider_banner .slick-next {
    width: 30px;
    height: 30px;
    right: 15px;
}

#main_index .slider_banner .slick-next::before {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 1199.98px) {
    .sec_banner_ebox {
        top: 25%;
    }
    .sec_banner_title {
        font-size: 36px;
    }
}

@media screen and (max-width: 991.98px) {
    .sec_banner_ebox {
        top: 20%;
    }
    .sec_banner_title {
        font-size: 28px;
    }
    .sec_banner_btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .sec_banner_ebox {
        top: 15%;
    }
    .sec_banner_title {
        font-size: 22px;
    }
    .sec_banner_btn {
        margin-top: 10px;
    }
}

@media screen and (max-width: 575.98px) {
    .sec_banner_title {
        font-size: 18px;
    }
    .sec_banner_btn {
        margin-top: 5px;
    }
    .btnBanner {
        font-size: 12px;
        padding: 9px 22px;
    }
    .btnBanner:hover::before {
        transform: translate3d(-50%, -50%, 0) scale(11, 11);
    }
}

@media screen and (max-width: 426px) {
    .sec_banner_ebox {
        top: 10%;
    }
    .sec_banner_title {
        font-size: 16px;
    }
    .btnBanner {
        font-size: 10px;
        padding: 7px 17px;
    }
    .btnBanner:hover::before {
        transform: translate3d(-50%, -50%, 0) scale(9, 9);
    }
}



/*manually footer*/
.bgManually_footer {
    background-image: url("https://cdn1.npcdn.net/img/1650955608footer-bckg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

.secManually_footer_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.secManually_footer_title {
    flex-basis: 25%;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #0a0a0a;
}

.secManually_footer_menu {
    flex-basis: 75%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.secManually_footer_menu>li {
    flex-basis: 25%;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #474747;
}

.secManually_footer_menu>li>a {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #474747;
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    .secManually_footer_ctrl_width {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .secManually_footer_box {
        flex-wrap: wrap;
    }
    .secManually_footer_title {
        flex-basis: 100%;
    }
    .secManually_footer_menu {
        flex-basis: 100%;
        flex-wrap: wrap;
    }
    .secManually_footer_menu>li {
        flex-basis: 50%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .secManually_footer_menu>li {
        flex-basis: 100%;
    }
}



/*sec1*/
.bgSec1 {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.bgSec1::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #474747 0%, #474747 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 20px 1px;
}

.sec1_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1_sm_box {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 40%);
    transition: all .5s;
}

.sec1_sm_box.pink {
    background-color: #fbb03b;
}

.sec1_sm_box.blue {
    background-color: #a5d8f2;
}

.sec1_sm_box.pink:hover {
    background-color: #a5d8f2;
}

.sec1_sm_box.blue:hover {
    background-color: #fbb03b;
}

.sec1_imgx {
    max-width: 60px;
    height: auto;
    margin-right: 15px;
}

.sec1_title {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

.sec1_text {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}

#main_index .index_wrapper_3 {
    background-image: url("https://cdn1.npcdn.net/img/1670403379sec1-bckg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 3rem;
}

@media screen and (min-width: 1200px) {
    .sec1_ctrl_width {
        max-width: 75%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec1_box {
        flex-wrap: wrap;
    }
    .sec1_sm_box {
        flex-basis: 100%;
        flex-direction: column;
        gap: 25px;
    }
    .sec1_sm_box:nth-child(1n+2) {
        margin-top: 20px;
    }
}



/*sec2*/
.bgSec2 {
    padding-top: 6rem;
    padding-bottom: 1.5rem;
}

.sec2_top_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.sec2_top_left_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sec2_top_left_title>span {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #0a0a0a;
    white-space: nowrap;
}

.sec2_top_left_title::after {
    content: "";
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid #474747;
    margin-left: 15px;
}

.sec2_top_right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnSee {
    display: inline-block;
    text-decoration: none!important;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid #a5d8f2;
    background-color: #a5d8f2;
    color: #ffffff;
    padding: 11px 27px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.btnSee>span {
    position: relative;
    z-index: 10;
}

.btnSee::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fbb03b;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale(0, 0);
    transition: all .5s ease-in-out;
}

.btnSee:hover {
    border-color: #fbb03b;
    color: #ffffff;
}

.btnSee:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(12, 12);
}

.sec2_bottom_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec2_bottom_content {
    flex-basis: calc(25% - 5.625px);
    margin-top: 20px;
}

.sec2_bottom_imgx>a>img {
    transition: all .5s;
}

.sec2_bottom_imgx>a:hover>img {
    transform: scale(0.95);
}

@media screen and (min-width: 1200px) {
    .sec2_ctrl_width {
        max-width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec2_bottom_box {
        flex-wrap: wrap;
    }
    .sec2_bottom_content {
        flex-basis: calc(50% - 3.75px);
    }
}

@media screen and (max-width: 575.98px) {
    .sec2_top_box {
        flex-wrap: wrap;
    }
    .sec2_top_left_content {
        flex-basis: 100%;
    }
    .sec2_top_right_content {
        flex-basis: 100%;
        margin-top: 15px;
    }
    .sec2_bottom_content {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 426px) {
    .sec2_top_left_title>span {
        font-size: 24px;
    }
}



/*sec3*/
.bgSec3 {
    padding-top: 5rem;
}

.sec3_top_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.sec3_top_left_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sec3_top_left_title>span {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #0a0a0a;
    white-space: nowrap;
}

.sec3_top_left_title::after {
    content: "";
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid #474747;
    margin-left: 15px;
}

.sec3_top_right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnAll {
    display: inline-block;
    text-decoration: none!important;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid #fbb03b;
    background-color: #fbb03b;
    color: #ffffff;
    padding: 11px 27px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.btnAll>span {
    position: relative;
    z-index: 10;
}

.btnAll::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a5d8f2;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale(0, 0);
    transition: all .5s ease-in-out;
}

.btnAll:hover {
    border-color: #a5d8f2;
    color: #ffffff;
}

.btnAll:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(12, 12);
}

#main_index .index_wrapper_3 .productSlider-1 {
    margin-top: 20px;
}

#main_index .index_wrapper_3 .productSlider-1 .product_img {
    margin-bottom: 0;
}

#main_index .index_wrapper_3 .productSlider-1 .product_img .slick-track .slick-slide {
    margin: 5px 10px;
    border-radius: 0;
    box-shadow: 0 0 2px rgb(0 0 0 / 25%);
    background-color: #ffffff;
}

#main_index .index_wrapper_3 .productSlider-1 .product_img .product_box {
    background-color: #ffffff;
}

#main_index .index_wrapper_3 .productSlider-1 .product_img .product_box .product_img_frame img {
    /*object-fit: contain!important;*/
    border-radius: 0;
}

#main_index .index_wrapper_3 .productSlider-1 .product_img .slick-prev {
    left: 0;
}

#main_index .index_wrapper_3 .productSlider-1 .product_img .slick-next {
    right: 0;
}

#main_index .index_wrapper_3 .productSlider-1 .product_img .slick-prev::before, 
#main_index .index_wrapper_3 .productSlider-1 .product_img .slick-next::before {
    padding: 0;
}

@media screen and (min-width: 1200px) {
    .sec3_ctrl_width {
        max-width: 90%;
        margin: 0 auto;
    }
    #main_index .index_wrapper_3 .outerContainer_3 #index_3_4 .productSlider-1 {
        max-width: 90%;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 575.98px) {
    .sec3_top_box {
        flex-wrap: wrap;
    }
    .sec3_top_left_content {
        flex-basis: 100%;
    }
    .sec3_top_right_content {
        flex-basis: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 426px) {
    .sec3_top_left_title>span {
        font-size: 24px;
    }
    #main_index .index_wrapper_3 .productSlider-1 .product_img .product_box .product_img_frame,
    #main_index .index_wrapper_3 .productSlider-1 .product_img .product_box .product_img_frame img {
        height: 160px;
    }
}



/*sec4*/
.bgSec4 {
    padding-top: 3rem;
}

.sec4_top_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.sec4_top_left_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sec4_top_left_title>span {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #0a0a0a;
    white-space: nowrap;
}

.sec4_top_left_title::after {
    content: "";
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid #474747;
    margin-left: 15px;
}

.sec4_top_right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (min-width: 1200px) {
    .sec4_ctrl_width {
        max-width: 90%;
        margin: 0 auto;
    }
    #main_index .index_wrapper_3 .outerContainer_3 #index_3_6 .productSlider-1 {
        max-width: 90%;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 575.98px) {
    .sec4_top_box {
        flex-wrap: wrap;
    }
    .sec4_top_left_content {
        flex-basis: 100%;
    }
    .sec4_top_right_content {
        flex-basis: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 426px) {
    .sec4_top_left_title>span {
        font-size: 24px;
    }
}



/*sec5*/
.bgSec5 {
    background-image: url("https://cdn1.npcdn.net/img/1646903056sec5-bckg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 3rem;
}

.sec5_top_sm_title {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 20px;
}

.sec5_top_title {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #fbb03b;
}

.sec5_top_keyword {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #474747;
    margin-top: 25px;
    /*margin-bottom: 30px;*/
}

.sec5_top_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnRead {
    display: inline-block;
    text-decoration: none!important;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid #fbb03b;
    background-color: #fbb03b;
    color: #ffffff;
    padding: 13px 15px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.btnRead>span {
    position: relative;
    z-index: 10;
}

.btnRead::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a5d8f2;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale(0, 0);
    transition: all .5s ease-in-out;
}

.btnRead:hover {
    border-color: #a5d8f2;
    color: #ffffff;
}

.btnRead:hover::before {
    transform: translate3d(-50%, -50%, 0) scale(12, 12);
}

.sec5_middle_ebox {
    margin-top: 60px;
}

.sec5_middle_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec5_middle_content {
    flex-basis: 33.333333%;
}

.sec5_middle_count_number {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #fbb03b;
}

.sec5_middle_count_number::after {
    content: "+";
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #fbb03b;
}

.sec5_middle_count_text {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #0a0a0a;
    transform: translateY(50%);
}

.sec5_middle_count_text>span {
    display: inline-block;
    transform: rotate(30deg);
}

.sec5_bottom_ebox {
    margin-top: 60px;
}

.sec5_bottom_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    margin-bottom: -35px;
    padding: 30px 0;
    border-radius: 20px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 30%);
}

.sec5_bottom_content {
    position: relative;
    flex-basis: 33.333333%;
}

.sec5_bottom_content:nth-child(1n+2)::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-right: 1px solid #474747;
    height: 40%;
}

.sec5_bottom_imgx {
    max-width: 80px;
    height: auto;
    margin: 0 auto;
}

.sec5_bottom_text {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #0a0a0a;
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    .sec5_ctrl_width {
        max-width: 65%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec5_middle_box {
        flex-wrap: wrap;
    }
    .sec5_middle_content {
        flex-basis: 100%;
    }
    .sec5_middle_content:nth-child(1n+2) {
        margin-top: 30px;
    }
    .sec5_bottom_box {
        flex-wrap: wrap;
    }
    .sec5_bottom_content {
        flex-basis: 100%;
    }
    .sec5_bottom_content:nth-child(1n+2) {
        margin-top: 15px;
        padding-top: 15px;
    }
    .sec5_bottom_content:nth-child(1n+2)::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        border-bottom: 1px solid #474747;
        border-right: 0;
        width: 40%;
        height: auto;
    }
}

@media screen and (max-width: 426px) {
    .sec5_top_title {
        font-size: 24px;
    }
}



/*sec6*/
.bgSec6 {
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;

}

.sec6_left_box {
    background-color: #efefef;
    padding: 40px 10%;
    border-radius: 40px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 25%);
}

.sec6_left_title {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    color: #fbb03b;
}

.sec6_left_title::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-image: linear-gradient(to right, #fbb03b 0%, #fbb03b 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 20px 1px;
    margin: 10px auto 0;
}

.sec6_left_content {
    /*display: flex;*/
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 15px;
}

.sec6_left_imgx {
    flex-basis: calc(20% - 24px);
    /*margin-left: 30px;*/
}

.sec6_left_imgx:nth-child(1),
.sec6_left_imgx:nth-child(6),
.sec6_left_imgx:nth-child(11),
.sec6_left_imgx:nth-child(16),
.sec6_left_imgx:nth-child(21) {
    margin-left: 0;
}

.sec6_left_imgx:nth-child(1n+6) {
    margin-top: 10px;
}

/*.sec6_left_imgx:nth-child(-n+16) {*/
/*    flex-basis: calc(25% - 7.5px);*/
/*}*/

/*.sec6_left_imgx:nth-child(1n+17) {*/
/*    flex-basis: calc(20% - 8px);*/
/*}*/

.sec6_right_box {
    background-color: #efefef;
    padding: 40px 10%;
    border-radius: 40px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 25%);
}

.sec6_right_title {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    color: #a5d8f2;
}

.sec6_right_title::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-image: linear-gradient(to right, #a5d8f2 0%, #a5d8f2 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 20px 1px;
    margin: 10px auto 0;
}

.sec6_right_content {
    /*display: flex;*/
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 15px;
}

.sec6_right_imgx {
    flex-basis: calc(25% - 22.5px);
    /*margin-left: 30px;*/
}

.sec6_right_imgx:nth-child(1),
.sec6_right_imgx:nth-child(5),
.sec6_right_imgx:nth-child(9),
.sec6_right_imgx:nth-child(13),
.sec6_right_imgx:nth-child(17),
.sec6_right_imgx:nth-child(21) {
    margin-left: 0;
}

.sec6_right_imgx:nth-child(1n+5) {
    margin-top: 10px;
}

/*.sec6_right_imgx:nth-child(-n+12) {*/
/*    flex-basis: calc(25% - 7.5px);*/
/*}*/

/*.sec6_right_imgx:nth-child(1n+13) {*/
/*    flex-basis: calc(20% - 8px);*/
/*}*/

@media screen and (min-width: 768px) {
    .sec6_left_box,
    .sec6_right_box {
        width: auto;
        height: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .sec6_ctrl_width {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec6_right_ebox {
        margin-top: 30px;
    }
}

@media screen and (max-width: 426px) {
    .sec6_left_title {
        font-size: 22px;
    }
    .sec6_right_title {
        font-size: 22px;
    }
}



/*sec7*/
.bgSec7 {
    background-image: url("https://cdn1.npcdn.net/img/1646903068sec7-bckg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec7_top_title {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    color: #fbb03b;
}

.sec7_top_title::after {
    content: "";
    display: block;
    width: 130%;
    height: 1px;
    background-image: linear-gradient(to right, #fbb03b 0%, #fbb03b 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 20px 1px;
    margin: 10px 0 0 -15%;
}

.sec7_middle_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sec7_middle_content {
    /*flex-basis: calc(33.333333% - 20px);*/
    flex-basis: calc(50% - 15px);
    background-color: #ededed;
    margin-top: 40px;
    padding: 40px 30px;
    border-radius: 40px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 25%);
}

.sec7_middle_company_name {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 20px;
}

.sec7_middle_contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec7_middle_contact>li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #474747;
}

.sec7_middle_contact>li:first-child {
    align-items: flex-start;
}

.sec7_middle_contact>li:nth-child(1n+2) {
    margin-top: 10px;
}

.sec7_middle_contact>li>i {
    font-size: 16px;
    line-height: 1.5;
    color: #fbb03b;
    margin-right: 10px;
}

.sec7_middle_contact>li:first-child>i {
    min-width: 16px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec7_middle_contact>li>span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #474747;
}

.sec7_bottom_ebox {
    margin-top: 40px;
}

.sec7_bottom_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .sec7_ctrl_width {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec7_middle_box {
        flex-wrap: wrap;
    }
    .sec7_middle_content {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 426px) {
    .sec7_top_title {
        font-size: 22px;
    }
}


