@font-face {
    font-family: DFLiHeiMd;
    src: url('../fonts/DFLiHeiMd.TTC');
}
body{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight:100;
    font-style:normal; 
}
header{
    height: 5.8vw;
    width:100%; 
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99;
}
header .header-wrapper{
    width: 82.1vw;
    margin: 0 auto;
}
header .icon{
    display: block;
    width: 17.54vw;
    margin: 0 auto;
    text-align: center;
}
header .icon a{
    line-height: 5.8vw;
}
header .icon img{   
    width: 6.6vw;
    vertical-align: middle;
}
.menu-wrapper{
    color: #666059;
    text-decoration: none;
    float: left;
    line-height: 5.8vw;
    margin-left: 2vw;
    display: block;
}
.menu-wrapper .menu-img{
    width: 1.5vw;
    height: 1.5vw;
    vertical-align: middle;
}
.menu-wrapper span{
    vertical-align: middle;
    /*font-size: 1.1vw;*/
    font-size: 15.8px;
    display: inline-block;
    padding-left: .8vw;
}
.menu-item-overlay{
    display: none;
    width: 100%;
    position: absolute;
    height: 44vw;
    background: rgba(136,128,118,0.6);
    left: 0;
    right: 0;
    top: 5.8vw;
    z-index:100;
    margin: auto;
}
.menu-item-content{
    display: none;
    width: 30vw;
    height: 44vw;
    background-color: #888076;
    position: absolute;
    left: 0;
    top: 0;
}
.menu-item-content-wrapper{
    width: 25vw;
    left: 0;
    position: absolute;
    margin-top: 19vw;
    top: 3vw;
    right: 0;
    margin: auto;
    text-align: center;
    height: 28vw;
    padding-top: 1vw;
    color: #f7eeee;
    /*font-size: 1.5vw;*/
    font-size: 21.6px;
}
.menu-item-content-wrapper .menu-line{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/menu-line_D.png);
    height: .12vw;
    margin-top: 1.4vw;
    margin-bottom: .4vw;
}
.menu-item-content-wrapper .homepage{
    margin-top: 2.4vw;
} 
.menu-item-content-wrapper a{
    display: block;
    padding: 1.4vw;
    color: #f7eeee;
} 
/*video wrapper*/
.video-wrapper{
    background-image: url(../../assets/images/bg-intro_D.png);
    margin-top: 5vw;
}
.video-text-container{
    padding: 2vw 0 4vw 0;
    width: 72vw;
    margin: 0 auto;
    
}
.video-text-container h1{
    margin-top: 2.4vw;
    font-size: 2.4vw;
    letter-spacing: .4vw;
    color: #666059;
    margin-bottom: 2.2vw;
}
.video-text-container p{
    text-align: center;
    margin-bottom: 1vw;
    line-height: 2.1vw;
    font-size: 1.2vw;   
    margin-bottom: .8vw;
}
.video-text-container{
    font-size: 17px;
    line-height: 1.75em;
    letter-spacing: 0.1em;
    font-weight: 300;
}
.video-container{
    margin-top: 2.8vw;
    height: 42vw;
    width: 72vw;
}
/* group shot*/
#group-shot{
    margin-top: 1vw;
    width: 100%;
    height: 44.4vw;

}
#group-shot img{
    width: 100%;
    /*height: 35.4vw;*/
    height: 44.4vw;
}

/* product detail */
#product-detail{
    background-image: url(../images/bg-product_D.png);
    height: 75vw;
}
.product-detail-wrapper{
    /* width: 64.4vw; */
    height: 75vw;
    margin: 0 auto;
    text-align: center;
}
.tab-container{
    font-size: 0;
    padding-top: 5.4vw;
}
.tab-container a{
    /*font-size: 1.6vw;*/
    font-size: 23px;
    display: inline-block;
    margin-right: -1px;
    color: #666059;
    border: 1px solid #c1b69f;
    padding: 1.4vw 0;
    background-color: white;
    width: 14.2vw;
}
.tab-container a.active{
    background: #A88438;
    color: #fff;
}
.product-con{
    padding: 2vw 0 0 0;
}
.product-item .product-item-info{
    display: inline-block;
    position: relative;
    margin:  0 .8vw;
    vertical-align:top;
}
.hover-container{
    position: relative;
    display: inline-block;
}
.hover-container:hover .product-hover{
    opacity: 1;
    transition:opacity .6s;
    -moz-transition:opacity .6s; /* Firefox 4 */
    -webkit-transition:opacity .6s; /* Safari and Chrome */
    -o-transition:opacity .6s; /* Opera */
}
.product-item img{
    width: 20.2vw;
    height: 25.2vw;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-item{
    display: inline-block;
}
.product-info {
    width:100%;
    margin-top:3vw;
}
.product-info .foundation-intro{
    margin-top: 1vw;
    width: 21.2vw;
    height: 7vw;
    /*font-size: 1.2vw;*/
    font-size: 17.2px;
    letter-spacing: 0.2vw;
    line-height: 2.1vw;
}
.product-info.three-product{
    top: 27.8vw;
    color: #6a645c;
}
.product-info .product-line{
    margin-top: .27vw;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/product-line_D.png);
    height: .1vw;
}
.skin-container .product-info .product-line{
    margin-top: .12vw;
}
.product-line.three-pro-line{
    margin-top: .76vw;
}
.product-item h4{
    /*font-size: 1.5vw;*/
    font-size: 21.6px;
    letter-spacing: 0.4vw;
    color: #6a645c;
}
.product-item .spf-info{
    display: inline-block;
    margin-top: .6vw;
    /*font-size: 1.3vw;*/
    font-size: 17.2px;
    letter-spacing: .2vw;
}
.product-item .product-fun{
    width: 20.2vw;
    line-height: 2.1vw;
    margin-bottom: 1.4vw;
    /*font-size: 1.2vw;*/
    font-size: 17px;
    letter-spacing: 0.2vw;
    color: #6a645c;
}
.product-item .product-price-con{
    font-size: 1.2vw;
    margin: auto;
    width: 20.2vw;
    padding: 1vw 0;
    box-sizing: border-box;
    position: relative;
}
.product-info.three-product .product-price-con.product-price-con-third{
    padding: 1.1vw 0;
}
.product-price-con .product-property{
    color: #878076;
    display: block;
    margin: auto;
    font-size: 17.8px;
}
.product-price-con .product-price-wrapper{
    width: 20vw;
    margin: auto;
    margin-top: .2vw;
}
.product-property.product-property-third{
    top: -4.2vw;
}
.product-price-con .product-price-wrapper span{
    line-height: 3.4vw;
    display: block;
    font-size: 17.8px;
}
.product-price-con .product-price-wrapper.prices-span{
    margin-top: .47vw;
}

.product-price-con .product-price-wrapper.prices-span span{
    line-height: 1.8vw;
}
.product-hover{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.foundation-container{
    display:none;
}
.skin-intro-wrapper{
    color: #6a645c;
    width:51vw;
    margin: auto;
}
.foundation-intro-wrapper{
    width: 64vw;
    margin: auto;
}
.foundation-intro-wrapper p{
    color: #6a645c;
    /*font-size: 1.1vw;*/
    font-size: 15.8px;
    text-align: center;
    letter-spacing: 0.2vw;
    line-height: 2.1vw;
    margin-bottom: 2vw;
}
.skin-intro-wrapper p{
    width: 100%;
    /*font-size: 1.1vw;*/
    font-size: 15.8px;
    letter-spacing: 0.2vw;
    text-align: center;
    line-height: 2.1vw;
    margin-bottom: 2vw;
}
/* texture */
#texture{
    background-image: url(../images/bg-chart_D.png);
}
#texture .axis-wrapper{
    overflow: hidden;
}
.axis-container{
    width: 44vw;
    height: 42vw;
    margin: 3vw auto;
    background-image: url(../images/chart_D.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.axis-container .axis-box{
    position: relative;
}
.axis-price{
    display: none;
    width: 100%;
    position: absolute;
    background-image: url(../images/price-box-desktop.png);
    top:0px;
    background-position: center;
    bottom:0px;
    left: 0;
    font-size: 1vw;
    margin:auto;
} 
.axis-table{
    display: table;
    align-content: center;
    width: 110%;
    height: 100%;
    justify-content: center;
}
.axis-table-content{
    display: table-cell;
    line-height: 1.2vw;
    vertical-align: middle;
}
#texture .texture-info{
    color: #666059;
    padding-top: 7vw;
}
#texture .texture-info h2{
    color: #666059;
    font-size: 2.6vw;
    font-size: 37.4px;
    letter-spacing: .4vw;
}
#texture .texture-info h3{
    font-size: 1.8vw;
    padding-top: 1.2vw;
    letter-spacing: 0.4vw;
    color: #666059;
}
.axis-wrapper img{
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    width: 9vw; 
}

.axis-wrapper .axis-item1{
    top: 25vw;
    left: 7vw;
}
.axis-wrapper .axis-item2-1{
    top: 16vw;
    left: 12.8vw;
}
.axis-wrapper .axis-item2-2{
    top: 17.6vw;
    left: 28vw;
}
.axis-wrapper .axis-item3-1{
    top: 7.8vw;
    left: 5vw;
}
.axis-wrapper .axis-item3-2{
    left: 13.4vw;
    top: 7.8vw;
}
.axis-wrapper .axis-item3-3{
    top: 9.2vw;
    left: 22.3vw;
}
.axis-wrapper .axis-item3-4{
    top: 9.2vw;
    left: 31.5vw;
}
.axis-wrapper .axis-item4{
    top: -2vw;
    left: 23.3vw;
}
/* store-locators */
#store-locators{
    background-image: url(../images/bg-address_D.png);
    width: 100%;
    height: 57vw;
}
.exp-wrapper{
    padding-top: 5.4vw;
}
.exp-img-container{
    vertical-align: middle;
    display: inline-block;
    width: 25vw;
}
.exp-img-container img{
    width: 100%;
    height: 100%;
}
.exp-text-wrapper{
    display: inline-block;
    vertical-align: middle;
}
.exp-text{
    width: 26vw;
    margin-left: 1vw;
    /*font-size: 1.2vw;*/
    font-size: 17.2px;
    letter-spacing: 0.2vw;
    line-height: 2.1vw;
}
#texture .texture-info h3.welcome{
    font-size: 17px;
}
#store-locators .location-wrapper{
    width: 62vw;
    margin: auto;
}
#store-locators .location-wrapper .tab-container{
    text-align: center;
    margin: auto;
    width: 70vw;
}
#store-locators .location-wrapper .tab-container li{
    float: left;
    margin-right: -1px;
    width: 15.4vw;
    padding: 1.3vw 0;
/*    padding: 1.3vw 6.2vw 1.3vw 6.2vw;*/
    border: 1px solid #755c27;
    /*font-size: 1.5vw;*/
    font-size: 21.6px;
    cursor: pointer;
    border-image: -webkit-linear-gradient(to right, #755c27, #fff3d9, #755c27) 10;
    border-image: -o-linear-gradient(to right, #755c27, #fff3d9, #755c27) 10;
    border-image: -moz-linear-gradient(to right, #755c27, #fff3d9, #755c27) 10;
    border-image: linear-gradient(to right, #755c27, #fff3d9, #755c27) 10;
}
#store-locators .location-wrapper .tab-container li.active{
    background: #A88438;
    color: #fff;
    
}
.location-info-wrapper{
    display: none;
    width: 62vw;
    height: 13vw;
    margin-top: 9vw;
    /*font-size: 1.5vw;*/
    font-size: 17px;
    line-height: 3.3vw;
}
.location-info-wrapper.active{
    display: block;
}
.location-info-wrapper .locate{
    float: left;
    text-align: left;
    width: 42vw;
    line-height: 2.5vw;
    letter-spacing: 0.34vw;
}
.location-info-wrapper .contact{
    float: right;
    letter-spacing: .5vw;
    /*font-size: 1.3vw;*/
    font-size: 17px;
}
.subscribe-wrapper{
    padding: 2.3vw 0;
    background-color: #F5F5F5;
    margin-bottom: 2vw;
}
.subsribe-con{
    width: 79vw;
    height: 3vw;
    margin: auto;
    line-height: 3vw;
}
.subscribe-text{
    float: left;
    /*font-size: 1.7vw;*/
    font-size: 24.4px;
    display: inline-block;
}
.subscribe-btn{
    float: right;
    text-align: center;
    display: inline-block;
    /*font-size: 1vw;*/
    font-size: 14.4px;
}
.subscribe-btn a{
    display: inline-block;
    background-color: #081F2C;
    color: #FFFFFF;
    width: 10vw;
    text-align: center;
}
/* footer */
#footer{
    padding: 2vw 0;
    background-color: #878076;
    color: #FFFFFF;
    /*font-size: 1vw;*/
    font-size: 14.4px;
    text-align: center;
}
.footer-icons{
    margin-bottom: 1vw;;
}
#footer a{
    display: inline-block;
}
.footer-item{
    position: relative;
    cursor: pointer;
    margin: 0 .3vw;
    display: inline-block;
    width: 2.8vw;
}
#footer img{
    width: 100%;
}
.footer-info{
    margin-top: 1.2vw;
}
#footer a.mobile-facebook{
    display: none;
}
/*#wechat{
    position: relative;
}
#wechat:hover .wehcat-qrcode{
    display: block;
}
.wehcat-qrcode{
    position: absolute;
    top: -16vw;
    left: -5.6vw;
    width: 15vw;
    display: none;
}*/
.skin-mobile-container, .foundation-mobile-container, .tab-mobile-container, .mobile-price-display{
    display: none;
}
/*
 *  max-width:992px
 */

@media screen and ( max-width:992px ){
    .mobile-price-display {
        display:block;
    }
    #footer a.mobile-facebook {
        display:inline-block;
    }
    #footer a.desktop-facebook{
        display: none;
    }
    .skin-container, .foundation-container, .tab-series-container,.desktop-price-display{
        display: none !important;
    }
    .skin-mobile-container{
        display: block;
    }
    .video-text-container h1 {
        font-size: 4.6vw;
        margin-top: 5.4vw;
    }
    .video-text-container p {
        line-height: 6vw;
        font-size: 3.5vw;
        margin-top: 4.2vw;
        letter-spacing: 0.2vw;
    }
    header{
        height:22.5vw;
    }
    header .icon a {
        line-height: 22.5vw;
    }
    header .lang {
        font-size: 3.4vw;
        line-height: 22.5vw;
    }
    .menu-wrapper span{
        padding-left: 0;
    }
    header .icon{
        width: 19.54vw;
    }
    header .icon img{
        width: 19.6vw;
    }
    .lang a {
        display: inline-block;
        height: 16vw;
        width: 6vw;
    }
    header .lang .lang-split {
        width: .2vw;
        height: 4.6vw;
        top: 9.2vw;
        left: 6vw;
    }
    .lang a.lang-active>span, .lang a:hover>span {
        padding-bottom: 14vw;
        background-position: 0 14vw;
        width: 3.8vw;
        height: 1vw;
    }
    .menu-wrapper{
        line-height: 22.5vw;
    }
    .menu-wrapper .menu-img {
        width: 3.5vw;
        height: 3.5vw;
    }
    .menu-wrapper span {
        font-size: 3.5vw;
    }
    .menu-item-content{
        height: 66vw;
        width: 100vw;
    }
    .menu-item-content-wrapper .homepage{
        margin-top: .4vw;
    }
    .menu-item-content-wrapper {
        width: 80vw;
        font-size: 3.8vw;
        margin-top: 19vw;
    top: 3vw;
    right: 0;
    margin: auto;
    text-align: center;
    height: 28vw;
    padding-top: 1vw;
    }
    .menu-item-content-wrapper .menu-title {
        margin-bottom: 2.4vw;
        margin-top: 5vw;
    }
    
    .menu-item-content-wrapper a {
        padding: 2vw;
    }
    .menu-item-overlay{
        top:22.5vw;
    }
    .menu-item-content-wrapper .menu-line{
        height: .5vw;
        margin-top: 1.4vw;
        margin-bottom: .4vw;
    }
    .video-wrapper{
        margin-top: 22.5vw;
    }
    .video-text-container {
        width: 86vw;
    }
    .video-container {
        width: 86vw;
    }
    .tab-mobile-container {
        display: block;
        font-size: 0;
        padding-bottom: 5.4vw;
        text-align: center;
        margin: auto;
        width: 70vw;
        padding-top: 5.4vw;
    }
    .tab-mobile-container a {
        margin-right: -1px;
        font-size: 3.5vw;
        padding: 2vw 5vw;
        display: inline-block;
        color: gray;
        border: 1px solid #c1b69f;
    }
    .tab-mobile-container a.active{
        background: #A88438;
        color: #fff;
    }
    .swiper-slide-img{
        width: 44.6vw;
        height: 80vw;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .slide1{
        transition: ease 1.5s;
        background-image: url(../mobile/product-4A.png);
    }
    .slide1-swiper{
        transition: ease 1.5s;
        background-image: url(../mobile/product-4B.png);
    }
    .slide2{
        transition: ease 1.5s;
        background-image: url(../mobile/product-5A.png);
    }
    .slide2-swiper{
        transition: ease 1.5s;
        background-image: url(../mobile/product-5B.png);
    }
    .slide3{
        transition: ease 1.5s;
        background-image: url(../mobile/product-1A.png);
    }
    .slide3-swiper{
        transition: ease 1.5s;
        background-image: url(../mobile/product-1B.png);
    }
    .slide4{
        transition: ease 1.5s;
        background-image: url(../mobile/product-2A.png);
    }
    .slide4-swiper{
        transition: ease 1.5s;
        background-image: url(../mobile/product-2B.png);
    }
    .slide5{
        transition: ease 1.5s;
        background-image: url(../mobile/product-3A.png);
    }
    .slide5-swiper{
        transition: ease 1.5s;
        background-image: url(../mobile/product-3B.png);
    }
    .skin-intro-wrapper{
        margin-bottom: 4vw;
        width: 79vw;
    }
    .foundation-intro-wrapper {
        width: 79vw;
        margin-bottom: 4vw;
    }
    .skin-intro-wrapper p{
        font-size: 3.5vw;
        width:100%;
        line-height: 6vw;
        color: #6a645c;
        letter-spacing: 0.2vw;
    }
    .foundation-intro-wrapper p{
        font-size: 3.5vw;
        line-height: 6vw;
        width:100%;
        color: #6a645c;
        letter-spacing: 0.2vw;
    }
    .skin-mobile-intro-wrapper{
        color: #6a645c;
        font-size: 3.5vw;
        line-height:4.5vw;
        width: 44.6vw;
        margin-top: 3vw;
        letter-spacing: 0.1vw;
    }
    .foundation-mobile-intro{
        margin: auto;
        font-size: 3.5vw;
        width: 47vw;
        line-height: 4.5vw;
        letter-spacing: 0.1vw;
    }
    .product-con {
        padding: 4.1vw;
        position: relative;
        width: 86vw;
        margin: auto;
    }
    .product-info {
	position: absolute;
        top: 79.4vw;
        width: 44.6vw;
        left: 0;
        right: 0;
        margin: auto;
    }
    .product-price-con .product-price-wrapper span{
        font-size: 3.5vw;
        line-height: 4.2vw;
    }
    .foundation-mobile-info {
        top: 59vw;
    }
    .product-info{
        top: 65.4vw;
    }
    .foundation-mobile-container .swiper-slide:nth-child(3) .product-property {
        top:42vw;
    }
    .foundation-mobile-container .product-info{
        color: #6a645c;
        top: 60.4vw;
    }
    .product-con {
        padding: 0 4.1vw;
    }
    .product-con .skin-container{
        display: block;
    }
    .product-item h4{
        font-size: 4vw;
    }
    .product-item .spf-info{
        margin-top: 1.2vw;
        font-size: 2.6vw;
        margin-bottom: 2vw;
    }
    .product-item .product-price-con{
        font-size: 2.6vw;
        width: 100%;
    }
    .product-price-con .product-property {
        font-size: 3.5vw;
        margin-top: 1.5vw;
    }
    .product-price-con .product-price-wrapper{
        margin-top: 2.4vw;
    }
    .product-price-con .product-price-wrapper.multi-price{
        width: 100%;
    }
    .product-price-con .product-price-wrapper.lotion{
        margin-top: 1.5vw;
    }
    .product-info .product-line{
        margin-top: 4vw;
        height: 0.26vw;
    }
    .foundation-mobile-container .swiper-slide:nth-child(3) .product-line.foundation-line{
        margin-top: 2.2vw;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    #product-detail{
        height: 172vw;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* background: #fff; */
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-bottom: 30vw;
        /* background-image: url(../mobile/arrow-right.png) */
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        color: #bba065;
        font-size: 4vw;
    }
    
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        top: 64.5vw;
        left: 13vw;
    }
    
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        top: 64.5vw;
        right: 13vw;
    }
    .skin-mobile-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        top:73vw;
    }
    .skin-mobile-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        top:73vw;
    }
    .product-detail-wrapper{
        height: 104vw;
    }
    #texture .texture-info h2 {
        font-size: 4.6vw;
        letter-spacing: .4vw;
    }
    #texture .texture-info h3 {
        font-size: 4vw;
        padding-top: 2.2vw;
        letter-spacing: 0.6vw;
    }
    #texture .texture-info h3.welcome {
        font-size:3.5vw;
        line-height: 4.2vw;
        width: 77vw;
        margin: auto;
    }
    .axis-container{
        width: 98vw;
        height: 97vw;
        margin: 5vw auto;
    }
    .axis-wrapper img {
        width: 21vw;
    }
    .axis-wrapper .axis-item1 {
        top: 60vw;
        left: 17vw;
    }
    .axis-wrapper .axis-item2-1{
        top: 38vw;
        left: 29.5vw;
    }
    .axis-wrapper .axis-item2-2{
        top: 42.6vw;
        left: 60vw;
    }
    .axis-wrapper .axis-item3-1{
        top: 17.8vw;
        left: 13vw;
    }
    .axis-wrapper .axis-item3-2{
        top: 17.8vw;
        left: 31.4vw;
    }
    .axis-wrapper .axis-item3-3{
        top: 20vw;
        left: 52.8vw;
    }
    .axis-wrapper .axis-item3-4{
        top: 20vw;
        left: 74vw;
    }
    .axis-wrapper .axis-item4{
        top: -5vw;
        left: 52.8vw;
    }
    .axis-btn-wrapper{
        top: 9.2vw;
        left: 12.8vw;
        width: 8vw;
        height: 70vw;
    }
    .axis-btn-wrapper>div{
        width: 7.8vw;
        height: 7.8vw;
    }
    .axis-btn3{
        margin-top: 11.2vw;
    }
    .axis-btn2{
        margin-top: 11.2vw;
    }
    .axis-btn1{
        margin-top: 11.2vw;
    }
    .axis-mobile-price-box{
        width: 60vw;
        z-index: 90;
        position: absolute;
        background-image: url(../images/price-box-mobile.png);
        top: -9vw;
        background-position: center;
        bottom: 0px;
        left: 18vw;
        font-size: 1vw;
        margin: auto;
    }
    .axis-mobile-price-box .axis-table{
        line-height: 5.2vw;
        font-size: 3.6vw;
        position: relative;
        width: 100%;
    }
    .axis-mobile-productName{
        font-size: 5vw;
        line-height: 6vw;
        margin-bottom: 2vw;
    }
    .axis-table-content{
        line-height: inherit;
    }
    
    .btn-mobile-price-box{
        width: 8vw;
        height: 8vw;
        position: absolute;
        z-index: 110;
        top: 36.4vw;
        right: 0;
    }
    .exp-img-container{
        width: 29vw;
    }
    .exp-text{
        width: 45vw;
        line-height: 6vw;
        font-size:3.5vw;
    }
    #store-locators {
        height: 90vw;
        padding-bottom: 8vw;
    }
    #store-locators .location-wrapper {
        width: 100%;
    }
    #store-locators .location-wrapper .tab-container {
        width:auto;
    }
    #store-locators .location-wrapper .tab-container li {
        display:inline-block;
        float:none;
        width: auto;
        padding: 1.3vw 7.2vw 1.3vw 7.2vw;
        font-size: 3.5vw;
    }
    .location-info-wrapper {
        width: 85vw;
        margin:0px auto;
    }
    .location-info-wrapper .location-item{
        margin-top: 4.6vw;
    }
    .location-info-wrapper .location-item span{
        display: block;
        float: none;
        line-height: 4.4vw;
        text-align: center;
        width:100%;
    }
    .location-info-wrapper .locate{
        font-size: 3.5vw;
        line-height:4.5vw;
    }
    .location-info-wrapper .contact{
        font-size: 3.5vw;
        color: #878076;
    }
    .subscribe-wrapper{
        padding: 4vw 0;
        background-color: #F5F5F5;
        margin-bottom: 2vw;
    }
    .subsribe-con{
        height: 5vw;
        width: 90vw;
        line-height: 5vw;
    }
    .subscribe-text{
        font-size: 3vw;
    }
    .subscribe-btn{
        font-size: 2vw;
    }
    .subscribe-btn a{
        width: 22vw;
    }
    #footer {
        padding: 6vw 0;
    }
    .footer-item{
        margin: 0 1vw;
        width: 5.6vw;
    }
    .footer-info {
        font-size: 2vw;
        margin-top: 1.8vw;
    }
    
}

@media screen and ( max-width:480px ){
    header .lang .lang-split {
        width: .4vw;
    }
}
/*@media screen and ( max-width:1920px ) and (min-width: 1584px) {
    .location-info-wrapper{
        width: 59vw;
    }
}*/

@media screen and ( min-width:1583px ){
    .video-text-container h1{
        font-size: 35px;
    }
    .video-text-container p{
        font-size: 17px;
        line-height: 1.75em;
    }
}