<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	min-width: 350px;
}
a {
	text-decoration: none;
}

.header-title{
	min-width: 260px;
}
.logo a {
	font-size: 0;
}
.logo-img{
    width: 70px;
    height: 70px;
} 

.header-title-com{
	letter-spacing: 2px;
	color: #000000;
}

.header-title-span{
	letter-spacing: 3px;
	color: red;
	font-size: 18px;
}
.header-fonts-color{
	color: red;
}

.navbar{
	padding: 0%;
	margin: 0%;
}

/* è®¾ç½®å¯¼èˆªæ&nbsp;æ–‡å­—é¢œè‰²ä¸ºç™½è‰² */
.navbar-nav .nav-link {
	display: block;
	color: white;
	padding: 16px;	
}

/* é¼&nbsp;æ&nbsp;‡æ‚¬åœåœ¨å¯¼èˆªæ&nbsp;èœå•é¡¹ä¸Šæ—¶ï¼ŒèƒŒæ™¯è‰²å˜ä¸ºç™½è‰² */
.navbar-nav .nav-link:hover {
	background-color: #ffffff;
	color: black;
}

/* ç‚¹å‡»ä¸»èœå•åŽåº”ç”¨çš„æ&nbsp;·å¼ */
.navbar-nav .nav-link.active-click {
	background-color: white;
	color: black;
}

/* è®¾ç½®ä¸‹æ‹‰èœå•èƒŒæ™¯é¢œè‰²ä¸ºå’Œå¯¼èˆªæ&nbsp;ä¸€è‡´çš„ä¸»è‰² */
.dropdown-menu {
	background-color: #0d6efd;
	opacity: 0.6;
	text-align: center;
}

/* è®¾ç½®ä¸‹æ‹‰èœå•é¡¹æ–‡å­—é¢œè‰²ä¸ºç™½è‰² */
.dropdown-menu .dropdown-item {
	color: white;
	padding: 12px;
}

/* é¼&nbsp;æ&nbsp;‡æ‚¬åœåœ¨ä¸‹æ‹‰èœå•é¡¹ä¸Šæ—¶ï¼ŒèƒŒæ™¯è‰²å˜ä¸ºç™½è‰² */
.dropdown-menu .dropdown-item:hover {
	background-color: #ffffff;
	color: black;
}

.list-top-border{
	width: 120px;
	text-align: center;
}

.btn-phone{
	width: 300px;
	height: 50px;
}

.top-adv{
	height: 260px;
	background-image: url('../img/top-adv.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-adv{
	height: 280px;
	background-image: url('../img/con-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.join-adv{
	height: 280px;
	background-image: url('../img/ren.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

/* ä¾§è¾¹æ&nbsp;å¯¼èˆª */

.sider-nav li{
	cursor: pointer;
	list-style: none;
	padding:15px;
}

.sidermenu-li{
	background-color:#0D6EFD;
	color: #ffffff;
}
.sider-content{
	display: none;
}

/* .modal {
   display: none;
   position: fixed;
   z-index: 1;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0, 0, 0, 0.9);
 }
	
.modal-content {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
   animation-name: zoom;
   animation-duration: 0.6s;
} */

.fonts-cus{
	letter-spacing: 1px;
}

.soul-circle{
	width: 200px;
	height: 200px;
	background-color: #28a745;
	clip-path: circle(50%);	        
}
.soul-values{
	width: 200px;
	height: auto;
}
.soul-icons{
	width: 30px;
	height: 30px;
	margin-right: 12px;
}

/* é¼&nbsp;æ&nbsp;‡å¯¹å›¾ç‰‡åŠ¨ç”» */
.hover-effect:hover {
  transform: translateY(-5px); /* Yè½´ä½ç§» */
  transition: transform 0.3s ease; /* è¿‡æ¸¡åŠ¨ç”» */
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15); /* é˜´å½±å¢žå¼º */
}

/* å¤šè¡Œæˆªæ–­ï¼ˆéœ€è‡ªå®šä¹‰ï¼‰ */
.text-truncate-cus {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* é™åˆ¶è¡Œæ•° */
  -webkit-box-orient: vertical; /* åž‚ç›´æŽ’åˆ— */
  overflow: hidden; /* æº¢å‡ºéšè— */
}

.card-link {
  height: 100%;
}
.card {
  height: 100%;
}





@keyframes zoom {
   from {
	   transform: scale(0);
   }

   to {
	   transform: scale(1);
   }
}

@media screen and  (min-width:992px){
	.adv-align{
		padding-top: 95px;
	}
}

@media screen and  (max-width:990px){
	.adv-align{
		padding-top: 25px;
	}
}

@media screen and (max-width:992px){
	.soul-w{
		margin-top: 30px;
	}
}

@media screen and (max-width:992px){
	.soul-values{
		width: auto;
		height: auto;
	}
}
@media screen and (max-width:576px){
	.soul-spaces{
		margin: 2%;
		
	}
}
@media screen and (max-width:768px){
	.soul-top-spaces{
		margin: 2%;
		
	}
}


@media screen and (max-width:992px){
	.sider-nav{	
		width: 160px;
		padding: 0px;
		position: fixed;    
		right: 20px;       
		top: 50%;       
		transform: translateY(-50%);
		background: rgba(255,255,255,0.5);
		border-radius: 8px;
		box-shadow: 0 4px 12px rgba(0,0,0,0.15);
		z-index: 1000;    
			
	}
	.sider-nav ul{
		padding: 0px;
		border-bottom: 1px solid rgba(0,0,0,0.05);
		transition: background 0.3s;
	}
}
@media screen and (min-width:992px){
	.sider-nav{	
		width: 160px;
		padding: 0px;
		position: fixed;    
		left: 5%;       
		top: 50%;       
		transform: translateY(-50%);
		background: rgba(255,255,255,0.9);
		border-radius: 8px;
		box-shadow: 0 4px 12px rgba(0,0,0,0.15);
		z-index: 1000;    
			
	}
	.sider-nav ul{
		padding: 0px;
		border-bottom: 1px solid rgba(0,0,0,0.05);
		transition: background 0.3s;
	}
}

</pre></body></html>