@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Forum&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
    background-color: #f6eddc;
}

a:hover {
    text-decoration: none;
}

.index_wrapper_1 {
    height: 0;
}

    
@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:150vw!important;
    object-fit:cover;
}

.index_wrapper_1 {
    height: 80px;
}

}

.navbar_type8 {
    height: 60px;
    position: absolute;
}
.dark_nav{
    background-color: #f5eedc !important;
    position: fixed;
}
.navbar_type8 .logo {
    display: none;
}
.navbar_type8 .nav_tab {
    flex: 0 1 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.navbar_type8 .nav_tab .nav_item::before {
    top: 110%;
    border-bottom: 3px solid #4b4b4b;
    display: none;
}
.navbar_type8 .nav_tab .active {
    color: #000 !important;
}
.navbar_type8 .nav_tab .nav_item a{
    color: #333;
    font-size: 14px;
    padding: 15px 20px;
}
.navbar_type8 .nav_tab .nav_item.login a{
    padding: 15px 7.5px;
}
.navbar_type8 .nav_tab .nav_item.shopping a{
    padding: 15px 7.5px;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color: #ab7c55;
}
.navbar_type8 .nav_tab .nav_item{
    text-transform: capitalize;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}
.editor {
    position: relative;
    z-index: 999;
}

.editor::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, 
#ca9c3f,
#dbb657,
#fae98e,
#fcf4a3,
#f9e688,
#e3c365,
#c3943a
);
    width: 100%;
    height: 1px;
    bottom: 0;
    margin: 0 auto;
    right: 0%;
}


.editor a:hover{
    text-decoration: none;
    color: #000 !important;
}
.topcontact{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.topicon{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topicon.scroll_menu {
    position: fixed;
    z-index: 9999;
    top: 15px;
    /*right: 15%;*/
    right:6rem;
    width: auto;
}
.topicon > div{
    margin-right: 25px;
}
.editor .login .dropdown-menu {
    z-index: 1;
    background-color: transparent;
    top: 20px;
    border: none;
    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: left;
    position: absolute;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-clip: padding-box;
    border-radius: .25rem;
}
.editor .login .dropdown-menu .dropdown-item a {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: transparent;
    padding: 0.5rem 1rem !important;
    color: #fff;
    font-size: 14px;
}
.editor .login .dropdown-menu .dropdown-item a:hover{
    text-decoration: none;
    background: #454343;
}
.editor .login .dropdown-menu .dropdown-item {
    background-color: rgba(75, 75, 75, 0.9);
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}
.editor.login:focus .dropdown-menu, .editor .login:hover .dropdown-menu {
    display: block;
}
.editor .login {
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    display: flex;
    position: relative;
}
.editor .shopping{
    margin-right: 10px;
    display: flex;
}
.editor .shopping > a {
    display: flex;
    padding: 0 15px 0 0 !important;
}
.editor .shopping > a:hover{
    text-decoration: none;
}
.editor .shopping .fa-shopping-cart, .editor .fa-user, .editor .fa-search{
    font-size: 22px !important;
    color: #4b4b4b;
}
.editor .shopping .bi-cart3, .editor .bi-person-plus, .editor .bi-search{
    color: #ab7c55;
}
.editor .shopping .bi-cart3{
    font-size: 18px;
}
.editor .bi-person-plus{
    font-size: 20px;
}
.editor .bi-search{
    font-size: 20px;
}
.editor .topicon.scroll_menu .shopping .fa-shopping-cart, .editor .topicon.scroll_menu .fa-user, .editor .topicon.scroll_menu .fa-search{
    font-size: 20px !important;
}
.editor .shopping .badge {
    font-size: 90%;
}
.nav_search {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    align-self: center;
    margin-bottom: -5px;
    border: 1px solid #e0dede;
    box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
}
.editor .scroll_menu .nav_search{
    border: none;
}
.nav_search input {
    background: rgba(240, 242, 245, 1);
    width: 100%;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 5px 60px 5px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search .search_button {
    background-color: #f0f2f5;
    color: white;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    max-height: 45px;
}
.boxSearch .fa-search{
    font-size: 18px !important;
}
.dark_nav.sticky-search{
    margin-top: 60px;
}
.btnSearch {
    position: relative;
    z-index: 999;
    cursor: pointer;
    transition: all .43s ease-in-out;
}
.boxSearch {
    display: none;
    position: absolute;
    top: 70px;
    /*left: -40px;*/
    left:95px;
}
.scroll_menu .boxSearch {
    display: none;
    position: absolute;
    top: 60px;
    left: -265px;
    width: 300px;
}
.btnClose .bi-search:before {
    content: "\f62a";
    font-size: 24px;
    vertical-align: bottom;
    margin-right: -5px;
}
.editor .scroll_menu .btnClose .fa-search:before{
    font-size: 20px;
}
.editor .scroll_menu .boxSearch .bi-search{
    transition: all .3s ease;
}
.editor .fa-search{
    line-height: 24px;
}
.nav_search .search_button:hover .bi-search{
    color: #b7b7b7;
}
.nav_search .search_button:focus{
    outline: none;
}

.navbar_mobile {
    background-color: #f5eedc;
}

.navbar_mobile .logo_img {
    transform: scale(1.25);
}

/*.navbar_type8 .nav_tab .login, .navbar_type8 .nav_tab .shopping{*/
/*    display: none;*/
/*}*/
.dark_nav .nav_tab {
    padding-right: 170px;
    box-shadow: 0 0 5px #aaa;
}
#main_index .m_editor{
    display: none;
}
.m_editor{
    display: none;
}

/*Menu*/

.nav_icon {
    width: 20px
}

/*Banner*/

.hp_banner {
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 5%;
}

.hp_banner .row {
    align-items: center;
}

.hp_banner_linkx {
    display: flex;
    align-items: center;
    gap: 1.25vw;
    color: #ab7c55;
}

.hp_banner_linkx:hover {
    color: #ab7c55;
}

.hp_banner_title {
    font-family: forum;
    color: #ab7c55;
    font-size: 3.25vw;
    margin-bottom: 4%;
    margin-top: -58%;
    margin-right: -12%;
}

.hp_banner_desc {
    color: #ab7c55;
    font-weight: 300;
    font-size: 1.15vw;
    line-height: 1.8;
    margin-bottom: 6%;
}

.hp_banner_link {
    position: relative;
    font-size: 1vw;
    padding: 0.5vw 5.75vw 0.5vw 2vw;
    transition: 0.3s;
    color: #fff;
}

.hp_banner_link:lang(zH-Hans) {
    padding: 0.5vw 5.75vw 0.5vw 3vw;
}

.hp_banner_link:hover {
    color: #000;
}

.hp_banner_link::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775700389A_BUTTONCOLUMN.png);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.hp_banner_link::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1775714515A_BUTTON1.png);
    width: 0.8vw;
    height: 0.8vw;
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 5%;
}

.hp_banner_link:hover::after {
    filter: brightness(0) saturate(100%);
}

.hp_banner_box {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775726767A_COLUMN.png);
    padding: 14% 0% 3% 4.5%;
    margin-top: -78%;
    position: relative;
    transition: 0.3s;
}

.hp_banner_box:hover {
    transform: scale(1.05);
}

.hp_banner_box::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1775727976A_BUTTON.png);
    width: 1vw;
    height: 1vw;
    bottom: 15%;
    right: 15%;
}

.hp_banner_item1 {
    font-size: 1.25vw;
    font-family: forum;
    margin-bottom: 1%;
}

.hp_banner_item2 {
    font-size: 0.65vw;
    margin-bottom: 1%;
    font-weight: 300;
    color: #333;
}

.hp_banner_item3 {
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: 1%;
}

.hp_banner_item4 {
    width: 5vw;
}

.hp_banner_imagex {
    width: 7vw;
}

.hp_banner_gg {
    position: absolute;
    right: -9%;
    bottom: -15vw;
    transform: rotate(90deg);
    cursor: pointer;
}

.hp_banner_gg:lang(zH-Hans) {
    right: 0%;
 
}

.hp_banner_gg::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1775729369A_SCROLLDOWNBUTTON.png);
    width: 0.75vw;
    height: 0.75vw;
    bottom: 0.45vw;
    right: -8%;
    transform: rotate(-90deg);
}

.hp_banner_gg:lang(zH-Hans)::before {
    right: -15%;
}

.hp_banner_image2 {
    margin: -21% -27% 0;
}

.hp_banner_g {
    margin-bottom: 0;
    color: #ab7c55;
    letter-spacing: 0.4vw;
    font-size: 1.25vw;
}

.hp_banner.a::before {
    position: absolute;
    content: "01";
    font-size: 19vw;
    font-weight: 900;
    color: #fff;
    opacity: 0.4;
    bottom: 3%;
    left: 5%;
   
}

.hp_banner.b::before {
    position: absolute;
    content: "02";
    font-size: 19vw;
    font-weight: 900;
    color: #fff;
    opacity: 0.4;
    bottom: 3%;
    left: 5%;
   
}

.hp_banner.c::before {
    position: absolute;
    content: "03";
    font-size: 19vw;
    font-weight: 900;
    color: #fff;
    opacity: 0.4;
    bottom: 3%;
    left: 5%;
   
}

.hp_banner.b .hp_banner_item1 {
    
    width: 80%;
}

.hp_banner.c .hp_banner_item1 {
    
    width: 80%;
}

.hp_banner.b .hp_banner_item1:lang(zH-Hans) {
    
    width: 100%;
}

.hp_banner.c .hp_banner_item1:lang(zH-Hans) {
    
    width: 100%;
}

.slider_banner .banner_content {
    opacity: 1 !important;
}

@media screen and (max-width: 1200.5px){
.hp_banner {
    padding-top: 18%;
    padding-left: 5%;
    padding-right: 5%;
}


   .hp_banner.b .hp_banner_imagex {
        width: 7vw;
    }

.hp_banner_title {

    font-size: 3.5vw;
    margin-right: -20%;
}

.hp_banner_desc {
 
    font-size: 1.45vw;
    margin-right: -26%;
    margin-bottom: 6%;
}

.hp_banner_link {
    font-size: 1.3vw;
    padding: 0.65vw 7vw 0.65vw 3vw;
}

.hp_banner.a::before, .hp_banner.b::before, .hp_banner.c::before {

    font-size: 20vw;
    bottom: 2%;
    left: 5%;
}

.hp_banner_item1 {
    font-size: 1.25vw;
    margin-bottom: 1%;
}

.hp_banner_item2 {
    font-size: 0.9vw;
    margin-bottom: 1%;
}

.hp_banner_item3 {
    font-size: 1.2vw;
    margin-bottom: 1%;
}

.hp_banner_item4 {
    width: 6vw;
}

.hp_banner_box::after {
    width: 1.5vw;
    height: 1.5vw;
    bottom: 15%;
    right: 15%;
}

.hp_banner_imagex {
    width: 7.5vw;
}

.hp_banner_g {
   
    letter-spacing: 0.4vw;
    font-size: 1.5vw;
}

.hp_banner_gg {
    right: -9%;
    bottom: -12vw;
}

.hp_banner_gg::before {
    width: 1vw;
    height: 1vw;
    bottom: 0.45vw;
    right: -8%;
}

.hp_banner_box {
    padding: 13.5% 0% 2.5% 4.5%;
    margin-top: -78%;
    margin-right: -5%;
}

.hp_banner_link:lang(zH-Hans) {
    padding: 0.65vw 7.75vw 0.65vw 3.5vw;
}

}

@media screen and (max-width: 767.5px){
    .hp_banner {
        padding-top: 9%;
        padding-left: 3%;
        padding-right: 3%;
    }
    
        .hp_banner.b .hp_banner_imagex {
        width: 20vw;
    }
    
        .hp_banner_title {
        font-size: 7vw;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 3%;
    }
    
        .hp_banner_desc {
        font-size: 3.75vw;
        margin-right: 0;
        margin-bottom: 6%;
    }
    
    .hp_banner_link {
    font-size: 3.75vw;
    padding: 2vw 20vw 2vw 9.25vw;
}

.hp_banner_link::after {
    width: 2vw;
    height: 2vw;
    right: 6%;
}

.hp_banner_image1 {
    margin-top: 9%;
    margin-right: 18%;
    margin-left: 18%;
}

.hp_banner_image2 {
    margin: -12% 0% 0;
}

.hp_banner_item1 {
    font-size: 4vw;
    margin-bottom: 1%;
}

.hp_banner_item2 {
    font-size: 2.5vw;
    margin-bottom: 1%;
}

.hp_banner_item3 {
    font-size: 3.75vw;
    margin-bottom: 1%;
}

.hp_banner_item4 {
    width: 18vw;
}

    .hp_banner_box {
        padding: 15% 0% 3.5% 4.5%;
        margin-top: -53%;
    }

.hp_banner_box::after {
    width: 4vw;
    height: 4vw;
    bottom: 15%;
    right: 15%;
}

.hp_banner_imagex {
    width: 20vw;
}

.hp_banner_linkx {

    gap: 4vw;
}

.hp_banner_g {
   
    letter-spacing: 0.5vw;
    font-size: 3vw;
}

       .hp_banner_gg {
        right: -14%;
        bottom: 23vw;
    }
    
        .hp_banner_gg::before {
        width: 2vw;
        height: 2vw;
        bottom: 1vw;
        right: -10%;
    }

    .hp_banner.a::before, .hp_banner.b::before, .hp_banner.c::before {
        font-size: 25vw;
        bottom: 17%;
        left: 7%;
    }
    
        .hp_banner_box {
       
        margin-right: 0%;
    }
    
    .hp_banner.b .hp_banner_item1 {
    
    width: 100%;
}

.hp_banner.c .hp_banner_item1 {
    
    width: 100%;
}

.hp_banner.b .hp_banner_item1 br {
    
    display: none;
}

.hp_banner.c .hp_banner_item1 br {
    
     display: none;
}

.hp_banner_gg:lang(zH-Hans) {
    right: -7.5%;
}

    .hp_banner_link:lang(zH-Hans) {
        padding: 2vw 23vw 2vw 10vw;
    }
    
}    

/*About*/

.hp_about {
    position: relative;
    padding: 2% 7% 10%;
}

.hp_about::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1775713719B_HAND.png);
    width: 24vw;
    height: 30vw;
    bottom: 0%;
    left: 0%;
    z-index: 1;
}

.hp_about::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1775714083B_PIC.png);
    width: 28vw;
    height: 40vw;
    right: 6%;
    top: 15%;
    z-index: 1;
}

.index_wrapper_3 {
    position: relative;
}

.index_wrapper_3::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775699765B_BANNERBACKGROUND.jpg);
    width: 100%;
    height: 113%;
    top: -13%;
    left: 0%;
}

.hp_about_title {
    font-family: forum;
    color: #ab7c55;
    font-size: 2.8vw;
    margin-bottom: 1%;
}

.hp_about_titlex {
    -webkit-text-stroke: 1px rgba(171, 124, 85, 0.3);
    color: transparent;
    font-weight: 900;
    font-size: 9.25vw;
    margin-bottom: 1%;
    margin-top: -2%;
    margin-left: -1%;
}

.hp_about_desc {
    color: #000;
    font-weight: 300;
    font-size: 1vw;
    line-height: 1.8;
    margin-bottom: 2.5%;
    padding-left: 23%;
    padding-right: 29%;
}

.hp_about_link {
    position: relative;
    font-size: 1vw;
    padding: 0.5vw 5.25vw 0.5vw 2vw;
    transition: 0.3s;
    color: #fff;
}

.hp_about_link:lang(zH-Hans) {
   
    padding: 0.5vw 5.75vw 0.5vw 3vw;
  
}

.hp_about_link:hover {
    color: #000;
}

.hp_about_link::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775700389A_BUTTONCOLUMN.png);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.hp_about_link::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1775714515A_BUTTON1.png);
    width: 0.8vw;
    height: 0.8vw;
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 5%;
}

.hp_about_link:hover::after {
    filter: brightness(0) saturate(100%);
}

.hp_about_bbox {
    margin-left: 23%;
}

@media screen and (max-width: 1200.5px){
.hp_about_title {
    font-family: forum;
    color: #ab7c55;
    font-size: 2.8vw;
    margin-bottom: 1%;
}

.hp_about_titlex {
    font-size: 9.35vw;
    margin-bottom: 1%;
    margin-top: -2%;
    margin-left: -1%;
}

.hp_about_desc {
   
    font-size: 1.3vw;
    margin-bottom: 2.5%;
    padding-left: 20%;
    padding-right: 21%;
}

.hp_about_bbox {
    margin-left: 20%;
}

.hp_about_link {
    font-size: 1.3vw;
    padding: 0.65vw 6.5vw 0.65vw 2.5vw;
}

.hp_about_link::after {
    width: 1vw;
    height: 1vw;
    right: 5%;
}

}

@media screen and (max-width: 767.5px){
.hp_about_title {
    font-size: 7vw;
    width: 95%;
    margin-bottom: 1%;
}

.hp_about_titlex {
    font-size: 17vw;
    margin-bottom: 2%;
    margin-top: -2%;
    margin-left: 0%;
}

.hp_about_desc {
   
    font-size: 3.75vw;
    margin-bottom: 7%;
    padding-left: 0%;
    padding-right: 0%;
}

.hp_about_bbox {
    margin-left: 0%;
}

.hp_about_link {
    font-size: 3.75vw;
    padding: 2vw 18.5vw 2vw 8.75vw;
}

.hp_about_link::after {
    width: 2vw;
    height: 2vw;
    right: 6%;
}

.hp_about {
    padding: 12% 3% 48%;
}

.hp_about::before {
    width: 36vw;
    height: 42vw;
}

.hp_about::after {
   
    width: 37vw;
    height: 52vw;
    right: 6%;
    top: 67%;
   
}

.index_wrapper_3::before {

    height: 100%;
    top: 0;
}

}

/*Products*/

.index_wrapper_4 {
    position: relative;
    padding: 9% 9% 7%;
}

.index_wrapper_4::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775715964C_BANNERBACKGROUND.jpg);
    width: 100%;
    height: 112%;
    top: -12%;
    left: 0%;
}

.index_wrapper_4::after {
    position: absolute;
    content: "BEAUTY";
    color: #fff;
    opacity: 0.25;
    font-size: 9.25vw;
    font-weight: 900;
    top: -3%;
    right: 1%;
}
.index_wrapper_4:lang(zH-Hans)::after {
   
    content: "美容";

}

.hp_products_fbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}

.hp_products_title1 {
    font-family: forum;
    font-size: 2.8vw;
    color: #ab7c55;
    margin-bottom: 1%;
}

.hp_products_title2 {
    font-weight: 300;
    font-size: 0.95vw;
    color: #ab7c55;
    margin-bottom: 0%;
    line-height: 1.5;
}

.hp_products_link {
    position: relative;
    font-size: 1vw;
    padding: 0.5vw 5.25vw 0.5vw 2vw;
    transition: 0.3s;
    color: #fff;
}

.hp_products_link:lang(zH-Hans) {
 
    padding: 0.5vw 5.75vw 0.5vw 3vw;

}

.hp_products_link:hover {
    color: #000;
}

.hp_products_link::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775700389A_BUTTONCOLUMN.png);
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.hp_products_link:hover::before {
    background-position: right;
}

.hp_products_link::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1775714515A_BUTTON1.png);
    width: 0.8vw;
    height: 0.8vw;
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 5%;
}

.hp_products_link:hover::after {
    filter: brightness(0) saturate(100%);
}

.hp_products_bbox {
    margin-top: 3%;
}

.productSlider-1 .product_img .product_box .text-left > p {
    display: none;
}

.productSlider-1 .product_img .product_box .align-top a {
    color: #666;
    font-weight: 400;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 1vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 10px;
}

.productSlider-1 .product_img .product_box {
    margin: 0.5vw 1.5vw;
    border: 5px solid transparent;
    background-color: white;
}

@media screen and (max-width: 1200.5px){

.hp_products_title1 {
   
    font-size: 3.7vw;
    margin-bottom: 1%;
}

.hp_products_title2 {
 
    font-size: 1.25vw;
}

.hp_products_link {
  
    font-size: 1.3vw;
    padding: 0.65vw 6.5vw 0.65vw 2.5vw;
}

.hp_products_link::after {
    width: 1vw;
    height: 1vw;
    right: 5%;
}

.index_wrapper_4::after {
  
    font-size: 9.75vw;
    top: -3%;
    right: 1%;
}

.hp_products_link:lang(zH-Hans) {
    padding: 0.65vw 7.75vw 0.65vw 3.5vw;
}

}

@media screen and (max-width: 767.5px){

.hp_products_title1 {
   
    font-size: 7vw;
    margin-bottom: 1%;
}

.hp_products_title2 {
 
    font-size: 3.75vw;
}

.hp_products_link {
    font-size: 3.75vw;
    padding: 2vw 18.5vw 2vw 8.75vw;
}

.hp_products_link::after {
    width: 2vw;
    height: 2vw;
    right: 6%;
}

.index_wrapper_4::after {
  
            font-size: 17vw;
        top: -5%;
        right: 3%;
}

.index_wrapper_4 {
    
    padding: 12% 3%;
}

.hp_products_fbox {
    align-items: start;
    margin-bottom: 9%;
    flex-direction: column;
    gap: 4vw;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
   
}

.productSlider-1 .product_img .product_box {
    margin: 0.5vw 6vw;
}

.hp_products_link:lang(zH-Hans) {
    padding: 2vw 23vw 2vw 10vw;
}

    .hp_products_title2 br {
        display: none;
    }

}

/*Why*/

.index_wrapper_5 {
    position: relative;
}

.hp_why {
    padding: 0% 9% 9%;
    position: relative;
    text-align: center;
}

.index_wrapper_5::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775708422D_BANNERBACKGROUND.jpg);
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    right: 0%;
    left: 0%;
    margin: auto;
}

.hp_why::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1775718657C_ELEMENT2.png);
    width: 16vw;
    height: 15vw;
    top: 2%;
    left: -2%;
}

.hp_why::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1775718746C_ELEMENT1.png);
    width: 10vw;
    height: 10vw;
    top: -18%;
    right: -3%;
}

.hp_why_titlex {
    -webkit-text-stroke: 1px rgba(171, 124, 85, 0.3);
    color: transparent;
    font-weight: 900;
    font-size: 8.5vw;
    margin-bottom: -2.5%;
}

.hp_why_titlex:lang(zH-Hans) {

    font-size: 7.5vw;
    margin-bottom: 0;
    margin-top: 1%;
}

.hp_why_title {
    font-family: forum;
    font-size: 2.8vw;
    color: #ab7c55;
    margin-bottom: 1%;
}

.hp_why_desc {
    font-weight: 300;
    font-size: 0.95vw;
    color: #ab7c55;
    margin-bottom: 4%;
}

.hp_why_item1 {
    font-family: 'Forum';
    color: #ab7c55;
    font-size: 1.5vw;
    margin-bottom: 3%;
    margin-top: 4%;
}

.hp_why_item2 {
    font-weight: 300;
    font-size: 0.95vw;
    line-height: 1.5;
    margin-bottom: 0;
}

.hp_why_image {
    transition: 0.3s;
    width: 8vw;
}

.hp_why_image:hover {
    animation: 1s jshake;
}

@keyframes jshake {
    25% {
        transform: rotate(10deg);
      }
      75% {
        transform: rotate(-10deg);
      }
}

@media screen and (max-width: 1200.5px){

.hp_why_titlex {
   
    font-size: 9.75vw;
    margin-bottom: -2%;
}

.hp_why_title {
  
    font-size: 3.7vw;
    
    margin-bottom: 1%;
}

.hp_why_desc {
  
    font-size: 1.25vw;
    margin-bottom: 4%;
}

.hp_why_item1 {
   
    font-size: 1.8vw;
    margin-bottom: 3%;
    margin-top: 4%;
}

.hp_why_item2 {
  
    font-size: 1.25vw;
}

.hp_why_image {
    
    width: 9vw;
}

.hp_why {
    padding: 0% 4% 9%;
   
}

.hp_why::before {
    width: 17vw;
    height: 16vw;
    top: 2%;
    left: -2%;
}

.hp_why::after {
    width: 11vw;
    height: 11vw;
    top: -18%;
    right: -3%;
}

.hp_why_titlex:lang(zH-Hans) {
    font-size: 8.5vw;
    margin-bottom: 0;
    margin-top: 1%;
}

}

@media screen and (max-width: 767.5px){

.hp_why_titlex {
   
    font-size: 17vw;
    margin-bottom: -2%;
}

.hp_why_title {
  
    font-size: 7vw;
    margin-left: auto;
        margin-right: auto;
        width: 90%;
    margin-bottom: 2%;
}

.hp_why_desc {
  
    font-size: 3.75vw;
    margin-bottom: 9%;
}

.hp_why_item1 {
   
    font-size: 5vw;
    margin-bottom: 3%;
    margin-top: 4%;
}

.hp_why_item2 {
  
    font-size: 3.75vw;
}

.hp_why_image {
    
    width: 25vw;
}

.hp_why {
    padding: 6% 3% 12%;
   
}

.hp_why::before {
    width: 28vw;
        height: 28vw;
        top: -4.5%;
        left: -4%;
}

.hp_why::after {
    width: 20vw;
    height: 20vw;
    top: -4%;
    right: -6%;
}

.hp_why_box {
    margin-bottom: 9%;
}

.hp_why_titlex:lang(zH-Hans) {
        font-size: 15vw;
        margin-bottom: 2%;
        margin-top: 2%;
    }
    
        .hp_why_title:lang(zH-Hans) {
 
        width: 66%;
     
    }
    
        .hp_why_desc:lang(zH-Hans) {
   
        width: 60%;
        margin: 0 auto 9%;
    }

}

/*Gallery*/

.index_wrapper_6 {
    position: relative;
    padding: 4% 9% 4%;
}

.index_wrapper_6::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775715964C_BANNERBACKGROUND.jpg);
    width: 100%;
    height: 109%;
    top: -9%;
    left: 0%;
}

.index_wrapper_6::after {
    position: absolute;
    content: "GALLERY";
    color: #fff;
    opacity: 0.25;
    font-size: 9.25vw;
    font-weight: 900;
    top: -10%;
    right: 1%;
}

.index_wrapper_6:lang(zH-Hans)::after {
    content: "图片库";
    font-size: 8.25vw;
    letter-spacing: 0.5vw;
}


.hp_gallery_fbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
}

.hp_gallery_title1 {
    font-family: forum;
    font-size: 2.8vw;
    color: #ab7c55;
    margin-bottom: 1%;
}

.hp_gallery_title2 {
    font-weight: 300;
    font-size: 0.95vw;
    color: #ab7c55;
    margin-bottom: 0%;
    line-height: 1.5;
}

.hp_gallery_link {
    position: relative;
    font-size: 1vw;
    padding: 0.5vw 5.5vw 0.5vw 2vw;
    transition: 0.3s;
    color: #fff;
}

.hp_gallery_link:lang(zH-Hans) {

    padding: 0.5vw 5.75vw 0.5vw 3vw;
  
}

.hp_gallery_link:hover {
    color: #000;
}

.hp_gallery_link::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775700389A_BUTTONCOLUMN.png);
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.hp_gallery_link:hover::before {
    background-position: right;
}

.hp_gallery_link::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1775714515A_BUTTON1.png);
    width: 0.8vw;
    height: 0.8vw;
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 5%;
}

.hp_gallery_link:hover::after {
    filter: brightness(0) saturate(100%);
}

.hp_gallery_bbox {
    margin-top: 3%;
    position: relative;
    z-index: 1;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-slide {
    margin: 1px 5px;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-prev::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1775743727E_BUTTON1.png');
    width: 2vw;
    height: 2vw;
    display: inline-block;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-next::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1775743744E_BUTTON2.png');
    width: 2vw;
    height: 2vw;
    display: inline-block;
}

.hp_photoGallerySlider_type4 .flickfeed button.slick-arrow.slick-prev {

    top: -9%;
}

.hp_photoGallerySlider_type4 .flickfeed button.slick-arrow.slick-next {

    top: -9%;
}

@media screen and (max-width: 1200.5px){
.hp_gallery_title1 {
  
    font-size: 3.7vw;
    margin-bottom: 1%;
}

.hp_gallery_title2 {
    font-size: 1.25vw;

}

.hp_gallery_link {
    font-size: 1.3vw;
    padding: 0.65vw 6.5vw 0.65vw 2.5vw;
}

.hp_gallery_link::after {
    width: 1vw;
    height: 1vw;
    right: 5%;
}

.index_wrapper_6::after {
    font-size: 9.75vw;
    top: -10%;
    right: 1%;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-prev::before {
   
    width: 3vw;
    height: 3vw;
   
}

.hp_photoGallerySlider_type4 .flickfeed .slick-next::before {
    width: 3vw;
    height: 3vw;
}

.index_wrapper_6 {
  
    padding: 4% 9% 1%;
}

.hp_gallery_link:lang(zH-Hans) {
    padding: 0.65vw 7.75vw 0.65vw 3.5vw;
}

.index_wrapper_6:lang(zH-Hans)::after {
    font-size: 8.75vw;
}

}

@media screen and (max-width: 767.5px){
.hp_gallery_title1 {
  
    font-size: 7vw;
    margin-bottom: 1%;
}

.hp_gallery_title2 {
    font-size: 3.75vw;

}

.hp_gallery_link {
    font-size: 3.75vw;
    padding: 2vw 20vw 2vw 8.5vw;
}

.hp_gallery_link::after {
    width: 2vw;
    height: 2vw;
    right: 5%;
}

.index_wrapper_6::after {
    font-size: 17vw;
    top: -10%;
    right: 1%;
}

.hp_gallery_fbox {
  
    align-items: start;
    margin-bottom: 1%;
    flex-direction: column;
    gap: 3vw;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-prev::before {
   
    width: 9vw;
    height: 9vw;
   
}

.hp_photoGallerySlider_type4 .flickfeed .slick-next::before {
    width: 9vw;
    height: 9vw;
}

.index_wrapper_6 {
  
    padding: 12% 3% 6%;
}

    .hp_gallery_link:lang(zH-Hans) {
        padding: 2vw 23vw 2vw 10vw;
    }
    
        .index_wrapper_6:lang(zH-Hans)::after {
        font-size: 16vw;
    }
    
    .hp_gallery_title2 br {
        display: none;
    }

}

/*Contact*/

.index_wrapper_7 {
    padding: 6% 9% 2% 2%;
    position: relative;
}

.index_wrapper_7 .row {
    align-items: center;
}

.index_wrapper_7::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775706328F_BANNERBACKGROUND.jpg);
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    right: 0%;
    left: 0%;
    margin: auto;
}

.index_wrapper_7::after {
    position: absolute;
    content: "CONTACT US";
    color: transparent;
    opacity: 0.25;
    font-size: 10vw;
    font-weight: 900;
    top: -3%;
    right: 1%;
    -webkit-text-stroke: 1px rgba(171, 124, 85, 1);
}

.index_wrapper_7:lang(zH-Hans)::after {
    content: "联系我们";
    font-size: 8vw;
    letter-spacing: 1vw;
    top: -1%;
}


.hp_contact_image {
    width: 100%;
}

.ex_hpcontact_formonly textarea.form-control {
    height: 35px;
}

.ex_hpcontact_formonly {
    margin: 20px 0;
}

.ex_hpcontact_formonly label {
    color: #ab7c55;
}

.ex_hpcontact_formonly .btn-primary {
    background-color: #ab7c55 !important;
    border-color: #ab7c55 !important;
    border-radius: 0;
    padding: 10px 15px !important;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775706576F_BUTTON.jpg);
    background-position: center;
    border: 0;
    color: #ab7c55;
    transition: 0.3s;
}

.ex_hpcontact_formonly .btn-primary:hover {
    
    background-position: right;
    border: 0;
    color: #000;
}

.ex_hpcontact_formonly .btn-primary i {
    display: none;
}

.ex_hpcontact_formonly .title {
    font-size: 2.8vw;
    margin-bottom: 1%;
    font-family: forum;
    color: #ab7c55;
}

.ex_hpcontact_formonly .subtitle {
    color: #ab7c55 !important;
    font-size: 0.95vw;
    margin-bottom: 4%;
    font-weight: 300;
}

@media screen and (max-width: 1200.5px){

.ex_hpcontact_formonly .title {
    font-size: 3.5vw;
    margin-bottom: 1%;
    
}

.ex_hpcontact_formonly .subtitle {
   
    font-size: 1.25vw;
    margin-bottom: 4%;
}

.index_wrapper_7:lang(zH-Hans)::after {
    top: -2%;
}

}

@media screen and (max-width: 767.5px){

.ex_hpcontact_formonly .title {
    font-size: 7vw;
    margin-bottom: 1%;
    
}

.ex_hpcontact_formonly {
    margin: 0;
}

.ex_hpcontact_formonly .subtitle {
   
    font-size: 3.75vw;
    margin-bottom: 4%;
}

.index_wrapper_7::after {
   
    font-size: 14vw;
 
    top: -5%;
    right: 1%;
   
}

.index_wrapper_7 {
    padding: 12% 3% 6%;
  
}

.index_wrapper_7:lang(zH-Hans)::after {

    font-size: 14vw;
    letter-spacing: 1.5vw;
    top: -5%;
}

}

/*News*/

.subscribe_new {
    background-color: transparent;
    color: #ab7c55;
    padding-top: 4%;
    padding-bottom: 4%;
    background-position: center;
    padding-left: 9%;
    padding-right: 9%;
    position: relative;
}

.subscribe_new::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn1.npcdn.net/img/1775703286G_BANNERBACKGROUND.jpg);
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    right: 0%;
    left: 0%;
    margin: auto;
}

.subscribe_new .row {
    align-items: center;
}

.subscribe_new .all_font_md {
    font-size: 2.8vw !important;
    font-family: forum;
    margin-bottom: 1.5% !important;
}

.subscribe_new p {
    font-size: 0.95vw;
    font-weight: 300;
    line-height: 1.8;
    width: 87%;
}

.subscribe_new .search:hover {
    background-color: transparent;
    color: #000;
    border: none;
    border-left: 0;
    background-position: right;
}

.subscribe_new .input {
    border-radius: 0;
    background-color: #ecddbe;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #ab7c55;
    caret-color: #ab7c55;
    padding: 10px 10px;
}

.subscribe_new .input::placeholder {
    color: transparent;
}

.subscribe_new .search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    border-radius: 0;
    color: #ab7c55;
    border: none;
    transition: 0.3s;
    border-left: 0;
    background-image: url('https://cdn1.npcdn.net/img/1775705115F_BUTTON.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 1200.5px){
.subscribe_new .all_font_md {
    font-size: 3.7vw !important;
    margin-bottom: 1.5% !important;
}

.subscribe_new p {
    font-size: 1.25vw;
    width: 100%;
}

}

@media screen and (max-width: 767.5px){
.subscribe_new .all_font_md {
    font-size: 8vw !important;
    margin-bottom: 3% !important;
}

.subscribe_new p {
    font-size: 3.65vw;
}

.subscribe_new {
    padding-top: 6%;
    padding-bottom: 12%;
    padding-left: 6%;
    padding-right: 6%;
}

}

/*Footer*/

.footer_type7 {
    background-image: url('https://cdn1.npcdn.net/img/1775701242H_BANNERBACKGROUND.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ab7c55;
    padding-top: 1rem;
    padding-bottom: 1rem !important;
    position: relative;
    overflow: hidden;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3 p {
    width: 77%;
}

.footer_type7 .p-3 {
    padding: 1rem 1rem 2rem !important;
}

.footer_type7:before {
    position: absolute;
    content: "";
    bottom: 22%;
    left: 0%;
    background: #ab7c55;
    width: 100%;
    height: 1px;
}

.footer_type7 .title h5 {
    font-weight: 500;
    font-family: forum;
    text-transform: uppercase;
    font-size: 20px;
}

.footer_type7 .logo img {
    max-height: 100px;
}

.footer_type7 .logo {
    min-height: 100px !important;
    margin-bottom: 0.5rem !important;
}

.footer_type7 .title {
    min-height: 80px;
    margin-bottom: 1rem;
}

.footer_type7 a {
    color: #ab7c55;
}

.ft_icon {
    width: 25px;
}

.footer_type7 .social_media a {
    margin-left: 0.5rem;
}

.footer_type7 .list-unstyled.zz {
    margin-bottom: 0;
}

.footer_type7 .list-unstyled.zz li:last-child {
    display: none;
}

.footer_type7 .text-muted {
    color: #ab7c55 !important;
}


@media screen and (max-width: 1200.5px){
.footer_type7 .col-12.col-md-6.mb-md-0.p-3 p {
    width: 84%;
}

}

@media screen and (max-width: 991.5px){
.footer_type7 .col-12.col-md-6.mb-md-0.p-3 p {
    width: 100%;
}

.footer_type7:before {
    bottom: 24%;
}

}

@media screen and (max-width: 767.5px){
.footer_type7 .title {
    min-height: 40px;
}

.footer_type7:before {
    bottom: 21.5%;
}

}

#main_contactus .contact_map{
    display: none;
}
#main_contactus .ws_contact{
    margin-top:2rem!important;
}
