 .sec-prefooter-to-about {
 	display: none;
 }

 .testimonials .star-rating::before {
 	content: "★★★★★";
 	background: linear-gradient(90deg, #fa9750 var(--percent), #999 var(--percent));
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
 }

 .home-mv {
 	margin-bottom: 0;
 }

 .home-mv .slick-arrow {
 	width: 50px;
 	height: 50px;
 	background: transparent;
 	border: 1px solid white;
 	border-radius: 50%;
 }

 .home-mv .slick-prev {
 	left: 10px;
 }

 .home-mv .slick-next {
 	right: 10px;
 }

 .home-mv .slick-arrow svg {
 	width: 25px;
 	height: 25px;
 	fill: white;
 }

 .home-mv .slick-arrow svg path {
 	fill: white;
 }

 .home-mv__img {
 	position: relative;
 	z-index: 1;
 	overflow: hidden;
 }

 .home-mv .slick-active .home-mv__img::after {
 	background: rgba(0, 0, 0, 0.4);
 }

 .home-mv .slick-active .home-mv__img img {
 	transform: scale(1.1);
 }

 .home-mv__img img {
 	width: 100%;
 	height: 100vh;
 	object-fit: cover;
 	transition: all 3s ease-in;
 }

 .home-mv__img::after {
 	content: "";
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	background: rgba(0, 0, 0, 0.8);
 	transition: all 2s ease;

 }

 .home-mv__info {
 	max-width: 800px;
 	margin: 0 auto;
 }

 .home-mv__ct {
 	left: 0;
 	top: 50%;
 	transform: translateY(-50%);
 	z-index: 2;
 	width: 100%;
 	color: white;
 	text-align: center;
 	line-height: 1.4;
 }

 .home-mv__ttl {
 	font-size: 58px;
 	margin-bottom: 10px;

 }

 .home-mv__brief {
 	font-size: 18px;

 }

 .home-mv__brief:not(:last-child) {
 	margin-bottom: 30px;
 }

 .home-mv__btn {
 	background: white;
 	font-size: 14px;
 	color: black;
 	display: inline-flex;
 	justify-content: center;
 	align-items: center;
 	padding: 10px 40px;
 	border-radius: 30px;
 	gap: 5px;
 }

 .home-mv__btn svg {
 	width: 24px;
 }

 .home-mv .slick-dots {
 	bottom: 40px;
 }

 .home-mv .slick-dots li,
 .home-mv .slick-dots li.slick-active {
 	width: auto;
 	height: auto;
 	border-radius: 0;
 	border: 0;
 	background: transparent;
 }

 .home-mv .slick-dots button {
 	width: 15px;
 	height: 15px;
 	border: 1px solid transparent;
 	border-radius: 50%;
 	overflow: hidden;
 	background: transparent;
 	padding: 0;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	position: relative;
 }

 .home-mv .slick-dots button::before {
 	content: "";
 	width: 6px;
 	height: 6px;
 	background: white;
 	border-radius: 50%;
 	opacity: 1;
 	position: relative;
 	inset: auto;
 }

 .home-mv .slick-dots li.slick-active button {
 	border-color: white;

 }

 .box-about__row {
 	--gutter: 20px;
 	gap: 20px 0;
 }

 .about-grid {
 	gap: 20px 0;
 	border-bottom: 1px solid rgb(178 178 178 / 31%);
 	padding-bottom: 20px;
 	margin-bottom: 20px;
 }

 .item-about {}

 .item-about__img {
 	width: 64px;
 	height: 64px;
 }
 @keyframes zoomInImg{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.05);
	}
	100%{
		transform: scale(1);
	}
}
 .item-about__img img {
 	width: 100%;
 	object-fit: cover;
	animation: zoomInImg 1s ease infinite;
 }

 .item-about__ct {
 	width: calc(100% - 70px);
 	font-size: 16px;
 }

 .item-about__brief {
 	color: #b5b5b5;
 }

 .item-about__ttl {
 	font-size: 20px;
 	display: block;
 }

 .item-about__ttl:not(:last-child) {
 	margin-bottom: 5px;
 }

 .about-talk {
 	gap: 10px;
 }

 .about-talk__txt {
 	font-size: 18px;
 }

 .about-imgs {
 	position: relative;
 	z-index: 1;
 	padding-bottom: 20px;
 	padding-left: 156px;
 	height: 100%;
 }

 .about-imgs__child {}

 .about-imgs__child-txt {
 	position: absolute;
 	right: 100%;
 	top: 0;
 	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
 	font-size: 26px;
 	font-weight: 500;
 }

 .about-imgs__child:nth-child(1) {
 	height: 100%;
 }

 .about-imgs__child:nth-child(1) img {
 	height: 100%;
 	min-height: 300px;
 }

 .about-imgs__child:nth-child(2) {
 	width: 180px;
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	border-right: 10px solid var(--color-base);
 	border-top: 10px solid var(--color-base);
 }

 .wrapper_tabcontent .tabcontent {
 	padding-top: 20px;
 }

 .process-column {
 	display: grid;
 	grid-template-columns: repeat(4, 1fr);
 	gap: 20px;
 	counter-reset: number;
 }

 .process-column__item {}

 .process-column__wrap {
 	text-align: center;
 	color: inherit;
 }

 .process-column__wrap:hover .process-column__icon img {
 	transform: scale(1.1);
 }

 .process-column__wrap:hover .process-column__icon {
 	background: #f9bd12;
 }

 .process-column__wrap:hover .process-column__icon::before {
 	background: #f9bd12;
 	color: white;
 }

 .process-column__icon {
 	background: white;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	width: 110px;
 	height: 110px;
 	margin: 0 auto 10px;
 	border-radius: 50%;
 	position: relative;
 	transition: all .3s ease;
 }

 .process-column__icon::before {
 	counter-increment: number;
 	content: counter(number);
 	position: absolute;
 	right: -2px;
 	bottom: 7px;
 	width: 30px;
 	height: 30px;
 	line-height: 1;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	border-radius: 50%;
 	font-size: 18px;
 	color: #210303;
 	background: white;
 	border: 1px solid currentColor;
 }

 .process-column__icon img,
 .process-column__icon svg {
 	width: 45px;
 	transition: all .3s ease-in;
 }

 .gioithieu {
 	background: url(../images/bg-02.webp) no-repeat center/cover;
 	color: var(--bg-base);
 	padding: 30px 0;
 }

 .box-section-couterbox {}

 .box-section-couterbox:not(:last-child) {
 	margin-bottom: 20px;
 }

 .box-section-couterbox .header_form_home {
 	text-align: left;
 }

 .box-section-couterbox .header_form_home h2 {
 	color: currentColor;
 	padding: 0;
 }

 .box-section-couterbox .header_form_home h2::before {
 	left: 0;
 	background: currentColor;
 }

 .item-dots1 .process-column__icon::before {
 	display: none;
 }

 .box-contai-about-us {
 	background: #B3BDC718 url(../images/h2-bg04.png) no-repeat right/cover;
 	/* padding: 30px 0; */
 }

 @media (max-width: 1024px) {
 	.process-column {
 		grid-template-columns: repeat(3, 1fr);
 	}

 	.home-mv__ttl {
 		font-size: 30px;
 	}
	.wrapper_tabcontent .tabcontent{
		padding-top: 0;
	}
 }

 @media (max-width: 767px) {
 	.process-column {
 		grid-template-columns: repeat(2, 1fr);
 	}
 }
