.hdlb_bannerHome .slick-dots li.slick-active button::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 18px;
    background: url(../images/hdlb/water-drop.svg) no-repeat center top;
    background-size: 100% auto;
}

.hdlb_logoWrap img {
    height: 50px !important;
}

.commentlist .children .comment_container>img {
    height: 60px;
    -webkit-object-fit: contain;
    object-fit: contain;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.hdlb_slider--link {
    position: absolute;
    left: 50%;
    bottom: 86px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hdlb_slider--link .hdlb_btn {
    background-color: rgba(255, 2555, 255, 0.8);
    color: #0b71ce;
    box-shadow: 0px 6px 20px 0px #0D74C533;
}

.hdlb_slider--link .hdlb_btn:hover {
    background-color: #0b71ce;
    color: #fff;
}

.hdlb_perfect .hdlb_container {
    max-width: 1160px;
}

.hdlb_perfect--block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.hdlb_perfect--txt {
    flex: 0 0 41.81034482758621%;
    max-width: 41.81034482758621%;
    padding: 0 10px;
}

.hdlb_perfect--txt sub {
    bottom: 0;
}

.hdlb_perfect--img {
    flex: 0 0 53.01724137931034%;
    max-width: 53.01724137931034%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.hdlb_perfect--icon {
    display: block;
    width: 31px;
    height: auto;
    margin: 0 auto;
}

.hdlb_perfect--icon svg {
    position: relative;
    left: 18px;
}

.hdlb_perfect--txt .hdlb_title {
    padding-bottom: 24px;
}

.hdlb_perfect--icon svg {
    width: 100%;
    height: auto;
}

.hdlb_perfect--detail {
    text-align: center;
    line-height: 1.5;
}

.hdlb_perfect--detail p:not(:last-child) {
    margin-bottom: 24px;
}


.hdlb_testimonial {
    width: 100%;
    background-color: #D4F2FF;
    padding-top: 30px;
    padding-bottom: 120px;
}

.hdlb_testimonial .hdlb_container {
    max-width: 1124px;
}

.hdlb_testimonial--filter {
    max-width: 320px;
    margin: 0 auto 24px auto;
}

.hdlb_testimonial--wrap {
    background-color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.hdlb_testimonial-icon {
    display: block;
    width: 31px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.hdlb_testimonial--product {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.hdlb_testimonial--product .img {
    flex: 0 0 92px;
    max-width: 92px;
}

.hdlb_testimonial--product img {
    display: block;
    width: 110px;
    -webkit-transform: rotate(5.2deg);
    transform: rotate(5.2deg);
}


.hdlb_testimonial--product.copy {
    flex-grow: 1;
}

.hdlb_testimonial--product span {
    color: #4F4F4F;
    font-size: 14px;
}

.hdlb_testimonial--product h3 {
    color: #0B71CE;
    font-size: 16px;
    font-weight: 700;
}

.hdlb_testimonial--txt {
    position: relative;
    background-color: #4AB0EB;
    color: #4F4F4F;
    font-size: 16px;
    padding: 40px 15px;
}

.hdlb_testimonial--txt::before,
.hdlb_testimonial--txt::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 19px;
}

.hdlb_testimonial--txt::before {
    background: url(../images/hdlb/quote-left.png) no-repeat center top;
    background-size: 100% auto;
    left: 15px;
    top: 12px;
}

.hdlb_testimonial--txt::after {
    background: url(../images/hdlb/quote-right.png) no-repeat center top;
    background-size: 100% auto;
    right: 15px;
    bottom: 12px;
}

.hdlb_testimonial--author {
    color: #0B71CE;
    font-size: 15px;
    padding: 15px;
    font-weight: 600;
}




/* Space between slider items */
.js-sliderTestimonial .slick-slide {
    padding: 0 10px;
}

.js-sliderTestimonial .slick-list {
    margin: 0 -10px;
}

.js-sliderTestimonial .slick-next {
    right: -80px;
}

.js-sliderTestimonial .slick-prev {
    left: -80px;
}


.hdlb_commitHome {
    margin-top: -80px;
}

.hdlb_commitHome-title {
    background: url(../images/hdlb/commit-bg-title.png) no-repeat center top;
    background-size: cover;
    padding-top: 74px;
    margin-bottom: 20px;
}

.hdlb_commitHome-icon {
    width: 31px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hdlb_commitHome-title .hdlb_title {
    color: #fff;
}

.hdlb_commitHome-icon svg {
    width: 100%;
    height: auto;
}

.hdlb_listCommit {
    justify-content: center;
}

.hdlb_listCommit .item {
    flex-direction: column;
    gap: 10px;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}

.hdlb_listCommit .item .copy h3 {
    margin-bottom: 15px;
}

.hdlb_listCommit .item .copy h3,
.hdlb_listCommit .item .copy h4 {
    font-weight: 600;
}

.page-title .entry-title {
    font-family: UTMAptima !important
}

.products .block-list .wt_tagNews {
    width: 54px;
    height: auto;
    left: auto;
    right: 5%;
    top: 5%;
}

.products .block-list .wt_tagNews img {
    width: 100%;
    height: auto;
}

.hdlb_rate {
    width: auto;
    margin-right: 0;
}

.star-rating {
    margin-right: 10px;
}

.hdlb_desPdWrap li,
.hdlb_desPdWrap p {
    text-transform: initial;
}



.select {
    position: relative
}

.select__header {
    position: relative;
    display: flex;
    min-height: 40px;
    background-color: #FFF4C2;
    color: #0B71CE;
    font-weight: 700;
    cursor: pointer;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 0 25px;
    align-items: center;
}

.select__icon {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
    width: 13px;
    height: 7px;
    background: url(../images/select-icon.png) no-repeat center center;
    background-size: 100% auto;
}

.select .selected__block {
    max-width: calc(100% - 25px);
    flex-grow: 1;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select .selected__item {
    display: inline-flex;
    align-items: center;
    background-color: #c3ccaf
}

.select .selected__item span:not(.remove__item) {
    color: #1e1e1e;
    font-family: "Helvetica Neue";
    font-weight: 400
}

.select .selected__item .remove__item {
    background-size: 100% auto;
    cursor: pointer
}

.select__box {
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    display: none;
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 10px;
    background-color: #FFF4C2;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    z-index: 2
}

.select__box ul {
    padding-right: 5px;
    max-height: 240px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin
}

.select__box li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px 0;
}

.select__box li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.select__box li.selected {
    color: #0B71CE;
    font-weight: 700;
}

.select.open .select__box {
    display: block
}







/* Tab functionality styles */
.hdlb_about--item {
    display: none;
}

.hdlb_about--item.active {
    display: block;
}

.hdlb_about--tab {
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.hdlb_about--tab ul {
    list-style: none;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 1px;
    flex-wrap: wrap;
    box-shadow: 0px 5px 30px 0px #0D74C533;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    padding: 0 20px;

}

.hdlb_about--tab ul li {
    padding: 20px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    color: #9FA4A9;
}

.hdlb_about--tab ul li:hover {
    color: #0B71CE;
}

.hdlb_about--tab ul li.active {
    color: #0B71CE;
}

.hdlb_about--item {
    position: relative;
    width: 100%;
    height: auto;
}

.hdlb_about--item:nth-child(1) {
    background-color: #D4F2FF;
}



/* Container styles */
.hdlb_about .hdlb_container {
    max-width: 1100px;
}

.hdlb_about {
    padding: 60px 0;
    background: #ffffff;
}

.hdlb_about--body {
    margin-top: 20px;
}


/* Core Values Section */
.core-values {
    padding-bottom: 40px;
}

.core-values h2 {
    text-align: center;
    padding-bottom: 88px;
}

.core-values-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 70px;
}

.core-value-card {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    height: auto;
    padding: 0 20px;
}

.core-value-wrap {
    position: relative;
    height: 100%;
    padding: 46px;
    border: 1px solid #0B71CE;
    box-shadow: 0px 6px 20px 0px #0D74C533;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.core-value-header {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    height: 48px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    gap: 10px;
    background-color: #0B71CE;
}

.water-icon-small {
    width: 16px;
    height: auto;
    line-height: 0;
}

.water-icon-small img {
    width: 100%;
    height: auto;
}

.core-value-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    white-space: nowrap;
}

.core-value-content {
    list-style: disc;
}

.core-value-content ul {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    margin-bottom: 15px;
    text-align: justify;
}

.core-value-content li {
    color: #4F4F4F;
    font-weight: 400;
    margin-bottom: 5px;
    list-style: disc;
}

.core-value-image {
    width: 100%;
    height: auto;
    line-height: 0;
}

.core-value-image img {
    width: 100%;
    height: auto;
}


.core-hada-left,
.core-hada-right,
.core-hada-bottom {
    position: absolute;
}

.core-hada-left,
.core-hada-right {
    width: 222px;
    height: 222px;
}

.core-hada-left {
    background: url(../images/hdlb/core-icon2.png) no-repeat center center;
    background-size: 100% auto;
    left: 7%;
    bottom: 5px;
    z-index: 1;
}

.core-hada-right {
    background: url(../images/hdlb/core-icon1.png) no-repeat center center;
    background-size: 100% auto;
    right: -4.5%;
    top: 42%;
    z-index: 1;
}

.core-hada-bottom {
    background: url(../images/hdlb/core-icon3.png) no-repeat center center;
    background-size: 100% auto;
    right: 7%;
    bottom: 5px;
    z-index: 1;
    width: 220px;
    height: 390px;

}

/* Achievements Section */
.achievements {
    padding-bottom: 40px;
}

.achievements-banner {
    width: 100%;
    height: auto;
    line-height: 0;
    margin-bottom: 10px;
}

.achievements-banner img {
    width: 100%;
    height: auto;
}

.achievements-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.achievements-grid>div {
    line-height: 0;
    height: 100%;
}

.achievements-grid>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

/* ROW 1-2 LEFT: Bong bóng Số 1 */
.card-bubble {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

/* ROW 1 RIGHT: Nước dưỡng Lotion */
.card-lotion {
    grid-column: 3 / 5;
    grid-row: 1;
}

/* ROW 2 RIGHT: Ha lên men & Hệ 8 HA */
.card-ha-len-men {
    grid-column: 3;
    grid-row: 2;
}

.card-he-8-ha {
    grid-column: 4;
    grid-row: 2;
}

/* ROW 3 LEFT: We Care Env & We Care Women */
.card-environment {
    grid-column: 1;
    grid-row: 3;
}

.card-women {
    grid-column: 2;
    grid-row: 3;
}

/* ROW 3-4 RIGHT: 277 Triệu */
.card-277 {
    grid-column: 3 / 5;
    grid-row: 3 / 5;
    align-self: stretch;
}

.card-277 img {
    height: 100%;
    object-fit: cover;
}

/* ROW 4 LEFT: Young Generation 2025 */
.card-young-gen {
    grid-column: 1 / 3;
    grid-row: 4;
}



/* History Slider Styles */
.history-slider {
    position: relative;
    padding: 80px 60px;
    background: transparent;
    position: relative;
}

.ball-small {
    position: absolute;
    left: 1%;
    bottom: 30px;
    width: 80px;
    height: 80px;
    background: url(../images/hdlb/water-small.png) no-repeat center center;
    background-size: 100% auto;
}

.ball-big {
    position: absolute;
    right: 1%;
    top: 20px;
    width: 120px;
    height: 120px;
    background: url(../images/hdlb/water-large.png) no-repeat center center;
    background-size: 100% auto;
}

.pattern-logo {
    position: absolute;
    bottom: 20px;
    right: 60px;
    width: 264px;
    height: 115px;
    background: url(../images/hdlb/pattern.png) no-repeat center bottom;
    background-size: 100% auto;
}


.hitory-item {
    height: auto;
    padding: 0 15px;
    opacity: 0.3;
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

.hitory-item.slick-active {
    opacity: 1;
}

.history-slider .slick-slide {
    margin-right: 0px;
}

.hitory-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    gap: 66px;
}

.hitory-txt {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.history-brief {
    width: 100%;
    color: #0B71CE;
    font-size: 18px;
    padding: 0 12px;
    margin-bottom: 20px;
}

.history-brief p {
    margin: 1rem 0;
}

.history-brief ul {
    padding: 0;
    margin: 1rem 0;
    padding-left: 26px;
}

.history-brief li {
    list-style: disc;
    margin-bottom: 5px;
}

.history-info {
    display: flex;
    align-items: center;
}

.history-year {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #0B71CE;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 54px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    gap: 8px;
    padding: 0 20px;
}

.slick-slider .slick-list::before {
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    border-top: 1px dotted #fff;
    top: 50%;
    left: 15px;
    position: absolute;
}

.history-year::before {
    content: '';
    position: absolute;
    width: 31px;
    height: 50px;
}

.history-type {
    background-color: #FFF9C2;
    color: #0B71CE;
    height: 50px;
    display: inline-flex;
    align-items: center;
    -webkit-border-radius: 0 4px 0 4px;
    border-radius: 0 4px 0 4px;
    padding: 0 12px;
    font-size: 26px;
    text-transform: uppercase;
    font-family: UTMAptima;
    white-space: nowrap;
}

.water-icon {
    width: 16px;
    height: auto;
    display: block;
    line-height: 0;
}

.water-icon img {
    width: 100%;
    height: auto;
}

.history-icon {
    position: relative;
    left: -17px;
    top: -5px;
    width: 136px;
    height: 136px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-self: center;
    line-height: 0;
    min-width: 136px;
}

.history-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.hitory-img {
    line-height: 0;
    display: inline-flex;
}

.hitory-img img {
    width: auto;
    height: auto;
    max-width: initial;
    height: 212px;
}

.ball-small {
    -webkit-animation: bubbleAnim 1.5s infinite alternate;
    animation: bubbleAnim 1.5s infinite alternate;
}

.ball-big {
    -webkit-animation: bubbleAnim 1.5s infinite alternate-reverse;
    animation: bubbleAnim 1.5s infinite alternate-reverse;
}

@-webkit-keyframes bubbleAnim {
    0% {
        -webkit-transform: translateY(-15%) scaleY(.9);
        transform: translateY(-15%) scaleY(.9);
    }

    100% {
        -webkit-transform: translateY(15%) scaleX(.9);
        transform: translateY(15%) scaleX(.9);
    }
}


@keyframes bubbleAnim {
    0% {
        -webkit-transform: translateY(-15%) scaleY(.9);
        transform: translateY(-15%) scaleY(.9);
    }

    100% {
        -webkit-transform: translateY(15%) scaleX(.9);
        transform: translateY(15%) scaleX(.9);
    }
}


.hitory-item:nth-child(2n + 1) .hitory-wrap {
    flex-direction: column;
}

.hitory-item:nth-child(2n + 2) .hitory-wrap {
    flex-direction: column-reverse;
}

.hitory-img,
.hitory-txt {
    height: 280px;
}

.hitory-item:nth-child(2n + 1) .hitory-wrap .hitory-img {
    align-items: flex-start;
}

.hitory-item:nth-child(2n + 1) .hitory-wrap .hitory-txt {
    justify-content: flex-end;
}

.hitory-item:nth-child(2n + 1).special .history-info {
    margin-bottom: -15px;
}


.hitory-item:nth-child(2n + 1) .history-year::before {
    background: url(../images/hdlb/mile_stone-down.png) no-repeat center top;
    background-size: 100% auto;
    left: 0;
    top: 100%;
}

.hitory-item:nth-child(2n + 1).special .history-brief {
    margin-bottom: -30px;
}

.hitory-item:nth-child(2n + 2) .hitory-wrap .hitory-img {
    align-items: flex-end;
}

.hitory-item:nth-child(2n + 2) .hitory-wrap .hitory-txt {
    justify-content: flex-end;
    flex-direction: column-reverse;
}

.hitory-item:nth-child(2n + 2).special .history-info {
    margin-top: -30px;
}

.hitory-item:nth-child(2n + 2).special .history-brief {
    margin-top: -30px;
}

.hitory-item:nth-child(2n + 2) .history-year::before {
    background: url(../images/hdlb/mile_stone-up.png) no-repeat center top;
    background-size: 100% auto;
    left: 0;
    bottom: 100%;
}


/* Slick Track Equal Height */
.history-slider .slick-track {
    display: flex !important;
}

.history-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.history-slider .slick-slide>div {
    height: 100%;
    width: 100%;
}



.hdlb_research {
    width: 100%;
    height: auto;
}

.hdlb_research-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.hdlb_research-box img {
    width: 100%;
    height: auto;
}

.hdlb_research-box1-block {
    position: absolute;
    width: 47.30769230769231%;
    right: 1.923076923076923%;
    top: 7.980456026058632%;
}

.hdlb_research-box2-block {
    display: flex;
    position: absolute;
    width: 58.65384615384615%;
    height: auto;
    right: 4.807692307692308%;
    top: 11.43617021276596%;
    justify-content: space-between;
}

.hdlb_research-box2-img1,
.hdlb_research-box2-img2 {
    flex: 0 0 47.54098360655738%;
    max-width: 47.54098360655738%;
}

.hdlb_research-box3-main {
    position: absolute;
    width: 55.28846153846154%;
    bottom: 0;
    right: 0;
}

.hdlb_research-box3-note {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3.835616438356164%;
    display: flex;
    justify-content: center;
}

.hdlb_research-box3-note img {
    width: 93.55769230769231%;
    height: auto;
}

.hdlb_itemPd>img {
    width: 54px;
    height: auto;
    left: auto;
    right: 5%;
    top: 5%;
    position: absolute;
    z-index: 1;
}

.zig-hdlb .hdlb-header .hdlb-title {
    font-family: 'UTMAptima';
}

.hdlb_listStore a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ========================================
   RESPONSIVE MEDIA QUERIES
   ======================================== */

/* Tablet Landscape - 1024px */

@media (min-width: 1025px) {

    .hdlb_imgPdDetail {
        padding: 20px 20px 0 0;
        overflow: hidden;
    }

    .sub-menu-dropdown .wpb_wrapper h4 {
        margin-bottom: 24px !important;
    }

    .sub-menu-dropdown .container {
        padding-bottom: 20px !important;
    }
}

@media (max-width: 1024px) {

    /* Core Values */

    /* Achievements */
    .achievements-grid {
        max-width: 900px;
    }

}

/* Tablet Portrait - 768px */
@media (max-width: 768px) {

    /* History Slider */
    .hdlb_about--tab ul li {
        padding: 20px;
        font-size: 14px;
    }

    /* Core Values */

    .core-value-card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .core-hada-right {
        display: none;
    }

    /* Achievements */
    .achievements-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
        padding: 0 15px;
    }

    .achievement-large,
    .achievement-bestseller,
    .achievement-dual-wrapper,
    .achievement-sales,
    .achievement-awards-wrapper {
        grid-column: 1;
        grid-row: auto;
    }

    .number-highlight {
        font-size: 80px;
    }

    .achievement-number-big {
        font-size: 36px;
    }

}

/* Mobile - 480px */
@media (max-width: 480px) {

    /**/
    .history-slider {
        padding: 40px 40px 100px 40px;
    }

    .hdlb_about--tab ul {
        padding: 0 5px;
    }

    .hdlb_about--tab ul li {
        padding: 10px 5px;
        font-size: 11px;
    }

    .history-year {
        font-size: 22px;
        height: 44px;
    }

    .history-type {
        font-size: 18px;
        height: 40px;
    }

    .history-icon {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }

    .ball-small {
        width: 60px;
        height: 60px;
        bottom: 70px;
        z-index: 1;
    }

    .ball-big {
        width: 80px;
        height: 80px;
        right: 2%;
        top: 10px;
    }

    /* Core Values */

    .core-value-card {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .core-hada-bottom {
        display: none;
    }

    .core-hada-left {
        width: 122px;
        height: 122px;
        left: 0;
    }


    /* Achievements */
    .achievements-grid {
        padding: 0;
    }
}



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

    /* Space between slider items */
    .js-sliderTestimonial .slick-next {
        right: 0;
    }

    .js-sliderTestimonial .slick-prev {
        left: 0;
    }
}

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

    .hdlb_perfect--txt,
    .hdlb_perfect--img {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .hdlb_perfect--icon {
        width: 26px;
    }

    .hdlb_perfect--icon svg {
        left: 16px;
    }

    .hdlb_perfect--detail {
        font-size: 14px;
    }

    .hdlb_perfect--detail p:not(:last-child) {
        margin-bottom: 16px;
    }

}

@media screen and (min-width: 820px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    /*.product-advisory .zig-hdlb .hdlb-products .slick-prev {
        left: -15px;
    }

    .product-advisory .zig-hdlb .hdlb-products .slick-next {
        right: -15px;
    }*/
}

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

    .hdlb_slider--link .hdlb_btn span {
        white-space: nowrap;
    }

    .hdlb_perfect--block {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .hdlb_perfect--txt,
    .hdlb_perfect--img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hdlb_perfect--txt {
        padding: 10% 20px;
    }

    .hdlb_perfect--icon {
        margin-bottom: 6px;
    }

    .hdlb_perfect--detail p:not(:last-child) {
        margin-bottom: 24px;
    }

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

    .js-sliderTestimonial .slick-slide {
        padding: 0 30px;
    }

}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .hdlb_perfect--icon {
        width: 20px;
    }

    .hdlb_perfect--icon svg {
        left: 11px;
    }

    .hdlb_perfect--txt {
        padding: 10% 0;
    }

    .hdlb_perfect--detail {
        font-size: 13px;
    }

    .history-slider {
        padding: 40px 30px;
    }

    .history-slider .slick-slide {
        margin-right: 0;
    }

    .hitory-item {
        padding: 0;
    }

    .history-year {
        font-size: 16px;
        padding: 0 12px;
    }

    .water-icon {
        width: 12px;
    }

    .history-type {
        font-size: 14px;
    }

    .history-brief {
        font-size: 14px;
        padding: 0;
    }

}

@media screen and (max-width: 768px) {
    .achievements-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    /* Thẻ Bong Bóng (có thể bạn đang ẩn trên mobile? Nếu muốn giữ thì để full width) */
    .card-bubble {
        grid-column: 1 / 3;
        grid-row: auto;
        /* display: none; /* Bỏ comment dòng này nếu trên mobile thực sự giấu thẻ bong bóng */
    }

    /* Thẻ Lotion Full Width như thiết kế */
    .card-lotion {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    /* HA và Hệ 8 HA chia đôi */
    .card-ha-len-men {
        grid-column: 1;
        grid-row: auto;
    }
    .card-he-8-ha {
        grid-column: 2;
        grid-row: auto;
    }

    /* Environment & Women chia đôi */
    .card-environment {
        grid-column: 1;
        grid-row: auto;
    }
    .card-women {
        grid-column: 2;
        grid-row: auto;
    }

    /* Young Generation Full Width */
    .card-young-gen {
        grid-column: 1 / 3;
        grid-row: auto;
        order: 7; /* Ép Young Gen lên trước 277 triệu trên mobile nếu cần */
    }

    /* 277 Triệu Full Width */
    .card-277 {
        grid-column: 1 / 3;
        grid-row: auto;
        order: 8; /* Ép 277 Triệu xuống dưới cùng */
    }
}

@media screen and (max-width: 600px) {
    .hdlb_listCommit .item {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .hitory-img img {
        height: 160px;
    }

}


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

    .history-slider .slick-next,
    .history-slider .slick-prev {
        width: 34px;
        height: 34px;
    }

    .history-slider .slick-next {
        right: -5px;
    }

    .history-slider .slick-prev {
        left: -5px;
    }

    .hdlb_btnStore span {
        line-height: 1.3;
        text-align: center;
    }

    .hdlb_logoWrap img {
        height: 46px !important;
    }
}


@media screen and (max-width: 400px) {
    .whb-mobile-right .whb-text-element {
        padding: 0;
    }
}