@charset "utf-8";

@font-face {
	font-family: 'Barlow';
	src: url('../fonts/Barlow-SemiBold.eot');
	src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
		url('../fonts/Barlow-SemiBold.woff') format('woff'),
		url('../fonts/Barlow-SemiBold.ttf') format('truetype'),
		url('../fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Barlow';
	src: url('../fonts/Barlow-Bold.eot');
	src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Barlow-Bold.woff2') format('woff2'),
		url('../fonts/Barlow-Bold.woff') format('woff'),
		url('../fonts/Barlow-Bold.ttf') format('truetype'),
		url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Barlow';
	src: url('../fonts/Barlow-Regular.eot');
	src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Barlow-Regular.woff2') format('woff2'),
		url('../fonts/Barlow-Regular.woff') format('woff'),
		url('../fonts/Barlow-Regular.ttf') format('truetype'),
		url('../fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Barlow', helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

a {
	text-decoration: none;
	color: #252525;
}

a:hover,
a:focus {
	text-decoration: none !important;
	color: #222;
}

a,
input,
button {
	outline: none !important;
}

ul {
	list-style-type: none;
}

.container-box {
	max-width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}

@media (min-width:768px) {
	.container-box {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width:1400px) {
	.container-box {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width:1600px) {
	.container-box {
		padding-left: 120px;
		padding-right: 120px;
	}
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 1px #ddd;
	z-index: 9;
}

.header {
	background-color: #fff;
}

.header-top {
	background-color: #3e46ae;
}

.share a {
	display: block;
	margin: 0 25px 0 0;
}

.share .fa,
.list-con .fa {
	color: #3e46ae;
	font-size: 18px;
}

.share .fa {
	color: #000;
}

.list-con {
	color: #444;
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: center;
}

.list-con::after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background-color: #fff;
	margin: 0 15px;
}

.list-con:last-child::after {
	display: none;
}

@media (min-width:992px) {

	.share .fa,
	.list-con .fa {
		color: #fff;
	}

	.list-con {
		color: #fff;
	}
}

.btn-primary {
	/* background-color: #3e46ae !important; */
	border: none !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	/* background-color: rgba(0, 0, 0, 0) !important; */
	box-shadow: none !important;
	border-color: rgb(0, 0, 0, 0) !important;
}

.logo {
	position: relative;
	display: flex;
	justify-content: center;
}

.logo img {
	width: auto;
	height: 37px;
}

@media (min-width:992px) {
	.logo img {
		height: 32px;
	}
}

@media (min-width:1400px) {
	.logo img {
		height: 49px;
	}
}

.item-right {
	display: flex;
	align-items: center;
	padding-bottom: 0;
}

.language-box {
	display: none;
}

.language-mobile {
	display: block;
}

@media (min-width:375px) {
	.language-box {
		display: block;
	}

	.language-mobile {
		display: none;
	}
}

.language .fa {
	color: #3e46ae;
}

.language a {
	font-size: 16px;
	color: #444;
}

.language a.active {
	color: #3e46ae;
}

.menu {
	display: none;
}

.mobile-menu {
	display: block;
}

@media (min-width:992px) {
	.mobile-menu {
		display: none;
	}

	.menu {
		display: block;
	}
}

.menu .nav-item {
	margin: 0;
}

@media (min-width:992px) {
	.menu .nav-item {
		margin: 0 10px;
	}
}

@media (min-width:1200px) {
	.menu .nav-item {
		margin: 0 10px;
	}
}

@media (min-width:1440px) {
	.menu .nav-item {
		margin: 0 20px;
	}
}

.navbar-nav .nav-item {
	display: flex;
	flex-direction: column;
}

@media (min-width:992px) {
	.navbar-nav .nav-item {
		flex-direction: row;
		align-items: center;
	}
}

.navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 5px 0;
}

@media (min-width:992px) {
	.navbar-nav .nav-link {
		padding: 0 !important;
		font-size: 16px;
	}
}

@media (min-width:1200px) {
	.navbar-nav .nav-link {
		font-size: 18px;
	}
}

.navbar-nav .nav-link::after {
	content: '';
	display: none;
	background: url(../images/icon1.png) no-repeat center;
	width: 17px;
	height: 24px;
	opacity: 0;
	transition: all .6s;
}

@media (min-width:992px) {
	.navbar-nav .nav-link::after {
		display: block;
	}
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #3e46ae !important;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
	opacity: 1;
}

.navbar-brand {
	margin: 0px 40px 10px 40px;
	display: flex;
	justify-content: center;
}

.navbar-brand img {
	width: auto;
}

.offcanvas-header {
	justify-content: flex-end;
}

.menubar {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0px;
	border-radius: 0;
}

@media (min-width:768px) {
	.menubar {
		margin-left: 10px;
	}
}

.menubar .fa {
	color: #000 !important;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
	color: #fff;
	background-color: rgb(0, 0, 0, 0);
	border-color: #fff;
	box-shadow: 0 0 0 0 rgb(130 138 145 / 0%);
}

.mobile-navbar .nav-item .nav-link.active {
	color: #000;
}

@media (min-width:992px) {
	.mobile-navbar .nav-item .nav-link.active {
		color: #333;
	}
}

.sign-btn-1 {
	color: #000;
	display: flex;
	align-items: center;
}

.share-icon-1 .bi {
	color: #000 !important;
}

.mobile-user {
	display: block !important;
}

.link-box3 {
	display: none !important;
}

@media (min-width:425px) {
	.link-box3 {
		display: block !important;
	}
}

@media (min-width:768px) {
	.mobile-user {
		display: none !important;
	}
}

.mobile-lang {
	display: block;
}

@media (min-width:425px) {
	.mobile-lang {
		display: none;
	}
}

.mobile-lang a {
	font-size: 21px;
	color: #000;
	display: flex;
	align-items: center;
}

.mobile-lang a::after {
	content: '/';
	color: #666;
	font-size: 14px;
	margin: 0 15px;
}

.mobile-lang a:last-child::after {
	display: none;
}

.sign-btn-1:hover {
	color: #000;
}

.mobile-lang a:hover,
.mobile-lang a.active {
	color: #333;
}

.navbar-toggler:focus {
	box-shadow: none;
}

/* ////////////// */
.index-swiper {
	height: 50vh;
}

@media (min-width:768px) {
	.index-swiper {
		height: 100%;
	}
}

.swiper-img {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.swiper-img img {
	background-size: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.swiper-text {
	position: absolute;
}

.swiper-text-box {
	max-width: 70%;
	width: max-content;
	padding: 10px;
	background-color: rgba(0, 0, 0, .2);
}

@media (min-width:992px) {
	.swiper-text-box {
		max-width: 55%;
	}
}

.swiper-text-box p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 3px 2px rgba(0, 0, 0, .5);
}

@media (min-width:768px) {
	.swiper-text-box p {
		font-size: 26px;
	}
}

@media (min-width:992px) {
	.swiper-text-box p {
		font-size: 30px;
	}

	.swiper-text-box {
		padding: 20px;
	}
}

@media (min-width:1200px) {
	.swiper-text-box p {
		font-size: 36px;
	}
}

.index-next,
.index-prev {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	transition: all .4s;
}

@media (min-width:992px) {

	.index-next,
	.index-prev {
		width: 50px;
		height: 50px;
	}
}

.index-next::after,
.index-prev::after {
	color: #fff;
	font-size: 20px;
}

.index-next:hover,
.index-prev:hover {
	background-color: #3e46ae;
}

.about-img {
	position: relative;
	height: 300px;
}

@media (min-width:992px) {
	.about-img {
		height: 100%;
	}
}

.about-img::before {
	content: '';
	width: 180px;
	height: 180px;
	display: block;
	background-color: #daddfc;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: -10px;
	margin-bottom: -10px;
	z-index: -1;
}

.about-img img {
	height: 100%;
	background-size: cover;
	object-fit: cover;
}

.title-style h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
}

@media (min-width:992px) {
	.title-style h3 {
		font-size: 38px;
	}
}

@media (min-width:1200px) {
	.title-style h3 {
		font-size: 48px;
	}
}

.title-style span {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #ed1b23;
}

.title-style p,
.text-style p {
	font-size: 18px;
	color: #444;
	line-height: 30px;
}

.btn-con {
	background-color: rgba(62, 70, 174, 1) !important;
	border-radius: 0;
	font-size: 18px;
	padding: 12px 30px;
	color: #fff !important;
}

.btn-con:hover {
	background-color: #ed1b23 !important;
}

.plate {
	overflow: hidden;
}

@media (min-width:992px) {
	.plate-box {
		padding-top: 96px !important;
		padding-bottom: 96px !important;
	}
}

.plate-service {
	background-image: url(../images/servic-bj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.swiper-service {
	position: relative;
	overflow: hidden;
}

.swiper-service .swiper-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.swiper-service .swiper-slide {
	height: calc((100% - 24px) / 2);
	margin-top: 24px;
	margin-right: 24px;
}

.swiper-service2 {
	height: 650px;
}

.swiper-service2 .swiper-wrapper {
	flex-direction: row;
	flex-wrap: nowrap;
}

.swiper-service2 .swiper-slide {
	height: 650px;
	width: 100%;
	margin-top: 0 !important;
	margin-right: 0 !important;
}

.list-item {
	background-color: #fff;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.item-left {
	width: 100%;
	height: 100%;
	position: relative;
}

.item-right {
	position: absolute;
	bottom: 0;
	padding: 10px 20px 30px 20px;
	background-color: rgba(255, 255, 255, .6);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

@media (min-width:992px) {
	.item-left {
		width: 30%;
	}

	.item-right {
		background-color: rgba(255, 255, 255, 1);
		position: relative;
		width: 70%;
		padding: 40px 20px 52px 0;
	}
}

.btn-more {
	padding: 0;
	font-size: 15px;
	color: #999;
	font-weight: 600;
}

@media (min-width:992px) {
	.btn-more {
		font-size: 17px;
	}
}

.hover {
	display: none;
	width: 100%;
	height: 300px;
}

.hover img {
	width: 100%;
	height: 100%;
	background-size: 100%;
	object-fit: cover;
}

.item-con h3 {
	color: #000;
	font-size: 19px;
	font-weight: 600;
}

.item-con p {
	color: #555;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media (min-width:992px) {
	.item-con h3 {
		font-size: 20px;
	}

	.item-con p {
		-webkit-line-clamp: 4;
	}
}

@media (min-width:1200px) {
	.item-con h3 {
		font-size: 22px;
	}
}

@media (min-width:1400px) {
	.item-con h3 {
		font-size: 24px;
	}

	.item-con p {
		font-size: 18px;
	}
}

.list-item:hover .item-left {
	width: 100%;
}

.list-item:hover .item-right {
	width: 100%;
	padding: 20px;
}

@media (min-width:992px) {
	.list-item:hover .item-left {
		width: 50%;
	}

	.list-item:hover .item-right {
		width: 50%;
		padding: 20px;
	}
}

.list-item:hover .item-left .initial {
	display: none !important;
}

.list-item:hover .item-left .hover {
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-item:hover .item-con h3,
.list-item:hover .btn-more {
	color: #3e46ae;
}

.swiper-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media (min-width:992px) {
	.swiper-box {
		flex-wrap: nowrap;
	}
}

.right-bottom {
	position: relative;
	width: 100%;
	margin-top: 0px;
}

@media (min-width:768px) {
	.right-bottom {
		margin-top: 24px;
	}
}

@media (min-width:992px) {
	.right-bottom {
		position: absolute;
		top: 36%;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		margin-top: 0;
	}
}

.service-pag {
	position: initial;
}

.service-pag .swiper-pagination-bullet {
	width: 40px;
	height: 26px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	opacity: 1 !important;
}

@media (min-width:992px) {
	.service-pag .swiper-pagination-bullet {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 24px;
		height: 40px;
		writing-mode: vertical-lr;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}

.service-pag .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
	color: #3e46ae;
}

.plate-qm {
	background-image: url(../images/qm-bj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.text-style p {
	max-width: 100%;
}

@media (min-width:992px) {
	.text-style p {
		max-width: 70%;
	}
}

.footer {
	background-color: #3e46ae;
	color: #fff !important;
}

.footer-nav {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer-nav a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-right: 30px;
}

@media (min-width:992px) {
	.footer-nav a {
		font-size: 18px;
	}
}

.footer-text {
	font-size: 16px;
}

.share-icon {
	margin: 0 10px;
}

.share-icon .fa {
	color: #fff;
	font-size: 18px;
}

/* back top */
#back-to-top {
	position: fixed;
	bottom: 8%;
	right: 2%;
	z-index: 999;
	opacity: 0;
}

#back-to-top.show {
	opacity: 1;
}

.back-to-top {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ed1b23;
	width: 36px;
	height: 36px;
	border-radius: 5px;
}

@media (min-width:992px) {
	.back-to-top {
		width: 46px;
		height: 46px;
	}
}

.back-to-top .fa {
	color: #fff;
}

.delighter .li {
	opacity: 0;
	transform: translatey(15%);
	transition: all .7s ease-out;
}

.delighter.started .li {
	opacity: 1;
	transform: none;
}

.delighter.started .li:nth-child(1) {
	transition: all .7s ease-out .1s;
}

.delighter.started .li:nth-child(2) {
	transition: all .7s ease-out .3s;
}

.delighter.started .li:nth-child(3) {
	transition: all .7s ease-out .5s;
}

.delighter.started .li:nth-child(4) {
	transition: all .7s ease-out .7s;
}

.delighter.started .li:nth-child(5) {
	transition: all .7s ease-out .9s;
}

.delighter.started .li:nth-child(6) {
	transition: all .7s ease-out 1.1s;
}

/* index end */

.inner-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	padding: 30px 0 0;
}

.about {
	background-image: url(../images/about-banner.png);
}

.title-h {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin: 0;
	padding: 100px 0 80px;
}

@media (min-width:992px) {
	.title-h{
		font-size: 48px;
	}
}

.breadcrumb-box {
	position: absolute;
	bottom: -30px;
	z-index: 1;
	display: flex;
	justify-content: center;
	width: 100%;
}

.breadcrumb {
	padding: 20px 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

@media (min-width:768px) {
	.breadcrumb {
		padding: 20px 100px;
	}
}

.item-be::before {
	display: none;
}

.breadcrumb-item {
	font-weight: 600 !important;
	font-size: 18px;
}

.contactt {
	background-image: url(../images/contact-banner.png);
}

.box1 span {
	display: block;
}

.box1 span:first-child {
	width: 50px !important;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box1 i {
	position: relative;
	font-style: normal;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}

.box1 i::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 3px;
	background-color: #3e46ae;
}

.box2 p,
.box2 a {
	font-size: 18px;
	color: #444;
	line-height: 30px;
}

.box2 a {
	font-weight: 600;
}

.box2 i {
	font-style: normal;
	display: inline-block;
	width: 160px;
}

.box2 a:hover{
	color: #3e46ae;
}

.map-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map-box iframe {
	width: 100%;
}

.eform-bj {
	background-image: url(../images/efrom.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.title-style h4 {
	font-size: 36px;
	font-weight: bold;
}

.efbe {
	width: 120px !important;
	background-color: #3e46ae !important;
}

.form-control {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: rgb(0, 0, 0, 0);
	padding: 10px;
}

.submit {
	border: none;
	background-color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 8px 20px;
	transition: all .5s;
}

@media (min-width:992px) {
	.submit {
		font-size: 24px;
		padding: 10px 30px;
	}
}

.submit:hover {
	background-color: #3e46ae;
}

.clients {
	background-image: url(../images/Clients-banner.png);
}

.text-style1 p {
	max-width: 100% !important;
}

.texst {
	font-size: 20px;
	font-weight: 600;
}

.item-li {
	height: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	color: #666;
}

.item-li i {
	margin-right: 10px;
}

.qm {
	background-image: url(../images/qm-banner.png);
}

.service{
	background-image: url(../images/services-banner.png);
}

.li-item{
	border: 1px solid #ccc;
	transition: all .5s;
}

.li-item i{
	width: 80%;
	font-style: normal;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.li-item span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	margin-right: 10px;
	transition: all .5s;
}

.li-item span img{
	width: auto;
	height: 40px;
}

.li-item.active,
.li-item:hover{
	border-color: #3e46ae;
	background-color: #3e46ae;
}

.li-item.active span,
.li-item:hover span{
	background-color: #fff;
}

.li-item.active i,
.li-item:hover i{
	color: #fff;
}

.title-style1 h3{
	color: #3e46ae;
	font-weight: bold;
}

.btn-secondary{
	background-color: #3e46ae !important;
	border-color: #3e46ae !important;
	border-radius: 0;
	width: 100%;
	padding: 12px 10px;
}

.mobile-tex{
	white-space: inherit;
	text-align: left;
}

.dropdown-item{
	white-space: normal;
}

@media (min-width:992px) {
	.texst1{
	}
}

.drop{
	min-width: 120px !important;
}

.title-style1 span{
	width: 50px;
	height: 50px;
}


.tel-icon:hover { color:#fff; }



.mobile-dm {
    position: relative !important;
    transform: translate(0) !important;
    border-radius: 0;
    padding: 10px;
}

.mobile-dm li {
    border-bottom: 1px solid #ddd;
}

.mobile-dm li a {
    font-size: 15px;
    padding: 10px;
    white-space: normal;
}

/*.mobile-dm li:hover a,
.mobile-dm li.active a {
    color: #fff !important;
}*/

/*.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #1096d8;
    color: #fff;
}*/

.mobile-dm .dropdown-item.active {
    background-color: #3E46AE;
    color: #fff;
}




.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}