@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        padding-top: 0;
    }

    .header-wrapper .header-main .main-nav .navbar-nav .nav-item:hover a,
    .block-item:hover a {
        color: #333;
    }

    .header-wrapper .header-main .main-top {
        position: relative;
    }

    .header-wrapper .top-bar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-wrapper .top-bar img {
        height: 100%;
        width: 100%;
    }
}

@media(max-width: 992px) {
    .certificate-wrap img {
        width: 100%;
    }
}

@media(max-width: 768px) {

    section.product-info-2 .info-content .box-text,
    section.product-info-2 .info-content .icon-image-2 {
        z-index: 1;
    }

    section.product-info-2 .info-content .box-text {
        background: #eac9c575;
    }
}

@media(max-width: 376px) {

    section.product-info-2,
    section.product-info {
        overflow-x: clip;
    }
}

.btn-view-more:hover,
a.view-more:hover {
    color: #fff !important;
    background: #f27982 !important;
}

.info-content img {
    transition: all 0.5s;
}

.info-content .box-image {
    overflow: hidden;
}

.info-content:hover img {
    transform: scale(1.1);
}

.single-product h2.content-title {
    font-weight: 600;

}

.single-product .product-info-content .product-info .description-short .nav-item {
    margin-right: 16px;
    margin-left: 16px;
}

.he-thong-cua-hang h4 {
    font-size: 20px;
}

.header-main.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000000;
    top: 0;
    display: block;
    transition: all 0.5s;
    padding-top: 5px;
    box-shadow: 1px 1px 8px #828282;
}

.header-main .navbar-brand img {
    transition: all 0.5s;
    height: 78px;
}

.header-main.fixed .navbar-brand img {
    height: 50px;
}

.header-main.fixed .main-top {
    display: none;
}

.banner-slider__frame,
    {
    width: 100%;
}

.product-item .box-text h3.product-title {
    font-size: 16px;
    min-height: 75px;
    line-height: 24px;
}

.he-thong-cua-hang .nav.overflow {
    height: 528px;
}

.logo-partner .partner-slide .swiper-slide {
    padding: 25px 32px;
}

.page .expert-brand ul.standard {
    background: transparent;
    padding-left: 0;
}

.page .expert-brand ul.standard li {
    background: #E0E9F2;
    padding-left: 30px;
}




.comment-box {
    padding: 30px 0
}

.comment-box__wrapper {
    padding: 20px 30px 30px;
    border: 1px solid #dee2e6
}

.comment-box__title {
    font-size: 16px;
    margin-bottom: 10px
}

@media (max-width:575px) {
    .comment-box__wrapper {
        padding: 20px 16px 30px
    }
}

.comment:not(:first-child) {
    margin-top: 30px
}

.comment__name {
    font-size: 14px;
    margin-bottom: 4px
}

.comment__name span {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    padding: 0 16px;
    border-radius: 4px;
    background-color: #ff677e;
    color: #fff
}

.comment__stars {
    margin-bottom: 4px
}

.comment__text {
    color: #666;
    margin-bottom: 20px
}

.comment__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.comment__images img {
    height: 75px;
    margin-right: 15px;
    margin-bottom: 15px
}

.comment__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment__like {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    margin: 0;
    color: #999;
    cursor: pointer
}

.comment__like::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff677e;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.comment__like input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0
}

.comment__like input:checked~.fa {
    color: #ff677e
}

.comment__like input:checked~span {
    font-weight: 700;
    color: #ff677e
}

.comment__time {
    color: #666;
    padding-left: 20px;
    position: relative
}

.comment__time::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff677e;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.comment--answer {
    padding-left: 50px;
    margin-top: 16px !important;
    border-left: 1px solid #dee2e6
}

@media (max-width:575px) {
    .comment--answer {
        padding-left: 20px
    }
}

.comment-answer {
    display: none;
    padding-left: 50px;
    border-left: 1px solid #dee2e6
}

@media (max-width:575px) {
    .comment-answer {
        padding-left: 20px
    }
}



.star-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    top: 2px;
    z-index: 1
}

.star-input input {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
    opacity: 0
}

.star-input span {
    width: 0;
    height: 20px;
    position: relative;
    z-index: 1
}

.star-input span::before {
    content: "\f006";
    font-family: fontawesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #666;
    position: absolute;
    top: 0;
    left: 0
}

.star-input input:checked~span::before {
    content: "\f005";
    color: #ffc120
}

.star-input:hover span::before {
    content: "\f006" !important;
    color: #666 !important
}

.star-input input:hover~span::before {
    content: "\f005" !important;
    color: #ffc120 !important
}

.stars::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: fontawesome;
    letter-spacing: 4px;
    color: #e79eb7 !important
}

.stars--0::before {
    content: "\f006 \f006 \f006 \f006 \f006"
}

.stars--0-5::before {
    content: "\f123 \f006 \f006 \f006 \f006"
}

.stars--1::before {
    content: "\f005 \f006 \f006 \f006 \f006"
}

.stars--1-5::before {
    content: "\f005 \f123 \f006 \f006 \f006"
}

.stars--2::before {
    content: "\f005 \f005 \f006 \f006 \f006"
}

.stars--2-5::before {
    content: "\f005 \f005 \f123 \f006 \f006"
}

.stars--3::before {
    content: "\f005 \f005 \f005 \f006 \f006"
}

.stars--3-5::before {
    content: "\f005 \f005 \f005 \f123 \f006"
}

.stars--4::before {
    content: "\f005 \f005 \f005 \f005 \f006"
}

.stars--4-5::before {
    content: "\f005 \f005 \f005 \f005 \f123"
}

.stars--5::before {
    content: "\f005 \f005 \f005 \f005 \f005"
}

.btn-primary {
    color: #212529;
    background-color: #2d2d2dd4;
    border-color: #2d2d2dd4;
}

.header-wrapper .header-main .main-top .cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-top .cart .partner {
    cursor: pointer;
}

.main-top .cart .partner-wrapper {
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: opacity 200ms, -webkit-transform 500ms;
    transition: opacity 200ms, -webkit-transform 500ms;
    -o-transition: transform 500ms, opacity 200ms;
    transition: transform 500ms, opacity 200ms;
    transition: transform 500ms, opacity 200ms, -webkit-transform 500ms;
    opacity: 0;
    z-index: 1000;
}

.main-top .cart .partner.has-hover:hover .partner-wrapper {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}

.partners-list {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}

.partners-list li {
    max-width: 22%;
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.partner-wrapper .inner {
    padding: 30px 20px;
    background-color: #fff;
    margin-top: 43px;
    width: 420px;
}

.partner-wrapper .partners-list li a {
    display: block;
}

.partner-wrapper .partners-list li {
    margin-bottom: 10px;
}

.partner-wrapper .partners-list li:first-child {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
}

.partner-wrapper .partners-list li:first-child img {
    width: auto;
    height: 50px;
}

.partner-wrapper .partners-list li img {
    width: 100%;
}

/*Phuonghv google dịch*/

.google-translate {
    overflow: hidden;
    min-width: 150px;
    height: 30px;
}

.google-translate .goog-te-combo {
    margin: 0 !important;
    border: 1px solid #999 !important;
    padding: 5px 8px !important;
    border-radius: 4px !important;
    height: 30px;
    min-width: 130px;
}

.goog-te-banner-frame {
    display: none;
}


.header-wrapper .header-main .main-nav .navbar-nav .nav-item a.nav-link {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

.header-main.fixed .navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
}

footer #footer {
    background: #333;
}

@media (min-width: 992px) {

    .header-wrapper .top-bar {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.header-wrapper .top-bar {
    background-color: #333;
}

.header-wrapper .top-bar .slogan h1 {
    color: #fff;
    font-size: 18px;
}

.technology-biomimic-wraper .intro-video iframe {
    width: 80% !important;
    height: 500px !important;
}


.buttons_added {
    display: none;
}

@media(max-width: 540px) {


    section.product-info .info-content .box-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    section.product-info .info-content .box-text {
        position: static;
        background: #ffffffbd;
        transform: translateY(-50%);
        width: 100%;
        height: auto;
        margin-top: 200px;
        padding: 10px;
    }

    section.product-info-2 .info-content .box-text {
        position: absolute;
        padding: 10px 10px;
        background: #ECF3F9;
        top: 123%;
        transform: translateY(-50%);
        width: 100%;
        height: auto;
        left: 0;
    }

    section.product-info {
        padding-top: 50px;
        padding-bottom: 0px;
        background: #f0eeff;
    }

    section.product-info-2 {
        padding-top: 0px;
        padding-bottom: 300px;
    }

    footer #footer h1.footer-title {
        color: #ffff;
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .footer-info h2 {
        font-size: 20px;
    }

}


/*add style 2024*/
@media (max-width: 426px) {
    section.best-seller .best-seller-content::before {
        background-size: 81%;
        display: none;
    }
}


.product-item {
    position: relative;
}

.product-item .box-text .label-best {
    background: #3CA1FF;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}

.product-item .box-text .label-new {
    background: #FF4242;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}

.box-content ul {
    margin-left: 17px;
    line-height: 26px;
    margin-top: 10px;
}

.info-content h4 {
    margin-bottom: 14px;
}

.info-content ul li {
    margin-bottom: 10px;
}

/*End*/