@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 img {
        height: 100%;
        width: 100%;
    }
    .navbar-light .navbar-brand {
        margin-top: 0;
    }
}

@media(max-width: 992px) {
    .certificate-wrap img {
        width: 100%;
    }
    .header-wrapper .top-bar{
        height:32px;
    }
    .header-wrapper .top-bar img{
        height:100%;
    }
    .main-nav nav.navbar{
        background-color: #fff;
        top: 220px;
    }
}

@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;
    }
    .banner-slider-content{
        height: 100% !important;
    }
    section.product-info .info-content .box-image{
        max-width: 250px;
    }
    section.product-info .info-content .box-text{
        padding: 40px 38px;
        width: 475px;
    }
    section.product-info .info-content .box-image img{
        width: 100%;
        height: 100%;
    }
}
@media(max-width: 550px) {
 section.product-info .info-content .box-text,
 section.product-info .info-content .box-image{
        width: 100%;
        max-width: 100%;
 }
 section.product-info .info-content .box-text{
    padding: 20px !important;
 }
 section.product-info .info-content .box-text{
    position: unset;
    transform: unset;
    height: 100%;
 }
  section.product-info .info-content .box-text h3{
    font-size: 16px;
 }
 section.product-info{
    padding: 30px 0;
 }
  section.product-info .info-content .box-text a.btn-view-more{
        margin-bottom: 10px;
  }
  footer #footer .footer-block .block-item span{
    font-size: 12px;
  }
  footer #footer .footer-block .block-item img {
    margin-right: 2px;
  }
}
@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: #a44539 !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: 70px;
}

.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: 38px;
}

.he-thong-cua-hang .nav.overflow {
    height: 528px;
}
.logo-partner .partner-slide .swiper-slide{
    padding: 0;
}
.logo-partner .partner-slide .parner-image{
    padding: 22px 8px;
}

.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
}

.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
}

.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: #0a81ff !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: 32%;
    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;
}

/**/



footer #footer {
    background: #333;
}

.logo-footer img {
    height: 30px;
}

.banner-slider .swiper-button-next.slider-next, .banner-slider .swiper-button-prev.slider-prev {
    background: rgba(0, 0, 0, 0);
    width: 37px;
    height: 37px;
    border-radius: 100px;
    box-shadow: 1px 1px 2px 1px #1f1f1f63;
    background-image: unset !important;
}
.header-wrapper .top-bar {
    padding-top: 0;
    padding-bottom: 0;
}
.header-wrapper .top-bar img{
    object-fit: cover;
}
.slider-home .swiper-slide img{
 //width: auto !important;
max-width: 100%;
  height: auto;
 object-fit: cover;
}
.banner-slider-content{
    height: 100%;
}
.banner-slider .swiper-button-next.slider-next i, 
.banner-slider .swiper-button-prev.slider-prev i{
    color: #525252;
    font-size: 24px;
}
.banner-slider .swiper-button-next.slider-next,
 .banner-slider .swiper-button-prev.slider-prev{
    padding-top:6px;
 }
 ul.pagination{
    margin-top: 30px;
 }
  .partner-logo{
    text-align: center;
    margin-bottom: 20px;
  }
  .partner-logo a{
    display: inline-block;
     margin-right: 20px;
  }
 .partner-logo img{
  width: 160px;
 }
.logo-partner .partner-slide .swiper-slide .parner-image {
    height: 108px !important;
}
#footer .block-item i{
    font-size: 20px;
}
section.product-info:nth-child(odd) .box-text .product-info-title,
section.product-info.section-3 .box-text .product-info-title{
  background: #A44539 !important;
}
section.product-info:nth-child(odd){
    background: #fff;
}
section.product-info:nth-child(odd) .box-image{
    position: relative;
    margin-left: auto;
    z-index: 10000;
}
section.product-info:nth-child(odd) .box-text{
  right: unset;
  left: 0px;
  padding: 50px 80px;
  background: #eac9c569;
}
section.product-info:nth-child(odd) .box-text a.btn-view-more,
section.product-info.section-3 .box-text a.btn-view-more {
    padding: 10px 20px;
    border: 1px solid #f27982;
    display: inline-block;
    margin-top: 10px;
    color: #f27982;
    background: #fff;
}
section.product-info:nth-child(odd) .box-text a.btn-view-more:hover,
section.product-info.section-3 .box-text a.btn-view-more:hover  {
   background: #f27982 !important;
}
section.product-info:nth-child(odd) .box-text h3 {
    background: #A44539;
    padding: 10px 27px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 6px;
}
section.product-info.section-3{
    background: #eac9c569;
}
section.product-info.section-3 .product-info-title{
 background: #a44539;
}
.comment-answer {
    display: none;
    padding-left: 50px;
    border-left: 1px solid #dee2e6
}
@media(min-width: 1366px) and (max-width: 1440px){
    .slider-home .swiper-slide img{
        width: 100% !important;
        height: 381px;
    }
}
@media(max-width: 1366px){
    .slider-home .swiper-slide img{
         width: 100% !important;
         height: 100%;
    }
}
@media (max-width:768px) {
footer #footer h1.footer-title,.footer-info h2{
    font-size: 16px;
}
    .top-bar .banner-img-horizontal {
        display: block;
    }
}
@media (max-width:550px) {
    .comment-box__wrapper {
        padding: 20px 16px 30px
    }
    .comment--answer {
        padding-left: 20px
    }
    .partner-logo img {
      width: 96px;
    }
    .comment-answer {
        padding-left: 20px
    }
    .partner-logo a {
        margin-right: 10px;
    }
}