@media (min-width: 1440px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1440px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-80 {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

header {
    background: white;
}

.box-section-header-top-02 > .container > .row > div {
    display: flex;
    align-items: center;
}

.box-section-header-top-02 > .container > .row > div:nth-child(2) {
    justify-content: end;
}

.box-header-top-02 a {
    color: #F0FCE9;
    font-size: 14px;
    line-height: 18px;
    /* 128.571% */
    background: var(--bg-gradient);
    padding: 6px 16px 6px 16px;
    border: 1px solid #DDF8CF;
    border-radius: 66px;
}

.social-footer img {
    width: 22px;
    height: 22px;
}

.box-section-header-top-02 {
    padding: 12px 0 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.box-section-header-top-03 > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-hotline-mail {
    display: flex;
}

.header-hotline-mail .item .img {
    width: 4rem;
    height: 4rem;
    background-color: var(--red);
    border-radius: 50%;
    margin-right: 1rem;
    border: 1px solid #FF9EA0;
}

.header-hotline-mail .item .img img, .header-action-gio-hang .img img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
}

.header-hotline-mail .item:nth-child(2) img {
    background-color: #C9A500;
}

.header-hotline-mail .item {
    display: flex;
    position: relative;
    align-items: center;
}

.header-hotline-mail .item:before, .header-hotline-mail .item:after {
    content: '';
    position: absolute;
    background-color: #D4D4D4;
    top: 1.2rem;
    width: 1px;
    height: 2rem;
}

.header-hotline-mail .item:before {
    right: -2rem;
}

.header-hotline-mail .item:after {
    left: -2rem;
}

.header-hotline-mail .item .title {
    color: var( --gray-bold);
    font-size: 1.4rem;
    /* Tite */
    font-family: "Be Vietnam Pro";
    font-weight: 600;
    line-height: 18px;
    /* 128.571% */
    text-transform: uppercase;
}

.header-hotline-mail .item .des {
    font-size: 1.4rem;
    color: #454545;
    font-family: "Be Vietnam Pro";
    font-weight: 700;
    line-height: 18px;
    /* 128.571% */
    text-transform: uppercase;
    margin-top: 3px;
}

.box-section-header-top-03 {
    padding: 15px 0 15px 0;
}

.search-section .input-group .form-control {
    background: #F4F4F4;
    border-radius: 20px !important;
    height: 4.2rem;
    border: 1px solid #D4D4D4;
    font-size: 1.6rem;
}

.search-section .input-group .btn-submit {
    position: absolute;
    top: 5px;
    background: none;
    border: 0;
    right: 5px;
    z-index: 4;
    color: white;
    font-size: 1.7rem;
    background-color: var( --gray-bold);
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-action-gio-hang a {
    display: flex;
    align-items: center;
}

.header-action-gio-hang svg path {
    fill: #c4a708 !important;
}

.header-action-gio-hang .img {
    width: 4rem;
    height: 4rem;
    background-color: #F0FCE9;
    border-radius: 50%;
    margin-right: 1rem;
    border: 1px solid #93E76F;
}

.header-action-gio-hang .title {
    color: var(--gray-bold);
    font-size: 1.4rem;
    font-family: "Be Vietnam Pro";
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.header-action-gio-hang .des {
    font-size: 1.4rem;
    color: #454545;
    font-family: "Be Vietnam Pro";
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 3px;
}

.img-social-header {
    display: flex;
    align-items: center;
}

.img-social-header > div {
    margin-left: 12px;
}

.cus-w-menu-main {
    width: -webkit-fill-available;
}

#order-modal {
    padding: 0 !important;
}

#order-modal .modal-content {
    background-size: cover !important;
    padding: 2rem 2rem 3rem 2rem;
    border-radius: 2rem;
    display: flex;
    overflow: hidden;
    justify-content: revert;
}

#order-modal .modal-content form {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

#order-modal .modal-content .landing-order-form-body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
    margin-right: -0.5rem;
    margin-bottom: 1rem;
}

#order-modal .modal-content .landing-order-form-body::-webkit-scrollbar {
    width: 8px;
}

#order-modal .modal-content .landing-order-form-body::-webkit-scrollbar-track {
    background: rgba(255, 228, 145, 0.2);
    border-radius: 10px;
}

#order-modal .modal-content .landing-order-form-body::-webkit-scrollbar-thumb {
    background: #B57E10;
    border-radius: 10px;
}

#order-modal .modal-content .landing-order-form-body::-webkit-scrollbar-thumb:hover {
    background: #915E22;
}

#order-modal .modal-content form > .form-group:last-child {
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 1rem;
    border-radius: 1rem;
    position: sticky;
    bottom: 0;
    z-index: 10;
    margin-bottom: 0;
}

#order-modal .modal-content .close {
    position: absolute;
    right: 2rem;
    font-size: 3rem;
    background-color: white;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#order-modal .modal-content .btn-submit {
    background: var(--color-highlight);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.landing-order-section-content input {
    border-radius: 50px;
    height: 4.5rem;
}

.landing-order-section-content .form-group {
    margin-bottom: 3rem;
    border-radius: 50px;
}

.landing-order-section-title {
    color: white;
    margin: 4rem 0 1rem 0;
    text-align: center;
    font-size: 3.5rem;
    text-transform: capitalize;
}

.landing-order-section-des {
    color: white;
    text-align: center;
    margin: 0px 0 3rem 0;
}

form#landing-order-form .btn-submit {
    border-radius: 50px;
    height: 4.5rem;
}

.box-section-header-top-04 .menu-vertical {
    margin-right: 3rem;
}

.box-section-header-top-04 {
    background-color: var(--color-highlight);
    padding: 8px 0 8px 0;
}

.box-section-header-top-04 > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-section-header-top-04 .menu-section > ul {
    display: flex;
    justify-content: space-between;
}

.menu-vertical--content {
    width: max-content;
}

.img-slider-right img {
    height: 20rem;
    width: 100%;
    /*object-fit: cover;*/
    border-radius: 10px;
}

.space-block-75 > .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.space-block-75 > .row > div {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.section-slider-main {
    margin: 20px 0 20px 0;
}

.img-slider3-highlight01 img {
    width: 100%;
    border-radius: 6px;
    height: 22rem;
    object-fit: cover;
}

.img-slider4-highlight02 img {
    width: 100%;
    height: 32rem;
    object-fit: cover;
    border-radius: 16px;
}

.section-highlight-02 {
    margin: 35px 0 70px 0;
}

.title-des-highlight4 {
    position: absolute;
    bottom: 20px;
    left: 35px;
    right: 35px;
}

.title-des-highlight4 .slogan {
    color: white;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 33px;
}

.title-des-highlight4 .title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 33px;
}

.img-kh-ung-ho img {
    height: 32rem;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.box-flashsale {
    border-radius: 20px;
    background: linear-gradient(180deg, #77CF45 0%, #ADD45C 100%);
}

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

.title-flashsale .icon-title {
    display: flex;
    align-items: flex-end;
}

.title-flashsale .icon {
    position: relative;
    margin-top: -30px;
    margin-right: 30px;
}

.title-flashsale .icon img {
    width: 26.3rem;
    height: 10.5rem;
    object-fit: cover;
}

.title-flashsale .title-sale {
    color: #FFEF00;
    text-align: center;
    text-shadow: 0 4px 4px #006D57;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #009E8E;
    font-size: 3.8rem;
    font-weight: 900;
    line-height: normal;
    font-family: "Be Vietnam Pro";
}

.bg-data-sale-home {
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, #03BAAC 0%, #ADD45C 100%);
    padding: 35px 15px 15px 15px;
}

/*.bg-data-sale-home .swiper {*/
/*    padding:  0px 15px 0px 15px;*/
/*}*/
.product-item .inner-image {
    position: relative;
}

.product-item .inner-image [class*="ratio-"] img {
    background-color: white;
    border-radius: 12px 12px 0 0;
}

/* KHUNG PHỦ LÊN */
.product-item .inner-image::after {
    /*content: "";*/
    /*position: absolute;*/
    /*inset: 0;*/
    /*background: url(/templates/giadung04/assets/media/background/image_15.png) no-repeat center / 100% 100%;*/
    /*pointer-events: none;*/
    /*z-index: 2;*/
    /*border-radius: 12px 12px 0 0;*/
}

.time-dem-nguoc-sale {
    color: white;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.time-dem-nguoc-sale .title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 24px;
    margin-right: 20px;
}

.time_sale_all_product .hour {
}

.time_sale_all_product {
    display: inline-flex;
    gap: 10px;
}

.time-item {
    display: flex;
    flex-direction: column;
    border: 1px solid;
    padding: 10px 10px 6px 10px;
    border-radius: 5px;
    width: 6rem;
    height: 6.5rem;
    align-items: center;
    justify-content: center;
}

.time-number {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 10px;
}

.time-text {
    font-size: 1.2rem;
    text-transform: capitalize;
    position: relative;
    padding-top: 3px;
}

.time-text:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    right: 0;
    width: 15px;
    height: 1px;
    margin: 0 auto;
    border-top: 1px dashed;
}

.product-item .inner-content {
    padding: 1rem;
}

.product-item:hover .inner-image [class*="ratio-"] {
    border-radius: 12px !important;
}

.price-action-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.price-action-sp .icon {
    color: #52C626;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 22px;
}

.price-action-sp .icon i {
    font-size: 1.6rem;
}

.star-rating-thuc {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.rating-thuc {
    position: relative;
    color: #66748B;
    padding-left: 6px;
    margin-left: 6px;
    font-size: 1.4rem;
}

.rating-thuc:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #66748B;
}

.box-section-danh-muc {
    margin: 5rem 0 1.5rem 0;
}

.box-category-product .name a {
    color: var( --gray-bold);
}

.box-category-product .swiper {
    padding: 5px 20px 5px 20px;
}

.box-category-product .swiper-button-prev {
    left: 5px;
}

.box-category-product .swiper-button-next {
    right: 5px;
}

.box-category-product .item:hover .name a {
    color: var(--color-highlight);
}

.box-category-product .item {
    padding: 10px 0;
    border: 1px solid white;
    border-radius: 17px;
    min-height: 190px;
}

body.product .box-category-product .item {
    border: 1px solid transparent;
}

.box-category-product .item:hover {
    border: 1px solid #a9d45e !important;
    height: 100%;
    background-color: #a9d45e08;
}

.box-category-product .item .inter-img img {
    height: 118px;
    width: 118px;
}

.box-category-product .item .inter-content .name a {
    font-size: 1.4rem;
    padding: 5px 3px 0 3px;
}

.title-link .url a {
    color: var( --gray-bold);
    font-size: 1.8rem;
}

.title-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.title-link .title {
    display: flex;
    align-items: center;
}

.title-link .title > .img img {
    margin-right: 15px;
    width: 4.8rem;
    height: 4.8rem;
    aspect-ratio: 1/1;
}

.section-sp-hot {
    background: #F4F6F9;
    padding-top: 55px;
    padding-bottom: 55px;
}

.section-sp-ban-chay {
    background: #F4F6F9;
    padding-bottom: 55px;
}

.box-voucher .wrap {
    position: relative;
    padding: 10px 15px;
    background: #FEF4F4;
    border: 1px solid #F5D0D3;
    border-radius: 6px;
    border-right: 0;
    border-left: 0;
    font-size: 1.2rem;
    height: 100%;
}

/* răng cưa 2 bên */
.box-voucher .swiper-slide:before, .box-voucher .swiper-slide:after {
    content: '';
    background: white;
    height: 100%;
    width: 5px;
    position: absolute;
    z-index: 1;
    top: 0;
}

.box-voucher .swiper-slide:before {
    left: 0;
}

.box-voucher .swiper-slide:after {
    right: 0px;
}

.box-voucher .wrap::before, .box-voucher .wrap::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 5px;
    background-repeat: repeat-y;
    z-index: 2;
    pointer-events: none;
    background-image: url('https://cdn7193.cdn4s6.io.vn/media/images/border-voucher.webp');
}

.box-voucher .wrap::before {
    left: 4px;
}

.box-voucher .wrap::after {
    right: 4px;
    transform: scaleX(-1);
}

.box-voucher .wrap .des {
    margin: 2px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.box-voucher .wrap .tile {
    font-size: 1.4rem;
    color: var(--red);
    font-weight: 700;
}

.box-voucher .wrap .link-des-short {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-voucher .link-des-short a {
    background-color: var(--red);
    color: white;
    cursor: pointer;
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
    font-size: 1.4rem;
}

.box-voucher .link-des-short a:hover {
    background-color: var(--color-highlight);
    color: white;
}

.section-ma-vouchour {
    margin: 0 0 80px 0;
}

.img-banner-block {
}

.img-banner-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.title-tab-block-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-highlight);
}

.title-tab-block-sp .icon-title-tab .icon-tab img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}

.icon-title-tab {
    position: relative;
    display: flex;
    padding: 10px 90px 10px 10px;
}

.icon-title-tab::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-highlight);
    transform: translateY(0px);
    z-index: -1;
    clip-path: polygon( 0 0, 100% 0, 96.5% calc(100% - 20px), calc(100% - 20px) 100%, 0 100% );
    border-radius: 0 6px 0 0;
    overflow: hidden;
}

.icon-title-tab::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
    border-bottom: 50px solid #14131333;
    border-left: 13px solid transparent;
    rotate: 20deg;
}

.title-tab-block-sp .title-section {
    font-size: 2.4rem;
}

.banner-left-tab img {
    width: 100%;
    border-radius: 10px;
    max-height: 50rem;
    height: 49.5rem;
    object-fit: cover;
}

.banner-left-tab2 img {
    width: 100%;
    border-radius: 10px;
    max-height: 40rem;
    height: 40rem;
    object-fit: cover;
}

.section-banner-tich-diem01 {
    margin: 30px 0 60px 0;
}

.section-banner-tich-diem02 {
    margin: 30px 0 60px 0;
}

.list-3item-bv-home {
}

/*trang lien he*/
.info-form-page .dsc {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0 30px 0;
}

.info-form-page .form-control {
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    height: 4.8rem;
    padding-left: 2rem;
    background: #F8F8F8;
}

.info-form-page .form-group {
    margin-bottom: 2rem;
}

.info-form-page .form-control::placeholder {
    font-size: 1.6rem;
}

.info-form-page textarea.form-control {
    height: 10rem;
}

.info-form-page .btn-submit {
    padding: 10px 25px 10px 25px;
    font-size: 1.6rem;
}

.box-contact-form-website {
    margin: 6rem 0 6rem 0;
}

.bg-right-form-page {
    background-color: white;
    padding: 1.5rem;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
}

.bg-right-form-page .img img {
    border-radius: 1.5rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 20rem;
}

.bg-right-form-page .title {
    color: #112F61;
    font-size: 2rem;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 1.5rem;
}

.bg-right-form-page .item img {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 10px;
}

.bg-right-form-page .item {
    margin-bottom: 10px;
    color: #66748B;
    font-size: 1.8rem;
    line-height: 28px;
    /* 155.556% */
}

.section-giay-chung-nhan {
    background: #F4F6F9;
    padding: 6rem 0 2rem 0;
}

.swiper-chung-nhan-page .swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 40px));
    border-radius: 5px;
}

.swiper-chung-nhan-page .swiper .swiper-wrapper .swiper-slide {
    width: 26%;
}

.swiper-chung-nhan-page .swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    width: 26%;
}

.swiper-chung-nhan-page .swiper .swiper-wrapper .swiper-slide:nth-child(3n) {
    width: 26%;
}

.swiper-chung-nhan-page .swiper img {
    border-radius: 1.6rem;
}

.title-des-page-contact .des {
    color: #66748B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/*end trang lien he*/
/*trang dang ky dang nhap*/
body.member.logouts header, body.member.logouts footer {
    display: none;
}

.bg-image-login {
    background-size: 100% 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.btn-back-page-home a {
    color: black;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid white;
    padding: 12px 20px 12px 20px;
    border-radius: 55px;
    background: #e8e0e0;
}

.btn-back-page-home a:hover {
    color: black;
    border: 1px solid black;
}

.btn-back-page-home {
    position: fixed;
    top: 6%;
    left: 3%;
}

.page-member-login .img-left {
    width: 8rem;
    height: 8rem;
    aspect-ratio: 1/1;
}

.page-member-login .title-left {
    color: white;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: normal;
    margin: 1rem 0 2rem 0;
}

.page-member-login .des-left {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 80%;
}

.member-login-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/*.member-login-right > .form {*/
/*    border-radius: 30px;*/
/*    border: 1px solid #F0FCE9;*/
/*    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(10, 117, 67, 0.15) 100%);*/
/*    backdrop-filter: blur(32.04999923706055px);*/
/*    padding: 36px 25px 30px 25px;*/
/*    color: white;*/
/*    text-align: center;*/
/*    max-width: 57rem;*/
/*}*/
.member-login-right > .form {
    position: relative;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .15), rgb(10 117 67 / 9%));
    backdrop-filter: blur(32px);
    padding: 36px 25px 30px 25px;
    color: white;
    max-width: 57rem;
    text-align: center;
}

.member-login-right > .form::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.member-login-right .title-right {
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.member-login-right .title-des {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.member-login-right .des-right {
    max-width: 90%;
    margin-bottom: 5.5rem;
}

/* label */
.login-box label {
    font-size: 1.6rem;
    margin-bottom: 8px;
    font-weight: 300;
    display: flex;
}

/* bọc input + icon */
.login-box .input-wrap {
    position: relative;
}

/* icon */
.login-box .input-wrap .icon {
    position: absolute;
    top: 2.5rem;
    left: 14px;
    transform: translateY(-50%);
    color: #66748B;
    font-size: 16px;
}

/* input */
.login-box .form-control {
    width: 100%;
    height: 46px;
    padding-left: 42px;
    font-size: 14px;
    outline: none;
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
}

/* placeholder */
.login-box .form-control::placeholder {
    color: #9aa3af;
}

/* focus */
.login-box .form-control:focus {
    box-shadow: 0 0 0 2px rgba(255,255,255,.3);
}

.btn-submit-login {
    border-radius: 12px;
    background: #52C626;
    display: flex;
    padding: 15px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    color: white;
    line-height: 24px;
    font-size: 1.6rem;
    margin-top: 5rem;
}

.btn-submit-login:hover {
    background: white;
    color: black;
}

.btn-submit-icon-app {
    border-radius: 12px;
    background: #FFF;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    font-size: 1.6rem;
    color: #4285F4;
}

.cus-rao-tk-form {
    margin: 4rem 0 0 0;
    text-align: center;
}

.cus-rao-tk-form >span:last-child a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}

.cus-rao-tk-form >span {
    font-size: 14px;
}

.bg-image-dashboard {
    width: 100%;
    height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.bg-image-dashboard .title {
    color: white;
    font-size: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.bg-image-dashboard form {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 999px;
    padding: 0.6rem;
    width: 100%;
    max-width: 75rem;
}

.bg-image-dashboard .form-group {
    margin-bottom: 0;
}

.bg-image-dashboard input.form-control {
    border: none;
    box-shadow: none;
    height: 44px;
    padding: 0 2rem;
    border-radius: 999px;
    font-size: 1.6rem;
}

.bg-image-dashboard input.form-control:focus {
    outline: none;
    box-shadow: none;
}

.bg-image-dashboard button {
    height: 42px;
    padding: 0px 2.5rem;
    border-radius: 999px;
    white-space: nowrap;
    background-color: var(--color-highlight);
}

/*end trang dang ky dang nhap*/
/*chi tiet san pham*/
.product-image-detail-top .inner-image::after {
    /*content: "";*/
    /*position: absolute;*/
    /*inset: 0;*/
    /*background: url(/templates/giadung04/assets/media/background/image_15.png) no-repeat center / 100% 100%;*/
    /*pointer-events: none;*/
    /*z-index: 2;*/
    /*border-radius: 12px 12px 0 0;*/
}

.product-image-detail .swiper-thumbs .swiper-slide {
    height: auto !important;
}

.product-rating-action-deatail {
    display: flex;
    border-bottom: 1px dashed;
    padding-bottom: 4px;
    margin-bottom: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.box-product-info-detail {
    font-size: 1.6rem;
}

.product-rating-action-deatail .title-prd {
    color: var(--color-second);
    margin-left: 0 !important;
}

.product-rating-action-deatail > div {
    position: relative;
    margin-right: 12px;
    padding-left: 12px;
}

.product-rating-deatail {
    display: flex;
    align-items: center;
    color: var(--gray-bold);
}

.product-rating-action-deatail > div:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: var(--color-text);
}

.product-rating-action-deatail > div:first-child {
    padding-left: 0;
}

.product-rating-action-deatail > div:first-child:before {
    content: none;
}

/* Promotion Coupons Style */
.promotion-coupons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 15px 0;
}

.promotion-ctso-wrapper {
    position: relative;
    display: inline-block;
}

.promotion-ctso {
    position: relative;
    background: #FFDADB;
    padding: 10px 10px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}

.promotion-ctso::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 8px;
    background: radial-gradient(circle at 4px 10px, #fff 5px, transparent 6.5px);
    background-size: 8px 8px;
    background-repeat: repeat-y;
    z-index: 2;
    pointer-events: none;
}

.promotion-ctso::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 8px;
    background: radial-gradient(circle at 4px 10px, #fff 5px, transparent 6.5px);
    background-size: 8px 8px;
    background-repeat: repeat-y;
    z-index: 2;
    pointer-events: none;
}

.promotion-ctso::before {
    left: -6px;
}

.promotion-ctso::after {
    right: -6px;
}

.promotion-ctso .promotion-text {
    display: block;
    color: #C91418;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.2;
}

/* Hover detail under each promotion chip */
.promotion-ctso-wrapper .hover-discount-detail-sp {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: auto;
    right: auto;
    padding: 15px 20px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #E72529;
    color: #C91418;
    font-size: 1.6rem;
    line-height: 1.4;
    z-index: 10;
    width: max-content;
}

.promotion-ctso-wrapper:hover .hover-discount-detail-sp {
    display: block;
}

@media (max-width: 768px) {
    .promotion-coupons-wrapper {
        gap: 8px;
    }

    .promotion-ctso {
        padding: 10px 8px;
        /* max-width: calc(50% - 5px); */
    }

    .promotion-ctso .promotion-text {
        font-size: 14px;
    }
}

.uu-dai-qua-tang .title {
    border-radius: 8px 8px 0 0;
    background: #E72529;
    height: 3.7rem;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    color: white;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.uu-dai-qua-tang .value {
    border-radius: 8px;
    background: #FFF0F1;
    padding: 1.4rem 1.5rem 1rem 1.5rem;
    color: var(--color-second);
}

.uu-dai-qua-tang .value p {
    margin-bottom: 0.3rem;
}

.bg-detail-sp-top01, .bg-detail-sp-top02 {
    border-radius: 8px;
    background: #FFF;
    padding: 18px 12px 12px 12px;
}

.bg-price-sp-detail {
    border-radius: 8px;
    background: linear-gradient(90deg, #F40 0%, #E72529 100%);
    color: white;
    padding: 1.5rem 1.6rem 1.6rem;
    margin: 1.5rem 0;
}

.gia-uu-dai-vat-bao-hanh .gia-uu-dai {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 24px;
}

.gia-uu-dai-vat-bao-hanh .vat, .gia-uu-dai-vat-bao-hanh .bao-hanh {
    border-radius: 5px;
    background: #FFD100;
    padding: 7px 10px;
    color: black;
    font-size: 1.2rem;
    line-height: 16px;
}

.gia-uu-dai-vat-bao-hanh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.product-content-detail .price .price-amount {
    color: white;
    text-align: justify;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 24px;
}

.product-content-detail .price .price-amount.old-price {
    color: white;
    text-align: right;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px;
    /*text-decoration-line: line-through;*/
}

.text-tiet-kiem .save-price {
    font-size: 2rem;
    line-height: 24px;
}

.price-tiet-kiem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-action-detail .btn-cart-buy a.add-to-cart-buy {
    border: 1px solid #FFB800;
    background: linear-gradient(90deg, #F00 0%, #FF6637 100%);
    color: white;
}

.box-action-detail .btn-product-action {
    border-radius: 8px;
    border-color: #ddd;
}

.box-action-detail .product-quantity {
    padding: 0.65rem 1rem;
    font-size: 1.8rem;
}

.box-action-detail .product-quantity i {
    border: 1px solid var(--gray-bold);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-bold);
}

.box-thong-so-ky-thuat {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 1.6rem;
}

/* từng dòng */
.thong-so-ky-thuat-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1rem;
    padding: 9px;
    background: #EBEBEB;
    border-radius: 8px;
}

.box-thong-so-ky-thuat .thong-so-ky-thuat-row:nth-child(2n) {
    background: transparent;
}

/* tiêu đề bên trái */
.thong-so-ky-thuat-row .title {
    font-weight: 700;
    color: #66748B;
}

/* mô tả bên phải */
.thong-so-ky-thuat-row .mo-ta {
    color: #5a6b85;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .thong-so-ky-thuat-row {
        grid-template-columns: 1fr;
    }

    .thong-so-ky-thuat-row .title {
        margin-bottom: 0.25rem;
    }
}

.title-tskt {
    color: #112F61;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bg-atrr-thong-so {
    border-radius: 8px;
    background: white;
    padding: 15px 12px 12px 12px;
}

.section-nd-sp-page {
    border-top: 1px dashed #e7dada;
    padding-top: 30px;
}

#productLongDescription, #productLongDescription2 {
    display: block;
    transition: max-height .5s ease;
}

/* khi mở */
.product-long-description.reveal {
    max-height: none;
}

.copy__inner {
    overflow: hidden;
}

.copy__gradient {
    background: linear-gradient(to bottom, rgb(255 255 255 / 34%) 75%, #ffffffc7 100%);
    bottom: 0;
    height: 150px;
    left: 0;
    position: absolute;
    transition: bottom 1s ease;
    width: 100%;
    z-index: 10;
}

.more-less {
    color: white;
    background-color: var(--color-highlight);
    cursor: pointer;
    bottom: 0;
    left: 0;
    margin-left: 0px;
    position: relative;
    z-index: 5;
    font-size: 1.6rem;
    display: inline-block;
    padding: 6px 40px;
    border-radius: 6px;
    border: 1px solid var(--color-highlight);
    margin-top: 30px;
}

.product-detail-footer .tab-content {
    border-radius: 12px;
    background: white;
    padding: 15px 20px;
}

.overall-rating .btn-submit {
    color: white;
    font-size: 1.6rem;
    line-height: 22px;
    border-radius: 60px;
    background: var(--Red, #C73234);
    border: 1px solid #C73234;
    padding: 12px 25px;
    margin-top: 15px;
}

.title-rating-cm {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.title-rating-cm .title {
    color: #363F46;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 24px;
}

.title-rating-cm .count-cm {
    color: #363F46;
    font-size: 1.6rem;
    line-height: 22px;
    margin-left: 10px;
}

.title-trung-binh-cm {
    color: #363F46;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 12px;
}

.overall-rating .rating-num {
    width: max-content;
}

.overall-rating .star-percent {
    width: 45px;
}

.percent-bar .rating-num .star-rating span::before {
    color: #FFAB0D;
}

.percent-bar .rating-num .star-rating::before {
    color: #e6e6e6;
    font-weight: 900;
}

.btn-submit-rep-rating {
    color: white;
    font-size: 1.6rem;
    line-height: 22px;
    border-radius: 60px;
    background: var(--Red, #C73234);
    border: 1px solid #C73234;
    padding: 12px 25px;
    margin-top: 15px;
    border-radius: 50px;
}

.filter-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.6rem;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.filter-rating .filter-label {
    color: #363F46;
    white-space: nowrap;
}

.filter-rating .filter-list {
    display: flex;
    gap: 8px;
}

.filter-rating .filter-item {
    padding: 6px 12px;
    border: 1px solid #1f2937;
    border-radius: 999px;
    background: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-rating .filter-item:hover {
    background: #FFAB0D;
    color: #fff;
    border: 1px solid #FFAB0D;
}

.filter-rating .filter-item.active {
    background: #FFAB0D;
    color: #fff;
    border: 1px solid #FFAB0D;
}

.box-rating > .rating-content::before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 20px;*/
    /*width: 24px;*/
    /*height: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
    /*background-size: contain;*/
    /*background-image: url('/templates/giadung04/assets/media/background/vector_3_rep.png');*/
}

.comment-item > .comment-content::before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 20px;*/
    /*width: 24px;*/
    /*height: 100%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
    /*background-size: contain;*/
    /*background-image: url('/templates/giadung04/assets/media/background/vector_3_rep.png');*/
}

/* end chi tiet san pham*/
.info-tk-dashboard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.info-tk-dashboard .title {
    color: black;
    font-size: 2.4rem;
    font-weight: 700;
}

.info-tk-dashboard .url a {
    color: #66748B;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
}

.profile-top-left .name {
    color: #0E2B08;
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
}

.profile-top-left .email {
    color: #66748B;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    margin: 8px 0 8px 0;
}

.profile-top-left {
    display: flex;
    align-items: center;
}

.profile-top-left .update-anh {
    color: #AFAFAF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    margin-top: 15px;
    cursor: pointer;
}

.bg-thong-tin-dashboard {
    border-radius: 16px;
    border: 1px solid #EFEFEF;
    background: white;
    padding: 20px;
    margin-bottom: 15px;
}

.bg-thong-tin-dashboard .title {
    color: black;
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

ul.member-categories-section {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
    font-size: 1.6rem;
}

ul.member-categories-section > li {
    width: 50%;
}

ul.member-categories-section .title1 {
    color: #66748B;
    margin-bottom: 4px;
}

ul.member-categories-section .title2 {
    color: black;
    margin-bottom: 2px;
}

ul.member-categories-section .title3 {
    color: #A0A0A0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
}

.bg-tab-left-dashboard {
    border-radius: 8px;
    background: white;
    padding: 14px;
}

.responsive-table-cus tbody td {
    text-align: left;
}

.title-list-dh {
    color: black;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

table.responsive-table-cus {
    border-collapse: separate !important;
    border-spacing: 0 10px;
    font-size: 1.6rem;
}

/* VẼ BORDER TRÊN TD / TH */
table.responsive-table-cus tbody tr th, table.responsive-table-cus tbody tr td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    padding: 12px 16px;
}

/* border trái */
table.responsive-table-cus tbody tr th:first-child, table.responsive-table-cus tbody tr td:first-child {
    border-left: 1px solid #e5e5e5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* border phải */
table.responsive-table-cus tbody tr th:last-child, table.responsive-table-cus tbody tr td:last-child {
    border-right: 1px solid #e5e5e5;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.flex-box-name-dsdh {
    display: flex;
}

.flex-box-name-dsdh .icon i {
    color: #CDD2D5;
    font-size: 1.8rem;
    border-radius: 6px;
    margin-right: 10px;
    margin-top: 5px;
}

.flex-box-name-dsdh .img img {
    width: 62px;
    height: 62px;
    object-fit: cover;
}

.flex-box-name-dsdh .code {
    color: #2E7318;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
}

.flex-box-name-dsdh .created {
    color: #4B4D53;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
}

.responsive-table-cus .ship-cod {
    color: #4B4D53;
}

.responsive-table-cus .gia-sp {
    color: #000;
}

.responsive-table-cus .badge-primary {
    border-radius: 67px;
    background: var(--color-highlight);
    display: inline-flex;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
}

body.member .bg-thong-tin-dashboard .form-control {
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    height: 4.8rem;
    padding-left: 2rem;
    background: #F8F8F8;
}

#change-address-modal .modal-xl {
    max-width: 800px;
    border-radius: 12px;
}

#change-address-modal .modal-content {
    border-radius: 12px !important;
}

#change-address-modal .modal-body {
    padding: 30px !important;
}

#change-address-modal input.form-control {
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    height: 4.8rem;
    padding-left: 2rem;
    background: #F8F8F8;
}

#change-address-modal .bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0 15px 0 10px;
    line-height: 38px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    height: 4.8rem;
    background: #F8F8F8;
}

.bg-page-order-chung {
    background-color: white;
    padding: 25px 20px;
    border-radius: 12px;
}

footer {
    font-size: 1.6rem;
    background-color: white;
    padding-top: 85px;
    border-radius: 40px 40px 0 0;
    color: var(--gray-bold);
    box-shadow: 0px -3px 54.3px 0px rgba(0, 0, 0, 0.08);
}

.title-footer-name-cty {
    color: #112F61;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
    margin: 2rem 0;
}

.title-footer {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #2E7318;
}

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

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

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

.section-show-room .swiper-slider-main .swiper-slide img {
    height: 24.6rem;
    border-radius: 0;
}

/*.box-cart-info {*/
/*    border: 1px solid #e5e7eb;*/
/*    border-radius: 8px;*/
/*    font-size: 14px;*/
/*    overflow: hidden;*/
/*}*/
Cart Header .cart-header-actions {
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.cart-header-columns {
    font-weight: 600;
    color: #374151;
}

.cart-header-column {
    font-size: 14px;
}

Cart Checkbox .cart-checkbox-all, .cart-checkbox-item {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    user-select: none;
}

.cart-checkbox-all .checkbox-custom, .cart-checkbox-item .checkbox-custom {
    width: 15px;
    height: 15px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

.cart-checkbox-all input[type="checkbox"]:checked + .checkbox-custom, .cart-checkbox-item input[type="checkbox"]:checked + .checkbox-custom {
    background: #d40e00;
    border-color: #d40e00;
}

.cart-checkbox-all .checkbox-custom i, .cart-checkbox-item .checkbox-custom i {
    color: #fff;
    font-size: 9px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.cart-checkbox-all input[type="checkbox"]:checked + .checkbox-custom i, .cart-checkbox-item input[type="checkbox"]:checked + .checkbox-custom i {
    opacity: 1;
}

.cart-checkbox-all:hover .checkbox-custom, .cart-checkbox-item:hover .checkbox-custom {
    border-color: #d40e00;
}

Cart Item Row .cart-item-row {
    padding: 1.5rem;
    background: #fff;
    transition: background 0.2s ease;
}

.cart-item-row:hover {
    background: #f9fafb;
}

.cart-item-image {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-info {
    /*padding-left: 10px;*/
}

.cart-item-name {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    display: block;
    margin-bottom: 5px;
    line-height: 1.4;
}

.cart-item-name:hover {
    color: var(--color-highlight, #d40e00);
    text-decoration: none;
}

.cart-item-code {
    font-size: 13px;
    color: #6b7280;
}

.cart-item-buy-later {
    font-size: 13px;
    color: var(--color-highlight, #d40e00);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.cart-item-buy-later:hover {
    text-decoration: underline;
}

.cart-item-buy-later i {
    margin-right: 5px;
}

.cart-price-col {
    padding: 0 15px;
}

.cart-price-current {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-highlight, #d40e00);
}

.cart-price-old {
    font-size: 13px;
    margin-top: 5px;
}

.cart-quantity-col {
    padding: 0 15px;
}

.cart-total-col {
    padding: 0 15px;
}

.cart-item-total {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-highlight, #d40e00);
}

.cart-item-remove {
    font-size: 18px;
    display: inline-block;
    padding: 5px;
    transition: transform 0.2s ease;
}

.cart-item-remove:hover {
    transform: scale(1.1);
}

/*Cart Order Summary */
.cart-order-summary {
    position: sticky;
    top: 20px;
}

.cart-summary-item {
    font-size: 14px;
    color: #374151;
}

.cart-summary-total {
    font-size: 18px;
}

.cart-summary-total .price-amount {
    color: var(--color-highlight, #d40e00);
    font-size: 18px;
}

.cart-summary-vat {
    font-size: 12px;
}

.cart-action-buttons .btn-submit {
    background: var(--color-highlight, #d40e00);
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
}

.cart-action-buttons .btn-submit:hover {
    background: #b30d00;
    color: #fff;
}

.cart-action-buttons .btn-outline-danger {
    border: 1px solid var(--color-highlight, #d40e00);
    color: var(--color-highlight, #d40e00);
    background: #fff;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
}

.cart-action-buttons .btn-outline-danger:hover {
    background: var(--color-highlight, #d40e00);
    color: #fff;
}

@media (max-width: 991px) {
    .cart-header-actions .cart-header-columns {
        display: none !important;
    }

    .cart-price-col, .cart-quantity-col, .cart-total-col {
        width: 100% !important;
        text-align: left !important;
        padding: 10px 0 !important;
    }

    .cart-item-row .row {
        /*flex-direction: column;*/
    }

    .cart-item-image {
        width: 80px;
        height: 80px;
    }
}

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

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

.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid red;
}

.stat-item {
    text-align: center;
    flex: 1;
    max-width: 300px;
}

.icon-circle {
    width: 200px;
    height: 200px;
    border: 2px solid #e31e24;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.icon-circle img {
    width: 70px;
    height: auto;
}

.stat-number {
    color: #e31e24;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}

.stat-text {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.stat-text span {
    font-weight: normal;
    font-size: 14px;
}

@media (max-width: 768px) {
    .stats-container {
        flex-wrap: wrap;
    }

    .contact-section .col-12 {
        margin-bottom: 3rem;
    }
}

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

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

/**landt*/
.row {
    margin: 0 -7.5px;
}

[class*="col-"], .col {
    padding: 0 7.5px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.bg-third {
    background: var(--color-third);
}

html {
    scroll-behavior: smooth;
}

.bg-second {
    background: var(--color-second);
}

.header-search {
    max-width: 55rem;
    width: 100%;
    flex: 1.5;
}

.search-section .input-group .form-control::-webkit-input-placeholder {
    color: #AAAAAA;
}

.search-section .input-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #AAAAAA;
}

.search-section .input-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #AAAAAA;
}

.search-section .input-group .form-control:-ms-input-placeholder {
    color: #AAAAAA;
}

.social-section li img {
    width: 3.8rem;
    height: 3.8rem;
    min-width: 3.8rem;
    min-height: 3.8rem;
}

.search-small .form-dropdown {
    position: absolute;
    padding: 1rem;
    background-color: #ffffff;
    width: 30rem;
    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%);
    border-radius: 0.5rem;
}

.search-small:hover .form-dropdown {
    -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;
}

.search-small .btn-action-header {
    background-color: var(--gray-bold);
    width: 3.8rem;
    height: 3.8rem;
}

body:not(.is-mobile) .logo-flex {
    flex: 1;
}

.banner-section-1 .img {
    border-radius: 0.6rem;
    padding-top: 48%;
}

.customer-section .left .item {
    background: linear-gradient(130.87deg, #52C626 2.82%, #399719 98.18%);
    border-radius: 1.6rem;
}

.customer-section .left .item img {
    max-height: 16.6rem;
    object-fit: cover;
}

.customer-section .left .item .name {
    font-size: 1.7rem;
}

.customer-section .left .item .desc {
    font-size: 2.4rem;
}

.customer-section .right .img img {
    border-radius: 1.6rem;
}

.slogan {
    color: var(--gray-bold);
    font-size: 1.6rem;
}

.title-second .title-section {
    color: #3b9b1a;
    font-size: 3.6rem;
}

.swiper-button-prev, .swiper-button-next {
    background: #D5D5D5;
    border: 0;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.4rem;
    color: #979797;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-second);
    color: white;
}

.news-home .content {
    border-radius: 0.8rem;
}

.news-home .left .article-item .article-title {
    font-size: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 2rem;
}

.news-home .swiper-button-prev, .news-home .swiper-button-next {
    top: inherit;
    transform: unset;
    bottom: 0;
}

.news-home .swiper-button-next {
    right: inherit;
    left: 3.5rem;
}

.news-home .swiper-button-prev {
    left: 0;
}

.news-home .right .article-item .article-description {
    display: none;
}

.news-home .right >.row>div:last-child .article-item {
    margin-bottom: 5px;
}

.story-section .swiper {
    background: white;
    padding: 1rem;
    border-radius: 0.8rem;
}

.story-section .inner-image > div {
    padding-top: 70%;
}

.story-section .article-item .article-title {
    font-size: 2rem;
}

.story-section .post-date {
    font-size: 1.3rem;
}

.story-section .post-date i {
    font-size: 1.6rem;
}

.story-section .article-category {
    font-size: 1.2rem;
}

.btn-detail {
    padding: 0.7rem 2.5rem;
}

.btn-detail i {
    font-size: 1.9rem;
}

a.btn-detail:hover {
    background: var(--color-highlight);
    color: white !important;
}

.story-section .count {
    color: var(--color-txt-1);
    font-size: 1.4rem;
}

.swiper-pagination-bullet {
    width: 1.7rem;
    height: 0.8rem;
    border-radius: 1.6rem;
}

.swiper-pagination-bullet-active {
    width: 4.1rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.social-footer li:first-child {
    margin-left: 0 !important;
}

.banner-intro .img {
    padding-top: 17%;
}

.menu-nav {
    overflow-x: auto;
    padding: 1rem 0;
    width: 100%;
    scrollbar-width: thin;
    display: block;
    white-space: nowrap;
}

.menu-nav-fix.fixed {
    margin: auto;
    z-index: 10;
    position: fixed;
    top: 135px;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.fixed {
    margin: auto;
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.menu-nav ul li a {
    color: white;
    font-size: 1.8rem;
    margin: 0 1rem;
}

.intro-detail {
    background: #F6F6F6;
    border-top-left-radius: 5.4rem;
    /* max-width: 1198px; */
    margin: 0 auto;
}

.intro-detail .info {
    padding: 5rem 5rem 3rem;
}

.intro-detail .info h1 {
    color: var(--color-highlight);
    font-size: 2.4rem;
    text-align: center;
}

.intro-detail .info .article-content {
    color: #343C4B;
}

.intro-detail .info .icon {
    font-size: 5rem;
    color: #52C626;
    position: absolute;
    top: 2.5rem;
    left: 2rem;
}

.intro-detail .info .title:before, .intro-detail .info .title:after, .vimiss-section .title-section:before, .vimiss-section .title-section:after {
    content: '';
    width: 11rem;
    height: 0.4rem;
    background: #ffc107;
    position: absolute;
    bottom: 1rem;
    left: 0;
}

.intro-detail .info .title:before, .intro-detail .info .title:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.intro-detail .info .title:after, .vimiss-section .title-section:after {
    background: #ffc107;
    bottom: 0;
}

.intro-detail .content {
    color: var(--color-txt);
}

.vimiss-section .item:before {
    content: '';
    background: #F4F4F4;
    width: 300%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 50rem 0 0 50rem;
}

.vimiss-section .item .img {
    width: 23.7rem;
    height: 23.7rem;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.vimiss-section .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vimiss-section .item .name {
    color: #3b9b1a;
    font-size: 3.2rem;
}
.vimiss-section .item .desc {
    color: var(--gray-bold);
    font-size: 1.8rem;
}

.title-second .descs {
    max-width: 76rem;
    color: var(--gray-bold);
}

.principle-section .item {
    background: #F4F4F4;
    border-radius: 4.8rem 0 4.8rem 0;
    padding: 8rem 3rem 5rem;
    margin-top: 8rem;
    height: 100%;
    min-height: 42vh;
}

.principle-section .item .name {
    color: var(--color-second);
    font-size: 2.4rem;
}

.principle-section .item .desc {
    color: var(--gray-bold);
}

.principle-section .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.9rem;
    height: 9.9rem;
    position: absolute;
    top: 2.7rem;
    border-radius: 2rem;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    background: linear-gradient(133.36deg, #52C626 6%, var(--color-highlight) 93.21%);
    transform: rotate(45deg);
    margin: 0 auto;
    right: 0;
    left: 0;
}

.principle-section .item .img img {
    transform: rotate(-45deg);
}

.history-section .title-section {
    font-weight: 900;
}

.principle-section .swiper-button-next {
    top: auto;
    bottom: -20px;
    left: 45px;
}

.principle-section .swiper-button-prev {
    top: auto;
    bottom: -20px;
    left: 5px;
}

.principle-section .scrollbar-phuong-cham .swiper-scrollbar {
    left: inherit;
    left: 100px;
    width: 92%;
    background: #D9D9D9;
}

.principle-section .scrollbar-phuong-cham .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 61px;
    background: #52C626;
}

.principle-section .scrollbar-phuong-cham {
    padding-top: 35px;
}

.principle-section .swiper {
    padding-bottom: 30px;
}

.principle-section .swiper-scrollbar2 {
    height: 5px;
    right: 0;
    margin-left: auto;
    position: relative;
}

/*.history-section .scrollbar-phuong-cham2 {*/
/*    padding-top: 35px;*/
/*}*/
.history-section .scrollbar-phuong-cham2 .swiper-scrollbar, .swiper-scrollbar2 {
    left: inherit;
    right: 90px;
    width: 90%;
    top: 0px;
    background: #D9D9D9;
}

.history-section .scrollbar-phuong-cham2 .swiper-scrollbar .swiper-scrollbar-drag, .swiper-scrollbar2 .swiper-scrollbar-drag {
    border-radius: 61px;
    background: #52C626;
}

.history-section {
    background-repeat: no-repeat;
    background-size: cover;
}

.history-section .item .name {
    font-size: 2.4rem;
    width: 9.2rem;
    height: 9.2rem;
    background: var(--color-second);
}

.history-section .swiper .swiper-wrapper > .swiper-slide-active .item .name {
    background: #399719;
    border: 7px solid #52C626;
}

.history-section .item .desc {
    color: var(--color-second);
    font-size: 3.2rem;
}

.history-section .item .desc_short {
    color: var(--gray-bold);
}

.history-section .item .desc_short strong {
    color: var(--color-highlight);
}

.history-section .swiper-slide:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #DEDEDE;
    top: 5rem;
}

.history-section .item:before {
    content: '\f101';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    position: absolute;
    right: 30%;
    top: 3.5rem;
    color: #DEDEDE;
    font-size: 2.2rem;
    transform: translateX(-40%);
}

.history-section .swiper-button-next {
    right: 1.8rem;
}

.history-section .swiper-button-prev {
    left: auto;
    right: 5.5rem;
}

.certi-section .img img {
    border-radius: 1.6rem;
}

.search-page input.form-control {
    border-radius: 8px;
}

.btn-submit-icon-app img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.order .page-member-login>.row>div:first-child {
    display: none;
}

.order .page-member-login>.row>div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
}

.order #login-modal .modal-content {
    background: var(--color-highlight);
    border-radius: 30px;
}

.order .text-line-through::before, .text-line-through::after {
    width: 25%;
}

.order .cart-header-column i {
    font-size: 1.8rem;
}

.member-right-mini-menu {
    position: relative;
    margin-left: 40px;
}

.member-right-mini-menu:before {
    position: absolute;
    content: '';
    top: 0;
    left: -27px;
    width: 1px;
    height: 100%;
    background-color: #EEE;
}

@media (min-width: 768px) {
    .vimiss-section>.row>div:nth-child(3) .item, .vimiss-section>.row>div:nth-child(5) .item {
        flex-direction: row-reverse;
    }

    .vimiss-section>.row>div:nth-child(3) .item:before, .vimiss-section>.row>div:nth-child(5) .item:before {
        left: inherit;
        right: 0;
        border-radius: 0 50rem 50rem 0;
    }

    .vimiss-section>.row>div:nth-child(3) .info, .vimiss-section>.row>div:nth-child(5) .info {
        padding-left: 0 !important;
        padding-right: 3rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .history-section .item {
        padding-right: 7rem;
    }
}

@media (min-width: 992px) {
    html {
        scroll-padding-top: 100px;
    }

    .product-image-detail .gallery-thumbs {
        height: 60rem;
    }
}

@media (min-width: 1200px) {
    .box-product-info-detail {
        margin-left: 40px;
    }

    .product-image-detail-top {
        margin-left: 20px;
    }

    .product-detail-head > .row > div:nth-child(1) {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .product-detail-head > .row > div:nth-child(2) {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (min-width: 1440px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1440px;
    }
}

@media (max-width: 992px) and (min-width:768px) {
    .box-footer-mb .container>.row>div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-footer-mb .container>.row>div {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 991px) {
    .order .col-auto[data-title]:before {
        content: attr(data-title);
        float: left;
        padding: 0 7.5px;
    }

    .order .cart-price-current, .order .cart-item-total, .order .item-quantity {
        float: right;
        padding: 0 7.5px;
    }

    .order .product-quantity input {
        width: 6rem;
    }

    .order .cart-item-remove {
        background: var(--red);
        color: white !important;
        border-radius: 0.5rem;
        width: 4rem;
        height: 4rem;
    }
}

@media (max-width: 767px) {
    .header-hotline-mail .item .title, .header-hotline-mail .item .des, .header-action-gio-hang .title,.header-action-gio-hang .des {
        font-size: 1.2rem;
        margin: 0;
    }

    .header-hotline-mail .item:before {
        right: -1.3rem;
    }

    .header-hotline-mail .item:after {
        left: -1.3rem;
    }

    .search-small .form-dropdown {
        width: 23rem;
    }

    .cus-w-menu-main {
        width: auto;
    }

    .header-hotline-mail .item:after {
        opacity: 0;
    }

    .logo-section img {
        height: 4rem;
    }

    .title-link {
        display: block;
    }

    .title-link .title-section {
        font-size: 2.8rem;
    }

    .title-link .title {
        margin-bottom: 1rem;
    }

    .is-mobile .header-search {
        display: block !important;
        margin: 0 !important;
        max-width: 100%;
    }

    .title-second .title-section {
        font-size: 3rem;
    }

    .box-flashsale .title-flashsale .icon {
        display: none;
    }

    .box-flashsale .title-flashsale {
        flex-wrap: wrap;
        justify-content: center;
    }

    .box-flashsale .title-flashsale .title-sale {
        margin-top: 1.5rem;
    }

    .section-highlight-02 {
        margin: 3rem 0;
    }

    .box-section-danh-muc {
        margin: 3rem 0 1.5rem 0;
    }

    .section-ma-vouchour {
        margin: 0 0 3rem 0;
    }

    .section-sp-hot {
        padding: 3rem 0;
    }

    .section-sp-ban-chay {
        padding-bottom: 5rem;
    }

    .section-banner-tich-diem01 {
        margin: 3rem 0;
    }

    .section-banner-tich-diem02 {
        margin: 1.5rem 0 3rem;
    }

    .intro-detail .info {
        padding: 3rem 3rem 1rem;
    }

    .intro-detail .info .icon {
        font-size: 4rem;
        top: 2rem;
    }
}

@media (max-width: 767px) {
    .box-footer-mb .container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-hotline-mail {
        margin-left: 0 !important;
    }

    .swiper-slider-main .swiper-slide img {
        height: 36vw;
    }

    .box-flashsale .title-flashsale .title-sale {
        font-size: 3rem;
    }

    .box-flashsale .time-dem-nguoc-sale {
        flex-wrap: wrap;
        justify-content: center;
    }

    .box-flashsale .time-dem-nguoc-sale .title {
        margin: 0 0 1.5rem;
    }

    .title-tab-block-sp {
        flex-wrap: wrap;
    }

    .icon-title-tab::before, .icon-title-tab::after {
        opacity: 0;
    }

    .icon-title-tab {
        background: var(--color-highlight);
        padding: 1.5rem;
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .banner-intro .img {
        padding-top: 35%;
    }

    .vimiss-section .item:before {
        opacity: 0;
    }

    .vimiss-section .item .img {
        margin: 0 auto;
    }

    .vimiss-section .item {
        text-align: center;
    }

    .gia-uu-dai-vat-bao-hanh {
        display: block;
    }

    .price-tiet-kiem {
        display: block;
    }

    .product-content-detail .price .price-amount.old-price {
        margin-left: 0;
    }

    .filter-rating .filter-list {
        gap: 5px;
    }

    .filter-rating .filter-item {
        padding: 0.5rem 0.6rem;
    }
}

@media (max-width: 375px) {
    .overall-rating>.row {
        flex-direction: column-reverse;
    }

    .filter-rating {
        display: block;
    }

    .filter-rating .filter-label {
        margin-bottom: 1rem;
        display: block;
    }
}

/**landt*/
.wrp-effect-change-img .effect-change-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10;
}

.wrp-effect-change-img:hover .effect-change-img img {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.banner-nha-phan-phoi {
    position: fixed;
    bottom: 20px;
    left: 25px;
    z-index: 9;
}

.banner-nha-phan-phoi i {
    position: relative;
    top: 22px;
    left: 65px;
    color: black;
    font-size: 2rem;
    cursor: pointer;
}

.box-len-ket-chat {
    position: fixed;
    bottom: 12rem;
    right: 15px;
    z-index: 9;
}

.box-len-ket-chat .item {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    padding: 3px 5px;
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 15px;
    background-color: white;
}

.box-len-ket-chat .item img {
    width: 26px;
    height: 26px;
    margin-right: 4px;
}

.box-len-ket-chat .item .name {
    font-weight: 700;
    color: #112F61;
    font-size: 1.3rem;
}

.box-len-ket-chat .item .description {
    color: #969696;
}

.cus-hover-cart {
    display: flex !important;
    align-items: center;
}

.cus-hover-cart .text {
    /*opacity: 0;*/
    display: none !important;
    background-color: var(--red);
    color: white;
    height: 3.8rem;
    width: max-content;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 10px;
    padding: 8px 7px 0 7px;
    transition: all 0.3s ease-in-out;
}

.cus-hover-cart:hover i {
    display: none;
}

.cus-hover-cart:hover .text {
    /*opacity: 1;*/
    display: block !important;
    /*transition: transform 15s;*/
    transition: all 5s;
}

.list-2item-left .article-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.story-section .inner-content .article-title {
    margin-top: 25px;
}

.section-page-cate-sp .box-category-product .title-slogan {
    display: none;
}

.section-page-cate-sp {
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.orderby-section {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 25px;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 25px;
}

.orderby-section .items {
    border-radius: 8px;
    border: 1px solid #66748B;
    padding: 8px 13px;
    color: #66748B;
    text-align: justify;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px;
}

.orderby-section .items.active {
    border: 1px solid #E72529;
    color: #E72529;
}

.box-page-product-pc > .container > .row > div:nth-child(1) {
    flex: 0 0 20%;
    max-width: 20%;
}

.box-page-product-pc > .container > .row > div:nth-child(2) {
    flex: 0 0 80%;
    max-width: 80%;
}

.box-page-product-pc {
    margin-bottom: 100px;
}

.info-show-content {
    margin: 30px 50px 30px 50px;
    /*max-width: 1000px;*/
    /*max-height: 950px !important;*/
}

.info-show-content .more-less {
    margin-top: -25px;
}

.title-left-page {
    color: #EB2227;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}

.bg-left-page-sp {
    border-radius: 8px;
    background: white;
    padding: 8px;
    margin-bottom: 15px;
}

/*nut keo len*/
#button-srcoll {
    display: inline-block;
    background-color: #bdbdbd4f;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 8.5rem;
    right: 1.5rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button-srcoll::after {
    content: "\f062";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 35px;
    color: #BDBDBD;
}

#button-srcoll:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,.7);
}

#button-srcoll.show {
    opacity: 1;
    visibility: visible;
}

.product-item:hover {
    box-shadow: 0px 4px 14.2px 0px rgba(0, 0, 0, 0.15);
}

.list-article-item3 .article-item {
    margin-bottom: 20px;
}

.list-article-item3 .inner-image, .list-article-item3 .inner-content .article-title {
    margin-bottom: 6px !important;
}

.entire-info-website address img {
    width: 24px;
    height: 24px;
}

.cus-add-to-cart-02 {
    border: 1px solid #E3E3E3 !important;
    background: #EFEFEF;
}

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

.btn-light:hover, .show > .btn-light.dropdown-toggle {
    background-color: #F8F8F8;
    border-color: #F8F8F8;
}

@media (max-width: 767px) {
    .orderby-section {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .orderby-section .list-item {
        display: flex;
        flex-wrap: wrap;
    }

    .orderby-section .items {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 4px 6px;
    }

    .info-show-content {
        margin: 30px 0px 30px 0px;
        /*max-width: none;*/
        /*max-height: 800px !important;*/
    }

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

    header.fixed .search-mb {
        display: none;
    }

    .menu-nav-fix.fixed {
        top: 130px;
    }

    .scrollbar-phuong-cham, .scrollbar-phuong-cham2 {
        display: none;
    }

    .box-len-ket-chat a .info {
        display: none;
    }

    .box-len-ket-chat .item img {
        margin-right: 0;
        width: 3rem;
        height: 3rem;
    }

    .box-len-ket-chat .item {
        border: 1px solid transparent;
        padding: 0;
        background-color: transparent;
    }

    #button-srcoll {
        bottom: 9rem;
    }
}

/*#toasts {*/
/*    right: 0;*/
/*    top: 30px !important;*/
/*    left: 0;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    z-index: 5 !important;*/
/*}*/
@media (min-width: 768px) and (max-width:1200px) {
    .customer-section .left .item .desc {
        font-size: 1.6rem;
    }

    .customer-section .left .item img {
        max-height: 11rem;
    }

    /*#toasts {*/
    /*    top: 80px !important;*/
    /*}    */
}

@media (min-width: 768px) and (max-width:992px) {
    .title-flashsale .title-sale {
        font-size: 2rem;
    }

    .title-flashsale .icon img {
        width: 15rem;
        height: 6rem;
        object-fit: cover;
    }

    .title-flashsale .icon {
        position: relative;
        margin-top: 0px;
        margin-right: 10px;
    }

    .time-number {
        font-size: 2rem;
    }

    .time-dem-nguoc-sale .title {
        font-size: 1.6rem;
        margin-right: 10px;
    }

    .box-section-header-top-04 {
        background-color: white;
    }

    .box-section-header-top-04 .menu-section ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .orderby-section .list-item {
        display: flex;
        flex-wrap: wrap;
    }

    .orderby-section .items {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 4px 6px;
    }

    .logo-section img {
        height: 3.5rem;
        object-fit: contain;
    }

    .title-tab-block-sp .title-section {
        font-size: 1.8rem;
    }
}

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

@media (min-width: 1250px) and (max-width: 1500px) {
    .banner-left-tab2 img {
        height: 33.5rem;
    }

    .banner-left-tab img {
        height: 45.5rem;
    }

    .customer-section .left .item .desc {
        font-size: 2rem;
    }
}

@media (min-width: 1250px) and (max-width: 1300px) {
    .banner-left-tab2 img {
        height: 40rem;
    }

    .header-search {
        max-width: 41rem;
    }
}

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

@media (max-width:1000px) {
    .btn-menu-mobile span {
        font-size: 1.2rem;
        color: var(--gray-bold);
        font-family: "Be Vietnam Pro";
        font-weight: 600;
        line-height: 18px;
    }
    
    .btn-menu-mobile {
        display: flex;
        border: none;
        font-size: 2.3rem;
        text-align: left;
    }
    
    .btn-menu-mobile i {
        width: 4rem;
        height: 4rem;
        background-color: #F0FCE9;
        border-radius: 50%;
        margin-right: 0.5rem;
        border: 1px solid #93E76F;
        min-width: 4rem;
        line-height: 4rem;
        text-align: center;
    }
    
    .header-action-gio-hang .img {
        margin-right: 0.5rem;
    }
    
    .header-hotline-mail .item .img {
        margin-right: 0.5rem;
    }
}
@media (max-width: 767px) {
    .page-member-login .title-left {
        font-size: 2.6rem;
    }

    .page-member-login .des-left {
        /*font-size: 14px;*/
        /*width: 100%;*/
        /*text-align: center;*/
        display: none;
    }

    .member-login-right > .form {
        padding: 20px 10px 30px 10px;
    }

    .member-login-right .des-right {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .member-login-right .title-right {
        font-size: 2rem;
    }

    .btn-back-page-home {
        top: 15px;
        left: auto;
        right: 5px;
        z-index: 9;
    }

    .btn-submit-login {
        padding: 8px 10px;
        margin-top: 2rem;
    }

    .btn-submit-icon-app {
        height: 45px;
    }

    .text-line-through::before {
        width: 15%;
    }

    .text-line-through::after {
        width: 15%;
    }

    .page-member-login .img-left {
        width: 5rem;
        height: 5rem;
    }

    .cus-rao-tk-form {
        margin: 1rem 0 0 0;
    }

    .bg-image-login {
        height: 100%;
        padding: 8rem 0 8rem;
    }

    .member-right-mini-menu {
        margin-left: 0;
        margin-top: 2rem;
    }

    .info-tk-dashboard .title {
        font-size: 2rem;
    }

    ul.member-categories-section > li {
        width: 100%;
    }

    input[nh-auto-suggest].form-control, input[name="keyword"].form-control {
        font-size: 16px !important;
    }

    .principle-section .item .img img {
        width: 50px;
        height: 50px;
    }

    .list-comment .post-author .letter-first {
        margin: 0 0.8rem 0 0;
        height: 3.6rem;
        width: 3.6rem;
        line-height: 3.4rem;
        font-size: 1.1rem;
    }

    .header-hotline-mail .item .img img, .header-action-gio-hang .img img {
        padding: 3px;
    }

    .avatar-upload .avatar-preview > div {
        width: 6rem;
        height: 6rem;
    }

    .avatar-upload {
        margin-right: 10px;
    }

    .table.responsive-table-cus tbody tr th {
        border: none !important;
    }

    table.responsive-table-cus tbody tr th, table.responsive-table-cus tbody tr td {
        border-top: none;
        border-bottom: none;
        padding: 5px 0px;
    }

    table.responsive-table-cus tbody tr th:last-child, table.responsive-table-cus tbody tr td:last-child {
        border-right: none;
    }

    .table.responsive-table-cus tbody tr {
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 15px;
        padding: 10px;
    }
    
    .list-order-element .responsive-table tbody td[data-title]:before {
        display: none;
    }
    
    table.responsive-table-cus tbody tr td:nth-child(3) {
        display: flex;
    }
    
    .responsive-table-cus .ship-cod {
        margin-right: 6px;
    }
    
    .flex-box-name-dsdh > .icon {
        display: none;
    }
    
    .flex-box-name-dsdh .img img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width:320px) {
    .btn-menu-mobile i {
        width: 3.5rem;
        height: 3.5rem;
        min-width: 3.5rem;
        line-height: 3.5rem;
        font-size: 2.2rem;
    }
    
    .header-hotline-mail .item .img img, .header-action-gio-hang .img img {
        width: 3.5rem;
        height: 3.5rem;
    }
    
    .header-action-gio-hang .img {
        width: 3.5rem;
        height: 3.5rem;
    }
    
    .header-hotline-mail .item .title, .header-hotline-mail .item .des, .header-action-gio-hang .title, .header-action-gio-hang .des {
        font-size: 1.1rem;
    }
    
    .btn-menu-mobile span {
        font-size: 1.1rem;
    }
    
    .btn-action-header {
        padding: 0 1rem;
    }
    
    .header-action-gio-hang {
        padding-left: 1rem !important;
    }
}

/*CSS by quyettq*/
.intro-detail .img img {
    object-position: 60%;
}

.is-mobile .btn-menu-mobile {
    width: max-content;
    align-items: center;
}

.title-menu-mb {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 18px;
    color: var(--gray-bold);
    font-weight: 600;
}

@media (max-width: 425px) {
    .header-action-gio-hang .img img,
    .header-hotline-mail .item .img, .btn-menu-mobile i, .header-action-gio-hang .img {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        min-width: unset;
        font-size: 1.8rem;
    }
    
    .header-action-gio-hang .img svg {
        width: 18px;
        height: 18px;
    }
    
    .header-hotline-mail .item .img img {
        width: 2.4rem;
        height: 2.4rem;
    }
}
/*End quyettq*/