html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Archivo Narrow';
    font-size: 16px;
    font-weight: 400;
}
:root {
    --color-primary: #2452a7;
    --color-secondary: #5c9269;
}
.ht-ratio--72::before {
    padding-bottom: 70%;
}
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    max-width: 300px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
[class*="b-search-"]>input {
    width: 100%;
    color: inherit;
    font-size: 1em;
    padding: 0 5px 0 7px;
    line-height: normal;
    border: none;
    background-color: transparent;
}
[class*="b-search-"]>input::-webkit-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input::-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-ms-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input:focus {
    outline: none;
}
[class*="b-search-"]>button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    box-shadow: none;
    line-height: 0;
}
[class*="b-search-"]>button i {
    line-height: inherit;
}
.c-btn--secondary {
    background-color: var(--color-secondary);
}
/* BEGIN b-search-2 */
.b-search-2 {
    border: 1px solid #ddd;
}
.b-search-2>button {
    border-radius: 2px;
}
.b-search-2>button[class] {
    font-size: 0.924em;
    padding: 1em 0.584em 1em 0.584em;
    margin: 2px 2px 2px 0;
}
.b-search-2>button:not([class]) {
    color: inherit;
    padding: 1.077em 0.616em 1.077em 0.616em;
    background-color: transparent;
}

/* END b-search-2 */
/* Style chung s-header */
.hd-logo {
    line-height: 0;
}

.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}

a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em;
    text-transform: uppercase;
    border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* BEGIN s-header-2 */
.s-header-2 .s_top {
    color: #fff;
    line-height: 0;
    padding: 8px 0;
    background-color: #05a;
}
.s-header-2 .hd-contact {
    margin-right: auto;
}
.s-header-2 .hd-contact>li {
    display: inline-block;
}
.s-header-2 .hd-contact>li:not(:last-child) {
    margin-right: 15px;
}
.s-header-2 .hd-social {
    margin-right: 20px;
}
.s-header-2 .hd-social a {
    color: inherit;
    border-color: inherit;
}
.s-header-2 .s-hd-info {
    background: #fff;
    border-radius: 55px;
    padding: 0 40px;
}
.s-header-2 .s_bot {
    /* box-shadow: 0px 2px 5px #999; */
    position: relative;
    z-index: 111;
}
.s-header-2 .hd-logo {
    font-size: 14px;
    padding: 0.715em 0 0.715em 0;
    margin-right: auto;
}
.s-header-2 .hd-logo>img {
    height: 4.286em;
}
.s-header-2 .hd-logo>div {
    margin-left: 10px;
    line-height: normal;
}
.s-header-2 .hd-logo>div>span {
    display: block;
    font-weight: bold;
}
.s-header-2 .hd-logo>div>span:first-child {
    font-size: 1em;
}
.s-header-2 .hd-logo>div>span:last-child {
    color: #666;
    font-size: 2.358em;
    font-style: italic;
}
.s-header-2 .hd-menu>ul>li {
    display: inline-block;
    position: relative;
}
.s-header-2 .hd-menu>ul>li>a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0px 10px;
    line-height: 35px;
    font-weight: 500;
    font-size: 17px;
    border-radius: 3px;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.s-header-2 .hd-menu>ul>li .icon-arrow {
    /* position: absolute; */
    /* right: -7px; */
    /* top: 52%; */
    /* transform: translateY(-50%); */
}
.s-header-2 .hd-menu>ul>li>ul {
    visibility: hidden;
    min-width: 200px;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
}
.s-header-2 .hd-menu>ul>li>ul::after {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    right: 8px;
}
.s-header-2 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-2 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 5px 30px 5px 15px;
}
.s-header-2 .hd-menu>ul>li>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.s-header-2 .hd-menu>ul>li>ul>li:hover a {
    color: var(--color-primary);
}
.s-header-2 .hd-menu>ul>li.is-active>a {
    color: var(--color-primary);
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>a {
    color: var(--color-primary);
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>a:nth-last-child(2) {
    border-radius: 3px 3px 0 0;
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-2 .hd-search {
    position: relative;
    line-height: 0;
    margin-left: 20px;
}
.s-header-2 .hd-search>a {
    font-size: 22px;
    background: var(--color-primary);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 19px;
    padding: 15px;
}
.s-header-2 .hd-search>a i {
    font-size: 0.819em;
}
.s-header-2 .hd-search>form {
    display: none;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-2 .hd-search>form.is-active {
    display: -webkit-flex;
    display: flex;
}
.s-header-2 {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 30px;
}
.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}
.cate-menu {
    margin-bottom: 20px;
}
.cate-menu>div {
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--color-secondary);
}
.cate-menu ul {
    width: 100%;
}
.cate-menu ul li {
    position: relative;
    color: #4d4d4d;
    margin-bottom: 8px;
}
.cate-menu ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #5c9269;
    font-size: 12px;
    margin-right: 7px;
}
.cate-menu.brand ul li::before {
    content: "\f299";
    font-family: FontAwesome;
    color: #5c9269;
    font-size: 12px;
    margin-right: 7px;
}
.cate-menu ul li:hover {
    color: var(--color-primary)
}
.cate-menu a:hover {
    color: var(--color-primary);
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.s-header-2 .cart {
    font-size: 18px;
    position: relative;
    margin-left: 12px;
    cursor: pointer;
    color: var(--color-secondary);
    transition: 0.25s ease;
}
.s-header-2 .cart .bage {
    font-size: 10px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

@media screen and (max-width: 1259px) {
    .s-header-2 .hd-logo {
        font-size: 10px;
    }
}
@media screen and (max-width: 991px) {
    .s-header-2 .hd-menu {
        order: 1;
        margin-left: 15px;
        position: relative;
    }
    .s-header-2 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: #05a;
        font-size: 15px;
    }
    .s-header-2 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        background-color: #fff;
        box-shadow: 0 0px 10px 0px #ccc;
        position: absolute;
        top: 45px;
        right: 0;
    }
    .s-header-2 .hd-menu>ul>li {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .s-header-2 .hd-menu>ul>li>a {
        border-radius: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .s-header-2 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
    }
    .s-header-2 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
}
@media screen and (max-width: 479px) {
    .s-header-2 .hd-logo>div, .s-header-2 .hd-social {
        display: none;
    }
    .s-header-2 .hd-search>form {
        width: 205px;
    }
}

/* END s-header-2 */
.s-home-2 {
    padding: 60px 0;
    background: #f9f6f1;
}
.b-card-1 {
    text-align: center;
}
.b-card-1 .b_thumb {
    width: 50%;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.b-card-1 .b_content {
    padding: 0px 25px;
}
.b-card-1 .b_title {
    font-family: 'Dancing Script';
    font-size: 28px;
    letter-spacing: 4px;
    color: #333333;
    margin-bottom: 8px;
}
.b-card-1 .b_desc {
    color: #646464;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.b-card-1 .icon {
    position: absolute;
    bottom: 5px;
    width: 70px;
    height: 70px;
    background: var(--color-primary);
    border-radius: 50%;
    z-index: 2;
    padding: 16px;
    right: 23%;
}
.b-card-1 .b_img {
    position: relative;
}
.s-about {
    padding: 80px 0;
}
.s-about .s-left {
    position: relative;
    z-index: 2;
}
.s-about .s-img {
    display: grid;
    grid-template-columns: repeat(2, auto);
}
.s-about .s-img img:last-child {
    margin-left: 10px;
}
.s-about .s-img img {
    border-radius: 12px;
}
.s-about .s-img .thumb-1 {
    border-radius: 12px;
    width: 54%;
}
.s-about .s-img .thumb-2 {
    border-radius: 12px;
    width: 40%;
    margin-left: 2%;
}
.s-about .about-one__image__info {
    position: absolute;
    right: 42px;
    bottom: 85px;
    width: 278px;
    background-color: var(--solox-white, #fff);
    padding: 38px 30px 41px 100px;
    box-shadow: 15px 29px 87px 0px rgba(0, 0, 0, 0.1);
}
.s-about .about-one__image__info__icon {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background-color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--solox-white, #fff);
}
.s-about .about-one__image__info__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--solox-text, #838184);
    margin: 0 0 8px;
    font-family: var(--solox-font);
}
.s-about .about-one__image__info__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--solox-black, #1c1a1d);
    margin: 0;
    font-family: var(--solox-font);
}
.s-about .about-one__image__info::after {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    content: "";
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(-45deg, rgba(var(--color-primary), 1) 100%, rgba(var(--color-primary), 1) 100%) 1;
    border: 2px solid var(--color-primary);
}
.s-about .about-one__image__arrow {
    position: absolute;
    right: 4px;
    transform: rotate(-31deg);
    bottom: -26px;
    z-index: -1;
}
.s-about .about-one__image__arrow img {
    max-width: 100%;
    -webkit-animation-name: float-bob-y-2;
    animation-name: float-bob-y-2;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.ht-ratio--150::before {
    padding-bottom: 150%;
}
@keyframes float-bob-y-2 {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}
.s-about .s-content {
    padding-left: 30px;
}
.s-about .s-content .sub-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}
.s-about .s-content .sub-title::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-primary);
}
.s-about .s-content .title {
    font-size: 58px;
    font-family: 'Dancing Script';
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--color-primary);
}
.s-about .s-content ul {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 35px;
}
.s-about .s-content ul .about_btn {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    font-weight: bold;
    padding: 11px 21px 11px 30px;
    gap: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 12px;
}
.s-about .s-content ul .about_btn img {
    height: 32px;
}
.s-about .desc {
    color: #6f6f6f;
}
.s-about .about-author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.s-about .about-author .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    outline: 2px solid var(--color-primary);
}
.s-about .about-author .job {
    font-size: 15px;
    font-weight: 600;
    color: #6e6e6e;
}
.s-about .about-author .name {
    font-size: 24px;
    font-family: 'Dancing Script';
}
.s-about .c-cta {
    display: flex;
}
.s-about .about-cta {
    display: flex;
    align-items: center;
    gap: 40px;
}
/* BEGIN c-button-8 */
.c-button-8 {
    min-width: 200px;
    text-align: center;
    height: 48px;
    line-height: 30px;
    border-radius: 12px;
    display: inline-block;
    font-size: 15px;
    padding: 0.5em 1.072em 0.5em 1.072em;
    overflow: hidden;
    color: #fff;
    border-radius: 34px;
    background-color: var(--color-secondary);
    /* text-transform: uppercase; */
    position: relative;
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}
.c-button-8>i.fa {
    padding-left: 5px;
}
.c-button-8::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
}
.c-button-8:hover {
    box-shadow: 0 14px 26px -12px rgba(34, 34, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(34, 34, 34, 0.2);
}
.c-button-8:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

/* END c-button-8 */
.headline-2 .sub-title {
    display: flex;
    align-items: center;
    gap: 20px;
}
.headline-2 .sub-title img {
    height: 30px;
}
.headline-2 .title {
    font-size: 40px;
    font-family: 'Dancing Script';
    margin-bottom: 40px;
    color: var(--color-primary);
}
/* BEGIN b-card-32 */
.b-card-32 {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: calc(100% - 30px);
    border: 1px solid #e5e5e5;
}
.b-card-32 .b_btn {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 15px;
    padding: 0 10px;
}
.b-card-32 .b_btn .addCart, .b-card-32 .b_btn .checkout {
    background: var(--color-secondary);
    color: #fff;
    padding: 6px 14px;
    border-radius: 23px;
    font-size: 14px;
    height: 36px;
    line-height: 25px;
}
.b-card-32 .b_btn .addCart{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.b-card-32 .b_thumb .b_status {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 14px;
    align-items: center;
}
.b-card-32 .b_thumb .b_tag {
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 10px; */
    color: #fff;
    background-color: var(--color-secondary);
    border-radius: 9px;
    padding: 6px 12px;
    font-weight: 500;
}
.b-card-32 .b_thumb .b_tag.temp-2 {
    background-color: #fff;
    outline: 2px solid #ff9501;
    color: var(--color-secondary);
}
.b-card-32 .b_thumb img {
    transition: all 2s;
}
.b-card-32:hover .b_thumb img {
    transform: scale(1.2);
}
.b-card-32 .b_content {
    margin: 10px 0 0px;
    text-align: center;
}
.b-card-32 .b_content .b_title {
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px;
    margin-top: 12px;
    color: #6a6a6a;
    font-family: 'Dancing Script';
}
.b-card-32 .b_content .b_cate {
    font-weight: normal;
    color: #6c6c6c;
    margin-bottom: 10px;
    width: 32%;
    text-align: center;
}
.b-card-32 .b_content .b_info {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin: 8px 10%;
    padding-top: 15px;
}
.b-card-32 .b_content .b_cate img {
    height: 25px;
    width: 25px;
    margin-bottom: 5px;
}
.b-card-32 .b_content .b_cate span {
    font-size: 13px;
    display: block;
}
.b-card-32 .b_content .b_price {
    font-size: 20px;
    color: var(--color-primary);
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    margin: 12px 10%;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 14px;
}
.b-card-32 .b_content .b_price span:nth-child(2) {
    font-size: 16px;
    color: #5f5c5c;
    font-weight: 400;
    text-decoration: line-through;
}
.b-card-32:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.25);
    background-color: #FFF;
}
.b-card-32 .quality>div {
    font-size: 14px;
        display: flex;
        width: 100px;
}
.b-card-32 .quality>div span {
    float: left;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 0.715em;
    width: 2.5em;
    height: 36px;
    line-height: 3.5em;
    background-color: var(--color-secondary);
    /* border: 1px solid var(--color-secondary); */
    /* border-radius: 12px 0 0; */
}
.b-card-32 .quality>div span:first-child {
    border-radius: 10px 0 0 10px;
}
.b-card-32 .quality>div span:last-child {
    border-radius: 0 10px 10px 0;
}
.b-card-32 .quality>div input {
    float: left;
    font-weight: bold;
    text-align: center;
    min-width: 2.143em;
    width: 3.572em;
    height: 36px;
    border: 1px solid #eee;
    border: 2px solid var(--color-secondary);
}
.b-card-32 .quality>div input:focus {
    outline: none;
}

/* BEGIN b-card-32 */
/* BEGIN b-card-28 */
.b-card-28 {
    display: block;
    margin-bottom: 20px;
}
.b-card-28 .b_thumb {
    border-radius: 20px;
}
.b-card-28 .b_thumb img {
    /* border-bottom-right-radius: 15px; */
    /* border-top-left-radius: 15px; */
}
.b-card-28 .b_content {
    margin-left: 30px;
    background-color: var(--solox-white, #fff);
    padding: 30px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    transition: all 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

}
.b-card-28 .b_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px;
    position: relative;
}
.b-card-28 .b_desc {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 15px;
}
.b-card-28 .b_cta {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.b-card-28 .date {
    width: 59px;
    height: 59px;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    line-height: 1.2em;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 500;
    flex-direction: column;
    letter-spacing: 2px;
}
.b-card-28 .date span:first-child {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
}
/* END b-card-28 */
/* BEGIN s-icon-2 */
.s-icon-2>a:first-child {
    opacity: 0;
    font-size: 20px;
    border: 1px solid #ccc;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-icon-2>a:first-child.is-show {
    opacity: 1;
    bottom: 230px;
    width: 48px;
    height: 48px;
}
.s-icon-2>a:last-child {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 111111;
    line-height: 0;
}
.s-icon-2>a:last-child span {
    font-size: 31px;
}
/* .s-icon-2>a:last-child span::before, .s-icon-2>a:last-child span::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: #05a;
    border-radius: 15px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-2>a:last-child span::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-2>a:last-child span img {
    position: absolute;
}
 */
@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* END s-icon-2 */
/* BEGIN s-footer-5 */
.s-footer-5 .s_top {
    padding: 30px 0;
    background: linear-gradient(#fff, rgba(0, 85, 170, 0.2));
}
.s-footer-5 .s_top a[rel="nofollow"] img {
    height: 50px;
}
.s-footer-5 .c-headline-4 {
    margin: 10px 0 15px;
}
.s-footer-5 .c-headline-4::after {
    margin-top: 5px;
}
.s-footer-5 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 14px;
    margin: 0 10px 10px 0;
}
.s-footer-5 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-5 .ft-menu li>h1 {
    font-size: 25px;
    font-weight: inherit;
    color: #fff;
}
.s-footer-5 .ft-menu li a {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.s-footer-5 .c-headline-4 .c_name {
    display: block;
}
.s-footer-5 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #ccc;
    margin-right: 5px;
}
.s-footer-5 .ft-menu li a:hover {
    color: var(--color-yellow);
}
.s-footer-5 .ft-menu li>span {
    line-height: 20px;
}
.s-footer-5 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-5 .ft-menu li>span.fa::before {
    width: 15px;
    color: #ccc;
    text-align: center;
}
.s-footer-5 .ft-menu li span::before, .s-footer-5 a:hover {
    color: var(--color-yellow) !important;
}
.s-footer-5 .ft-social {
    line-height: 0;
    margin: 13px 0 10px;
}
.s-footer-5 .s_bot {
    background-color: var(--color-primary);
}
.s-footer-5 .ft-copyright {
    line-height: 40px;
}
.s-footer-5 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 111111;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-5 .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: var(--color-yellow);
}
.s-footer-5 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: var(--color-yellow);
    position: relative;
    left: -5px;
}
.s-footer-5 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-5 .s_top {
    position: relative;
    color: #fff;
    border-bottom: 1px solid #ccc;
    background: var(--color-secondary);
}
.s-footer-5 .s_top::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/vinahealthy/public_html/images/icons/shape-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}
.s-footer-5 .company-name {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.s-footer-5 .info-company{
    display: flex;
    flex-wrap: wrap;
    margin: 0 10% 0 23%;
    margin-bottom: 20px;
}
.s-footer-5 .ft-menu.info-company li.line {
    width: 50%;
    margin-right: 0;
}
.s-footer-5 .ft-bct {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-footer-5 .ft-social a {
    border-color: inherit;
    border-radius: 9px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background-size: cover;
    color: #fff;
    /* background-color: var(--color-main); */
    /* border: 2px solid; */
}
.s-icon-2 .icon-social {
    position: fixed;
    right: 10px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 111111;
    line-height: 0;
    display: block;
    background: var(--color-secondary);
}
.s-icon-2 .icon-social:nth-child(2) {
    bottom: 65px;
}
.s-icon-2 .icon-social:nth-child(3) {
    bottom: 120px;
}
.s-icon-2 .icon-social:nth-child(4) {
    bottom: 175px;
}
.s-icon-2 .icon-social .c-icon {
    width: 48px;
    height: 48px;
    /* border-radius: 22px; */
    /* overflow: hidden; */
}
.s-icon-2 .icon-social.map {
    bottom: 120px;
    background: #fff9ab;
    border-radius: 8px;
    overflow: hidden;
}
.s-icon-2 .icon-social.mess {
    bottom: 65px;
}
@media screen and (min-width: 1260px) {
    .s-footer-5 .ft-phone {
        display: none;
    }
}
.s-footer-5 .ft-backtop {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    background-color: var(--color-yellow);
    ;
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-footer-5 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}
@media screen and (min-width: 768px) {
    .s-footer-5 .ft-info {
        position: relative;
        /* padding-left: 2%; */
    }
    .s-footer-5 .ft-info::before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(255, 0, 0, 0);
        background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    }
}
@media screen and (max-width: 1259px) {
    .s-footer-5 .align-items--center {
        display: none;
    }
}

/* END s-footer-5 */
.banner-header {
    height: 600px;
    position: relative;
    background-image: url('/vinahealthy/public_html/images/bgs/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-header .s-content {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 80%;
}
.banner-header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(225deg, #0D517C00 0%, #010101c9 75%);
}
.banner-header .s-content .title {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Dancing Script';
}
.banner-header .s-content .desc {
    width: 80%;
    margin: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.banner-header::after {
    position: absolute;
    left: 0;
    bottom: -250px;
    width: 100%;
    height: 492px;
    z-index: 1;
    content: "";
    background-image: url(/vinahealthy/public_html/images/bgs/hero.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    animation: cloudMove 60s linear 0s infinite;
}
@keyframes cloudMove {
    0% {
        background-position: -1920px 100%;
    }

    100% {
        background-position: 0 100%;
    }
}
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-breadcrumb-1 li:not(:first-child)::before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 0.786em;
    margin: 0 0.637em;
    color: #888;
}
.s-breadcrumb-1 li:first-child a>i {
    font-size: 1.429em;
}
.s-breadcrumb-1 li a {
    font-weight: bold;
}
.s-breadcrumb-1 li a:hover {
    color: var(--color-primary);
}

/* END s-breadcrumb-1 */
.s-breadcrumb-1.tex-center {
    justify-content: center;
    margin-bottom: 16px;
}
.s-list-services {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background: #f9f6f1;
}
.b-card-99 {
    background-image: url(/vinahealthy/public_html/images/bgs/service-card-two-bg-1.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
    padding: 50px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.b-card-99 .b_thumb {
    width: 210px;
    height: 210px;
    border: 6px solid #fff;
    box-shadow: 0 0 0 1px var(--color-primary);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 30px;
    background-color: var(--solox-black, #1c1a1d);
    transition: all 500ms ease;
}
.b-card-99 .b_title {
    position: relative;
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-family: 'Dancing Script';
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 25px;
}
.b-card-99 .b_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/vinahealthy/public_html/images/icons/line.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 10px;
}
.b-card-99 .b_desc {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #939292;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.b-card-99 .b_btn {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--solox-black, #1c1a1d);
    transition: all 500ms ease;
    line-height: 1em;
    position: relative;
    justify-content: center;
    background-color: #c8dfe8;
    padding: 11.5px 0;
}
.b-card-99 .b_price {
    margin-bottom: 20px;
    font-size: 20px;
}
.s-list {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    background: #f9f6f1;
}
.headline-other {
    font-size: 24px;
    font-weight: bold;
    margin-top: 13px;
    text-transform: uppercase;
}
.s-sidebar {
    padding: 25px;
    background: #f9f9f9;
    border-radius: 12px;
}
.s-sidebar .s-title {
    font-size: 25px;
    font-weight: bold;
}
.s-news .b-card-40 .thumb {
    min-width: 110px;
    max-width: 110px;
    border-radius: 12px;
}
.b-card-40 {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
}
.b-card-40 .title {
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
}
.b-card-40:hover .title {
    color: var(--color-main);
}
.s-sidebar .s-contact {
    margin: 30px 0;
    position: relative;
}
.s-sidebar .s-contact img {
    border-radius: 20px;
}
.s-sidebar .s-contact .b_thumb {
    position: relative;
}
.s-sidebar .s-contact .b_thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 98%;
    background: #000;
    border-radius: 20px;
    opacity: 0.4;
    z-index: 1;
}
.s-sidebar .s-contact .b_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 75%;
}
.s-sidebar .s-contact .b_title {
    font-size: 21px;
    font-weight: bold;
}
.s-sidebar .s-contact a {
    display: inline-block;
    margin-top: 12px;
    background: #fff;
    padding: 10px 51px 10px 25px;
    border-radius: 12px;
    color: var(--color-secondary);
    font-weight: bold;
    font-size: 17px;
    position: relative;
}
.s-sidebar .s-contact a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--color-secondary);
    background-image: url(/vinahealthy/public_html/images/icons/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-15px, -50%);
    transition: 0.4s ease-in-out;
}
.ht-page__sidebar {
    position: sticky;
    top: 10px;
}
.p_title-cate {
    font-size: 28px;
    color: var(--color-primary);
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #888888;
    display: block;
    margin-bottom: 20px;
    font-family: 'Dancing Script';
    /* text-transform: uppercase; */
}
.s-cate a {
    display: block;
    padding: 12px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-bold);
}
.s-cate a:hover {
    color: #a5a50b;
}
/* Style chung s-pagination */
[class*="s-pagination-"] {
  padding: 25px 0;
  font-size: 12px;
}
[class*="s-pagination-"]::after {
  content: '';
  display: table;
  clear: both;
}
[class*="s-pagination-"] > li {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ddd;
  line-height: 2.334em;
  width: 2.5em;
  height: 2.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[class*="s-pagination-"] > li > a {
  display: block;
  color: #999;
  font-weight: bold;
  text-align: center;
}
[class*="s-pagination-"] > li:hover {
  background-color: #eee;
  color: #999;
}
[class*="s-pagination-"] > li.active {
  background-color: #05a;
  border: 1px solid #05a;
}
[class*="s-pagination-"] > li.active > a {
  color: #fff;
}

/* BEGIN s-pagination-1 */
.s-pagination-1 > li {
  border-radius: 3px;
}

/* END s-pagination-1 */
.ht-ratio--65::before {
    padding-bottom: 65%;
}
.c-headline-67 .c_name span {
    text-align: left;
    font-size: 28px;
    font-family: 'Merriweather';
    font-weight: bold;
    position: relative;
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.c-headline-67 .c_name {
    padding: 6px;
    border-bottom: 2px solid var(--secondary2-color);
}
.s-table-1 {
    padding: 25px 24px;
    background-color: #F5F7FA;
    border-radius: 20px;
}
.s-table-1 .title {
    text-align: left;
    font-size: 29px;
    font-family: 'Dancing Script';
    font-weight: bold;
    background: var(--color-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-secondary);
}
.s-table-1 .list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar-thumb {
    background-color: #bbb1a7;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar {
    width: 5px;
    overflow: visible;
}
.s-table-1 .list .item a {
    display: block;
    padding: 5px 10px;
    z-index: 10;
    transition: color .3s;
    color: var(--primary-color);
}
.s-table-1 .list .item.lv1 a {
    font-size: 16px;
    font-weight: bold;
}
/* .s-table-1 .list .item.lv2 a {
    font-style: italic;
} */
.s-table-1 .list .item a h2, .s-table-1 .list .item a h3 {
    font-size: inherit;
}
.s-table-1 .list .item.lv2 {
    margin-left: 30px;
}
.s-table-1 .list .item a:hover, .s-table-1 .list .item.current a {
    color: var(--color-secondary);
}
#outer {
    position: sticky;
    top: 16px;
}
#addtoCart img {
    height: 55px;
}
#addtoCart .c-modal-group {
    background: #000000b0;
    color: #fff;
    font-size: 17px;
}
#addtoCart.c-modal.show .c-modal-box {
    position: absolute;
    width: 350px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 1260px) {
    .ht-page__main {
        width: calc(100% - 300px);
    }
    .ht-page__sidebar {
        width: 270px;
    }
}
.p_title-cate {
    font-size: 25px;
    color: var(--color-secondary);
    font-weight: bold;
    border-bottom: 2px solid #a5a50b;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.s-cate a {
    display: block;
    padding: 15px 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color-text-bold);
}
.item-cate {
    position: relative;
}
.item-cate .icon-down {
    position: absolute;
    right: 0px;
    padding: 13px 16px;
    top: 8px;
    font-size: 12px;
    cursor: pointer;
}
.s-cate a:hover, .s-cate a.active {
    color: var(--color-secondary);
}
.s-cate .sub-cate a {
    padding-left: 30px;
}
.s-cate .sub-cate {
    display: none;
}
.s-cate .sub-cate.active {
    display: block;
}
@media screen and (max-width: 992px) {
    .sub-menu {
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    .s-about .about-one__image__info, .about-one__image__arrow {
        display: none;
    }
    .s-about .s-content {
        padding: 20px 0 0 0;
    }
    .s-about .s-content .title {
        font-size: 36px;
    }
    .s-about {
        padding: 30px 0;
    }
    .s-about .about-cta {
        justify-content: center;
    }
    .headline-2 .title {
        font-size: 36px;
    }
    .s-footer-5 .info-company {
        margin: 0;
    }
    .s-breadcrumb-1.tex-center {
        justify-content: center;
        margin-bottom: 16px;
        flex-wrap: wrap;
        gap: 4px;
    }
    .s-header-2 .hd-menu>ul>li.li-product .sub-menu {
        opacity: 0!important;
        visibility: hidden!important;
    }
    .s-header-2 .hd-menu>ul>li.li-product .sub-menu.active {
        opacity: 1!important;
        visibility: visible!important;
    }
    .ht-page__sidebar {
        position: relative;
        margin-bottom: 40px;
    }
    .s-list {
        padding: 30px 0;
    }
}
@media screen and (max-width: 479px) {
    .s-about .s-content ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .s-about .s-content ul li {
        width: 100%;
    }
    .b-card-32 .b_content .b_title {
        font-size: 20px;
        padding: 0px 12px;
    }
    .s-footer-5 .ft-social a {
        margin-bottom: 12px;
    }
    .s-footer-5 .company-name {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .banner-header .s-content .title {
        font-size: 34px;
    }
    .banner-header .s-content .desc {
        width: 90%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .s-header-2 .hd-logo>img {
        height: 50px;
    }
    .b-card-32 .quality>div input {
        width: 10px;
    }
    .b-card-32 .quality>div span {
        width: 18px;
    }
    .b-card-32 .quality>div {
        width: auto;
    }
    .b-card-32 .b_btn {
        gap: 6px;
    }
    .s-footer-5 .ft-menu.info-company li.line {
        width: 100%;
    }
    .s-header-2 .hd-menu>ul>li .icon-arrow {
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 52%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
}