#page-home {
	overflow-x: hidden;
}

.home-about {
	display: flex;
	align-items: center;
	padding: 40px 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.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 {
	padding-right: 25px;
}


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

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

.home-about__image {
	position: relative;
	padding: 0 0 5% 5%;
	z-index: 1;

}

.home-about__image-child {
	overflow: hidden;
	line-height: 0;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
	transition: transform 0.3s ease;
}

.home-about__image-child:hover {
	transform: scale(1.05);
}

.home-about__image-child img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.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: #2a4e9e54;
	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: #2a4e9e54;
	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 #BB2428;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 8px;
}

.title-separator .separator-center:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #BB2428;
	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, #2a4e9e) !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: #2a4e9e;
	text-transform: uppercase;
}

section.introduce-product .row {
	width: 100%;
	margin: 30px auto;
}

.introduce-product .row,
.introduce-product .clm {
	--gutter: 5px;
}

.introduce-product-box.introduce-product-box--left {
	flex-direction: row-reverse;
}

.introduce-product-box:not(:last-child) {
	margin-bottom: 60px;
}

.introduce-product-box--left .introduce-product-left {
	margin-left: 15px;
	margin-right: 0px;
}

.introduce-product-left {
	align-items: center;
	border-radius: 100%;
	-ms-box-shadow: 0 0 15px 0 rgba(37, 143, 103, .12);
	-o-box-shadow: 0 0 15px 0 rgba(37, 143, 103, .12);
	box-shadow: 0 0 15px #258f671f;
	display: flex;
	justify-content: center;
	margin-right: 20px;
	min-height: 90px;
	min-width: 90px;
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 3px;
}

.introduce-product-left img {
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	transform: translateX(0);
	height: 50px;
	width: unset;
	max-width: unset;
}

.introduce-product-box--left.introduce-product-box:nth-child(2) {
	margin-right: 55px;
	margin-left: unset;
}

.introduce-product-right p {
	font-size: 14px;
	font-weight: 400;
}

.introduce-product-right {
	align-items: center;
}

.value {
	background: #005caa;
	padding: 27px 0;
	/* margin-top: 30px; */
}

.value-box {
	display: flex;
	text-align: left;
	align-items: center;
	width: 70%;
	justify-content: center;
	margin: 0 auto;
}

.value-box__img img {
	width: 220px;
	margin-right: 10px;
}

.value-box-text h4 {
	font-size: 25px;
	line-height: 26px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}

.value-box-text .desc p {
	text-align: left;
	color: #fff;
}

section.introduce-product {
	padding: 30px 0px;
}

.value .desc p {
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	/* font-weight: 500; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-product-box .list-product__title,
.list-product-box .list-product__small {
	text-align: left;
}

.list-product-box .list-product__small {
	color: #1A1A1A;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.list-product-box .list-product__title,
.list-product-box .list-product__small {
	text-align: left;
}

.list-product-box .list-product__title {
	font-size: 33px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 5px;
	color: #005caa;
	font-family: var(--font-heading-family);
}

.list-product-box:nth-child(2n) .row {
	flex-direction: row-reverse;
}

.list-product-content .desc  {
	font-size: 16px;
	line-height: 1.5;
	color: #1A1A1A;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.td_video_button.mfp-iframe i {
    z-index: 2;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -47%);
}
.box-btn-cos a {
	font-size: 16px;
	padding: 6px 15px;
	background: #005caa;
	display: inline-block !important;
	color: #fff;
	margin-top: 20px;
	border-radius: 5px;
	color: #fff !important;
	border: 1px solid #005caa;
}

.list-product-content .price {
	display: none !important;
}

.list-product-content .price {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	width: 100%;
	padding-bottom: 10px;
	/* display: inline-block; */
}

.list-product-content .price-old {
	color: #646464;
	font-weight: 300;
	margin-right: 10px;
	text-decoration: line-through;
}

.list-product-content .price-new,
.price-old {
	font-size: 16px;
	line-height: 1.3;
}

.list-product-content .price-new {
	color: #c80000;
}

.list-product-content .price-new,
.price-old {
	font-size: 16px;
	line-height: 1.3;
}

.list-product-box:nth-child(2n) .list-product-img {
	-webkit-transition: padding-right 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
	transition: padding-right 0.45s ease-in-out 0s, opacity 0.75s ease-in-out 0s;
}

.list-product-img {
	position: relative;
	padding: 10px;
}

.list-product-img {
	position: relative;
	overflow: hidden;
}

.list-product-img {
	height: 590px;
	width: 100%;
}

.list-product-box .list-product-img a {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.list-product-img a {
	text-align: center;
	margin: 0 auto;
	height: 100%;
}

.list-product-img::after {
	position: absolute;
	top: 22px;
	left: 12px;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #ffffff80;
	border-radius: 0px 100px 0px 100px;
}

.list-product-box:nth-child(2n) .list-product__title,
.list-product-box:nth-child(2n) .list-product__small {
	text-align: right;
}

.list-product-img img {
	/* object-fit: contain; */
	margin: 0 auto;
	height: 100%;
	border-radius: 0px 100px 0px 100px;
}


.box-butifull {
	padding: 50px 0px;
}

.item-slicks-camnhan-pages {
	padding: 10px 17px 30px;
}

.item-pages-camnhan2 {
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
}

.box-meember-slick-camnhan {
	position: relative;
	/* border-radius: 10px; */
	overflow: hidden;
}
.box-meember-slick-camnhan img {
	width: 100%;
	height: 220px;
}

.box-butifull .box-meember-slick-camnhan:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000070;
}

.icon-ytb-quantily a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

a.td_video_button.mfp-iframe:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #005caa;
	z-index: 0;
	animation: pulse-border 1500ms ease-out infinite;
}

a.td_video_button.mfp-iframe:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #005caa;
	transition: all 200ms;
}

@keyframes pulse-border {
	80% {
		opacity: 0.4;
	}

	100% {
		height: 85px;
		width: 85px;
		opacity: 0;
	}
}

.block-content-camnhan {
	padding: 5px 20px 10px 20px;
}

.block-content-camnhan h3 {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin: 5px 0px;
	padding-bottom: 10px;
}


.list-camnhan .slick-arrow {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #cfcfcf;
	justify-content: center;
	align-items: center;
	top: 50%;
}

.list-camnhan .slick-arrow.slick-prev {
	right: 50px;
	left: unset;
}

.list-camnhan .slick-next {
	right: 0px !important;
}

.list-camnhan .slick-arrow {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #cfcfcf;
	justify-content: center;
	align-items: center;
	top: 50%;
	opacity: 1;
}

.list-camnhan .slick-prev {
	left: 0px !important;
}

.box-btn-view-ytb a {
	display: inline-block;
	padding: 7px 28px;
	background: #005caa;
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
}

.box-btn-view-ytb {
	text-align: center;
}

.list-item-images-abulm {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.item-images-abuml {
	width: calc(100% / 4);
}

.btn-Gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.btn-Gallery a {
	width: 200px;
	height: 62px;
	background-color: #005caa;
	border-radius: 0px 0px 0px 0px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: inline-block;
	line-height: 62px;
	text-align: center;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.item-images-abuml a {
	display: block;
}

.item-images-abuml a img {
	display: block;
}



.box-model-camnhankh {
	position: relative;
	z-index: 9;
	padding: 40px 0px;
}

.slick-dots-camnhan {
	margin-bottom: 30px;
}

.list-avatar-camnhan {
	text-align: right;
}

.list-avatar-camnhan {
	display: none;
}

.list-avatar-camnhan img {
	width: auto;
	height: 130px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
}

.box-model-camnhankh .slick-dots-camnhan .slick-dots {
	position: unset;
}

.box-model-camnhankh .slick-dots {
	position: absolute;
	bottom: -13px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slick-dots-camnhan .slick-dots .slick-active {
	border: 3px solid #fff;
	opacity: 1;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	overflow: hidden;
}

.box-model-camnhankh .slick-dots li.slick-active {
	background-color: #562a1e;
}

.slick-dots-camnhan .slick-dots li {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
	opacity: .5;
}

.box-model-camnhankh .slick-dots li {
	/* border-radius: 3px; */
	/* width: 20px; */
	/* height: 3px; */
	/* background-color: #ffffff00; */
	/* line-height: 9px; */
}

.box-slider-camnhankh {
	padding: 35px;
	font-size: 13px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.85);
	position: relative;
	border-radius: 10px;
	background: #1c5fa3;
}

.box-slider-camnhankh::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -20px;
	left: 50%;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #1c5fa3;
}

.title-desc-content-camnhan .star {
	margin-bottom: 8px;
}

.star li {
	display: flex;
}

.box-slider-camnhankh .star li svg {
	height: 23px;
	width: 18px;
}

.star li svg {
	fill: #f5cc26;
	height: 16px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 14px;
}

.title-desc-content-camnhan p {
	color: #fff;
	text-align: center;
	font-weight: 300;
	width: 75%;
	margin: 0 auto;
}

.title-desc-content-camnhan p {
	font-size: 16px;
	font-weight: 300;
}


.introduce-product-left:hover img {
    -webkit-animation: spolicy 3s linear;
    -moz-animation: spolicy 3s linear;
    -o-animation: spolicy 3s linear;
    animation: spolicy 3s linear;
}

.slider-mobiles-item{
	display: none;
}
.introduce-product__img {
    transform: translateX(-0.09613201190312072px) translateY(0.07962043864426392px);
    transition: transform 150ms ease-out;
    will-change: transform;
    backdrop-filter: blur(0.625em) saturate(160%);
}

@keyframes spolicy {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}
@media(max-width:1250px){
	.item-slider-mobile img {
    width: 100%;
}
.benefits__grid{
	display: block !important;
}
}
@media(max-width:990px){
	.arrow-common .slick-arrow {
    right: 0;
}
	.slider-mobiles-item{
	display: block;
}
.slider-deskstop-item{
	display: none;
}
}
@media (max-width: 768px) {

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

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

}

/*  */
.benefits {
	border-bottom: 1px solid #a3d8fe3d;
}

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

.benefits__item .item-slilder-benetfits {
    padding: 20px 30px;
    position: relative;
    align-items: center;
    display: flex
;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.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: #fafafa;
	/* transform: translateY(-2px); */
}

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

.benefits__ct {
	width: calc(100% - 65px);
	color: #666;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.5;
}

.benefits__ct strong {
	color: #2a4e9e;
	font-size: 18px;
	font-weight: 700;
}

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

.benefits__icon svg,
.benefits__icon img {
	width: 54px;
	height: 54px;
	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: #b0e8f8;
	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: 10px 5px;
	}
}

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


.home-about2 {
	background-color: #73c5da1f;
	
	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;
}

.why-choose {
	background: #1c4594;
	color: white;
	padding: 30px 0;
	/* background-color: transparent !important; */
}
.why-choose .c-ttl__01 {
	color: #fff;
	text-align: center;
}
.why-choose .home-about__divider {
    margin: auto;
}

.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, #2a4e9e);
	box-shadow: inset 1px 1px 6px #2b60aa6e;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

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


.why-choose__list-icon {
	width: 62px;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: auto;
	text-align: center;
	/* display: inline-block; */
}

.why-choose__list-icon::before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 50%;
	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;
	transform: translatex(-50%) !IMPORTANT;
}

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


.why-choose__list-icon img {
	width: 70px;
}

.why-choose__list-ct {
	text-align: center;
	width: calc(100% - 0px);
	font-size: 14px;
}

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

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

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

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

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

	.home-product {
		padding: 55px 0 30px;
	}
}

@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 50px;
}

.home-review {
	background: url(../images/bg-img.jpg) no-repeat left bottom/cover;
	padding: 80px 0 50px;
	position: relative;
	z-index: 1;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: left bottom !important;
}

.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 {
	width: 50%;
	margin-left: auto;
}

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

.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;
	color: #595959;
}

.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 {}

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: linear-gradient(360deg, #347bbb, #2a4e9e) !important;
	transition: all .3s ease-in-out;
}

.line {
	width: 177px;
	position: relative;
	height: 2px;
	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;
}

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

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

section.news {
	padding-bottom: 40px;
}

.pd-section-top {
	padding-top: 50px;
}

.pd-section-bottom {
	padding-bottom: 50px;
}

.item-slicks-camnhan-pages {
	padding: 10px 10px 30px;
}

.item-pages-camnhan2 {
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0;
}

.box-meember-slick-camnhan {
	position: relative;
	/* border-radius: 10px; */
	overflow: hidden;
}

.block-content-camnhan {
	padding: 5px 15px 10px 15px;
}

.block-content-camnhan h3 {
	font-size: 17px;
	color: #000000;
	font-weight: 600;
	text-align: center;
	margin: 5px 0px;
	padding-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 2px;
}

.box-icon-clocks {
	display: flex;
	align-items: center;
}

.box-icon-clocks .desc p {
	font-size: 15px;
	line-height: 1.4;
	color: #1A1A1A;
	text-align: justify;
	overflow: hidden;
	min-height: 63px;
	height: 63px;
}
.introduce-product-box:nth-child(2) {
    margin-left: 55px;
    margin-right: unset;
}
.introduce-product__img img {
	border-radius: 50%;
	/* border: solid 5px #1c4594; */
}
.list-camnhan .slick-arrow i {
    font-size: 15px;
    color: #000;
}
.partner-box {
    position: relative;
    overflow: hidden;
}

.partner-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    padding: 10px;
    height: unset;
}
  .partner-box a {
          display: flex;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          justify-content: center;
          border-radius: 5px;
        }
		section.doitac {
    padding: 30px 0px;
}
.partner-box img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

section.box-thuonghieu {
    padding: 3rem 0px;
    background: #f2f2f2;
}

.item-main-thuonghieu.clm {
    border: 1px solid #005caa;
    margin: 10px 10px 20px 10px;
    border-radius: 20px;
    position: relative;
    padding-top: 5px;
}

.name-content-thuonghieu {
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 5px;
}

.btn-view-all-thuonghieu a {
    background: #1c4594;
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
}


.item-main-thuonghieu.clm img {
    border-radius: 20px;
}

.slider-main-thuonghieu {
    padding-bottom: 5px;
}


@media (max-width: 1200px) { 
section.introduce-product .row {
	width: 100%;
}
.benefits__ct strong {
	font-size: 16px;
}
.benefits__item .item-slilder-benetfits {
	padding: 15px 10px;
}
}
@media(max-width:990px){

.item-images-abuml {
    width: calc(100% / 2);
}
	.benefits__item .item-slilder-benetfits {
    padding: 10px 5px;
}

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

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

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

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

	.home-review {
		padding: 60px 0 25px;
	}

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

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

@media(max-width:990px) {
	.value-box-text.desc {
		padding-left: 10px;
	}
	.value-box {
		width: 100%;
	}

	.title-desc-content-camnhan p {
		width: 95%;
		font-size: 14px;
	}

	.list-product-box .list-product__title {
		font-size: 27px;
	}

	.list-product-content .desc p {
		font-size: 14px;
	}

	.list-product-img {
		height: auto;
	}

	.list-product-box {
		padding-bottom: 20px;
	}

	.list-product-box:nth-child(2n) .list-product__title,
	.list-product-box:nth-child(2n) .list-product__small {
		text-align: left;
	}

	.box-slider-camnhankh {
		padding: 35px 0px;
	}

	.introduce-product-box--left.introduce-product-box:nth-child(2) {
		margin-right: 0px;
	}

	.introduce-product-box:not(:last-child) {
		margin-bottom: 30px;
		margin-left: 0px;
	}

	.introduce-product-box.introduce-product-box--left {
		flex-direction: unset;
	}

	.introduce-product-box--left .introduce-product-left {
		margin-right: 20px;
		margin-left: 0px;
	}

	.introduce-product__img {
		padding: 20px 0px;
	}
}