img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}

.line-camp-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-camp-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-camp-3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.delay02 {
    animation-delay: 0.2s;
}

.delay04 {
    animation-delay: 0.4s;
}

.delay06 {
    animation-delay: 0.6s;
}

.c-img-50 {
    display: block;
    position: relative;
    padding-top: 50%;
}

.c-img-50 img, .c-img-50 .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.c-img-70 {
    display: block;
    position: relative;
    padding-top: 70%;
}

.c-img-70 img, .c-img-70 .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.c-img-100 {
    display: block;
    position: relative;
    padding-top: 100%;
}

.c-img-100 img, .c-img-100 .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.smooth {
    transition: all 0.2s ease-in-out;
}
.item-benefit .s-content{
    text-align: justify!important;
}
.s-content em {
    font-style: italic;
}

.s-content strong {
    font-weight: 600;
}

.s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content ul {
    list-style: initial;
    margin-left: 20px;
    margin-bottom: 10px;
}

.s-content li {
    list-style: inherit;
    margin-bottom: 5px;
}

.s-content p {
    margin-bottom: 10px;
}

.s-content img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
    width: auto !important;
    object-fit: contain;
    height: auto !important;
}

.s-content table, .s-content iframe {
    max-width: 100%;
    width: 100%;
}

.s-content table {
    border-collapse: collapse;
    width: 100%;
    border: solid 1px #0000006e;
}

.s-content table td {
    border-collapse: collapse;
    border: solid 1px #0000006e;
    padding: 3px;
}

.s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.s-content h1 {
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.s-content h2 {
    font-size: 1.5em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.s-content h3 {
    font-size: 1.17em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.s-content h4 {
    font-size: 1em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.s-content h5 {
    font-size: 0.83em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.s-content h6 {
    font-size: 0.67em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.back-to-top {
    display: none;
    position: fixed;
    font-size: 1.2rem;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    animation: laolen 1s infinite;
}

.back-to-top:hover {
    background: white;
    opacity: 0.8;
}

.select2-container--default .select2-results__option--selected {
    color: #fff;
}

.btn-call span, .btn-mess span {
    display: inline-block;
    font-size: 30px;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: white;
    background: white;
    position: relative;
}

.btn-call span:before, .btn-mess span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    border: solid 1px white;
    animation-name: zoomin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.btn-call span:after, .btn-mess span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    background: white;
    z-index: -1;
    animation-name: zoomout;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.btn-call span i, .btn-mess span i {
    animation-name: lac;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@font-face {
    font-family: "Opensan";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Hanzel";
    src: url("../fonts/00114-UTM-Hanzel.ttf") format("truetype");
    font-display: swap;
}

html, body {
    font-size: 16px;
}

body {
    line-height: 1.5;
    font-family: "Opensan", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #454545;
}

body a {
    color: inherit;
    text-decoration: none !important;
    transition: 0.3s all 0s;
}

body a:hover, body a:focus, body a:active {
    color: #c0180c;
}

.section-banner__home .image, .items-banner__mains {
    position: relative;
}
.section-banner__home{
    height: 800px!important;
}
.items-banner__mains{
    height: 100% !important;
}

.items-banner__mains .text-banner {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    padding-left: 188px;
}

.items-banner__mains .text-banner .title-small {
    font-family: Arial;
    color: #8345A4;
}
.items-banner__mains .text-banner .title-big{
    font-family: Arial;
    color: #8345A4;
}
.fz-36{
    font-size: 1.563rem;
}
.fw-700{
    font-weight: 700;
}
.mb-14 {
    margin-bottom: 0.875rem;
}
.mb-15 {
    margin-bottom: 15px;
}
.fz-62{
    font-size: 2.188rem;
}

.fz-76 {
    font-size: 3.125rem;
}

.section-banner__home .image::after, .items-banner__mains::after {

}

.intros-news__items .short_content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.main-slide{
    position: relative;z-index: 0;
}
.main-slide::after{
    content: "";
    background-image: url("../images/bg_slide_main (2).svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    z-index: 1;
    background-size: 100% 100%;
}
.banner-home__page::after{
    bottom: -8% !important;
}
.wrapper-btn__slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.wrapper-btn__slide .titles-alls__mains {
    margin-bottom: 0;
}

.wrapper-btn__slide .group-btns__slider {
    display: flex;
}

.wrapper-btn__slide .swiper-button-next, .wrapper-btn__slide .swiper-button-prev {
    position: unset;
    left: 0;
    outline: none;
}

.intros-contact__footer > li > img {
    filter: brightness(10) !important;
}

.cl-title {
    color: #693387;
}

.font-title {
    font-family: "Hanzel";
}

.fz-40 {
    font-size: 2.5rem;
}

.fz-26 {
    font-size: 1.625rem;
}

.fz-20 {
    font-size: 20rem;
}

.mt-34 {
    margin-top: 2.125rem;
}

.mb-17 {
    margin-bottom: 1.0625rem;
}

.mb-13 {
    margin-bottom: 0.8125rem;
}

.mb-21 {
    margin-bottom: 1.3125rem;
}

.mb-7 {
    margin-bottom: 0.4375rem;
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.mb-36 {
    margin-bottom: 2.25rem;
}

.mb-40 {
    margin-bottom: 2.5rem;
}

.mb-6 {
    margin-bottom: 0.375rem;
}

.mb-28 {
    margin-bottom: 1.75rem;
}

.fw-600 {
    font-weight: 600;
}

.h-none {
    pointer-events: none;
}

.nav-top__footer ul {
    justify-content: space-between;
}

.items-news__pages .intros-news__items .names-news__pages {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item-menu .s-content ul {
    list-style-type: none;
    margin-left: 0;
}

.item-menu .s-content ul li {
    position: relative;
    padding-left: 15px;
}
.intros-items__internal .short_content{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.item-menu .s-content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #F8F8F8;
    border: 1px solid #773388;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: inherit;
}

main {
    position: relative;
    overflow: hidden;
}

.menu-desktop > ul > li > ul li a {
    background-color: #693387;
    color: #fff;
}

.menu-desktop > ul > li > ul li a:hover {
    background-color: #F4EBEB;
    color: #693387;
}

.main::before {
    content: "";
    background-image: url("../images/Vector(2).png");
    width: 148%;
    height: 33%;
    position: absolute;
    z-index: -1;
    top: 35px;
    left: 153px;
}

.form-contact__details textarea {
    height: 100px;
}

.cols-promotion img {
    animation: scale_prd-1 1s linear infinite alternate;
    width: 100%;
}

@keyframes scale_prd-1 {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.s-content {
    font-family: Opensan;
    font-size: 1rem;
}

.module-different .cols-item {
    min-height: 100%;
}

.module-different .cols-item .item-different {
    height: 50%;
}

.logo-header {
    margin-right: 0;
}


.search-headers {
    margin-left: 20px;
}

.menu-desktop > ul > li > a {
    font-size: 16px;
    padding: 25px 10px;
}

.form-footer input {
    margin: 0;
    background: #4F2766;
    height: 2.875rem;
    color: #fff;
}

.form-footer form {
    position: relative;
    border-radius: 10px;
    margin-top: 1.375rem;
}

.form-footer button {
    position: absolute;
    top: 0;
    right: 0;
    height: 2.875rem;
    width: 2.875rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #FEF9E7 0.01%, #FCEFC1 100%, #FFF6D6 100%);
    border-radius: 10px;
}

.form-footer button img {
    margin-left: 0 !important;
}

.swiper-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.btn-all__view, .btn-grand__alls {
    background: #4F2766;
    border: 1px solid #693387;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    padding: 0.8125rem 1.375rem;
    position: relative;
    transition: 0.3s;
    z-index: 1;
    overflow: hidden;
}

.btn-all__view::before, .btn-grand__alls::before {
    content: "";
    width: 0;
    height: 100%;
    background: #6a0ba1;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: -1;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid #6a0ba1;
}

.btn-all__view:hover, .btn-all__view:active, .btn-grand__alls:hover, .btn-grand__alls:active {
    color: #fff;
}

.btn-all__view:hover::before, .btn-all__view:active::before, .btn-grand__alls:hover::before, .btn-grand__alls:active::before {
    width: calc(100% + 2px);
}

.btn-all__view img {
    margin-left: 0.3125rem;
}

.section-banner__home {
    position: relative;
}

.section-banner__home img {
    max-width: unset;
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    height: 100%;
}

.section-intro__home {
    padding-top: 2.8125rem;
    padding-bottom: 3.75rem;
    position: relative;
    overflow: hidden;
}

.section-intro__home::before {
    content: "";
    background-image: url("../images/after-section.svg");
    background-repeat: no-repeat;
    width: 45%;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 30%;
    right: -42px;
    transform: translateY(-50%);
    z-index: -2;
}

.module-intro__home {
    display: flex;
}

.module-intro__home .item-text {
    flex: 0 0 65%;
}

.module-intro__home .item-image__product {
    flex: 1;
}

.module-intro__home .item-image__product img {
    animation: scale_prd 1.5s linear infinite alternate;
    transition: .3s;
    transform-origin: center;
}

@keyframes scale_prd {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(30px);
    }
}

.module-intro__home .btn-all__view {
    margin-top: 3.125rem;
}

.section-tabs__home .nav-tabs {
    justify-content: center;
    border-bottom: none;
}

.section-tabs__home .nav-tabs .nav-link {
    background: #FFF6D6;
    border-radius: 20px 20px 0px 0px;
    min-width: 18.75rem;
    text-align: center;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 0.875rem;
    border-bottom: transparent;
}

.section-tabs__home .nav-tabs .nav-item .title {
    background: -webkit-linear-gradient(#9F55A6, #693387);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.section-tabs__home .nav-tabs .nav-link.active, .section-tabs__home .nav-tabs .nav-link:hover {
    background: #FFFDEF;
    border-color: #F2E5B7;
    border-bottom: transparent;
}

.section-tabs__home .tab-content {
    background: #FFFDEF;
    border-radius: 10px;
    padding: 2.25rem 2.6875rem;
}

.section-benefit__list {
    padding: 5rem 0;
    position: relative;
}

.section-benefit__list::before {
    content: "";
    background-image: url("../images/after-benefi.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 8.8125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-position: center;
}

.section-benefit__list .module-benefit {
    margin-top: 2.5rem;
}

.item-different .cols-image {
    align-items: center !important;
}

.item-benefit {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2E5B7 100%);
    border-radius: 10px;
    padding: 1.4375rem 1.6875rem;
    min-height: 100%;
}

.item-benefit .image {
    width: 200px;
    height: 200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    overflow: hidden;
    z-index: 2;
}

.item-benefit .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.item-benefit .image:hover::before {
    animation: circle .75s;
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.item-benefit .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: inherit;
    width: 100%;
    height: 100%;
}

.item-benefit .title {
    font-size: 1.25rem;
    color: #252525;
    text-transform: uppercase;
    font-weight: 600;
}

.item-benefit .title:hover {
    color: #693387;
}

.section-different {
    padding: 5rem 0;
    background: #FFFDEF;
}

.module-different .cols-item .item-different {
    margin-bottom: 1.875rem;
}

.module-different .cols-item .item-different:last-child {
    margin-bottom: 0;
}

.module-different .cols-item:nth-child(1) {
    text-align: right;
}

.item-different .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #F8CB87;
    border-radius: 100%;
    width: 3.75rem;
    height: 3.75rem;
}

.item-different .icon img {
    animation: scale_heart 0.5s linear infinite alternate;
}

@keyframes scale_heart {
    0% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(1);
    }
}


.item-different .title {
    margin-top: 1rem;
    text-transform: uppercase;
    color: #252525;
    font-weight: 600;
}

.section-feedback {
    padding: 3.5625rem 0;
}

.slide-feedback {
    position: relative;
}

.module-feedback .feedback-content {
    font-size: 1rem;
    text-align: center;
    padding: 0.9375rem 4.1875rem 5.875rem 4.1875rem;
    border-radius: 10px;
    background-image: url("../images/bg-feedback.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.module-feedback .info-customer {
    margin-top: -4.9375rem;
}

.module-feedback .info-customer .avatar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 9.875rem;
    height: 9.875rem;
    position: relative;
    margin-bottom: 1.5625rem;
    border-radius: 100%;
    overflow: hidden;
}

.module-feedback .info-customer .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.module-feedback .info-customer .name {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 1.125rem;
    display: inline-block;
    position: relative;
    padding-bottom: 0.21875rem;
    margin-bottom: 0.21875rem;
}

.module-feedback .info-customer .name::after {
    content: "";
    width: 85%;
    height: 1px;
    background: #454545;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pagination-feedback {
    text-align: center;
    margin-top: 1.75rem;
}

.pagination-feedback .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    background: #E8E8E8;
    margin: 0 0.3125rem;
}

.pagination-feedback .swiper-pagination-bullet-active {
    background: #693387;
}

.slide-certification__mains .image {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-top: 72%;
    border: 3px solid transparent;
}

.slide-certification__mains .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: inherit;
}

.slide-certification__mains .image:hover::before, .slide-certification__mains .image:hover::after {
    transition: 0.5s;
    transform: scale(1);
}

.slide-certification__mains .image::before {
    content: "";
    width: 100%;
    height: 100%;
    border-top: 3px solid #F2E5B7;
    border-right: 3px solid #F2E5B7;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: 100% 0;
    transition: 0.5s;
    z-index: 1;
}

.slide-certification__mains .image::after {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #693387;
    border-left: 3px solid #693387;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: 0 100%;
    transition: 0.5s;
    z-index: 1;
}

.pagination-certification {
    margin-top: 2.625rem;
    text-align: center;
}

.pagination-certification .swiper-pagination-bullet {
    border: 1px solid #693387;
    border-radius: 55px;
    background: #fff;
    width: 1.875rem;
    height: 0.3125rem;
    transition: 0.3s;
}

.pagination-certification .swiper-pagination-bullet-active {
    width: 3.125rem;
    background: #693387;
}

.section-form__buy {
    padding: 5rem 0;
    position: relative;
}

.section-form__buy::before {
    content: "";
    background-image: url("../images/song.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 2071px;
    background-position: center;
    height: 100%;
    position: absolute;
    top: 42%;
    left: -19%;
    transform: translateY(-50%);
    z-index: -1;

}

.section-form__buy::after {
    content: "";
    background-image: url("../images/image-after.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 68%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-size: 100% 100%;
}

.section-form__buy .s-content {
    margin-bottom: 0.875rem;
}

.section-form__buy .btn-all__view {
    margin-top: 1.25rem;
}

.section-form__buy .time {
    font-size: 0.875rem;
    color: #4F2766;
}

.section-form__buy .time .icon {
    margin-left: 0.5625rem;
}

.form-control {
    box-shadow: 0px 4px 9px rgba(105, 51, 135, 0.1) !important;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    height: 3.125rem;
    margin-bottom: 0.625rem;
    color: #888888;
    font-size: 0.875rem;
}

.form-control:focus {
    border: 1px solid #693387;
    color: #888888;
    box-shadow: unset;
}

.section-signal {
    padding: 3.75rem 0;
}

.module-signal .module-content {
    display: flex;
    align-items: center;
    background-image: url("../images/bg-sick.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 2.875rem 7.375rem 2.5rem 2.5rem;
    position: relative;
}

.module-signal .module-content .image {
    flex: 0 0 40%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-top: 28%;
}

.module-signal .module-content .image:hover::before {
    animation: circle .75s;
}

.module-signal .module-content .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.module-signal .module-content .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: inherit;
}

.module-signal .module-content .item-text {
    padding-left: 1.875rem;
}

.section-research__detail {
    padding: 3.75rem 0;
}

.item-sick {
    background-image: url("../images/bg-item-sick.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2.125rem 1.4375rem 1.4375rem 1.4375rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 210px;
}

.item-sick:hover::before, .item-sick:hover::after {
    transform: scale(1);
    transition: .3s;
}

.item-sick::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 3px solid #693387;
    border-left: 3px solid #693387;
    z-index: 1;
    transform: scale(0);
    transform-origin: 0 100%;
    transition: .3s;
}

.item-sick::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 3px solid #F2E5B7;
    border-right: 3px solid #F2E5B7;
    z-index: 1;
    transform: scale(0);
    transform-origin: 100% 0;
    transition: .3s;
}

.item-sick p:hover a {
    color: #693387;
}

.item-sick .bg-item::after {
    content: "";
    background-image: url("../images/after-item-sick.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 27%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.item-sick .title {
    color: #252525;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.item-sick .btn-all__view {
    margin-top: 2.375rem;
    position: relative;
    z-index: 2;
}

.section-symptoms .module-content {
    background-image: none;
    padding: 0;
}

.section-symptoms .btn-all__view {
    margin-top: 2.9375rem;
}

.section-fix__sick {
    padding: 3.125rem;
}

.module-fix {
    background-image: url("../images/bg-fix-slick.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.module-fix .item-text {
    max-width: 60%;
    margin-left: 0;
    margin-right: auto;
    padding: 3rem 1.875rem 3.75rem;
}

.module-fix .item-image {
    position: absolute;
    bottom: 0;
    right: 4.75rem;
    max-width: 30%;
}

.module-fix .btn-all__view {
    margin-top: 2rem;
}

.item-nutrition .image {
    max-width: unset;
    width: 9.875rem;
    height: 9.875rem;
    padding-top: 0;
}

.section-nutrition {
    padding: 0!important;
}

.section-nutrition .module-benefit {
    margin-top: 4.8125rem;
}

.section-intro {
    padding-top: 3.75rem;
}

.section-intro .s-content {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}

.section-intro hr {
    background: #693387;
    width: 1px;
    height: 4.375rem;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
}

.section-menu {
    padding-bottom: 4.375rem;
}


.section-menu .nav {
    justify-content: center;
    margin-bottom: 2.125rem !important;
    flex-wrap: nowrap;
}

.section-menu .nav .nav-link:last-child {
    margin-right: 0;
}

.nav-tabs {
    border-bottom: none;
}

.section-menu .nav .nav-link {
    background: #F4EBEB;
    border-radius: 10px;
    color: #454545;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    flex: 0 0 140px;
    padding: 9px 30px;
    margin-right: 0.625rem;
}

.section-menu .nav .nav-link.active, .section-menu .nav .nav-link:hover {
    background: #693387;
    color: #fff;
    transition: .3s;
}

.section-menu .tab-content .title-menu {
    text-align: center;
    background: #E8B520;
    border-radius: 10px;
    font-size: 1.5rem;
    color: #fff;
    padding-top: 0.3125rem;
    padding-bottom: 1.0625rem;
}

.section-menu .item-menu {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 0.625rem 0.625rem 2.3125rem 0.625rem;
}

.box-menu-dinhduong .item-menu .image {
    margin-bottom: 1.25rem;
}

.section-menu .item-menu .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.section-menu .item-menu .image:hover::before {
    animation: circle .75s;
}

.section-menu .item-menu .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: inherit;
}

.section-menu .item-menu .title {
    color: #773388;
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
}

.section-menu .item-menu .list-item {
    color: #000000;
    font-size: 12px;
    position: relative;
    padding-left: 0.9375rem;
    margin-bottom: 0.75rem;
}

.section-menu .item-menu .list-item:last-child {
    margin-bottom: 0;
}

.section-menu .item-menu .list-item::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #F8F8F8;
    border: 1px solid #773388;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: inherit;
    border-radius: 100%;
}

.slide-menu {
    margin-top: -0.4375rem;
}

.btn-slide__menu {
    position: absolute;
    top: 25%;
    width: 2.1875rem;
    height: 2.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #773388;
    font-size: 45px;
    transform: translateY(-50%);
    outline: none;
}

.btn-menu__prev {
    right: 100%;
}

.btn-menu__next {
    left: 100%;
}

.reason-list::before {
    z-index: 0;
    top: 29%;
}
@media (max-width: 1599px) {
    .section-banner__home{
        height: 600px!important;
    }
}
@media (max-width: 1399px) {
    .fz-76{
        font-size: 2.5rem;
    }
    .items-banner__mains .text-banner .title-small{
        font-size: 1.25rem;
    }
    .items-banner__mains .text-banner .title-big{
        font-size: 1.875rem;
    }
    .items-banner__mains .text-banner{
        padding-left: 130px;
    }
}
@media (max-width: 1199px) {
    .section-banner__home{
        height: 475px!important;
    }
    .item-benefit .image{
        width: 150px;
        height: 150px;
    }
    .items-banner__mains .text-banner{
        padding-left: 85px;
    }
    .items-banner__mains .text-banner .title-small{
        font-size: 19px;
    }
    .section-menu .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }

    main::before {
        display: none;
    }

}

@media (max-width: 991px) {
    .items-news__pages .img-news__pages .img{
        height: 180px!important;
    }
    .section-banner__home{
        height: 410px!important;
    }
    .item-benefit .image{
        width: 200px;
        height: 200px;
    }
    .distribution .map{
        height: unset!important;
    }
    .distribution .map_showroom{
        height: 250px!important;
    }
    .distribution .map_showroom iframe{
        height: 100%!important;
    }
    .section-benefit__list::before{
        display: none;
    }
    .section-intro{
        padding-bottom: 0!important;
    }
    .fz-76{
        font-size: 30px ;
    }
    .items-banner__mains .text-banner .title-small{
        font-size: 14px;
    }
    .items-banner__mains .text-banner .title-big{
        font-size: 25px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        font-size: 13px;
    }

    .form-menu__mb {
        display: flex;
        align-items: center;
    }

    .header .container {
        justify-content: space-between !important;
    }

    .module-intro__home {
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .module-intro__home .item-text {
        flex: 0 0 100%;
        margin-top: 30px;
    }

    .module-intro__home .item-image__product {
        flex: 0 0 100%;
        order: -1;
    }

    .reason-list::before {
        display: none;
    }

    .section-nutrition::before {
        display: none;
    }

    .module-signal .module-content {
        display: block;
        background-image: none;
        padding: 1.25rem;
        background: linear-gradient(180deg, #FFFFFF 0%, #FCEFC1 100%);
        box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    }

    .module-signal .module-content .image {
        padding: 0;
        margin-bottom: 0.9375rem;
    }

    .module-signal .module-content .image img {
        position: unset;
        height: auto;
    }

    .module-signal .module-content .item-text {
        padding-left: 0;
    }

    .item-sick {
        margin-bottom: 1.875rem;
        position: relative;
    }


    .module-fix .item-text {
        max-width: 100%;
    }

    .module-fix .item-image {
        max-width: 25%;
        right: 0;
    }

    .row-nowrap {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .row-nowrap .item-nowrap {
        scroll-snap-align: start;
    }

    .module-different .cols-item .item-different {
        height: unset;
    }
}

@media (max-width: 767px) {
    .section-banner__home{
        height: 320px!important;
    }
    .items-banner__mains .text-banner{
        padding-left: 20px;
    }
    .items-banner__mains .text-banner .title-big{
        font-size: 20px;
    }

    .mb-14{
        margin-bottom: 0;
    }
    .fz-76{
        font-size: 15px;
    }
    .items-banner__mains .text-banner .title-small{
        font-size: 8px;
    }
    .items-banner__mains .text-banner .title-big{
        font-size: 14px;
    }
    .module-fix .item-text {
        padding: 1.25rem;
    }

    .module-fix .item-image {
        display: none;
    }
}

@media (max-width: 575px) {
    .items-news__pages .img-news__pages .img{
        height: 150px!important;
    }
    .section-banner__home{
  
        height: 240px!important;

    }
    .fz-76{
        font-size: 20px;
    }
    .module-intro__home .item-image__product img {
        max-width: 40%;
    }

    .section-menu .tab-content .title-menu {
        font-size: 1rem;
    }

    .section-menu .nav .nav-item .nav-link {
        font-size: 0.875rem;
    }

    .item-benefit {
        padding: 0.938rem;
    }

    .btn-menu__prev {
        right: unset;
        left: 0;
        transform: translate(-50%, -50%);
    }

    .btn-menu__next {
        left: unset;
        right: 0;
        transform: translate(50%, -50%);
    }

    .module-research__detail {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .module-research__detail .col-9 {
        scroll-snap-align: start;
    }

    .item-sick {
        padding: 0.9375rem;
    }

    .item-sick .btn-all__view {
        margin-top: 1.25rem;
    }

    .item-sick .title {
        font-size: 1rem;
    }

    .btn-all__view {
        font-size: 0.875rem;
    }

    .mb-28 {
        margin-bottom: 1.25rem;
    }

    .section-symptoms .btn-all__view {
        margin-top: 1.25rem;
    }

    .module-fix .btn-all__view {
        font-size: 0.8125rem;
    }
}
@media (max-width: 480px) {
    .section-banner__home{
        height: 200px!important;
  
    }
}

@media (max-width: 375px) {
    .section-banner__home{
        height: 150px!important;
  
    }
}
