@charset "utf-8";

@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;
}

@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-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-Medium.eot');
	src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Barlow-Medium.woff2') format('woff2'),
		url('../fonts/Barlow-Medium.woff') format('woff'),
		url('../fonts/Barlow-Medium.ttf') format('truetype'),
		url('../fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


body {
	padding: 0;
	margin: 0;
	min-height: 100%;
	font-family: 'Barlow', helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	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;
}

@media (min-width:1400px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width:1441px) {
	.container {
		max-width: 1320px;
	}
}

header {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0;
	z-index: 999;
	transition: all .8s;
}

.header-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


.logo {
	margin: 8px 0;
}

.logo img {
	width: 120px;
	height: 50px;
}

@media (min-width:992px) {
	.logo {
		margin: 12px 0;
	}

	.logo img {
		width: 140px;
		height: 70px;
	}
}

.item-right {
	display: flex;
	align-items: center;
	padding-bottom: 0;
}

.menu {
	display: none;
}

.mobile-menu {
	display: block;
}

@media (min-width:992px) {
	.mobile-menu {
		display: none;
	}

	.menu {
		display: block;
		margin-right: 10px;
	}
}

@media (min-width:1400px) {
	.menu {
		margin-right: 30px;
	}
}

.navbar-nav .nav-item {
	display: flex;
	flex-direction: column;
}

@media (min-width:992px) {
	.navbar-nav .nav-item {
		flex-direction: row;
		align-items: center;
		margin: 0 20px;
	}
}

.navbar-nav .nav-item::before {
	display: none;
}

.navbar-nav .nav-link {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #ed2039;
}

.mobile-navbar .nav-item {
	margin: 0px 20px;
	border-bottom: 1px solid #eee;
}

.mobile-navbar .nav-link {
	display: initial;
}

.navbar-brand {
	margin: 0 20px 10px 20px;
	display: flex;
	justify-content: center;
}

.navbar-brand img {
	height: 100px;
}

.offcanvas-header {
	justify-content: flex-end;
}

.language-item {
	display: none;
}

@media (min-width:425px) {
	.language-item {
		display: block;
		background-color: #0089cc;
		padding: 4px 10px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		color: #fff;
	}
}

@media (min-width:992px) {
	.language-item {
		padding: 8px 16px;
	}
}

.item-link {
	font-size: 16px;
	color: #fff;
}

@media (min-width:992px) {
	.item-link {
		font-size: 18px;
	}
}

.item-link.active {
	color: #ed2039;
}

.mobile-lang {
	display: block;
}

@media (min-width:425px) {
	.mobile-lang {
		display: none;
	}
}

.mobile-lang ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.mobile-lang ul li {
	margin: 0 10px;
}

.mobile-lang ul li a {
	color: #333;
}

.mobile-lang ul li a.active {
	color: #ed2039;
}

.navbar-toggler {
	background-color: #0089cc;
	padding: 4px 8px;
}

.navbar-toggler .fa {
	color: #fff;
}

/* -- home start -- */

.index-swiper {
	position: relative;
	overflow: hidden;
}

.index-swiper .swiper-pagination {
	bottom: 6px;
}

@media (min-width:768px) {
	.index-swiper .swiper-pagination {
		bottom: 20px;
	}
}

.index-swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	opacity: 1;
}

.index-swiper .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

/* about */
.piece-box {
	margin: 0;
}

.r-p-col {
	padding-left: 15px;
}

.title-box {
	font-size: 28px;
	color: #111;
	text-transform: uppercase;
	position: relative;
}

.services-title span,
.title-box span {
	display: block;
	width: 60px;
	height: 2px;
	background-color: #0089cc;
}

.about-title {
	margin-bottom: 0px;
}

.services-title::before,
.about-title::before {
	content: 'about';
	position: absolute;
	top: -80%;
	left: 0;
	text-transform: uppercase;
	font-size: 60px;
	color: rgba(0, 0, 0, .03);
	font-weight: bold;
}

.text-box {
	margin: 30px 0 0;
}

.text-box p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
}

.btn-box {
	margin-top: 20px;
}

@media (min-width:992px) {
	.btn-box {
		margin-top: 40px;
	}

	.text-box {
		margin: 0;
	}
}

.btn-primary {
	background-color: #0089cc;
	border: none;
	border-radius: 0;
	padding: 10px 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	transition: all ease .8s;
}

.btn-primary:hover {
	background-color: #ed2039;
	transition: all ease .8s;
}

@media (min-width:992px) {
	.piece-box {
		margin: 50px 0;
	}

	.r-p-col {
		padding-left: 30px;
	}

	.title-box {
		font-size: 38px;
	}

	.services-title span,
	.title-box span {
		width: 100px;
	}

	.about-title {
		margin-bottom: 20px;
	}

	.services-title::before,
	.about-title::before {
		font-size: 80px;
	}

	.text-box p {
		font-size: 16px;
		line-height: 24px;
	}

	.btn-primary {
		padding: 14px 40px;
		font-size: 18px;
	}
}

@media (min-width:1200px) {
	.text-box p {
		font-size: 17px;
		line-height: 26px;
	}
}

@media (min-width:1500px) {
	.text-box p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.title-box {
		font-size: 48px;
	}

	.about-title {
		margin-bottom: 40px;
	}

	.services-title::before,
	.about-title::before {
		font-size: 120px;
	}
}

/* services */
.home-services {
	margin: 0;
	padding: 50px 0;
	background-color: #000;
	background-image: url(../images/services.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.services-title {
	color: #fff;
}

.services-title::before {
	content: 'SERVICES';
	color: rgba(255, 255, 255, .05);
}

.services-title span {
	background-color: #fff;
}

@media (min-width:992px) {
	.home-services {
		padding: 100px 0;
	}
}

.mobile-btn {
	display: block;
}

.web-btn {
	display: none;
}

@media (min-width:768px) {
	.mobile-btn {
		display: none;
	}

	.web-btn {
		display: block;
	}
}

.item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-hot {
	background-color: #ed2039;
	border: 2px solid #ed2039;
	transition: all ease .8s;
}

.btn-hot:hover {
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	border-color: #fff !important;
	transition: all ease .8s;
}

.row-item .col {
	height: 100%;
	padding: 12px;
}

.card {
	display: block;
	border-radius: 0;
	border: 2px solid #fff;
	padding: 25px 25px 50px;
	height: 100%;
	background-color: #fff;
	transition: all ease .8s;
}

.card span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: 2px solid #0089cc;
	transition: all ease .8s;
}

.card h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #111;
	font-weight: bold;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all ease .8s;
}

.card p {
	margin-bottom: 0;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	transition: all ease .8s;
}

.card:hover {
	background-color: rgba(255, 255, 255, 0);
	transition: all ease .8s;
}

.card:hover span {
	background-color: #fff;
	border-color: #fff;
	transition: all ease .8s;
}

.card:hover h3,
.card:hover p {
	color: #fff;
	transition: all ease .8s;
}

@media (min-width:768px) {
	.card h3 {
		height: 70px;
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.card {
		padding: 30px 30px;
	}

	.card h3 {
		height: 70px;
		font-size: 24px;
	}

	.card p {
		font-size: 18px;
	}
}

@media (min-width:1200px) {
	.card {
		padding: 40px 40px;
	}
}

/* contact */
.home-contact {
	background-image: url(../images/contact.png);
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
}

.contact-get {
	max-width: 100%;
}

@media (min-width:992px) {
	.contact-get {
		max-width: 500px;
	}
}

.contact-title {
	font-size: 30px;
	font-weight: bold;
	color: #111;
	margin-bottom: 10px;
}

.contact-text {
	font-size: 16px;
	color: #666;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact-tel {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 20px;
}

@media (min-width:992px) {
	.contact-tel {
		margin-top: 50px;
	}
}

.contact-tel i {
	font-style: normal;
	font-size: 16px;
	color: #666;
}

.contact-tel b {
	font-size: 26px;
	color: #0089cc;
}

.contact-tel b,
.contact-tel i {
	padding-left: 24px;
}

@media (min-width:992px) {
	.contact-tel b {
		font-size: 30px;
	}

	.contact-title {
		font-size: 38px;
		margin-bottom: 20px;
	}

	.contact-text {
		font-size: 18px;
	}
}

@media (min-width:1200px) {
	.contact-tel b {
		font-size: 36px;
	}

	.contact-title {
		font-size: 48px;
	}
}

.contact-tel::before {
	content: '';
	width: 6px;
	height: 100%;
	background-color: #0089cc;
	display: block;
	position: absolute;
}

.contact-f-e {
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}

.contact-fax {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.contact-fax i {
	font-size: 16px;
	color: #666;
	font-style: normal;
	margin-bottom: 8px;
}

.contact-fax b,
.contact-fax a {
	font-size: 16px;
	color: #111;
	font-weight: 500;
}

@media (min-width:992px) {

	.contact-fax b,
	.contact-fax a {
		font-size: 18px;
	}
}

.form-text {
	font-size: 18px;
	color: #333;
	font-weight: 500;
}

.form-box {
	margin-top: 20px;
}

.form-item-2 {
	margin-bottom: 15px;
}

.form-item-2 .form-control,
.form-item-2 .captcha-box {
	border-radius: 0;
}

.form-item input,
.form-item input::placeholder {
	font-size: 16px;
	color: #666;
}

/* -- home end -- */

.footer {
	background-color: #000;
}

.footer-text {
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
}

@media (min-width:992px) {
	.footer-text {
		padding: 20px 0;
	}
}

#back-to-top {
	position: fixed;
	right: 3%;
	bottom: 8%;
	z-index: 999;
}

.back-to-top {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #ed2039;
	border-radius: 5px;
}

.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;
}

/* inner page*/
.inner-banner {
	padding: 73px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.breadcrumb-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.breadcrumb-title h2 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

@media (min-width:992px) {
	.inner-banner {
		padding: 100px 0;
	}

	.breadcrumb-title h2 {
		font-size: 60px;
	}
}

.breadcrumb {
	margin: 0;
	color: #fff;
}

.breadcrumb-item,
.breadcrumb-item a {
	color: #fff;
	font-size: 18px;
}

.breadcrumb-item.active {
	color: #eee;
}

.fa-icon {
	margin-right: 5px;
	font-size: 18px;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

.about {
	background-image: url(../images/about.png);
}

.contact {
	background-image: url(../images/contact1.png);
}

.service {
	background-image: url(../images/service.png);
}

.inner-box {
	margin: 0;
}

.inner-title {
	color: #0089cc;
	font-size: 26px;
	font-weight: bold;
}

.inner-text {
	margin-top: 20px;
}

.inner-text p {
	color: #333;
	font-size: 17px;
	line-height: 30px;
}

@media (min-width:992px) {
	.inner-box {
		margin: 40px 0;
	}

	.inner-title {
		font-size: 36px;
	}

	.inner-text {
		margin-top: 30px;
	}

	.inner-text p {
		font-size: 18px;
	}
}

.map {
	margin-top: 60px;
}

.nav-list {
	border: 2px solid #eee;
	padding: 20px;
}

.nav-list li {
	background-color: #fafafa;
	margin-bottom: 10px;
	transition: all ease .5s;
}

.nav-list li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	padding-right: 20px;
	transition: all ease .5s;
}

@media (min-width:1200px) {
	.nav-list li a {
		font-size: 18px;
	}
}

.nav-list .nav-icons {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	background-color: #fafafa;
	transition: all ease .5s;
}

.nav-list li span {
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

.nav-list li span img {
	position: absolute;
	transform: translateY(0);
	transition: all ease .5s;
}

.nav-list li:hover,
.nav-list li.active {
	background-color: #1096d8;
	transition: all ease .5s;
}

.nav-list li:hover a,
.nav-list li.active a {
	color: #fff;
	transition: all ease .5s;
}

.nav-list li:hover .nav-icons,
.nav-list li.active .nav-icons {
	background-color: #0089cc;
	transition: all ease .5s;
}

.nav-list li:hover span img,
.nav-list li.active span img {
	transform: translateY(-50px);
	transition: all ease .5s;
}

.inner-ps {
	padding-left: 0 !important;
}

@media (min-width:992px) {
	.inner-ps {
		padding-left: 1.5rem !important;
	}
}

.btn-nav {
	background-color: #1096d8;
	border-color: #1096d8;
	color: #fff !important;
	border-radius: 0;
	font-weight: 500;
	text-align: left;
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-nav:hover {
	background-color: #0089cc;
	border-color: #0089cc;
}

.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: #1096d8;
	color: #fff;
}

.home-services-text {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}