* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Apply a base font and background color */
body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
html {
    font-size: 14px;
}
.blog-content a {
    color: #1e73be;
}
/* Style for menu titles that replaced h3 tags */
.menu-title {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: bold;
    line-height: 1.3;
}
.ux-search-submit::after {
    display: none !important;
}
.truncate-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive #nav-above,
.archive #nav-below,
.search #nav-above,
.search #nav-below,
.blog #nav-below,
.blog #nav-above,
.navigation.paging-navigation,
.navigation.pagination,
.pagination.paging-pagination,
.pagination.pagination,
.pagination.loop-pagination,
.bicubic-nav-link,
#page-nav,
.camp-paging,
#reposter_nav-pages,
.unity-post-pagination,
.wordpost_content .nav_post_link {
    display: none !important;
}
.single-gallery .pagination.gllrpr_pagination {
    display: block !important;
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.breadcrumb {
    list-style: none;
    padding: 0;
    display: flex;
}
.breadcrumb-item {
    margin-right: 10px; /* Space between breadcrumb items */
}
.breadcrumb-item a {
    text-decoration: none; /* Remove underline from links */
    color: black; /* Default link color */
}
.breadcrumb-item a:hover {
    text-decoration: underline; /* Underline on hover */
}
.breadcrumb-item.active a {
    color: #1e73be; /* Active link color */
    font-weight: bold; /* Optional: make active link bold */
}
.section-title-container {
    margin-bottom: 1em;
}
/* Style for menu titles that replaced h3 tags */
.menu-title {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: bold;
    line-height: 1.3;
}
/*canh chiều cao giữa các chữ*/
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 0.2em;
}
/*canh lề icon trang us*/
.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 1em;
    padding-right: 1em;
}
/*chỉnh khoảng khách các thẻ H*/
h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
    margin-top: 0;
    /* margin-bottom: .1em; */
    text-rendering: optimizeSpeed;
}
/*chỉnh width icon cho canh giưã*/
.lightimg {
    width: 30px !important;
    height: auto;
    vertical-align: middle;
    text-align: center;
}
/*chỉnh ô màu đặc điểm sản phẩm*/
.colerlight {
    background-color: #5e5e5e;
    color: #fff !important;
    padding: 1px;
    line-height: 10px;
    padding-left: 15px;
}
table {
    margin-bottom: 0em;
}
.backgroundcolor {
    color: #ffffff;
}
/*chỉnh borther banner trang chủ*/
.boder {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.4em 1em 0.4em 0;
    width: 50%;
}
.borderright {
    border-right: 1px solid #00000085;
}
/*nut chuyển slider banner cho to lên*/
.flickity-page-dots .dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border: 1px solid;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.slider-nav-light .flickity-page-dots .dot {
    border-color: #5e5e5e;
    border: 1px solid;
}
/*end*/
/*ẩn dấu muĩ tên sổ xuông sp*/
.has-dropdown .icon-angle-down {
    font-size: 16px;
    margin-left: 0.2em;
    opacity: 0.6;
    display: none;
}
/*màu mũi tên dưới footer*/
ul li.bullet-checkmark:before,
ul li.bullet-arrow:before,
ul li.bullet-star:before {
    font-family: 'fl-icons';
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #5e5e5e;
}
/*canh lề sp liên quan cho đều các block trên*/
.col,
.gallery-item,
.columns {
    position: relative;
    margin: 0;
    padding: 0 30px 30px;
    width: 100%;
}
/*chỉnh màu nền cho menu blog*/
.box-badge .box-text {
    background-color: rgb(255 255 255 / 56%);
    padding: 0.8 em 1 em 1 em;
    position: absolute;
    bottom: 15%;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 1;
}
/*chỉnh chỉnh lề phần blog dưới di động*/
.box-blog-post .is-divider {
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
}
[data-animate],
.slider [data-animate] {
    will-change: filter, transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 10 !important;
    -webkit-transition: opacity 0.7s ease-in, -webkit-filter 1.3s,
        -webkit-transform 1.6s;
    transition: opacity 0.7s ease-in, -webkit-filter 1.3s,
        -webkit-transform 1.6s;
    -o-transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
    transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
    transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in,
        -webkit-filter 1.3s, -webkit-transform 1.6s;
}
/*Hiệu ứng trang blog*/
.post-item .col-inner::before,
.post-item .col-inner::after {
    content: '';
    width: 0;
    height: 2px;
    z-index: 1;
    position: absolute;
    transition: all 0.2s linear;
    background: #c0c0c0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: 400ms ease all;
    transition-delay: 0.3s;
}
.post-item .col-inner .box::before,
.post-item .col-inner .box::after {
    content: '';
    width: 2px;
    height: 0;
    z-index: 1;
    position: absolute;
    transition: all 0.2s linear;
    background: #c0c0c0;
    transition: 400ms ease all;
    transition-delay: 0s;
}
.post-item .col-inner:hover::before,
.post-item .col-inner:hover::after {
    width: 100%;
}
.post-item .col-inner:hover .box::before,
.post-item .col-inner:hover .box::after {
    height: 100%;
}
.post-item .col-inner::before {
    right: 0;
    top: 0;
}
.post-item .col-inner::after {
    left: 0;
    bottom: 0;
}
.post-item .col-inner .box::before {
    left: 0;
    top: 0;
}
.post-item .col-inner .box::after {
    right: 0;
    bottom: 0;
}
.post-item .col-inner:hover::before,
.post-item .col-inner:hover::after {
    transition-delay: 0s;
}
.post-item .col-inner:hover .box::before,
.post-item .col-inner:hover .box::after {
    transition-delay: 0.3s;
}
/*hiệu ứng ánh sáng trang blog*/
.post-item .box-image:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.post-item .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
/* CSS hiệu ứng bóng lướt NGHIÊNG cho logo by GIUSEART.com */
/* Sửa #logo thành phần tử CSS của bạn */
#logo:after,
#logo:before {
    transform: skewX(-25deg) translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 100%;
    background-color: white;
    z-index: 0;
}
#logo:before {
    left: 0%;
    animation: light-left 5s infinite alternate linear;
}
#logo:after {
    right: -5%;
    animation: light-right 5s infinite alternate linear;
}
@keyframes light-left {
    0% {
        left: -5%;
        opacity: 0;
    }
    50% {
        left: 50%;
        opacity: 1;
    }
    to {
        left: 105%;
        opacity: 0;
    }
}
@keyframes light-right {
    0% {
        right: -5%;
        opacity: 0;
    }
    50% {
        right: 50%;
        opacity: 1;
    }
    to {
        right: 105%;
        opacity: 0;
    }
}
/*chỉnh margin top trang thông báo của bài viết*/
.post {
    margin: -28px 0 30px;
}
/*CHỈNH GIÃN DÒNG TRONG THẺ P*/
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 1em;
}
strong {
    font-weight: 600;
}
.section-title span {
    text-transform: inherit;
    font-weight: 600;
}
.text p {
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0.4em;
}
.productinformation1 {
    background-color: #5e5e5e;
    color: #fff !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    line-height: 9px !important;
    padding-left: 8px;
}
:root {
    --primary-color: #777777;
    --fs-color-primary: #777777;
    --fs-color-secondary: #777777;
    --fs-color-success: #5e5e5e;
    --fs-color-alert: #b20000;
    --fs-experimental-link-color: #000000;
    --fs-experimental-link-color-hover: #111;
}
.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}
.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    --drawer-width: 300px;
}
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1140px;
}
.row.row-collapse {
    max-width: 1110px;
}
.row.row-small {
    max-width: 1132.5px;
}
.row.row-large {
    max-width: 1170px;
}
.header-main {
    height: 90px;
}
#logo img {
    max-height: 90px;
}
#logo {
    width: 160px;
}
.stuck #logo img {
    padding: 30px 0;
}
.header-bottom {
    min-height: 100px;
}
.header-top {
    min-height: 30px;
}
.transparent .header-main {
    height: 30px;
}
.transparent #logo img {
    max-height: 30px;
}
.has-transparent + .page-title:first-of-type,
.has-transparent + #main > .page-title,
.has-transparent + #main > div > .page-title,
.has-transparent + #main .page-header-wrapper:first-of-type .page-title {
    padding-top: 60px;
}
.header.show-on-scroll,
.stuck .header-main {
    height: 130px !important;
}
.stuck #logo img {
    max-height: 130px !important;
}
.search-form {
    width: 100%;
}
.header-bg-color {
    background-color: rgba(255, 255, 255, 0.9);
}
.header-bottom {
    background-color: #ffffff;
}
.top-bar-nav > li > a {
    line-height: 16px;
}
.stuck .header-main .nav > li > a {
    line-height: 50px;
}
.header-bottom-nav > li > a {
    line-height: 16px;
}
@media (max-width: 549px) {
    .header-main {
        height: 78px;
    }
    #logo img {
        max-height: 78px;
    }
}
.nav-dropdown {
    font-size: 100%;
}
body {
    color: #322e2e;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #000000;
}
button,
.button {
    text-transform: none;
}
.nav-vertical-fly-out > li + li {
    border-top-width: 1px;
    border-top-style: solid;
} /* Custom CSS */ /*them font*/
@font-face {
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/uploads/font/Montserrat-Regular.ttf')
        format('truetype');
    font-display: swap;
} /*them font*/
@font-face {
    font-family: 'Montserrat-Light';
    font-weight: normal;
    font-style: normal;
    src: url('/wp-content/uploads/font/Montserrat-Light.ttf') format('truetype');
    font-display: swap;
} /*gan font vao cac the*/
.nav > li > a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat-Regular', sans-serif;
}
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text a:not(.button) {
    line-height: 30px !important;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
p,
a,
span,
strong,
button,
li {
    font-family: 'Montserrat-Light', sans-serif;
}
.nav > li > a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 500;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
p.headline > span {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 500;
}
p,
a,
button,
li,
span {
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 400;
} /*phần from đăng ký*/
.wpcf7 label {
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 400;
}
.button span {
    display: inline-block;
    line-height: 1.6;
    font-weight: 300;
} /*social icon header top*/
.social-icon {
    width: 30px;
    height: 30px; /* border-radius: 100px;border: 1px solid #fff; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-iconeng {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav > li > a > i {
    vertical-align: middle;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 18px;
}
.nav > li > a.lighteng {
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
} /*end*/
.slide_sanpham_padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#more {
    display: none;
} /*tạo bảng trong block 3 chi tiết sp*/
.table table {
    background-color: white;
}
.table table tr {
    border-bottom: 5px solid rgb(244, 244, 244);
}
.table table tr td {
    text-align: justify;
    padding-left: 2%;
    padding-right: 2%;
}
.more {
    border-bottom: 1px solid #f2efef;
}
.more .col {
    padding: 0px;
}
.gachchan {
    border-bottom: 0px solid#ececec !important;
    background-color: #fff !important;
}
.text_block2 table tr td {
    border-bottom: 5px solid rgb(247, 247, 247);
    padding-left: 2%;
    padding-right: 2%;
} /*out khung thì ẩn đi*/
.out_khung {
    overflow: hidden;
}
@media only screen and (min-width: 850px) and (max-width: 1044px) {
    .textlightsp {
        font-size: 20px !important;
    } /*ẩn đi tìm kiếm khi co màn hình*/
    .flex-right {
        display: none;
    } /*chỉnh chiều cao cho slider pc cho đều nhau*/
    .flickity-viewport .flickity-slider .slide_sanpham_padding {
        overflow: hidden;
        position: relative; /* height:315px!important;*/
        width: 100%;
    }
} /*đóng ngoặc */
@media only screen and (min-width: 851px) {
    .dacdiemsanphamb515 {
        padding-top: 1170px !important;
    }
    .Productbody {
        padding-top: 1356px !important;
    }
}
@media only screen and (min-width: 852px) {
    .Dualureacream {
        padding-top: 1140px !important;
    }
}
@media only screen and (min-width: 853px) {
    .Urecream {
        padding-top: 940px !important;
    }
    .bannersanphamha {
        padding-top: 488px !important;
    }
    .niacb20 {
        padding-top: 1240px !important;
    }
    .ProductTranexamic {
        padding-top: 1540px !important;
    }
    .vtb9 {
        padding-top: 595px !important;
    }
    .basicbha {
        padding-top: 575px !important;
    }
    .ddbasicbha {
        padding-top: 1100px !important;
    }
}
@media only screen and (min-width: 854px) {
    .DdsCream {
        padding-top: 1027px !important;
    }
}
@media only screen and (min-width: 855px) {
    .ddovernight {
        padding-top: 1635px !important;
    }
    .dacdiemsanphamvtmC {
        padding-top: 1090px !important;
    }
    .dacdiemsanphamretinol {
        padding-top: 1355px !important;
    }
    .Proritinolb1 {
        padding-top: 1400px !important;
    }
    .ProTranexamic {
        padding-top: 960px !important;
    }
}
@media only screen and (min-width: 856px) {
    .alobhatherapy {
        padding-top: 457px !important;
    }
    .productserumB315 {
        padding-top: 1123px !important;
    }
    .dacdiemspb315 {
        padding-top: 1120px !important;
    }
}
@media only screen and (min-width: 857px) {
    .dacdiemsanphamaqua {
        padding-top: 1030px !important;
    }
    .niacb20 {
        padding-top: 1230px !important;
    }
    .Probody {
        padding-top: 957px !important;
    }
    .ddbasictoner {
        padding-top: 1300px !important;
    }
}
@media only screen and (min-width: 858px) {
    .txacream {
        padding-top: 1260px !important;
    }
    .Ureaboost {
        padding-top: 1040px !important;
    }
    .ddvtmc {
        padding-top: 1020px !important;
    }
    .abutin {
        padding-top: 1230px !important;
    }
}
@media only screen and (min-width: 860px) {
    .Ureagel {
        padding-top: 1300px !important;
    }
    .EGF {
        padding-top: 615px !important;
    }
    .dacdiemsanphamhanaha {
        padding-top: 1005px !important;
    }
    .Producretinol1 {
        padding-top: 1215px !important;
    }
    .basicbha {
        padding-top: 555px !important;
    }
    .ddbasicbha {
        padding-top: 1105px !important;
    }
}
@media only screen and (min-width: 861px) {
    .Ureaboost {
        padding-top: 1018px !important;
    }
    .Ureagel {
        padding-top: 1280px !important;
    }
    .dacdiemsanphambha20 {
        padding-top: 1005px !important;
    }
}
@media only screen and (min-width: 862px) {
    .dacdiemsanphamniaB20 {
        padding-top: 1115px !important;
    }
    .ddvtmc {
        padding-top: 1000px !important;
    }
}
@media only screen and (min-width: 863px) {
    .productDdsCream {
        padding-top: 1135px !important;
    }
    .productVitaminA300 {
        padding-top: 1205px !important;
    }
    .productVitaminA150 {
        padding-top: 979px !important;
    }
    .productbha-serum {
        padding-top: 772px !important;
    }
    .dacdiemsanphamretinol {
        padding-top: 1340px !important;
    }
    .Proritinolb1 {
        padding-top: 1350px !important;
    }
}
@media only screen and (min-width: 865px) {
    .txacream {
        padding-top: 1253px !important;
    }
    .Ureaboost {
        padding-top: 998px !important;
    }
    .Productovernght {
        padding-top: 1240px !important;
    }
    .niacb20 {
        padding-top: 1220px !important;
    }
    .ddstandtoner {
        padding-top: 1365px !important;
    }
}
@media only screen and (min-width: 866px) {
    .ProUreagel {
        padding-top: 880px !important;
    }
    .ddovernight {
        padding-top: 1620px !important;
    }
    .ddarbutin {
        padding-top: 1330px !important;
    }
    .ddVitaminA {
        padding-top: 997px !important;
    }
}
@media only screen and (min-width: 868px) {
    .VitaminA300 {
        padding-top: 1006px !important;
    }
    .productAHAex {
        padding-top: 664px !important;
    }
    .Producretinol {
        padding-top: 1160px !important;
    }
    .Niab38 {
        padding-top: 635px !important;
    }
    .Producretinol1 {
        padding-top: 1195px !important;
    }
    .ProductTranexamic {
        padding-top: 1500px !important;
    }
    .basicvtmC {
        padding-top: 1192px !important;
    }
    .Basictoner {
        padding-top: 940px !important;
    }
    .stantoner {
        padding-top: 1430px !important;
    }
}
@media only screen and (min-width: 869px) {
    .dacdiemsanphamretinol {
        padding-top: 1315px !important;
    }
    .abutin {
        padding-top: 1210px !important;
    }
}
@media only screen and (min-width: 870px) {
    .productAHAex {
        padding-top: 637px !important;
    }
    .ProductTranexamic {
        padding-top: 1480px !important;
    }
}
@media only screen and (min-width: 871px) {
    .VitaminA {
        padding-top: 793px !important;
    }
    .productserum-B3 {
        padding-top: 730px !important;
    }
    .Producretinol {
        padding-top: 1140px !important;
    }
    .ddvtb9 {
        padding-top: 1020px !important;
    }
}
@media only screen and (min-width: 872px) {
    .dacdiemsanphamniaB20 {
        padding-top: 1095px !important;
    }
}
@media only screen and (min-width: 874px) {
    .ddvtb9 {
        padding-top: 1000px !important;
    }
}
@media only screen and (min-width: 875px) {
    .txacream {
        padding-top: 1238px !important;
    }
    .productbha-serum {
        padding-top: 752px !important;
    }
}
@media only screen and (min-width: 876px) {
    .VitaminA300 {
        padding-top: 985px !important;
    }
    .Vitaminc {
        padding-top: 640px !important;
    }
}
@media only screen and (min-width: 878px) {
    .VitaminA150 {
        padding-top: 693px !important;
    }
    .VitaminA {
        padding-top: 773px !important;
    }
    .Aquabhatoner {
        padding-top: 555px !important;
    }
    .productbha-serum {
        padding-top: 730px !important;
    }
    .Producretinol {
        padding-top: 1120px !important;
    }
}
@media only screen and (min-width: 880px) {
    .Cleansingfoam {
        padding-top: 700px !important;
    }
}
@media only screen and (min-width: 881px) {
    .productAHAex {
        padding-top: 617px !important;
    }
    .Productbody {
        padding-top: 1336px !important;
    }
}
@media only screen and (min-width: 882px) {
    .productVitaminA300 {
        padding-top: 1187px !important;
    }
    .dacdiemsanphamb3 {
        padding-top: 630px !important;
    }
    .dacdiemsanphambha20 {
        padding-top: 985px !important;
    }
}
@media only screen and (min-width: 883px) {
    .Utrawater {
        padding-top: 672px !important;
    }
    .Cleansingfoam {
        padding-top: 680px !important;
    }
}
@media only screen and (min-width: 885px) {
    .productDdsCream {
        padding-top: 1117px !important;
    }
}
@media only screen and (min-width: 886px) {
    .Cleansingfoam {
        padding-top: 660px !important;
    }
    .EGF {
        padding-top: 615px !important;
    }
    .Productb515 {
        padding-top: 470px !important;
    }
}
@media only screen and (min-width: 888px) {
    .basicvtmC {
        padding-top: 1172px !important;
    }
}
@media only screen and (min-width: 889px) {
    .ddstandtoner {
        padding-top: 1350px !important;
    }
}
@media only screen and (min-width: 890px) {
    .txacream {
        padding-top: 1232px !important;
    }
    .DdsCream {
        padding-top: 1005px !important;
    }
    .VitaminA300 {
        padding-top: 965px !important;
    }
    .Ureaboost {
        padding-top: 977px !important;
    }
    .Urecream {
        padding-top: 920px !important;
    }
    .Producretinol {
        padding-top: 1100px !important;
    }
    .productserumB315 {
        padding-top: 1103px !important;
    }
    .productazbha20 {
        padding-top: 885px !important;
    }
    .Niab38 {
        padding-top: 620px !important;
    }
    .niacb20 {
        padding-top: 1200px !important;
    }
    .Producretinol1 {
        padding-top: 1173px !important;
    }
    .ProductTranexamic {
        padding-top: 1476px !important;
    }
}
@media only screen and (min-width: 891px) {
    .Productbody {
        padding-top: 1310px !important;
    }
    .EGF {
        padding-top: 595px !important;
    }
}
@media only screen and (min-width: 893px) {
    .Ureaboost {
        padding-top: 977px !important;
    }
    .Urecream {
        padding-top: 900px !important;
    }
    .dacdiemsanphambsha {
        padding-top: 705px !important;
    }
    .Productbody {
        padding-top: 1290px !important;
    }
}
@media only screen and (min-width: 895px) {
    .productVitaminA300 {
        padding-top: 1171px !important;
    }
    .Dualureacream {
        padding-top: 1120px !important;
    }
    .Productovernght {
        padding-top: 1218px !important;
    }
    .niacb20 {
        padding-top: 1175px !important;
    }
    .Proritinolb1 {
        padding-top: 1335px !important;
    }
    .abutin {
        padding-top: 1190px !important;
    }
}
@media only screen and (min-width: 896px) {
    .DdsCream {
        padding-top: 986px !important;
    }
}
@media only screen and (min-width: 897px) {
    .productVitaminA150 {
        padding-top: 963px !important;
    }
    .productserum-B3 {
        padding-top: 710px !important;
    }
}
@media only screen and (min-width: 898px) {
    .Hydbhatherapy {
        padding-top: 494px !important;
    }
    .dacdiemsanphamEGF {
        padding-top: 550px !important;
    }
    .basicvtmC {
        padding-top: 1152px !important;
    }
}
@media only screen and (min-width: 899px) {
    .ddbasictoner {
        padding-top: 1282px !important;
    }
}
@media only screen and (min-width: 900px) {
    .productbha-toner {
        padding-top: 430px !important;
    }
    .product-retinol-toner {
        padding-top: 370px !important;
    }
    .product-retinol015-toner {
        padding-top: 510px !important;
    } /*chỉnh chiều cao cho slider pc cho đều nhau*/
    .flickity-viewport .flickity-slider .slide_sanpham_padding {
        overflow: hidden;
        position: relative; /* height:320px!important;*/
        width: 100%;
    }
    .Aquabhatoner {
        padding-top: 535px !important;
    }
    .Productbody {
        padding-top: 1278px !important;
    }
    .ddbasicbha {
        padding-top: 1110px !important;
    }
}
@media only screen and (min-width: 901px) {
    .txacream {
        padding-top: 1211px !important;
    }
}
@media only screen and (min-width: 902px) {
    .Productovernght {
        padding-top: 1186px !important;
    }
    .productAHAex {
        padding-top: 600px !important;
    }
    .Productbody {
        padding-top: 1269px !important;
    }
    .ddovernight {
        padding-top: 1600px !important;
    }
}
@media only screen and (min-width: 903px) {
    .dacdiemsanphamb515 {
        padding-top: 1155px !important;
    }
}
@media only screen and (min-width: 904px) {
    .productDdsCream {
        padding-top: 1098px !important;
    }
    .dacdiemspb315 {
        padding-top: 1100px !important;
    }
    .productserumB315 {
        padding-top: 1083px !important;
    }
    .niacb20 {
        padding-top: 1155px !important;
    }
    .ProductTranexamic {
        padding-top: 1457px !important;
    }
}
@media only screen and (min-width: 905px) {
    .Hanmf {
        padding-top: 520px !important;
    }
    .dacdiemspb315 {
        padding-top: 1080px !important;
    }
}
@media only screen and (min-width: 906px) {
    .ddovernight {
        padding-top: 1580px !important;
    }
    .Producretinol {
        padding-top: 1080px !important;
    }
    .Producretinol1 {
        padding-top: 1151px !important;
    }
}
@media only screen and (min-width: 907px) {
    .Vitaminc {
        padding-top: 615px !important;
    }
}
@media only screen and (min-width: 908px) {
    .txacream {
        padding-top: 1190px !important;
    }
    .Ureagel {
        padding-top: 1260px !important;
    }
    .Productovernght {
        padding-top: 1166px !important;
    }
    .productserum-B3 {
        padding-top: 690px !important;
    }
    .productazbha20 {
        padding-top: 865px !important;
    }
    .basicvtmC {
        padding-top: 1130px !important;
    }
    .abutin {
        padding-top: 1170px !important;
    }
}
@media only screen and (min-width: 909px) {
    .dacdiemsanphamhanmfs {
        padding-top: 820px !important;
    }
}
@media only screen and (min-width: 910px) {
    .productDdsCream {
        padding-top: 1080px !important;
    }
    .stantoner {
        padding-top: 1410px !important;
    }
}
@media only screen and (min-width: 911px) {
    .abutin {
        padding-top: 1150px !important;
    }
}
@media only screen and (min-width: 912px) {
    .Ureaboost {
        padding-top: 956px !important;
    }
    .Ureagel {
        padding-top: 1238px !important;
    }
    .Urecream {
        padding-top: 880px !important;
    }
    .ddvtb9 {
        padding-top: 985px !important;
    }
}
@media only screen and (min-width: 913px) {
    .Productbody {
        padding-top: 1257px !important;
    }
}
@media only screen and (min-width: 914px) {
    .Probody {
        padding-top: 945px !important;
    }
}
@media only screen and (min-width: 915px) {
    .Basictoner {
        padding-top: 920px !important;
    }
    .stantoner {
        padding-top: 1390px !important;
    }
}
@media only screen and (min-width: 916px) {
    .ProductTranexamic {
        padding-top: 1415px !important;
    }
    .ddvtmc {
        padding-top: 985px !important;
    }
    .ddbasictoner {
        padding-top: 1262px !important;
    }
    .ddstandtoner {
        padding-top: 1330px !important;
    }
}
@media only screen and (min-width: 918px) {
    .Vitaminc {
        padding-top: 600px !important;
    }
    .dacdiemsanphamretinol {
        padding-top: 1300px !important;
    }
    .Productb515 {
        padding-top: 450px !important;
    }
}
@media only screen and (min-width: 919px) {
    .dacdiemsanphamaqua {
        padding-top: 1010px !important;
    }
    .ProTranexamic {
        padding-top: 940px !important;
    }
    .ddarbutin {
        padding-top: 1315px !important;
    }
}
@media only screen and (min-width: 920px) {
    .VitaminA150 {
        padding-top: 672px !important;
    }
    .VitaminA {
        padding-top: 752px !important;
    }
    .ddVitaminA {
        padding-top: 1003px !important;
    }
}
@media only screen and (min-width: 921px) {
    .txacream {
        padding-top: 1172px !important;
    }
    .Dualureacream {
        padding-top: 1105px !important;
    }
    .Productovernght {
        padding-top: 1146px !important;
    }
    .vtb9 {
        padding-top: 575px !important;
    }
}
@media only screen and (min-width: 922px) {
    .dacdiemsanphambha {
        padding-top: 560px !important;
    }
}
@media only screen and (min-width: 923px) {
    .Ureagel {
        padding-top: 1217px !important;
    }
    .EGF {
        padding-top: 575px !important;
    }
    .Basictoner {
        padding-top: 900px !important;
    }
    .stantoner {
        padding-top: 1370px !important;
    }
}
@media only screen and (min-width: 924px) {
    .dacdiemsanphambasb5 {
        padding-top: 750px !important;
    }
    .dacdiemsanphambha20 {
        padding-top: 965px !important;
    }
    .Productbody {
        padding-top: 1248px !important;
    }
}
@media only screen and (min-width: 925px) {
    .Hydbhatherapy {
        padding-top: 472px !important;
    }
    .dacdiemsanphambha20 {
        padding-top: 945px !important;
    }
}
@media only screen and (min-width: 926px) {
    .DdsCream {
        padding-top: 965px !important;
    }
    .bannersanphamha {
        padding-top: 468px !important;
    }
    .productazbha20 {
        padding-top: 845px !important;
    }
}
@media only screen and (min-width: 927px) {
    .productVitaminA300 {
        padding-top: 1154px !important;
    }
    .ProTranexamic {
        padding-top: 920px !important;
    }
}
@media only screen and (min-width: 928px) {
    .Cleansingfoam {
        padding-top: 640px !important;
    }
    .VitaminA300 {
        padding-top: 945px !important;
    }
    .ProUreagel {
        padding-top: 865px !important;
    }
    .Niab38 {
        padding-top: 600px !important;
    }
    .dacdiemsanphamniaB20 {
        padding-top: 1115px !important;
    }
    .Producretinol1 {
        padding-top: 1131px !important;
    }
}
@media only screen and (min-width: 929px) {
    .dacdiemsanphamretinol {
        padding-top: 1280px !important;
    }
    .Utrawater {
        padding-top: 652px !important;
    }
}
@media only screen and (min-width: 930px) {
    .ProUreaboost {
        padding-top: 946px !important;
    }
    .dacdiemsanphamB38 {
        padding-top: 930px !important;
    }
}
@media only screen and (min-width: 931px) {
    .Ureagel {
        padding-top: 1196px !important;
    }
    .basicbha {
        padding-top: 535px !important;
    }
    .ddbasicbha {
        padding-top: 1090px !important;
    }
    .VitaminA {
        padding-top: 753px !important;
    }
}
@media only screen and (min-width: 932px) {
    .ddarbutin {
        padding-top: 1300px !important;
    }
}
@media only screen and (min-width: 933px) {
    .txacream {
        padding-top: 1150px !important;
    }
    .ddbasictoner {
        padding-top: 1242px !important;
    }
    .ddstandtoner {
        padding-top: 1310px !important;
    }
}
@media only screen and (min-width: 934px) {
    .dacdiemsanphamhanaha {
        padding-top: 985px !important;
    }
    .basicvtmC {
        padding-top: 1105px !important;
    }
}
@media only screen and (min-width: 936px) {
    .ddovernight {
        padding-top: 1565px !important;
    }
    .productserumB315 {
        padding-top: 1062px !important;
    }
    .basicvtmC {
        padding-top: 1085px !important;
    }
    .abutin {
        padding-top: 1130px !important;
    }
}
@media only screen and (min-width: 938px) {
    .dacdiemsanphamaqua {
        padding-top: 990px !important;
    }
    .Productbody {
        padding-top: 1227px !important;
    }
    .Basictoner {
        padding-top: 875px !important;
    }
    .stantoner {
        padding-top: 1347px !important;
    }
}
@media only screen and (min-width: 940px) {
    .dacdiemspb315 {
        padding-top: 1060px !important;
    }
    .dacdiemsanphamvtmC {
        padding-top: 1080px !important;
    }
    .dacdiemsanphamb515 {
        padding-top: 1135px !important;
    }
}
@media only screen and (min-width: 944px) {
    .dacdiemsanphamvtmC {
        padding-top: 1060px !important;
    }
    .ddstandtoner {
        padding-top: 1290px !important;
    }
}
@media only screen and (min-width: 946px) {
    .Cleansingfoam {
        padding-top: 620px !important;
    }
    .dacdiemsanphamretinol {
        padding-top: 1245px !important;
    }
    .Proritinolb1 {
        padding-top: 1295px !important;
    }
    .ddbasictoner {
        padding-top: 1225px !important;
    }
}
@media only screen and (min-width: 948px) {
    .Dualureacream {
        padding-top: 1087px !important;
    }
    .dacdiemsanphambasb5 {
        padding-top: 735px !important;
    }
    .Proritinolb1 {
        padding-top: 1275px !important;
    }
    .ProductTranexamic {
        padding-top: 1417px !important;
    }
}
@media only screen and (min-width: 949px) {
    .txacream {
        padding-top: 1130px !important;
    }
    .DdsCream {
        padding-top: 945px !important;
    }
    .VitaminA {
        padding-top: 731px !important;
    }
}
@media only screen and (min-width: 950px) {
    .Probody {
        padding-top: 930px !important;
    }
}
@media only screen and (min-width: 951px) {
    .Vitaminc {
        padding-top: 580px !important;
    }
}
@media only screen and (min-width: 953px) {
    .alobhatherapy {
        padding-top: 430px !important;
    }
}
@media only screen and (min-width: 954px) {
    .productVitaminA300 {
        padding-top: 1137px !important;
    }
    .dacdiemsanphamvtmC {
        padding-top: 1040px !important;
    }
    .Producretinol {
        padding-top: 1060px !important;
    }
}
@media only screen and (min-width: 955px) {
    .ddvtmc {
        padding-top: 975px !important;
    }
}
@media only screen and (min-width: 956px) {
    .productserumB315 {
        padding-top: 1042px !important;
    }
    .productbha-serum {
        padding-top: 710px !important;
    }
    .EGF {
        padding-top: 575px !important;
    }
    .Productbody {
        padding-top: 1201px !important;
    }
    .ProductTranexamic {
        padding-top: 1395px !important;
    }
}
@media only screen and (min-width: 957px) {
    .dacdiemspb315 {
        padding-top: 1035px !important;
    }
}
@media only screen and (min-width: 958px) {
    .dacdiemsanphamvtmC {
        padding-top: 1025px !important;
    }
    .ddvtmc {
        padding-top: 955px !important;
    }
}
@media only screen and (min-width: 959px) {
    .Ureaboost {
        padding-top: 936px !important;
    }
    .Ureagel {
        padding-top: 1177px !important;
    }
    .Urecream {
        padding-top: 860px !important;
    }
}
@media only screen and (min-width: 960px) {
    .dacdiemsanphamalco {
        padding-top: 1145px !important;
    }
    .ddbasicbha {
        padding-top: 1095px !important;
    }
}
@media only screen and (min-width: 961px) {
    .Ureaboost {
        padding-top: 916px !important;
    }
    .ProUreagel {
        padding-top: 847px !important;
    }
    .productserumB315 {
        padding-top: 1020px !important;
    }
    .alobhatherapy {
        padding-top: 411px !important;
    }
    .dacdiemsanphamniaB20 {
        padding-top: 1060px !important;
    }
    .Probody {
        padding-top: 912px !important;
    }
    .ProductTranexamic {
        padding-top: 1376px !important;
    }
    .ddbasictoner {
        padding-top: 1206px !important;
    }
    .ddstandtoner {
        padding-top: 1270px !important;
    }
}
@media only screen and (min-width: 962px) {
    .productazbha20 {
        padding-top: 815px !important;
    }
    .ddarbutin {
        padding-top: 1280px !important;
    }
}
@media only screen and (min-width: 963px) {
    .ProUreaboost {
        padding-top: 930px !important;
    }
    .Dualureacream {
        padding-top: 1070px !important;
    }
    .productAHAex {
        padding-top: 576px !important;
    }
    .ddVitaminA {
        padding-top: 990px !important;
    }
}
@media only screen and (min-width: 965px) {
    .ProUreaboost {
        padding-top: 913px !important;
    }
    .ProUreagel {
        padding-top: 830px !important;
    }
    .ProTranexamic {
        padding-top: 905px !important;
    }
    .ddbasictoner {
        padding-top: 1195px !important;
    }
}
@media only screen and (min-width: 966px) {
    .Urecream {
        padding-top: 840px !important;
    }
    .bannersanphamha {
        padding-top: 448px !important;
    }
    .EGF {
        padding-top: 555px !important;
    }
}
@media only screen and (min-width: 967px) {
    .Proritinolb1 {
        padding-top: 1255px !important;
    }
}
@media only screen and (min-width: 968px) {
    .DdsCream {
        padding-top: 924px !important;
    }
    .VitaminA300 {
        padding-top: 924px !important;
    }
    .Ureaboost {
        padding-top: 896px !important;
    }
    .Productovernght {
        padding-top: 1126px !important;
    }
    .productserumB315 {
        padding-top: 1000px !important;
    }
    .Producretinol {
        padding-top: 1040px !important;
    }
    .productazbha20 {
        padding-top: 795px !important;
    }
    .dacdiemsanphambha20 {
        padding-top: 925px !important;
    }
    .Niab38 {
        padding-top: 570px !important;
    }
    .niacb20 {
        padding-top: 1135px !important;
    }
    .Producretinol1 {
        padding-top: 1111px !important;
    }
}
@media only screen and (min-width: 969px) {
    .ProUreagel {
        padding-top: 810px !important;
    }
    .Dualureacream {
        padding-top: 1050px !important;
    }
    .Productbody {
        padding-top: 1182px !important;
    }
    .abutin {
        padding-top: 1110px !important;
    }
}
@media only screen and (min-width: 970px) {
    .Productovernght {
        padding-top: 1094px !important;
    }
    .ddovernight {
        padding-top: 1550px !important;
    }
    .niacb20 {
        padding-top: 1115px !important;
    }
}
@media only screen and (min-width: 971px) {
    .ddVitaminA {
        padding-top: 970px !important;
    }
    .productserum-B3 {
        padding-top: 670px !important;
    }
    .dacdiemsanphamhanaha {
        padding-top: 965px !important;
    }
    .Aquabhatoner {
        padding-top: 515px !important;
    }
    .ProductTranexamic {
        padding-top: 1354px !important;
    }
    .basicvtmC {
        padding-top: 1042px !important;
    }
    .abutin {
        padding-top: 1090px !important;
    }
    .basicbha {
        padding-top: 515px !important;
    }
}
@media only screen and (min-width: 972px) {
    .productVitaminA300 {
        padding-top: 1118px !important;
    }
}
@media only screen and (min-width: 973px) {
    .productbha-serum {
        padding-top: 690px !important;
    }
    .Aquabhatoner {
        padding-top: 495px !important;
    }
}
@media only screen and (min-width: 974px) {
    .VitaminA150 {
        padding-top: 651px !important;
    }
    .VitaminA {
        padding-top: 712px !important;
    }
}
@media only screen and (min-width: 977px) {
    .ddovernight {
        padding-top: 1530px !important;
    }
}
@media only screen and (min-width: 978px) {
    .Urecream {
        padding-top: 813px !important;
    }
    .vtb9 {
        padding-top: 555px !important;
    }
    .Basictoner {
        padding-top: 855px !important;
    }
    .stantoner {
        padding-top: 1327px !important;
    }
}
@media only screen and (min-width: 979px) {
    .VitaminA150 {
        padding-top: 631px !important;
    }
}
@media only screen and (min-width: 980px) {
    .dacdiemsanphamretinol {
        padding-top: 1230px !important;
    }
    .ddovernight {
        padding-top: 1505px !important;
    }
}
@media only screen and (min-width: 982px) {
    .Vitaminc {
        padding-top: 550px !important;
    }
}
@media only screen and (min-width: 983px) {
    .ddstandtoner {
        padding-top: 1250px !important;
    }
}
@media only screen and (min-width: 984px) {
    .niacb20 {
        padding-top: 1095px !important;
    }
    .Productbody {
        padding-top: 1176px !important;
    }
}
@media only screen and (min-width: 986px) {
    .Utrawater {
        padding-top: 632px !important;
    }
    .Ureaboost {
        padding-top: 895px !important;
    }
    .ProductTranexamic {
        padding-top: 1330px !important;
    }
}
@media only screen and (min-width: 987px) {
    .dacdiemsanphamalco {
        padding-top: 1110px !important;
    }
}
@media only screen and (min-width: 989px) {
    .ProUreaboost {
        padding-top: 893px !important;
    }
    .ddarbutin {
        padding-top: 1260px !important;
    }
}
@media only screen and (min-width: 990px) {
    .dacdiemsanphambsha {
        padding-top: 715px !important;
    }
    .ddvtb9 {
        padding-top: 1000px !important;
    }
    .ddbasicbha {
        padding-top: 1000px !important;
    }
}
@media only screen and (min-width: 991px) {
    .Cleansingfoam {
        padding-top: 600px !important;
    }
    .Ureagel {
        padding-top: 1156px !important;
    }
    .productAHAex {
        padding-top: 560px !important;
    }
    .Productb515 {
        padding-top: 430px !important;
    }
    .productazbha20 {
        padding-top: 775px !important;
    }
    .dacdiemsanphamB38 {
        padding-top: 920px !important;
    }
    .Productbody {
        padding-top: 1161px !important;
    }
    .basicvtmC {
        padding-top: 1022px !important;
    }
    .abutin {
        padding-top: 1070px !important;
    }
    .basicbha {
        padding-top: 495px !important;
    }
}
@media only screen and (min-width: 992px) {
    .VitaminA300 {
        padding-top: 902px !important;
    }
}
@media only screen and (min-width: 993px) {
    .Productovernght {
        padding-top: 1074px !important;
    }
    .dacdiemsanphamalco {
        padding-top: 1090px !important;
    }
    .dacdiemsanphamvtmC {
        padding-top: 1010px;
    }
    .abutin {
        padding-top: 1050px !important;
    }
}
@media only screen and (min-width: 994px) {
    .Ureagel {
        padding-top: 1130px !important;
    }
    .Hanmf {
        padding-top: 500px !important;
    }
    .ddbasicbha {
        padding-top: 1080px !important;
    }
}
@media only screen and (min-width: 995px) {
    .dacdiemsanphamniaB20 {
        padding-top: 1045px !important;
    }
}
@media only screen and (min-width: 996px) {
    .txacream {
        padding-top: 1108px !important;
    }
    .ddovernight {
        padding-top: 1491px !important;
    }
    .dacdiemsanphamhanmfs {
        padding-top: 800px !important;
    }
    .Productb515 {
        padding-top: 410px !important;
    }
    .Producretinol1 {
        padding-top: 1090px !important;
    }
    .basicvtmC {
        padding-top: 1000px !important;
    }
    .stantoner {
        padding-top: 1305px !important;
    }
}
@media only screen and (min-width: 997px) {
    .ddarbutin {
        padding-top: 1245px !important;
    }
}
@media only screen and (min-width: 1000px) {
    .ProUreagel {
        padding-top: 816px !important;
    }
    .bannersanphamha {
        padding-top: 427px !important;
    }
    .Basicb5 {
        padding-top: 350px !important;
    }
    .bsha {
        padding-top: 410px !important;
    }
    .product-retinol-toner {
        padding-top: 330px !important;
    }
    .product-retinol015-toner {
        padding-top: 480px !important;
    }
    .ddbasictoner {
        padding-top: 1200px !important;
    }
    .ddstandtoner {
        padding-top: 1255px !important;
    } /*chỉnh chiều cao cho slider pc cho đều nhau*/
    .flickity-viewport .flickity-slider .slide_sanpham_padding {
        overflow: hidden;
        position: relative; /* height:345px!important;*/
        width: 100%;
    }
    .ProductTranexamic {
        padding-top: 1313px !important;
    }
}
@media only screen and (min-width: 1001px) {
    .Hanmf {
        padding-top: 475px !important;
    }
}
@media only screen and (min-width: 1002px) {
    .dacdiemsanphambha {
        padding-top: 545px !important;
    }
}
@media only screen and (min-width: 1003px) {
    .productDdsCream {
        padding-top: 1054px !important;
    }
    .ddovernight {
        padding-top: 1471px !important;
    }
    .dacdiemspb315 {
        padding-top: 1017px !important;
    }
    .dacdiemsanphamhanaha {
        padding-top: 945px !important;
    }
    .dacdiemsanphambha20 {
        padding-top: 905px !important;
    }
}
@media only screen and (min-width: 1004px) {
    .Ureaboost {
        padding-top: 875px !important;
    }
    .Ureagel {
        padding-top: 1108px !important;
    }
    .Urecream {
        padding-top: 797px !important;
    }
    .productAHAex {
        padding-top: 540px !important;
    }
    .vtb9 {
        padding-top: 535px !important;
    }
}
@media only screen and (min-width: 1005px) {
    .dacdiemsanphamretinol {
        padding-top: 1210px !important;
    }
    .dacdiemsanphamb515 {
        padding-top: 1125px !important;
    }
    .Proritinolb1 {
        padding-top: 1240px !important;
    }
}
@media only screen and (min-width: 1006px) {
    .Hydbhatherapy {
        padding-top: 425px !important;
    }
    .ddbasictoner {
        padding-top: 1180px !important;
    }
    .stantoner {
        padding-top: 1284px !important;
    }
}
@media only screen and (min-width: 1008px) {
    .Probody {
        padding-top: 900px !important;
    }
}
@media only screen and (min-width: 1010px) {
    .productVitaminA300 {
        padding-top: 1125px !important;
    }
    .dacdiemsanphamb3 {
        padding-top: 610px !important;
    }
}
@media only screen and (min-width: 1011px) {
    .VitaminA300 {
        padding-top: 883px !important;
    }
    .Aquabhatoner {
        padding-top: 470px !important;
    }
}
@media only screen and (min-width: 1012px) {
    .ddovernight {
        padding-top: 1452px !important;
    }
    .ProTranexamic {
        padding-top: 890px !important;
    }
}
@media only screen and (min-width: 1014px) {
    .Ureagel {
        padding-top: 1088px !important;
    }
    .ddvtb9 {
        padding-top: 980px !important;
    }
}
@media only screen and (min-width: 1016px) {
    .productVitaminA300 {
        padding-top: 1106px !important;
    }
    .productVitaminA150 {
        padding-top: 940px !important;
    }
    .Hanmf {
        padding-top: 455px !important;
    }
    .ddVitaminA {
        padding-top: 956px !important;
    }
}
@media only screen and (min-width: 1017px) {
    .Producretinol1 {
        padding-top: 1063px !important;
    }
}
@media only screen and (min-width: 1018px) {
    .Cleansingfoam {
        padding-top: 600px !important;
    }
    .Utrawater {
        padding-top: 612px !important;
    }
    .dacdiemsanphamalco {
        padding-top: 1070px !important;
    }
    .Productbody {
        padding-top: 1140px !important;
    }
    .Probody {
        padding-top: 880px !important;
    }
    .ddbasicbha {
        padding-top: 1060px !important;
    }
}
@media only screen and (min-width: 1019px) {
    .VitaminA300 {
        padding-top: 862px !important;
    }
    .Ureagel {
        padding-top: 1067px !important;
    }
    .Vitaminc {
        padding-top: 530px !important;
    }
    .productbha-serum {
        padding-top: 670px !important;
    }
    .Niab38 {
        padding-top: 560px !important;
    }
    .Producretinol1 {
        padding-top: 1064px !important;
    }
}
@media only screen and (min-width: 1020px) {
    .dacdiemsanphamEGF {
        padding-top: 570px !important;
    }
}
@media only screen and (min-width: 1021px) {
    .productDdsCream {
        padding-top: 1034px !important;
    }
    .niacb20 {
        padding-top: 1070px !important;
    }
    .Producretinol1 {
        padding-top: 1023px !important;
    }
    .ddbasicbha {
        padding-top: 1040px !important;
    }
}
@media only screen and (min-width: 1022px) {
    .VitaminA150 {
        padding-top: 612px !important;
    }
    .Productovernght {
        padding-top: 1053px !important;
    }
    .VitaminA {
        padding-top: 690px !important;
    }
    .dacdiemspb315 {
        padding-top: 996px !important;
    }
    .Producretinol {
        padding-top: 1020px !important;
    }
    .dacdiemsanphamniaB20 {
        padding-top: 1025px !important;
    }
    .ProductTranexamic {
        padding-top: 1307px !important;
    }
    .Basictoner {
        padding-top: 835px !important;
    }
    .stantoner {
        padding-top: 1265px !important;
    }
}
@media only screen and (min-width: 1023px) {
    .productVitaminA300 {
        padding-top: 1085px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .dacdiemsanphamb3 {
        padding-top: 590px !important;
    }
    .Proritinolb1 {
        padding-top: 1220px !important;
    }
    .Basictoner {
        padding-top: 815px !important;
    }
    .stantoner {
        padding-top: 1243px !important;
    }
}
@media only screen and (min-width: 1025px) {
    .ProUreaboost {
        padding-top: 878px !important;
    }
}
@media only screen and (min-width: 1026px) {
    .Urecream {
        padding-top: 777px !important;
    }
    .dacdiemsanphamaqua {
        padding-top: 970px !important;
    }
}
@media only screen and (min-width: 1027px) {
    .dacdiemsanphamb515 {
        padding-top: 1110px !important;
    }
}
@media only screen and (min-width: 1028px) {
    .productVitaminA150 {
        padding-top: 920px !important;
    }
    .dacdiemsanphamhanmfs {
        padding-top: 780px !important;
    }
}
@media only screen and (min-width: 1029px) {
    .Producretinol {
        padding-top: 1000px !important;
    }
}
@media only screen and (min-width: 1031px) {
    .productserum-B3 {
        padding-top: 650px !important;
    }
    .EGF {
        padding-top: 535px !important;
    }
}
@media only screen and (min-width: 1033px) {
    .Dualureacream {
        padding-top: 1018px !important;
    }
    .ddvtmc {
        padding-top: 945px !important;
    }
}
@media only screen and (min-width: 1034px) {
    .ddarbutin {
        padding-top: 1230px !important;
    }
}
@media only screen and (min-width: 1035px) {
    .dacdiemsanphambasb5 {
        padding-top: 715px !important;
    }
    .ddstandtoner {
        padding-top: 1260px !important;
    }
}
@media only screen and (min-width: 1036px) {
    .productbha-serum {
        padding-top: 648px !important;
    }
}
@media only screen and (min-width: 1037px) {
    .ProTranexamic {
        padding-top: 870px !important;
    }
    .ddbasictoner {
        padding-top: 1165px !important;
    }
    .ddstandtoner {
        padding-top: 1235px !important;
    }
}
@media only screen and (min-width: 1039px) {
    .Hydbhatherapy {
        padding-top: 405px !important;
    }
}
@media only screen and (min-width: 1040px) {
    .ProUreaboost {
        padding-top: 885px !important;
    }
}
@media only screen and (min-width: 1042px) {
    .dacdiemsanphambasb5 {
        padding-top: 695px !important;
    }
}
@media only screen and (min-width: 1043px) {
    .txacream {
        padding-top: 1088px !important;
    }
    .DdsCream {
        padding-top: 903px !important;
    }
}
@media only screen and (min-width: 1044px) {
    .alobhatherapy {
        padding-top: 390px !important;
    }
    .Productbody {
        padding-top: 1120px !important;
    }
    .ProductTranexamic {
        padding-top: 1308px !important;
    }
}
@media only screen and (min-width: 1045px) {
    .Cleansingfoam {
        padding-top: 620px !important;
    }
    .Utrawater {
        padding-top: 644px !important;
    }
    .txacream {
        padding-top: 1145px !important;
    }
    .DdsCream {
        padding-top: 941px !important;
    }
    .VitaminA300 {
        padding-top: 900px !important;
    }
    .VitaminA150 {
        padding-top: 644px !important;
    }
    .Ureaboost {
        padding-top: 902px !important;
    }
    .ProUreagel {
        padding-top: 820px !important;
    }
    .Ureagel {
        padding-top: 1138px !important;
    }
    .Urecream {
        padding-top: 830px !important;
    }
    .ddVitaminA {
        padding-top: 940px !important;
    }
    .VitaminA {
        padding-top: 702px !important;
    }
    .EGF {
        padding-top: 575px !important;
    }
    .Aquabhatoner {
        padding-top: 510px !important;
    }
    .Hanmf {
        padding-top: 515px !important;
    }
    .Hydbhatherapy {
        padding-top: 448px !important;
    }
    .productbha-serum {
        padding-top: 665px !important;
    }
    .bannersanphamha {
        padding-top: 440px !important;
    }
    .Vitaminc {
        padding-top: 610px !important;
    }
    .alobhatherapy {
        padding-top: 440px !important;
    }
    .productAHAex {
        padding-top: 570px !important;
    }
    .Productb515 {
        padding-top: 425px !important;
    }
    .Niab38 {
        padding-top: 570px !important;
    }
    .niacb20 {
        padding-top: 1105px !important;
    }
    .Producretinol1 {
        padding-top: 1090px !important;
    }
    .Productbody {
        padding-top: 1233px !important;
    }
    .ProductTranexamic {
        padding-top: 1396px !important;
    }
    .basicvtmC {
        padding-top: 1072px !important;
    }
    .vtb9 {
        padding-top: 570px !important;
    }
    .abutin {
        padding-top: 1085px !important;
    }
    .Basictoner {
        padding-top: 845px !important;
    }
    .stantoner {
        padding-top: 1295px !important;
    }
    .basicbha {
        padding-top: 515px !important;
    }
    .ddbasicbha {
        padding-top: 1045px !important;
    }
}
@media only screen and (min-width: 1046px) {
    .Proritinolb1 {
        padding-top: 1200px !important;
    }
    .ddbasictoner {
        padding-top: 1145px !important;
    }
    .ddstandtoner {
        padding-top: 1215px !important;
    }
}
@media only screen and (min-width: 1047px) {
    .ddovernight {
        padding-top: 1436px !important;
    }
}
@media only screen and (min-width: 1048px) {
    .Productbody {
        padding-top: 1202px !important;
    }
    .Probody {
        padding-top: 870px !important;
    }
}
@media only screen and (min-width: 1049px) {
    .dacdiemsanphamhanmfs {
        padding-top: 760px !important;
    }
}
@media only screen and (min-width: 1050px) {
    .dacdiemsanphamaqua {
        padding-top: 970px !important;
    }
}
@media only screen and (min-width: 1051px) {
    .DdsCream {
        padding-top: 920px !important;
    }
    .dacdiemsanphambasb5 {
        padding-top: 675px !important;
    }
    .productazbha20 {
        padding-top: 755px !important;
    }
    .ddarbutin {
        padding-top: 1210px !important;
    }
}
@media only screen and (min-width: 1052px) {
    .productDdsCream {
        padding-top: 1018px !important;
    }
    .productserumB315 {
        padding-top: 980px !important;
    }
}
@media only screen and (min-width: 1053px) {
    .dacdiemsanphamretinol {
        padding-top: 1195px !important;
    }
}
@media only screen and (min-width: 1054px) {
    .txacream {
        padding-top: 1124px !important;
    }
    .DdsCream {
        padding-top: 900px !important;
    }
    .productVitaminA300 {
        padding-top: 1090px !important;
    }
    .VitaminA300 {
        padding-top: 880px !important;
    }
    .Ureaboost {
        padding-top: 883px !important;
    }
    .Productovernght {
        padding-top: 1033px !important;
    }
    .productserumB315 {
        padding-top: 960px !important;
    }
    .Producretinol {
        padding-top: 990px !important;
    }
    .productazbha20 {
        padding-top: 735px !important;
    }
    .Niab38 {
        padding-top: 550px !important;
    }
    .Producretinol1 {
        padding-top: 1070px !important;
    }
    .Productbody {
        padding-top: 1183px !important;
    }
    .ProductTranexamic {
        padding-top: 1375px !important;
    }
}
@media only screen and (min-width: 1057px) {
    .ProductTranexamic {
        padding-top: 1335px !important;
    }
}
@media only screen and (min-width: 1058px) {
    .dacdiemspb315 {
        padding-top: 972px !important;
    }
    .dacdiemsanphambha20 {
        padding-top: 880px !important;
    }
}
@media only screen and (min-width: 1059px) {
    .Cleansingfoam {
        padding-top: 600px !important;
    }
    .dacdiemsanphamhanaha {
        padding-top: 925px !important;
    }
    .Producretinol1 {
        padding-top: 1050px !important;
    }
}
@media only screen and (min-width: 1060px) {
    .productVitaminA150 {
        padding-top: 930px !important;
    }
    .dacdiemsanphambsha {
        padding-top: 725px !important;
    }
}
@media only screen and (min-width: 1061px) {
    .abutin {
        padding-top: 1065px !important;
    }
}
@media only screen and (min-width: 1063px) {
    .Utrawater {
        padding-top: 622px !important;
    }
    .ddarbutin {
        padding-top: 1190px !important;
    }
}
@media only screen and (min-width: 1064px) {
    .productVitaminA300 {
        padding-top: 1071px !important;
    }
    .productVitaminA150 {
        padding-top: 906px !important;
    }
    .dacdiemsanphamb515 {
        padding-top: 1095px !important;
    }
    .ddVitaminA {
        padding-top: 923px !important;
    }
}
@media only screen and (min-width: 1065px) {
    .dacdiemsanphamalco {
        padding-top: 1060px !important;
    }
    .ddbasictoner {
        padding-top: 1150px !important;
    }
    .ddstandtoner {
        padding-top: 1200px !important;
    }
    .ddbasicbha {
        padding-top: 1030px !important;
    }
}
@media only screen and (min-width: 1066px) {
    .productserum-B3 {
        padding-top: 630px !important;
    }
    .Vitaminc {
        padding-top: 582px !important;
    }
}
@media only screen and (min-width: 1067px) {
    .Urecream {
        padding-top: 810px !important;
    }
}
@media only screen and (min-width: 1068px) {
    .ddovernight {
        padding-top: 1419px !important;
    }
    .dacdiemsanphambha20 {
        padding-top: 865px !important;
    }
}
@media only screen and (min-width: 1069px) {
    .Dualureacream {
        padding-top: 1000px !important;
    }
    .dacdiemspb315 {
        padding-top: 954px !important;
    }
    .dacdiemsanphambsha {
        padding-top: 710px !important;
    }
    .dacdiemsanphamb515 {
        padding-top: 1085px !important;
    }
    .dacdiemsanphamniaB20 {
        padding-top: 1005px !important;
    }
    .ddvtb9 {
        padding-top: 970px !important;
    }
}
@media only screen and (min-width: 1071px) {
    .basicvtmC {
        padding-top: 1050px !important;
    }
}
@media only screen and (min-width: 1074px) {
    .basicvtmC {
        padding-top: 1030px !important;
    }
    .abutin {
        padding-top: 1045px !important;
    }
}
@media only screen and (min-width: 1076px) {
    .Aquabhatoner {
        padding-top: 490px !important;
    }
}
@media only screen and (min-width: 1077px) {
    .Ureaboost {
        padding-top: 860px !important;
    }
    .ddvtb9 {
        padding-top: 945px !important;
    }
}
@media only screen and (min-width: 1078px) {
    .dacdiemsanphamvtmC {
        padding-top: 1000px !important;
    }
}
@media only screen and (min-width: 1079px) {
    .Ureagel {
        padding-top: 1115px !important;
    }
    .basicbha {
        padding-top: 945px !important;
    }
}
@media only screen and (min-width: 1080px) {
    .ProUreagel {
        padding-top: 827px !important;
    }
}
@media only screen and (min-width: 1082px) {
    .Cleansingfoam {
        padding-top: 600px !important;
    }
    .productserumB315 {
        padding-top: 940px !important;
    }
    .dacdiemsanphamvtmC {
        padding-top: 980px !important;
    }
    .abutin {
        padding-top: 1020px !important;
    }
}
@media only screen and (min-width: 1083px) {
    .dacdiemsanphambsha {
        padding-top: 690px !important;
    }
    .dacdiemsanphamb515 {
        padding-top: 1000px !important;
    }
    .dacdiemsanphamB38 {
        padding-top: 880px !important;
    }
    .dacdiemsanphamniaB20 {
        padding-top: 990px !important;
    }
    .ProTranexamic {
        padding-top: 855px !important;
    }
    .ddvtb9 {
        padding-top: 925px !important;
    }
}
@media only screen and (min-width: 1084px) {
    .dacdiemspb315 {
        padding-top: 932px !important;
    }
    .ddvtb9 {
        padding-top: 905px !important;
    }
}
@media only screen and (min-width: 1085px) {
    .VitaminA150 {
        padding-top: 623px !important;
    }
    .dacdiemsanphamalco {
        padding-top: 1040px !important;
    }
    .VitaminA {
        padding-top: 684px !important;
    }
}
@media only screen and (min-width: 1086px) {
    .productVitaminA150 {
        padding-top: 890px !important;
    }
    .dacdiemsanphamEGF {
        padding-top: 560px !important;
    }
    .Proritinolb1 {
        padding-top: 1185px !important;
    }
}
@media only screen and (min-width: 1087px) {
    .Ureaboost {
        padding-top: 860px !important;
    }
}
@media only screen and (min-width: 1089px) {
    .txacream {
        padding-top: 1103px !important;
    }
    .Productovernght {
        padding-top: 1013px !important;
    }
    .ddovernight {
        padding-top: 1402px !important;
    }
    .vtb9 {
        padding-top: 550px !important;
    }
    .ddarbutin {
        padding-top: 1175px !important;
    }
}
@media only screen and (min-width: 1090px) {
    .ProUreaboost {
        padding-top: 870px !important;
    }
    .dacdiemsanphamhanmfs {
        padding-top: 740px !important;
    }
    .stantoner {
        padding-top: 1275px !important;
    }
}
@media only screen and (min-width: 1091px) {
    .dacdiemsanphamalco {
        padding-top: 1020px !important;
    }
}
@media only screen and (min-width: 1093px) {
    .productVitaminA300 {
        padding-top: 1052px !important;
    }
    .productserumB315 {
        padding-top: 920px !important;
    }
}
@media only screen and (min-width: 1094px) {
    .DdsCream {
        padding-top: 878px !important;
    }
    .ProUreaboost {
        padding-top: 850px !important;
    }
    .ProUreagel {
        padding-top: 807px !important;
    }
    .Dualureacream {
        padding-top: 980px !important;
    }
}
@media only screen and (min-width: 1095px) {
    .ProUreagel {
        padding-top: 785px !important;
    }
    .Producretinol {
        padding-top: 965px !important;
    }
}
@media only screen and (min-width: 1096px) {
    .dacdiemsanphamhanaha {
        padding-top: 905px !important;
    }
}
@media only screen and (min-width: 1097px) {
    .niacb20 {
        padding-top: 1080px !important;
    }
    .ddbasictoner {
        padding-top: 1135px !important;
    }
}
@media only screen and (min-width: 1098px) {
    .ProductTranexamic {
        padding-top: 1302px !important;
    }
    .basicvtmC {
        padding-top: 1000px !important;
    }
}
@media only screen and (min-width: 1099px) {
    .alobhatherapy {
        padding-top: 417px !important;
    }
}
@media only screen and (min-width: 1100px) {
    .productDdsCream {
        padding-top: 1030px !important;
    }
    .Basicb5 {
        padding-top: 380px !important;
    }
    .Vitaminc {
        padding-top: 560px !important;
    }
    .dacdiemsanphamhanaha {
        padding-top: 890px !important;
    }
    .niacb20 {
        padding-top: 1060px !important;
    }
    .ddbasicbha {
        padding-top: 1015px !important;
    }
}
@media only screen and (min-width: 1101px) {
    .ddovernight {
        padding-top: 1390px !important;
    }
}
@media only screen and (min-width: 1102px) {
    .dacdiemsanphamB38 {
        padding-top: 870px !important;
    }
    .Basictoner {
        padding-top: 825px !important;
    }
    .stantoner {
        padding-top: 1255px !important;
    }
}
@media only screen and (min-width: 1103px) {
    .productDdsCream {
        padding-top: 1008px !important;
    }
    .ddstandtoner {
        padding-top: 1185px !important;
    }
}
@media only screen and (min-width: 1104px) {
    .Productovernght {
        padding-top: 992px !important;
    }
}
@media only screen and (min-width: 1105px) {
    .dacdiemsanphamB38 {
        padding-top: 850px !important;
    }
    .dacdiemsanphamniaB20 {
        padding-top: 965px !important;
    }
}
@media only screen and (min-width: 1107px) {
    .Ureaboost {
        padding-top: 840px !important;
    }
    .Ureagel {
        padding-top: 1074px !important;
    }
    .Urecream {
        padding-top: 790px !important;
    }
    .dacdiemsanphamhanaha {
        padding-top: 865px !important;
    }
    .niacb20 {
        padding-top: 1040px !important;
    }
    .basicbha {
        padding-top: 475px !important;
    }
}
@media only screen and (min-width: 1108px) {
    .txacream {
        padding-top: 1083px !important;
    }
    .productDdsCream {
        padding-top: 985px !important;
    }
    .ProductTranexamic {
        padding-top: 1294px !important;
    }
    .ddVitaminA {
        padding-top: 908px !important;
    }
}
@media only screen and (min-width: 1109px) {
    .bannersanphamha {
        padding-top: 418px !important;
    }
    .productazbha20 {
        padding-top: 710px !important;
    }
}
@media only screen and (min-width: 1110px) {
    .Probody {
        padding-top: 875px !important;
    }
}
@media only screen and (min-width: 1112px) {
    .productVitaminA300 {
        padding-top: 1037px !important;
    }
}
@media only screen and (min-width: 1114px) {
    .dacdiemsanphamvtmC {
        padding-top: 965px !important;
    }
    .Basictoner {
        padding-top: 805px !important;
    }
    .stantoner {
        padding-top: 1235px !important;
    }
}
@media only screen and (min-width: 1116px) {
    .Dualureacream {
        padding-top: 960px !important;
    }
    .dacdiemspb315 {
        padding-top: 913px !important;
    }
    .dacdiemsanphamb515 {
        padding-top: 1040px !important;
    }
    .Niab38 {
        padding-top: 530px !important;
    }
    .Producretinol1 {
        padding-top: 1030px !important;
    }
    .Productbody {
        padding-top: 1161px !important;
    }
}
@media only screen and (min-width: 1117px) {
    .Cleansingfoam {
        padding-top: 590px !important;
    }
    .productAHAex {
        padding-top: 550px !important;
    }
    .dacdiemsanphamniaB20 {
        padding-top: 950px !important;
    }
    .basicvtmC {
        padding-top: 980px !important;
    }
    .stantoner {
        padding-top: 1214px !important;
    }
}
@media only screen and (min-width: 1118px) {
    .ddvtmc {
        padding-top: 935px !important;
    }
    .ddarbutin {
        padding-top: 1160px !important;
    }
}
@media only screen and (min-width: 1119px) {
    .dacdiemsanphamb515 {
        padding-top: 1030px !important;
    }
    .Productbody {
        padding-top: 1141px !important;
    }
}
@media only screen and (min-width: 1120px) {
    .ProUreagel {
        padding-top: 795px !important;
    }
    .ddvtb9 {
        padding-top: 910px !important;
    }
}
@media only screen and (min-width: 1121px) {
    .alobhatherapy {
        padding-top: 386px !important;
    }
}
@media only screen and (min-width: 1122px) {
    .Producretinol {
        padding-top: 955px !important;
    }
    .dacdiemsanphamretinol {
        padding-top: 1180px !important;
    }
    .niacb20 {
        padding-top: 1020px !important;
    }
    .Proritinolb1 {
        padding-top: 1170px !important;
    }
    .ddbasicbha {
        padding-top: 1100px !important;
    }
}
@media only screen and (min-width: 1123px) {
    .DdsCream {
        padding-top: 858px !important;
    }
    .VitaminA300 {
        padding-top: 860px !important;
    }
    .Ureaboost {
        padding-top: 820px !important;
    }
    .Productovernght {
        padding-top: 971px !important;
    }
    .productserumB315 {
        padding-top: 897px !important;
    }
    .Producretinol {
        padding-top: 945px !important;
    }
    .productazbha20 {
        padding-top: 695px !important;
    }
}
@media only screen and (min-width: 1124px) {
    .bannersanphamha {
        padding-top: 400px !important;
    }
    .Productbody {
        padding-top: 1111px !important;
    }
    .Basictoner {
        padding-top: 785px !important;
    }
    .stantoner {
        padding-top: 1193px !important;
    }
}
@media only screen and (min-width: 1125px) {
    .ddbasictoner {
        padding-top: 1115px !important;
    }
}
@media only screen and (min-width: 1127px) {
    .productVitaminA300 {
        padding-top: 1019px !important;
    }
    .productVitaminA150 {
        padding-top: 875px !important;
    }
    .ddVitaminA {
        padding-top: 890px !important;
    }
}
@media only screen and (min-width: 1128px) {
    .dacdiemsanphamalco {
        padding-top: 1000px !important;
    }
    .dacdiemsanphamaqua {
        padding-top: 960px !important;
    }
}
@media only screen and (min-width: 1129px) {
    .dacdiemsanphamaqua {
        padding-top: 940px !important;
    }
}
@media only screen and (min-width: 1130px) {
    .dacdiemsanphamEGF {
        padding-top: 570px !important;
    }
    .basicvtmC {
        padding-top: 960px !important;
    }
}
@media only screen and (min-width: 1132px) {
    .ProductTranexamic {
        padding-top: 1272px !important;
    }
}
@media only screen and (min-width: 1133px) {
    .ProTranexamic {
        padding-top: 840px !important;
    }
}
@media only screen and (min-width: 1134px) {
    .dacdiemsanphamaqua {
        padding-top: 920px !important;
    }
    .dacdiemsanphamalco {
        padding-top: 980px !important;
    }
    .productbha-serum {
        padding-top: 645px !important;
    }
    .Hydbhatherapy {
        padding-top: 427px !important;
    }
    .ddbasicbha {
        padding-top: 980px !important;
    }
}
@media only screen and (min-width: 1136px) {
    .dacdiemsanphamretinol {
        padding-top: 1165px !important;
    }
    .Probody {
        padding-top: 855px !important;
    }
}
@media only screen and (min-width: 1137px) {
    .Cleansingfoam {
        padding-top: 580px !important;
    }
    .Utrawater {
        padding-top: 603px !important;
    }
    .productbha-serum {
        padding-top: 625px !important;
    }
    .Aquabhatoner {
        padding-top: 470px !important;
    }
    .ddvtmc {
        padding-top: 915px !important;
    }
    .ddvtb9 {
        padding-top: 895px !important;
    }
}
@media only screen and (min-width: 1138px) {
    .ddbasictoner {
        padding-top: 1095px !important;
    }
    .ddstandtoner {
        padding-top: 1165px !important;
    }
}
@media only screen and (min-width: 1139px) {
    .Productb515 {
        padding-top: 405px !important;
    }
}
@media only screen and (min-width: 1140px) {
    .dacdiemsanphamretinol {
        padding-top: 1150px !important;
    }
    .dacdiemsanphamB38 {
        padding-top: 830px !important;
    }
    .Proritinolb1 {
        padding-top: 1153px !important;
    }
}
@media only screen and (min-width: 1147px) {
    .txacream {
        padding-top: 1063px !important;
    }
    .VitaminA300 {
        padding-top: 817px !important;
    }
    .Productovernght {
        padding-top: 958px !important;
    }
    .Producretinol {
        padding-top: 935px !important;
    }
    .Niab38 {
        padding-top: 515px !important;
    }
    .Producretinol1 {
        padding-top: 1010px !important;
    }
}
@media only screen and (min-width: 1149px) {
    .ProductTranexamic {
        padding-top: 1250px !important;
    }
}
@media only screen and (min-width: 1151px) {
    .Urecream {
        padding-top: 760px !important;
    }
}
@media only screen and (min-width: 1154px) {
    .Productbody {
        padding-top: 1090px !important;
    }
}
@media only screen and (min-width: 1155px) {
    .Vitaminc {
        padding-top: 530px !important;
    }
}
@media only screen and (min-width: 1157px) {
    .niacb20 {
        padding-top: 1000px !important;
    }
}
@media only screen and (min-width: 1160px) {
    .Urecream {
        padding-top: 750px !important;
    }
    .productserum-B3 {
        padding-top: 610px !important;
    }
    .Productbody {
        padding-top: 1080px !important;
    }
}
@media only screen and (min-width: 1170px) {
    .productbha-toner {
        padding-top: 400px !important;
    }
    .product-retinol-toner {
        padding-top: 310px !important;
    }
    .product-retinol015-toner {
        padding-top: 440px !important;
    } /*chỉnh chiều cao cho slider pc cho đều nhau*/
    .flickity-viewport .flickity-slider .slide_sanpham_padding {
        overflow: hidden;
        position: relative; /* height:360px!important;*/
        width: 100%;
    }
} /*chỉnh đường viền footer*/
ul li.bullet-checkmark,
ul li.bullet-arrow,
ul li.bullet-star {
    list-style: none;
    position: relative;
    padding: 7px 0 7px 25px;
    margin: 0;
    border-bottom: 0px solid #ececec;
}
ul li.bullet-checkmark,
ul li.bullet-arrow,
ul li.bullet-star {
    list-style: none;
    position: relative;
    padding: 7px 0 7px 25px;
    margin: 0;
    border-bottom: 0px solid #ececec;
}
.logo-left .logo {
    margin-left: 0;
    margin-right: 42px;
} /**/
.icon-eng {
    width: 16px;
}
.light {
    color: #fff;
} /*nút chuyển slider sp ngoài trang chủ*/
.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button .arrow {
    border-radius: 100%;
    border: 1px solid currentColor;
}
.flickity-prev-next-button.next {
    right: 0%;
}
.flickity-prev-next-button.previous {
    left: 0%;
} /*end*/
.heightproduct {
    height: 100px;
}
.col-inner > .img:not(:last-child),
.col > .img:not(:last-child) {
    margin-bottom: 0em;
} /*định padding cho đặc điểm sản phẩm*/
.paddinglight p {
    margin-top: 0;
    margin-bottom: 0;
} /*chỉh limt phần blog ngoài trang chủ*/
.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 60px;
}
.op-8 {
    opacity: 0.8;
    display: none;
} /*thêm icon html dưới footer*/
.social-icon-footer {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid #000;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
} /*thuộc tính chữ ngoài trang chủ Osaci*/
.section-title span {
    text-transform: inherit;
}
.menublog-text {
    margin-left: 15px;
}
.medium-bold {
    font-weight: bold;
} /*chỉnh màu chủ phần bài viết liên quan*/
.relate a {
    font-weight: normal !important;
} /*chỉnh facback khách hàng*/
.pop-slider.img .img-inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #35373852;
}
.mfp-arrow-right {
    right: 37%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mfp-arrow-left {
    left: 37%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.borderright {
    border-right: 1px solid #0000001f !important;
}
@media only screen and (min-width: 1680px) and (max-width: 3000px) {
    /* .bannerproduct {padding-top: 720px !important;} */
}
.productinformation {
    background-color: #5e5e5e;
    color: #fff !important;
    padding-top: 8px !important;
    padding-bottom: 2px !important;
    line-height: 9px !important;
    padding-left: 8px;
}
.colerlight {
    background-color: #5e5e5e;
    color: #fff !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    line-height: 25px !important;
    padding-left: 15px;
}
.banner h6,
.banner h5,
.banner p {
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0em;
}
.accordion-title {
    font-size: 110%;
    padding: 0.6em 0em;
    display: block;
    position: relative;
    border-top: 1px solid #d3c7c785;
    border-bottom: 1px solid #d3c7c785;
    -webkit-transition: border 200ms ease-out, background-color 0.3s;
    -o-transition: border 200ms ease-out, background-color 0.3s;
    transition: border 200ms ease-out, background-color 0.3s;
}
.icon-angle-down {
    display: none !important;
}
.accordion-inner {
    padding: 1em 1em;
    display: none;
}
.accordion-title {
    font-size: 1.1rem !important;
} /*chỉnh chiều cao tiêu đề mb banner*/
.banner h3 {
    font-size: 2em;
    line-height: 30px !important;
} /*font size ngoài trang chủ trang blog*/
.is-large {
    font-size: 1em;
} /*chỉnh line banner sản phẩm*/
.text_banner h2 {
    line-height: 40px !important;
} /*slider trang chủ*/
.slider-style-shadow {
    padding: 0px 0 0px;
} /*Chỉnh đường viền table*/
.section-title b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: inherit;
    background-color: #5e5e5e;
}
.section-title-bold-center span,
.section-title-bold span {
    border: 2px solid rgb(94 94 94);
    padding: 0.3em 0.8em;
    background-color: #5e5e5e;
    color: white;
    border-radius: 25px 25px;
} /* Custom CSS Tablet */
@media (max-width: 849px) {
    .Effects {
        animation: fadeInLeft 2s ease-in-out;
    }
    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    } /*chỉnh font size và icon ngoài trang chủ*/
    .icon-box-img {
        width: 45px !important;
    } /*.text1{font-size:17px!important;}.text2{font-size:15px!important;}*/ /*chỉnh maù nền đặc điểm sản phẩm*/
    .colerlightmb {
        background-color: #5e5e5e !important;
        color: #fff;
        line-height: 20px;
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 2px;
    } /*chỉnh logo*/
    .logo-left .logo {
        margin-left: 0;
        margin-right: 0px;
    } /*thêm thanh ngang ở footer*/
    .bordertable {
        border: 1px solid #00000085;
    }
    hr {
        margin: 15px 10px !important;
        border-width: 0;
        border-top: 1px solid #00000085;
        opacity: 1;
        margin-right: 2%;
        margin-left: 2%;
    } /*end*/ /*chỉnh nút menu to lên 1 size*/
    .nav > li > a > i.icon-menu {
        font-size: 2.5em;
    } /*canh lề trong munu sp*/
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mfp-close {
        position: relative;
        top: 6px;
    } /**/
    .colorproduct-block {
        background-color: #e4e4e4;
    } /*tùy chỉnh chiều cao cột item trong slide lien quan*/ /* .slider-row .relative{height:550px;} */
    .limit_text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .accordion-title {
        font-size: 0.85rem !important;
    } /*chỉnh line banner sản phẩm*/
    .text_banner h2 {
        line-height: 35px !important;
    }
} /* Custom CSS Mobile */
@media (max-width: 549px) {
    .Effects {
        animation: fadeInLeft 2s ease-in-out;
    }
    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    } /*chỉnh font size và icon ngoài trang chủ*/
    .icon-box-img {
        width: 45px !important;
    } /* .text1{font-size:17px!important;}.text2{font-size:15px!important;} */ /*hiện nut chuyển slide*/
    .slide_didong .slider-wrapper .flickity-prev-next-button {
        display: block !important;
    } /*chỉnh maù nền đặc điểm sản phẩm*/
    .colerlightmb {
        background-color: #5e5e5e !important;
        color: #fff;
        line-height: 15px;
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 2px;
    } /*chỉnh logo*/
    .logo-left .logo {
        margin-left: 0;
        margin-right: 0px;
    } /*chỉnh nút nét sp*/
    .flickity-prev-next-button.next {
        right: -3%;
    }
    .flickity-prev-next-button.previous {
        left: -3%;
    } /*en*/
    .heightproduct {
        height: 85px;
    }
    .accordion-title {
        font-size: 0.85rem !important;
    } /*chỉnh line banner sản phẩm*/
    .text_banner h2 {
        line-height: 35px !important;
    }
}
.label-new.menu-item > a:after {
    content: 'Mới';
}
.label-hot.menu-item > a:after {
    content: 'Thịnh hành';
}
.label-sale.menu-item > a:after {
    content: 'Giảm giá';
}
.label-popular.menu-item > a:after {
    content: 'Phổ biến';
}
