/*@font-face {*/
/*    font-family: NotoSans;*/
/*    src: url(/tp/T0452/fonts/NotoSans-Light.ttf);*/
/*    font-weight: 300;*/
/*}*/
/*@font-face {*/
/*    font-family: NotoSans;*/
/*    src: url(/tp/T0452/fonts/NotoSans-Medium.ttf);*/
/*    font-weight: 400;*/
/*}*/
/*@font-face {*/
/*    font-family: NotoSans;*/
/*    src: url(/tp/T0452/fonts/NotoSans-Regular.ttf);*/
/*    font-weight: 600;*/
/*}*/
/*@font-face {*/
/*    font-family: NotoSans;*/
/*    src: url(/tp/T0452/fonts/NotoSans-SemiBold.ttf);*/
/*    font-weight: 700;*/
/*}*/
/*@font-face {*/
/*    font-family: NotoSans;*/
/*    src: url(/tp/T0452/fonts/NotoSans-Bold.ttf);*/
/*    font-weight: 900;*/
/*}*/

/*@font-face {*/
/*    font-family: Lato;*/
/*    src: url(/tp/T0452/fonts/Lato-Light.ttf);*/
/*    font-weight: 300;*/
/*}*/
/*@font-face {*/
/*    font-family: Lato;*/
/*    src: url(/tp/T0452/fonts/Lato-Medium.ttf);*/
/*    font-weight: 400;*/
/*}*/
/*@font-face {*/
/*    font-family: Lato;*/
/*    src: url(/tp/T0452/fonts/Lato-Bold.ttf);*/
/*    font-weight: 700;*/
/*}*/
/*@font-face {*/
/*    font-family: Lato;*/
/*    src: url(/tp/T0452/fonts/Lato-Black.ttf);*/
/*    font-weight: 900;*/
/*}*/

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}
section{
    width: 100vw;
    overflow-y: hidden;
}
/**::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/
body {
    display: block;
    overflow-x: hidden;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: all .2s;
    cursor: pointer;
}

a:hover {
    color: #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.uppercase {
    text-transform: uppercase;
}
.hover{
    overflow: hidden;

}
.hover img{
    transition: all ease-in-out .5s;
}
.hover:hover img{
    transform: scale(1.1);
}
.move{
    opacity: 0;
    transition: all ease-in-out 1s;
}
.move.play{
    opacity: 1;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}


:root {
    --black: #000;
    --white: #fff;
}


/* HEADER */

.header-fixed-left {
    position: fixed;
    left: 35px;
    margin-top: 30px;
    z-index: 999;
    width: 180px;
    background: rgba(255, 255, 255, 0);
    padding: 30px 25px;
    transition: all ease-in-out .5s;
}

.header-fixed-right {
    position: fixed;
    right: 55px;
    top: 55px;
    z-index: 999;
    width: 40px;
    padding-bottom: 0px;
    text-align: center;
}

.header-fixed-left:hover {
    background: rgba(255, 255, 255, 0.8);
}

.header_left_logo {
    margin-bottom: 30px;
}

.header_left_user {
    line-height: 17px;
}

.header_left_user a,
.header_left_cart a {
    font-size: 12px;
    line-height: 17px;
}
.header_left_user a:first-child{
    margin-right: 3px;
}
.header_left_user a:last-child{
    margin-left: 3px;
}
.header_left_cart {
    margin-bottom: 20px;
    line-height: 17px;
}

.header_left_menu>ul>li {
    transition: all ease-in-out .3s;
}

.header_left_menu>ul>li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header_left_menu>ul>li>ul {
    margin: 10px 10px 20px;
    display: none;
}

.header_left_menu>ul>li>ul>li>a {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.header_left_menu>ul>li>a:hover {
    transform: translate(2px, 0px);
}

.header_left_menu>ul>li:last-child {
    margin-top: 20px;
}

.header_left_menu>ul>li:last-child a {
    font-size: 11px;
    font-weight: 400;
}

.header_left_menu>ul>li:last-child i {
    font-size: 11px;
    font-weight: 600;
}


.header-fixed-right ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-fixed-right ul>li>a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    transition: all ease-in-out .5s;
}

.header-fixed-right ul>li>a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.header-search-wrap {
    position: fixed;
    right: 50px;
    top: 50px;
    width: 240px;
    height: 40px;
    z-index: 9999999;
    display: none;
}

.header-search-wrap form {
    margin: 5px;
}

.cls-search {
    position: absolute;
    top: -15px;
    left: 5px;
    transition: all ease-in-out .3s;
}

.cls-search:hover {
    color: #fff;
}

.search-inner {
    display: flex;
}

.search-inner input {
    width: 190px;
    height: 40px;
    padding: 10px 20px;
    border: 0;
    line-height: 20px !important;
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 20px 0px 0 20px;
}

.search-inner input:focus {
    color: #fff;
    background: #000;
}

.search-inner button {
    width: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background: rgba(0, 0, 0, 1);
    vertical-align: middle;
    color: #fff;
    border-radius: 0px 20px 20px 0px;
    padding: 0;
    border: none;
}

.header_menu_desktop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.95);
    transition: all ease-in-out .5s;
}

.header_menu_desktop.active {
    visibility: visible;
    opacity: 1;
}

.close_header_menu {
    position: absolute;
    right: 55px;
    top: 105px;
    z-index: 999999999;

}

.close_header_menu a {
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.header_menu_inner {
    margin-top: -150px;
    top: 50%;
    left: 50%;
    margin-left: -45%;
    position: absolute;
    text-align: center;
    width: 90%;
    font-size: 0;
    line-height: 0;
    display: flex;
    z-index: 9999999;
    justify-content: center;
}

.header_menu_inner>ul {
    width: 180px;
    display: inline-block;
    margin: 0 10px 20px;
    vertical-align: top;
}

.header_menu_inner ul h2 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all ease-in-out 0.5s;
    text-transform: uppercase;
    font-weight: 700;
}

.header_menu_inner ul li {
    font-size: 14px;
    line-height: 25px;

}

.header_menu_inner ul li a {
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.header_menu_inner ul li a:hover {
    color: #555;
}

@media(max-width: 1025px) {
    .header-overlay{
        display: none;
        position: fixed;
        background: rgba(0, 0, 0, 0.4);
        width: 100vw;
        height: 100vh;
        z-index: 99998;
        top: 0;
        left: 0;
    }

    .header-overlay.active{
        display: block !important;
    }

    .header-fixed-left,
    .header-fixed-right {
        visibility: hidden;
        opacity: 0;
        transition: all ease-in-out .5s;
    }
    .header-fixed-left:hover {
        background: #000;
    }
    .header-fixed-left.active {
        visibility: visible;
        opacity: 1;
    }

    .header-fixed-left {
        top: 0;
        left: 0;
        background-color: #000;
        margin-top: 0;
        z-index: 99999;
        height: 100vh;
        width: 250px;
    }


    .header-fixed-left .header_left_logo {
        display: none;
    }

    .header-mobile {
        display: flex !important;
        justify-content: space-between;
        height: 54px;
        align-items: center;
        background: rgba(255, 255, 255, 0.4);
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 10000;
        padding: 5px 40px;
    }

    .header_mb_logo a {
        max-height: 34px;
    }

    .header_mb_logo a img {
        max-height: 34px;
    }

    .header_nav_icon a,
    .header_search_icon a {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
    }
    .cls-header-left{
        display: block !important;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        position: absolute;
        top: 0;
        right: -40px;
        font-size: 18px;
        background-color: #000
    }
    .header_left_user a,
    .header_left_cart a,
    .header_left_user,
    .header_left_menu>ul>li a,
    .header_left_menu>ul>li{
        color: #fff;
    }
}

@media(max-width: 576px) {
    .header-mobile {
        padding: 5px 10px;
    }
}

/* ENDHEADER */


/* SLIDE */
.mainSlide-wrap{
    margin-bottom: -5px;
}
.mainSlide-list{
    margin-bottom: 0 !important;
}
.slick-dots{
    display: flex !important;
    position: absolute;
    bottom: 60px;
    width: 100%;
    justify-content: center;
}
.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 15px;
}
.slick-dots li button:before{
    display: none;
}
.slick-dots li button{
    font-size: 0;
    width: 6px !important;
    height: 6px !important;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    border: 3px solid #000;
    opacity: 1;
    padding: 3px;
}
.slick-dots li.slick-active button{
    padding: 0;
}
/* ENDSLIDE */




.homepageBanner-wrap{
    background-color: #EDFBFB;
    padding: 100px 0;
}
.homepapeBanner-inner{
    margin: 0 240px;
    position: relative;
    text-align: center;
}
.homepageBanner-title{
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 50px;
    text-align: center;
    transform: translateX(50px);
}
.homepageBanner-title.play{
    transition-delay: 0.2s;
    transform: translateX(0px);
}
.lineBanner{
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #aaa;
    margin: 30px auto;
    transform: translateX(50px);
}
.lineBanner.play{
    transition-delay: 0.1s;
    transform: translateX(0px);
}
.homepageBanner-des-title{
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
    transform: translateX(50px);
}
.homepageBanner-des-title.play{
    transition-delay: 0.4s;
    transform: translateX(0px);
}
.homepageBanner-des{
    font-size: 15px;
    line-height: 16px;
    color: #777;
    font-weight:400;
    text-align: center;
    margin: 0 auto 80px;
    max-width: 60%;
    transform: translateX(-50px);
}
.homepageBanner-des.play{
    transition-delay: 0.2s;
    transform: translateX(0px);
}
.bannerList-top{
    display: flex;
    flex-wrap: wrap;
}
.bannerList-top .bannerItem{
    width: 25%;
}
.homepageTopBanner-wrap{
    padding-bottom: 0 !important;
}
.bannerList-top .bannerItem:first-child,
.bannerList-top .bannerItem:nth-child(3){
    transform: translateX(-50px);
}
.bannerList-top .bannerItem:nth-child(2),
.bannerList-top .bannerItem:last-child{
    transform: translateX(50px);
}

.bannerList-top .bannerItem:first-child.play{
    transition-delay: 0.2s;
    transform: translateX(0);
}
.bannerList-top .bannerItem:nth-child(2).play{
    transform: translateX(0);
    transition-delay: 0.4s;
}

.bannerList-top .bannerItem:nth-child(3).play{
    transform: translateX(0);
    transition-delay: 0.2s;
}

.bannerList-top .bannerItem:last-child.play{
    transform: translateX(0);
    transition-delay: 0.6s;
}

@media (max-width:1025px){
    .homepageBanner-wrap{
        padding: 80px 0;
    }
    .homepapeBanner-inner{
        margin: 0 5%;
    }
    .homepageBanner-title{
        font-size: 20px;
    }
    .homepageBanner-des-title{
        font-size: 15px;
        margin-bottom: 30px;
    }

    .bannerList-top .bannerItem {
        width: 50%;
    }
    .homepageBanner-des{
        max-width: 80%;
    }

}


/* MIDDLE BANNER */
.homepageMiddleBanner-wrap .bannerList{
    display: flex;
}
.homepageMiddleBanner-wrap .bannerList .bannerItem{
    width: 33.3333%;
}
.bannerList-middle .bannerItem{
    transform: translateY(50px);
}
.bannerList-middle .bannerItem.play{
    transform: translateY(0);
}
.bannerList-middle .bannerItem:first-child.play{
    transition-delay: 0.6s;
}
.bannerList-middle .bannerItem:nth-child(2).play{
    transition-delay: 0.2s;
}

.bannerList-middle .bannerItem:last-child.play{
    transition-delay: 0.8s;
}
@media (max-width:1025px){
    .homepageMiddleBanner-wrap .bannerList{
        flex-direction: column;
        align-items: center;
    }
    .homepageMiddleBanner-wrap .bannerList .bannerItem{
        width: 57%;
    }
    .homepageMiddleBanner-wrap .homepageBanner-des{
        margin-bottom: 40px;
    }
}



/* VIDEO */
.homepageVideo-inner{
    position: relative;
    width: 100%;
    padding-bottom: 56.3%;
    height: auto;
}
.homepageVideo-inner iframe{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

/* PRODUCTLIST */
.prdHomepage-wrap{
    background-color: #fff;
    padding: 150px 0;
}
.prdHomepage-wrap .homepapeBanner-inner{
    margin: 0px 240px;
    position: relative;
    text-align: center;
}
.prdHomepageList{
    display: flex;
    align-items: center;
}
.prdHomepageList .prd-item{
    display: inline-block;
    width: 23%;
    margin: 10px 1% 0;
    overflow: hidden;
    background: #fff;
    padding-bottom: 20px;
    border: 0px solid #ddd;
    box-sizing: border-box;
}
.prdHomepageList .prd-item>a{
    display: block;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
}
.prdHomepageList .prd-item .prd-name{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    color: #000;
}
.prdHomepageList .prd-item .prd-des{
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #555;
}
.prdHomepageList .prd-item{
    transform: translateY(50px);
}
.prdHomepageList .prd-item.play{
    transform: translateY(0);
}
.prdHomepageList .prd-item:first-child.play{
    transition-delay: 0.6s;
}
.prdHomepageList .prd-item:nth-child(2).play{
    transition-delay: 0.2s;
}
.prdHomepageList .prd-item:nth-child(3).play{
    transition-delay: 0.4s;
}
.prdHomepageList .prd-item:last-child.play{
    transition-delay: 0.8s;
}


@media (max-width:1025px){
    .prdHomepage-wrap{
        padding: 80px 0;
    }
    .prdHomepage-wrap .homepapeBanner-inner{
        margin: 0px 5%;
    }

    .prdHomepage-wrap .homepageBanner-des{
        margin-bottom: 40px;
    }
    .prdHomepageList{
        flex-wrap: wrap;
    }
    .prdHomepageList .prd-item{
        width: 48%;
        margin: 5px 1% 0;
    }
    .prdHomepageList .prd-item .prd-des{
        width: 60%;
        margin: auto;
    }
}



/* FOOTER */
.footer-wrap{
    font-weight: 300;
    position: relative;
    padding: 50px 60px 60px 60px;
    background: #f9f9f9;
    z-index: 1;
    color: #000;
    word-break: keep-all;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s;
}
.footer-wrap.active {
    opacity: 1;
    transform: translateY(0);
}
.footer-top-inner>ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-top-inner{
    position: relative;
}
.footer-top-inner>ul>li>a{
    text-transform: uppercase;
    font-size: 16px;
}
.footer-top-inner>ul>li{
    position: relative;
}
.footer-top-inner>ul>li:after{
    content: "|";
    position: absolute;
    right: -13px;
    color: #eee;
}
.footer-top-inner>ul>li:last-child:after{
    display: none;
}
.backToTop{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.backToTop i{
    font-weight: 700;
}
.footer-inner hr{
    display: inline-block;
    width: 100%;
    margin: 30px auto;
    border: none;
    border-top: 1px solid #ccc;
    height: 0;
}

.footer-main-inner{
    display: flex;
}
.footer-main-inner .footer-col:last-child{
    border-left: 1px solid #eee;
    padding-left: 60px;
    margin-left: 60px;
}
.footer-col-title{
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-col li *{
    font-size: 13px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
}
.footer-col li *:first-child{
    display: inline-block;
    width: 120px;
    margin-right: 0;
}
.footer-main-inner .footer-col:last-child li *:first-child{
    width: 120px;
    margin-right: 0;
}
.footer-bottom{
    font-size: 13px;
    line-height: 18px;
    color: #777;
    margin: 0 auto 10px;
    font-weight: 400;
    display: flex;
    gap: 20px;
}
.footer-bottom * {
    font-size: 14px;
    font-weight: 300;
}
.hidden-fixed {
    opacity: 0;
    visibility: hidden;
}

@media(max-width: 1025px){
    .footer-main-inner{
        flex-direction: column;
    }
    .footer-main-inner .footer-col:last-child{
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #eee;
    }
    .footer-inner hr {
        margin: 20px auto;
    }
    .footer-wrap{
        bottom: -30px;
        padding: 20px 5% 20px 5%;
    }
}
/* ENDFOOTER */