.pbmit-slider-one {
	margin: 0 20px;
}

.video-container {
	position: relative;
	width: 100%;
	height: 70%;
	min-height: 500px;
	overflow: hidden;
}

.video-container video {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

@media(width>=992px) {
	.video-container {
		height: 90vh;
		border-radius: 20px;
	}
}

@media(width>=1400px) {
	.video-container {
		height: 80vh;
		margin-top: 11vh;
	}
}

@media(width<=1400px) {
	.video-container {
		height: 52vh;
		margin-top: 15vh;
	}
}

@media(width<=1200px) {
	.video-container {
		min-height: 400px;
	}

	.video-container iframe {
		top: 40%;
		min-height: 70vh;
	}
}

@media(width<=992px) {
	.video-container iframe {
		width: 100%;
		right: 0;
		top: 55%;
		min-height: auto;
	}


	.video-container {
		min-height: 460px;
		margin-top: 13vh;
	}
}

@media(width<=768px) {
	.video-container {
		min-height: 370px;
		margin-top: 105px;
		height:40vh;
	}
}

@media (width <=576px) {
	.video-container {
		min-height: 215px;
		height: 25vh;
	}

	.video-container iframe {
		top: 50%;
	}

	.youtube-wrapper {
		pointer-events: none;
		position: relative;
		top: 60px;
	}
}

@media(width<=400px) {
	.video-container {
		min-height: 200px;
	}
}
/* about */
.about-three-left-box .about-second-img .img-wrap:after {
	left: calc(100% - 20px);
}

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

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

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

.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>1200px) {
	.about-section-three{
		padding: 130px 0 150px 0;
	}
}

@media (1024px<width<=1200px) {
	.about-section-three{
		padding: 100px 0;
	}
}

@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-cn .about-three-left-box .about-second-img, .lang-tw .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;
    }
}

@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 (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<=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;
	}
	
	.about-three-left-box .about-second-img img {
		max-width: 180px;
	}

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

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

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

	.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: 60px;
    }

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

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

@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<=1024px) {
	.about-section-three {
        padding: 80px 0;
    }
}

@media (width<=991px) {
	.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-three-right-box .pbmit-heading-subheading .pbmit-heading-desc {
		font-size: 1rem;
	}

	.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) {
	.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-section-three {
		padding: 30px 0 50px 0;
	}
	
	.about-second-img {
		display: none;
	}

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

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

@media (width<=576px) {
	.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
		display: none;
	}

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

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

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

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

/* news */
.pbmit-blog-style-2 .pbmit-meta-line a,
.pbmit-blog-style-2 .pbmit-meta-line {
	font-size: 1.2rem;
}

.service-two-bg {
	padding: 130px 0 100px 0;
	position: relative;
	background-image: url(../../../img/shape/news-pattern.png);
	background-position: 100% -12%;
	background-repeat: no-repeat;
}

.pbmit-blog-style-2 .pbmit-meta-category-wrapper {
	display: block;
}

.pbmit-element-blog-style-2 .pbmit-blog-group-right .pbmit-meta-category a,
.pbmit-element-blog-style-2 .pbmit-blog-group-left .pbmit-meta-category a {
	padding: 5px 10px;
	border-radius: 30px;
	background-color: #dae5f1;
	transition: all 0.3s ease;
}

.pbmit-element-blog-style-2 .pbmit-blog-group-right .pbmit-meta-category a:hover,
.pbmit-element-blog-style-2 .pbmit-blog-group-left .pbmit-meta-category a:hover {
	background-color: var(--pbmit-global-color);
	color: white;
}

.lang-en .pbmit-element-blog-style-2 .pbmit-blog-group-right .pbmit-meta-category a,
.lang-vi .pbmit-element-blog-style-2 .pbmit-blog-group-left .pbmit-meta-category a {
	font-size: 0.85rem;
	margin-left: -12px;
}

.pbmit-content-wrapper {
	margin-top: 18px;
}

.pbmit-blog-style-2 .pbminfotech-box-content {
	padding: 30px 26px 25px;
}

.pbmit-blog-style-2 .pbmit-blog-btn {
	background-color: var(--pbmit-global-color);
}

.pbmit-blog-style-2 .pbmit-blog-btn:hover {
	transform: rotate(-90deg);
	background: var(--pbmit-global-secondary-color);
	color: white;
	box-shadow: 0 0 25px rgba(73, 122, 255, 0.4);
}

.demo-btn-1 {
	display: inline-block;
	padding: 15px 30px;
	text-decoration: none;
	border-radius: 50px;
	font-weight: bold;
	transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	margin: 10px;
}

.pbmit-blog-style-2:hover .pbmit-blog-btn {
	background: var(--pbmit-global-secondary-color);
	transform: rotate(-90deg);
	transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pbmit-blog-group-right .pbmit-blog-style-2 .pbmit-post-title a {
	height: 50px;
}

.pbmit-blog-group-left .pbmit-featured-img-wrapper {
	height: 654px;
}

.pbmit-blog-group-left .pbmit-featured-wrapper {
	height: 100%;
}

.pbmit-blog-group-left .pbmit-featured-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.pbmit-blog-style-2 .pbmit-post-title a {
	letter-spacing: 1px;
}

.pbmit-element-blog-style-2 .pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-meta-category-wrapper.category-wrapper {
	top: 30px;
	right: 0px;
	position: absolute;
	left: auto;
}

.pbmit-blog-style-2 .pbminfotech-box-content .pbmit-meta-line.date-wrapper .pbmit-meta-date {
	color: #fff;
}

.pbmit-blog-style-2 .category-wrapper .pbmit-meta-line {
	font-size: 1rem;
}


@media (width<=1200px) {
	.pbmit-blog-style-2 .pbmit-post-title {
		margin-bottom: 8px;
	}

	.pbmit-blog-style-2 .pbminfotech-box-desc {
		margin-bottom: 40px;
	}
}

@media (width<=991px) {
	.service-two-bg {
		background: none;
	}

	.service-two-bg{
		padding: 80px 0 60px 0;
	}
}

@media (width<=768px) {
	.pbmit-blog-group-left .pbmit-featured-img-wrapper {
		height: 400px;
	}

	.pbmit-blog-group-right .pbmit-blog-style-2 .pbmit-post-title a {
		height: auto;
	}

	.pbmit-blog-style-2 .pbminfotech-box-desc {
		margin-bottom: 25px;
	}

	.service-two-bg {
		padding: 70px 0;
	}
}

@media (width<=576px) {
	.pbmit-blog-group-left .pbmit-featured-img-wrapper {
		height: 300px;
	}

	.pbmit-element-blog-style-2 .pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-meta-category-wrapper {
		top: 15px;
		left: 15px;
	}

	.pbmit-blog-style-2 .pbmit-blog-btn {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}

	.pbmit-blog-style-2 .pbmit-meta-line {
		font-size: 1rem;
	}


	.pbmit-blog-style-2 .pbmit-meta-line.category-wrapper a {
		font-size: 0.95rem;
		margin-right: 0;
	}

	.pbmit-element-blog-style-2 .pbmit-blog-group-left .pbmit-blog-style-2 .pbmit-meta-category-wrapper.category-wrapper {
		top: 48px;
		left: 15px;
	}
}

/* news-end */
/* service */
.service-arrow .swiper-buttons {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}

.pbmit-service-icon img {
	width: 2em;
	height: 2em;
}

.pbmit-service-style-3 .pbminfotech-box-content {
	height: 150px;
}

.pbmit-service-style-3 .pbmit-service-description {
	margin: 30px 0 0 0;
}

.pbmit-bg-color-blackish .swiper-button-prev:hover, .pbmit-bg-color-blackish .swiper-button-next:hover {
	color: #fff;
	background-color: var(--pbmit-global-color);
	border-color: #fff;
}

.pbmit-bg-color-blackish .swiper-button-prev, .pbmit-bg-color-blackish .swiper-button-next {
	color: var(--pbmit-global-color);
	background-color: #fff;
	border-color: var(--pbmit-global-color);
}

@media (width<=1400px) {
	.pbmit-service-style-3 .pbmit-service-title {
		font-size: 1.3rem;
	}

	.pbmit-service-style-3 .pbminfotech-box-content-desc-wraper {
		padding: 30px 30px 20px;
	}

	.pbmit-service-style-3 .pbmit-service-title {
		font-size: 1.5rem;
		line-height: 30px;
	}

	.pbmit-service-style-3 .pbmit-service-description {
		margin: 10px 0 0 0;
	}

	.pbmit-service-style-3 .pbminfotech-box-content-desc-wraper {
		padding: 10px 30px 20px 30px;
	}

	.pbmit-service-style-3:hover .pbmit-service-image-wrapper img {
		height: 310px;
	}
}

@media (1200px <= width <=1260px){
	.lang-en .pbmit-element-blog-style-2 .pbmit-blog-group-right .pbmit-meta-category a,
	.lang-vi .pbmit-element-blog-style-2 .pbmit-blog-group-left .pbmit-meta-category a {
		font-size: 0.8rem;
		margin-left: -15px;
	}
}

@media (width<=767px) {
	.service-one-bg:before {
		background: none;
	}

	.service-one-bg .service-arrow {
		margin: 24px 0;
		text-align: center;
	}

	.pbmit-bg-color-blackish .swiper-button-prev, .pbmit-bg-color-blackish .swiper-button-next {
		color: #fff;
		background-color: #abcaff63;
		border-color: #fff;
		position: absolute;
		top: 58%;
		width: 45px;
		height: 45px;
		overflow: visible;
	}

	.swiper-button-prev.swiper-button-prev-service-1{
		left: 30px;
	}

	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 18px;
	}

	.swiper-button-next.swiper-button-next-service-1{
		right: 30px;
		margin-left: 0;
	}

	.pbmit-bg-color-blackish .swiper-button-prev:hover, .pbmit-bg-color-blackish .swiper-button-next:hover {
        color: #fff;
        background-color: var(--pbmit-global-color);
        border-color: #fff;
	}

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

	.pbmit-bg-color-blackish .swiper-button-prev::after,
	.pbmit-bg-color-blackish .swiper-button-next::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;
    }
}

@media (width<=576px) {
	.service-one-bg {
		padding: 60px 30px;
	}

	.pbmit-service-icon img {
		width: 1.5em;
		height: 1.5em;
	}

	.pbmit-heading-subheading .pbmit-title {
		font-size: 1.75rem;
	}

	.pbmit-bg-color-blackish .swiper-button-prev, .pbmit-bg-color-blackish .swiper-button-next{
		width: 40px;
		height: 40px;
	}

	.pbmit-bg-color-blackish .swiper-button-prev, .pbmit-bg-color-blackish .swiper-button-next {
		top: 60%;
	}

	.swiper-button-prev.swiper-button-prev-service-1{
		left: 12px;
	}

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

@media (width<=425px) {
	.pbmit-service-style-3 .pbmit-service-title {
		font-size: 1.2rem;
		line-height: 24px;
	}

	.service-one-bg {
		padding: 60px 20px;
	}

	.pbmit-service-style-3 .pbminfotech-box-content-desc-wraper {
		padding: 10px 10px 20px 10px;
	}

	.pbmit-service-style-3 .pbmit-service-description p {
		margin-bottom: 0;
	}

	.service-one-bg{
		margin: 0 10px;
	}
}

@media (width<=375px) {
	.pbmit-service-icon img {
		width: 1em;
		height: 1em;
	}

	.lang-en .pbmit-element-blog-style-2 .pbmit-blog-group-right .pbmit-meta-category a,
	.lang-vi .pbmit-element-blog-style-2 .pbmit-blog-group-left .pbmit-meta-category a {
		font-size: 0.75rem;
		margin-left: -15px;
	}
}

/* service-end */
.pbmit-service-style-3 .pbmit-service-image {
	border-radius: 30px;
	height: 270px;
	object-fit: cover;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
}

.pbmit-service-style-3 .pbmit-service-image img {
	position: absolute;
	left: 0;
	right: 0;
	height: 270px;
	bottom: 0;
	top: auto;
	object-fit: cover;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border-radius: 30px;
}

.pbmit-featured-img-wrapper {
	transition: opacity 0.1s ease;
}

.pbmit-service-hover-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	opacity: 0;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	transition: opacity 0.2s ease-in-out 0.1s;
}

.pbmit-service-style-3 .pbmit-featured-img-wrapper {
	-webkit-transition: all .3s ease-in-out;
}

.pbmit-service-image:hover .pbmit-featured-img-wrapper {
	opacity: 0.3;
	z-index: 0;
}

.pbmit-service-image:hover .pbmit-service-hover-content {
	z-index: 1;
	opacity: 1;
}

.pbmit-blog-button .pbmit-button-icon {
	position: relative;
	transition: padding-right 0.25s ease;
}

.pbmit-button-inner {
    color: #fff;
    transition: color 0.2s ease-in-out; 
}

.pbmit-blog-button {
    padding: 8px 16px;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.pbmit-blog-button:hover {
    background-color: #ffffff !important;
    opacity: 0.7;
}

.pbmit-blog-button:hover a,
.pbmit-blog-button:hover .pbmit-button-inner {
    color: var(--pbmit-global-color) !important;
}

.pbmit-element-blog-style-2 .pbmit-blog-group-left .pbmit-content-wrapper:after{
	left: auto;
	right: 0;
}

@media (width<=400px) {
	.about-section-three {
        padding: 20px 0 50px 0;
    }
}