

.header-top {
    background: var(--red-700);
    padding: 5px 0;
}

.lis-menu-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.lis-menu-top .item {
    flex: 0 0 20%;
    max-width: 20%;
}

.lis-menu-top .item .title a {
    color: #fff;
    display: block;
    text-align: center;
}

header .logo-section {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
    top: -10px;
}

.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;
}

.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;
}

.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: 70px;
}

.box-home-product-new >.top {
    background: #ffad30;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
    margin-bottom: 30px;
    padding-right: 15px;
}

.box-home-product-new >.top .left {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 155px;
}

.box-home-product-new >.top .icon img {
    height: 125px;
    width: 150px;
    object-fit: cover;
}

.box-home-product-new >.top .icon {
    position: absolute;
    left: -6px;
    bottom: -21px;
}
.box-home-product-new >.top .left .title-section {
    font-family: "CherryBombOne";
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #FFF;
    color: rgba(255, 17, 17, 1);
    font-size: 40px;
}

.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);
}


/* page đăng ký đại lý */
@media (min-width:1200px){
    .box-agency-reg > .container {
        max-width: 70%;
    }
}
.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;
}
.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: 16px;
    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: 10px;
}

.title-footer {
    font-size: 16px;
    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: 43px;
    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: 180px;
}

.map .link, .map .link a {
    color: #fff;
}

.info-web {
    margin-top: 30px;
}

.info-web .option p {
    color: #fff;
    font-size: 15px;
}

.copy {
    color: #fff;
    font-size: 15px;
}

.footer-bottom {padding-bottom: 10px;padding-top: 50px;}


.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;
}

.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: 15px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 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: 15px;
}

.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;
    font-size: 16px;
    line-height: 1.5;
    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 {
    font-weight: 600;
    color: #303651;
    flex-shrink: 0;
}

.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: 20px;
}

.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: 15px;
}

.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;
}

.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 #ddd;
    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;
}
.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);
    height: 54px;
    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: 8px;
    overflow: hidden;
}

.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;
}
.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: 800px;
}

.modal-login>.row {
    display: flex;
    align-items: center;
}

.form-login-right {
    padding: 10px 60px 10px 50px;
}

.modal-login .img-login .img {
    padding-top: 133%;
}

.form-login-right .modal-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #229350;
}

.form-login-right .content-login .form-group  label {
    font-weight: 400;
}

.form-login-right .content-login .form-group input {
    height: 45px;
    border-color: #bababa;
    border-radius: 12px;
    font-size: 16px;
}

.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;
}

.form-login-right .content-login .btn-login .btn-submit {
    height: 45px;
    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);
}

.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);
}

div#login-modal .modal-dialog .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

.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;
}

.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;
}
  @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%;
    }
    .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: 80px;
    }
    
    .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 {
        padding-left: 15px;
    }
    
    .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 {
        height: 60px;
        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: 40px;
    }

    .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;
    }

}
