@charset "utf-8";

.why-tech h2 {
    color: #95459A;
    font-size: 26px;
    font-weight: 500;
    width: 266px;
    height: 68px;
    border: 1px solid #95459A;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 40px;
}

.why-tech.gfTech01 h2::after {
    content: "1";
    color: #95459A;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    width: 80px;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -40px;
}

.why-tech.gfTech02 h2::after {
    content: "2";
    color: #95459A;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    width: 80px;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -40px;
}

.why-tech.gfTech03 h2::after {
    content: "3";
    color: #95459A;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    width: 80px;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -40px;
}

.why-tech.gfTech02 h2::before {
    background: #fff;
}
.why-tech h2::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -1px;
}

/* header */
.header {
    /* position: relative;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
    z-index: 999; Oanh change 22 Apr 24*/
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.headerWrap {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
    height: 80px;
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
}
.wrap-direction{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px 0px 20px;
    background: #fff;
}
.topHead {
    display: flex;
    align-items: center;
}

.topHead h1 {
    margin-right: 35px;
}
.topHead h1 img {
    width: 200px;
}

.headerWrap .gnb {
    display: flex;
}

.headerWrap .gnb li {
    margin: 0 35px;
}

.headerWrap .gnb a {
    color: #0C449B;
    font-size: 12px;
}

.headerWrap .topAccount {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.headerWrap .topAccount li {
    margin-left: 10px;
}

.headerWrap .topAccount li:not(:last-child) {
    height: 40px;
    width: 40px;
}


.headerWrap .topAccount li:first-child {
    margin-left: 0;
}

.headerWrap .topAccount a {
    font-size: 14px;
    color: #333;
}

.headerWrap .topAccount .topLang {
    position: relative;
    display: none;
}

.headerWrap .topAccount .topLang>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 0px 15px;
    line-height: 21px;
    border-radius: 12.5px;
    width: 90px;
    padding: 0 10px;
    background: #fff;
}

.headerWrap .topAccount .topLang>a svg {
    width: 16px;
    height: 16px;
}

.headerWrap .topAccount .topLangList {
    display: none;
    position: absolute;
    /* border: 2px solid #333; */
    border-bottom-left-radius: 12.5px;
    width: 90px;
    border-bottom-right-radius: 12.5px;
    border-top: 0;
    padding: 16px 10px 10px;
    top: 16px;
    background: #fff;
    z-index: -1;
}
.headerWrap .topAccount li:not(:nth-last-child()) {
    width: 40px;
    height: 40px;
}
.headerWrap .topAccount .topLangList a {
    display: block;
    line-height: 2.6;
    margin: 0px 0px 0px 15px;
}
.hdTopBanner{
    background: #cacaca;
}
.hdTopBanner div{
    height:40px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.top-right-menu{
    display: flex;
    justify-content: center;
    vertical-align: middle;
    height: 40px;
}

.mobiTggBtn,
.mobiTggMenu {
    display: none;
}

.main-header .fix{
    top: 0;
    left: 0;
    position: fixed;
}

.header.fix {
    position: fixed;
    top: 0;
    box-shadow: 0 3px 7px 3px #00000012;
    max-width: 100%;
    padding: 0;
    transition: all ease-in-out .3s;
}
.p-first-list-tech{
    padding-top: 140px !important;
}
.text-tech{
    font-size: 28px;
    line-height: 48px;gap: 15px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    font-weight: 500;
}
.text-tech-small{
    font-size: 20px;
    line-height: 42px !important;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.header.fix .headerWrap {
    /* height: 80px;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease; */
}
.gnbClone{
    display: none;
}
/* main visual */
.mainVisual {
    position: relative;
    overflow: hidden;
}
.main-menu ul li{
    max-width: 200px;
    height: 100%;
    margin: 0px 25px;
    vertical-align: middle;
    align-items: center;
    color: #3E3A39;
    display: flex;
    font-weight: 600;
}

.main-menu ul li:hover{
    color: #D28FBF;
}
.main-menu ul li.active{
    color: #D28FBF;
}
.main-menu{
    /* border-top: 1px solid #F5F5F5; */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.main-menu.text-center.d-flex{
    border-bottom: 1px solid #F5F5F5;
    background: #fcfcfc;
    position: relative;
    box-shadow: -2px 2px 2px rgba(45, 53, 78, 0.1), -2px -2px 2px rgba(238, 242, 255, 0.1), 2px 2px 2px rgba(45, 53, 78, 0.1);
}
.mainVisual .swiper-wrapper {
    /* height: 800px; */
    height: auto;
}
.tit-w3h1{
    display: none;
}
.mainVisual .mainVisTxt {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ul-main-menu{
    display: inline-flex;
    height: 50px;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
.mainVisual .mainVisTxt h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.mainVisual .mainVisTxt p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    margin: 50px 0;
}

.mainVisual .mainVisTxt a {
    display: inline-block;
    width: 245px;
    line-height: 55px;
    background: #fff;
    border-radius: 27.5px;
    color: #D5A286;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.mainVisual .swiper-slide img {
    /* width: inherit; */
    width: 100%;
}

.mainVisual .swiper-pagination {
    position: absolute;
    margin-bottom: 80px;
}

.mainVisual .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin: 2px;
    background-color: transparent;
    border: 1px solid transparent;
    opacity: 1;
}
.mainVisual .swiper-pagination .swiper-pagination-bullet::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 10px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #3E3A39;
}
/* .mainVisual .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin: 5px;
    background-color: #aeaeae;
    opacity: 1;
}
.mainVisual .swiper-pagination .swiper-pagination-bullet span{
    width: 6px;
    height: 6px;
    margin: 5px;
    background-color: #aeaeae;
    opacity: 1;
} */

.mainVisual .swiper-pagination .swiper-pagination-bullet-active {
    /* background-color: #000; */
    border: 1px solid #3E3A39;
}
/* .mainVisual .swiper-pagination .swiper-pagination-bullet-active span{
    background-color: #000;
}
.mainVisual .swiper-pagination .swiper-pagination-bullet-active{
    border: 1px solid #000;
} */
.dropdown {
    position: relative;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 2px 2px 0px rgba(230, 230, 230, 0.2);
    padding: 35px 16px 25px;
    z-index: 2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    left: 50%;
    top: 40px;
    margin-left: -80px;
}
.dropdown-content h2{
    color: #3E3A39;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.dropdown-content a{
    display: flex;
    font-size: 12px;
    flex-direction: column;
    color: #3E3A39 ;
    margin-top: 10px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown .dropdown-content a:hover{
    color: #D28FBF !important;
}
.depth2 > li {
    display: block;
}
.visMobi {
    display: none;
}
body{
    color: #3E3A39 ;
}

/* main contents */
.mainWrap {
    width: 100%;
}

.name-whoiam{
    background-color: #FCF6FA;
    position: relative;
}
.signature img{
    padding-top: 14px;
}
.how-img-map {
    border-radius: 30px;
    width: 100%;
}
/* .why-vision-mobile{
    width: 90% !important;
    padding: 0 !important;
    margin: 5% !important;
    text-align: center;
    align-content: center;
} */
.phi-pc{
    width: 50% !important;
    margin: 0 auto;
    height: 360px;
}
.img-phi{
    width: 800px;
}
.phi-pc-line{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #D28FBF;
    z-index: 1;
    margin-top: 290px;
}
.wrap-about{
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
}
.img-how-circle{
    margin: 70px 5% 100px 5%;
}
.img-how-circle {
    margin: 72px 3% 128px 3%;
}
.contain-3w1h .text-top{
    font-size: 18px;
}
.bg-second{
    background-color:  #D28FBF !important;
}
.bg-white{
    color:  #ffffff !important;
}
.bg-gray{
    background-color: #F5F5F5 !important;
}
.w-g-10{
    gap: 20px;
}
.what-btn{
    width: 230px;
    height: 40px;
}
/* .w3h1-col-right {
    padding-left: 20px;
} */
.sTit {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #D5A286;
}

.bTit {
    font-size: 32px;
    color: #D28FBF;
    margin: 0px 0 40px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #D28FBF;
    padding-bottom: 10px;
}
.mainProd .category-list ul{
    gap: 10px;
}
.mainBtn {
    display: inline-block;
    width: 244px;
    line-height: 55px;
    background: #D5A286;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 40px;
    text-align: center;
    border-radius: 27.5px;
}
.banner-text-large{
    color: #D28FBF;
}
.mainTop {
    margin: 0px;
}

.mainTop .contain {
    display: flex;
    gap: 20px;
}

.mainTop dl {
    width: 33.33%;
}

.mainTop dt img {
    width: 100%;
}

.mainTop dd h2 {
    font-size: 22px;
    color: #222;
    margin: 3px 0 2px;
}

.mainTop dd p {
    font-size: 16px;
    line-height: 26px;
    color: #3E3A39;
}

.mainBrand {
    margin: 100px 0 100px;
    position: relative;
}
.mainBrand::before{
    content: '';
    display: inline-block;
    width: 33%;
    height: 100%;
    left: 0;
    background-color: #FCF6FA;
    z-index: -1;
    position: absolute;
    border-radius: 0px 24px 24px 0px;
}
.mainBrand::after {
    /* content: '';
    display: inline-block;
    width: 33%;
    height: 100%;
    right: -74px;
    background-image: url(../img/sunlight.png);
    z-index: -2;
    position: absolute;
    top: 180px;
    background-repeat: space; */
    content: '';
    display: inline-block;
    width: 33%;
    height: 100%;
    right: 0px;
    background-image: url(../img/sunlight.png);
    z-index: -2;
    position: absolute;
    top: 180px;
    background-repeat: space;
    max-width: 546px;
    max-height: 854px;
}
.h1-founder{
    color: #3E3A39;
    font-size: 32px;
    line-height: 54px;
    font-weight: 500;
    margin-top: 48px;
    /* margin-bottom: 20px; */
}
.padding-top-h1-founder{
    padding-top: 32px;
}
.padding-bottom-sign-founder{
    padding-top: 87px;
}
.wrap-founder{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.wrap-founder .contain .infor-founder{
    display: flex;
    padding-top: 24px !important;
}
.wrap-founder::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0px;
    z-index: -1;
    background-color: #F5F5F5;
    border-radius: 24px;
}
.p-founder{
    line-height: 42px;
}
.bd-radius-24{
    border-radius: 24px;
}
.wrap-history{
    background-image: url("../img/bg-history.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 64px;
}
.wrap-iam-group{
    padding-top: 10px;
    padding-bottom: 100px;
}
.img-history{
    max-width: 990px;
    width: 100%;
}
.img-group{
    max-width: 1180px;
    width: 100%;
}
.text-name {
    height: 28px;
    overflow: hidden;
    font-weight: 600;
}
.history-1400{
    display: block;
}
.history-700{
    display: none;
}
.how-1400{
    display: block;
}
.how-700{
    display: none;
}
.sub-category {
    width: fit-content !important;
    padding: 0px 20px;
    color:#999CA6 ;
    height: 40px;
    background: #F5F5F5;
    border-radius: 20px;
    vertical-align: middle;
    align-items: center;
    display: flex;
}
.bg-unrival{
    background-image: url('../img/bg-unrival.jpg');
    background-repeat: no-repeat;
    object-fit: cover;
}
/* .mainProd ul li.sub-category {
    margin-bottom: 24px;
    justify-content: center;
    vertical-align: middle;
} */
.mainProd ul li.sub-category {
    margin-bottom: 10px;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    height: 32px;
    font-size: 14px;
    cursor: pointer;
}
.font-middle{
    font-size: 20px;
}
.mainProd ul.category-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.mainBrand {
    margin: 40px 0;
    position: relative;
}
.sub-category.active {
    border: 1px solid #3E3A39;
    background: #fff;
    color: #3E3A39;
    font-weight: 600;
}
.mainBrand .contain {
    display: flex;
}
.mainBrand .imgWrap {
    width: 50%;
    overflow: hidden;
    padding: 40px 0px;
    height: 600px;
}
.item-3w1h {
    border: 1px solid #EEEEEE;
    height: 50px;
    align-items: center;
    display: flex;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.item-3w1h.active {
    border: 1px solid #D28FBF;
    color: #D28FBF;
}
.img-logo-who-iam{
    height: 120px;
    width: auto;
}
.name-whoiam{
    background-color: #FCF6FA;
    position: relative;
}
.who-iam{
    font-size: 24px;
}
.who-iam p{
    line-height: 56px;
}
.what-border{
    display: none;
}
.spec-text-frounder-mobile{
    display: none;
}
.spec-text-frounder{
    font-size: 20px;
}
/* .name-whoiam::after {
    background-image: url(../img/who-iam-right.svg);
    content: '';
    display: inline-block;
    width: 305px;
    height: 200px;
    right: 0px;
    z-index: 2;
    bottom: -107px;
    position: absolute;
    border-radius: 0px 24px 24px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.name-whoiam::before {
    content: '';
    display: inline-block;
    width: 150px;
    height: 135px;
    left: 0;
    background-image: url(../img/who-iam-left.svg);
    z-index: 4;
    position: absolute;
    background-repeat: no-repeat;
} */

.pd-happiness-pc{
    padding-top: 60px;
    padding-bottom: 38px;
}
.title-tech-list{
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 24px;
    line-height: 48px;
}
.list-tech{
    display: flex;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 230px 20px 0px 20px;
}
.line-water-left{
    height: 2px;
  background: #D28FBF;
  margin-left: -35%;
  top: -2px;
  position: relative;
  z-index: -2;
}
.line-water-right{
  height: 2px;
  background: #D28FBF;
  margin-left: 35%;
  top: -2px;
  position: relative;
  z-index: -2;
}
.list-tech p{
    font-size: 24px;
    font-weight: 38px;
}
.who-item-radius{
    border-radius: 24px;
}
.business-who{
    border-radius: 24px;
    height: 290px;
    padding: 48px;
    /* max-width: 389px; */
}
.pd-founder-infor{
    padding-left: 84px;
    padding-bottom: 60px;
}
.m-founder-wrap{
    margin: 170px 0 190px;
}
.zone-5-items{
    gap: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.title-who-business{
    font-size: 24px;
    font-weight: 600;
}
.index-p-explant{
    margin-bottom: 80px;
    margin-top: 24px;
}
.who-iam{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #FCF6FA;
    position: relative;
}
.who-iam::after{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #FCF6FA;
    position: relative;
}
.color-iam{
    color: #95459A;
}
.contain-3w1h{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px;
    background: #fff;
}
/* .contain-3w1h.bg-gray.what-adward-mobile{
    padding: 0px 0px;
    max-width: 1230px;
} */
.contain-3w1h.bg-gray.what-adward-mobile{
    padding: 1px 0px 90px;
    max-width: 1230px;
}
.img-founder-smallMobile{
    display: none;
}
.h1-who,.h1-how, .h1-what{
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    color: #95459A;
    margin-top: 128px;
    margin-bottom: 20px;
}
.h1-what-top{
    padding-bottom: 44px;
}
.h1-why {
    font-size: 40px;
    line-height: 54px;
    font-weight: 500;
    color: #95459A;
    padding: 0px 0px 60px 0px;
}
.tech-img{
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
}

.why-tech{
    padding: 140px 20px;
}
.spec-text-tech{
    font-size:16px;
    color: #3E3A39;
    opacity: 0.5;
}
.water-col-text
{
    width: 58%;
}
.water-col-img{
    width: 42%;
}
.gf-cos {
    padding-right: 52px;
    margin-left: -20px;
}
.tai-grow {
    padding-left: 133px;
}
.tai-grow .title-tech-list{
    margin-right: -115px;
}
.tai-grow .text-top{
    margin-right: -160px;
}
.growth-factor{
    padding-right: 96px;
}
.m-b-list-tech {
    margin-bottom: 200px;
  
}
.zone-list-tech-pc{
    display: block;
}
.zone-list-tech-1000{
    display: none;
}
.p-b-tech {
    padding-bottom: 20px;
}
.what-h2{
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 32px;
}
.vision-wrap {
    max-width: 1260px;
    margin: 0 auto;
}
.vision-wrap .img-vision{
    margin-top: 120px;
    margin-bottom: 110px;
}

.vision-wrap p{
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 140px;
}
.vision-wrap .mb-text{
    display: none;
}
.border-2{
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #D28FBF;
}

.color-second-p{
    color: #D28FBF;
}
.contain-3w1h .text-top{
    margin-bottom: 128px;
    font-size: 24px;
    line-height: 38px;
}
.item-3w1h:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.item-3w1h:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.item-3w1h:active{
    border: 1px solid #D28FBF;
}
.tit-big {
    font-size: 42px;
    color: #D28FBF;
    /* margin: 48px 0 24px; */
    text-align: left;
    line-height: 56px;
    font-weight: 600;
}
.why-philosophy {
    padding-top: 160px;
    padding-bottom: 140px;
    background-color: #FCF6FA;
    margin: 0 auto;
}
.col-phi-pc{
    width: 30%;
    display: block;
}
.col-phi-pc:before{
    content: "";
    height: 2px;
    background: #D28FBF;
    z-index: -2;
    display: block;
    margin-top: 58%;
}
.col-phi-center{
    width: 44%;
    text-align: center;
    min-width: 500px;
}
.txtWrap .row{
    /* display: table; */
}
.mainBrand .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainBrand .txtWrap {
    width: 50%;
    padding-left: 108px;
    align-self: center;
}

.mainBrand .txtWrap p {
    font-size: 18px;
    line-height: 36px;
    color: #3E3A39;
}

.mainRnd {
    padding: 40px 0;
    background-image: url(../img/bg-unrival.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    border-top: 1px solid #ddd;
}

.mainRnd .contain {
    display: flex;
}

.dt-tit{
    font-size: 24px !important;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 10px;
    color: #D28FBF !important;
}
.mainRnd .imgWrap {
    width: 50%;
    overflow: hidden;
}

.mainRnd .imgWrap img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.mainRnd .txtWrap {
    width: 50%;
    padding-right: 50px;
    align-self: center;
}

.mainRnd .txtWrap p {
    font-size: 18px;
    line-height: 36px;
    color: #3E3A39;
}
.mobile-iam-who-text{
    display: none;
}
.pc-iam-who-text{
    display: block;
}
.mainRnd .bTit {
    line-height: 59px;
}

.mainProd {
    text-align: center;
}
.mainProd.prodList{
    margin-top: 10px;
}
.mainProd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mainProd ul li {
    width: calc(25% - 15px);
    margin-bottom: 50px;
    display: inline-table;
}

.mainProd .imgWrap {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding: calc(100% + 30px) 20px 0;
}

.mainProd .imgWrap img {
    width: calc(100% - 40px);
    object-fit: cover;
    position: absolute;
    top: 60px;
    left: 20px;
}

div.mark{
    position: absolute;
    display: inline-flex;
    flex-wrap: wrap;
    top: 0;
    height: 30px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: transparent;
    left: 0;
    border-radius: 7px;
    width: auto;
    border: none;
    line-height: 30px;
    padding: 0px;
    z-index: 99;
}
#hp-features.mainProd {
    padding-bottom: 20px;
}

.mainProd {
    padding: 40px 0 20px;
    background: #f9f9f9;
    text-align: center;
}
span.mark-new{
    display: block;
    height: 30px;
    margin-right: 2px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #B393DF;
    border-radius: 7px;
    width: 60px;
    border: none;
    line-height: 30px;
}
.mainProd ul li {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.5s;
}
span.mark-best{
    display: block;
    height: 30px;
    margin-right: 2px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #FDC24C;
    border-radius: 7px;
    width: 60px;
    border: none;
    line-height: 30px;
}
span.mark-sale{
    display: block;
    height: 30px;
    color: #ffffff;
    margin-right: 2px;
    font-size: 14px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #F8726F;
    border-radius: 7px;
    width: 60px;
    border: none;
    line-height: 30px;
}
.mainRoad {
    margin: 40px 0;
}
.swiper-button-next, .swiper-button-prev {
    color: #95459a;
}
.mainProd > ul li:hover, .mainProd .slider-wrapper li:hover {
    box-shadow: -4px 4px 4px rgba(45, 53, 78, 0.1), -4px -4px 4px rgba(238, 242, 255, 0.1), 4px 4px 4px rgba(45, 53, 78, 0.1);
}
.pdList{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
    width: 100%;
}
.bg-gray-product-category{
    background: #f9f9f9;
}
/* .pdList::after{
    content: "";
    display: block;
    background: #f9f9f9;
    width: 200vw;
    height: calc(100% + 245px);
    position: absolute;
    left: 50%;
    margin-left: -100vw;
    top: -245px;
    z-index: -1;
} */
span.mark-4{
    display: block;
    height: 30px;
    margin-right: 2px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #7AC8B8;
    border-radius: 7px;
    width: 60px;
    border: none;
    line-height: 30px;
}
span.mark-right{
    position: absolute;
    display: block;
    top: -64px;
    height: 30px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    right: 0;
    border-radius: 7px;
    width: 24px;
    border: none;
}
span.mark-right img{
    width: 100% !important;
    height: 100%;
    object-fit: fill !important;
    right: 1px;
    left: unset !important;
}
.sub-top-url {
    gap: 7px;
    line-height: 15px;
    font-size: 16px;
    padding: 20px 0px;
    height: 60px;
    vertical-align: middle;
    justify-content: stretch;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    color: #B0B0B0;
}
.sub-top-url .active {
    color: #3E3A39;
}
.mainContWrap .sub-top-url .wrap-direction{
    padding: 0px 20px;
}
.mainProd ul li p {
    font-size: 18px;
    color: #3E3A39;
    margin-top: 24px;
}
.mainProd ul li p:nth-child(2){

}
.mainProd ul li p.price-next{
    color: #B6B8C4;
}
.mainProd ul li .pv-wrap p{
    font-size: 14px;
}
.heart-img{
    border-radius: 24px;
}
.btn-add-card{
    border: 1px solid #D28FBF;
    color: #D28FBF;
    border-radius: 8px;
}
.btn-add-card:hover{
    border: 1px solid #D28FBF;
    color: #ffffff;
    background: #D28FBF;
}

.mainProd .mainBtn {
    margin-top: 0;
}
.btn-heart{
    padding: 15px 40px;
    color: #fff;
    background: #D28FBF;
    border-radius: 8px;
    width: 250px;
    text-align: center;
    display: block;
}
.mainAgent {
    background: #F5F5F1;
    padding: 140px 0 160px;
}

.mainAgent .contain {
    display: flex;
}

.mainAgent .imgWrap {
    width: 50%;
    overflow: hidden;
}

.mainAgent .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainAgent .txtWrap {
    width: 50%;
    padding-left: 50px;
}

.mainAgent .txtWrap p {
    font-size: 18px;
    line-height: 36px;
    color: #3f3f3f;
}
.d-why-block-none {
    display: block !important;
}
.why-manufacture{
    background: url(../img/menufacture-bg.jpg) no-repeat center;
    background-size: cover;
    background-position: left;
}
.text-cos{
    font-size: 24px;
    line-height: 42px;
    padding-bottom: 108px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.text-cos p {
    padding-bottom: 6px;
}
.h1-why-white{
    padding-top: 187px;
    font-size: 32px;
    line-height: 48px;
    color: #fff;
}
.img-menufacture{
    width: 320px;
}
.mainBanner {
    background: url(../img/mainBanner.jpg)no-repeat center;
    background-size: cover;
    padding: 250px 0 270px;
    text-align: center;
}

.mainBanner .bTit {
    color: #fff;
}

.mainBanner .mainBtn {
    background: #fff;
    color: #D5A286;
}

/* footer */
.footer {
    position: relative;
    background: #F5F5F5;
}
.footer .ftCopy {
    margin-top: 40px;
    padding: 30px 0;
    font-size: 15px;
    color: #6E7584;
    line-height: 1;
}
#footer img{
    /* width: 92px; */
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.add {
    vertical-align: middle;
    padding-left: 5px;
}
.footer .contain {
    /* display: flex; */
}

.footer .footerInfo {
    width: 50%;
}

.footer .footerInfo .btmLogo {
    display: flex;
    margin-bottom: 40px;
}

.footer .footerInfo .btmLogo h1 {
    margin-right: 10px;
}

.footer .footerInfo .btmLogo p {
    font-size: 12px;
}

.footer .footerInfo dl {
    margin-bottom: 20px;
}

.footer .footerInfo dt {
    color: #6E7584;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .footerInfo dd {
    color: #6E7584;
    font-size: 15px;
    line-height: inherit;
}

.footer .footerInfo .infoLink {
    margin-top: 50px;
}

.footer .footerInfo .infoLink a {
    color: #222;
    font-size: 13px;
    display: inline-block;
    margin-right: 30px;
}

.footer .footerInfo .infoLink a:last-child {
    margin-right: 0;
}

.footer .footerMenu {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ftbanner {
    background: #d28fbf;
    margin-bottom: 40px;
}
.ftbanner .contain {
    display: flex;
    align-items: center;
    height: 70px;
}
.ftbanner img {
    filter: brightness(0) invert(1);
}
.footer .footerMenu dl {
    width: 30%;
}
.footer .footerMenu dl:last-child {
    width: 40%;
}
.footer .footerMenu dt {
    color: #6E7584;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.footer .footerMenu dd {
    color: #6E7584;
    font-size: 15px;
    margin-top: 10px;
}
.copy-right{
    color: #6E7584;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
/* landing page */
.landing .headerWrap {
    height: 115px;
}

.landing .mainVisual .swiper-wrapper {
    height: 966px;
}

.landing .mainVisual .mainVisTxt h2 {
    font-size: 128px;
    color: #fff;
    margin-bottom: 100px;
}

.landing .mainVisual .mainVisTxt a {
    background: #0C449B;
    color: #fff;
    border-radius: 0;
    width: 530px;
    line-height: 78px;
    font-size: 32px;
    text-transform: none;
}

.landing .mainBtn {
    background: #0C449B;
    color: #fff;
    width: 530px;
    line-height: 78px;
    font-size: 32px;
    text-transform: none;
    border-radius: 0;
}

.landing .mainBanner {
    background: url(../img/mainBanner02.jpg)no-repeat center;
    background-size: cover;
}

.landing .mainBanner .bTit {
    padding: 0 150px;
    font-size: 48px;
    font-weight: 700;
    line-height: 77px;
}

.landing .footer .footerInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.landing .footer .footerInfo .btmLogo {
    align-self: flex-start;
}

.landing .footer .footerInfo .btmLogo+dl {
    margin-top: -90px;
}

/* sign up */
.signUpTop {
    background: url(../img/signUp.jpg) no-repeat center;
    background-size: cover;
    padding: 130px 0;
    text-align: center;
}

.signUpTop h2 {
    color: #0C449B;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}

.signUpTop p {
    color: #0C449B;
    font-size: 24px;
    line-height: 44px;
}

.signUpTop p i {
    display: block;
}

.subSignUp {
    display: flex;
}

.subSignUp dl {
    width: 50%;
}

.subSignUp dl:last-child {
    padding-left: 50px;
    border-left: 1px solid #222;
    box-sizing: border-box;
}

.subSignUp dl:first-child {
    padding-right: 50px;
}

.subSignUp dt {
    color: #0C449B;
    font-size: 45px;
    font-weight: 700;
}

.subSignUp ul {
    padding-left: 30px;
    margin: 20px 0 30px;
}

.subSignUp li {
    list-style: num;
    color: #0C449B;
    font-size: 23px;
    line-height: 44px;
    letter-spacing: -0.5px;
}

.subSignUp a {
    display: flex;
    border: 2px solid #12459917;
    margin-top: 10px;
    height: 85px;
    width: 100%;
    max-width: 500px;
    align-items: center;
    justify-content: center;
    border-radius: 43px;
}

.subSignUp a img {
    width: 35px;
}

.subSignUp a p {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    width: 240px;
    margin-left: 15px;
}

/* subContent*/
.subVisual {
    height: 270px;
    background: url(../img/subVis.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.subVisual h2 {
    color: #0C449B;
    font-size: 45px;
    font-weight: 700;
}

.subMenu {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.subMenu .snb {
    display: flex;
}

.subMenu .snb li {
    margin-right: 40px;
}

.subMenu .snb li:last-child {
    margin-right: 0;
}

.subMenu .snb a {
    color: #0C449B;
    font-size: 20px;
    position: relative;
}

.subMenu .snb a.active {
    font-weight: 700;
}

.subMenu .snb a.active::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #0C449B;
}

.subMenu .shopMenu {
    display: flex;
}

.subMenu .shopMenu li {
    margin-left: 30px;
}

.subMenu .shopMenu li:first-child {
    margin-left: 0;
}

.subMenu .shopMenu a {
    font-size: 20px;
    color: #0C449B;
}

.subMenu .shopMenu a.cartBtn span {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: #0C449B;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.subCont {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    margin: 80px auto 120px;
}

.subCont .subTit {
    color: #0C449B;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

/* brand story */
.subStory .imgWrap img {
    width: 100%;
    margin-bottom: 60px;
}

.subStory p {
    font-size: 19px;
    color: #3f3f3f;
    line-height: 2;
}

.subStoryRnD .imgWrap img {
    width: 100%;
    margin-bottom: 60px;
}

.subStoryRnD dl {
    margin-bottom: 50px;
}

.subStoryRnD dt {
    color: #3f3f3f;
    font-size: 19px;
    font-weight: 700;
}

.subStoryRnD dd {
    color: #3f3f3f;
    font-size: 19px;
    line-height: 2;
}

.subStoryRnD dd:nth-child(3) {
    margin-top: 90px;
}

/* Business */
.subOur .imgWrap img {
    width: 100%;
    margin-bottom: 60px;
}

.subOur p {
    font-size: 19px;
    color: #3f3f3f;
    line-height: 2;
    margin-bottom: 50px;
}

/* Become An agent */
.subAgentJoin .topImg {
    background: url(../img/subAgentJoin.jpg) no-repeat center;
    background-size: cover;
    height: 410px;
    padding: 0 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 60px;
}

.subAgentJoin .topImg h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 40px;
}
.mobile-brand-img{
    display: none;
}
.subAgentJoin .topImg p {
    color: #fff;
    font-size: 19px;
    line-height: 2;
    padding-right: 42%;
    margin-bottom: 0;
}

.subAgentJoin p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 33px;
    color: #000;
}

.subAgentJoin dl {
    margin-top: 100px;
}

.subAgentJoin dt {
    color: #3f3f3f;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.subAgentJoin dd {
    color: #3f3f3f;
    font-size: 19px;
    line-height: 2;
}

.mbShopMenu{
    display: none;
}

.subAgentJoin dd ul {
    margin-top: 50px;
}

.subAgentJoin dd li {
    display: flex;
    margin-bottom: 100px;
}

.subAgentJoin dd li:last-child {
    margin-bottom: 0;
}

.subAgentJoin dd li div {
    width: 50%;
}

.subAgentJoin dd li div img {
    width: 100%;
}

.subAgentJoin dd li .txtWrap {
    padding-left: 60px;
    padding-top: 40px;
}

.subAgentJoin dd li:nth-child(2) .txtWrap {
    padding-left: 20px;
    padding-right: 60px;
}

.subAgentJoin dd li .txtWrap h3 {
    color: #0C449B;
    font-size: 42px;
    line-height: 55px;
}

.subAgentJoin dd li .txtWrap p {
    color: #000;
    font-size: 20px;
    line-height: 33px;
    margin-top: 20px;
    margin-bottom: 0;
}

.subAgentJoin dd li .txtWrap a {
    display: block;
    background: #0C449B;
    color: #fff;
    border-radius: 10px;
    margin: 90px auto 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 65px;
    width: 350px;
    text-align: center;
}
p span.color-second-p{
    font-weight: 600;
}
/* rank guide */
.subAgentRank dl {
    display: flex;
    width: 75%;
    margin: 0 auto 90px;
}

.subAgentRank dt {
    width: 440px;
}

.subAgentRank dt img {
    width: 100%;
}

.subAgentRank dd {
    padding-left: 20px;
    width: calc(100% - 440px);
    box-sizing: border-box;
}

.subAgentRank dd p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 20px;
}

.subAgentRank dd p:first-child {
    margin-top: 0;
}

.subAgentRank h3 {
    font-size: 32px;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.subAgentRank h3+p {
    font-size: 19px;
    color: #000;
}

.subAgentRank ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 70px 0 40px;
}

.subAgentRank li {
    background: #727272;
    border-radius: 10px;
    line-height: 65px;
    text-align: center;
    width: calc(37% - 7px);
    margin-left: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.subAgentRank li:nth-child(3n + 1) {
    background: #0C449B;
    width: 23%;
    margin-left: 0;
}

.subAgentRank li:nth-child(1),
.subAgentRank li:nth-child(2),
.subAgentRank li:nth-child(3) {
    background: #d4d4d4;
    color: #000;
}

.subAgentRank p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 30px;
}

/* COMPENSATION PLAN */
.subAgentPlan p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.subAgentPlan h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 180px 0 50px;
}

.subAgentPlan a {
    display: block;
    margin: 0 auto;
    background: #0C449B;
    width: 718px;
    line-height: 65px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
}

.subAgentPlan ul {
    display: flex;
    background: #0C449B;
    color: #fff;
    flex-wrap: wrap;
    margin-top: 250px;
    position: relative;
    padding: 70px 0;
}

.subAgentPlan ul::after {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    background: #0C449B;
    position: absolute;
    left: 50%;
    margin-left: -100vw;
    top: 0;
    z-index: -1;
}

.subAgentPlan ul li {
    width: 50%;
    text-align: center;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.subAgentPlan ul li h5 {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

.subAgentPlan ul li span {
    font-size: 16px;
}

.subAgentPlan ul li:nth-child(odd) {
    padding-right: 30px;
}

.subAgentPlan ul li:nth-child(even) {
    padding-left: 30px;
}

/* rewards */
.rewardsTop {
    background: url(../img/subRewards01.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 130px 0;
    margin-bottom: 150px;
}

.rewardsTop h2 {
    color: #0C449B;
    font-size: 45px;
    font-weight: 700;
}

.rewardsTop p {
    color: #0C449B;
    font-size: 36px;
    line-height: 59px;
    margin: 100px 0 80px;
}

.rewardsTop p i {
    display: block;
}

.rewardsTop a {
    display: inline-block;
    background: #d9d9d9;
    width: 260px;
    line-height: 65px;
    color: #0C449B;
    font-size: 24px;
    margin: 0 15px;
}

.subRewards .imgWrap img {
    width: 100%;
}

.subRewards p {
    font-size: 19px;
    line-height: 2;
    color: #3f3f3f;
    margin-top: 30px;
}

.subRewards h2 {
    margin-top: 60px;
    font-size: 19px;
    line-height: 2;
    color: #000;
    font-weight: 700;
}

.subRewards ul {
    padding-left: 30px;
}

.subRewards ul li {
    list-style: disc;
    font-size: 19px;
    line-height: 2;
    color: #000;
}

.subRewards ul+p {
    margin-top: 0;
}

.subRewards a {
    margin: 50px auto 160px;
    display: block;
    background: #0C449B;
    border-radius: 10px;
    width: 200px;
    line-height: 65px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.subRewards2 ul {
    display: flex;
    flex-wrap: wrap;
}

.subRewards2 li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.subRewards2 li:nth-child(1),
.subRewards2 li:nth-child(2) {
    margin-top: 0;
}

.subRewards2 li div {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subRewards2 li p {
    padding-left: 20px;
    color: #0C449B;
    font-size: 28px;
    font-weight: 700;
    width: calc(100% - 97px);
    box-sizing: border-box;
}

.subRewards2 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #3f3f3f;
    margin: 150px 0 60px;
}

.subRewards2 dl {
    margin-top: 90px;
    padding-left: 60px;
}

.subRewards2 h2+dl {
    margin-top: 0;
}

.subRewards2 dt {
    font-size: 32px;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 10px;
}

.subRewards2 dd {
    font-size: 19px;
    line-height: 2;
    color: #3f3f3f;
}

.top-search {
    top: 40px;
    border: 0;
    border-bottom: 1px solid #fff;
    display: flex;
    margin-right: 20px;
}
.top-search a{
    width: 40px;
    height: 40px;
    margin-left: -45px;
}
.top-search input[type="text"] {
    height: 40px;
    width: 290px;
    border-radius: 20px;
    border: none;
    font-size: 16px;
    color: #4c5365;
    padding-left: 10px;
    box-sizing: border-box;
    transition: all 0.3s;
    border-radius: 20px;
    background: #F5F4F5;
    padding: 0px 10px;
}

/* .top-search input {
    width: 360px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background: 0 0;
    border: 0;
    border: 0;
    box-sizing: border-box;
    text-align: center;
} */
.bg-after-direction img{
    width: 100%;
    object-fit: cover;
    height: 480px;
}
.mainProd.contain .bTit {
   padding-top: 100px;
}
.prodDetailWrap {
    margin-top: 10px;
  }
.prodDetailWrap.contain{
    padding: 0px;
}
  .prodDetailWrap .prodDeTop {
    padding-bottom: 50px;
    margin: 0;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
  }
  .prodDetailWrap .prodDeTop .prodImg {
    overflow: hidden;
  }
  .prodDetailWrap .prodDeTop .prodImg .prodSlide {
    height: fit-content;
    width: 100%;
  }
  .prodDetailWrap .prodDeTop .prodImg .prodSlide .swiper-slide {
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
  }
  .prodDetailWrap .prodDeTop .prodImg .prodThumb {
    height: fit-content;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .prodDetailWrap .prodDeTop .prodImg .prodThumb .swiper-slide {
    width: 80px;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
  }
  .prodDetailWrap .prodDeTop .prodImg .prodThumb .swiper-slide-thumb-active {
    border: 1px solid #6e1452;
  }
  .prodDetailWrap .prodDeTop .prodImg .swiper-slide img {
    display: block;
    width: 100%;
  }
  
  .prodDetailWrap .prodDeTop .prodRight {
    padding: 0 0 0 60px;
  }
  .prodDetailWrap .prodDeTop .prodTit {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .prodDetailWrap .prodDeTop .prodTit .prodCate {
    color: #555;
    font-size: 15px;
    font-weight: 600;
  }
  .prodDetailWrap .prodDeTop .prodTit > h2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    padding-right: 60px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .prodDetailWrap .prodDeTop .prodTit .prodTxt {
    color: #888;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
  }
  .prodTag span{
    display: inline-block !important;
    margin-right: 5px;
  }
  
  .prodDetailWrap .prodDeTop .prodInfo {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .prodDetailWrap .prodDeTop .prodInfo dl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .prodDetailWrap .prodDeTop .prodInfo dl:last-child {
    margin-bottom: 0;
  }
  .prodDetailWrap .prodDeTop .prodInfo dl dt {
    width: 170px;
    color: #888;
    font-size: 16px;
    font-weight: 400;
  }
  .prodDetailWrap .prodDeTop .prodInfo dl.consuPrice dd {
    text-decoration: line-through;
    color: #aaa;
  }
  .prodDetailWrap .prodDeTop .prodInfo dl.memberPrice dd {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
  }
  .prodDetailWrap .prodDeTop .prodInfo dl.memberPrice dd span {
    color: #fd0000;
  }
  .prodDetailWrap .prodDeTop .prodInfo dl.prodPoint dd {
    color: #fdb538;
  }
  .prodDetailWrap .prodDeTop .prodInfo dl.prodPoint dd span {
    display: inline-block;
    width: 18px;
    line-height: 18px;
    text-align: center;
    background: #fdb538;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    border-radius: 3px;
    vertical-align: text-bottom;
    margin-left: 3px;
  }
  .prodDetailWrap .prodDeTop .prodInfo dl.prodDeli dd {
    color: #888;
  }
  .prodDetailWrap .prodDeTop .prodInfo dl.prodDeli dd p {
    font-size: 13px;
  }
  .prodDetailWrap .prodDeTop .prodOption {
    border: 1px solid #F5F4F5;
    background: #FCF6FA;
    border-radius: 5px;
    padding: 20px;
    position: relative;
  }
  .prodDetailWrap .prodDeTop .prodOption .optionChoice {
    border: 1px solid #ddd;
    display: block;
    color: #888;
    font-size: 13px;
    border-radius: 5px;
    background: #fff;
    line-height: 34px;
    position: relative;
    padding-left: 10px;
  }
  .prodDetailWrap .prodDeTop .prodOption .optionChoice svg {
    position: absolute;
    right: 10px;
    margin-top: 9px;
  }

  .prodDetailWrap .prodDeTop .prodOption .optionCont {
    position: relative;
  }
  .prodDetailWrap .prodDeTop .prodOption .optionCont h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .prodDetailWrap .prodDeTop .prodOption .optionCont > .row {
    margin-top: 10px;
  }
  .prodDetailWrap .prodDeTop .prodOption .optionCont > .row .price {
    text-align: right;
    font-size: 18px;
    color: #000;
    font-weight: 600;
  }
  .prodDetailWrap .prodDeTop .prodOption .optionCont .optionNum {
    font-size: 0;
  }
  .prodDetailWrap .prodDeTop .prodOption .optionCont .optionNum a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #ddd;
    vertical-align: bottom;
    text-align: center;
    color: #000;
  }
  .prodDetailWrap .prodDeTop .prodOption .optionCont .optionNum a:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .prodDetailWrap .prodDeTop .prodOption .optionCont .optionNum a:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .prodDetailWrap .prodDeTop .prodOption .optionCont .optionNum input {
    height: 24px;
    width: 40px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    text-align: center;
    padding: 0 5px;
    border-radius: 0;
    color: #333;
    font-size: 12px;
    vertical-align: middle;
  }
  .prodDetailWrap .prodDeTop .prodTotal {
    margin: 30px 0;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    align-items: center;
  }
  .prodDetailWrap .prodDeTop .prodTotal .price {
    text-align: right;
    font-size: 34px;
  }
  .prodDetailWrap .prodDeTop .prodBtns {
    font-size: 0;
  }
  .prodDetailWrap .prodDeTop .prodBtns .addWish {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #D28FBF;
    border-radius: 3px;
    text-align: center;
    vertical-align: bottom;
  }
  .prodDetailWrap .prodDeTop .prodBtns .addWish svg {
    width: 36px;
    margin-top: 13px;
  }
  .prodDetailWrap .prodDeTop .prodBtns .addWish svg .cls-1 {
    stroke: #D28FBF;
  }
  .prodDetailWrap .prodDeTop .prodBtns .addWish svg .cls-t {
    fill: #D28FBF;
  }
  .prodDetailWrap .prodDeTop .prodBtns ul {
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 10px;
    border: 1px solid #D28FBF;
    border-radius: 3px;
  }
  .prodDetailWrap .prodDeTop .prodBtns ul li {
    display: inline-block;
    width: 50%;
  }
  .prodDetailWrap .prodDeTop .prodBtns ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 58px;
    color: #D28FBF;
  }
  .prodDetailWrap .prodDeTop .prodBtns ul li:last-child a {
    color: #fff;
    background: #D28FBF;
  }
  .prodDetailWrap .prodDeBtm {
    position: relative;
    height: max-content;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    margin-top: 20px;
    border-radius: 8px;
  }
  .prodDetailWrap .prodDeBtm:after {
    /* content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #F5F4F5;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;  Oanh lock 3 June 2024*/
  }
  .prodDetailWrap .prodDeBtm .prodDetail {
    width: calc(100% - 350px);
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodMenu {
    text-align: center;
    font-size: 0;
    background: #fff;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodMenu a {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #FCF6FA;
    color: #666;
    font-size: 18px;
    background: #fff;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodMenu a.on {
    border: 1px solid #95459a;
    border-bottom: 1px solid #fff;
    background: #FCF6FA;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodMenu.fix {
    position: fixed;
    top: 80px;
    width: calc(100% - 350px);
    max-width: calc(1200px - 380px);
    padding: 100px 0 20px;
    z-index: 1;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeImg {
    padding: 100px 0 100px;
    border-bottom: 1px solid #F5F4F5;
    position: relative;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeImg .imgWrap {
    height: 500px;
    overflow-y: hidden;
    position: relative;
    margin-bottom: 100px;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeImg .imgWrap img {
    max-width: 100%;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeImg .imgWrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeImg .imgWrap.on {
    height: auto;
    overflow-y: visible;
    margin-bottom: 0;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeImg .imgWrap.on:after {
    content: "";
    display: none;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeImg a {
    position: absolute;
    bottom: 100px;
    display: block;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    border-radius: 25px;
    text-align: center;
    background: #D28FBF;
    color: #fff;
    line-height: 50px;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview {
    padding: 100px 0;
    border-bottom: 1px solid #f4f5f4;
    text-align: center;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .prodRate {
    background: #FCF6FA;
    border-radius: 5px;
    padding: 20px;
    margin: 0;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .prodRate > div:first-child {
    font-size: 28px;
    font-weight: 600;
    color: #000;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .prodRate > div:last-child {
    font-size: 12px;
    border-left: 1px solid #e2e2e2;
    color: #888;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .prodRate > div:last-child div {
    margin: 2.5px 0;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .prodRate .rateGraph {
    display: inline-block;
    width: 150px;
    height: 8px;
    border-radius: 4px;
    background-color: #ddd;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .prodRate .rateGraph:after {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #D28FBF;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewOption {
    padding: 10px 0;
    font-size: 14px;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewOption > div:first-child {
    text-align: left;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewOption > div:first-child span {
    display: inline-block;
    padding-left: 10px;
    font-weight: 800;
    color: #000;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewOption > div:last-child {
    text-align: right;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewOption > div:last-child a {
    display: inline-block;
    position: relative;
    color: #888;
    padding-right: 10px;
    margin-right: 10px;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewOption > div:last-child a:after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewOption > div:last-child a:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewOption > div:last-child a:last-child:after {
    content: "";
    display: none;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewOption > div:last-child a.on {
    color: #D28FBF;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont {
    border-bottom: 1px dashed #eee;
    padding: 15px 0;
    font-size: 0;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont .imgWrap {
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont .imgWrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont .imgWrap .bgBlack {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
    z-index: 991;
    display: none;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont .imgWrap .bgBlack.on {
    display: table;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont .imgWrap .reviewImg {
    display: table-cell;
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    z-index: 992;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont .imgWrap .reviewImg img {
    width: initial;
    height: initial;
    max-width: 80%;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont .reviewTxt {
    display: inline-block;
    width: calc(100% - 100px);
    font-size: 14px;
    padding-left: 15px;
    text-align: left;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont .reviewTxt .row {
    margin-bottom: 10px;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont .reviewTxt .row .reviewDate {
    text-align: right;
    color: #aaa;
    font-weight: 300;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont .reviewTxt h3 {
    margin-bottom: 10px;
    color: #888;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .reviewContWrap .reviewCont:last-child {
    border-bottom: 0;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .pagerWrap {
    margin-top: 10px;
    font-size: 0;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .pagerWrap a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    background: #f2f2f2;
    color: #aaa;
    font-size: 13px;
    margin: 0 2.5px;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodReview .pagerWrap a.on {
    background: #D28FBF;
    color: #fff;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeDeli {
    padding: 100px 0 0;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeDeli h3 {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    margin-top: 50px;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeDeli h3:first-child {
    margin-top: 0;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeDeli dl {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 0;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeDeli dl dt {
    display: inline-block;
    width: 150px;
    font-size: 13px;
    color: #888;
    font-weight: 400;
  }
  .prodDetailWrap .prodDeBtm .prodDetail .prodDeDeli dl dd {
    display: inline-block;
    width: calc(100% - 150px);
    font-size: 13px;
    color: #000;
  }
  .prodDetailWrap .prodDeBtm .prodSide {
    width: 300px;
    position: absolute;
    right: 15px;
    top: -20px;
  }
  /* .prodDetailWrap .prodDeBtm .prodSide .posR {
    height: 100vh;
  } */
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionChoice {
    border: 1px solid #ddd;
    display: block;
    color: #888;
    font-size: 16px;
    border-radius: 5px;
    background: #fff;
    line-height: 50px;
    position: relative;
    padding-left: 15px;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionChoice svg {
    position: absolute;
    right: 10px;
    margin-top: 12px;
  }
  
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionCont {
    position: relative;
    padding: 20px 0;
    margin-top: 70px;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 15px;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionCont h2 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionCont > .row {
    margin-top: 10px;
    align-items: center;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionCont > .row .price {
    text-align: right;
    font-size: 18px;
    color: #000;
    font-weight: 600;
  }
  .price-wrap .price-left{
    margin-top: 8px;
    font-weight: 600;
  }
    .price-wrap .price-next {
    font-size: 18px;
    margin-top: 9px;
  }
  .pv-wrap .pv-left{
    margin-top: 8px;
   }
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionCont .optionNum {
    font-size: 0;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionCont .optionNum a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #ddd;
    vertical-align: bottom;
    text-align: center;
    color: #000;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionCont .optionNum a:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionCont .optionNum a:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodOption .optionCont .optionNum input {
    height: 24px;
    width: 30px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    text-align: center;
    padding: 0 5px;
    border-radius: 0;
    color: #333;
    font-size: 12px;
    vertical-align: middle;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodTotal {
    border-top: 1px solid #ddd;
    margin: 20px 0 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    align-items: center;
    padding: 10px 0;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodTotal .price {
    text-align: right;
    font-size: 20px;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodTotal > div {
    padding: 0;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodBtns {
    font-size: 0;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodBtns .addWish {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #D28FBF;
    border-radius: 3px;
    text-align: center;
    vertical-align: bottom;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodBtns .addWish svg {
    width: 26px;
    margin-top: 13px;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodBtns .addWish svg .cls-1 {
    stroke: #D28FBF;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodBtns .addWish svg .cls-t {
    fill: #D28FBF;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodBtns ul {
    display: inline-block;
    width: calc(100% - 60px);
    margin-left: 10px;
    border: 1px solid #D28FBF;
    border-radius: 3px;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodBtns ul li {
    display: inline-block;
    width: 50%;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodBtns ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    color: #D28FBF;
  }
  .prodDetailWrap .prodDeBtm .prodSide .prodBtns ul li:last-child a {
    color: #fff;
    background: #D28FBF;
  }
  .prodDetailWrap .prodDeBtm .prodSide.fix {
    /* position: fixed;
    top: 0;
    right: 50%;
    margin-right: -600px;
    padding-top: 106px;
    z-index: 1; */
    position: fixed;
    top: 80px;
    right: 50%;
    margin-right: -585px;
    padding-top: 30px;
    z-index: 1;
    background: #fff;
  }
  .prodDetailWrap .prodDeBtm .prodSide.fix .sideBtm {
    position: fixed;
    width: 300px;
  }
  .prodDetailWrap .prodDeBtm .prodSide.fix.fixBtm {
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 0;
    margin-right: 0;
  }
  .prodDetailWrap .prodDeBtm .prodSide.fix.fixBtm .posR .prodOption {
    position: fixed;
    top: 30px;
    width: 300px;
    max-height: 350px;
    overflow-y: auto;
  }
  .prodDetailWrap .prodDeBtm .prodSide.fix.fixBtm .sideBtm {
    position: absolute;
  }
.specMobile-text-frounder{
    display: none;
}
.what{
    padding: 0 20px;
}
.contain-3w1h.what{
    padding: 0px 20px;
}
.primary-logo-zone .col-1-primary{
    width: 29%;
    padding-right: 20px;
    text-align: start;
    margin-bottom: 135px;
}
.primary-logo-zone .col-1-primary p{
    font-size: 16px;
}
.primary-logo-zone .col-2-primary{
    width: 71%;
}
.col-1-second, .col-1-primary-symbo {
    width: 29%;
    padding-right: 20px;
    text-align: start;
    margin-bottom: 128px;
}
.primary-logo-zone img{
    width: 450px !important;
}
.col-1-primary-symbo {
    margin-bottom: 124px !important;
}
.col-2-second, .col-2-primary-symbo{
    width: 71%;
}
.img-horizontal{
    width: 100%;
    max-width: 750px;
    padding-top: 46px;
    padding-bottom: 127px;
    margin: 0 auto;
}
.opacity-85{
    opacity: 0.85;
}
.padding-top-Award{
    padding-top: 30px;
}
.mainProd.contain .bTit.hp-product {
    padding-top: 40px;
}
.img-cer{
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}
.pc-img-happy{
    display: block;
}
.mb-img-happy{
    display: none;
}
.img-logo-symbol{
    padding-bottom: 95px;
}
.mainProd.contain .title-bests-mb{
    padding: 100px 0px 32px;
    margin-bottom: 0px;
}
.pc-iam-who-text .mt-3{
    margin-top: 8px !important;
}
.pc-text-market{
    display: block;
}
.side-floating{
    display: none;
}



@media all and (max-width: 1400px) {
    .gf-cos {
        padding-right: 52px;
        margin-left: 0px;
    }

    .tai-grow {
        padding-left: 5%;
    }

    .tai-grow .title-tech-list {
        margin-right: 0px;
    }

    .tai-grow .text-top {
        margin-right: 0px;
    }

    .growth-factor {
        padding-right: 60px;
    }
}

@media all and (max-width: 1300px) {
    .header {
        /* max-width: 100%;
        padding: 0 40px; */
    }
    .wrap-direction {
        /* max-width: 100%;
        padding: 0 40px; */
    }
    .topHead h1 {
        margin-right: 15px;
        width: 100px;
    }
    .headerWrap .gnb li {
        margin: 0 15px;
    }

    .contain {
        /* max-width: 100%; Oanh lock 15 May 2024 */
        box-sizing: border-box;
    }

    .headerWrap .topAccount li {
        margin-left: 12px;
    }
    .img-phi {
        width: 700px;
    }
    /* .prodDetailWrap .prodDeBtm .prodDetail {
        width: 100%;
    } */

    .prodDetailWrap .prodDeBtm .prodDetail .prodMenu.fix {
        /* width: calc(100% - 300px); */
        width: calc(100% - 390px);
        max-width: 100%;
    }
    .prodDetailWrap .prodDeBtm .prodSide.fix {
        margin-right: -570px;
      }
    /* .prodDetailWrap .prodDeBtm .prodSide {
        display: none;
    } */
    .products-slider.on .nav.next {
        right: 0px !important;
        background: #fcf6fa;
    }
    .products-slider.on .nav {
        width: 40px !important;
    }
    .products-slider.on .nav.prev {
        left: 0px !important;
        background: #fcf6fa;
    }
}
@media all and (max-width: 1100px) {
    .prodDetailWrap .prodDeBtm .prodSide {
            display: none;
    }
    .prodDetailWrap .prodDeBtm .prodDetail .prodMenu.fix {
        position: relative;
    }
    .prodDetailWrap .prodDeBtm .prodDetail {
        width: calc(100%);
    }
    .prodDetailWrap .prodDeBtm {
        padding-top: 0px;
      }
    .prodDetailWrap .prodDeBtm .prodDetail .prodMenu a {

        width: 100%;
    }
}
/* tablet */
@media all and (max-width: 1000px) {
    /* .headerWrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: stretch;
    } */

    body {
        font-size: 14px;
    }
    .headerWrap {
        /* flex-wrap: unset; */
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: stretch;
        display: flex;
        flex-direction: row;
        vertical-align: middle;
        align-items: center;
    }

    .headerWrap .topAccount {
        align-self: flex-end;
    }

    .topHead {
        justify-content: space-between;
    }

    .topHead h1 {
        margin-right: 0;
    }
    .top-search input[type="text"] {
        width: 200px;
    }
    /* .header.fix .headerWrap {
        height: 100px;
    } */
    
    .headerWrap .topAccount .topLangList {
        padding: 10px 10px;
        top: 25px;
        z-index: 0;
    }

    .headerWrap .topAccount .topLangList::before {
        content: "";
        display: block;
        width: 2px;
        height: 10px;
        background: #333;
        position: absolute;
        top: -10;
        left: -2px;
    }

    .headerWrap .topAccount .topLangList:after {
        content: "";
        display: block;
        width: 2px;
        height: 10px;
        background: #333;
        position: absolute;
        top: -10px;
        right: -2px;
    }

    /* main contents */
    .mainVisual .swiper-wrapper {
        /* height: 100vw; */
    }

    .mainVisual .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mainVisual .swiper-pagination {
        margin-top: 25px;
    }
    .name-whoiam, .how-map {
        padding: 0% 2%;
        background-color: #FCF6FA;
        position: relative;
    }
    .mainVisual .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
    }
    .wrap-founder .contain .infor-founder {
        display: flex;
        vertical-align: middle;
        margin: 0 auto;
    }
    .img-founder{
        display: none;
    }
    /* .wrap-founder .img-founder{
        height: 400px;
    } */
    .wrap-founder::before{
        height: 100%;
        width: 100%;
        bottom: 0px;
        z-index: -1;
        background-color: #F5F5F5;
        border-radius: 0px;
    }
    .spec-text-frounder{
        display: none;
    }
    .spec-text-frounder-mobile{
        display: block;
    }
    .specMobile-text-frounder{
        display: block;
    }
    .signature img{
        padding-top: 178px;
        padding-bottom: 28px;
    }
    .mainTop .contain {
        flex-direction: column;
    }

    .mainTop dl {
        width: 100%;
        display: flex;
    }

    .mainTop dt {
        width: 180px;
    }

    .mainTop dd {
        width: calc(100% - 180px);
        padding-left: 20px;
        box-sizing: border-box;
    }
    .mainBrand .imgWrap {
        padding: 30px 0px;
    }
    .mainBrand .contain {
        /* flex-direction: column; */
    }
    .txtWrap .row {
        margin: 0%;
    }
    .tit-big {
        font-size: 30px;
        color: #D28FBF;
        margin: 10px 0 10px;
        text-align: left;
        line-height: 2rem;
        font-weight: 500;
    }
    .mainBrand .imgWrap {
        /* width: 100%;
        height: 50vw; */
        width: 100%;
        height: auto;
        padding: 30px 0px;
    }
    .mainBrand .txtWrap p {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 20px;
    }
    .mainBrand::before {
        content: '';
        display: inline-block;
        width: 33%;
        height: 100%;
        left: 0;
        background-color: #FCF6FA;
        z-index: -1;
        position: absolute;
        border-radius: 0px 24px 24px 0px;
    }
    .mainBrand .imgWrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 0% 10%;
    }
    .mainBrand .txtWrap {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
    }

    /* .mainRnd .contain {
        flex-direction: column;
    } */
    .mainRnd.bg-unrival .contain {
        flex-direction: row-reverse;
    }

    .mainRnd .imgWrap {
        width: 100%;
        height: 50vw;
        order: 1;
        align-self: center;
    }

    .mainRnd .txtWrap {
        width: 100%;
        padding-left: 0;
        /* padding-top: 50px; */
        order: 2;
        gap: 20px;
        display: inline-grid;
    }

    .mainProd ul li {
        width: calc(50% - 13.5px);
        margin-bottom: 50px;
    }

    .mainProd .imgWrap {
        height: calc((100vw / 3) - 100px);
    }
    .prodDetailWrap .prodDeBtm .prodSide {
        display: none;
    }
    .mainAgent .contain {
        flex-direction: column;
    }

    .mainAgent .imgWrap {
        width: 100%;
        height: 50vw;
    }

    .mainAgent .txtWrap {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
    }

    .mainBanner {
        padding: 150px 50px 170px;
    }

    .mainBanner .bTit {
        line-height: 59px;
        margin-top: 0;
    }

    /* footer */
    .footer .contain {
        flex-direction: column;
    }

    .footer .footerInfo {
        width: 100%;
    }

    .footer .footerMenu {
        width: 100%;
        margin-top: 50px;
    }

    /* landing page */
    .landing .headerWrap .topAccount {
        align-self: unset;
    }

    .landing .headerWrap {
        flex-direction: unset;
        justify-content: space-between;
        align-items: center;
        height: 100px;
    }

    .landing .mainVisual .mainVisTxt h2 {
        font-size: 80px;
    }

    .landing .mainVisual .mainVisTxt a,
    .landing .mainBtn {
        font-size: 24px;
        width: 400px;
        line-height: 60px;
    }

    .landing .mainVisual .swiper-wrapper {
        height: 800px;
    }

    .landing .mainBanner .bTit {
        padding: 0;
        font-size: 38px;
        line-height: 60px;
    }

    .landing .footer .footerInfo .btmLogo+dl {
        margin-top: 0;
    }

    .landing .footer .footerInfo {
        align-items: normal;
    }

    .landing .header.fix .headerWrap {
        height: 80px;
    }

    /* sign up */
    .subSignUp {
        flex-direction: column;
    }

    .subSignUp dl {
        width: 100%;
        border-top: 1px solid #000;
        padding-top: 50px;
    }

    .subSignUp dl:first-child {
        padding: 50px 0;
    }

    .subSignUp dl:last-child {
        border-left: 0;
        padding-left: 0;
    }

    /* subContent*/
    .subVisual {
        height: 200px;
    }

    .subVisual h2 {
        font-size: 36px;
    }

    .subMenu {
        margin-top: 40px;
    }

    .subMenu .snb a {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .subMenu .shopMenu a {
        font-size: 16px;
    }

    .subMenu .shopMenu a.cartBtn span {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .subCont .subTit {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .subCont {
        margin: 60px auto 80px;
    }

    /* brand story */
    .subStory .imgWrap img {
        margin-bottom: 40px;
    }

    .subStory p {
        font-size: 16px;
    }

    .subStoryRnD .imgWrap img {
        margin-bottom: 40px;
    }

    .subStoryRnD dl {
        margin-bottom: 40px;
    }

    .subStoryRnD dt,
    .subStoryRnD dd {
        font-size: 16px;
    }

    /* Business */
    .subOur .imgWrap img {
        margin-bottom: 40px;
    }

    .subOur p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    /* Become An agent */
    .subAgentJoin .topImg {
        padding: 100px 40px;
        margin-bottom: 40px;
        height: auto;
    }

    .subAgentJoin .topImg p {
        padding-right: 0;
        font-size: 16px;
    }
    .h1-why {
        font-size: 40px;
        line-height: 54px;
        font-weight: 500;
        color: #95459A;
        padding: 100px 0px 30px 0px;
    }
    .subAgentJoin .topImg h2 {
        font-size: 46px;
        margin-bottom: 30px;
    }

    .subAgentJoin p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .subAgentJoin dl {
        margin-top: 60px;
    }

    .subAgentJoin dt {
        font-size: 24px;
    }

    .subAgentJoin dd {
        font-size: 16px;
    }

    .subAgentJoin dd li div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .subAgentJoin dd li .txtWrap {
        padding-left: 40px;
        padding-top: 20px;
    }

    .subAgentJoin dd li .txtWrap h3 {
        font-size: 32px;
        line-height: 45px;
    }

    .subAgentJoin dd li .txtWrap p {
        font-size: 16px;
        line-height: 26px;
    }
    .prodDetailWrap .prodDeTop .prodTotal .price {
        font-size: 25px;
    }
    .prodDetailWrap .prodDeTop .prodInfo dl.memberPrice dd {
        font-size: 25px;
    }
    .subAgentJoin dd li .txtWrap a {
        margin: 50px auto 0;
        line-height: 50px;
        width: 250px;
        font-size: 18px;
    }
    .wrap-founder {
        background-image: url("../img/mobile-img-founder.png");
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
        background-size: 63%;
    }
    .wrap-founder .contain {
        padding: 0px 60px 80px 60px;
    }
    .subAgentJoin dd li:nth-child(2) .txtWrap {
        padding-left: 10px;
        padding-right: 20px;
    }

    /* rank guide */
    .subAgentRank dl {
        flex-direction: column;
        width: 100%;
    }

    .subAgentRank dt {
        margin: 0 auto 30px;
    }

    .subAgentRank dd {
        width: 100%;
        padding-left: 0;
    }

    .subAgentRank li {
        line-height: 1.2;
        font-size: 18px;
        width: calc(36% - 7px);
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }

    /* COMPENSATION PLAN */
    .subAgentPlan h3 {
        margin: 80px 0 40px;
    }

    .subAgentPlan a {
        width: 100%;
        line-height: 50px;
        font-size: 18px;
    }

    .subAgentPlan ul {
        margin-top: 150px;
        padding: 50px 0;
    }
    .index-p-explant {
        margin-bottom: 50px;
        margin-top: 24px;
      }
    .subAgentPlan ul li h5 {
        font-size: 20px;
    }

    /* rewards */
    .rewardsTop {
        padding: 100px 30px;
        margin-bottom: 100px;
    }

    .rewardsTop h2 {
        font-size: 38px;
    }

    .rewardsTop p {
        font-size: 28px;
        line-height: 48px;
        margin: 80px 0 60px;
    }

    .rewardsTop p i {
        display: inline;
    }

    .rewardsTop a {
        font-size: 20px;
        width: 220px;
        line-height: 50px;
        margin: 0 10px;
    }
    .img-phi {
        width: 700px;
    }
    .list-tech {
        padding: 120px 20px 0px 20px;
        flex-direction: column-reverse;
    }
    .d-flex-column-re{
        flex-direction: column-reverse;
    }
    .d-flex-column{
        flex-direction: column;
    }
    .water-col-img-mobile-right {
        width: 100%;
        max-width: 500px;
        margin-right: 0px;
    }
    .water-col-img-mobile-left-line-right{
        height: 2px;
        background: #D28FBF;
        margin-left: 35%;
        top: -2px;
        position: relative;
        z-index: -2;
    }
    .water-col-img-line-left{
        height: 2px;
        background: #D28FBF;
        content: "";
        width: 100%;
        margin-left: 35%;
        top: -2px;
        position: relative;
        z-index: -2;
    }
    .water-col-img-mobile-left {
        width: 100%;
        max-width: 500px;
        margin-left: 0px;
    }
    .line-water-right{
        display: none;
    }
    .line-water-left{
        display: none;
    }
    .zone-list-tech-pc{
        display: none;
    }
    .zone-list-tech-1000{
        display: block;
    }
    .zone-list-tech-1000 .mobile-img-right{
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        margin-top: 100px;
    }
    .zone-list-tech-1000 .mobile-img-left {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        margin-top: 100px;
      }
    .zone-list-tech-1000 .line-img-pink-mobile-right{
        height: 2px;
        background: #D28FBF;
        content: "";
        width: 100%;
        margin-left: -35%;
        top: -2px;
        position: relative;
        z-index: -2;
    }
    .water-col-text-mobile{
        width: 95%;
        margin: 0 auto;
        padding: 40px 20px 100px 20px;
        font-size: 24px;
        line-height: 38px;
    }
    .zone-list-tech-1000 .line-img-pink-mobile-left {
        height: 2px;
        background: #D28FBF;
        content: "";
        width: 100%;
        margin-left: 35%;
        top: -2px;
        position: relative;
        z-index: -2;
    }
      .col-phi-pc{
        display: none;
    }
    .col-phi-center{
        width: 100%;
        margin: 0 50px;
        text-align: center;
    }

    .prodDetailWrap .prodDeBtm .prodDetail {
        width: 100%;
      }
      .prodDetailWrap .prodDeBtm .prodDetail .prodMenu.fix {
        width: calc(100% - 30px);
        max-width: 100%;
        padding: 20px 0;
      }
}
/* Tablet*/
@media all and (max-width: 992px)  {
    .gnbClone {
        display: block;
    }
    .top-right-menu{
        display: none;
    }
    .topHead {
        justify-content: space-between;
        width: 100%;
    }
    .headerWrap {
        height: 120px;
    }
    .img-phi {
        width: 100%;
        padding: 0 20px;
    }
    .topHead h1 {
        width: 80px;
    }

    .headerWrap .gnb {
        display: none;
    }

    .mobiTggBtn {
        display: block;
    }

    .headerWrap .topAccount {
        display: none;
    }

    .header.fix .headerWrap {
        height: 120px;
        padding: 0 20px;
    }

    .mobiTggMenu {
        display: block;
        position: fixed;
        top: 121px;
        left: -100%;
        width: calc(100%);
        background: #fff;
        height: 100vh;
        z-index: 999;
        text-align: right;
        box-sizing: border-box;
        overflow-y: auto;
        transition: all 0.4s;
        /* box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2); */
    }
    .main-menu .ul-main-menu{
        display: none;
    }
    .ul-main-menu {
        display: block;
        align-items: center;
        text-align: center;
        height: fit-content;
        margin: 0 auto;
    }
    .mobiTggMenu .mobiTggClo {
        position: absolute;
        top: 15px;
        right: 5px;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
    }
    .why-manufacture{
        background: url(../img/menufacture-bg-mobile.jpg) no-repeat center;
        background-size: cover;
        /* background-position: left; */
    }
    .mobiTggMenu .gnbClone {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }

    .mobiTggMenu .active {
        background: #F6F6F6;
    }
    .nav-closed svg:last-child {
        display: none;
        transition: ease-in-out;
    }

    .nav-opened svg:last-child {
        display: block;
        transition: ease-in-out;
    }
    .nav-closed svg:first-child {
        display: block;
        transition: ease-in-out;
    }

    .nav-opened svg:first-child {
        display: none;
        transition: ease-in-out;
    }
    .mobiTggMenu .mobi-menu-item .active {
        color: #95459A;
        text-decoration: underline;
        text-decoration-color: #95459A;
    }

    .mobiTggMenu li {
        padding-bottom: 15px;
    }

    .mobiTggMenu li ul li:last-child {
        padding-bottom: 0 !important;
    }

    .mobiTggMenu li a {
        font-size: 13px;
    }

    .mobiTggMenu .topLang {
        border-top: 1px solid #ddd;
        padding-top: 15px;
        position: relative;
    }
    .topHead h1 img {
        width: 309px;
        margin: 0 auto;
    }
    .topHead h1 {
        width: 309px;
      }
    .mobiTggMenu .topLang>a {
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }

    .mobiTggMenu .topLang>a svg {
        width: 16px;
        height: 16px;
    }

    .mobiTggMenu .btn-open-sub {
        right: 0 !important;
    }

    .mobiTggMenu .mobi-menu-item:not(.active) .mobi-sub-item {
        display: none;
    }

    .mobi-sub-item{
        background: #f6f6f6;
    }
    .mobi-sub-item li{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }

    .mobiTggMenu .mobi-menu-item .btn-open-sub.opened {
        transform: rotate(-135deg);
    }

    .mobiTggMenu .mobi-menu-item .btn-open-sub {
        transition: all ease-in-out .3s;
        transform: rotate(0deg);
    }

    .mobiTggMenu .topLang .topLangList {
        display: none;
        position: absolute;
        border: 1.5px solid #ddd;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        border-top: 0;
        padding: 28px 10px 10px;
        top: 32px;
        background: #fff;
        z-index: -1;
        width: 100%;
        border-radius: 5px;
    }

    .mobiTggMenu .topLang .topLangList a {
        display: block;
        line-height: 1.6;
    }

    .mainVisual .mainVisTxt h2 {
        font-size: 24px;
    }

    .mainVisual .mainVisTxt p {
        font-size: 14px;
        line-height: 24px;
        margin: 30px 0;
    }

    .mainVisual .mainVisTxt a {
        font-size: 13px;
        width: 180px;
        line-height: 45px;
        border-radius: 22.5px;
    }

    .mainVisual .swiper-pagination {
        margin-top: 15px;
    }

    .mainVisual .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
    }
    .mainVisual .swiper-pagination {
        margin-bottom: 20px;
    }
    .mainProd.contain .bTit {
        padding: 20px 0px;
      }
    /* main contents */
    .contain {
        /* padding: 0 20px; */
        padding: 0 5%;
    }
    .mainBrand .contain {
        flex-direction: column;
    }
    .mainRnd.bg-unrival .contain {
        flex-direction: column-reverse;
        padding: 70px 45px;
    }
    .bg-unrival {
        background-repeat: no-repeat;
        background-image: none;
        object-fit: cover;
        /* background-color: #f5f5f5; */
        background-image: url('../img/bg-unrival.jpg');
        background-size: cover;
    }
    .h1-why {
        font-size: 43px;
        line-height: 54px;
        font-weight: 500;
        color: #95459A;
        padding: 100px 0px 30px 0px;
    }
    .wrap-happiness{
        display: flex !important;
        flex-direction: row !important;
    }
    .wrap-happiness dt{
        width: 150px !important; 
    }
    .why-vision-mobile{
        width: 90% !important;
        padding: 0 !important;
        margin: 5% !important;
        text-align: center;
        align-content: center;
    }
    .d-why-block-none {
        display: none !important;
    }
    .mainRnd .imgWrap img {
        width: 100%;
        /* margin-top: 20px; */
    }
    .tit-big {
        font-size: 50px;
        line-height: normal;
    }
    .mainRnd.bg-unrival .btn-heart{
        width: 252px;
        text-align: center;
        display: block;
        margin: 50px 0px 60px;
    }
    .txtWrap .row {
        margin: 0%;
        gap: 16px;
        margin: 0 auto;
    }
    .sTit {
        font-size: 12px;
    }

    .bTit {
        font-size: 40px;
        font-weight: 600;
        margin: 15px 0 20px;
    }

    .mainBtn {
        font-size: 13px;
        width: 180px;
        line-height: 45px;
        border-radius: 22.5px;
        margin-top: 20px;
    }
    .sub-wrap-happy{
        width: 74%;
    }
    .mainTop {
        margin: 0px 0 100px;
    }

    .mainTop dl {
        flex-direction: column;
        margin-top: 30px;
    }
    .sub-wrap-happy dl{
        padding-bottom: 20px;
    }
    .mainTop dl:first-child {
        margin-top: 0;
    }

    .mainTop dt {
        width: 100%;
    }

    .mainTop dd {
        width: 100%;
        padding-left: 0;
    }

    .mainBrand {
        padding: 60px 0 60px;
        position: static;
        margin: 0px;
    }
    .mainBrand .contain .txtWrap {
        width: 100%;
        padding: 0;
        padding-top: 0px;
        margin: 0 auto;
    }
    .mobile-brand-img{
        display: block;
    }
    .mainBrand  .heart-img{
        display: none;
    }
    .mainBrand .imgWrap {
        /* width: 100%;
        padding: 0px;
        margin: 0px;
        height: 500px;
        object-fit: cover; */
        /* width: 100%;
        padding: 5%;
        margin: 0px;
        height: 620px;
        object-fit: cover;
        border-radius: 24px;
        overflow: hidden; */
        display: none;
    }

    .mainBrand .txtWrap {
        padding-top: 30px;
    }

    .mainBrand .txtWrap p {
        font-size: 22px;
        line-height: 32px;
        margin: 24px 0px;
        padding-bottom: 0px;
        /* white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }
    .mainProd.contain .bTit{
        margin-top: 45px;
    }
    .mainRnd {
        padding: 70px 0;
    }

    .mainRnd .imgWrap {
        height: calc(100vw - 40px);
    }

    .mainRnd .txtWrap {
        padding-top: 0px;
        padding-right: 0;
        display: inline;
        margin-top: -30px;
        margin-bottom: -50px;
    }

    .mainRnd .bTit {
        line-height: 29px;
    }

    .mainRnd .txtWrap p {
        font-size: 22px;
        line-height: 32px;
        /* white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }
    .mainBrand::before {
        display: none;
    }
    .mainBrand::after {
        display: none;
    }

    .mainProd {
        /* margin: 20px auto 20px; */
        padding: 20px 0px;
    }

    .mainProd ul {
        gap: 10px;
    }
    .text-tech{
        font-size: 22px;
        line-height: 48px;
        font-weight: 600;
    }
    .mainProd ul li {
        width: calc(50% - 5px);
        margin-bottom: 60px;
        padding-right: 10px;
    }
    /* .mainProd ul li:last-child {
        padding-right: 0px;
    }
    .prodList.mainProd ul li:last-child {
        width: calc(50% - 5px);
        margin-bottom: 60px;
        padding-right: 10px;
    } */

    .mainProd .imgWrap {
        height: calc(50vw - 30px);
    }

    .mainProd ul li p {
        font-size: 22px;
        font-weight: 600;
        margin-top: 22px;
    }
    .text-name {
        height: 30px;
    }
    .price-wrap .price-left{
        margin-top: 8px;
    }
    .price-wrap .price-next {
        font-size: 18px;
        margin-top: 9px;
      }
    .mainAgent {
        padding: 70px 0 80px;
    }
    .pv-wrap .pv-left{
        margin-top: 8px;
    }

    .mainAgent .imgWrap {
        height: calc(100vw - 40px);
    }

    .mainAgent .txtWrap {
        padding-top: 30px;
    }

    .mainAgent .txtWrap p {
        font-size: 13px;
        line-height: 20px;
        /* white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }

    .mainBanner {
        padding: 80px 50px;
    }

    .mainBanner .bTit {
        line-height: 39px;
        margin: 0;
    }

    /* footer */
    .footer {
        padding: 50px 20px;
    }

    .footer .footerInfo .btmLogo {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer .footerInfo .btmLogo h1 {
        width: 80px;
        margin-bottom: 10px;
    }

    .footer .footerInfo .btmLogo h1 img {
        width: 100%;
    }

    .footer .footerInfo dl {
        margin-top: 10px;
    }

    .footer .footerInfo .infoLink {
        margin-top: 20px;
    }

    .footer .footerMenu {
        /* display: none; */
    }

    /* landing page */
    .landing .topHead {
        width: 100%;
    }

    .landing .mainVisual .swiper-wrapper {
        height: 500px;
    }

    .landing .mainVisual .mainVisTxt h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .landing .mainVisual .mainVisTxt a,
    .landing .mainBtn {
        font-size: 16px;
        width: 250px;
        line-height: 50px;
    }

    .landing .mainBanner {
        padding: 80px 20px;
    }

    .landing .mainBanner .bTit {
        font-size: 22px;
        line-height: 30px;
    }

    .landing .gnbClone {
        display: none;
    }

    .landing .accountClone .topLang {
        border-top: 0;
    }

    /* sign up */
    .signUpTop {
        padding: 50px 0;
    }

    .signUpTop h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .signUpTop p {
        font-size: 16px;
        line-height: 26px;
    }

    .subSignUp dl,
    .subSignUp dl:first-child {
        padding: 30px 0;
    }

    .subSignUp dt {
        font-size: 28px;
    }

    .subSignUp ul {
        padding-left: 20px;
        margin: 0px 0 20px;
    }

    .subSignUp li {
        font-size: 16px;
        line-height: 26px;
    }

    .subSignUp a {
        height: 50px;
        border-radius: 25px;
    }

    .subSignUp a img {
        width: 20px;
    }

    .subSignUp a p {
        font-size: 16px;
        width: 157px;
        margin-left: 10px;
    }
    .prodDetailWrap .prodDeTop .prodRight {
        padding: 0 0 0 30px;
      }
    /* subContent*/
    .subVisual {
        height: 120px;
    }

    .subVisual h2 {
        font-size: 28px;
    }

    .subMenu {
        margin-top: 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .subMenu .snb {
        width: 100%;
        order: 2;
        flex-wrap: wrap;
    }

    .subMenu .snb li {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .subMenu .snb a {
        font-size: 14px;
    }

    .subMenu .snb a.active::after {
        height: 3px;
    }

    .subMenu .shopMenu {
        width: 100%;
        order: 1;
        justify-content: flex-end
    }

    .subMenu .shopMenu li {
        margin-left: 20px;
    }

    .subMenu .shopMenu a {
        font-size: 14px;
    }

    .subMenu .shopMenu a.cartBtn span {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 10px;
    }

    .subCont {
        padding: 0 20px;
        margin: 30px auto 60px;
    }

    .subCont .subTit {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .btn-add-card {
        height: 53px;
        font-size: 22px;
        font-weight: 600 ;
    }
    /* brand story */
    .subStory .imgWrap img {
        margin-bottom: 20px;
    }

    .subStory p {
        font-size: 14px;
    }

    .subStoryRnD .imgWrap img {
        margin-bottom: 20px;
    }

    .subStoryRnD dl {
        margin-bottom: 20px;
    }

    .subStoryRnD dt,
    .subStoryRnD dd {
        font-size: 14px;
    }

    .subStoryRnD dd:nth-child(3) {
        margin-top: 30px;
    }

    /* Business */
    .subOur .imgWrap img {
        margin-bottom: 20px;
    }

    .subOur p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    /* Become An agent */
    .subAgentJoin .topImg {
        padding: 40px 20px;
        margin-bottom: 20px;
    }

    .subAgentJoin .topImg h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .subAgentJoin .topImg p {
        font-size: 14px;
    }

    .subAgentJoin p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .subAgentJoin dl {
        margin-top: 40px;
    }

    .subAgentJoin dt {
        font-size: 22px;
    }

    .subAgentJoin dd {
        font-size: 14px;
    }

    .subAgentJoin dd li {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .subAgentJoin dd li div {
        width: 100%;
    }

    .subAgentJoin dd li .txtWrap {
        padding: 20px 0 0;
    }

    .subAgentJoin dd li .txtWrap h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .subAgentJoin dd li .txtWrap p {
        font-size: 14px;
        margin-top: 10px;
    }

    .subAgentJoin dd li .txtWrap a {
        margin: 30px auto 0;
        font-size: 14px;
        border-radius: 5px;
    }

    .subAgentJoin dd li:nth-child(2) .txtWrap {
        order: 2;
        padding-left: 0;
        padding-right: 0;
    }

    .subAgentJoin dd li:nth-child(2) .imgWrap {
        order: 1;
    }

    /* rank guide */
    .subAgentRank dl {
        margin-bottom: 50px;
    }

    .subAgentRank dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .subAgentRank dd p {
        font-size: 14px;
        margin-top: 10px;
    }

    .subAgentRank h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .subAgentRank h3+p {
        font-size: 14px;
    }

    .subAgentRank p {
        font-size: 14px;
        margin-top: 10px;
    }

    .subAgentRank ul {
        margin: 40px 0 20px;
        gap: 5px;
    }

    .subAgentRank li {
        font-size: 14px;
        width: calc(37% - 7px);
        margin-left: 5px;
        font-weight: 600;
    }

    /* COMPENSATION PLAN */
    .subAgentPlan p {
        font-size: 14px;
    }

    .subAgentPlan h3 {
        font-size: 24px;
        margin: 50px 0 30px;
    }

    .subAgentPlan a {
        font-size: 15px;
        font-weight: 600;
        height: 50px;
        line-height: 1.3;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
    }

    .subAgentPlan ul {
        margin-top: 50px;
        padding: 30px 0;
    }

    .subAgentPlan ul li {
        padding: 20px 0;
        width: 100%;
        justify-content: normal;
    }

    .subAgentPlan ul li h5 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .subAgentPlan ul li span {
        font-size: 14px;
    }

    .subAgentPlan ul li:nth-child(odd) {
        padding-right: 0px;
    }

    .subAgentPlan ul li:nth-child(even) {
        padding-left: 0px;
    }

    /* rewards */
    .rewardsTop {
        padding: 50px 20px;
        margin-bottom: 50px;
    }

    .rewardsTop h2 {
        font-size: 24px;
    }

    .rewardsTop p {
        font-size: 18px;
        margin: 30px 0 20px;
        line-height: 1.5;
    }

    .rewardsTop div {
        display: flex;
    }

    .rewardsTop a {
        width: 50%;
        line-height: 40px;
        font-size: 16px;
    }

    .subRewards p {
        margin-top: 10px;
        font-size: 14px;
    }

    .subRewards h2 {
        margin-top: 30px;
        font-size: 16px;
    }

    .subRewards ul {
        padding-left: 20px;
    }

    .subRewards ul li {
        font-size: 16px;
    }

    .subRewards a {
        margin: 30px auto 60px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 600;
    }

    .subRewards2 li {
        width: 100%;
        margin-top: 30px;
    }

    .subRewards2 li:nth-child(2) {
        margin-top: 30px;
    }

    .subRewards2 li p {
        font-size: 20px;
    }

    .subRewards2 h2 {
        margin: 50px 0 30px;
        font-size: 24px;
    }

    .subRewards2 dl {
        padding-left: 30px;
        margin-top: 30px;
    }

    .subRewards2 dt {
        font-size: 18px;
    }

    .subRewards2 dd {
        font-size: 14px;
    }
    .drec-w3h1{
        display: none !important;
    }
    .tit-w3h1{
        display: block;
        height: 100px;
        align-content: center;
        border-bottom: 1px solid #EAEAEA;
    }
    .tit-w3h1 h2{
        font-size: 40px;
        color: #D28FBF;
        font-weight: 600;
        padding: 0 50px;
    }
    .wrap-history{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wrap-history .contain {
        padding: 0px 4%;
    }
    .wrap-iam-group{
        padding: 20px 4%;
    }
    .wrap-iam-group .contain {
        padding: 0px;
    }
    .h1-who, .h1-how, .h1-what {
        font-size: 43px;
        line-height: 54px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .wrap-history .h1-who{
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .m-founder-wrap {
        margin: 86px 0 114px;
    }
    .wrap-history {
        background-image: url("../img/bg-history-mobile.jpg");
        padding-top: 10px;
        padding-bottom: 100px;
      }
    
    .wrap-iam-group .h1-who{
        margin-top: 70px;
        margin-bottom: 40px;
    }
    .history-1400{
        display: none;
    }
    .history-700{
        display: block;
    }
    .how-1400{
        display: none;
    }
    .how-700{
        display: block;
    }
    .img-how-circle {
        margin: 60px 11% 50px 11%;
    }
    .contain-3w1h {
        padding: 1% 16%;
    }
    .contain-3w1h.how{
        padding: 1% 2%;
    }
    .contain-3w1h .text-top {
        margin-bottom: 50px;
        font-size: 24px;
        line-height: 38px;
    }
    .contain-3w1h.what{
        /* padding: 1% 8%; */
        padding: 0px 50px;
    }
    .border-2 {
        border: 2px solid #ffffff;
    }
    .what .primary-logo-zone{
        display: flex;
        flex-direction: column-reverse;
    }
    .list-tech {
        padding: 100px 20px 0px 20px;
    }
    .primary-logo-zone .col-2-primary {
        margin: 0 auto;
    }
    .sub-top-url{
        display: none !important;
    }
    .what .primary-logo-zone .col-1-primary {
        width: 98%;
        padding-right: 0px;
        text-align: center;
        margin: 0 auto;
    }
    .what .primary-logo-zone .col-2-primary {
        width: 50%;
        text-align: center;
    }
    .what-second{
        display: flex;
        flex-direction: row;
        font-size: 22px;
    }
    .what-mobile-symbol{
        text-align: center;
        font-size: 24px;
        display: flex;
        flex-direction: column-reverse;
    }
    .what-mobile-symbol div:first-child{
        width: 100%;
        padding: 0 3%;
        text-align: center !important;;
    }
    .what-adward-mobile, .what-patents-mobile{
        padding: 1% 8%;
    }
    .ontain-3w1h.what-patents-mobile .h1-what{
        padding: 10px;
        background-color: red;
    }
    .w3h1-col-right{
        padding-top: 189px;
        width: 100%;
    }
    .what-mobile-top{
        width: 100%;
        text-align: center;
    }
    .what-mobile-top h2{
        text-align: center !important;
    }
    .what-mobile-top div{
        text-align: center !important;
    }
    .vertical-mobile-what{
        text-align: center;
    }
    .what-border{
        display: block;
        background-color: #D28FBF;
        height: 1px;
        width: 100%;
        align-items: center;
        margin: 0 auto;
    }
    .col-2-second img{
        width: 485px;
        margin-left: -23px;
    }
    .wrap-second-mobile p{
        font-size: 24px;
    }
    .who-iam {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #FCF6FA;
        position: relative;
    }
    .img-logo-who-iam {
        height: 80px;
        width: auto;
    }
    .who-iam .img-logo-who-iam {
        height: 117px;
        width: auto;
    }
    .mobile-iam-who-text{
        display: block;
    }
    .pc-iam-who-text{
        display: none;
    }
    .contain-3w1h.what .h1-what{
        margin-bottom: -7px;
    }
    .primary-logo-zone img {
        width: 360px !important;
        padding-bottom: 70px !important;
      }
    .col-2-second.w3h1-col-right{
        padding-top: 0px;
        justify-content: space-between;
    }
    .col-2-second img.img-logo-symbol{
        height: 230px ;
        padding-bottom: 0px;
    }
    .what-mobile-top .what-h2{
        margin-top: 8px;
        margin-bottom: 0px;
    }
    .col-1-second{
        margin-bottom: 44px;
    }
    .col-2-primary-symbo.w3h1-col-right{
        padding-top: 0px;
        margin-top: -30px;
    }
    .img-horizontal {
        padding-bottom: 0px;
      }
    .primary-logo-zone .what-h2 {
        margin-bottom: 16px;
    }
    .col-1-primary-symbo .what-h2{
        margin-top: 0px;
        margin-bottom: 8px;
    }
    .contain-3w1h.bg-gray.what-adward-mobile{
        padding: 0px 50px 0px 50px;
    }
    .contain-3w1h.what-adward-mobile .h1-what{
        margin-top: 100px;
        margin-bottom: 24px !important;
    }
    .zone-award {
        height: 396px;
        width: 304px;
        margin: 12px !important;
        padding: 0px !important;
    }
    .zone-patten{
        width: 300px;
        height: 421px;
        
    }
    .col-2-primary-symbo.w3h1-col-right img {
        width: 440px;
    }
    .zone-patten .pt-3{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .zone-patten img{
        height: 401px;
        width: 285px;
    }
    .contain-3w1h.bg-gray.what-adward-mobile div div{
        justify-content: center;
        padding-bottom: 10px !important;
    }
    .contain-3w1h.what-patents-mobile .h1-what{
        margin-top: 80px;
        margin-bottom: 28px;
    }
    .who-iam p {
        line-height: 38px;
        font-size: 24px;
    }
    .mb-contain-who{
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .bg-after-direction img {
        width: 100%;
        object-fit: cover;
        height: 267px;
    }
    .mobile-who-future .mobile-who-future{
        padding: 0% 14%;
    }
     .who-iam{
        padding-top: 75px;
        padding-bottom: 85px;
    }
    .font-middle {
        font-size: 24px;
        line-height: 38px;
    }
    .wrap-founder .contain .infor-founder {
        padding-top: 0px !important;
    }
    .business-who p{
        font-size: 18px;
    }
    .h1-founder {
        color: #3E3A39;
        font-size: 40px;
        line-height: 36px;
        font-weight: 500;
        margin-top: 82px;
        margin-bottom: 15px;
    }
    .pd-founder-infor {
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .wrap-founder {
        background-size: 61%;
      }
    .p-founder {
        line-height: 38px;
    }
    .signature img {
        padding-top: 138px;
        padding-bottom: 28px;
    }
    .mainBrand .imgWrap img {
        /* width: 85%;
        height: auto;
        object-fit: contain;
        overflow: hidden;
        border-radius: 24px !important; */
        width: 100%;
        height: auto;
        object-fit: contain;
        overflow: hidden;
        padding: 0% 10%;
        border-radius: 24px !important;
        margin: 0px;
        padding: 0px;
    }
    .business-who {
        border-radius: 24px;
        height: 297px;
        padding: 5%;
        justify-content: center;
    }
    .what-h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .primary-logo-zone .col-1-primary p {
        font-size: 24px;
        line-height: 28px;
    }
    .wrap-second-mobile{
        display: flex;
        flex-direction: column-reverse;
    }
    .zone-list-tech-1000 .mobile-img-left {
        margin-top: 50px;
    }
    .water-col-text-mobile {
        padding: 40px 20px 117px 54px;
    }
    .zone-list-tech-1000 .mobi-img-tailor{
        margin-top: 0px;
        margin-left: 63px;
        margin-right: 63px;
        max-width: 505px;
        width: 100%;
        padding: 0px;
    }
    .zone-list-tech-1000 .line-img-pink-mobile-left {
        margin-left: 50%;
    }
    .mobile-text-tailor{
        padding-top: 52px;
    }
    .zone-list-tech-1000 .mobile-img-right.mobile-img-grow{
        margin-top: 10px !important;
        margin-right: 70px !important;
        max-width: 505px !important;
        width: 100% !important;
        padding: 0px !important;
    }
    .zone-list-tech-1000 .mobile-img-left.mobile-img-optimal {
        margin-top: 0px;
        margin-left: 74px !important;
        max-width: 505px !important;
        width: 100% !important;
        padding: 0px !important;
    }
    .mbShopMenu{
        display: flex;
        background: #f6f6f6;
        position: relative;
        border-top: 1px solid #b4b4b4;
        border-bottom: 1px solid #b4b4b4;
        height: 80px;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #616161;
    }
    .mbShopMenu svg{
        position: absolute;
        top: 50%;
        width: 12px;
        margin-top: -6px;
        right: 10px;
    }
    .mobi-sub-item.row.main-menu a{
        font-size: 30px;
    }
    .big-title-page {
        padding: 0 50px;
        display: flex;
        font-size: 40px;
        height: 100px;
        border-bottom: 1px solid #EAEAEA;
        align-items: center;
    }

    #main-nav .row.main-menu {
        flex-direction: column;
        position: absolute;
        top: 180px;
        width: 100%;
        z-index: 109;
        background: #fff;
        display: none;
    }

    #main-nav .row.main-menu li {
        height: 80px;
        width: 100%;
        border-bottom: 1px solid #b4b4b4;
        justify-content: center;
    }

    .padding-top-Award{
        padding-top: 0px;
    }

    .prodDetailWrap {
        margin-top: 0px;
      }
      .prodDetailWrap .prodDeTop {
        padding-bottom: 20px;
      }
      .prodDetailWrap .contain{
        padding: 0;
      }
      .prodDetailWrap .prodDeTop .prodImg .prodThumb {
        padding: 15px 0;
      }
      .prodDetailWrap .prodDeTop .prodRate {
        display: none;
      }
      .prodDetailWrap .prodDeTop .prodRight {
        /* padding-left: 0; */
        /* border-top: 1px solid #ddd; */
        padding-top: 20px;
      }
      .prodDetailWrap .prodDeBtm .prodDetail .prodMenu a {
        width: 100%;
      }
      .paths ul {
        font-size: 18px;
      }
      .prodDetailWrap .prodDeTop .prodTit h2 {
        font-size: 22px;
      }
      .prodDetailWrap .prodDeTop .prodTit .prodCate {
        font-size: 13px;
      }
      
      .prodDetailWrap .prodDeTop .prodTit .prodTxt {
        font-size: 14px;
      }
      .prodDetailWrap .prodDeTop .prodInfo {
        margin-top: 5px;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
      }
      .prodDetailWrap .prodDeTop .prodInfo .discount, .prodDetailWrap .prodDeTop .prodInfo .price {
        font-size: 20px !important;
      }
      .prodDetailWrap .prodDeTop .prodInfo dl {
        margin-bottom: 10px;
      }
      .prodDetailWrap .prodDeTop .prodInfo dl dt {
        width: 120px;
      }
      .prodDetailWrap .prodDeTop .prodInfo dl.memberPrice dd {
        font-size: 24px;
      }
  
      .prodDetailWrap .prodDeTop .prodOption {
        padding: 15px;
        max-height: 220px;
        overflow-y: auto;
      }
      .prodDetailWrap .prodDeTop .prodOption .optionCont {
        padding: 15px 0;
      }
      .prodDetailWrap .prodDeTop .prodTotal {
        margin: 8px 0px 20px;
        font-size: 16px;
      }
      .prodDetailWrap .prodDeTop .prodTotal .price {
        /* font-size: 24px; Oanh lock 24 May 08 */
        font-size: 18px;
      }
      .prodDetailWrap .prodDeTop .mobiWrap {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        /* bottom: 10px; Oanh lock 24 May 08 */
        bottom: 0px;
        padding: 15px;
        z-index: 990;
        background: #fff;
        border-top: 1px solid #ddd;
        transition: all 0.3s;
      }
      .prodDetailWrap .prodDeTop .mobiWrap a.mobiProdHide {
        display: block;
        position: absolute;
        top: -20px;
        width: 40px;
        height: 40px;
        left: 50%;
        margin-left: -20px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
      }
      .prodDetailWrap .prodDeTop .mobiWrap a.mobiProdHide svg {
        margin-top: 5px;
      }
      .prodDetailWrap .prodDeTop .mobiWrap a.mobiProdHide:after {
        content: "";
        width: 42px;
        height: 20px;
        border-radius: 20px 20px 0 0;
        background: #ddd;
        position: absolute;
        top: -1px;
        left: 50%;
        margin-left: -21px;
        z-index: -1;
      }
      .prodDetailWrap .prodDeTop .ProdBtns .addWish {
        width: 50px;
        height: 50px;
      }
      .prodDetailWrap .prodDeTop .ProdBtns .addWish svg {
        width: 26px;
      }
      .prodDetailWrap .prodDeTop .ProdBtns ul {
        width: calc(100% - 55px);
        margin-left: 5px;
      }
      .prodDetailWrap .prodDeTop .ProdBtns ul li a {
        line-height: 48px;
        font-size: 16px;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 91;
        background: #fff;
        width: 100%;
        padding: 10px 15px 15px;
        font-size: 0;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns .addWish {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 1px solid #D28FBF;
        border-radius: 3px;
        text-align: center;
        vertical-align: bottom;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns .addWish svg {
        width: 26px;
        margin-top: 13px;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns .addWish svg .cls-1 {
        stroke: #D28FBF;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns .addWish svg .cls-t {
        fill: #D28FBF;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns .optionOpen {
        display: inline-block;
        width: calc(100% - 55px);
        margin-left: 5px;
        border: 1px solid #D28FBF;
        border-radius: 3px;
        text-align: center;
        line-height: 48px;
        font-size: 16px;
        color: #fff;
        background: #D28FBF;
      }
      .prodDetailWrap .prodDeBtm {
        padding-top: 20px;
      }
      .prodDetailWrap .prodDeBtm .prodDetail .prodMenu a {
        line-height: 40px;
        font-size: 18px;
      }
      .mainProd ul li.sub-category {
        font-size: 18px;
        padding: 16px 50px;
        border-radius: 30px;
        margin-bottom: 0px;
      }
      .mainProd .category-list ul {
        gap: 10px;
        margin-bottom: 40px;
      }
      .mainProd.contain .title-bests-mb{
        font-size: 40px;
        padding: 67px 0px 44px;
        margin: 0 auto;
        display: inline-flex;

      }
      .pd-stop-heart-mb{
        padding: 30px 0 60px;
      }
      .pd-top-mb-heart{
        padding-top: 97px;
      }
      .btn-heat-mb{
        font-size: 22px;
        font-weight: 600;
        padding: 15px 50px;
      }
      .btn-about-mb {
          font-size: 22px;
          font-weight: 600;
          padding: 15px 65px;
      }
      .pd-b-img-leaf-mb{
        margin-bottom: 11px;
      }
      .pd-happiness-mb{
        padding: 80px 0px;
      }
      .mainTop .dt-tit {
        font-size: 36px !important;
        padding-bottom: 10px;
    }
    .max-width-tablet-title-bus{
        max-width: 622px;
        margin: 0 auto;
    }
    .mainTop dd p {
        font-size: 28px;
        font-weight: 600;
        line-height: 35px;
        padding-top: 10px;
    }
    .mainTop .contain {
        gap: 50px;
    }
    .pc-img-happy{
        display: none;
    }
    .mb-img-happy{
        display: block;
    }
    #footer img{
        width: 190px;
        height: 68px;
        margin-top: 0px;
        margin-bottom: -24px;
    }
    .footer .footerMenu dd {
        margin-top: 4px;
    }
    .footer .footerInfo dt {
        font-size: 26px;
        font-weight: 600;
    }
    .mobile-footer-address{
        font-size: 18px !important;
    }
    .add.mobile-footer-address{
        font-weight: 400;
        font-size: 18px !important;
    }
    .footer {
        padding: 0px;
    }
    .footer .footerMenu dl {
        width: 50%;
    }
    .footer .footerMenu dt {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 3px;
    }
    .footer .footerMenu dl a {
        font-size: 24px;
        line-height: 55px;
    }
    .footer .footerMenu dd {
        font-size: 20px;
        line-height: 40px;
    }
    .copy-right{
        font-size: 18px;
        line-height: 30px;
    } 
    .mainProd.contain .bTit {
        margin-top: 30px;
        justify-content: center;
        display: flex;
    }
    .pd-happiness-mb {
        padding: 70px 0px;
        justify-content: center;
        display: flex;
    }
    .mainProd .imgWrap {
        padding: calc(100% + 39px) 0px 0;
    }
    .pd-who-h1-tablet{
        margin-top: 85px;
    }
    .pd-how-h1-tablet{
        margin-top: 69px;
    }
    .vision-wrap .img-vision {
        padding-top: 60px;
        padding-bottom: 47px;
        margin: 0 auto !important;
        justify-content: center;
    }
    .vision-wrap .img-vision img {
        width: 640px !important;
    }
    .vision-wrap p {
        font-size: 24px;
        line-height: 35px;
    }
    .vision-wrap .mb-text {
        display: block;
    }
    .pc-text{
        display: none;
    }
    .vision-wrap p {
        margin-bottom: 48px;
    }
    .product-category .container{
        padding: 0 50px;
    }
    .mobile-pagination label.label {
        display: inline-block; 
        padding-left: 0px;
    }
}



/* mobile */
@media all and (max-width: 768px) {
    .gnbClone {
        display: block;
    }
    .top-right-menu{
        display: none;
    }
    .topHead {
        justify-content: space-between;
        width: 100%;
    }
    .headerWrap {
        height: 120px;
    }
    .img-phi {
        width: 100%;
        padding: 0 20px;
    }
    .topHead h1 {
        width: 80px;
    }

    .headerWrap .gnb {
        display: none;
    }

    .mobiTggBtn {
        display: block;
    }

    .headerWrap .topAccount {
        display: none;
    }

    .header.fix .headerWrap {
        /* height: 80px; */
        padding: 0 20px;
    }

    .mobiTggMenu {
        display: block;
        position: fixed;
        top: 121px;
        left: -100%;
        width: calc(100%);
        background: #fff;
        height: 100vh;
        z-index: 999;
        text-align: right;
        box-sizing: border-box;
        overflow-y: auto;
        transition: all 0.4s;
        /* box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2); */
    }
    .main-menu .ul-main-menu{
        display: none;
    }
    .ul-main-menu {
        display: block;
        align-items: center;
        text-align: center;
        height: fit-content;
        margin: 0 auto;
    }
    .mobiTggMenu .mobiTggClo {
        position: absolute;
        top: 15px;
        right: 5px;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
    }
    .why-manufacture{
        background: url(../img/menufacture-bg-mobile.jpg) no-repeat center;
        background-size: cover;
        /* background-position: left; */
    }
    .mobiTggMenu .gnbClone {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }

    .mobiTggMenu .active {
        background: #F6F6F6;
    }

    .mobiTggMenu .mobi-menu-item .active {
        color: #95459A;
        text-decoration: underline;
        text-decoration-color: #95459A;
    }

    .mobiTggMenu li {
        padding-bottom: 15px;
    }

    .mobiTggMenu li ul li:last-child {
        padding-bottom: 0 !important;
    }

    .mobiTggMenu li a {
        font-size: 13px;
    }

    .mobiTggMenu .topLang {
        border-top: 1px solid #ddd;
        padding-top: 15px;
        position: relative;
    }

    .mobiTggMenu .topLang>a {
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }

    .mobiTggMenu .topLang>a svg {
        width: 16px;
        height: 16px;
    }

    .mobiTggMenu .btn-open-sub {
        right: 0 !important;
    }

    .mobiTggMenu .mobi-menu-item:not(.active) .mobi-sub-item {
        display: none;
    }

    .mobi-sub-item{
        background: #f6f6f6;
    }
    .mobi-sub-item li{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }

    .mobiTggMenu .mobi-menu-item .btn-open-sub.opened {
        transform: rotate(-135deg);
    }

    .mobiTggMenu .mobi-menu-item .btn-open-sub {
        transition: all ease-in-out .3s;
        transform: rotate(0deg);
    }

    .mobiTggMenu .topLang .topLangList {
        display: none;
        position: absolute;
        border: 1.5px solid #ddd;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        border-top: 0;
        padding: 28px 10px 10px;
        top: 32px;
        background: #fff;
        z-index: -1;
        width: 100%;
        border-radius: 5px;
    }

    .mobiTggMenu .topLang .topLangList a {
        display: block;
        line-height: 1.6;
    }

    .mainVisual .mainVisTxt h2 {
        font-size: 24px;
    }

    .mainVisual .mainVisTxt p {
        font-size: 14px;
        line-height: 24px;
        margin: 30px 0;
    }

    .mainVisual .mainVisTxt a {
        font-size: 13px;
        width: 180px;
        line-height: 45px;
        border-radius: 22.5px;
    }

    .mainVisual .swiper-pagination {
        margin-top: 15px;
    }

    .mainVisual .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
    }
    .mainVisual .swiper-pagination {
        margin-bottom: 20px;
    }
    .mainProd.contain .bTit {
        padding: 20px 0px;
      }
    /* main contents */
    .contain {
        /* padding: 0 20px; */
        padding: 0 5%;
    }
    .mainBrand .contain {
        flex-direction: column;
    }
    .mainRnd.bg-unrival .contain {
        flex-direction: column-reverse;
        padding: 70px 45px;
    }
    .bg-unrival {
        background-repeat: no-repeat;
        background-image: none;
        object-fit: cover;
        /* background-color: #f5f5f5; */
        background-image: url('../img/bg-unrival.jpg');
        background-size: cover;
    }
    .h1-why {
        font-size: 43px;
        line-height: 54px;
        font-weight: 500;
        color: #95459A;
        padding: 100px 0px 30px 0px;
    }
    .wrap-happiness{
        display: flex !important;
        flex-direction: row !important;
    }
    .wrap-happiness dt{
        width: 150px !important; 
    }
    .why-vision-mobile{
        width: 90% !important;
        padding: 0 !important;
        margin: 5% !important;
        text-align: center;
        align-content: center;
    }
    .d-why-block-none {
        display: none !important;
    }
    .mainRnd .imgWrap img {
        width: 100%;
        /* margin-top: 20px; */
    }
    .tit-big {
        font-size: 50px;
        line-height: normal;
    }
    .mainRnd.bg-unrival .btn-heart{
        width: 252px;
        text-align: center;
        display: block;
        margin: 50px 0px 60px;
    }
    .txtWrap .row {
        margin: 0%;
        gap: 16px;
        margin: 0 auto;
    }
    .sTit {
        font-size: 12px;
    }

    .bTit {
        font-size: 40px;
        font-weight: 600;
        margin: 15px 0 20px;
    }

    .mainBtn {
        font-size: 13px;
        width: 180px;
        line-height: 45px;
        border-radius: 22.5px;
        margin-top: 20px;
    }
    .sub-wrap-happy{
        width: 74%;
    }
    .mainTop {
        margin: 0px 0 100px;
    }

    .mainTop dl {
        flex-direction: column;
        margin-top: 30px;
    }
    .sub-wrap-happy dl{
        padding-bottom: 20px;
    }
    .mainTop dl:first-child {
        margin-top: 0;
    }

    .mainTop dt {
        width: 100%;
    }

    .mainTop dd {
        width: 100%;
        padding-left: 0;
    }

    .mainBrand {
        padding: 60px 0 60px;
        position: static;
        margin: 0px;
    }
    .mainBrand .contain .txtWrap {
        width: 100%;
        padding: 0;
        padding-top: 0px;
        margin: 0 auto;
    }
    .mobile-brand-img{
        display: block;
    }
    .mainBrand  .heart-img{
        display: none;
    }
    .mainBrand .imgWrap {
        /* width: 100%;
        padding: 0px;
        margin: 0px;
        height: 500px;
        object-fit: cover; */
        /* width: 100%;
        padding: 5%;
        margin: 0px;
        height: 620px;
        object-fit: cover;
        border-radius: 24px;
        overflow: hidden; */
        display: none;
    }

    .mainBrand .txtWrap {
        padding-top: 30px;
    }
    .mobi-sub-item.row.main-menu a {
        font-size: 20px;
    }
    .mainBrand .txtWrap p {
        font-size: 22px;
        line-height: 32px;
        margin: 24px 0px;
        padding-bottom: 0px;
        /* white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }
    .mainProd.contain .bTit{
        margin-top: 45px;
    }
    .mainRnd {
        padding: 70px 0;
    }

    .mainRnd .imgWrap {
        height: calc(100vw - 40px);
    }

    .mainRnd .txtWrap {
        padding-top: 0px;
        padding-right: 0;
        display: inline;
        margin-top: -30px;
        margin-bottom: -50px;
    }

    .mainRnd .bTit {
        line-height: 29px;
    }

    .mainRnd .txtWrap p {
        font-size: 22px;
        line-height: 32px;
        /* white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }
    .mainBrand::before {
        display: none;
    }
    .mainBrand::after {
        display: none;
    }

    .mainProd {
        margin: 0px auto 0px;
        background: #f9f9f9;
        text-align: center;
    }
    .mainProd.prodList {
        padding: 0px;
    }

    .mainProd ul {
        gap: 10px;
    }
    .text-tech{
        font-size: 22px;
        line-height: 48px;
        font-weight: 600;
    }
    .mainProd ul li {
        width: calc(50% - 5px);
        margin-bottom: 60px;
        padding-right: 10px;
    }
    /* .mainProd ul li:last-child {
        padding-right: 0px;
    }
    .prodList.mainProd ul li:last-child {
        width: calc(50% - 5px);
        margin-bottom: 60px;
        padding-right: 10px;
    } */

    .mainProd .imgWrap {
        height: calc(50vw - 30px);
    }

    .mainProd ul li p {
        font-size: 22px;
        font-weight: 600;
        margin-top: 22px;
    }
    .text-name {
        height: 30px;
    }
    .price-wrap .price-left{
        margin-top: 8px;
    }
    .price-wrap .price-next {
        font-size: 18px;
        margin-top: 9px;
      }
    .mainAgent {
        padding: 70px 0 80px;
    }
    .pv-wrap .pv-left{
        margin-top: 8px;
    }

    .mainAgent .imgWrap {
        height: calc(100vw - 40px);
    }

    .mainAgent .txtWrap {
        padding-top: 30px;
    }

    .mainAgent .txtWrap p {
        font-size: 13px;
        line-height: 20px;
        /* white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }

    .mainBanner {
        padding: 80px 50px;
    }

    .mainBanner .bTit {
        line-height: 39px;
        margin: 0;
    }

    /* footer */
    .footer {
        padding: 50px 20px;
    }

    .footer .footerInfo .btmLogo {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .footer .footerInfo .btmLogo h1 {
        width: 80px;
        margin-bottom: 10px;
    }

    .footer .footerInfo .btmLogo h1 img {
        width: 100%;
    }

    .footer .footerInfo dl {
        margin-top: 10px;
    }

    .footer .footerInfo .infoLink {
        margin-top: 20px;
    }

    .footer .footerMenu {
        /* display: none; */
    }

    /* landing page */
    .landing .topHead {
        width: 100%;
    }

    .landing .mainVisual .swiper-wrapper {
        height: 500px;
    }

    .landing .mainVisual .mainVisTxt h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .landing .mainVisual .mainVisTxt a,
    .landing .mainBtn {
        font-size: 16px;
        width: 250px;
        line-height: 50px;
    }

    .landing .mainBanner {
        padding: 80px 20px;
    }

    .landing .mainBanner .bTit {
        font-size: 22px;
        line-height: 30px;
    }

    .landing .gnbClone {
        display: none;
    }

    .landing .accountClone .topLang {
        border-top: 0;
    }

    /* sign up */
    .signUpTop {
        padding: 50px 0;
    }

    .signUpTop h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .signUpTop p {
        font-size: 16px;
        line-height: 26px;
    }

    .subSignUp dl,
    .subSignUp dl:first-child {
        padding: 30px 0;
    }

    .subSignUp dt {
        font-size: 28px;
    }

    .subSignUp ul {
        padding-left: 20px;
        margin: 0px 0 20px;
    }

    .subSignUp li {
        font-size: 16px;
        line-height: 26px;
    }

    .subSignUp a {
        height: 50px;
        border-radius: 25px;
    }

    .subSignUp a img {
        width: 20px;
    }

    .subSignUp a p {
        font-size: 16px;
        width: 157px;
        margin-left: 10px;
    }

    /* subContent*/
    .subVisual {
        height: 120px;
    }

    .subVisual h2 {
        font-size: 28px;
    }

    .subMenu {
        margin-top: 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .subMenu .snb {
        width: 100%;
        order: 2;
        flex-wrap: wrap;
    }

    .subMenu .snb li {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .subMenu .snb a {
        font-size: 14px;
    }

    .subMenu .snb a.active::after {
        height: 3px;
    }

    .subMenu .shopMenu {
        width: 100%;
        order: 1;
        justify-content: flex-end
    }

    .subMenu .shopMenu li {
        margin-left: 20px;
    }

    .subMenu .shopMenu a {
        font-size: 14px;
    }

    .subMenu .shopMenu a.cartBtn span {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 10px;
    }

    .subCont {
        padding: 0 20px;
        margin: 30px auto 60px;
    }

    .subCont .subTit {
        font-size: 28px;
        margin-bottom: 20px;
    }

    /* brand story */
    .subStory .imgWrap img {
        margin-bottom: 20px;
    }

    .subStory p {
        font-size: 14px;
    }

    .subStoryRnD .imgWrap img {
        margin-bottom: 20px;
    }

    .subStoryRnD dl {
        margin-bottom: 20px;
    }

    .subStoryRnD dt,
    .subStoryRnD dd {
        font-size: 14px;
    }

    .subStoryRnD dd:nth-child(3) {
        margin-top: 30px;
    }

    /* Business */
    .subOur .imgWrap img {
        margin-bottom: 20px;
    }

    .subOur p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    /* Become An agent */
    .subAgentJoin .topImg {
        padding: 40px 20px;
        margin-bottom: 20px;
    }

    .subAgentJoin .topImg h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .subAgentJoin .topImg p {
        font-size: 14px;
    }

    .subAgentJoin p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .subAgentJoin dl {
        margin-top: 40px;
    }

    .subAgentJoin dt {
        font-size: 22px;
    }

    .subAgentJoin dd {
        font-size: 14px;
    }

    .subAgentJoin dd li {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .subAgentJoin dd li div {
        width: 100%;
    }

    .subAgentJoin dd li .txtWrap {
        padding: 20px 0 0;
    }

    .subAgentJoin dd li .txtWrap h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .subAgentJoin dd li .txtWrap p {
        font-size: 14px;
        margin-top: 10px;
    }

    .subAgentJoin dd li .txtWrap a {
        margin: 30px auto 0;
        font-size: 14px;
        border-radius: 5px;
    }

    .subAgentJoin dd li:nth-child(2) .txtWrap {
        order: 2;
        padding-left: 0;
        padding-right: 0;
    }

    .subAgentJoin dd li:nth-child(2) .imgWrap {
        order: 1;
    }

    /* rank guide */
    .subAgentRank dl {
        margin-bottom: 50px;
    }

    .subAgentRank dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .subAgentRank dd p {
        font-size: 14px;
        margin-top: 10px;
    }

    .subAgentRank h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .subAgentRank h3+p {
        font-size: 14px;
    }

    .subAgentRank p {
        font-size: 14px;
        margin-top: 10px;
    }

    .subAgentRank ul {
        margin: 40px 0 20px;
        gap: 5px;
    }

    .subAgentRank li {
        font-size: 14px;
        width: calc(37% - 7px);
        margin-left: 5px;
        font-weight: 600;
    }

    /* COMPENSATION PLAN */
    .subAgentPlan p {
        font-size: 14px;
    }

    .subAgentPlan h3 {
        font-size: 24px;
        margin: 50px 0 30px;
    }

    .subAgentPlan a {
        font-size: 15px;
        font-weight: 600;
        height: 50px;
        line-height: 1.3;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
    }

    .subAgentPlan ul {
        margin-top: 50px;
        padding: 30px 0;
    }

    .subAgentPlan ul li {
        padding: 20px 0;
        width: 100%;
        justify-content: normal;
    }

    .subAgentPlan ul li h5 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .subAgentPlan ul li span {
        font-size: 14px;
    }

    .subAgentPlan ul li:nth-child(odd) {
        padding-right: 0px;
    }

    .subAgentPlan ul li:nth-child(even) {
        padding-left: 0px;
    }

    /* rewards */
    .rewardsTop {
        padding: 50px 20px;
        margin-bottom: 50px;
    }

    .rewardsTop h2 {
        font-size: 24px;
    }

    .rewardsTop p {
        font-size: 18px;
        margin: 30px 0 20px;
        line-height: 1.5;
    }

    .rewardsTop div {
        display: flex;
    }

    .rewardsTop a {
        width: 50%;
        line-height: 40px;
        font-size: 16px;
    }

    .subRewards p {
        margin-top: 10px;
        font-size: 14px;
    }

    .subRewards h2 {
        margin-top: 30px;
        font-size: 16px;
    }

    .subRewards ul {
        padding-left: 20px;
    }

    .subRewards ul li {
        font-size: 16px;
    }

    .subRewards a {
        margin: 30px auto 60px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 600;
    }

    .subRewards2 li {
        width: 100%;
        margin-top: 30px;
    }

    .subRewards2 li:nth-child(2) {
        margin-top: 30px;
    }

    .subRewards2 li p {
        font-size: 20px;
    }

    .subRewards2 h2 {
        margin: 50px 0 30px;
        font-size: 24px;
    }

    .subRewards2 dl {
        padding-left: 30px;
        margin-top: 30px;
    }

    .subRewards2 dt {
        font-size: 18px;
    }

    .subRewards2 dd {
        font-size: 14px;
    }
    .drec-w3h1{
        display: none !important;
    }
    .tit-w3h1{
        display: block;
        height: 100px;
        align-content: center;
        border-bottom: 1px solid #EAEAEA;
    }
    .tit-w3h1 h2{
        font-size: 40px;
        color: #D28FBF;
        font-weight: 600;

    }
    .wrap-history{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wrap-history .contain {
        padding: 0px 4%;
    }
    .wrap-iam-group{
        padding: 20px 4%;
    }
    .wrap-iam-group .contain {
        padding: 0px;
    }
    .h1-who, .h1-how, .h1-what {
        font-size: 43px;
        line-height: 54px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .wrap-history .h1-who{
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .m-founder-wrap {
        margin: 114px 0 114px;
    }
    .wrap-history {
        background-image: url("../img/bg-history-mobile.jpg");
        padding-top: 10px;
        padding-bottom: 100px;
      }
    
    .wrap-iam-group .h1-who{
        margin-top: 70px;
        margin-bottom: 40px;
    }
    .history-1400{
        display: none;
    }
    .history-700{
        display: block;
    }
    .how-1400{
        display: none;
    }
    .how-700{
        display: block;
    }
    .img-how-circle {
        margin: 60px 11% 50px 11%;
    }
    .contain-3w1h {
        padding: 1% 16%;
    }
    .contain-3w1h.how{
        padding: 1% 2%;
    }
    .contain-3w1h .text-top {
        margin-bottom: 50px;
        font-size: 24px;
        line-height: 38px;
    }
    .contain-3w1h.what{
        /* padding: 1% 8%; */
        padding: 0px 10px;
    }
    .border-2 {
        border: 2px solid #ffffff;
    }
    .what .primary-logo-zone{
        display: flex;
        flex-direction: column-reverse;
    }
    .list-tech {
        padding: 100px 20px 0px 20px;
    }
    .primary-logo-zone .col-2-primary {
        margin: 0 auto;
    }
    .sub-top-url{
        display: none !important;
    }
    .what .primary-logo-zone .col-1-primary {
        width: 70%;
        padding-right: 0px;
        text-align: center;
        margin: 0 auto;
    }
    .what .primary-logo-zone .col-2-primary {
        width: 50%;
        text-align: center;
    }
    .what-second{
        display: flex;
        flex-direction: row;
        font-size: 22px;
    }
    .what-mobile-symbol{
        text-align: center;
        font-size: 24px;
        display: flex;
        flex-direction: column-reverse;
    }
    .what-mobile-symbol div:first-child{
        width: 100%;
        padding: 0 3%;
        text-align: center !important;;
    }
    .what-adward-mobile, .what-patents-mobile{
        padding: 1% 5%;
    }
    .w3h1-col-right{
        padding: 0% 3%;
        width: 100%;
    }
    .what-mobile-top{
        width: 100%;
        text-align: center;
    }
    .what-mobile-top h2{
        text-align: center !important;
    }
    .what-mobile-top div{
        text-align: center !important;
    }
    .vertical-mobile-what{
        text-align: center;
    }
    .what-border{
        display: block;
        background-color: #D28FBF;
        height: 1px;
        width: 93%;
        align-items: center;
        margin: 0 auto;
    }
    .wrap-second-mobile p{
        font-size: 24px;
    }
    .who-iam {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #FCF6FA;
        position: relative;
    }
    .img-logo-who-iam {
        height: 80px;
        width: auto;
    }
    .who-iam p {
        line-height: 38px;
        font-size: 24px;
    }
    .mb-contain-who{
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .bg-after-direction img {
        width: 100%;
        object-fit: cover;
        height: 267px;
    }
    .mobile-who-future .mobile-who-future{
        padding: 0% 14%;
    }
     .who-iam{
        padding-top: 75px;
        padding-bottom: 85px;
    }
    .font-middle {
        font-size: 24px;
        line-height: 38px;
    }
    .wrap-founder .contain .infor-founder {
        padding-top: 0px !important;
    }
    .business-who p{
        font-size: 18px;
    }
    .h1-founder {
        color: #3E3A39;
        font-size: 40px;
        line-height: 36px;
        font-weight: 500;
        margin-top: 82px;
        margin-bottom: 15px;
    }
    .pd-founder-infor {
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .wrap-founder {
        background-size: 61%;
      }
    .p-founder {
        line-height: 38px;
    }
    .signature img {
        padding-top: 138px;
        padding-bottom: 28px;
    }
    .mainBrand .imgWrap img {
        /* width: 85%;
        height: auto;
        object-fit: contain;
        overflow: hidden;
        border-radius: 24px !important; */
        width: 100%;
        height: auto;
        object-fit: contain;
        overflow: hidden;
        padding: 0% 10%;
        border-radius: 24px !important;
        margin: 0px;
        padding: 0px;
    }
    .business-who {
        border-radius: 24px;
        height: 290px;
        padding: 5%;
        justify-content: center;
    }
    .what-h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .primary-logo-zone .col-1-primary p {
        font-size: 24px;
    }
    .wrap-second-mobile{
        display: flex;
        flex-direction: column-reverse;
    }
    .zone-list-tech-1000 .mobile-img-left {
        margin-top: 50px;
    }
    .water-col-text-mobile {
        padding: 40px 20px 50px 20px;
    }

    .mbShopMenu{
        display: flex;
        background: #f6f6f6;
        position: relative;
        border-top: 1px solid #b4b4b4;
        border-bottom: 1px solid #b4b4b4;
        height: 60px;
        align-items: center;
        justify-content: center;
    }
    .mbShopMenu svg{
        position: absolute;
        top: 50%;
        width: 12px;
        margin-top: -6px;
        right: 10px;
    }
    .mbShopMenu {
        font-size: 20px;
    }
    .big-title-page {
        padding: 0 50px;
        display: flex;
        font-size: 20px;
        height: 50px;
        border-bottom: 1px solid #EAEAEA;
        align-items: center;
    }

    #main-nav .row.main-menu {
        flex-direction: column;
        position: absolute;
        top: 110px;
        width: 100%;
        z-index: 109;
        background: #fff;
        display: none;
    }

    #main-nav .row.main-menu li {
        height: 60px;
        width: 100%;
        border-bottom: 1px solid #b4b4b4;
        justify-content: center;
    }

    .padding-top-Award{
        padding-top: 0px;
    }

    .prodDetailWrap {
        margin-top: 0px;
      }
      .prodDetailWrap .prodDeTop {
        padding-bottom: 20px;
      }
      .prodDetailWrap .contain{
        padding: 0;
      }
      .prodDetailWrap .prodDeTop .prodImg .prodThumb {
        padding: 15px 0;
      }
      .prodDetailWrap .prodDeTop .prodRate {
        display: none;
      }
      .prodDetailWrap .prodDeTop .prodRight {
        padding-left: 0;
        border-top: 1px solid #ddd;
        padding-top: 20px;
      }
      .prodDetailWrap .prodDeTop .prodTit h2 {
        font-size: 22px;
      }
      .prodDetailWrap .prodDeTop .prodTit .prodCate {
        font-size: 13px;
      }
      
      .prodDetailWrap .prodDeTop .prodTit .prodTxt {
        font-size: 14px;
      }
      .prodDetailWrap .prodDeTop .prodInfo {
        margin-top: 5px;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
      }
      .prodDetailWrap .prodDeTop .prodInfo .discount, .prodDetailWrap .prodDeTop .prodInfo .price {
        font-size: 20px !important;
      }
      .prodDetailWrap .prodDeTop .prodInfo dl {
        margin-bottom: 10px;
      }
      .prodDetailWrap .prodDeTop .prodInfo dl dt {
        width: 120px;
      }
      .prodDetailWrap .prodDeTop .prodInfo dl.memberPrice dd {
        font-size: 24px;
      }
  
      .prodDetailWrap .prodDeTop .prodOption {
        padding: 15px;
        max-height: 220px;
        overflow-y: auto;
      }
      .prodDetailWrap .prodDeTop .prodOption .optionCont {
        padding: 15px 0;
      }
      .prodDetailWrap .prodDeTop .prodTotal {
        margin: 8px 0px 20px;
        font-size: 16px;
      }
      .prodDetailWrap .prodDeTop .prodTotal .price {
        /* font-size: 24px; Oanh lock 24 May 08 */
        font-size: 18px;
      }
      .prodDetailWrap .prodDeTop .mobiWrap {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        /* bottom: 10px; Oanh lock 24 May 08 */
        bottom: 0px;
        padding: 15px;
        z-index: 990;
        background: #fff;
        border-top: 1px solid #ddd;
        transition: all 0.3s;
      }
      .prodDetailWrap .prodDeTop .mobiWrap a.mobiProdHide {
        display: block;
        position: absolute;
        top: -20px;
        width: 40px;
        height: 40px;
        left: 50%;
        margin-left: -20px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
      }
      .prodDetailWrap .prodDeTop .mobiWrap a.mobiProdHide svg {
        margin-top: 5px;
      }
      .prodDetailWrap .prodDeTop .mobiWrap a.mobiProdHide:after {
        content: "";
        width: 42px;
        height: 20px;
        border-radius: 20px 20px 0 0;
        background: #ddd;
        position: absolute;
        top: -1px;
        left: 50%;
        margin-left: -21px;
        z-index: -1;
      }
      .prodDetailWrap .prodDeTop .ProdBtns .addWish {
        width: 50px;
        height: 50px;
      }
      .prodDetailWrap .prodDeTop .ProdBtns .addWish svg {
        width: 26px;
      }
      .prodDetailWrap .prodDeTop .ProdBtns ul {
        width: calc(100% - 55px);
        margin-left: 5px;
      }
      .prodDetailWrap .prodDeTop .ProdBtns ul li a {
        line-height: 48px;
        font-size: 16px;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 91;
        background: #fff;
        width: 100%;
        padding: 10px 15px 15px;
        font-size: 0;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns .addWish {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 1px solid #D28FBF;
        border-radius: 3px;
        text-align: center;
        vertical-align: bottom;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns .addWish svg {
        width: 26px;
        margin-top: 13px;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns .addWish svg .cls-1 {
        stroke: #D28FBF;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns .addWish svg .cls-t {
        fill: #D28FBF;
      }
      .prodDetailWrap .prodDeTop .mobiProdBtns .optionOpen {
        display: inline-block;
        width: calc(100% - 55px);
        margin-left: 5px;
        border: 1px solid #D28FBF;
        border-radius: 3px;
        text-align: center;
        line-height: 48px;
        font-size: 16px;
        color: #fff;
        background: #D28FBF;
      }
      .prodDetailWrap .prodDeBtm {
        padding-top: 20px;
      }
      .prodDetailWrap .prodDeBtm .prodDetail .prodMenu a {
        line-height: 40px;
        font-size: 14px;
      }
      .mainProd ul li.sub-category {
        font-size: 18px;
        padding: 16px 50px;
        border-radius: 30px;
        margin-bottom: 0px;
      }
      .mainProd .category-list ul {
        gap: 10px;
        margin-bottom: 40px;
      }
      .mainProd.contain .title-bests-mb{
        font-size: 40px;
        padding: 87px 0px 44px;
        margin: 0px;
      }
      .pd-stop-heart-mb{
        padding: 30px 0 60px;
      }
      .pd-top-mb-heart{
        padding-top: 97px;
      }
      .btn-heat-mb{
        font-size: 22px;
        font-weight: 600;
        padding: 15px 50px;
      }
      .btn-about-mb {
          font-size: 22px;
          font-weight: 600;
          padding: 15px 65px;
      }
      .pd-b-img-leaf-mb{
        margin-bottom: 11px;
      }
      .pd-happiness-mb{
        padding: 80px 0px;
      }
      .mainTop .dt-tit {
        font-size: 36px !important;
        padding-bottom: 10px;
    }
    .mainTop dd p {
        font-size: 28px;
        font-weight: 600;
        line-height: 35px;
        padding-top: 10px;
    }
    .mainTop .contain {
        gap: 50px;
    }
    .pc-img-happy{
        display: none;
    }
    .mb-img-happy{
        display: block;
    }
    #footer img{
        width: 180px;
        /* margin-top: 40px; */
        margin-bottom: 10px;
    }
    .footer .footerInfo dt {
        font-size: 26px;
        font-weight: 600;
    }
    .mobile-footer-address{
        font-size: 18px !important;
    }
    .add.mobile-footer-address{
        font-weight: 400;
        font-size: 18px !important;
    }
}

@media all and (max-width: 700px){
    .sub-wrap-happy{
        width: 90%;
    }
    .mobile-who-future{
        padding: 0% 10%;
    }
    .product-category .container {
        padding: 0 2% !important;
    }
    .big-title-page {
        padding: 0 2%;
    }
}
@media all and (max-width: 576px)
{
    .header.fix {
        position: relative;
    }
    .mainProd.contain .title-bests-mb {
        font-size: 24px;
    }
    .tit-big {
        font-size: 24px;
        font-weight: 500;
    }
    .mainBrand .txtWrap p {
        font-size: 18px;
    }
    .btn-heat-mb {
        font-size: 18px;
        font-weight: 500;
    }
    .bTit {
        font-size: 24px;
    }
    .mainTop dd p {
        font-size: 16px;
        font-weight: 400;
    }
    .btn-about-mb {
        font-size: 16px;
    }
    .mainTop .dt-tit {
        font-size: 20px !important;
    }
    .mainProd ul li.sub-category {
        font-size: 16px;
        padding: 8px 30px;
    }
    .prodDetailWrap .prodDeTop .prodImg {
        overflow: visible;
    }
    .mainRnd .txtWrap p {
        font-size: 16px;
    }
    .wrap-founder {
        background-image: none;
    }
    .img-founder-smallMobile{
        display: block;
    }
    .wrap-founder .contain .infor-founder {
        display: flex;
        flex-direction: column;
    }
    .h1-who, .h1-how, .h1-what {
        font-size: 24px;
        line-height: 30px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .prodDetailWrap .prodDeTop .prodBtns {
        font-size: 0;
        display: flex;
    }
    .contain-3w1h .text-top {
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 24px;
    }
    .tit-w3h1 {
        height: 80px;
    }
    .tit-w3h1 h2 {
        font-size: 24px;
        line-height: 30px;
        height: 80px;
    }
    .who-iam p {
        line-height: 24px;
        font-size: 18px;
    }
    .what-h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
    }
    .primary-logo-zone .col-1-primary p {
        font-size: 18px;
    }
    .font-middle {
        font-size: 18px;
        line-height: 24px;
    }
    .h1-founder {
        font-size: 24px;
        line-height: 30px;
    }
    .img-menufacture{
        width: 50%;

    }
    .signature img {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .h1-why-white {
        padding-top: 80px;
        font-size: 24px;
        line-height: 30px;
    }
    .text-cos {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 80px;
        padding-top: 30px;
    }
    div.mark {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
        flex-wrap: unset;
        gap: 5px;
    }
    .prodDetailWrap .prodDeTop .prodTotal {
        margin: 0px 0px 8px 0px !important;
        font-size: 16px;
    }
    .prodDetailWrap .prodDeTop .prodBtns .addWish {
        width: 40px;
        height: 40px;
    }.prodDetailWrap .prodDeTop .prodBtns .addWish svg {
        width: 30px;
        margin: 6px 0px;
    }
    .prodDetailWrap .prodDeTop .prodBtns ul li a {
        line-height: 38px;
    }
    .prodDetailWrap .prodDeTop .prodBtns ul {
        width: calc(100% - 50px);
    }
    .tit-w3h1 h2 {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .product-category .container {
        padding: 0 2%;
    }
    .mbShopMenu {
        font-size: 18px;
    }
    .col-2-second img {
        width: 100%;
        margin-left: -16px;
    }
    .what .primary-logo-zone .col-1-primary {
        width: 100%;
        padding-right: 0px;
        text-align: center;
        margin: 0 auto;
    }
    .wrap-second-mobile p {
        font-size: 18px;
    }
    .what-mobile-top .what-h2 {
        margin-top: 8px;
        margin-bottom: 24px;
    }
    .col-1-primary-symbo p{
        font-size: 18px;
    }
    .col-2-second img.img-logo-symbol {
        height: 100%;
        padding-top: 24px;
    }
    .vision-wrap p {
        font-size: 18px;
        line-height: 35px;
    }
    .h1-why {
        font-size: 24px;
        line-height: 30px;
    }
    .mainProd ul li p {
        font-size: 18px;
        font-weight: 400;
    }
    .mainProd ul li p {
        font-size: 14px;
    }
    .text-name {
        height: 20px;
    }
    .price-wrap .price-next {
        font-size: 14px;
    }
    .mainProd ul li .pv-wrap p {
        font-size: 10px;
    }
    .footer {
        padding: 50px 2%;
    }
    .side-floating{
        display: block;
        position: fixed;
        z-index: 10;
        display: flex;
        flex-wrap: nowrap;
        width: auto;
        overflow: visible;
        background: transparent;
        bottom: 4%;
        right: 2%;
    }
    #footer .sp-common-top {
        width: 40px;
        margin-bottom: 108px;
        height: 40px;
    }
}
@media all and (max-width: 425px)
{
    .mainRnd .txtWrap p {
        height: 120px;
    }
    .footer .footerMenu dl {
        width: 50%;
    }
    .tit-big {
        font-size: 24px;
        line-height: normal;
    }
    .mainBrand {
        padding: 20px 0 20px;
        position: static;
        /* background: #fcf5fa; */
        margin: 0px;
    }
    .bTit {
        font-size: 22px;
    }
    .sub-wrap-happy {
        width: 100%;
    }
    .mobile-who-future{
        padding: 0% 5%;
    }
    .specMobile-text-frounder.font-middle{
        font-size: 18px;
    }
}
