.title {
	text-align: center;
	color: #333;
	padding: 30px 0;
	max-width: 930px;
	margin: 0 auto;
}

.title h4 {
	font-size: 16px;
	color: #777;
	text-transform: uppercase;
}

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

.title p {
	font-size: 14px;
	line-height: 2;
	color: #666;
	margin: 25px 0 !important;
}

.title .btn {
	background: #0074c5;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	padding: 0 20px;
	color: #fff;
}

.product {
	position: relative;
	background: url(../images/product-img.jpg) no-repeat center bottom;
}

.product .swiper-container {
	padding: 20px 0;
}

.product .swiper-slide {
	width: 46% !important;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 16px 16px 16px rgb(0 0 0 / 10%);
	flex-direction: row;
	width: 100%;
	margin-bottom: 30px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	background-color: rgba(255, 255, 255, 1)
}

.product .swiper-slide:hover {
	background-color: rgba(33, 94, 179, 1)
}

.product .swiper-slide .slide-left,
.product .swiper-slide .swiper-right {
	flex: 1;
}

.product .swiper-slide .swiper-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 8% 0;
	padding: 0 8%;
}

.product .swiper-slide .slide-left {
	flex: 0 0 60%;
	background: #fff;
}

.product .swiper-slide .swiper-right h4 {
	font-size: 14px;
	color: rgba(82, 91, 90, 1);
	font-family: Arial;
	text-transform: uppercase;
}

.product .swiper-slide .swiper-right h3 {
	line-height: normal;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-top: 6px
}

.product .swiper-slide .swiper-right hr {
	border-top-color: rgba(33, 94, 179, 1);
	border-top-style: solid;
	border-top-width: 3px;
	max-width: 48px;
	margin: 26px 0;
}

.swiper-right-bottom {

	width: 36px;
	height: 36px;
	border: 1px solid #9e9e9e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product .swiper-slide:hover .swiper-right-bottom {
	border: 1px solid #fff;
}

.product .swiper-slide:hover h3,
.product .swiper-slide:hover h4 {
	color: #fff !important;
}

.product .swiper-slide:hover hr {
	border-color: #fff !important;
}

.product .swiper-slide:hover .swiper-right-bottom a {
	border-color: #fff;
	color: #fff;
}

.product .swiper-button-next,
.product .swiper-button-prev {
	background-color: #215EB3;
	border-radius: 100%;
	width: 44px;
	height: 44px;
	background-image: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.product [class^='swiper-button-'] .iconfont {
	font-size: 18px;
	font-weight: bold;
}

.product .swiper-button-next {
	left: auto;
	right: calc(50% - 23% - 25px);
}

.product .swiper-button-prev {
	right: auto;
	left: calc(50% - 23% - 22px);
}



.project-left {
	display: flex;
	align-items: center;
}

.project h3 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 30px;
	color: #EA8644;
}

.project p {
	font-size: 16px;
	line-height: 2;
	color: #666;
	font-weight: 400;
	margin-bottom: 30px !important;
}

.project .bi {
	font-size: 24px;
	color: #93C5D1;
	margin-right: 10px;
}

.project-right {
	display: flex;
	align-items: center;
}

.btn-info {
	background: #93C5D1;
	border-color: #93C5D1;
}

.btn-info:hover {
	background: #93C5D1;
	border-color: #93C5D1;
}

.aboutus {
	background-color: #e9eef3;
}

.aboutus .col-lg-3 {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 30px;
}

.aboutus .container-fluid {
	position: relative;
}

.aboutus .card {
	position: relative;
	padding: 25px 0 0;
	min-height: 306px;
	text-align: center;
}

.aboutus .card-body {
	height: 266px;
	overflow: hidden;
	margin-bottom: 30px;
}

.aboutus .card .icon {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 0;
	left: 50%;
	width: 75px;
	height: 75px;
	background: #3a7ec7f7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	font-family: Arial;
	border: 8px solid #c6def79e;
}

.aboutus .card-title {
	font-weight: bold;
	font-size: 22px;
	margin: 20px 0;
	margin-top: 28px;
}

.aboutus .card-text {
	font-size: 14px;
	line-height: 2;
	color: #666;
	text-align: left;
}

/* .aboutus .container-fluid:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	width: 10vw;
	height: 10vw;
	background: url('../images/DECORATION.png') no-repeat center bottom;
	background-size: cover;
} */

.partner-box {
	padding: 8px;
}

.partner-box img {
	border: 1px solid #cfcfcf;
}

.news {
	background: url(../images/newsBg.jpg);
}

.news .title {
	display: flex;
	justify-content: space-between;
	max-width: none;
}

.news .title .left {
	font-size: 38px;
}

.news .title h4 a {
	display: block;
	border-radius: 8px;
	width: 180px;
	height: 52px;
	line-height: 52px;
	background-color: #173F89;
	color: #fff !important;
	font-size: 14px;
}

.news .day {
	min-height: 20px;
	font-size: 46px;
	color: #073e8e;
	line-height: 1;
	font-family: Impact;
	margin-bottom: -5px;
}

.news .month {
	min-height: 20px;
	font-size: 20px;
	color: #073e8e;
	line-height: 1;
	font-family: Impact;
	margin-bottom: -2px;
}

.new-top {
	display: flex;
	padding: 15px;
	padding-bottom: 0;
}

.news .card {
	box-shadow: 0 5px 10px 0 rgb(29 56 72 / 10%);
	flex: 0 0 100%;
}

.news .top-right {
	line-height: normal;
	font-size: 14px;
	color: #818181;
	margin-left: 15px;
	display: flex;
	align-items: end;
}

.news .card-title {
	line-height: 1.5;
	font-size: 18px;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 15px;
	max-height: 31px;
}

.news .card-text {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #777;
	line-height: 1.5;
	word-wrap: normal !important;
	word-break: normal !important;
}


@media (min-width: 768px) {
	.product-right {
		padding-left: 4rem;
	}
}

@media (max-width: 576px) {
	.navbar-collapse {
		height: 100vh;
	}
	
	.navbar-collapse li.nav-item {
		height: 8vh;
		line-height: 8vh;
		border-bottom: 1px dashed #cfcfcf;
	}


	.navbar-collapse .header-right {
		margin-top: 30px !important;
	}

	.video-wrap {
		margin: 0;
	}

}

