/*header*/
.rounded-8{
    border-radius: 5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
}
.box-section-header-top {background: linear-gradient(to right, #F47B20, #f3a367);}

.box-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    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: #f6f6f6;
    border-radius: 20px !important;
}
.search-section .input-group .btn-submit {
    position: absolute;
    background: none;
    border: 0;
    right: 0;
    z-index: 4;
    color: #000;
    font-size: 18px;
    padding: 5px 15px;
}

.box-section-header-top>.container>.row {
    display: flex;
    align-items: center;
}
.box-section-header-top>.container>.row>div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
}

.topbar-section .language-switch .title img {
    width: 30px;
    height: 20px;
    object-fit: cover;
    margin-right: 5px;
}

.topbar-section .language-switch .title a.language-picker {
    color: #000;
}

.topbar-section .language-switch .title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search-section .form-info {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

.search-section:hover .form-info {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
/*header*/

/*home*/
.box-category-hot .item .inter-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/25%);
}

.box-category-hot .item .inter-content .description {
    color: #fff;
    margin-bottom: 10px;
}

.box-category-hot .item .inter-content .name {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.box-category-hot .item-01 .inter-image .img {
    padding-top: 102%;
}
.item.item-03 {
    margin-bottom: 15px;
}
.box-category-hot .item-02 .inter-image .img {
    padding-top: 210.5%;
}
.box-category-hot .item .inter-content .link a {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border-radius: 46px;
    border: 2px solid #fff;
}
.box-category-hot .item .inter-content .link a:hover {
    border-color: var(--color-highlight);
    background: var(--color-highlight);
}

.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;
}

.slider-customer-reviews .item {
    background: #f1fafa;
    padding: 30px;
    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-07{
    margin-bottom: 50px;
    padding-top: 50px;
}

.box-form-contact {
    background: var(--color-highlight);
    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: #000000;
    border: 0;
    height: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0 15px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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


.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: flex;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.button-contact i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}

/*home*/


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

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

.footer-mid-top:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    left: 0;
    background: #ffffff;
    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;
}

.categories, .content-filter-product {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    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 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

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

.box-article-home .article-item {
    background: #ffffff;
    border-radius: 5px;
}

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

.article-item .inner-content {
    padding: 15px;
}

.article-item .inner-content .article-description {
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    max-width: 100%;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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:last-child {
    background: var(--color-highlight);
}

.hotline-top>a>i {
    font-size: 16px;
}

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

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

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

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

    100% {
        transform: scale(0.7)
    }
}
/*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-radius: 5px;
    padding: 15px;
    margin-bottom: 0;
    margin-top: 15px;
    background: #fff;
}

.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-radius: 5px;
    padding: 15px;
    background: #fff;
}

.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: 5px;
    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: 5px;
    /* border: 1px solid #ddd; */
    margin-bottom: 0;
    background: #fff;
}

.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;
}
.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 {
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

.box-product-info-detail, .box-description-detail, .product-content-detail .social-share, .product-detail-footer {
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

.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: 5px;
}

.cus-header-hotline {
    width: min-content;
}

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

.product-action-detail .btn-product-action {
    border-radius: 5px;
    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: 5px;
    color: #000;
}

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


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

@media (min-width:1200px){
    .menu-section > ul > li > a {
        background: #F1FAF6;
        padding: 0 18px;
        border-radius: 20px;
    }
    
    .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: 5px;
}
.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: 30px;
}
.swiper .swiper-slide {
    margin-bottom: 1px;
}
.swiper-thumbs .swiper-slide .img {
    border-radius: 5px;
}
.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: 5px;
    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: 5px;
}
.box-map-contact {
    background: #ffffff;
    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: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-section-home-02 {
    background: #76BF4B;
    padding: 50px 0;
}

.box-flashsale .title-flashsale {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.box-flashsale .title-flashsale .icon-countdown {
    display: flex;
    align-items: center;
}

.box-flashsale .title-flashsale .icon-countdown .countdown-info {
    display: flex;
    align-items: center;
}

.box-flashsale .title-flashsale .icon-countdown .icon {
    margin-right: 20px;
}

.box-flashsale .title-flashsale .icon-countdown .countdown-info .title-countdown {
    margin-right: 15px;
}
.box-form-contact .box-form .form-group .btn-submit:hover {
    background: #575757;
    color: #ffffff;
}

.load-more>a:hover {
    background: #000;
}


.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: 40px;
    overflow: hidden;
}
.product-item .inner-content .product-action-button a.btn-product-wishlist {
    color: #000;
    width: 40px;
    border: 1px solid #ddd;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
@media (min-width:992px) and (max-width:1200px){
    .box-product-pc a.btn-filter-mobile {
        display: none;
    }
    
    .box-product-pc .content-filter-product {
        position: initial;
        width: auto;
        transform: none;
    }
    
    .box-product-pc .content-filter-head {
        display: none;
    }
}
@media (min-width:500px) and (max-width:1200px){
        
    .header-menu .container>.row>div:nth-child(1) {
        display: none;
    }
    
    .header-menu .container>.row>div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .box-article-pc>.container>.row>div:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .box-article-pc>.container>.row>div:nth-child(2) {
        display: none;
    }
}

@media (min-width:500px) and (max-width:992px){
        

    .footer-mid-top .box-form-contact {
        display: flex;
        justify-content: center;
    }
    .box-header-top .header-right, .box-header-top .text-welcome {
        font-size: 12px;
    }
    
    .box-product-pc>.container>.row>div:nth-child(1), .box-product-pc>.container>.row>div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .box-product-pc .categories {
        display: none;
    }
    
    .box-product-pc .filter-url {
        margin-bottom: 15px;
    }
}

@media (max-width:768px){
    .box-header-top .text-welcome {
        display: none;
    }
}

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


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

.box-category-page .title-section {
    margin-bottom: 15px;
    font-size: 25px;
}
.bootstrap-select.form-control .btn-light {
    background: #fff;
}
.box-flashsale .title-flashsale .link-all a {
    background: #000;
    display: inline-flex;
    padding: 0 10px;
    height: 30px;
    align-items: center;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
}

.box-flashsale .product-item {
    background: #fff;
}

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

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

.box-section-home-08 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-item .inner-content .product-action-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.product-item .inner-content .product-action-button a.btn-product-action {
    height: 35px;
    border: 1px solid #ddd;
    color: #000;
    padding: 0 15px;
    width: 100%;
    flex-basis: calc(100% - 50px);
    max-width: calc(100% - 50px);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.box-category-hot .inter-image .img {
    border-radius: 5px;
}

.box-section-home-03,.box-section-home-05,.box-section-home-04 {
    margin-bottom: 40px;
}

.box-product-home {
    /* background: #fff; */
    border-radius: 5px;
}
.box-product-home .title-link .link a svg {
    height: 36px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.box-product-home .title-link .link a svg rect {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

.box-product-home .title-link .link a:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 700;
    letter-spacing: 1px;
}
.box-product-home .title-link .link a:hover rect {
    stroke-width: 4px;
    stroke-dasharray: 25, 310;
    stroke-dashoffset: 102;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.box-product-home .title-link {
    padding: 15px;
    /* border-bottom: 1px solid #ddd; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 5px;
}

.box-product-home .title-link .link a {
    height: 36px;
    padding: 0 15px;
    align-items: center;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    min-width: 139px;
    position: relative;
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.box-product-home .title-link .title-section {
    font-size: 25px;
}

.article-item .inner-content .post-date {
    margin-bottom: 5px;
    font-size: 14px;
}
.item-img-brand .img-brand img {
    object-fit: contain;
    padding: 15px;
}
.box-detail-tags {
    margin-top: 15px;
}
.item-img-brand .img-brand {
    background: #fff;
    padding-top: 50.25%;
    border-radius: 5px;
}

.box-section-home-09 {
    margin-bottom: 40px;
}
.content-filter-product {
    margin-bottom: 0;
}

.rounded-8 {
    border-radius: 5px;
}

.box-input-form .form-group .form-control {
    height: 45px;
    border-radius: 5px;
    border-color: #bbb8b8;
}

.box-input-form .btn.btn-submit {
    /* height: 45px; */
}


.box-input-form .form-group .form-control .dropdown-toggle {
    background: none;
    height: 45px;
    border-radius: 5px;
    border-color: #bbb8b8;
}

.box-input-form .form-group .form-control .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.box-input-form .form-group .form-control .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
    color: #878787;
}
.box-table-border {
    border: 1px solid #142239;
    border-radius: 5px;
    overflow: hidden;
}

.box-table-border table {
    margin-bottom: 0;
}
.slider-customer-reviews .item .top .info .name {
    font-weight: 700;
}

.slider-customer-reviews .item .top .info .star>i {
    color: #FFC107;
}

.product-item .inner-content .product-action-button a.btn-product-action:hover, .product-item .inner-content .product-action-button a.btn-product-wishlist:hover {
    color: var(--color-highlight);
    border-color: var(--color-highlight);
}
.input-note-order-cart {
    height: 100px !important;
    border-color: #8d8b8b;
    border-radius: 8px;
}
@media (min-width:1200px){
    .box-section-header-top .topbar-section {
        float: right;
    }
    
    .logo-section {
        padding-right: 2rem;
    }
    
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1320px;
    }
}
@media (max-width:1200px){
    .items-number {
        right: -1.5rem;
    }
    
    .btn-action-header span {
        display: none;
    }
    
    .main-header-mobile>.container>.row>div:nth-child(3) {
        display: flex;
        justify-content: flex-end;
    }
    
    .btn-action-header {
        padding: 0;
        height: 35px;
        width: 35px;
        color: var(--color-highlight);
        border: 1px solid var(--color-highlight);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
    
    .btn-action-header i {
        padding: 0 !important;
        color: var(--color-highlight);
    }

    .box-highlight .item {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .box-section-home-01 {
        padding: 30px 0 20px;
    }
    .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;
        justify-content: space-between;
    }
    
    .price-amount.old-price {
        margin-left: 0;
        font-size: 12px;
    }
    .swiper .product-item .product-title {
        min-height: 40px;
        margin-bottom: 5px;
    }
    
    .box-section-home-02 {
        margin-bottom: 0;
        padding: 30px 0;
    }
        
    .title-link {
        margin-bottom: 15px;
    }
    
    .title-section {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .box-section-home-03, .box-section-home-04, .box-section-home-05 {
        margin-bottom: 20px;
    }

    .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;
    }
    
    .box-section-home-07 {
        margin-bottom: 30px;
        padding-top: 30px;
    }
    
    .article-item .article-title {
        height: 38px;
    }
    .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) {
        flex: 0 0 90px;
        max-width: 90px;
    }
    
    .box-mobile-header>.container>.row>div:nth-child(1) {
        flex-basis: calc(100% - 90px);
        max-width: calc(100% - 90px);
    }

    .box-section-home-06 {
        padding: 30px 0;
    }
    .box-section-home-08 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .box-section-home-09 {
        margin-bottom: 30px;
    }
    .article-item .inner-content {
        padding: 10px;
    }
}

@media (min-width:1000px){
    .header-menu > .container > .row > div:nth-child(1){
        display: flex;
        align-items: center;
    }
}

@media (max-width:992px){
    .box-highlight .item {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .box-highlight .item .img {
        margin-right: 0;
        width: 40px;
    }
        .box-map-contact>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}
@media (max-width:767px){
    
    .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;
    }
    .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);
    }
}
@media (max-width:992px){
    .box-category-hot .item-01 .inter-image .img {
        padding-top: 110%;
    }
    
    .box-category-hot .item .inter-content {
        padding: 15px;
    }
    
    .box-category-hot .item .inter-content .name {
        font-size: 19px;
    }
    
    .box-category-hot .item-02 .inter-image .img {
        padding-top: 110%;
    }
    
    .box-category-hot .item-left {
        margin-bottom: 10px;
    }
    
    .box-category-hot .item-right .item .img {
        padding-top: 110%;
    }
    
    .box-category-hot .item .inter-content .link a {
        font-size: 12px;
        border-width: 1px;
        padding: 5px 15px;
    }
    body {
      font-size: 14px;
    }
    .article-item .inner-content .article-description {
        font-size: 13px;
    }
    .article-item .inner-content .post-date {
        font-size: 12px;
    }
     .product-item .inner-content {
        padding: 10px;
    }
    .box-highlight .item .info .description {
        font-size: 11px;
    }
    
    .box-highlight .item .info .name {
        font-size: 12px;
    }
}

@media (max-width:767px){
    .box-flashsale .link-all {
        display: none;
    }
    
    .box-flashsale .title-flashsale .icon-countdown .countdown-info .title-countdown {
        display: none;
    }
    
    .box-flashsale .title-flashsale {
        display: block;
    }
    
    .box-flashsale .title-flashsale .icon-countdown {
        justify-content: space-between;
    }
 
    .product-item .inner-content .product-action-button a.btn-product-action {
        font-size: 11px;
        padding: 0 5px;
    }
}

@media (min-width:767px) and (max-width:992px){
    .box-product-home .list {
        overflow-x: auto;
    }
    
    .box-product-home .list>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    
    .box-product-home .list>.row {
        display: flex;
        flex-wrap: nowrap;
    }
    .box-category-hot .item-02 .inter-image .img, .box-category-hot .item-right .item .img,.box-category-hot .item-01 .inter-image .img {
        padding-top: 70%;
    }
    
}

@media (min-width:500px) and (max-width:1200px){
    .header-main>.container>.row>div:nth-child(1) {
        order: 2;
    }
    
    .header-main>.container>.row>div:nth-child(2) {
        order: 1;
    }
    
    .header-main>.container>.row>div:nth-child(3) {
        order: 3;
    }
    
    .header-main>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .header-main .btn-action-header {
        border: 0;
        width: auto;
        color: #000;
        margin-left: 15px;
    }
    
    .header-main .btn-action-header i {
        color: #000;
        margin-right: 5px;
    }
    
    .header-main .btn-action-header span {
        display: inline-flex;
    }
}