

.header-top {
    background: var(--red-700);
    padding: 5px 0;
}

.lis-menu-top {
    display: flex;
    align-items: center;
    width: max-content; 
    animation: scrollLoop 12s linear infinite;
    gap: 50px;
}


.lis-menu-top .item .title a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
}
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
header .logo-section {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
    top: -10px;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
}

.hotline-top, .hotline-top a {
    color: #fff;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
}

.header-center {
    border-bottom: 1px solid #2F9F62;
    background: var(--color-highlight-2);
}

.box-home-01 {
    padding: 40px 0;
}
.banner-home .item-banner .img {
    border-radius: 8px;
    overflow: hidden;
}

.banner-home .item-banner.item-02 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.banner-home .item-banner.item-02 .item-top .img {
    padding-top: 64.25%;
}

.banner-home>.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

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

.banner-home .item-banner.item-01 .img {
    padding-top: 95.7%;
}

.banner-home .item-banner.item-02 .item-bottom .img {
    padding-top: 52.25%;
}

.banner-home .item-banner.item-03 .img {
    padding-top: 163%;
}
.box-mxh {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.box-mxh .item {
    display: flex;
    align-items: center;
}

.box-mxh .item img {
    width: 20px;
    height: 20px;
}

.header-center>.container>.row>div:nth-child(1) {
    display: flex;
    align-items: center;
}

.hotline-top {
    margin-left: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.box-mxh .item a {
    line-height: 1;
}

.menu-section > ul > li:first-child {
    margin-left: 0;
}

.menu-section > ul > li:last-child {
    margin-right: 0;
}

.setting-menu > .container > .row > div:last-child {
    display: flex;
    justify-content: flex-end;
}

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

.light-doc {
    height: 18px;
    width: 1px;
    background: #fff;
}

.box-product-home-01 {
    border-radius: 16px;
    overflow: hidden;
    background: var(--color-highlight);
}

.box-product-home-01 .list-product {padding: 10px;}

.product-item .product-top .inner-image .img {
    padding-top: 95%;
}

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

.product-item .product-top .inner-content .product-category {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}

.product-item .product-top .inner-content .list-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.product-item .product-top .inner-content .list-option .item {
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #697089;
}

.product-item .product-top .inner-content .list-option .item span.icon {
    display: inline-flex;
}

.quantity-red {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-reddl a {
    display: inline-flex;
    align-items: center;
    height: 40px;
    background: var(--red-500);
    padding: 6px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.product-item .product-bottom {
    padding: 0px 10px 10px 10px;
}

.btn-reddl a:hover {
    background: var(--red-700);
}

.box-product-home-01 .img-top img {
    width: 100%;
    height: auto;
}
.list-product .product-item {
    border: 0;
    height: auto;
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.box-home-02 {
    padding-bottom: 50px;
}

.box-home-product-new >.top .left {
    display: flex;
    align-items: center;
    position: relative;
}

.box-home-product-new >.top .icon img {
    height: 125px;
    width: 150px;
    object-fit: cover;
}

.box-home-product-new >.top .left .title-section {
    font-family: "CherryBombOne";
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--color-highlight);
    color: rgb(255 255 255);
    font-size: 48px;
    margin-left: 10px;
}

.link-more a {
    color: #000;
}
@media (min-width:1200px){
    .col-xl-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.box-home-05 {
    background: #f3f3f3;
    padding: 50px 0;
}

.box-home-03 {
    margin-bottom: 85px;
}


.box-article-hot .title-section {
    font-family: 'CherryBombOne';
    margin-bottom: 30px;
    font-size: 36px;
    color: var(--color-highlight);
}

.box-article-hot .article-item {
    margin-bottom: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.box-article-hot .article-item .inner-content {
    padding: 10px;
}

.box-article-hot .article-item .inner-content .view-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.box-article-hot .article-item .inner-content .view-date .post-date {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-article-hot .article-item .inner-content .view-date .view {
    gap: 10px;
    display: inline-flex;
    align-items: center;
}

.box-article-hot .article-item .inner-content .article-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.box-article-hot .article-item .inner-content .link a {
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}



.box-article-hot .article-right {
    background: #fff;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
}

.article-item-small {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #FAFAFA;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

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

.article-item-small .inner-content {
    flex-basis: calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding-left: 10px;
}

.article-item-small .inner-content .article-title a {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
}

.article-item-small .inner-content .article-title {
    margin-bottom: 5px;
    line-height: 1.4;
}

.article-item-small .inner-content .post-date {
    display: inline-flex;
    align-items: center;
    color: #5A5A5A;
    font-size: 14px;
}

.article-item-small .inner-content .post-date svg {
    margin-right: 5px;
}


.article-right .link-article a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #303651;
    color: #fff;
    height: 48px;
    border: 1px solid #303651;
    font-size: 16px;
    border-radius: 8px;
}

.article-right .link-article a:hover {
    background: none;
    color: var(--color-highlight);
}

.modal-open .modal {
    padding-right: 0 !important;
}

.box-agency-reg .row.row-content {
    margin-right: -25px;
    margin-left: -25px;
}
.box-agency-reg .row.row-content > div {
    padding-right: 25px;
    padding-left: 25px;
}
.box-agency-reg {
    padding: 4rem 0;
}
.box-agency-reg .nh-agency-reg--back {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 4rem;
}
.box-agency-reg .inner-left-banner {
    position: relative;
    padding-top: 130%;
}
.box-agency-reg .inner-left-banner > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.inner-right-form .header-form {
    position: relative;
    margin-bottom: 22px;
}
.inner-right-form .header-form .nh-agency-reg__title {
    color: #229350;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    padding-bottom: 15px;
}
.inner-right-form .header-form .nh-agency-reg__title > svg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.inner-right-form .header-form .nh-agency-reg__intro {
    color: #697089;
    font-size: 14px;
    font-weight: 400;
}
.inner-right-form .reg__section-title {
    color: #1C2035;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.inner-right-form .content-form .form-group {
    margin-bottom: 20px;
}
.inner-right-form .content-form .form-group .label-faded {
    color: #989EB3;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}
.inner-right-form .content-form .form-group input.form-control,
.inner-right-form .content-form .form-group .bootstrap-select>.dropdown-toggle {
    border-radius: 8px;
    background: #FAFAFA;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    height: 44px;
    line-height: 44px;
}
.inner-right-form .content-form .form-group .bootstrap-select>.dropdown-toggle {
    line-height: 1.5;
}
.inner-right-form .content-form .nh-agency-reg__opts {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.inner-right-form .content-form .nh-agency-reg__opts .nh-agency-reg__opt {
    display: flex;
    height: 44px;
    padding: 12px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #F8FAFB;
    transition: border-color 0.15s, background 0.15s;
    position: relative;
    cursor: pointer;
}
.inner-right-form .content-form .nh-agency-reg__opt input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.nh-agency-reg__opt .nh-agency-reg__opt-box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #c1c6d6;
    background: #fff;
    flex-shrink: 0;
    position: relative;
}
.nh-agency-reg__opt:has(input[type="radio"]) .nh-agency-reg__opt-box {
    border-radius: 50%;
}
.nh-agency-reg__opt:has(input[type="checkbox"]:checked) .nh-agency-reg__opt-box {
    background: #2f9f62;
    border-color: #2f9f62;
}
.nh-agency-reg__opt:has(input[type="checkbox"]:checked) .nh-agency-reg__opt-box::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.nh-agency-reg__opt:has(input[type="radio"]:checked) .nh-agency-reg__opt-box {
    border-color: #2f9f62;
}
.nh-agency-reg__opt:has(input[type="radio"]:checked) .nh-agency-reg__opt-box::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #2f9f62;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.nh-agency-reg__opt-text {
    color: #1C2035;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.inner-right-form .content-form .btn-submit {
    display: flex;
    padding: 16px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    background: #2F9F62;
    color: #F4FFF9;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 40px;
}
.inner-right-form .content-form .agency-policy {
    color: #414754;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.inner-right-form .content-form .agency-policy > a {
    color: #005BBF;
    margin: 0 5px;
}


.title-tab .block-tab.nav.effect-nav {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 30px;
}

.title-tab .block-tab.nav.effect-nav li.nav-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 3px;
    padding-right: 3px;
}

.block-tab.nav .nav-item .nav-link:after {
    display: none;
}

.block-tab.nav .nav-item .nav-link .name {
    text-align: center;
}
.title-tab .block-tab.nav.effect-nav li.nav-item .img {
    padding-top: 92%;
}

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

.title-tab .top .title-section {
    font-weight: 700;
}

.title-tab .top .link-more a {
    color: #4A516D;
    font-size: 16px;
}

.box-home-021 {
    padding-bottom: 40px;
}


.box-home-product-new-02 .top {
    height: 145px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.box-home-product-new-02 .top .warp-top {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    border-radius: 20px;
    overflow: visible;
}

.box-home-product-new-02 .top .warp-top .image-left {
    position: relative;
    width: 313px;
    height: 191px;
    bottom: 21px;
}

.box-home-product-new-02 .top .warp-top .title-section {
    font-family: "CherryBombOne";
    color: #FFF;
    font-size: 48px;
    position: relative;
    max-width: 539px;
    text-align: center;
    text-shadow: 4px 4px 0 #2f7a4f;
}

.box-home-product-new-02 .top .warp-top .title-section span.icon-note {
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 0;
}

.box-home-product-new-02 .top .warp-top .image-right {
    position: relative;
    width: 238px;
    height: 169px;
    bottom: 12px;
}

.box-home-product-new-02 .top .warp-top .image-right img {
    width: 238px;
    height: 169px;
}

.box-home-product-new-02 .top .warp-top .image-left img {
    width: 313px;
    height: 196px;
}

.box-home-04 {
    padding-bottom: 40px;
}

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

.box-highlight-hot .item {
    background: #E4FBE7;
    padding: 15px;
    height: 100%;
    border-radius: 8px;
}

.box-highlight-hot .item .icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #C4F0CE;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.box-highlight-hot .item .icon img {
    width: 35px;
    height: 35px;
}

.box-highlight-hot .item .info .name {
    color: #236340;
    font-weight: 700;
    margin-bottom: 5px;
}

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

.box-highlight-hot>.row>div:nth-child(2) .item {
    background: #D6EFFF;
}

.box-highlight-hot>.row>div:nth-child(2) .item .icon {
    background: #83d6ff;
}

.box-highlight-hot>.row>div:nth-child(3) .item {
    background: #fff6e2;
}

.box-highlight-hot>.row>div:nth-child(3) .item .icon {
    background: #ffe8b6;
}

.box-highlight-hot>.row>div:nth-child(4) .item {
    background: #ffe4e3;
}

.box-highlight-hot>.row>div:nth-child(4) .item .icon {
    background: #fea2a4;
}

.box-highlight-hot>.row>div:nth-child(2) .item .name {
    color: #0E469A;
}

.box-highlight-hot>.row>div:nth-child(2) .item  .description {
    color: #0E469A;
}

.box-highlight-hot>.row>div:nth-child(3) .item .name {
    color: #875300;
}

.box-highlight-hot>.row>div:nth-child(3) .item  .description {
    color: #875300;
}

.box-highlight-hot>.row>div:nth-child(4) .item .name {
    color: #731815;
}

.box-highlight-hot>.row>div:nth-child(4) .item  .description {
    color: #731815;
}

footer {
    background: var(--color-highlight);
    padding-top: 50px;
}

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

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

.title-footer {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}

.menu-footer .content-footer ul>li>a {
    font-size: 15px;
    color: #fff;
    padding-left: 15px;
    position: relative;
}

.menu-footer .content-footer ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.dsc-footer {
    color: #fff;
    font-size: 15px;
    margin-bottom: 25px;
}

.contact-footer form {
    display: flex;
    border: 1px solid #fff;
    border-radius: 8px;
}

.contact-footer form .form-group {
    flex-basis: calc(100% - 60px);
}

.contact-footer form .form-group .form-control {
    border: 0;
    background: none;
    font-weight: 700;
    font-size: 15px;
    height: 40px;
    color: #fff;
}

.contact-footer form .form-group .form-control::placeholder {
    color: #fff;
}

.map .iframe-map {
    margin-bottom: 5px;
}

.map .iframe-map iframe {
    width: 100%;
    height: 145px;
    border-radius: 8px;
    overflow: hidden;
}

.map .link, .map .link a {
    color: #fff;
}

.info-web .option p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
}

.copy {
    color: #fff;
    font-size: 15px;
}

.footer-bottom {padding-bottom: 10px;padding-top: 25px;}


.footer-bottom .container>.row>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.list-category-page {
    margin-bottom: 25px;
}

.list-category-page .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}

.list-category-page .list .item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}

.list-category-page .list .item a {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 8px;
    padding: 5px;
}

.list-category-page .list .item a .inter-img {
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 5px;
}

.box-page {
    margin-bottom: 20px;
}

.box-page .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2px;
}

.box-page .dsc {color: #3E4A3F;}

.box-product-page>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.box-product-page>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}


.box-section-page-03>.container>.row>div:nth-child(1) {
    flex: 0 0 245px;
    max-width: 245px;
}

.box-section-page-03>.container>.row>div:nth-child(2) {
    flex-basis: calc(100% - 245px);
    max-width: calc(100% - 245px);
}


.content-filter-product .item {
    background: #EFF1F2;
    padding: 15px 10px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.content-filter-product .item ul.filter-section {
    margin-bottom: 0 !important;
}

.content-filter-product .item .title-fiter .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-filter-product .item ul.filter-section li a {
    font-size: 14px;
    color: #4A516D;
}

.box-htkd {
    background: var(--color-highlight);
    padding: 20px;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.box-htkd .img-before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.2;
}

.box-htkd .title {
    color: #fff;
    font-size: 14px;
}

.box-htkd .dsc {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.box-htkd  .link a {
    height: 36px;
    background: #fff;
    color: var(--color-highlight);
    display: inline-flex;
    padding: 0 15px;
    border-radius: 8px;
    align-items: center;
    font-size: 14px;
}

.box-product-06 {
    background: #FAFAFA;
    padding: 50px 0;
}

.box-section-page-03 {
    padding-bottom: 50px;
}

.product-image-detail-top .box-img-product {
    margin-bottom: 30px;
}

.list-product-thumbs .swiper-slide .img {
    border-radius: 8px;
    overflow: hidden;
}

.box-section-detail-prd-01 {
    padding: 30px 0;
}


.product-detail-head .breadcrumbs-section {
    margin-bottom: 15px;
}

.product-detail-head .breadcrumbs-section a span {
    font-weight: 400;
}

.product-detail-head .breadcrumbs-section a {
    font-size: 14px;
}

.product-detail-head .product-content-detail {
    background: #FAFAFA;
    padding: 10px 15px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* HÃƒÂ ng meta: SKU + rating */
.product-content-detail.pd-info .pd-info__meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.5rem;
    margin-top: 0.25rem;
}

.product-content-detail.pd-info .pd-info__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #697089;
}

.product-content-detail.pd-info .pd-info__meta-icon {
    display: inline-flex;
    width: 1.25rem;
    justify-content: center;
    color: #4a516d;
    font-size: 1.1rem;
}

.product-content-detail.pd-info .pd-info__rating {
    flex: 1 1 auto;
    min-width: 0;
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .product-content-detail.pd-info .pd-info__rating {
        justify-content: flex-end;
        margin-left: auto;
    }
}

/* Banner giÃƒÂ¡ */
.product-content-detail.pd-info .pd-info__price {
    margin-bottom: 0 !important;
}

.product-content-detail.pd-info .pd-info__price-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    background: #f0f5ec;
    border-radius: 12px;
    padding: 0.85rem 1rem 0.85rem 1.125rem;
    min-height: 4.125rem;
}

.product-content-detail.pd-info .pd-info__price-banner-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.75rem;
    flex: 1 1 auto;
    min-width: 0;
}

.product-content-detail.pd-info .pd-info__price-values {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.75rem;
}

.product-content-detail.pd-info .pd-info__price-old.price-amount.old-price {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #989eb3 !important;
    text-decoration: line-through;
}

.product-content-detail.pd-info .pd-info__discount-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.625rem;
    border-radius: 12px;
    background: #ba1f1a;
    color: #f4fff9;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 500;
}

/* USP */
.product-content-detail.pd-info .pd-info__usp {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-content-detail.pd-info .pd-info__usp-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.product-content-detail.pd-info .pd-info__usp-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #c4f0ce;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #229350;
    font-size: 18px;
}

.product-content-detail.pd-info .pd-info__usp-title {
    font-weight: 700;
    color: #4a516d;
}

.product-content-detail.pd-info .pd-info__usp-desc {
    font-size: 14px;
    line-height: 1.43;
    color: #989eb3;
    margin-top: 0.125rem;
}


.product-content-detail.pd-info .pd-info__spec-label {
    color: #303651;
    font-weight: 600;
}

.product-content-detail.pd-info .pd-info__spec-value {
    color: #4a516d;
}

.product-content-detail.pd-info .pd-info__spec-value a {
    color: #229350;
    font-weight: 500;
}

.product-content-detail.pd-info .pd-info__spec-value a:hover {
    color: #1a7340;
    text-decoration: underline;
}

.product-content-detail.pd-info .pd-info__dims {
    margin-top: 0.25rem;
}

.product-content-detail.pd-info .pd-info__dim .pd-info__spec-label {
    font-size: 0.8125rem;
    color: #697089;
    font-weight: 600;
}

.product-content-detail.pd-info .pd-info__dim-unit {
    color: #989eb3;
    font-size: 0.875rem;
}

.list-category-page .list .item a:hover {
    background: #F4FFF9;
    border-color: #30A550;
}


.pd-info__header .option-product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pd-info__header .option-product .inter-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.pd-info__header .option-product .inter-left .item {
    display: flex;
    align-items: center;
    gap: 5px;
}

span.pd-info__price-label {
    font-size: 14px;
}

.btn-cart-buy {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pd-info__cart-bar-inner {
    border-radius: 12px;
    background: #F0F5EC;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.product-content-detail .add-to-cart.pd-info__btn-cart {
    background: var(--color-highlight);
    color: #fff;
}

.product-content-detail .add-to-cart.pd-info__btn-cart:hover {
    background: #1a7b34;
}

.product-content-detail .add-to-cart:hover {
    background: var(--color-highlight);
    color: #fff;
}
.pd-variant-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pd-variant-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 10px;
    background: #fff;
    transition: background 0.15s;
    border-radius: 8px;
    border: 1px solid #EFF1F2;
    cursor: pointer;
}

.pd-variant-row--selected {
    background: #f0f5ec;
    border-color: var(--color-highlight);
}

.pd-variant-row__image {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    overflow: hidden;
    display: inline-flex;
}

.pd-variant-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-variant-row__info {
    flex: 1 1 auto;
    min-width: 0;
}

.pd-variant-row__name {
    font-size: 16px;
    color: #4A516D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.pd-variant-row__price {
    flex-shrink: 0;
    font-size: 15px;
    color: #303651;
    white-space: nowrap;
}

.pd-variant-row__qty {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.pd-variant-row__qty .product-quantity {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Price separator */
.pd-info__price-separator {
    font-size: 32px;
    font-weight: 600;
    color: var(--color-highlight);
    margin: 0 2px;
}

.pd-selection-summary {
    display: flex;
    gap: 2px;
    flex-direction: column;
}

.pd-selection-summary__label {
    font-size: 16px;
    color: #303651;
}

.pd-selection-summary__value {
    font-size: 15px;
    color: #4a516d;
}

.pd-selection-summary__highlight {
    color: #ba1f1a;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 575px) {
    .pd-variant-row {
        gap: 8px;
        padding: 8px 10px;
    }
    .pd-variant-row__image {
        width: 34px;
        height: 34px;
    }
    .pd-variant-row__name {
        font-size: 13px;
    }
    .pd-variant-row__price {
        font-size: 13px;
    }
}

.product-detail-footer .inter-content {
    border-radius: 24px;
    background: #F0F5EC;
    padding: 40px;
}

.product-detail-footer .title {
    color: #006A35;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
     /* 133.333% */
    margin-bottom: 10px;
}

.product-detail-footer .related-products {
    padding: 20px;
    background: var(--color-highlight);
    border-radius: 24px;
}

.product-detail-footer .related-products .title {
    color: #fff;
}

.product-detail-footer .related-products .item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #81DC9E;
    margin-bottom: 15px;
    color: #fff;
}

.product-detail-footer .related-products .item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-detail-footer .related-products .item .value {
    font-weight: 700;
    font-size: 16px;
}
.box-section-detail-prd-02 {
    padding-top: 50px;
    padding-bottom: 50px;
}


.box-article-page .top-article .article-item {
    margin-bottom: 0;
}

.box-article-page .top-article .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
}

.box-article-page .top-article .article-item .inner-content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    z-index: 2;
    pointer-events: none;
}

.box-article-page .top-article .article-item .inner-image:before {
    border-radius: 0 0 8px 8px;
    background: linear-gradient(180deg, rgba(7, 39, 65, 0.00) 0%, #236340 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    z-index: 1;
    pointer-events: none;
}

.box-article-page .top-article .article-item .inner-content .view-date {
    margin-bottom: 5px;
}

.box-article-page .top-article .article-item .inner-content .view-date .post-date {
    color: #fff;
    font-size: 14px;
}

.box-article-page .top-article .article-item .inner-content .article-title a {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.box-article-page .top-article .article-item .inner-content .article-description {
    color: #fff;
    font-size: 14px;
}

.box-article-page .top-article >.row>div:nth-child(4) {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.box-article-page .top-article >.row>div:nth-child(4) .article-item .inner-image .img {
    padding-top: 49%;
}
.box-article-page .top-article >.row {
    margin-right: -5px;
    margin-left: -5px;
}

.box-article-page .top-article >.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.box-article-page .top-article .item-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-article-page .top-article .item-text .slogan {
    font-size: 24px;
    color: #808284;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-article-page .top-article .item-text .title {
    font-size: 36px;
    font-weight: 700;
    color: #363F46;
    line-height: 1.2;
    margin-bottom: 10px;
}

.box-article-page .top-article .item-text .button a {
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    color: #fff;
    border-radius: 25px;
}

.box-article-page .top-article .item-text .description {
    margin-bottom: 15px;
    color: #444;
}

.box-article-page .top-article .item-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-article-page .top-article .item-text .slogan {
    font-size: 24px;
    color: #808284;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-article-page .top-article .item-text .title {
    font-size: 36px;
    font-weight: 700;
    color: #363F46;
    line-height: 1.2;
    margin-bottom: 10px;
}

.box-article-page .top-article .item-text .button a {
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    color: #fff;
    border-radius: 25px;
}

.box-article-page .top-article .item-text .description {
    margin-bottom: 15px;
    color: #444;
}

.list-small-page .article-item-small {
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.list-small-page .article-item-small .inner-image {
    flex: 0 0 296px;
    max-width: 296px;
}

.list-small-page .article-item-small .inner-content {
    flex-basis: calc(100% - 296px);
    max-width: calc(100% - 296px);
    padding-left: 20px;
    position: relative;
}

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

.list-small-page .article-item-small .inner-content .article-title a {
    font-size: 18px;
    color: #363F46;
}

.list-small-page .article-item-small .inner-content .article-title {
    margin-bottom: 10px;
}

.list-small-page .article-item-small .inner-content  .categories-date {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.list-small-page .article-item-small .inner-content .categories-date span.article-category a {
    display: inline-flex;
    border-radius: 40px;
    background: #D2D3D4;
    font-size: 14px;
    color: #363F46;
    text-align: justify;
    height: 28px;
    padding: 0 10px;
    align-items: center;
}

.list-small-page .article-item-small .inner-content .article-description {
    color: #808080;
}

.list-small-page .article-item-small .inner-content:before {
    content: '';
    position: absolute;
    right: 0;
    width: calc(100% - 20px);
    height: 1px;
    border-bottom: 1px dashed #ddd;
    bottom: -15px;
}

.box-article-page .top-article {
    margin-bottom: 30px;
}

article.article-detail .article-category {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

article.article-detail .article-category a {
    border-radius: 8px;
    background: #FFE4E3;
    color: #E62F29;
    height: 36px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
}

article.article-detail .title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

article.article-detail .content-text-detail {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.box-detail-article-02 {
    background: #FAFAFA;
    padding: 50px 0;
}

.box-article-hot.box-article-hot-page .article-item.swiper-slide {
    height: auto;
}

.box-detail-article-01 {
    padding-bottom: 40px;
}

.box-dk-nhan-tin:before {
    content: '';
    border-radius: 24px;
    background: rgba(5, 91, 40, 0.83);
    backdrop-filter: blur(5.5px);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.box-dk-nhan-tin {
    background-size: cover;
    position: relative;
    padding: 60px;
    border-radius: 24px;
}

.box-dk-nhan-tin .content {
    position: relative;
    z-index: 2;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.box-dk-nhan-tin .content .title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.box-dk-nhan-tin .content .slogan {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}

.box-dk-nhan-tin .content form {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.box-dk-nhan-tin .content form span.btn {
    flex: 0 0 135px;
    max-width: 135px;
    border: 0;
    background: #f6b126;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.box-dk-nhan-tin .content form  .form-group {
    flex-basis: calc(100% - 150px);
    max-width: calc(100% - 150px);
}

.box-dk-nhan-tin .content form .form-group .form-control {
    height: 48px;
    border-radius: 8px;
    font-size: 14px;
}


.bottom-article .list-small-page .article-item-small:last-child .inner-content:before {
    display: none;
}

.box-article-02 {
    padding: 50px 0;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Contact block (Figma: LiÃƒÂªn hÃ¡Â»â€¡ / node 2001:5777) Ã¢â‚¬â€Ã¢â‚¬â€ */
.contact-figma {
    padding-bottom: 2.5rem;
}

.contact-figma__hero {
    margin-bottom: 2.5rem;
}

.contact-figma__hero .title-section {
    margin: 0 auto 15px;
    max-width: 52rem;
    font-size: 48px;
    font-weight: 700;
    color: #006A35;
    position: relative;
}

.contact-figma__hero .slogan {
    margin: 0 auto;
    max-width: 748px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #3e4a3f;
}

.contact-figma__grid {
    margin-left: -12px;
    margin-right: -12px;
}

.contact-figma__grid > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.contact-figma__panel {
    background: #fafafa;
    border-radius: 27px;
    padding: 30px;
    height: 100%;
}

.contact-figma__tagline {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
}

.contact-figma__tagline-line {
    display: block;
    width: 14px;
    height: 1px;
    background: #416749;
    flex-shrink: 0;
}

.contact-figma__tagline-label {
    font-size: 16px;
    color: #416749;
}

.contact-figma__info-block {
    display: flex;
    gap: 0.875rem;
    margin-bottom: 25px;
}

.contact-figma__info-block--last {
    margin-bottom: 1.75rem;
}

.contact-figma__info-icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-figma__info-icon svg path {
    fill: #416749;
}

.contact-figma__info-body {
    min-width: 0;
    flex: 1;
}

.contact-figma__info-title {
    margin: 0 0 2px;
    font-size: 18px;
    font-weight: 700;
    color: #171d18;
}

.contact-figma__info-title-note {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.43;
    color: #697089;
}

.contact-figma__info-text {
    margin: 0;
    font-size: 16px;
    color: #3e4a3f;
}

.contact-figma__hotline {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #b51b17;
}

.contact-figma__mail-link {
    color: #3e4a3f;
    text-decoration: none;
}

.contact-figma__mail-link:hover {
    color: #229350;
    text-decoration: underline;
}

.contact-figma__map {
    position: relative;
    margin-top: 70px;
    border-radius: 12px;
    overflow: hidden;
    background: #e4eae1;
    min-height: 256px;
}

.contact-figma__map-inner {
    min-height: 256px;
    opacity: 0.55;
    background-image: linear-gradient(145deg, #dfe8d8 0%, #e4eae1 45%, #cfd9c8 100%);
}

.contact-figma__map-cta-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.contact-figma__map-cta {
    pointer-events: auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8125rem 1.5625rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(189, 202, 188, 0.35);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.contact-figma__map-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 28px -6px rgba(0, 0, 0, 0.12), 0 10px 12px -6px rgba(0, 0, 0, 0.1);
    color: #171d18;
}

.contact-figma__map-cta-text {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.43;
    color: #171d18;
}

.contact-figma__form-title {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 800;
    color: #229350;
}

.contact-figma__form-intro {
    margin: 0 0 1.75rem;
    font-size: 16px;
    color: #3e4a3f;
}

.contact-figma__field-row {
    margin-bottom: 0;
}

.contact-figma__field-row .form-group {
    margin-bottom: 20px;
}

.contact-figma__label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #989eb3;
}

.contact-figma__input,
.contact-figma__textarea {
    border: 1px solid #eff1f2 !important;
    border-radius: 8px !important;
    background: #fff !important;
    padding: 0.625rem 0.625rem !important;
    font-size: 16px !important;
    color: #1c2035 !important;
    height: auto !important;
    min-height: 44px;
}

.contact-figma__textarea {
    min-height: 155px;
    resize: vertical;
}

.contact-figma__input:focus,
.contact-figma__textarea:focus {
    border-color: #229350 !important;
    box-shadow: 0 0 0 0.15rem rgba(34, 147, 80, 0.15);
}

.contact-figma__field-hint {
    margin: 0;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #989eb3;
}

.contact-figma__actions {
    margin-top: 0.25rem;
}

.contact-figma__submit {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0.875rem 0.625rem !important;
    border-radius: 7px !important;
    border: none !important;
    background: #229350 !important;
    color: #f4fff9 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.contact-figma__submit:hover {
    background: #1a7340 !important;
    color: #f4fff9 !important;
}

.contact-figma__hero .title-section span.light svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.contact-figma__panel.contact-figma__panel--form {
    padding: 30px 60px;
}

.contact-figma__map-inner iframe {
    height: 256px;
}

.modal-search .modal-dialog {
    max-width: 950px;
}

.modal-search .modal-dialog .modal-content {
    border-radius: 22px;
    background: #FAFAFA;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
    border: 0;
}

.modal-search .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.modal-search .modal-dialog .modal-content .info-left {
    padding: 30px;
    border-radius: 22px 0 0 22px;
    background: #F0F5EC;
}

.modal-search .modal-dialog .modal-content .info-left .title {
    color: #3E4A3F;
    margin-bottom: 15px;
}

.modal-search .modal-dialog .modal-content .info-left .list-danh-muc {
    margin-bottom: 50px;
}
.list-danh-muc ul {
    padding-left: 0;
}

.list-danh-muc ul>li {
    list-style: none;
    margin-bottom: 5px;
}

.list-danh-muc ul>li>a {
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 45px;
    padding: 10px;
    color: #000;
    border: 1px solid #ffffff00;
    background: #f4f9f0;
    border-color: #e5f1ea;
}

.list-danh-muc ul>li>a:hover, .list-danh-muc ul>li>a.active {
    background: #E1EBD8;
    border-color: #B9D8C5;
}

.list-search>ul>li {
    list-style: none;
    padding-left: 0;
}

.list-search>ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 0;
}

.list-search>ul>li>a {
    background: #fff;
    height: 36px;
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 14px;
    color: #000;
    border: 1px solid #fff;
}

.list-search>ul>li>a:hover {
    border: 1px solid #B9D8C5;
    background: #E1EBD8;
}
.modal-search .item-right {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.modal-search .item-right .box-dn {
    padding: 30px;
}

.modal-search .item-right .box-dn .info-dl {
    border-radius: 9px;
    border: 1px solid rgba(65, 103, 73, 0.10);
    background: rgba(194, 237, 199, 0.30);
    padding: 16px;
    font-size: 12px;
    color: #476D4F;
}
.modal-search  .info-search>.row {
    margin-right: 0;
    margin-left: 0;
}

.modal-search .info-search>.row>div {
    padding-right: 0;
    padding-left: 0;
}

.modal-search .item-right .box-dn .info-dl svg {
    display: inline-flex;
    margin-right: 15px;
}

.modal-search .item-right .box-dn .info-dl a {
    font-weight: 700;
    color: #006A35;
    font-size: 13px;
}

.modal-search .item-right .box-search {
    padding-top: 15px;
}

.modal-search .item-right .box-search .input-group {
    border-bottom: 1px solid #F2F2F2;
    padding-right: 30px;
}

.modal-search .item-right .box-search .input-group input.form-control {
    border: 0;
    background: none;
    height: 45px;
    padding-left: 30px;
    font-size: 16px;
}

.modal-search .item-right .box-search .input-group .input-group-append .btn.btn-submit {
    background: none;
    border: 0;
}

.info-cart-item-left .info-cart-item-left__title {
    color: #006A35;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.info-cart-item-left .info-cart-item-left__content {
    border-radius: 12px;
    background: #098645;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 32px;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    position: relative;
}

.info-cart-item-left .info-cart-item-left__content .icon {
    width: 57px;
    height: 57px;
    flex: 0 0 57px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-cart-item-left__content__item .title {
    color: #F6FFF3;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7px;
}

.info-cart-item-left__content__item .description {
    color: #F6FFF3;
    font-size: 14px;
}
.info-cart-item-left .info-cart-item-left__content .icon-note {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.1;
}

.info-cart-item-left .info-cart-item-left__content .icon-note {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.1;
}

.table-cart-info {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ececec;
}

.table-cart-info .cart-info-section {
    background: #fff;
}

.table-cart-info .cart-info-section thead tr th {
    background: #F0F5EC;
    border: 1px solid #F0F5EC;
    color: #006A35;
    padding: 15px;
}

.table-cart-info .cart-info-section tbody tr.cart-item {
    background-color: #fff;
}

.table-cart-info .cart-info-section tbody tr.cart-item th, .table-cart-info .cart-info-section tbody tr.cart-item td {
    padding: 13px;
}

.table-cart-info .cart-info-section tbody tr.cart-item .img {
    border-radius: 8px;
    overflow: hidden;
}

.table-cart-info .cart-info-section tbody tr.cart-item .name-cart {
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-cart-info .cart-info-section tbody tr.cart-item .remove-cart {
    font-size: 13px;
}

.table-cart-info .cart-info-section tbody tr.cart-item th {
    width: 48%;
}

.table-cart-info .cart-info-section tbody tr.cart-item .product-quantity {
    border-radius: 9999px;
    background: #E4EAE1;
    display: flex;
    width: 100px;
    height: 40px;
    max-width: 100px;
    padding: 4px 8px;
    justify-content: space-between;
    align-items: center;
}

.table-cart-info .cart-info-section tbody tr.cart-item .price-total {
    font-weight: 700;
}

.info-cart-item-right {
    border-radius: 16px;
    border: 1px solid #EFF1F2;
    background: #FAFAFA;
    box-shadow: 0 10px 17.4px 0 rgba(0, 0, 0, 0.10);
    padding: 32px;
}

.info-cart-item-right .info-cart-item-right__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.info-cart-item-right__content__item .cart-info-item {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    color: #4A516D;
}

.info-cart-item-right .cart-info-item-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #EFF1F2;
    gap: 4px 12px;
    margin-bottom: 30px;
}

.info-cart-item-right .cart-info-item-total .title {
    color: #1a1f36;
}

.info-cart-item-right .cart-info-item-total__vat {
    flex: 0 0 100%;
    font-size: 13px;
    color: #4A516D;
}

.info-cart-item-right .cart-info-item-total__amount {
    font-weight: 700;
    color: #1a5f2a;
    font-size: 24px;
}

.info-cart-item-right .cart-info-item-total-button-note .note {
    font-size: 13px;
    color: #4A516D;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.info-cart-trust-badges {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #EFF1F2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-cart-trust-badges__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #4A516D;
}

.info-cart-trust-badges__icon {
    flex-shrink: 0;
    color: #1a5f2a;
    font-size: 18px;
    line-height: 1.2;
}

.cart-info-item-total__content {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
.cart-info-item-total-button {
    margin-bottom: 20px;
}

.cart-info-item-total-button .btn.btn-submit {
    height: 52px;
    background: #236340;
    border-color: #236340;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 106, 53, 0.20), 0 4px 6px -4px rgba(0, 106, 53, 0.20);
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
}

.info-cart-item-right .cart-info-item-total-button-note .note a {
    color: #4A516D;
}

.cart-info-item-total-button-note .link-policy {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cart-info-item-total-button-note .link-policy .link-policy-item a {
    color: #236340;
    gap: 12px;
    display: flex;
    align-items: center;
}

.cart-info-item-total-button .btn.btn-submit:hover {
    background: #fff;
    color: #236340;
}

.cart-info-item-total-button .btn.btn-submit:hover g {stroke: #236340;}
.info-cart-item-right .cart-info-item-total__amount .price-amount {
    font-weight: 700;
    color: #236340;
}


.box-cart-info>.row {
    margin-right: -20px;
    margin-left: -20px;
}

.box-cart-info>.row>div {
    padding-right: 20px;
    padding-left: 20px;
}

.scrollbar .img {
    border-radius: 8px;
    overflow: hidden;
}


.box-order-item {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}
.form-billing .form-group .form-control {
    height: 45px;
    border-radius: 8px;
    background-color: #f3f3f3;
}
.form-billing .form-group .form-control .dropdown-toggle {
    height: 45px;
    border-radius: 8px;
}

.form-billing .form-group .form-control .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
    color: #000;
}


.checkout-payment .btn-submit {
    border-radius: 12px;
    height: 52px;
    background: #236340;
    box-shadow: 0 10px 15px -3px rgba(0, 106, 53, 0.20), 0 4px 6px -4px rgba(0, 106, 53, 0.20);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.member .row {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
}

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

div#login-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.modal-login>.row {
    display: flex;
    align-items: center;
}

.form-login-right {
    padding: 10px 60px 10px 50px;
}

.modal-login .img-login .img img {
    /* padding-top: 126%; */
    max-height: 90vh;
    width: 100%;
    object-fit: cover;
}

.form-login-right .modal-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #236340;
    position: relative;
}

.form-login-right .content-login .form-group  label {
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.form-login-right .content-login .form-group input {
    height: 54px;
    border-color: #FAFAFA;
    border-radius: 8px;
    font-size: 16px;
    background: #FAFAFA;
    padding-left: 43px;
}

.form-login-right .content-login .quen-mat-khau {
    margin-bottom: 15px;
}

.form-login-right .content-login .quen-mat-khau a {
    color: #000;
    font-size: 16px;
}
.form-login-right .content-login .btn-google {
    margin-bottom: 15px;
}

.form-login-right .content-login .btn-google .btn-submit {
    background: #fff;
    border-radius: 12px;
    border-color: #b9b9b9;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
}

.form-login-right .content-login .btn-login {
    margin-bottom: 15px;
    margin-top: 25px;
}

.form-login-right .content-login .btn-login .btn-submit {
    height: 50px;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 106, 53, 0.20), 0 4px 6px -4px rgba(0, 106, 53, 0.20);
    font-size: 16px;
}

.form-login-right .content-login .dang-ky-ngay {
    font-size: 14px;
    text-align: center;
}

.form-login-right .content-login .dang-ky-ngay a {
    color: var(--color-highlight);
    font-weight: 700;
    text-decoration: underline;
}

div#login-modal .modal-dialog .modal-content {
    border-radius: 0;
    overflow: hidden;
    height: 100vh;
}

.form-login-right .content-login .quen-mat-khau a:hover {
    color: var(--color-highlight);
}

.form-login-right .content-login .dang-ky-ngay a:hover {
    color: red;
}

.form-login-right .content-login .btn-google .btn-submit:hover {
    border-color: var(--color-highlight);
    color: var(--color-highlight);
}

.box-level-dashboard-support {
    border-radius: 12px;
    border: 1px solid var(--Gray-200, #EFF1F2);
    background: #FFF;
    padding: 15px 10px;
    height: 100%;
}

.box-level-dashboard-support .title {
    color: #236340;
    margin-bottom: 10px;
}

.box-level-dashboard-support .info-support {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.box-level-dashboard-support .info-support .info-support-item-avatar {
    flex: 0 0 40px;
    max-width: 40px;
}

.box-level-dashboard-support .info-support .info-support-item .info-support-item-title {
    font-weight: 700;
    font-size: 14px;
}

.box-level-dashboard-support .info-support .info-support-item .info-support-item-value {
    font-size: 12px;
}

.box-level-dashboard-support .info-support-item-dsc {
    color: #697089;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 12px;
}

.box-level-dashboard-support .info-support-item-btn .btn-primary {
    border-radius: 8px;
    background: #0068FF;
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.badge {
    min-width: 74px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 12px;
}

.badge-primary {
    color: #084FC5;
    background-color: #B6E4FF;
}

.badge-danger {
  color: #dc3545;
  background-color: #dc35454f; }
.badge-warning {
  color: #B37101;
  background-color: #FFF6E2; }
.badge-info {
  color: #17a2b8;
  background-color: #17a2b857; }
badge-secondary {
  color: #000000;
  background-color: #6c757d63; }
.badge-success {
  color: #229350;
  background-color: #E4FBE7; }

  .box-product-home-01 .warp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 9.7px 0 rgba(7, 101, 45, 0.54);
}

.box-product-home-01 .warp-top .title-section {
    color: aliceblue;
    font-family: "CherryBombOne";
    text-shadow: 4px 4px 0 #2f7a4f;
    font-size: 48px;
}

.box-product-home-01 .warp-top .discount {
    color: aliceblue;
    font-family: "CherryBombOne";
    font-size: 48px;
}
.box-product-home-01 .warp-top .left {
    display: flex;
    align-items: center;
}

.box-product-home-01 .warp-top .image-left img {
    height: 128px;
}
.product-page .row {
    margin-right: -5px;
    margin-left: -5px;
}

.product-page .row>div {
    padding-right: 5px;
    padding-left: 5px;
}


.article-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.article-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.article-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.article-content ul {
    padding-left: 20px;
}
nav.breadcrumbs-section.breadcrumbs-section-mb {
    display: none;
}

.box-register-agency .inner-left-banner {
    padding-top: 133%;
    border-radius: 12px;
    overflow: hidden;
}
.product-item .product-top .inner-content .price .price-amount {
    font-weight: 700;
    color: #BA1F1A;
    font-size: 16px;
}

.product-item .product-top .inner-content .price .price-amount.old-price {
    font-size: 12px;
    color: #989EB3;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 0;
}
.product-item .product-top .inner-content .price {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.contact-right {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 88;
}
.contact-right li.entry-content {
    list-style: none;
    margin-top: 20px;
    text-align: center;
}

.contact-right li.entry-content img {
    width: 47px;
    height: 47px;
    object-fit: contain;
}
  @media (min-width: 1200px) {
    .menu-section .entry-menu.dropdown {
        border-radius: 8px;
    }
    
    .menu-section .menu-link {
        font-size: 15px;
    }
    .menu-section > ul > li.menu-mb {
        display: none;
    }
  }

@media (max-width: 1200px) {
    .header-menu-mobile>.container>.row>div:last-child {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }
    
    header .logo-section {
        position: initial;
        transform: none;
        width: 100%;
        text-align: center;
    }
    .header-menu-mobile {
        background: var(--color-highlight-2);
    }
    .box-home-product-new-02 .top .warp-top .image-left {
        display: none;
    }
    
    .box-home-product-new-02 .top .warp-top .image-right {
        display: none;
    }
    
    .logo-section img {
        height: 60px;
    }
    
    .box-home-01 {
        padding: 15px 0 30px;
    }
    .banner-home .item-banner.item-01 {
        margin-bottom: 10px;
    }
    
    .banner-home>.row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .banner-home>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .banner-home .item-banner.item-02 {
        gap: 10px;
    }
    
    .banner-home .item-banner.item-03 .img {
        padding-top: 122%;
    }
    .title-tab .block-tab.nav.effect-nav {
        margin-bottom: 10px;
    }
    .box-home-021 {
        padding-bottom: 15px;
    }
    .product-page .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .product-page .row >div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .box-home-product-new >.top .icon {
        display: none;
    }
    .box-home-product-new >.top .left .title-section {
        font-size: 25px;
    }
    
    .box-home-02 {
        padding-bottom: 30px;
    }
    
    .btn-reddl a {
        font-size: 10px;
        height: 33px;
        padding: 5px 8px;
    }
    
    .product-item .product-top .inner-content {
        padding: 8px;
    }
    
    .product-title {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .product-item .product-top .inner-content .list-option .item {
        font-size: 9px;
        gap: 3px;
    }
    
    .product-item .product-bottom {
        padding: 0px 8px 8px 8px;
    }
    
    .product-quantity .btn-quantity.quantity-subtract svg {
        width: 20px;
        height: 20px;
    }
    
    .product-quantity .btn-quantity.quantity-add svg {
        height: 20px;
        width: 20px;
    }
    
    .box-home-03 {
        margin-bottom: 25px;
    }
    
    .box-home-04 {
        padding-bottom: 20px;
    }
    
    .box-home-05 {
        padding: 30px 0 20px;
    }
    
    .box-article-hot .title-section {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .box-home-06 {
        padding: 30px 0 20px;
    }
    .box-home-product-new-02 .top .warp-top .title-section {
        font-size: 25px;
    }
    
    .box-home-product-new-02 .top {
        height: 70px;
        border-radius: 12px;
        margin-bottom: 15px;
        padding: 10px;
    }
    .box-product-home-01 .warp-top .left .image-left {
        display: none;
    }
    
    .box-product-home-01 .warp-top .title-section {
        font-size: 25px;
        line-height: 1.4;
        display: inline-flex;
        align-items: center;
    }
    
    .box-product-home-01 .warp-top .discount {
        font-size: 25px;
    }
    
    .box-product-home-01 .warp-top {
        padding: 10px;
    }
    
    .box-home-product-new >.top {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        margin-bottom: 15px;
    }
    .box-home-product-new-02 .top .warp-top .title-section span.name {
        position: relative;
        z-index: 1;
    }
    
    .box-article-hot .article-left>.row>div {
        margin-bottom: 10px;
    }
    .list-category-page .list .item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 3px;
    }
    
    .box-page .title {
        font-size: 20px;
    }
    
    .breadcrumbs-section a {
        font-size: 14px;
        white-space: nowrap;
    }
    
    .box-section-page-03>.container>.row>div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .box-htkd {
        display: none;
    }
    
    .filter-url {
        margin-bottom: 15px;
    }
    
    a.btn-filter-mobile {
        display: inline-flex;
        width: 91px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: #E4EAE1;
        gap: 5px;
    }
    
    .list-category-page {
        margin-bottom: 20px;
    }
    
    .box-section-page-03 {
        padding-bottom: 30px;
    }
    
    .box-product-06 {
        padding: 30px 0 20px;
    }
    
    .pagination {
        margin-top: 1rem;
    }
    article.article-detail .title {
        font-size: 25px;
    }
    .box-section-detail-prd-01 {
        padding-top: 15px;
    }
    
    .box-section-detail-prd-01 nav.breadcrumbs-section.breadcrumbs-section-mb {
        margin-bottom: 20px;
    }
    
    .product-image-detail-top .box-img-product {
        margin-bottom: 15px;
    }
    
    .product-content-detail .product-title-detail {
        font-size: 22px;
    }
    
    .pd-info__cart-primary {
        gap: 15px;
    }
    
    .btn-cart-buy .item {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 3px;
        padding-right: 3px;
    }
    
    .btn-cart-buy {
        gap: 0;
        margin-left: -3px;
        margin-right: -3px;
        flex-basis: calc(100% - 76px);
    }
    
    .product-content-detail .add-to-cart {
        width: 100%;
        font-size: 12px;
        height: 40px;
    }
    
    .pd-info__cart-bar-inner {
        padding: 10px;
    }
    
    .product-detail-head .product-content-detail {
        padding: 10px;
    }
    
    .product-content-detail .price .price-amount {
        font-size: 25px;
    }
    
    .product-detail-footer .inter-content {
        padding: 20px;
    }
    
    .product-detail-footer .inter-content ul {
        padding-left: 20px;
    }
    .product-detail-footer .inter-content {
        margin-bottom: 20px;
    }
    
    .box-section-detail-prd-02 {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .contact-figma__hero .title-section {
        font-size: 26px;
        margin-bottom: 10px;
    }
    
    .contact-figma__hero .slogan {
        font-size: 14px;
    }
    
    .contact-figma__panel {
        border-radius: 12px;
        padding: 15px;
    }
    
    .contact-figma__info-title {
        font-size: 16px;
    }
    
    .contact-figma__info-text {
        font-size: 14px;
    }
    
    .contact-figma__info-block {
        margin-bottom: 20px;
    }
    
    .contact-figma__hotline {
        font-size: 17px;
    }
    
    .contact-figma__map {
        margin-top: 30px;
    }
    
    .contact-figma__panel.contact-figma__panel--form {
        padding: 20px;
    }
    
    .contact-figma__form-title {
        font-size: 23px;
    }
    
    .contact-figma__form-intro {
        font-size: 14px;
    }
    
    .contact-figma__input, .contact-figma__textarea {
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .box-detail-article-01 {
        padding-bottom: 30px;
    }
    
    .box-detail-article-02 {
        padding: 30px 0;
    }
    
    .box-article-hot .article-item .inner-content .article-title {
        font-size: 14px;
    }
    
    .article-item .article-description {
        font-size: 13px;
    }
    
    .box-article-hot .article-item .inner-content .link a {
        font-size: 13px;
    }
    
    .box-article-hot .article-item .inner-content .view-date {
        display: none;
    }
    
    .box-article-hot .article-item .inner-content .link {
        display: none;
    }
    .article-content h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .article-content h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .article-content h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }    
    .title-tab .block-tab.nav.effect-nav li.nav-item {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 5px;
    }

    .block-tab.nav .nav-item .nav-link {
        font-size: 12px;
        padding: 4px;
    }

    .box-slider-home .swiper .swiper-wrapper .swiper-slide {
        width: 60% !important;
    }
        
    .box-highlight-hot>.row>div {
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .box-highlight-hot>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .info-web {
        margin-top: 0;
    }
    
    footer {
        padding-top: 30px;
    }
    
    .footer-top-mb {
        margin-bottom: 20px;
    }
    
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .footer-bottom-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .box-article-page .top-article .item-text .title {
        font-size: 25px;
    }
    
    .box-article-page .top-article .item-text .slogan {
        font-size: 20px;
    }
    
    .box-article-page .top-article >.row>div:nth-child(1) {
        margin-bottom: 15px;
    }
    
    .box-article-page .top-article >.row>div:nth-child(4) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .box-article-page .top-article .article-item .inner-image .img {
        padding-top: 75% !important;
    }
    
    .box-article-page .top-article .article-item .inner-content .article-title a {
        font-size: 20px;
    }
    
    .list-small-page .article-item-small {margin-bottom: 10px;padding-bottom: 0;}
    
    .list-small-page .article-item-small .inner-image {
        flex: 0 0 110px;
        max-width: 110px;
    }
    
    .list-small-page .article-item-small .inner-content {
        flex-basis: calc(100% - 110px);
        max-width: calc(100% - 110px);
        padding-left: 10px;
    }
    
    .list-small-page .article-item-small .inner-content .article-title a {
        font-size: 14px;
    }
    
    .list-small-page .article-item-small .inner-content .article-title {
        margin-bottom: 8px;
    }
    
    .list-small-page .article-item-small .inner-content .categories-date {margin-bottom: 0;}
    
    .list-small-page .article-item-small .inner-content .article-description {
        display: none;
    }
    
    .list-small-page .article-item-small .inner-content:before {
        display: none;
    }
    
    .list-small-page .article-item-small .inner-content .categories-date span.article-category a {
        height: 22px;
        font-size: 11px;
    }
    
    .article-item-small .inner-content .post-date {
        font-size: 12px;
    }
    
    .box-article-page .top-article {
        margin-bottom: 5px;
    }
    .box-article-02 {
        padding: 30px 0;
    }
    
    .box-dk-nhan-tin {
        padding: 20px;
    }
    
    .box-dk-nhan-tin .content .title {
        font-size: 22px;
    }
    
    .box-dk-nhan-tin .content form span.btn {
        flex: 0 0 120px;
        max-width: 120px;
    }
    
    .box-dk-nhan-tin .content form .form-group {
        flex-basis: calc(100% - 135px);
        max-width: calc(100% - 135px);
    }
    .breadcrumbs-section {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    .breadcrumbs-section::-webkit-scrollbar {
        display:none;
    } 
    .breadcrumbs-section::-webkit-scrollbar-thumb {
        display:none;
    }
    nav.breadcrumbs-section.breadcrumbs-section-pc {
        display: none;
    }
    nav.breadcrumbs-section.breadcrumbs-section-mb {
        display: flex;
    }
    .modal-login .img-login {
        display: none;
    }

    .form-login-right {
        padding: 0;
    }

    .form-login-right .modal-title {
        font-size: 25px;
    }
    .info-cart-item-left .info-cart-item-left__title {
        font-size: 21px;
    }
    
    .info-cart-item-left .info-cart-item-left__content {
        padding: 15px;
        gap: 15px;
    }
    
    .info-cart-item-left__content__item .title {
        font-size: 14px;
    }
    
    .info-cart-item-left__content__item .description {
        font-size: 13px;
    }
    
    .table-cart-info .cart-info-section tbody tr.cart-item th {
        width: 100%;
    }
    
    .table-cart-info .cart-info-section tbody tr.cart-item td.item-quantity {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .box-cart-info .info-cart-item-left {
        margin-bottom: 15px;
    }
    .info-cart-item-right {
        padding: 20px;
    }
    .box-agency-reg .inner-left-banner {
        display: none;
    }
    .inner-right-form .content-form .nh-agency-reg__opts {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .inner-right-form .content-form .nh-agency-reg__opts .nh-agency-reg__opt {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .nh-agency-reg__opt-text {
        font-size: 13px;
    }
    body {
        overflow-x: hidden;
    }
    .product-item .product-top .inner-content .list-option .item span.icon svg {
        height: 14px;
        width: 14px;
    }

}

.modal-header-close {
    margin-bottom: 20px;
}

.modal-header-close .close {
    float: none;
    font-weight: 400;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    opacity: 1;
}

div#login-modal .modal-dialog .modal-content .modal-center-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

div#login-modal .modal-dialog .modal-content .modal-center-modal .img-login {
    border-radius: 12px;
    overflow: hidden;
}

.form-login-right .modal-title svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.form-login-right .modal-title  span.title-login {
    position: relative;
    z-index: 2;
}

.form-login-right .dsc-login {
    color: #697089;
    margin-bottom: 30px;
}

.form-login-right .content-login .form-group span {
    position: relative;
    display: block;
}

.form-login-right .content-login .form-group span svg {
    position: absolute;
    top: 14px;
    z-index: 222;
    left: 10px;
}

.form-login-right .content-login .form-group input::placeholder {
    color: #1C2035;
}

.list-status-order {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    gap: 20px;
    flex-wrap: wrap;
}

.list-status-order .item-status-order {
    padding: 0;
    padding-bottom: 0;
    position: relative;
}

.list-status-order .item-status-order input {
    position: absolute;
    opacity: 0;
}

.search-order .title {
    font-weight: 700;
    margin-bottom: 10px;
}

.search-order-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 20px;
}

.search-order-form .form-group {
    margin-bottom: 0;
    width: 340px;
    max-width: 100%;
}
.search-order-form .form-group .input-group.input-group-icon .input-group-icon {
    position: absolute;
    top: 8px;
    z-index: 9;
    right: 13px;
}

.search-order-form .form-group .input-group.input-group-icon input.form-control {
    height: 45px;
    border-radius: 8px;
    font-size: 14px;
    background: #EFF1F2;
}

.search-order-form .form-group .input-group.date-range input.form-control {
    height: 45px;
    font-size: 14px;
    background: #EFF1F2;
}

.search-order-form .form-group .input-group.date-range input.form-control .form-control:first-child {
    border-top-left-radius: 8px;
}

.search-order-form .form-group .input-group.date-range input.form-control:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.search-order-form .form-group .input-group.date-range input.form-control:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.box-order-page-top {
    border-radius: 12px;
    border: 1px solid #EFF1F2;
    background: #FFF;
    margin-bottom: 15px;
}

.box-order-page-top .search-order {
    padding: 10px 10px 0px 10px;
    border-bottom: 1px solid #C7CBD8;
    margin-bottom: 0;
}

.box-order-page-top .search-order-button {
    padding: 0 20px 20px 20px;
}

.box-order-page-top .search-order-button .btn-success {
    width: 115px;
    border-radius: 8px;
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}
.list-status-order .item-status-order .form-check-label {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    padding: 5px 5px;
    display: inline-flex;
    cursor: pointer;
    margin-bottom: 0;
}

.list-status-order .item-status-order .form-check-label:before {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: var(--color-highlight);
    left: 0;
    opacity: 0;
}

.list-status-order .item-status-order input:checked + .form-check-label:before,
.list-status-order .item-status-order .form-check-label:hover:before {
    opacity: 1;
}

.dropdown-menu {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

.dropdown-menu a.dropdown-item {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0;
}
.modal-member-all .modal-content {
    border-radius: 12px;
}

.modal-member-all .modal-content .modal-body {
    padding: 30px !important;
}

.modal-member-all .modal-content .form-group {
    margin-bottom: 15px;
}

.modal-member-all .modal-content .form-group label {
    font-weight: 400;
}

.modal-member-all .modal-content .form-group .form-control {
    height: 45px;
    background: #f3f3f3;
    border-radius: 8px;
}

.modal-member-all .modal-content .form-group .form-control .dropdown-toggle {
    height: 45px;
    border-radius: 8px;
}

.modal-member-all .modal-content .form-group .form-control .dropdown-toggle .filter-option-inner-inner {
    height: 44px;
    display: flex;
    align-items: center;
}

.modal-member-all .modal-content .btn-submit {
    border-radius: 8px;
    width: 150px;
}

.box-profile-member>.title {
    color: var(--color-highlight);
    font-size: 24px;
    font-weight: 700;
}

.box-profile-member>.dsc {
    color: #697089;
    margin-bottom: 20px;
}

.box-profile-member-content .info-left .box-info-top {
    background: var(--color-highlight);
    padding: 15px 10px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.box-profile-member-content .info-left .box-info-top .title-left {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.box-profile-member-content .info-left .box-info-top .dsc-left {
    font-size: 12px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.box-profile-member-content .info-left .box-info-top .option-left {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.box-profile-member-content .info-left .box-info-top .option-left .item {
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.box-profile-member-content .info-right .box-info-top {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #EFF1F2;
    margin-bottom: 15px;
}

.box-profile-member-content .info-right .box-info-top .title-left, .box-address-profile .top .title, .box-order-dashboard.box-order-detail .item .title-item {
    height: 27px;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    position: relative;
    font-weight: 700;
}
.box-order-dashboard.box-order-detail .item .title-item{
    margin-bottom: 15px;
}

.box-profile-member-content .info-right .box-info-top .title-left:before, .box-address-profile .top .title:before, .box-order-dashboard.box-order-detail .item .title-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 27px;
    background: var(--color-highlight);
    border-radius: 8px;
}

.box-profile-member-content .info-right .box-info-top .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.box-profile-member-content .info-right .box-info-top .top .form-group {
    margin-bottom: 0;
}

.box-profile-member-content .info-right .box-info-top .top .form-group .btn-submit {
    height: 32px;
    display: flex;
    padding: 0 20px;
    border-radius: 8px;
    align-items: center;
}

.box-profile-member-content .info-right .box-info-top .form-group label {
    font-weight: 400;
    font-size: 14px;
    color: #697089;
    margin-bottom: 5px;
}

.box-profile-member-content .info-right .box-info-top .form-group input.form-control {
    border-color: #EFF1F2;
    border-radius: 8px;
    color: #000;
}


.box-profile-member-content .info-right .box-info-top .form-group .form-control-email-phone {
    border: 1px solid #EFF1F2;
    height: 40px;
    border-radius: 8px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    justify-content: space-between;
    position: relative;
    background: #EFF1F2;
}

.box-profile-member-content .info-right .box-info-top .form-group .form-control-email-phone span.change-email {
    position: absolute;
    right: 2px;
    top: 2px;
    background: var(--color-highlight);
    height: 34px;
    width: 40px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.box-profile-member-content .info-right .box-info-top .form-group .form-control-email-phone span.change-email a {
    display: inline-flex;
    align-items: center;
}
.box-address-profile {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EFF1F2;
    padding: 15px;
}

.box-address-profile .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.box-address-profile .info-address {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.box-address-profile .info-address .item-address-member {
    border-radius: 8px;
    background: #FAFAFA;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}
.box-address-profile .info-address .item-address-member .item-address-member-top span, .box-address-profile .info-address .item-address-member .item-address-member-top>a {
    border-radius: 45px;
    background: #EFF1F2;
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    color: #000;
}

.box-address-profile .info-address .item-address-member .full-address, .box-address-profile .info-address .phone-address-member {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #697089;
}

.box-address-profile .info-address .item-address-member.active {
    background: #EDF5F1;
}

.box-address-profile .info-address .item-address-member.active .item-address-member-top .default-address {
    background: #C4F0CE;
    color: #005227;
}

.box-order-dashboard.box-order-detail {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.box-order-dashboard.box-order-detail .item {
    padding: 15px;
    border-radius: 12px;
}

.box-order-dashboard .list-order .img-product img {
    width: 70px;
    border-radius: 8px;
    height: 70px;
    object-fit: cover;
}

.product-detail-footer .description ul {
    padding-left: 20px;
}
.product-detail-footer .related-products .item .name {
    color: #81DC9E;
}

.related-products-inner {
    font-size: 14px;
}
.pd-info__header .option-product .inter-left .item span.icon {
    display: inline-flex;
}

.billing-details .entry-account-detail p:last-child {
    border-bottom: 0 !important;
}
.billing-details [nh-address="list"] {
    background: #ddd;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--color-highlight);
}
.member-categories-section .item-menu.no-stroke a.active svg path, .member-categories-section .item-menu.no-stroke a:hover svg path {
    stroke: none;
    fill: #fff !important;
}
.box-item-member {
    padding: 15px;
    border-radius: 12px;
}

.box-item-member .box-item-member-title {
    height: 27px;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
}

.box-item-member .box-item-member-title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 27px;
    background: var(--color-highlight);
    border-radius: 8px;
}

.box-item-member-content .form-group label {
    font-weight: 400;
    font-size: 14px;
    color: #697089;
    margin-bottom: 5px;
}

.box-item-member-content .form-group .form-control {
    height: 40px;
    border-color: #EFF1F2;
    border-radius: 8px;
    color: #000;
}

.box-item-member-content .form-group .btn-submit {
    border-radius: 8px;
}

.member-change-email-page {
    padding: 15px 15px;
}

.member-change-email-card {
    padding-right: 35px;
}

.member-change-email-card__title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    color: #1b2b22;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.member-change-email-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2ca15f 0%, #1e8d52 100%);
    color: #fff;
    font-size: 19px;
    flex: 0 0 52px;
}

.member-change-email-form__group {
    margin-bottom: 22px;
}

.member-change-email-verify__heading {
    font-size: 16px;
    font-weight: 600;
    color: #3c4b43;
    margin-bottom: 14px;
}

.member-change-email-verify__options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.member-change-email-verify__option {
    margin-bottom: 0;
}

.member-change-email-verify__option .form-check-input {
    display: none;
}

.member-change-email-verify__option .inner-verify {
    margin: 0;
    width: 100%;
    min-height: 62px;
    border: 1px solid #dce5df;
    border-radius: 14px;
    background: linear-gradient(180deg, #f9fbfa 0%, #f3f7f4 100%);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.member-change-email-verify__option-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #23945a;
    background: rgba(35, 148, 90, 0.1);
    font-size: 16px;
    flex: 0 0 34px;
}

.member-change-email-verify__option-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.member-change-email-verify__option-label {
    font-size: 13px;
    line-height: 1.2;
    color: #7f8c85;
    margin-bottom: 4px;
}

.member-change-email-verify__option-value {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #23945a;
    word-break: break-word;
}

.member-change-email-verify__option-check {
    color: #23945a;
    font-size: 20px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.2s ease;
}

.member-change-email-verify__option .form-check-input:checked + .inner-verify {
    border-color: rgba(35, 148, 90, 0.35);
    box-shadow: 0 10px 20px rgba(35, 148, 90, 0.12);
}

.member-change-email-verify__option .form-check-input:checked + .inner-verify .member-change-email-verify__option-check {
    opacity: 1;
    transform: scale(1);
}

.member-change-email-form__receive,
.member-change-email-form__submit {
    height: 48px;
    border-radius: 8px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: linear-gradient(135deg, #2aa05e 0%, #1d8c51 100%);
    border: 0;
    box-shadow: 0 12px 24px rgba(35, 148, 90, 0.18);
}

.member-change-email-form__input {
    position: relative;
}

.member-change-email-form__input-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #7c8a82;
    font-size: 18px;
    line-height: 1;
    z-index: 1;
}

.member-change-email-form__input .form-control {
    height: 45px !important;
    border-radius: 8px !important;
    border: 1px solid #dce5df !important;
    padding: 0 16px 0 48px;
    font-size: 14px;
    color: #22312a;
    background: #fff;
    box-shadow: none;
}

.member-change-email-form__input .form-control:focus {
    border-color: rgba(35, 148, 90, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(35, 148, 90, 0.08);
}

.member-change-email-form__input .form-control::placeholder {
    color: #9aa7a0;
}

.member-change-email-form__otp-group {
    margin-bottom: 18px;
}

.member-change-email-form__otp-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.member-change-email-form__otp-list input {
    width: 100%;
    height: 64px;
    border: 1px solid #dce5df;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #22312a;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(20, 20, 20, 0.03);
}

.member-change-email-form__otp-list input:focus {
    border-color: #23945a;
    box-shadow: 0 0 0 3px rgba(35, 148, 90, 0.12);
}

.member-change-email-form__otp-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: #7d8b84;
    font-size: 15px;
    line-height: 1.4;
    flex-wrap: wrap;
}

.member-change-email-form__otp-meta [nh-countdown] {
    color: #7d8b84;
    font-size: 15px;
}

.member-change-email-form__otp-meta [nh-countdown]:empty {
    display: none;
}

.member-change-email-form__otp-meta [nh-countdown]:empty + .member-change-email-form__otp-separator {
    display: none;
}

.member-change-email-form__otp-separator {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b8c3bd;
}

.member-change-email-form__otp-resend {
    color: #23945a;
    font-weight: 600;
    cursor: pointer;
}

.member-change-email-page [nh-btn-action="get-verify"].disable,
.member-change-email-page [nh-btn-action="submit"].disable,
.member-change-email-page .member-change-email-form__otp-resend.disable {
    pointer-events: none;
    opacity: 0.55;
}

.member-change-email-page .invalid-feedback {
    margin-top: 8px;
    font-size: 13px;
}

.member-change-email-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.member-change-email-info__card {
    background: linear-gradient(180deg, #f9fbfa 0%, #f3f7f4 100%);
    border: 1px solid #e6ece8;
    border-radius: 16px;
    padding: 20px;
}

.member-change-email-info__card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1b2b22;
    margin-bottom: 14px;
}

.member-change-email-info__card-title i {
    color: #23945a;
    font-size: 18px;
}

.member-change-email-info__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.member-change-email-info__list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55;
    color: #4a5950;
}

.member-change-email-info__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #23945a;
}

@media (max-width: 991px) {
    .member-change-email-info {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .member-change-email-page {
        padding: 12px;
    }

    .member-change-email-card {
        padding: 0;
        border-radius: 20px;
    }

    .member-change-email-card__title {
        gap: 12px;
        font-size: 18px;
    }

    .member-change-email-card__icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 20px;
    }
    .member-change-email-verify__option-value {
        font-size: 15px;
    }

    .member-change-email-form__receive,
    .member-change-email-form__submit {
        height: 48px;
        font-size: 17px;
    }

    .member-change-email-form__input .form-control {
        height: 52px !important;
        font-size: 16px;
    }

    .member-change-email-form__otp-list {
        gap: 8px;
    }

    .member-change-email-form__otp-list input {
        height: 52px;
        font-size: 22px;
    }
}

@media (max-width: 479px) {
    .member-change-email-form__otp-list {
        gap: 6px;
    }

    .member-change-email-form__otp-list input {
        height: 46px;
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .product-detail-head>.row>div:nth-child(1) {
        flex: 0 0 550px;
        max-width: 550px;
    }
    
    .product-detail-head>.row>div:nth-child(2) {
        flex-basis: calc(100% - 550px);
        max-width: calc(100% - 550px);
        padding-left: 20;
        padding-left: 20px;
    }
    .box-profile-member-content>.row>div:nth-child(1) {
        flex: 0 0 260px;
        max-width: 260px;
    }
    
    .box-profile-member-content>.row>div:nth-child(2) {
        flex-basis: calc(100% - 260px);
        max-width: calc(100% - 260px);
    }
}

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

@media (max-width:576px){
    .pd-info__cart-bar-inner {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .pd-selection-summary {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

}
.dropdown-menu a.dropdown-item svg {
    width: 20px;
    height: 20px;
}

.box-home-product-new {
    background: #F6B126;
    padding: 10px 10px 0px 10px;
    border-radius: 16px;
}

.box-home-product-new >.top .left .icon {
    margin-left: -15px;
    margin-top: -16px;
}


div#update-address-modal .modal-content {
    border-radius: 12px;
}

div#update-address-modal .modal-content .modal-body .tab-content {
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ddd;
}

div#update-address-modal .modal-content .modal-body .tab-content .responsive-table {
    margin-bottom: 0;
}

div#update-address-modal .modal-content .modal-body .tab-content .responsive-table thead tr th {
    background: #F0F5EC;
    border: 0;
    color: var(--color-highlight);
    height: 53px;
    vertical-align: middle;
    padding: 10px;
}

.content-mini-cart.empty-mini-cart {
    display: flex;
    justify-content: center;
}

.content-mini-cart.empty-mini-cart .empty i {
    font-size: 50px;
}

.content-mini-cart.empty-mini-cart .empty .empty-cart {
    margin-bottom: 15px;
    font-size: 16px;
}

.content-mini-cart.empty-mini-cart .empty  .login a {
    padding: 5px 15px;
    display: inline-flex;
    background: var(--color-highlight);
    color: #fff;
    border: 1px solid var(--color-highlight);
    height: 40px;
    align-items: center;
    border-radius: 8px;
}

.content-mini-cart.empty-mini-cart .empty .login a:hover {
    background: #fff;
    color: var(--color-highlight);
}

.order-section .order-info {
    border-radius: 8px;
}

.order-section  .alert {
    border-radius: 8px;
}

.order-section .item {
    border-radius: 8px;
    height: 100%;
}

/* ================================================
   Agency Registration Notify Modal
   ================================================ */
.nh-agency-modal__overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(28, 32, 53, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.nh-agency-modal__overlay.is-active {
    opacity: 1;
    visibility: visible;
}
body.nh-modal-open {
    overflow: hidden;
}
.nh-agency-modal__wrap {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px 32px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(28, 32, 53, 0.18);
    transform: translateY(20px);
    transition: transform 0.25s ease;
}
.nh-agency-modal__overlay.is-active .nh-agency-modal__wrap {
    transform: translateY(0);
}
.nh-agency-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    line-height: 1;
    border-radius: 50%;
    transition: background 0.2s;
}
.nh-agency-modal__close:hover {
    background: #f0f2f7;
}
.nh-agency-modal__icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.nh-agency-modal__title {
    color: #1C2035;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.nh-agency-modal__message {
    color: #697089;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 28px;
}
.nh-agency-modal__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 12px 28px;
    background: #229350;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
.nh-agency-modal__btn:hover {
    background: #1a7a42;
    transform: translateY(-1px);
}
@media (max-width: 480px) {
    .nh-agency-modal__wrap {
        padding: 32px 20px 24px;
    }
    .nh-agency-modal__title {
        font-size: 18px;
    }
    .sidebar-mini-cart .content-mini-cart .inner-content .product-info {
        display: flex;
        justify-content: space-between;
    }
}
.sidebar-mini-cart .content-mini-cart .mini-cart-btn .btn-submit {
    border-radius: 8px;
}

.entry-account-detail-wrap .entry-account-detail {
    border-radius: 12px;
    background: #ffffff;
    padding: 24px;
}

.entry-account-detail-wrap .entry-account-detail .title, .entry-account-detail-wrap .note-order-info .note-order-info__label {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 106, 53, 1);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.entry-account-detail-wrap .entry-account-detail p.entry-account-detail__item {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.entry-account-detail-wrap .entry-account-detail p {
    font-size: 14px;
    margin-bottom: 10px !important;
    color: #697089;
}

.entry-account-detail-wrap .note-order-info {
    height: 100%;
    background: #fff;
    padding: 24px;
    border-radius: 12px;
}

.entry-account-detail-wrap .note-order-info textarea.form-control {
    min-height: 100px;
}

.entry-account-detail-wrap>.row {
    margin-right: -15px;
    margin-left: -15px;
}

.entry-account-detail-wrap>.row>div {
    padding-right: 15px;
    padding-left: 15px;
}

form#order-info>.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

form#order-info>.row>div {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
div#order-info-right .info-cart-item-right {
    padding: 24px;
}

div#order-info-right .info-cart-item-right span.title {
    font-size: 15px;
}

.box-order-item.product-info-order .scrollbar>.row>div:nth-child(1) {
    flex: 0 0 95px;
    max-width: 95px;
}

.box-order-item.product-info-order .scrollbar>.row>div:nth-child(2) {
    flex-basis: calc(100% - 95px);
    max-width: calc(100% - 95px);
}

.code-name-extend {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 400;
    color: #3E4A3F;
    margin-top: 2px;
}

.sidebar-mini-cart .content-mini-cart .inner-content .product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.box-update-address li.nav-item>a {
    display: inline-flex;
    background: #f0f5ec;
    height: 35px;
    padding: 0 15px;
    align-items: center;
    border-radius: 8px;
}

.box-update-address li.nav-item>a.active {
    font-weight: 400;
    color: var(--color-highlight);
}

div#update-address-modal form#member-address {
    padding: 15px;
}
div#update-address-modal form#member-address .form-group .form-control {
    border-radius: 8px;
    border-color: #ddd;
    height: 43px;
}

div#update-address-modal form#member-address .form-group .bootstrap-select .dropdown-toggle {
    background: #fff;
    height: 45px;
    border-color: #ddd;
    border-radius: 8px;
}

div#update-address-modal form#member-address .form-group .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

div#update-address-modal form#member-address .form-group label {
    font-weight: 400;
}
.cart-info-item-total-button-note .link-policy .link-policy-item a.link-policy-item svg {
    width: 20px;
    height: 20px;
}
@media (max-width: 768px) {
    .code-name-extend {
        gap: 5px;
        font-size: 10px;
    }
    .entry-account-detail-wrap>.row>div {
        margin-bottom: 15px;
    }
    
    .box-order-item {
        margin-top: 15px;
    }
    .table-cart-info .cart-info-section tbody tr.cart-item th, .table-cart-info .cart-info-section tbody tr.cart-item td, .table-cart-info .cart-info-section tbody tr.cart-item td.item-quantity {
        padding: 5px 10px;
    }
    
    .entry-account-detail-wrap .entry-account-detail {
        padding: 15px;
    }
    
    .entry-account-detail-wrap .note-order-info {
        padding: 15px;
    }
}

.contact-right li.entry-content.entry-content-dkdl a {
    display: flex;
    flex-direction: column;
    border-radius: 9.447px;
    background: #28a745;
    text-align: center;
    font-size: 9px;
    color: #ffffff;
    padding: 5px;
    font-weight: 700;
    align-items: center;
    gap: 2px;
}

li.entry-content.entry-content-contact {
    position: relative;
    width: 47px;
    margin-left: auto;
    margin-right: auto;
}

li.entry-content.entry-content-contact .name {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
    opacity: 0;
    padding: 10px;
    width: 0;
    background: #ffeaf3;
    border-radius: 13px;
    overflow: hidden;
}

li.entry-content.entry-content-contact:hover .name {
    opacity: 2;
    width: auto;
}

li.entry-content.entry-content-contact:hover {overflow: initial;}

li.entry-content.entry-content-contact .name a {
    color: #000;
    white-space: nowrap;
}
li.entry-content.entry-content-contact span.zoom {
    width: 75px;
    height: 75px;
    background-color: red;
    border-radius: 50px;
    position: absolute;
    left: -14px;
    top: -26px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    /* -webkit-animation: arcontactus-pulse 2s infinite; */
    /* animation: arcontactus-pulse 2s infinite; */
}

@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}

li.entry-content.entry-content-contact span.zoom1 {
    width: 70px;
    height: 70px;
    background-color: red;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

li.entry-content.entry-content-contact .icon {
    border-radius: 50%;
    overflow: hidden;
}

li.entry-content.entry-content-contact.content-contact-0 span.zoom1 {
    background-color: #5a5eff;
}

li.entry-content.entry-content-contact.content-contact-1 span.zoom1 {
    background-color: #1366ff;
}
li.entry-content.entry-content-contact.content-contact-0 .name {
    background: #f8f5ff;
    /* display: none; */
}

li.entry-content.entry-content-contact.content-contact-1 .name {
    background: #e3f1ff;
    /* display: none; */
}
li.entry-content.entry-content-contact:hover .icon img{
    animation: shake-strong 1s ease-in-out infinite;
}
@keyframes shake-strong {
  0%, 100% { transform: rotate(0); }
  20% { transform: rotate(15deg); }
  40% { transform: rotate(-15deg); }
  60% { transform: rotate(10deg); }
  80% { transform: rotate(-10deg); }
}
span.btn-quantity.quantity-add.disabled {
    opacity: 0.1;
}
@media (max-width: 768px) {
    .contact-right li.entry-content img {
        width: 41px;
        height: 40px;
    }
    
    .contact-right li.entry-content {
        margin-top: 10px;
    }
    
    li.entry-content.entry-content-contact span.zoom1 {
        display:none;
    }
    .contact-right {
        right: 5px;
        bottom: 10px;
    }
}
.product-content-detail.pd-info .pd-info__usp-icon img {
    width: 16px;
}
.menu-container.menu-member .menu-section > ul > li.dkdl {
    display: none;
}
.menu-wrapper {
    width: 100%;
    overflow: hidden;
  }
  
  .menu-wrapper .menu-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: marquee 18s linear infinite;
  }
  
  .menu-wrapper .menu-group {
    display: flex;
    flex-shrink: 0;
  }
  
  .menu-wrapper .item {
    flex: 0 0 auto;
    padding: 0 32px; 
  }
  
  .menu-wrapper .item a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    animation: colorCycle 4s ease-in-out infinite;
  }

  @keyframes colorCycle {
    0%   { color: #ffffff; }
    15%  { color: #FFD700; }
    30%  { color: #00FFAB; }
    45%  { color: #FF6B6B; }
    60%  { color: #00D4FF; }
    75%  { color: #FF9F43; }
    90%  { color: #A29BFE; }
    100% { color: #ffffff; }
  }

  /* hover dá»«ng */
  .menu-wrapper:hover .menu-track {
    animation-play-state: paused;
  }
  
  @keyframes marquee {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-50%, 0, 0);
    }
  }
.contact-footer {
    margin-bottom: 15px;
}
.info-web-top {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.info-web-top .option {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.info-web-top .option .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
    color: #fff;
}

.info-web-top .option .item .icon {
    width: 50px;
    height: 50px;
    background: #ffc107;
    flex: 0 0 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 20px;
}


.info-web-top .option .item .name .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

.info-web .dsc {
    color: #fff;
    max-width: 300px;
}

.info-web .logo img {
    width: 75px;
}

.info-web .logo {
    margin-bottom: 15px;
}
.pd-info__specs {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
@media (min-width:1200px) {
    .footer-mid-center>.container>.row>div:nth-child(2) {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .footer-mid-center>.container>.row>div:nth-child(3) {
        flex: 0 0 20.8%;
        max-width: 20.8%;
    }
}

@media (max-width: 768px) {
    .search-order-form {
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

.box-order-page-top .search-order-button {
    padding: 0px 10px 10px 10px;
  }
    .list-status-order {
        gap: 0;
    }
    .info-web-top {
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding-bottom: 30px;
    }
    .info-web-top .option {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .info-web-top .option .item {
        flex: 0 0 100%;
        max-width: 100%;
        gap: 10px;
    }
    .modal-search .modal-dialog .modal-content .info-left {
        border-radius: 22px 22px 0;
    }
    
    .modal-search .modal-dialog {
        max-width: 100%;
    }
    
    .modal-search .modal-dialog .modal-content {
        margin-right: 6px;
    }
    
    .modal-search .modal-dialog .modal-content .info-left {
        padding: 15px;
    }
    
    .modal-search .modal-dialog .modal-content .info-left .list-danh-muc {
        margin-bottom: 20px;
    }
    
    .modal-search .item-right .box-dn {
        padding: 16px;
    }
    div#login-modal .modal-dialog .modal-content .modal-center-modal {
        display: flex;
        justify-content: flex-start;
        padding-top: 15px;
    }
    .box-order-dashboard .title-order .title-order-viewall {
        display: none;
    }
}

.list-category-page .list .item .name {
    font-size: 14px;
}

.wrap-suggestion ul.list-unstyled {
    max-height: 295px;
    overflow-y: auto;
}

.wrap-suggestion ul.list-unstyled .img {
    border-radius: 8px;
    overflow: hidden;
}

.wrap-suggestion ul.list-unstyled li {
    padding: 5px;
    border-radius: 8px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #ddd;
    color: #000;
}

.wrap-iframe {
    position: relative;
    padding-top: 56%;
}

.wrap-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width:767px) and (max-width:1200px){
    .box-home-product-new-02 .row >div:nth-child(10), .box-home-product-new .row >div:nth-child(10) {
        display: none !important;
    }
}