/* #page-home {
	overflow-x: hidden;
} */
a.see-more.link.see-more-mobile {
    display: inline-flex;
    justify-content: center;
    padding: 5px 20px;
    background: #295277;
    color: #fff;
    border-radius: 5px;
}

.home-about {
    display: flex;
    align-items: center;
    padding: 129px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-top: 10px solid #ffc1b7;
    border-bottom: 10px solid #ffc1b7;
}

.item-slider-stages {}

.item-slider-stages img {
    width: 100%;
    border-radius: 0;
}

.review-images img {
    height: 330px;
    width: 100%;
    border-radius: 5px;
}

.home-about__row {
    gap: 20px 0;
    align-items: center;
}

.home-about .c-ttl__01 {
    font-weight: 700;
    font-size: 3.2rem;
}

.home-about .c-ttl__01 p {
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
}

.home-about__content .c-ttl__01 {
    color: white;
    margin-bottom: 15px;
}

.about-product__item {
    top: 10%;
    left: 20%;
}


.about-product__dot {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 26px;
    background: #fff;
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
}

.about-product__dot:before {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    top: -8px;
    left: -8px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: 1.2s popoverTheLookDot ease-in-out infinite;
    animation: 1.2s popoverTheLookDot ease-in-out infinite
}

.about-product__dot svg {
    fill: #000;
    height: 19px;
    width: 19px;
    opacity: 1;
    -webkit-transform: scale(0.75) rotate(45deg);
    -moz-transform: scale(0.75) rotate(45deg);
    transform: scale(0.75) rotate(45deg);
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -moz-transition: -moz-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s
}

@keyframes popoverTheLookDot {
    from {
        opacity: 0.6;
        transform: scale(0.6)
    }

    to {
        opacity: 0;
        transform: scale(1.2)
    }
}


.home-about__divider {
    width: 125px;
    height: 2px;
    background-color: #1c486f;
    margin: 10px 0 20px 0;
}

.home-about__description {
    color: #595959;
    line-height: 1.8;
    margin-bottom: 20px;
}

.home-about__image {
    position: relative;

    z-index: 1;

}

/* .home-about__image>.js-slide {


	overflow: hidden;
} */
.home-about__item {
    border: 4px solid #fff;
    border-radius: 12px;
    overflow: hidden;
}

.home-about__image-child {
    overflow: hidden;
    line-height: 0;

    padding-top: calc((543 / 469) * 100%);
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    transition: all 0.6s ease;
}

.home-about__description {
    color: white;
}

.home-about__item:hover .home-about__image-child img {
    transform: scale(1.09);
}

.home-about__image-child img {
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.home-about__image-child:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: 2;
    box-shadow: none;
    animation: upDown 4s ease-in-out infinite;
}

.title-separator {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.title-separator:before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #1c486f;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 77px);
}

.title-separator .separator-center {
    display: block;
    width: 32px;
    height: 12px;
    position: relative;
}

.title-separator:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #1c486f;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% - 77px);
}

.title-separator .separator-center:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #1c486f;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 8px;
}

.title-separator .separator-center:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #1c486f;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
}

.home-about2__image-child.hover-effect_1 img {
    animation: upDown 4s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.home-about2 .line {
    width: 177px;
    /* margin: 0 auto; */
    position: relative;
    height: 2px;
    display: block;
    margin-top: 10px;
}

.home-about2 .line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 35px);
    background: linear-gradient(360deg, #347bbb, #1c486f) !important;
    transition: all .3s ease-in-out;
}

.home-about2 .line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 35px);
    background-color: #a4d164;
    transition: all .3s ease-in-out;
}

.home-about2 .line::after {
    left: auto;
    right: 0;
    width: 27px;
    background: #75a93f;
}

.home-about2 .c-ttl__02>* {
    display: inline-block;
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;
    position: relative;
    color: #1c486f;
    text-transform: uppercase;
}

img.slider-mobile {
    display: none;
}

.item-slic {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    transition: 0.3s;
    margin: 0 10px;
}

@media(max-width:990px) {
    .slider-destop {
        display: none !important;
    }

    img.slider-mobile {
        display: block;
    }

    .item-slic {
        display: flex;
        align-items: center;
        gap: 0px 5px;
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .home-about__title {
        font-size: 2.5rem;
    }

    .home-about {
        padding: 20px 0 30px;
    }

}

/*  */
.benefits {
    padding: 0;
}

.benefits__grid {
    /* display: grid;
	grid-template-columns: repeat(4, 1fr); */
    /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12); */
    /* border-radius: 25px; */
    /* padding: 35px; */
    /* gap: 20px; */
    /* transform: translateY(-50%); */
    z-index: 21;
    /* background: linear-gradient(95deg,rgba(164, 123, 45, 1) 0%, rgba(218, 177, 65, 1) 24%, rgba(250, 242, 175, 1) 50%, rgba(218, 177, 65, 1) 77%, rgba(164, 123, 45, 1) 100%); */
}

.benefits__item {
    /* background: #fff; */
}

/* .benefits__item:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #a3d8fe3d;
} */

.benefits__item:hover {
    background-color: #2650761f;
    /* transform: translateY(-2px); */
}



.js-slide-2 {
    margin-top: 0;
}

.benefits__icon {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.benefits__ct {
    color: #666;
    padding-left: 20px;
    line-height: 1.6;
    font-size: 14px;
    width: calc(100% - 60px);
}

.benefits__ct p {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.benefits__ct span {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.benefits__item:hover .benefits__icon {
    transform: scale(1.1);
}

.benefits__icon svg,
.benefits__icon img {
    width: 80px;
    height: auto;
    stroke: #eb6d26;
    fill: none;
    stroke-width: 2;
}

.benefits__icon::before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0em;
    width: 62px;
    height: 62px;
    z-index: -1;
    background: #eee;
    border-radius: 70% 30% 71% 29% / 25% 31% 69% 75%;
    animation: morph_rotate 4s linear infinite forwards paused;
    animation-play-state: running;
    transition: 0.4s;
}

.benefits__title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.benefits__description {
    color: #666;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .benefits__grid {
        grid-template-columns: 1fr;
    }

    .benefits__item:not(:last-child):after {
        display: none;
    }

    /* .benefits__item:not(:last-child) {
		border-bottom: 1px solid #e0e0e0;
	} */

    .benefits__item {
        padding: 0;
    }

    .benefits__grid {
        padding: 0;
    }

    .benefits {
        margin-bottom: -50px;
    }

    /* .category-item__img>figure {
		width: 100%;
		height: 100%;
	} */
}

/*  */
.home-product {
    padding: 30px 0 20px;
}

.home-product--new {
    /* background: url(../images/bg-flash-sale.webp) no-repeat center/cover !important; */
    position: relative;
    padding-top: 0;
}

.home-product--new .flashsale__bottom {}

.home-product--new .c-ttl__01 {
    font-size: 5.5rem;
}

.home-product--new .c-ttl__01 span {
    background: linear-gradient(3.44deg, #000 2.83%, #333 96.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
    font-weight: 600;
}

.home-product--hot {
    padding-bottom: 30px;
}

.home-product--hot .c-ttl__01 {
    margin-bottom: 30px;
}

.home-product--hot .c-ttl__01 span {
    background: #fff;
}

.deal-time-holder {
    background: url(../images/bg-title-flashsale.webp);
    max-width: 543px;
    width: 100%;
    background-size: 100% 100%;
    height: 73px;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
    text-align: center;
    top: -8px;
    margin-bottom: 15px;
}

.deal-countdown-holder>* {
    color: var(--color-main2);
    font-size: 48px;
    display: inline-block;
}

.deal-countdown-holder>*:not(:last-child)::after {
    content: ":";
    margin: 0 5px;
}

.home-product--new .c-ttl__01 {
    color: white;
}

.home-about2 {
    background-color: #73c5da1f;
    background-image: url("../images/h3-banner1.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding: 50px 0 0 0;
}

.home-about2__description {
    margin-bottom: 20px;
    color: #595959;
    font-size: 17px;
}

.home-about2__row {
    --gutter: 30px;
    gap: 10px 0;
}

.product-column:not(:last-child) {
    margin-bottom: 20px;
}

.product-column>.row:not(:last-child) {
    margin-bottom: 20px;
}

.sec-banner {
    padding: 30px 0;
}

.banner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.banner-grid__item .banner-grid__img {
    padding-bottom: 80%;
    margin-bottom: 0;
    border-radius: 20px;
    display: block;
}

.banner-grid__item .item {
    position: relative;
    display: block;
}

.banner-grid__item .item .name {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    border-radius: 0 0 20px 20px;
    z-index: 2;
}

.why-choose {
    /* background: linear-gradient(45deg, #bae5ff, #6edcfd, blue); */
    color: white;
    background-color: transparent !important;
}

.why-choose__row {
    --gutter: 0;
}

.why-choose .c-ttl__01-accent {
    /* font-size: 100px; */
    opacity: .1;
    background: transparent;
    color: #f6e9e4;
}

.why-choose__image {
    line-height: 0;
    height: 100%;
}

.why-choose__image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.why-choose__right {
    padding: 80px 60px 50px;
    background: linear-gradient(360deg, #347bbb, #1c486f);
    box-shadow: inset 1px 1px 6px #2b60aa6e;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-choose__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.why-choose__list-item {
    align-items: start;
}


.why-choose__list-icon {
    width: 62px;
    position: relative;
    z-index: 1;
}

.why-choose__list-icon::before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0em;
    width: 62px;
    height: 62px;
    z-index: -1;
    background: #4386fe;
    border-radius: 70% 30% 71% 29% / 25% 31% 69% 75%;
    animation: morph_rotate 4s linear infinite forwards paused;
    transition: 0.4s;
}

.why-choose__list-icon::before {
    animation-play-state: running;
}


.why-choose__list-icon img {
    width: 100%;
}

.why-choose__list-ct {
    width: calc(100% - 85px);
}

.why-choose__list-ct h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.why-choose__list-ttl {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.home-about.khuyenmai {
    padding: 30px 0px;
}

section.home-about.khuyenmai .home-about .c-ttl__01 {
    text-align: left;
}

@media (max-width: 768px) {
    .why-choose__list {
        grid-template-columns: 1fr;
    }

    .why-choose__right {
        padding: 52px 15px 20px;
    }

    .home-product {
        padding: 20px 0;
    }

    .home-product--new {
        padding-top: 0;
    }

    .deal-countdown-holder>* {
        font-size: 29px;
    }

    .deal-time-holder {
        height: 48px;
        margin-bottom: 10px;
    }

    .home-product--new .c-ttl__01 {
        font-size: 3rem;
    }
}

@keyframes morph_rotate {
    0% {
        border-radius: 70% 30% 71% 29%/25% 31% 69% 75%;
        transform: rotate(1turn);
    }

    50% {
        border-radius: 29% 71% 34% 66%/39% 62% 38% 61%;
    }

    100% {
        border-radius: 70% 30% 71% 29%/25% 31% 69% 75%;
        transform: rotate(0turn);
    }
}

.home-category {
    padding: 30px 0 20px;
}

.home-category .hover-effect_1 img {
    border-radius: 50%;
}


.home-review {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
}

.home-review__row {
    gap: 30px 0;
}

.home-review .c-ttl__01 {
    text-align: center;
}

.slide-review__info {
    justify-content: center;
    align-items: center;
}

.slide-review .slick-dots {
    bottom: -20px;
}

.slide-review .slick-dots li {
    background: #E2E6F2;
    border-radius: 2px;
    margin: 0 5px;
    opacity: 1;
    height: 6px;
    border: 0;
}

.slide-review .slick-dots li.slick-active {
    background: var(--color-main2);
    width: 45px;
}

.home-review::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.193);
    z-index: -1;
}

.review-block {
    text-align: center;

}

.review-block .c-ttl__01-accent {
    background: white;
    background-clip: text;
    opacity: .9;
}

.review-block .star svg path {
    fill: #1c486f;
    stroke: #1c486f;
}

.review-block .star {
    margin: 20px 0;
}

.review-block .thumb-review {
    margin-bottom: 10px;
}

.review-block .thumb-review img {
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

.review-block .name {
    font-size: 18px;
    color: #212633;
    font-weight: 700;
    margin-bottom: 5px;
}

.slide-review:hover .slick-arrow {
    opacity: 1;
}

.slide-review .slick-arrow:hover svg,
.slide-review .slick-arrow:hover svg path {
    fill: var(--color-2);
}

.slide-review .slick-arrow svg {
    width: 30px;
    height: 30px;
}

.slide-review .slick-prev {
    left: -15px;
}

.slide-review .slick-next {
    right: -15px;
}

.slide-review__wrap {
    /* padding-right: 60px; */
}

.slide-review__desc {
    margin-bottom: 25px;
    /* font-size: 18px; */
    margin-top: 15px;
    text-align: center;
    color: #333;
}

.slide-review__info-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.slide-review__info-avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slide-review__info-ct {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.slide-review__info-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.slide-review__info-postion {
    color: #595959;
    font-size: 15px;
}

.home-news {
    padding: 30px 0 40px;
}

.home-news .c-ttl__01-accent.sm {
    font-size: 80px;
}

section.chungnhan {
    padding: 30px 0px;
}

section.chungnhan .images {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    filter: drop-shadow(2px 4px 6px #cdcdcd);
}

section.chungnhan .name-book {
    text-align: center;
    padding: 10px;
    position: absolute;
    overflow: hidden;
    background: #ffffff96;
    width: 100%;
    bottom: 0;
}

section.chungnhan .images img {
    width: 100%;
    object-fit: cover;
}

section.chungnhan .item-book-one:hover img {}

section.home-promotional {
    padding-bottom: 40px;
}

section.home-about.khuyenmai .home-about__image {
    padding: 0 0 0% 2%;
}

.line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 35px);
    background: #1c486f;
    transition: all .3s ease-in-out;
}

.line {
    width: 177px;
    position: relative;
    height: 2px;
    margin: auto;
    display: block;
    margin-top: 10px;
}

.line::after {
    left: auto;
    right: 0;
    width: 27px;
    background: #75a93f;
}

.line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 35px);
    background-color: #a4d164;
    transition: all .3s ease-in-out;
}

.camnhan {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.item-book-one {
    padding-top: 25px;
}

section.chungnhan .images img {
    display: block;
}

.camnhan .line::after {
    right: 2px;
    left: unset;
    width: 27px;
}

section.chungnhan .images {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    border: 3px solid #1c486f;
    filter: drop-shadow(2px 4px 2px #cdcdcd);
}

section.chungnhan .images img {
    display: block;
    border-radius: 5px;
}

.home-category__desc {
    max-width: 75%;
    margin: auto;
    font-size: 15px;
    color: #595959;
}

.home-category__desc:not(:last-child) {
    margin-bottom: 35px;
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }


}

.box-products-list-main {
    padding: 15px 0;
}

.phone_in {
    background: #ef8121;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    font-weight: 600;
    border-radius: 25px;
    display: inline-block;
    width: auto;
    margin: 15px auto;
    text-align: center;
    transition: 0.5s ease;
    animation-name: bounce;
    nimation-delay: 0s;
    animation-duration: 5s;
    animation-iteration-count: 1;
}

.phone_in a {
    color: #fff;
}

.tuvan_ngay {
    text-align: center;
}

.slide-review__wrap {
    margin: 0px 10px;
}

.slide-review__wrap iframe {
    width: 100%;
    height: 690px;
    border-radius: 10px;
    display: block;
}

.thumb-review img {
    border-radius: 50%;
}

.category-grid {
    gap: 30px 0;
}

.home-about__description ul li {
    list-style: disc;
    margin-left: 20px;
}

.home-about__description ul {
    margin: 10px 0;
}

.home-about__description p {
    margin-bottom: 10px
}

.gioi-thieu {
    background-color: #F3F6FB;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0;
}

.gioi-thieu .content-right h4 {
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
}

.gioi-thieu .content-right h3 {
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1c486f;
    font-size: 27px;
    border-bottom: 1px solid #dee2e6;
    padding: 5px 0px 10px;
    text-transform: uppercase;
}

.gioi-thieu .content-right p:not(:last-child) {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 16px;
}

.gioi-thieu .img-left {
    margin-right: 30px;
}

.gioi-thieu .img-left img {
    border-radius: 12px;
}

.gioi-thieu .number {
    text-align: center;
    margin-top: 30px;
}

.gioi-thieu .number h3 {
    font-size: 50px;
    line-height: 70px;
    color: #1c486f;
    font-weight: 700;
}

.gioi-thieu .number p {
    font-size: 18px;
    color: #333;
}

.reviews {
    padding: 40px 0 65px;
}

.reviews .slick-list {
    margin: 0 -15px;
}

.scroll-animate {
    opacity: 1;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.review-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin: 0px 15px 34px;
    min-height: unset !important;
}

.icon-review-card {
    margin-bottom: 10px;
}

.icon-review-card img {
    height: 30px;
    transform: rotate(179deg);
}

.review-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
    font-size: 15px;
    height: 96px;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.reviewer-info h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.stars {
    color: #FFD700;
    font-size: 19px;
}

.reviewer-info .stars ul {
    display: flex;
    gap: 0px 1px;
}

.reviewer-info .stars ul li svg {
    width: 19px;
    height: 19px;
}

.slider-slick-review .slick-dots {
    bottom: -35px;
}

.slider-slick-review .slick-dots li {
    width: 15px;
    height: 15px;
    border: 1px solid #1c486f;
}

.slider-slick-review .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.slider-slick-review .slick-dots li button:before {
    content: "";
}

.slider-slick-review .slick-dots li.slick-active {
    background: #1c486f;
}

.phat-trien {
    padding: 30px 0 0 0;
    background: #1c486f;
}

.phat-trien .c-btn-01 {
    background: #fff;
    color: #333;
}

.phat-trien .left h2 {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 10px;
}

.phat-trien .left .des {
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
    text-align: justify;
    padding-right: 15px;
}

.phat-trien .left .des p {
    margin-bottom: 15px;
}

.phat-trien .item .text h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}

.tab-content {
    position: relative;
}

.tab-pane {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tab-pane.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.sanpham-home {
    padding: 30px 0;
}

.slider-sp {
    margin-bottom: 20px;
}

.slider-sp .slick-slide {
    margin: 10px;
}

.slider-sp .slick-list {
    margin: 0 -10px;
}

.sanpham-home .tab-buttons {
    text-align: center;
    margin: 20px 0;
}

.sanpham-home .tab-buttons li {
    display: inline-block;
}

.sanpham-home .tab-buttons li button {
    line-height: 38px;
    border: 1px solid transparent;
    font-size: 15px;
    color: #000;
    border-radius: 50px;
    background: #eee;
    margin: 0 6px;
    transition: .12s all;
    padding: 0 22px;
}

.sanpham-home .tab-buttons li button.active {
    font-weight: 700;
    border-color: #1c486f;
    background: #1c486f;
    color: #fff;
}

.slider-sp .slick-arrow {
    opacity: 1;
    width: 27px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D9D9D9;
    border-radius: 0 40px 40px 0;
}

.slider-sp .slick-next {
    right: 0;
    border-radius: 40px 0px 0px 40px;
}

.slider-sp .slick-next svg {
    transform: translateX(3px);
}

.slider-sp .slick-arrow svg {
    width: 25px;
    height: 25px;
}

.slider-sp .slick-prev {
    left: 0;
}

.featured-news {
    padding: 30px 0 30px;
}

.featured-news .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featured-news .title-wrap .see-all {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ef8121;
}

.featured-news .title-wrap .see-all::after {
    content: "»";
    font-size: 23px;
    line-height: 26px;
    vertical-align: text-bottom;
    font-weight: 400;
    margin-left: 3px;
}

.featured-news-inner {
    margin-top: 10px;
}

.featured-news .item-news:hover .wrap-img img {
    transform: scale(1.1);
}

.featured-news .item-news {
    padding: 15px 0 0 0;
}

.featured-news .item-news .wrap-img {
    padding-bottom: 65%;
    border-radius: 5px;
}

.featured-news .item-news .content h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
}

.featured-news .item-news .des {
    margin: 8px 0 7px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    color: #646464;
}

.featured-news .item-news .time {
    color: #ef8121;
    font-size: 15px;
}

.featured-news .post-slider .item-news .content h3 {
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.featured-news .post-slider .item-news .content .time {
    font-size: 15px;
}

.post-slider .slick-dots {
    bottom: -20px;
}

.post-slider .slick-dots li {
    width: 15px;
    height: 15px;
    background: #646464;
    border-radius: 40px !important;
}

.post-slider .slick-dots li button:before {
    content: "";
}

.post-slider .slick-dots li.slick-active {
    background: #1c486f;
    width: 30px;
}

.sec-partner {
    padding: 30px 0;
    background: #eee;
}

.sec-partner .images {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    /* filter: drop-shadow(2px 4px 2px #cdcdcd); */
}

.sec-partner .ta-center {
    margin-top: 15px;
}

.item-book-one {
    padding: 5px 10px;
}

.hethong {
    background: #0a2462;
    color: #FFF;
    font-size: 20px;
    padding: 20px 0;
}

.hethong .left svg {
    width: 30px;
    height: 30px;
    fill: #FFF;
}

.hethong .left svg path {
    fill: #FFF;
}

.hethong .left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
}

.hethong .right {
    text-align: right;
}

.hethong .right a {
    background: linear-gradient(95deg, rgba(164, 123, 45, 1) 0%, rgba(218, 177, 65, 1) 24%, rgba(250, 242, 175, 1) 50%, rgba(218, 177, 65, 1) 77%, rgba(164, 123, 45, 1) 100%);
    border-radius: 40px;
    color: #000;
    padding: 6px 25px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

.featured-product {
    padding-top: 0;
    background-color: #f4f4fa;
    padding-bottom: 60px;
}

.featured-product-list .item .wrap-img {
    padding-bottom: 70%;
    margin-right: 100px;
}

.featured-product-list .item .content {
    padding-left: 50px;
}

.featured-product-list .item h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1c486f;
    margin-bottom: 20px;
}

.featured-product-list .item .cate {
    text-transform: uppercase;
    color: grey;
    letter-spacing: .1em;
    font-weight: 700;
}

.featured-product-list .item .des {
    color: #858ea7;
    margin-bottom: 20px;
}

.featured-product-list .item .button-group a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 46px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #1c486f;
    border: 1px solid #1c486f;
    background: #fff;
    font-weight: 600;
    transition: .3s;
}

.featured-product-list .item .button-group a:hover {
    background: #1c486f;
    color: #FFF;
}

.featured-product-list .item .button-group {
    display: flex;
    gap: 25px;
}

.featured-product-list .slick-arrow svg {
    width: 25px;
    height: 25px;
}

.featured-product-list .slick-arrow svg path {
    stroke: #FFF;
}

.featured-product-list .slick-arrow {
    background: #1c486f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    opacity: 1;
    top: unset;
    bottom: -20px;
}

.featured-product-list .slick-prev {
    left: 50%;
    transform: translateX(-50%);
}

.featured-product-list .slick-next {
    left: calc(50% + 50px);
    right: unset;
    transform: translateX(-50%);
}

.featured-product-list:hover .slick-arrow {
    opacity: 1;
}

.featured-product .c-ttl__01--center {
    background: #1c486f;
    color: #FFF;
    padding: 30px 0;
    margin-bottom: 0;
}

#body-home .doitac {
    display: none;
}

.modal-overlayyy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-overlayyy .modal-content {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    animation: fadeIn 0.3s ease;
    position: relative;
}

.modal-overlayyy .modal-content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.modal-overlayyy .modal-content h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.modal-overlayyy .close-btn-modal {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-overlayyy .close-btn-modal svg {
    width: 20px;
    height: 20px;
}

.modal-overlayyy .form-group {
    margin-bottom: 10px;
}

.modal-overlayyy input,
.modal-overlayyy textarea {
    width: 100%;
    padding: 10px 20px;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.modal-overlayyy .submit {
    font-size: 14px;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    border-radius: 10px;
    background: #2e3192;
    color: #FFF;
    width: 100%;
    text-transform: uppercase;
}

.images_phattrien img {
    display: flex;
}

.home-product-header {
    display: flex;
    width: 100%;
    border-bottom: solid 2px var(--color-2);
    margin-bottom: 15px;
    margin-top: 15px;
}

.nemu_produnt_leght {
    display: flex;
}

.home-box-title {
    margin-bottom: 0;
    padding: 8px 15px 6px 20px;
    background: #1c486f;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    margin-right: 55px;
    position: relative;
    border-top-left-radius: 0px;
}

.home-box-title::before {
    content: "";
    width: 0;
    height: 0;
    background: var(--color-2);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    height: calc(100% + 1px);
    width: 39px;
    top: 0;
    left: calc(100% - 1px);
}

.home-box-title a {
    white-space: nowrap;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.box-right {
    display: flex;
    justify-content: right;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.box-right a {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    color: #ef8121;
    padding: 0;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.box-right a svg {
    height: 25px;
    width: 25px;
    position: relative;
    top: 7px;
}

.box-right a svg path {
    fill: currentColor;
}

.box-form-produstc-slick .product-item {
    margin-bottom: 15px;
}


@keyframes fadeIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.news.hover-effect {
    padding-left: 40px;
    padding-right: 10px;
    transition: 0.5s ease;
}

.news-img {
    position: relative;
}

a.news-cat.shadow-sm {
    margin-left: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    font-size: 13px;
    letter-spacing: .135rem;
    background-color: #fff;
    color: #144121;
    width: 3rem;
    z-index: 1;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.news-cat.shadow-sm strong {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-weight: 700;
}

.news-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ffffffd9;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    padding: .5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
    border-top: 1px solid #000;
}

.news-content.shadow-sm {
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

h3.news-title a {
    font-size: 19px;
}

h3.news-title {
    line-height: unset;
}

a.velora-hedding {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

figure.image-hover.image-hover-overlay img {
    display: block;
    width: 100%;
    height: 230px;
}

a.news-link svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

a.news-link {
    display: inline-flex;
    align-items: center;
    color: #1c486f;
}

.comment-view {
    padding-top: 10px;
}

.news.hover-effect {
    padding-left: 40px;
    padding-right: 10px;
    transition: 0.5s ease;
}

.splide__track button svg {
    width: 20px;
    height: 20px;
    fill: #fff !important;
}

button.slick-prev-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #144121;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    right: 0;
    opacity: 0;
}

button.slick-prev-blogs.slick-arrow svg path {
    fill: #fff;
    stroke: #fff;
}

.splide__track button svg path {
    stroke: #fff;
    fill: #fff;
}

button.slick-next-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #144121;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    left: 35px;
    opacity: 0;
}

button.slick-next-blogs.slick-arrow svg {
    transform: rotate(180deg);
}

.splide__track:hover button.slick-next-blogs.slick-arrow,
.splide__track:hover button.slick-prev-blogs.slick-arrow {
    opacity: 1;
}

.hover-effect:hover {
    transform: translateY(-.5rem);
}


a.velora-hedding h2 {
    font-size: 18px;
}

.comment-view p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
}

@media (max-width: 1023px) {
    .review-block {
        width: 100%;
    }

    .js-slide {
        padding: 0 10px;
    }

    .home-category {
        padding: 30px 0;
    }

    .home-about2 {
        padding: 30px 0;
    }

    .home-review {
        padding: 30px 0;
    }

    .home-news .c-ttl__01-accent.sm {
        font-size: 35px;
    }

    .home-news {
        padding: 30px 0 10px;
    }

    .home-category__desc:not(:last-child) {
        margin-bottom: 15px;
    }

    .gioi-thieu .img-left {
        margin-right: 0px;
    }

}


@media(max-width:990px) {
    .benefits__grid {
        display: block !important;
        overflow: auto;
    }

    .home-review__row {
        flex-direction: column-reverse;
    }

    .benefits {
        padding: 10px 0 0;
        margin-bottom: 0;
    }

    .benefits__grid {
        transform: none;
    }

    .gioi-thieu .content-right {
        margin-top: 20px;
    }

    .featured-product-list .item .wrap-img {
        margin-right: 0px;
    }

    .featured-product-list .item .content {
        padding-left: 0px;
        margin-top: 30px;
    }

    .featured-product {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .featured-product .c-ttl__01--center {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .box-right {
        display: none;
    }

    .benefits__ct span {
        font-size: 14px;
    }

    .home-category {
        padding: 15px 0;
    }

    .phone_in {
        margin: 5px auto;
    }

    .home-review::before {
        background: rgb(255 255 255 / 70%);
    }

    .benefits__ct {
        padding-left: 5px;
    }

    .slide-review__desc {
        color: #000;
    }

    .home-category .row {
        align-items: center;
        justify-content: center;
    }

    .review-images img {
        height: 100%;
    }

    .gioi-thieu .content-right h4 {
        font-size: 18px;
    }

    .gioi-thieu .content-right h3 {
        font-size: 19px;
    }

    .gioi-thieu .number h3 {
        font-size: 40px;
        line-height: 55px;
    }

    .phat-trien .left {
        margin-bottom: 20px;
    }

    .phat-trien .item .text h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .phat-trien .left h2 {
        font-size: 22px;
    }

    .slider-sp .slick-arrow {
        opacity: 0;
    }

    .slider-sp .slick-slide {
        margin: 5px;
    }

    .slider-sp .slick-list {
        margin: 0 -5px;
    }

    .sanpham-home .tab-buttons li button {
        line-height: 30px;
        font-size: 14px;
    }

    .sanpham-home .tab-buttons {
        white-space: nowrap;
        overflow: auto;
    }

    .hethong {
        font-size: 16px;
    }

    .hethong .left svg {
        width: 25px;
        height: 25px;
    }

    .hethong .right {
        text-align: center;
        margin-top: 15px;
    }

    .hethong .left {
        justify-content: center;
    }

    .banner-grid {
        display: block;
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-grid .banner-grid__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .slideshows-banner .slick-arrow {
        display: none !important;
    }

    .featured-product-list .slick-arrow {
        display: none !important;
    }

    .featured-product-list .item h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .featured-product-list .item .button-group a {
        padding: 0 20px;
        width: unset;
    }

    .gioi-thieu {
        padding: 10px 0 30px;
    }

    .featured-news {
        padding: 30px 0 20px;
    }

    .phat-trien {
        padding: 30px 0;
        margin-top: 15px;
    }

    .reviews {
        padding: 30px 0 65px;
    }

    .sec-partner {
        padding: 10px 0 20px;
    }

    .box-products-list-main {
        padding: 0;
    }

    .benefits__ct p {
        font-size: 15px;
    }

    .box-form-produstc-slick .clm:nth-child(5) {
        display: none;
    }

    .product-item__price-current {
        font-size: 14px;
    }

    .product-item__price-original {
        font-size: 13px;
    }
}

@media(min-width:990px) {
    a.see-more.link.see-more-mobile {
        display: none;
    }
}
