:root {
	--c01: #fec32b;
	--c02: #0773a3;
	--c03: #00afef;
	--c04: #0b2b42;
}

body {

}

a {
	text-decoration: none;
	color: var(--c02);
}

/*navMain*/
.navMain {
	
}
.navMain .nav-item .nav-link {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid transparent;
	color: #fff;
}
.navMain .nav-item:hover .nav-link {
	color: var(--c01);
	border-bottom: 1px solid var(--c01);
}

/*about*/
.about {
	background-image: url('../images/data/bg01.jpg');
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.about .mask {
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	top: 0px;
	left: 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}
.about h2.title {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.about .img-about {
	width: 100%;
}

/*service*/
.service {
	

}
.service .mask {
	position: relative;
	padding:5px;
}
.service .mask:after {
	content: "";
	position: absolute;
	top: -2.5%;
	left: -2.5%;
	border: 5px dotted var(--c02);
	border-radius: 50%;
	overflow: hidden;
	width: 105%;
	height: 105%;
	
}
.service .mask:hover:after {
	animation: rotate 35s linear infinite;
}
.service .mask img {
	border-radius: 50%;
}
.service figure a {
	transition: color .3s;
}
.service figure a:hover {
	color: var(--c01);
}

/*nums*/
.nums {
	background-image: url('../images/data/bg02.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.nums .mask {
	width: 100%;
	background-color: rgba(0,0,0,0.65);
	top: 0px;
	left: 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}
.nums .tb-cus {
	font-size: 1.5em;
	width: 100%;
}
.nums .tb-cus td {
	padding:10px;
}
.nums .tb-cus tr:not(:first-child) td {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.nums td span {
	font-size: 1.8em;
}

/*pLogo*/
.pLogo .item {
	border-left:1px solid #eee;
	text-align: center;
	height: 200px;
	line-height: 200px;
}
.pLogo .item img {
	width: 80%;
	display: inline-block;
}

/*news*/
.news .mask {
	background-color: rgba(0, 0, 0, .45);
}
.news img {
	height: 400px;
	object-fit: cover;
	transition: transform .3s;
}
.news figure {
	overflow: hidden;
}
.news figure:hover img {
	transform: scale(1.1);
}

/*feedback*/
.feedback .tsTool > div {
	position: absolute;
	font-size: 2rem;
	color: var(--c01);
	transform: translateY(-50%);
	top: 65%;
	z-index: 999;
	width: 20px;
	cursor: pointer;
}
.feedback .tsTool .prev {
	left: -30px;
}
.feedback .tsTool .next {
	right: -20px;
}
.feedback .item {
	padding: 1rem;
	position: relative;
	border: 1px solid var(--c01);
}
.feedback .item img {
	width: 100%;
}
.feedback .item img:hover {
	
}

/*contact*/
.contact {

}
.contact .col-sm-5 {
	background-color: var(--c01);
	background-image: url('../images/data/bg-contact.png');
	background-size: cover;
}
.contact .sItem img {
	height: 40px;
	transition: opacity .3s;
}
.contact .sItem:hover img {
	opacity: .75;
}





footer {
	background-image: url('../images/data/img03.jpg');
	background-size: cover;

}
footer .mask {
	width: 100%;
	background-color: rgba(0,0,0,0.65);
	top: 0px;
	left: 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}


/*public*/
.bg-c01 {
	background-color: var(--c01);
}
.bg-c02 {
	background-color: var(--c02);
}
.bg-c03 {
	background-color: var(--c03);
}
.bg-c04 {
	background-color: var(--c04);
}
.text-c01 {
	color: var(--c01);
}
.text-c02 {
	color: var(--c02);
}
.text-c03 {
	color: var(--c03);
}
.text-c04 {
	color: var(--c04);
}
.btn-c01 {
	background-color: var(--c01);
	transition: background-color .3s;
}
.btn-c01:hover {
	background-color: var(--c02);
}
.btn-c02 {
	background-color: var(--c02);
	transition: background-color .3s;
}
.btn-c02:hover {
	background-color: var(--c03);
}
h2.title span {
	border-bottom: 3px solid var(--c01);
	padding-bottom: 5px;

}


/*go-top*/
.go-top {
	border:1px solid var(--bs-warning);
	color: #333;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgba(254,237,215,0.75);
	position: fixed;
	text-align: center;
	line-height: 30px;
	right:20px;
	transform: translateY(-50%);
	bottom: 10%;
	transition: background-color 0.3s, color 0.3s;
	cursor:pointer;
	display: none;
}
.go-top:hover {
	color:#666;
	background-color: rgba(255,250,215,0.75);
}

/*social*/
.btn-media {
	position: fixed;
	right: 0px;
	box-shadow: 10px 10px 25px grey;
	transform: translateY(-50%);
	top:50%;
	background-color: #fff;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
	z-index: 999;
}
.btn-media .item {
	padding:10px;
	width: 50px;
	height:50px;
	font-size: 1.8em;
	text-align: center;
	transition: background-color 0.3s;
	position: relative;
}
.btn-media .item:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.btn-media .item:hover {
	background-color: #337ab7;
}
.btn-media .item a {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}
.btn-media .item:hover a {
	color: #fff!important;
}


@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.navMain .navbar-nav .nav-item:hover .dropdown-menu {
		visibility: visible;
		top:100%;
	}
	.navMain .navbar-nav .dropdown-menu {
		transition: top 0.3s;
		margin-top: 0px;
		display: block;
		top:130%;
		visibility: hidden;
		background-color: rgba(11, 43, 66, .95);
	}
	.navMain .navbar-nav .dropdown-menu a {
		color: #fff;
		transition: color .3s;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.navMain .navbar-nav .dropdown-menu a:hover {
		background-color: var(--c02);
		
	}
	.navMain .navbar-nav .dropdown-menu a:active {
		background-color: var(--c02);
	}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}

@media (max-width: 575px) {
	.nums .tb-cus {
		font-size: 1em;
	}
	.nums td span {
		font-size: 1.1em;
		font-weight: bold;
	}

	.feedback .tsTool .prev {
		left: 10px;
	}
	.feedback .tsTool .next {
		right: 20px;
	}
}