.pbmit-heading-subheading .pbmit-subtitle {
	font-size: 1rem;
}

.about-three-right-box {
	height: 100%;
	padding: 0 0 0 60px;
	display: flex;
	flex-direction: column;
}

.about-three-left-box .about-second-img .img-wrap:after {
	left: calc(100% - 20px);
}

.pbmit-element-static-box-style-2 .pbmit-content-box {
	width: auto;
}

.pbmit-element-static-box-style-2 .pbmit-hover-inner {
	padding-left: 180px;
	padding-right: 140px;
}

.pbmit-element-static-box-style-2 .pbmit-title-wrapper {
	justify-content: start;
	margin-top: 24px;
	padding-bottom: 24px;
	padding-inline: 40px;
	border-color: var(--pbmit-global-color);
}

.pbmit-content-box {
	margin-left: 150px;
}

.decorated-text {
	display: flex;
	margin-left: 20px;
	gap: 8px;
}

.decorated-text p {
	display: block;
	margin-bottom: 0;
	width: 100%;
	align-items: start;
	justify-content: start;
}

.decoration-box {
	display: flex;
	margin-top: 35px;
	width: 100%;
}

.decoration-box .line {
	width: 100%;
	flex-grow: 1;
	min-width: 100px;
}

.pbmit-heading-subheading {
	flex-shrink: 0;
}

.dot {
	width: 20px;
	height: 20px;
}

.pbmit-content-box p {
	margin-bottom: 0;
	color: var(--pbmit-heading-color);
}

.pricing-section-two {
	padding: 0 0 120px 0;
	background-image: url(../../../img/shape/bg-pattern.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.pricing-section-two.no-background {
	padding: 60px 0 120px 0;
}

.about-info img {
	height: 100%;
}

.pricing-section-two.no-background {
	background: none;
}

.about-section-four .pbmit-heading-subheading .pbmit-title {
	display: block;
}

.pbmit-heading-subheading .pbmit-title {
	letter-spacing: 1px;
	max-width: 100%;
	word-break: break-word;
	white-space: normal;
}

.about-section-four .pbmit-heading-subheading {
	width: 30%;
}

.about-swiper .swiper-slide {
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.about-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	border: none;
	background-color: var(--pbmit-global-secondary-color);
	border: 1px solid white;
}

.swiper-button-next::before,
.swiper-button-prev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid rgba(48, 195, 187, 0.6);
	z-index: 0;
	opacity: 0;
	animation: rippleEffect 2s ease-out infinite;
	pointer-events: none;
}

.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
	width: 150%;
	height: 150%;
	opacity: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	position: relative;
	z-index: 1;
	font-size: 18px;
}

@keyframes rippleEffect {
	0% {
		transform: translate(-50%, -50%) scale(0.8);
		opacity: 0;
	}

	10% {
		opacity: 0.8;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}
}

.swiper-button-next {
	right: -24px;
}

.swiper-button-prev {
	left: -24px;
}

.swiper-button-prev:after {
	content: \f060;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #fff;
	font-size: 1.1rem;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 15px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	border: 1px solid var(--pbmit-global-secondary-color);
	background-color: #fff;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
	color: var(--pbmit-global-secondary-color);
}

.swiper-pagination-bullet {
	background-color: var(--pbmit-global-secondary-color);
}

.tank {
	position: absolute;
	bottom: -20px;
	left: -10px;
	width: 250px;
	height: auto;
}

.decoration-box {
	overflow: hidden;
	position: relative;
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 2s 0.5s, transform 2s 0.5s;
}

.line {
	opacity: 0;
	transform: translateX(-100%);
	transition: opacity 2s, transform 2s;
}

.aos-animate .line {
	opacity: 1;
	transform: translateX(0);
}

.aos-animate .decorated-text {
	opacity: 1;
	transform: translateX(0);
}

.pbminfotech-ele-ptable-style-2 .pbmit-btn:hover {
	background-color: var(--pbmit-global-secondary-color);
}

.pbminfotech-ele-ptable-style-2 .pbmit-btn:hover .pbmit-button-text:before {
	transform: rotate(-90deg);
	color: var(--pbmit-global-secondary-color);
}

@media (width<=1200px) {
	.pbmit-element-static-box-style-2 .pbmit-hover-inner {
		padding-right: 0;
	}

	.about-three-left-box .about-second-img .img-wrap:before {
		bottom: 0;
	}

	.about-three-left-box .about-second-img {
		right: 0;
	}

	.about-three-left-box .about-second-img img {
		max-width: 180px;
	}

	.about-three-right-box {
		margin-top: 0;
	}

	.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
		font-size: 1rem;
	}

	.pbmit-heading-subheading .pbmit-heading-desc {
		margin-top: 16px;
		margin-bottom: 8px;
		font-size: 0.9rem;
	}

	.tank {
		width: 200px;
	}

	.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
		padding: 20px 25px;
	}

	.about-three-left-box .fid-style-box {
		top: 80px;
	}

	.about-three-right-box {
		margin-bottom: 40px;
	}

	.about-three-left-box {
		padding: 0;
	}

	.about-section-three {
		padding: 80px 0;
	}
}

@media (width > 1024px) {
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-cols {
		margin-top: 30px;
		width: 72%;
	}

	.pbminfotech-ele-ptable-style-2 .pbmit-heading-subheading {
		width: 28%;
	}
}

@media (width <=1024px) {
	.tank {
		display: none;
	}

	.about-section-five .pbmit-heading-subheading {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 24px;
	}

	.pbmit-ptable-cols {
		padding: 0 30px;
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next {
		right: 0;
	}
}

@media (width<=991px) {

	.pbminfotech-ele-ptable-style-2 .pbmit-heading-subheading,
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-cols {
		width: auto;
	}

	.pbmit-element-static-box-style-2 .pbmit-hover-inner {
		padding: 0 50px;
	}

	.pricing-section-two {
		background-image: none;
	}

	.decorated-text p {
		font-size: 0.7rem;
	}

	.pbmit-element-static-box-style-2 .pbmit-title-wrapper {
		width: 100%;
	}

	.pbmit-element-static-box-style-2 .pbmit-static-box-number .pbmit-box-number {
		font-size: 1.85rem;
	}

	.pbmit-heading-subheading .pbmit-heading-desc {
		font-size: 1rem;
	}

	.about-three-left-box .about-first-img img {
		max-width: 550px;
		height: auto;
	}

	.about-first-img {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 48px;
	}

	.about-section-four .pbmit-heading-subheading {
		margin-bottom: 0;
	}

	.about-three-left-box .fid-style-box {
		left: 10%;
	}

	.about-three-left-box .about-second-img .img-wrap:after {
		left: calc(100% - 45px);
	}

	.about-first-img {
		align-items: normal;
	}

	.about-three-left-box .about-first-img img {
		max-width: none;
	}

	.about-three-right-box {
		margin-bottom: 0;
	}

	.about-three-left-box .about-second-img {
		display: none;
	}
}

@media (width<=767px) {
	.decorated-text {
		display: none;
	}

	.pbmit-content-box {
		margin-left: 80px;
	}

	.about-section-four .pbmit-heading-subheading {
		width: auto;
	}

	.decoration-box {
		display: none;
	}

	.pbmit-element-static-box-style-2 .pbmit-hover-inner {
		padding: 0 20px;
	}

	.about-section-five .pbmit-btn {
		padding: 14px 60px 14px 30px;
	}

	.about-section-five .pbmit-btn .pbmit-button-text:before {
		top: 6px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.about-three-left-box .fid-style-box {
		left: 0;
	}

	.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
		padding: 20px 25px;
	}

	.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
		font-size: 2.5rem;
		line-height: normal;
	}

	.about-second-img {
		display: none;
	}
}

@media (width<=650px) {
	.about-three-left-box .fid-style-box {
		left: -2%;
	}
}

@media (width<=576px) {
	.pbmit-content-box {
		margin-left: 20px;
	}

	.pbmit-content-box p {
		font-size: 0.8rem;
	}

	.pbmit-element-static-box-style-2 .pbmit-title-wrapper {
		padding-inline: 0;
	}

	.about-section-five .pbmit-btn {
		padding: 10px 45px 10px 20px;
	}

	.pbmit-button-text {
		font-size: 0.85rem;
	}

	.about-section-five .pbmit-btn .pbmit-button-text:before {
		top: 7px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.about-section-five .pbmit-heading-subheading {
		flex-direction: column;
	}

	.facility-title {
		display: flex;
		flex-direction: column;
	}

	.pbmit-subtitle {
		text-align: center;
	}

	.pbmit-heading-subheading {
		margin-bottom: 24px;
	}

	.about-section-five .pbmit-heading-subheading .pbmit-title {
		margin-bottom: 16px;
	}

	.about-three-left-box .fid-style-box {
		top: 80px;
	}

	.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
		display: none;
	}
}

@media (width<=375px) {
	.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
		font-size: 2rem;
	}

	.pbminfotech-ele-fid-style-4 .pbmit-fid span {
		margin-left: -4px;
	}

	.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
		font-size: 0.85rem;
	}
}

.choose-item {
	display: flex;
	align-items: center;
}

.choose-item .box-icon {
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	flex-shrink: 0;
}

.box-icon img {
	width: 50px;
	height: 50px;
}

.box-icon {
	margin-right: 30px;
}

p.box-text {
	margin-bottom: 0;
	font-size: 0.9rem;
	line-height: normal;
	margin-top: 8px;
}

.about-three-left-box {
	padding: 0 20px 0px 0px;
	display: flex;
	align-items: center;
}

.about-three-left-box .about-second-img img {
	width: 200px;
}

.about-three-left-box .about-second-img {
	right: 0;
	bottom: 39px;
}

.about-three-left-box .about-second-img .img-wrap:before {
	bottom: 0px;
}

.about-three-left-box .about-second-img .img-wrap:after {
	left: calc(100% - 40px);
}

.lang-cn .about-three-left-box .about-second-img,
.lang-tw .about-three-left-box .about-second-img {
	bottom: 9px;
}

.lang-cn .about-three-left-box .about-second-img .img-wrap:before,
.lang-tw .about-three-left-box .about-second-img .img-wrap:before {
	bottom: 5px;
}

.lang-vi .about-three-left-box .about-second-img {
	bottom: 24px;
}

.pbmit-heading-subheading {
	margin-bottom: 30px;
}

.container-2 {
	max-width: 1800px;
	margin: auto;
}

.media-body span {
	font-size: 2.25rem;
	color: var(--pbmit-global-secondary-color);
	font-weight: 600;
	line-height: normal;
}

.media-body span.box-title {
	font-size: 1.5rem;
	margin: 0;
	line-height: normal;
	color: var(--pbmit-heading-color);
}

.box-title {
	font-size: 1.5rem;
	line-height: normal;
}

.about-item {
	display: flex;
	align-items: center;
}

@media (width<=1775px) {
	.lang-vi .about-three-left-box .about-second-img {
		bottom: 28px;
	}

	.lang-cn .about-three-left-box .about-second-img, .lang-tw .about-three-left-box .about-second-img {
		bottom: 13px;
	}
}

@media (width<=1760px) {
	.about-three-left-box .about-second-img {
		bottom: 44px;
	}
}

@media (width<=1720px) {
	.about-three-left-box .about-second-img {
		bottom: 51px;
	}

	.lang-tw .about-three-left-box .about-second-img,.lang-cn .about-three-left-box .about-second-img {
		bottom: 22px;
	}

	.lang-vi .about-three-left-box .about-second-img {
		bottom: 36px;
	}
}

@media (width<=1695px) {
	.about-three-left-box .about-second-img {
		bottom: 65px;
	}
}

@media (width<=1659px) {
	.about-three-left-box .about-second-img {
		bottom: 78px;
	}

	.lang-vi .about-three-left-box .about-second-img {
		bottom: 45px;
	}
}

@media (width<=1655px) {
	.lang-cn .about-three-left-box .about-second-img, .lang-tw .about-three-left-box .about-second-img {
		bottom: 24px;
	}
}

@media (width<=1633px) {
	.lang-cn .about-three-left-box .about-second-img, .lang-tw .about-three-left-box .about-second-img {
		bottom: 32px;
	}
}

@media (width<=1624px) {
	.about-three-left-box .about-second-img {
		bottom: 117px;
	}
}

@media (width<=1617px) {
	.about-three-left-box .about-second-img .img-wrap:before {
		bottom: 38px;
	}

	.lang-en .about-three-left-box .about-second-img .img-wrap:before {
		bottom: 0px;
	}

	.pricing-section-two {
		background-position: -100px center;
	}

	.lang-vi .about-three-left-box .about-second-img .img-wrap:before {
		bottom: 8px;
	}
}

@media (width<=1614px) {
	.lang-vi .about-three-left-box .about-second-img {
		bottom: 52px;
	}
}

@media (width<=1597px) {
	.lang-cn .about-three-left-box .about-second-img, .lang-tw .about-three-left-box .about-second-img {
		bottom: 38px;
	}
}

@media (width<=1576px) {
	.lang-vi .about-three-left-box .about-second-img {
		bottom: 59px;
	}

	.about-three-left-box .about-second-img {
		bottom: 123px;
	}
}

@media (width<=1558px) {
	.about-three-left-box .about-second-img .img-wrap:before {
		bottom: 46px;
	}

	.lang-tw .about-three-left-box .about-second-img {
		bottom: 45px;
	}

	.lang-cn .about-three-left-box .about-second-img{
		bottom: 46px;
	}
}

@media (width<=1553px) {
	.lang-vi .about-three-left-box .about-second-img {
		bottom: 80px;
	}
}

@media (width<=1517px) {
	.lang-tw .about-three-left-box .about-second-img {
		bottom: 85px;
	}

	.lang-cn .about-three-left-box .about-second-img{
		bottom: 54px;
	}

	.about-three-left-box .about-second-img {
		bottom: 133px;
	}
}

@media (width<=1508px) {
	.about-three-left-box .about-second-img .img-wrap:before {
		bottom: 55px;
	}
}

@media (width<=1503px) {
	.lang-vi .about-three-left-box .about-second-img {
		bottom: 85px;
	}
}

@media (width<=1491px) {
	.lang-cn .about-three-left-box .about-second-img{
		bottom: 88px;
	}
}

@media (width<=1483px) {
	.lang-vi .about-three-left-box .about-second-img {
		bottom: 101px;
	}
}

@media (width<=1476px) {
	.lang-cn .about-three-left-box .about-second-img {
		bottom: 91px;
	}

	.about-three-left-box .about-second-img {
		bottom: 140px;
	}
}

@media (width<=1455px) {
	.about-three-left-box .about-second-img {
		bottom: 153px;
	}

	.lang-cn .about-three-left-box .about-second-img, .lang-tw .about-three-left-box .about-second-img{
		bottom: 93px;
	}
}

@media (width<=1440px) {
	.about-three-left-box .about-second-img img {
		width: 150px;
	}

	.about-three-left-box .about-second-img .img-wrap:before {
		bottom: 16px;
	}

	.lang-cn .about-three-left-box .about-second-img, .lang-tw .about-three-left-box .about-second-img {
		bottom: 89px;
	}

	.about-three-left-box .about-second-img{
		bottom: 120px;
	}

	.lang-vi .about-three-left-box .about-second-img {
		bottom: 63px;
	}
}

@media (width<=1427px) {
	.lang-vi .about-three-left-box .about-second-img {
		bottom: 98px;
	}
}

@media (width<=1415px) {
	.lang-vi .about-three-left-box .about-second-img {
		bottom: 111px;
	}
}

@media (width<=1400px) {
	.about-three-left-box .about-second-img{
		bottom: 127px;
	}
}

@media (width<=1387px) {
	.about-three-left-box .about-second-img{
		bottom: 140px;
	}
}

@media (width<=1380px) {
	.about-three-left-box .about-second-img .img-wrap:before {
		bottom: 5px;
	}

	.lang-cn .about-three-left-box .about-second-img, .lang-tw .about-three-left-box .about-second-img {
		bottom: 97px;
	}

	.lang-vi .about-three-left-box .about-second-img {
		bottom: 115px;
	}
}

@media (width<=1361px) {
	.about-three-left-box .about-second-img .img-wrap:before {
		bottom: 18px;
	}

	.lang-cn .about-three-left-box .about-second-img, .lang-tw .about-three-left-box .about-second-img {
		bottom: 102px;
	}

	.lang-tw .about-three-left-box .about-second-img .img-wrap:before {
		bottom: 5px;
	}

	.lang-vi .about-three-left-box .about-second-img {
		bottom: 123px;
	}

	.about-three-left-box .about-second-img{
		bottom: 146px;
	}
}

@media (width<=1356px) {
	.lang-cn .about-three-left-box .about-second-img {
		bottom: 104px;
	}
}

@media (width<=1338px) {
	.lang-vi .about-three-left-box .about-second-img {
		bottom: 141px;
	}
}

@media (width<=1319px) {
	.about-three-left-box .about-second-img .img-wrap:before {
		bottom: 33px;
	}

	.lang-tw .about-three-left-box .about-second-img .img-wrap:before {
		bottom: 12px;
	}

	.about-three-left-box .about-second-img{
		bottom: 152px;
	}
}

@media (width<=1300px) {
	.lang-cn .about-three-left-box .about-second-img {
		bottom: 113px;
	}

	.lang-vi .about-three-left-box .about-second-img {
		bottom: 148px;
	}
}

@media (width<=1267px) {
	.about-three-left-box .about-second-img .img-wrap:before {
		bottom: 42px;
	}

	.lang-tw .about-three-left-box .about-second-img {
		bottom: 111px;
	}

	.lang-cn .about-three-left-box .about-second-img {
		bottom: 117px;
	}

	.about-three-left-box .about-second-img{
		bottom: 161px;
	}
}

@media (width<=1240px) {
	.about-three-left-box .about-second-img .img-wrap:before {
		bottom: 35px;
	}

	.lang-vi .about-three-left-box .about-second-img {
		bottom: 157px;
	}
}

@media (width<=1220px) {
	.lang-tw .about-three-left-box .about-second-img {
		bottom: 119px;
	}

	.lang-cn .about-three-left-box .about-second-img {
		bottom: 125px;
	}

	.lang-vi .about-three-left-box .about-second-img {
		bottom: 159px;
	}

	.about-three-left-box .about-second-img {
		bottom: 168px;
	}
}

@media (width<=1206px) {
	.lang-cn .about-three-left-box .about-second-img .img-wrap:before{
		bottom: 23px;
	}

	.lang-tw .about-three-left-box .about-second-img .img-wrap:before {
		bottom: 12px;
	}

	.lang-cn .about-three-left-box .about-second-img {
		bottom: 109px;
	}
}

@media (width<=1204px) {
	.lang-cn .about-three-left-box .about-second-img {
		bottom: 120px;
	}
}

@media (width<=1203px) {
	.lang-tw .about-three-left-box .about-second-img {
		bottom: 132px;
	}
}

@media (width<=1200px) {
	.lang-cn .about-three-left-box .about-second-img{
		bottom: 108px;
	}

	.lang-tw .about-three-left-box .about-second-img{
		bottom: 120px;
	}
}

@media (1200px<=width<=1440px) {
	.box-icon {
		margin-right: 10px;
	}

	.media-body span {
		font-size: 2rem;
	}

	.media-body span.box-title,
	.box-title {
		font-size: 1.25rem;
	}

	.box-icon img {
		width: 40px;
		height: 40px;
	}
}

@media (1024px <=width <=1200px) {
	.pbmit-heading-subheading .pbmit-title {
		font-size: 3rem;
		line-height: normal;
	}
}

@media (width<=1200px) {
	.about-three-right-box {
		padding: 0;
	}

	.about-three-left-box {
		padding: 0 20px;
	}

	.pricing-section-two {
		background-position: -130px center;
	}

	.pricing-section-two {
		padding: 0 0 80px 0;
	}

	.pricing-section-two.no-background {
		padding: 60px 0 80px 0;
	}

	.lang-vi .about-three-left-box .about-second-img {
		bottom: 155px;
	}
}

@media (width<=1199px) {
	.about-three-left-box {
		display: block;
	}

	.about-three-left-box .about-second-img,
	.lang-cn .about-three-left-box .about-second-img,
	.lang-tw .about-three-left-box .about-second-img,
	.lang-vi .about-three-left-box .about-second-img {
		bottom: 0;
	}

	.about-three-left-box .about-second-img .img-wrap:before,
	.lang-cn .about-three-left-box .about-second-img .img-wrap:before,
	.lang-tw .about-three-left-box .about-second-img .img-wrap:before,
	.lang-vi .about-three-left-box .about-second-img .img-wrap:before {
		bottom: 0;
	}
}

@media (width<=767px) {
	.box-icon {
		margin-right: 8px;
	}

	.media-body span {
		font-size: 1.75rem;
	}

	.media-body span.box-title,
	.box-title {
		font-size: 1rem;
	}

	.box-icon img {
		width: 40px;
		height: 40px;
	}

	p.box-text {
		font-size: 0.85rem;
	}

	.about-three-left-box {
		padding: 0;
	}

	.pricing-section-two {
		padding: 0 0 30px 0;
	}
}

@media (width<=576px) {
	.about-three-right-box .row {
		padding: 0 20px;
	}
}

@media (width<=425px) {
	.about-three-right-box .row {
		padding: 0;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 1rem;
	}

	.swiper-button-next {
		right: 10px;
	}

	.swiper-button-prev {
		left: 10px;
	}
}