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

.home-about {
	display: flex;
	align-items: center;
	padding: 40px 0;
	background-position: center center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	position: relative;
	z-index: 1;
}

.home-about::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #eeeeee;
	opacity: .4;
	z-index: -1;
}

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

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

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

.home-about__content {
	padding-right: 0px;
}


.home-about__divider {
	width: 130px;
	height: 3px;
	background-color: #00a4dc;
	margin: 5px 0 20px 0;
}

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

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

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

.home-about__image {
	position: relative;
	padding: 0 0 0 3%;
	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: #00a4dc;
	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: #00a4dc;
	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 #f99d1b;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 8px;
}

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

img.slider-mobile {
	display: none;
}

.item-slic {
	position: relative;
	align-items: center;
	display: flex;
	justify-content: space-between;
	transition: 0.3s;
}

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

	img.slider-mobile {
		display: block;
	}

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

@media (max-width: 768px) {

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

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

}

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

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

.benefits__item {
	padding: 20px 0px;
	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); */
}

.js-slide-2 {
	margin-top: 20px;
}

.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 {
	color: #666;
	padding-left: 10px;
	line-height: 1.5;
	font-size: 15px;
}

.benefits__ct strong {
	color: #333;
	font-size: 17px;
	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__icon1::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: 0;
	}

	.benefits__item {
		padding: 10px 0px;
	}
}

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


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

.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, #00a4dc);
	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: 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-category .hover-effect_1 img {
	border-radius: 5px;
}


.home-review {
	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 .c-ttl__01 {
	text-align: center;
}

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

.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 {
	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;
	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: linear-gradient(360deg, #347bbb, #00a4dc) !important;
	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 #00a4dc;
	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;
}


@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);
	}

	section.daily-section-2 .consult-btn button:hover {
		background: #4a4a4a;
		transform: translateY(-2px);
	}
}

.phone_in {
	background: #da3833;
	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;
}

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

.title-blog {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 2px #00a4dc;
}

.title-blog h2 {
	padding: 10px 20px;
	font-size: 18px;
	background: #00a4dc;
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
}

.desc_pro {
	font-size: 15px;
	padding: 5px 5px;
	text-align: center;
	line-height: 1.5;
}

.box-right {
	display: block;
}

.box-right a {
	display: flex;
	align-items: center;
	color: #f9a01b;
	font-weight: 600;
	margin-top: 8px;
}

.box-right svg {
	height: 30px;
	width: 35px;
}

.box-right svg path {
	fill: #f9a01b
}

.quy_trinh {
	padding: 50px 0;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	text-align: center;
}

.quy_trinh::before {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* background-color: #24352275; */
	content: "";
	/* position: absolute; */
}

.quy_trinh .tit_taisao h2 {
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
}

.quy_trinh_in {
	margin: 16px 0 0px 0;
	background: #fff;
	padding: 20px 10px;
	border-radius: 2px;
	margin: 15px 0px 5px 0px;
	transition: 0.5s ease;
	position: relative;
}

.quy_trinh_in span {
	font-size: 50px;
	font-weight: 600;
	color: #288B24;
	font-family: var(--font-heading-family);
}

.quy_trinh_in p {
	font-size: 17px;
	font-weight: 600;
	color: #333;
	line-height: 1.3;
	padding-bottom: 10px;
	margin-top: 5px;
}

.quy_trinh_in .desc {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4;
	min-height: 75px;
}

.quy_trinh_in:hover {
	background: #0078a2;
	color: #fff;
	transition: 0.5s ease;
}

.quy_trinh_in:hover p {
	color: #fff;
}

.quy_trinh_in:hover .desc {
	color: #fff;
}

.quy_trinh_in:before {
	transition: 0.3s ease;
	width: 1px;
	height: 0;
	top: 10px;
	right: 0px;
	height: 0px;
	content: "";
	position: absolute;
	background: #0078a2;
}

.quy_trinh_in:after {
	width: 0;
	height: 1px;
	bottom: -5px;
	left: 9px;
	content: "";
	position: absolute;
	background: #0078a2;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.quy_trinh_in:hover:before {
	height: calc(98% + 5px);
}

.quy_trinh_in:hover:after {
	width: calc(98% + 5px);
}

.readmore_home img {
	width: 20px !important;
	position: relative;
	top: 3px;
	height: 17px;
	margin-right: 5px;
}

.readmore_home a {}

.read_more {
	width: 120px;
	border-radius: 20px;
	background: #03a5dc;
	padding: 5px 10px;
	margin: 10px auto;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.read_more a {
	color: #fff;
}

.read_more:hover {
	background: linear-gradient(360deg, #f9a11c, #e38900);
}

.video.home-pages.pc img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
}

.video.home-pages.pc {
	position: relative;
}

.icon-play-about {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.icon-play-about i {
	font-size: 45px;
}

.video.home-pages.pc:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0000005e;
	border-radius: 5px;
}

.icon-play-about svg {
	width: 55px;
	height: 55px;
}

.icon-play-about svg path {}

.icon-play-about i {
	color: #fff;
}

.video {
	width: 100%;
}


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

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

.ss04_tintuc {
	padding: 30px 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background: #eeeeee57;
}

.box-news-pages {
	display: flex;
	gap: 0px 10px;
	justify-content: space-between;
}

.item-news-pages-left {
	width: 50%;
}

.images-pages-news-left {
	position: relative;
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, .08);
	overflow: hidden;
	border-radius: 10px;
}

.images-news {
	overflow: hidden;
}

.images-pages-news-left img {
	transform: scale(1);
	transition: 0.5s ease;
}

.images-pages-news-left img {
	height: 306px;
	width: 100%;
	object-fit: cover;
	background: #fff;
}

.box-content-hedding-page-news {
	padding: 10px;
	background: #fff;
}

.box-content-hedding-page-news .date p {
	font-size: 14px;
}

.box-content-hedding-page-news p {
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.4;
	font-size: 15px;
	text-align: justify;
	text-overflow: ellipsis;
}

.box-content-hedding-page-news h2 {
	color: #000;
	margin: 3px 0 6px 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
}

.box-content-hedding-page-news h2 a:hover {
	color: #fa9e1e;
}

.pull-center {
	text-align: center;
	margin-bottom: 15px;
}

a.btn.btn-readmore {
	background: #f99d1b;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	border-radius: 5px;
	text-transform: uppercase;
	box-shadow: none;
	height: 35px;
	line-height: 35px;
}

.col-mtc-new-hot {
	margin: 20px 0;
}

.bottom-area {
	margin-top: 9px;
}

.bottom-area a {
	color: #fa9e1e;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: .5s;
}

.item-news-pages-right {
	width: 50%;
}

.list-item-news-right {
	display: flex;
	flex-direction: column;
	gap: 10px 0px;
}

.item-news-right {
	display: flex;
	align-items: center;
	gap: 0px 10px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, .08);
	transition: all .5s ease-out;
}

.images-item-news-right {
	width: 220px;
	height: 158px;
	overflow: hidden;
}

.images-item-news-right img {
	transform: scale(1);
	transition: 0.5s ease;
}

.images-item-news-right img {
	height: 100%;
	object-fit: cover;
	border-radius: 5px 0 0 5px;
}

.content-news-right {
	width: calc(100% - 150px);
	padding: 8px 10px 8px 0px;
}

.title-news-right {
	margin-bottom: 5px;
	line-height: 1.1;
}

.content-news-right .date p {
	color: rgba(16, 12, 8, .5);
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
}

.title-news-right a {
	color: #333;
	font-weight: 600;
	font-size: 17px;
}

.desc-news-right {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	line-height: 1.3;
	font-size: 14px;
}
.benefits__grid .item {
	margin: 0 5px;
}

.benefits__sp .item {
	margin: 0 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) {
	.benefits__grid {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.box-news-pages {
		display: block;
	}

	.images-pages-news-left img {
		height: 275px;
	}

	.item-news-pages-left {
		width: 100%;
		margin-bottom: 10px;
	}

	.item-news-pages-right {
		width: 100%;
	}

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

	.slide-review__desc {
		color: #000;
	}

	.home-about__image {
		padding: 0;
	}

	.video.home-pages.pc img {
		height: 270px;
	}

	.title-blog h2 {
		padding: 10px 13px;
		font-size: 14px;
	}

	.desc_pro {
		font-size: 14px;
		padding: 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 1.4;
		text-overflow: ellipsis;
	}

	.images-item-news-right {
		width: 130px;
		height: 130px;
		overflow: hidden;
	}

	.desc-news-right {
		display: none;
	}

	.col-mtc-new-hot {
		margin: 10px 0;
	}

	.ss04_tintuc {
		padding: 20px 0 0 0;
	}

	a.btn.btn-readmore {
		margin-top: 10px;
	}
}
