/*header*/
.rounded-8{
    border-radius: 8px;
}

.color-text {
    color: var(--color-text);
}

.box-section-header-top {
    background: var(--bg-gradient);
}

.box-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    color: #fff;
}
.header-main>.container>.row>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search-section .input-group .form-control {
    background: var(--white);
    height: 50px;
    line-height: 50px;
    padding: 10px 60px 10px 10px;
    border-radius: 0;
}
.search-section .input-group .btn-submit {
    position: absolute;
    background: none;
    border: 0;
    right: 0;
    z-index: 4;
    color: var(--white);
    font-size: 18px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-highlight);
    border-radius: 0;
}
/*header*/

/*home*/
.box-highlight .item {
    display: flex;
    align-items: center;
}

.box-highlight .item .img {
    flex: 0 0 40px;
    height: 40px;
    border-radius: 110px;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.box-highlight .item  .info .name {
    font-weight: 600;
}

.box-highlight .item .info .description {
    font-size: 13px;
}


.box-category-product .item .inter-content .name a {
    color: #000;
    font-size: 16px;
}

.category-list .item .inter-img {
    margin-bottom: 10px;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.box-section-home-01 {
    padding: 50px 0;
}

.box-flashsale {
    background: var(--bg-gradient);
    padding: 15px;
    border-radius: 12px;
}

.box-flashsale .title-flashsale {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-flashsale .title-flashsale .icon img {
    -webkit-animation: zoom-in-out 2500ms infinite;
    -moz-animation: zoom-in-out 2500ms infinite;
    -o-animation: zoom-in-out 2500ms infinite;
    animation: zoom-in-out 1500ms infinite;
    max-width: 180px;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(0.8, 0.8)
    }

    10%,20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-4deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1, 1, 1) rotate(4deg)
    }

    40%,60%,80% {
        transform: scale3d(1, 1, 1) rotate(-4deg)
    }

    100% {
        transform: scale(0.9)
    }
}

.box-flashsale .swiper .product-item {
    margin-bottom: 0 !important;
    background: #fff;
}

.product-item .inner-content {
    padding: 10px;
}

.box-flashsale .swiper .product-item .inner-image {
    margin-bottom: 0 !important;
}
.title-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.title-link a {
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #444;
    float: right;
    font-size: 13px;
    height: 34px;
    white-space: nowrap;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
}
.box-section-home-02, .box-section-home-03, .box-section-home-04 {
    margin-bottom: 40px;
}

.slider-customer-reviews {
    background: var(--bg-gradient);
    padding: 25px;
    border-radius: 12px;
}

.slider-customer-reviews .item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.slider-customer-reviews .item .top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.slider-customer-reviews .item .top .icon img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.slider-customer-reviews .item .top .icon {
    margin-right: 15px;
}

.slider-customer-reviews .item .note {
    margin-bottom: 10px;
}

.slider-customer-reviews .item .description-short {
    height: 84px;
    overflow: hidden;
}

.box-customer-reviews .info-title .title-section {
    font-size: 40px;
    margin-bottom: 20px;
}

.box-customer-reviews .info-title .dsc {
    font-size: 20px;
}

.box-customer-reviews  .info-title i {
    font-size: 70px;
}

.box-section-home-06,.box-section-home-07{
    margin-bottom: 40px;
}

.box-form-contact {
    background: var(--bg-gradient);
    padding: 30px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
}

.box-form-contact form {
    display: flex;
    position: relative;
}

.box-form-contact .box-form .form-group {
    margin-bottom: 0;
}

.box-form-contact .box-form .form-group .form-control {
    width: 300px;
    max-width: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.box-form-contact .box-form .form-group .btn-submit {
    background: var(--color-highlight);
    border: 1px solid transparent;
    height: 40px;
    border-radius: 0 15px 15px 0;
    padding: 0 15px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.box-form-contact .box-form .form-group .btn-submit:hover {
    color: var(--white);
}

.box-form-contact .info-title .title {
    font-size: 20px;
    color: #fff;
}

.box-form-contact .info-title .dsc {
    color: #fff;
}
/*home*/

.footer-mid-top {
    position: relative;
}

.footer-mid-top:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    left: 0;
    background: var(--light);
    z-index: 0;
}

.footer-mid-top {
    position: relative;
}

.footer-mid-top:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    left: 0;
    background: var(--light);
    z-index: 0;
}

.title-footer {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-footer ul {
    padding-left: 0;
}

.menu-footer ul>li {
    list-style: none;
    margin-bottom: 10px;
}

.menu-footer ul>li>a {
    color: #000;
}

.menu-footer ul>li>a:hover {
    color: var(--color-highlight);
}

.categories, .content-filter-product {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    box-shadow: none !important;
}

.title-left {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 700;
}

.row:not(.no-gutters) {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.box-article-home .article-item {
    background: #e6e8e8;
    border-radius: 10px;
    transition: all .3s ease;
    margin: 10px;
}

.box-article-home .article-item:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.19);
}

.box-article-home .article-item .inner-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.box-article-home .article-item .inner-content {
    padding: 15px 30px;
    background: transparent;
}

.box-article-home .article-item .inner-content .article-description {
    height: 63px;
    overflow: hidden;
    text-align: justify;
    color: var(--gray-bold);
}

.box-fanpage .info iframe {
    width: 100%;
    height: 170px;
}
.header-menu>.container>.row>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotline-top>a {
    background: #d40e00;
    padding: 0 20px;
    border-radius: 20px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    -webkit-animation: zoom-in-out 2500ms infinite;
    -moz-animation: zoom-in-out 2500ms infinite;
    -o-animation: zoom-in-out 2500ms infinite;
    animation: zoom-in-out 1500ms infinite;
}

.hotline-top>a>i {
    font-size: 16px;
}
/*san-pham*/
.title-left-atb {
    font-size: 18px;
    font-weight: 700;
}


.load-more {
    position: relative;
    margin-top: 20px;
}

.load-more>a {
    padding: 8px 25px;
    background: var(--color-highlight);
    color: #fff;
    display: inline-block;
    border-radius: 20px !important;
    cursor: pointer;
}

.load-more>.btn-hide, .info-show-content.show .load-more>.btn-show {
    display: none;
}

.info-show-content.show .load-more>.btn-hide {
    display: inline-block;
}

.info-show-content .content-text {
    max-height: 500px;
    overflow: hidden;
}

.info-show-content.show .content-text {
    max-height: 100%;
}
.load-more>a>i {
    font-size: 10px;
}

.box-category-page.info-show-content {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.content-text h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.content-text h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.content-text img {
    width: 100%;
    height: auto;
}

.wrap-suggestion>.list-unstyled>li>a {
    align-items: center;
}

.wrap-suggestion>.list-unstyled>li>a>div:nth-child(1) {
    flex: 0 0 100px;
    max-width: 100px;
}

.wrap-suggestion>.list-unstyled>li>a>div:nth-child(2) {
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
}


.view-small {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 15px;
}

.view-small .title {
    border-bottom: 1px solid #d1d5db;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.view-small .info .article-item {
    border: 0;
    border-radius: 0;
    display: flex;
    margin-bottom: 20px;
}

.view-small .info .article-item .inner-image {
    flex: 0 0 95px;
    max-width: 95px;
}

.view-small .info .article-item .inner-content {
    padding: 0;
    flex: 1 1;
    padding-left: 10px;
}


.view-small .info .article-item .inner-content .article-title a {
    font-size: 14px;
}

.view-small .info .article-item .inner-content .article-title {
    line-height: 1.2;
    margin-bottom: 5px !important;
    height: 40px;
}

.view-small .info .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
}

.view-small .info .article-item .inner-content .article-description {
    font-size: 13px;
}

.view-small .info .article-item:last-child {
    margin-bottom: 0;
}

.article-page .article-item {
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.article-page .article-item .inner-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.article-page .article-item .inner-content {
    padding: 10px;
}
.article-detail-page, .box-detail-tags {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
}
.article-detail .title-detail {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}
.article-content-info {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.article-entry-info {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article-detail .date-view {
    display: flex;
    align-items: center;
}
.article-detail .date-view .view {
    color: #747474;
    font-size: 16px;
    position: relative;
}
.article-detail .date-view .view i {
    display: inline-block;
    margin-right: 6px;
}
.article-detail .date-view span.seperate {
    display: inline-block;
    margin: 0 10px;
    line-height: 1;
    height: 15px;
    overflow: hidden;
    color: #747474;
}
.article-detail .date-view .post-date {
    color: #747474;
    font-size: 16px;
}
.action-share--content {
    position: absolute;
    width: 170px;
    background: #e1e1e1 !important;
    right: 0;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    z-index: 1;
}
.article-entry-info .action-item--title {
    color: #000;
    font-size: 16px;
    margin-bottom: 1rem;
}
.article-entry-info .list-social {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.article-entry-info .list-social .btn-social {
    margin: 0 4px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.article-entry-info .list-social .btn-social a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #000000;
}
.article-entry-info .article-action .action-item i {
    font-size: 2rem;
    margin-right: 0.8rem;
}

.article-entry-info .action-item {
    position: relative;
}



.categories .categories-section > li:first-child > a {
    padding-top: 0;
}

.categories .categories-section.list-unstyled {
    margin-bottom: 0;
}

.content-text ul {
    padding-left: 20px;
}

.article-page .swiper .swiper-slide .article-item .inner-content .article-description {
    height: 63px;
    overflow: hidden;
}


.menu-vertical--content li.has-child:first-child a:hover {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.menu-vertical--content li.has-child:last-child a:hover {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.box-product-image-detail {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}

.box-product-info-detail, .box-description-detail, .product-content-detail .social-share, .product-detail-footer {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}

.product-rating-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.product-rating-action .title-prd {
    margin-bottom: 0;
}
.box-product-info-detail .product-rating {
    margin-bottom: 7px;
}
.product-action-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-action-detail .btn-cart-buy {
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-action-detail .btn-cart-buy a.add-to-cart {
    flex-basis: calc(50% - 10px);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
}

.box-action-detail .product-quantity {
    margin-bottom: 15px;
}
.box-product-info-detail .price {
    margin-bottom: 10px;
}

.product-action-detail .btn-product-action {
    border-radius: 8px;
    border-color: #ddd;
}
.box-description-detail .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
}

.box-description-detail .content ul {
    padding-left: 20px;
}
.product-content-detail .social-share .share-title {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-content-detail .social-share .list-social {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.product-content-detail .social-share .list-social .btn-social {
    padding-left: 10px;
    padding-right: 10px;
}

.product-content-detail .social-share .list-social .btn-social a {
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #000;
}

.product-detail-head>.row {
    display: flex;
    align-items: flex-start;
}


.product-detail-head {
    margin-bottom: 30px;
}

@media (min-width:1200px){
    .product-detail-head>.row>div {
        position: sticky;
        top: 0;
    }
    
    
    .box-product-content .info-tskt {
        position: sticky;
        top: 0;
    }
    .box-sticky-top>.container>.row {
        display: flex;
        align-items: flex-start;
    }
    
    .box-sticky-top>.container>.row>div {
        height: auto;
        position: sticky;
        top: 0;
        z-index: 4;
        display: inline-block;
        /* width: auto; */
    }

}
 .box-product-content .info-tskt {
    border: 1px solid #ddd;
    border-radius: 8px;
}
.box-product-content .info-tskt .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 10px;
}

.box-product-content .info-tskt .value {
    overflow: hidden;
}

.box-product-content .info-tskt .value table {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0;
    border: 0;
}

.box-product-content .info-tskt .value table tbody {
    border: 0;
}

.box-product-content .info-tskt .value table tbody tr, .box-product-content .info-tskt .value table tbody td {
    border: 0;
}

.box-product-content .info-tskt .value table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.box-product-content .info-tskt .value table tbody td {
    padding: 5px;
    font-size: 13px;
}
.product-detail-footer .nav li {
    margin-right: 20px;
}
.swiper .swiper-slide {
    margin-bottom: 1px;
}

.box-image-product .item.item-img>a {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    background: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    color: #000;
}

.box-contact-website .img {
    border-radius: 20px;
    overflow: hidden;
}

.box-contact-website .info-form .title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}

.box-contact-website .info-form .dsc {
    margin-bottom: 20px;
    font-size: 15px;
}

.box-contact-website .info-form .form-group {
    margin-bottom: 15px;
}

.box-contact-website .info-form .form-group .form-control {
    border-radius: 8px;
    height: 48px;
    border-color: #ddd;
}

.box-contact-website .info-form .form-group textarea.form-control {
    height: 100px;
}

.box-contact-website .info-form .form-group .btn-submit {
    border-radius: 8px;
}
.box-map-contact {
    background: var(--light);
    /* margin-top: 50px; */
    /* padding-left: calc((100% - 1170px)/2); */
    overflow: hidden;
}

.box-map-contact>.row {
    display: flex;
    align-items: center;
}

.info-website .info .item>span {display: block;}
.info-website .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-website .dsc {
    margin-bottom: 25px;
    font-size: 16px;
}

.info-website .info .item {
    margin-bottom: 30px;
}

.info-website .info .item span.name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.info-website .info .item span.name>svg {
    display: inline-block;
    margin-right: 10px;
}
.info-website .info>.row>div:nth-child(3) .item, .info-website .info>.row>div:nth-child(4) .item {
    margin-bottom: 0;
}
.box-section-home-06 {
    background: #f3f3f3;
    padding: 40px 0;
}

/*CSS by quyettq*/
.search-box {
    position: relative;
    display: inline-block;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    min-width: 200px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 252px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.search-dropdown .search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-box:hover .search-dropdown {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.search-box:hover .search-icon i:before {
    content: "\f063";
}

.header-action .btn-action-header {
    color: #252525;
    text-align: center;
    line-height: 80px;
    display: block;
    padding: 0 10px;
}

.header-action .btn-action-header:hover {
    color: var(--color-highlight);
}

.header-action .btn-action-header i {
    font-size: 20px;
}

.header-action:last-child .btn-action-header {
    border-right: none;
}

.header-action .btn_minicart .items-number {
    top: 30%;
    right: 30%;
    transform: translate(30%, -30%);
    background: var(--color-highlight);
}


header {
    padding-bottom: 80px;
    max-height: 80px;
    overflow: hidden;
}

.setting-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.96);
    z-index: 123;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: 80px;
}
.setting-menu.fixed{
    position: fixed;
}

.item_social img {
    height: 35px;
    margin-right: 10px;
}

.footer-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}

.img_bct {
    max-height: 40px;
}

.hop_tac:hover {
    text-decoration: underline;
}

.btn_load {
    color: var(--color-highlight);
    border: 1px solid;
}

.btn_load:hover {
    color: var(--white);
    background: var(--color-highlight);
}

.title-section.title_under {
    color: var(--color-highlight);
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}

.title-section.title_under:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 125px;
    height: 1px;
    background: #e1e1e1;
}

.bg-categories {
    background: #edf0f2;
}

.category-list .inter-img .img span {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 16px;
    font-style: italic;
}

.category-list .inter-img .img {
    display: block;
    position: relative;
    transition: all .3s ease;
}

.category-list .inter-img:hover .img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content_contact {
    color: var(--color-text);
}

.content_contact .name, .tab_info .tab-pane .title_tab {
    font-size: 20px;
}

.btn_see_more {
    display: inline-block;
    border: 2px dotted #e3e3e3;
    border-radius: 15px;
    color: #fff;
    padding: 5px 20px;
    transition: 300ms all;
}

.btn_see_more:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
    color: var(--white);
}

.box-article-home .article-item .article-title a {
    color: var(--color-highlight);
}

.bg_video_company {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}

.bg_video_company:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
}

.bg_video_company > .container {
    position: relative;
    z-index: 2;
}

.content_video {
    padding: 200px 0;
}

.content_video .title-section span {
    color: var(--color-highlight);
}

.tab_info .tab-pane .title_tab {
    color: #f5365c;
}

.btn_video i {
    transition: all .3s ease;
    font-size: 55px;
    display: flex;
    color: var(--white);
    width: max-content;
}

.content_video .video_company:hover .btn_video i {
    color: var(--white);
    font-weight: 900;
}

.lg-backdrop {
    background: rgb(0 0 0 / 70%);
}

.lg-toolbar {
    background: rgb(0 0 0 / 50%);
}

.tab_info .title-tab .block-tab .nav-item {
    max-width: calc(100% / 4);
    width: 100%;
}

.tab_info .title-tab .block-tab .nav-item .nav-link:before,
.tab_info .title-tab .block-tab .nav-item .nav-link:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    border-top: 0 solid transparent;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-bottom: 26px solid #e3e8eb;
    width: 52px;
    margin: auto;
    z-index: 2;
    display: none;
    transition: border none;
}

.tab_info .title-tab .block-tab .nav-item .nav-link:after {
    bottom: -3px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #f5365c;
    width: 60px;
    background: transparent;
    z-index: 1;
}

.tab_info .title-tab .block-tab .nav-item .nav-link.active:after,
.tab_info .title-tab .block-tab .nav-item .nav-link.active:before {
    display: block;
}
    
.tab_info .title-tab .block-tab .nav-item .nav-link {
    color: var(--gray-bold);
    padding: 0 0 30px 0;
    text-align: center;
    filter: grayscale(100%);
    transition: none;
}

.tab_info .title-tab .block-tab .nav-item .nav-link.active {
    color: #f5365c;
    filter: none;
}

.tab_info .title-tab .block-tab .nav-item .nav-link.active .img_tab img {
    /* filter: invert(52%) sepia(51%) saturate(4774%) hue-rotate(44deg) brightness(93%) contrast(59%); */
}

.tab_info .tab-content .tab-pane {
    border-top: 4px solid #f5365c;
    background: #e3e8eb;
    padding: 30px 0;
    color: #727272;
}

.tab_info .tab-pane.fade {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab_info .tab-pane.show {
    opacity: 1;
}

.tab_info .btn_see_more {
    border-color: #f5365c;
    color: #f5365c;
}

.tab_info .btn_see_more:hover {
    background: var(--white);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn_buy_home .add-to-cart {
    height: auto;
    line-height: normal;
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
    background: var(--color-highlight);
    color: var(--white);
    transition: all .3s ease;
    border: 1px solid var(--color-highlight);
}

.btn_buy_home {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
}

.btn_buy_home .add-to-cart.view_fast {
    background-color: var(--gray-bold);
    border-color: var(--gray-bold);
}

.btn_buy_home .add-to-cart:hover {
    background: var(--white);
    color: var(--color-highlight);
}

.btn_buy_home .add-to-cart.view_fast:hover {
    color: var(--color-main);
}

.warehouse_status .in-stock {
    font-weight: 200;
}

.box-section-home-03 .product-title {
    font-weight: 400;
}

.home .product-attribute-switch.image-switch .swiper-slide img {
    border-radius: 50%;
    border: 1px solid var(--gray-bold);
    transition: all .3s ease;
    aspect-ratio: 1;
}

.home .product-attribute-switch.image-switch .swiper-slide:hover img {
    border-color: var(--color-highlight);
    cursor: pointer;
}

.home .product-attribute-switch .swiper-button-next,
.home .product-attribute-switch .swiper-button-prev {
    width: max-content;
}

.home .product-attribute-switch .swiper-button-next {
    right: 0;
}.home .product-attribute-switch .swiper-button-prev {
    left: 0;
}

.swiper-wrapper.center-slide {
    justify-content: center;
}

.section-chill .chill-frame {
    background: #e2e8eb;
    padding: 45px 15px;
    position: relative;
    margin-bottom: 3rem;
}

.section-chill .chill-before, .section-chill .chill-after {
    background-repeat: repeat-x;
    position: absolute;
    top: 15px;left: 0;
    width: 100%;
    height: 15px;
}

.section-chill .chill-after {
    bottom: 15px;
    top: auto;
}

.chill-library .img_from_customer .img_item {
    border: 1px solid #e2e8eb;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
}

.chill-library .img_from_customer .img_item img {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: all .3s;
}

.chill-library .img_from_customer .img_item:hover {
    border-color: var(--color-highlight);
}

.chill-library .img_from_customer .img_item:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.chill-library .swiper-button-prev, .chill-library .swiper-button-next {
    border-radius: 5px;
    background: var(--gray-bold);
    border-color: var(--gray-bold);
    color: var(--white);
}

.chill-library .swiper-button-prev {
    left: 8px;
}

.chill-library .swiper-button-next {
    right: 8px;
}

.chill_tag {
    display: inline-block;
    border: 2px solid #e1e1e1;
    border-radius: 15px;
    color: var(--color-highlight);
    padding: 5px 20px;
    transition: 300ms all;
    font-weight: bold;
}

.chill_tag:hover {
    border: 2px solid var(--color-highlight);
    transition: 300ms all;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer-map iframe {
    height: 100%;
    max-height: 175px;
    overflow: hidden;
}

body .lg-backdrop.in {
    z-index: 1052;
}

body .lg-outer {
    z-index: 1055;
}

.menu-section .entry-menu.dropdown ul {
    border-radius: 8px;
}

@media (min-width: 992px) {
    .header-action .btn-action-header {
        min-width: 60px;
        border-right: 1px #e1e1e1e1 solid;
    }
    
    .header-action:first-child .btn-action-header {
        border-left: 1px #e1e1e1e1 solid;
        border-width: 0 1px;
    }
}
    
@media (min-width: 1200px) {
    .bg_video_company {
        background-attachment: fixed;
    }
    
    .btn_buy_home .add-to-cart {
        width: 49%;
    }
    
    .btn-action-header.btn_user i {
        display: none;
    }
    
    #quick-view-modal .modal-xl {
        max-width: 1000px;
    }
    
    .menu-section.menu_custome > ul > li > a > span.icon {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin: 0;
        width: 30px;
        height: 30px;
        display: inline-block;
        margin: 0;
        padding: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        overflow: hidden;
        line-height: normal;
    }
    
    .setting-menu > .container {
        position: relative;
    }
    
    .setting-menu .menu-section .entry-menu.full-width {
        left: 15px;
        width: calc(100% - 30px);
    }
    
    .menu-section.menu_custome > ul > li.item_df > a > span.icon {
        background-size: 56% auto;
    }
    
    .menu-section.menu_custome > ul > li > a > span {
    line-height: 20px;
    }
    
    .menu-section.menu_custome > ul > li.has-child > a i {
        position: absolute;
        bottom: 5px;
        margin-left: 0;
    }
    
    .menu-section.menu_custome > ul > li > a.active > span.icon,
    .menu-section.menu_custome > ul > li:hover > a > span.icon {
        background-position: center top;
    }

    .menu-section.menu_custome > ul > li > a {
        text-align: center;
        font-size: 14px;
        padding: 15px 25px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        line-height: normal;
    }
    
    .menu-section.menu_custome > ul > li > a.active,
    .menu-section.menu_custome > ul > li:hover > a {
        background: var(--color-highlight);
        color: var(--white) !important;
    }
    
    .menu-section.menu_custome > ul > li {
        margin: 0;
    }
}
/*END css Quyettq*/

@media (max-width:1200.98px){
    .btn-action-header.btn_user span {
        display: none;
    }
    
    .main-header-mobile>.container>.row>div:nth-child(3) {
        display: flex;
        justify-content: flex-end;
    }

    .box-highlight .item {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .box-section-home-01 {
        padding: 30px 0;
    }
    .box-category-product .item .inter-content .name a {
        font-size: 14px;
    }
    .box-flashsale .title-flashsale .icon img {
        max-width: 122px;
    }
    
    .countdown--number {
        font-size: 13px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }
    
    .wrp-rating-price .price {
        display: flex;
        flex-direction: column;
    }
    
    .price-amount.old-price {
        margin-left: 0;
    }
    .swiper .product-item .product-title {
        height: 35px;
        overflow:hidden;
        margin-bottom: 5px;
    }
    
    .box-section-home-02 {
        margin-bottom: 30px;
    }
        
    .title-link {
        margin-bottom: 15px;
    }
    
    .title-section {
        font-size: 20px;
    }
    .row:not(.no-gutters) {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .box-customer-reviews .info-title i {
        font-size: 45px;
    }
    
    .box-customer-reviews .info-title .title-section {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .box-customer-reviews .info-title .dsc {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .article-item .article-title {
        height: 35px;
    }
    .box-form-contact .box-form .form-group .form-control {
        width: 100%;
        height: 40px;
    }
    
    .box-form-contact .box-form .form-group {
        flex: 1 1;
    }
    
    .box-form-contact .box-form{
        width: 100%;
    }
    
    .box-form-contact .box-form .form-group:last-child {
        flex: 0 0 96px;
    }
    
    .box-form-contact .info-title {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .box-form-contact {
        padding: 20px;
    }
    
    .box-footer-mb {
        padding: 30px 0;
    }
    
    a.btn-filter-mobile {
        padding:  5px 10px;
        background: var(--color-highlight);
        display: inline-flex;
        align-items: center;
        color: #fff;
        border-radius: 5px;
    }
    
    .product-image-detail-top {
        margin-bottom: 10px;
    }
    
    .product-action-detail .btn-cart-buy a.add-to-cart {
        flex-basis: calc(50% - 5px);
        font-size: 11px;
        padding: 0 0.5rem;
    }
    
    .product-action-detail .btn-cart-buy {
        flex-basis: calc(100% - 53px);
        max-width: calc(100% - 53px);
    }
    .product-detail-head ,.product-detail-footer{
        margin-bottom: 10px;
    }
    .product-detail-footer .nav li a {
        font-size: 14px;
    }
    .product-detail-footer .nav li:last-child{
        margin-right: 0;
    }
    .box-contact-website .info-form .title {
        font-size: 25px;
    }
    
    .box-contact-website .img {
        margin-bottom: 15px;
    }
    
    .box-map-contact {
        margin-top: 15px;
    }

    .box-map-contact .info-website {
        padding: 10px 15px 0;
    }
    
    .info-website .title {
        font-size: 25px;
    }
    
    .info-website .dsc {
        margin-bottom: 20px;
    }
    
    .info-website .info .item {
        margin-bottom: 15px;
    }
    
    .info-website .info .item span.name {
        margin-bottom: 10px;
    }
    .content-text h2 {
        font-size: 18px;
    }
    
    .content-text h3 {
        font-size: 16px;
    }
    .logo-section {
        text-align: center;
    }
    .box-mobile-header>.container>.row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }
    
    .slider-customer-reviews {
        padding: 15px;
    }
    .box-section-home-06 {
        padding: 30px 0;
    }
}

@media (max-width:991.98px){
    .box-highlight .item {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .btn_buy_home .add-to-cart {
        width: 100%;
    }
    
    .box-highlight .item .img {
        margin-right: 0;
        width: 40px;
    }
        .box-map-contact>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .setting-menu .btn_minicart {
        font-size: 24px;
        padding: 0;
        color: var(--color-main);
    }
    
    .header-action .btn_minicart .items-number {
        right: -6px;
        top: 26px;
    }
    
}
@media (max-width:767px){
    .home .product-attribute-switch.image-switch .swiper-slide img {
        max-width: 80%;
    }
    
    .box-footer-mb .container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .article-detail .title-detail {
        font-size: 20px;
    }
    
    .article-detail .date-view .post-date {
        font-size: 13px;
    }
    
    .article-detail .date-view .view {
        font-size: 13px;
    }
    
    .article-entry-info .action-item .name {
        font-size: 13px;
    }
    .box-product-info-detail, .box-description-detail, .product-content-detail .social-share, .product-detail-footer {
        padding: 10px;
    }
    .box-flashsale, .view-small,.box-category-page.info-show-content,.box-rating-vm, .comment-section ,.article-detail-page, .box-detail-tags{
        padding: 10px;
    }
    
    .rating-form {
        padding: 2rem;
    }
    .menu-section, .menu-vertical--nav {
        width: 100%;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.breadcrumbs-section a:last-child::after {
    display: none;
}

a.btn-product-action.added-wishlist i {
    color: var(--color-highlight);
}

.title-rating-cm {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.swiper .product-item .product-title {
    height: 34px;
}

.box-cart-info {
    border: 1px solid #142239;
    border-radius: 8px;
    font-size: 14px;
    overflow: hidden;
}

.order footer .footer-mid-top, .member footer .footer-mid-top {
    background: #f3f3f3 !important;
}

.box-category-page .title-section {
    margin-bottom: 15px;
    font-size: 25px;
}

.bootstrap-select.form-control .btn-light {
    background: #fff;
}