
:root {
	--main-color: #1c7abd;
}

body {
	font-family: Helvetica, arial, sans-serif;
	background: #f3faff;
}

a {
	text-decoration: none;
}


.header-top {
	z-index: 999;
	width: 100%;
}
.header-top img {
	height: 65px;
}
.header-top .search button {
	color: var(--main-color);
	border: 1px solid var(--main-color);
}
.header-top .search .mr-sm-2 {
	width: 150px;
}
.navbar .navbar-nav a.nav-link {
	color: var(--main-color);
	font-size: 1.1rem;
	text-transform: uppercase;
}
.navbar .navbar-nav .active a.nav-link {
	color: #333;
}
.navbar .navbar-contact {
	font-size: 0.9rem;
	color: #333;
}

.mySwiper {
	background-color: #c3e8fe;
}
.mySwiper img {

}
.slide1 .swiper-title {
	width: 35%;
	position: absolute;
	color: var(--main-color);
	top: 50%;
	right: 10%;
	z-index: 99;
	transform: translate(0, -50%);
}
.slide1 .swiper-title .caption {
	font-size: 2.4rem;
	text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
}
.slide1 .swiper-title .summary {
	font-size: 1.8rem;
	text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
}

.title1 {
	color: var(--main-color);
}
.title2 {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.title3 {
	font-size: 1.5rem;

}
.title4 {
	font-size: 1.5rem;
}
.title5 {
	font-size: 2rem;
}

.p_list {

}
.p_list .list_item {
	background: #dbeefb;
	border-radius: 10px;
	padding: 0 0 10px;
}
.p_list .list_image {
	border-radius: 10px;
	overflow: hidden;
}
.p_list .list_item img {
	width: 100%;
}
.p_list .list_text {
	padding: 15px 0;
}

.desc1 {
	opacity: .8;
}
.desc2 {
	font-size: 1.2rem;
	opacity: .8;
}
.desc3 {
	padding: 10px;
}

.service {
	color: var(--main-color);
}
.service .quote {
	width: 62px;
	height: 54px;
	border-radius: 5px;
	padding: 12px 16px 0;
	border: 2px solid #1c78b9;
}
.service .desc {
	font-size: 1.4rem;
}
.service .iconfont {
	font-size: 5rem;
}
.service .title {
	font-size: 1.2rem;
}
.service .summary {
	font-size: 0.9rem;
	opacity: .8;
	padding-top: 5px;
}

.choose {
	color: white;
	background-image: url(../images/choose.jpg);
	background-size: cover;
}
.choose .summary {
	font-size: 1.3rem;
	width: 70vw;
	margin: 0 auto;
}
.choose .btn {
	padding: 0.7rem 1.5rem;
	background-color: var(--main-color);
}
.choose .btn a {
	color: white;
}

.about .icon img {
	max-width: 100%;
}

.more {
	border: 1px solid #eb38aa;
	padding: 10px 40px;
	color: #eb38aa;
	display: inline-block;
	margin: 10px 0 0 0;
}

.breadcrumb {

}


.category-list {
	text-align: center;
}
.category-list .pic {
	padding: 10px 20px;
}
.category-list img {
	width: 100%;
}
.category-list .txt {
	display: inline-block;
	border-radius: 10px;
	padding: 3px;
	box-shadow: 3px 3px 7px #999
}
.category-list .txt a {
	color: white;
	background: #eb38aa;
	border-radius: 10px;
	padding: 8px;
	display: inline-block;
	min-width: 150px;
}

.list-group .active {
	color: white;
	background: #eb38aa;
	border: 1px solid rgba(0,0,0,.125);
}
.list-group .active a {
	color: white;
}
.list-group .child-list {
	padding: .6rem 1.25rem
}

.card {
	text-align: center;
	margin-bottom: 1.5rem;
}
.card .card-body {
	padding: .75rem;
}
.card .card-title {
	font-size: 1rem;
	margin-bottom: 0;
}

.message .btn-outline-main {
	color: #eb38aa;
    border-color: #eb38aa;
}
.message .btn-outline-main:hover {
    color: #fff;
    background-color: #eb38aa;
    border-color: #eb38aa;
}

.image-summary {
	width: 90%;
}
.image-summary .title {
	line-height: 2rem;
}
.image-small-list p {
	float: left;
	cursor: pointer;
	margin: 5px 10px 5px 0;
	border: 2px solid #fff;
}
.image-small-list p.active {
	border-color: var(--main-color);
}
.image-small-list img {
	width: 70px;
}

.image-zoom-move{ position: absolute; z-index: 2; display: none; background-color: #000; opacity: .5; }
.image-zoom-glass{ position: fixed; transition: all .3s; z-index: 10; display: none; overflow: hidden; }
.image-zoom-move.show, 
.image-zoom-glass.show { display: block; }
.image-zoom-glass_image{ position: absolute; left: 0; top: 0; max-width: none; }

.tab-content p {
	margin: 0;
}

.footer {
	background: #e1f0fb;
	padding: 20px 0;
}
.footer .title {
	padding: 0 0 0 5px;
	color: var(--main-color);
	font-size: 1.3rem;
	border-bottom: 1px solid #ccc;
	max-width: 200px;
}
.footer-nav {
	margin: 0;
	padding: 0;
}
.footer-nav li {
	padding: 6px 0 0 5px;
	list-style: none;
}
.footer-nav a {
	color: #444444;
}
.footer-phone {
	color: var(--main-color);
	font-size: 2rem;
}
.footer-email {
	color: var(--main-color);
	font-size: 1.2rem;
}
.footer-address {
	font-size: 0.9rem;
}
.copyright {
	background: #e9eef2;
	padding: 0.5rem 0 0.7rem;
	border-top: 1px solid #dde1e5;
	opacity: .8;
}

#inquiry .start {
	position: fixed;
	bottom: 15px;
	right: 15px;
	color: white;
	font-size: 20px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	background-color: var(--main-color);
	border-radius: 60px;
	width: 60px;
	height: 60px;
	box-shadow: 2px 2px 7px #999;
}

#inquiry .close {
	position: fixed;
	bottom: 15px;
	right: 15px;
	color: white;
	font-size: 20px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	background-color: gray;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	box-shadow: 2px 2px 7px #999;
}
#inquiry-form {
	position: fixed;
	bottom: 95px;
	right: 15px;
	font-size: 16px;
	width: 300px;
	box-shadow: 2px 2px 7px #999;
	background: white;
	z-index: 99;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	z-index: 1999;
	border-radius: 5px;
}
#inquiry-form .title {
	color: white;
	padding: 20px 0;
	font-size: 1rem;
	background: var(--main-color);
}
#inquiry-form .form-group {
	padding: 6px 0;
}
#inquiry-form .form-control,
#inquiry-form .btn {

}
#inquiry-form .form-control {
	padding: 0.7rem 0.75rem
}
#inquiry-form form {
	padding: 10px 20px 20px;
}

#contact-form .form-group {
	padding: 8px 0;
}
#contact-form .form-control {

}
#contact-form .btn {
	font-size: 1.2rem;
	width: 100%;
}

@media (min-width: 768px) {
	.header-top .navbar {
		justify-content: space-between;
	}
	.header-top .navbar-collapse {
		flex-grow: inherit;
		flex-direction: column;
		align-items: flex-end;
	}
	.header-top .navbar-nav {
		margin: 0 -1.5rem;
	}
	.header-top .navbar-nav .nav-link {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (max-width: 768px) {
	.header-top img {
		height: 40px;
	}

	.swiper-title .caption {
		font-size: 22px;
		margin: 0 auto;
		width: 75%;
		font-family: Oswald;
		padding-bottom: 3px;
		border-bottom: 1px solid #fff;
	}
	.swiper-title .summary {
		width: 65%;
		margin: 0 auto;
		line-height: 20px;
		padding-top: 10px;
		font-size: 16px;
	}
}