<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.intro {
/*  background-color: #46bae2;*/
  background-color: #fff;
  text-align: center;
  padding: 80px 0px;
}

.intro h4 {
  margin-top: 0px;
  font-size: 22px;
  font-weight: 300;
  color: #000;
}

.intro h6 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
}

.intro .border-button {
  margin-top: 45px;
}



#about {
  padding: 0px;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#about .service-item {
  text-align: center;
  margin: 0px -17px;
  padding: 10px 10px;
}

#about .service-item h4 {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#about .service-item p {
  margin-bottom: 0px;
  color: #fff;
}

#about .first-service {
  background-color: rgba(242, 116, 95, 0.25);
}

#about .second-service {
  background-color: rgba(54, 62, 80, 0.25);
}

#about .third-service {
/*  background-color: rgba(70, 186, 226, 0.55);*/
  background-color: rgba(242,116,95,0.75); /*#f2745f*/
}

#about .service-item .icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 74px;
  background-color: transparent;
}


#portfolio {
  margin-top: 60px;
  text-align: center;
}

#portfolio .item {
  margin: 0px 5px;
}

.portfolio-section {
  background-color: #46bae2;
  padding: 30px 10px;
}

#portfolio .section-heading h4 {
  color: #fff;
}

#portfolio .section-heading p {
  color: #aaa;
}

#owl-portfolio {
  margin-top: 20px;
}

#portfolio .portfolio-item img {
  max-width: 100%;
  overflow: hidden;
}

.owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
/*  background: #46bae2;*/
  background-color: #fff;
}

/*content-support.phpé¡µç®€ä»‹åˆ—è¡¨éƒ¨åˆ†*/

#blog .tabs1 {
  list-style: none;
  margin-top: 20px;
}

#blog .tabs1 li {
  display: block;
  text-align: left;
/*  margin-bottom: 29px;*/
}

#blog .tabs1 a {
  display:block;
  text-align: left;
  text-decoration:none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color:#121212;
/*  font-size: 20px;*/
  font-weight: 700;
  padding: 15px 25px;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 0px 10px #cdcdcd;
}

#blog .tabs1 .active {
  background-color: #46bae2;
  color: #fff!important;
}

#blog .tabs1 .info-post {
  margin-left: -30px;
}
#blog .tabs1 .active .info-post li {
  color: #fff!important;
}
#blog .tabs1 .active .info-post li i {
  color: #fff!important;
}
#blog {
  padding-bottom: 80px;
}

#blog .info-post li {
  display: inline;
  margin-right: 15px;
}

#blog .info-post li {
  color: #343434;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}

#blog .info-post li i {
  color: #46bae2;
  margin-right: 5px;
}

/*åˆ†é¡µå¯¼èˆªæ&nbsp;·å¼*/
.page_navi {
  overflow:hidden;
  width:100%;
  text-align:center
}
.page_navi a {
  height:36px;
  border:1px solid #DDD;
  -webkit-border-radius:12px;
  -moz-border-radius:12px;
  border-radius:12px;
  color:#888;
  text-decoration:none;
  line-height:36px;
  margin:2px;
  padding:3px 8px;
}
.page_navi a:hover,.page_navi a.current {
  border:1px solid #FFBB76;
  color:#FF7200;
  font-weight:bolder;
}

/*æ–°çš„é¡µé¢æŽ’ç‰ˆ*/
.post-content h5 {
  text-align: center;
  margin-bottom: 20px;
}

#excerpt .excerpt-p {
  display:block;
  text-align: left;
  text-decoration:none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color:#121212;
  font-size: 15px;
/*  font-weight: 700;*/
  padding: 24px 25px;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 0px 5px #cdcdcd;
}

#detail .image-text { margin-top: 30px; }

#detail .image-text-box {
  background-color: white;
/*  max-width: 254px;*/
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
#detail .image-text-box h3 {
  font-size: 14px;
  padding: 10px 10px;
  text-transform: uppercase;
  text-align: center;
  height: 30px;
}
#detail .image-text-box-bottom {
  border-top: 1px solid #DDD;
  overflow: hidden;
  padding: 10px 15px;
}
#detail .text-p {
  font-size: 15px;
}

/*faqæ&nbsp;‡é¢˜åˆ—è¡¨*/

#faq-div {
  margin-top: 30px;
}

#faq-div .title-list {
  display:block;
  text-align: left;
/*  text-decoration:none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color:#121212;*/
  font-size: 14px;
/*  font-weight: 700;*/
  padding: 24px 25px;
/*  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 0px 5px #cdcdcd;*/
}

#faq-div .title-list a {
  text-decoration: none;
  line-height: 20px;
}

#faq-div .text-content {
  margin-top: 20px;
  font-size: 14px;
}

#faq-div .detail-title {
  color: #000;
}

#faq-div .detail-content {
  margin-bottom: 10px;
}</pre></body></html>