#banner,.banner .mx-auto,.content,.serbox{box-shadow: 0px 4px 13px #666;}
.banner{background: url(../images/bg_02.png) center top/100% no-repeat;}
section#service .circle:before {position: absolute;content: "";display: block;top: 0;right: 0;width: 100%;height: 100%;border-radius: 50%;box-shadow: inset 0 0 0 16px rgb(255 255 255 / 60%), 0 1px 2px rgb(0 0 0 / 30%);}
.key{cursor: default;opacity: 0;}
[id^="content-main-kid-content"]{width: 72.92%;}
#content-main-kid-content3{height: 630px;overflow: auto;}
.switch{width: 60px;}
[class^="asideIcon"]{right: -10vw;}
[class^="asideIcon"]:hover{z-index: 999999}
[class^="asideIcon"] .tab{width: 2.5vw;}
[class^="asideIcon"] a{width: 10vw;border-color: #eee}
.asideIcon1{top: 0;}
.asideIcon1 .tab{background-color: #21b90c;}
.asideIcon2{top: 10vw;}
.asideIcon2 .tab{background-color: #9b32fa;}
.asideIcon3{top: 18vw;}
.asideIcon3 .tab{background-color: #c61818;}
.alert-success {background-color: #dff0d8;border-color: #d6e9c6;color: #3c763d;}
.btn{padding: 6px 12px;font-size: 14px;}
article#mesg .w-15{min-width: 115px;}


.txt-red {
  color: #e74c3c; 
  font-weight: 600;
}

.brand-blue {
  color: #2980b9; 
  font-weight: 500;
}

.brand-gold {
  color: #f1c40f; 
}

.brand-red {
  color: #c0392b;
}
.section-title {
  font-size: 24px;
  color: #2c3e50;
  border-left: 4px solid #e74c3c; 
  padding-left: 12px;
  margin: 30px 0;
}


.highlight-box {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.highlight-box p {
  line-height: 1.8;
  color: #666;
}

/
.process-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  margin: 25px 0;
}

.process-title {
  font-size: 20px;
  color: #34495e;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.step {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
}

.step:last-child {
  border-bottom: none;
}

.step-number {
  width: 32px;
  height: 32px;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: bold;
}

.step-content h5 {
  color: #2c3e50;
  margin-bottom: 8px;
}

.step-content p {
  color: #7f8c8d;
  line-height: 1.6;
}


.case-study {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 25px;
  margin: 30px 0;
}

.case-title {
  font-size: 18px;
  color: #e74c3c;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.case-item {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.case-item h5 {
  color: #2980b9;
  margin-bottom: 15px;
}

.case-item li {
  padding: 8px 0;
  color: #666;
}


.advantage {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #fcfcfc;
  border-radius: 8px;
  margin: 15px 0;
}

.advantage-icon {
  width: 30px;
  height: 30px;
  background: #27ae60;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}


.faq-section {
  margin: 40px 0;
}

.faq-title {
  font-size: 20px;
  color: #39C;
  margin-bottom: 25px;
      font-weight: bold;
}

.faq-item {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
}

.faq-q {
  background: #f8f9fa;
  padding: 15px;
  font-weight: 500;
  color: #e74c3c;
  cursor: pointer;
}

.faq-a {
  padding: 15px;
  background: white;
  color: #000;
  line-height: 1.7;
  border-top: 1px dashed #eee;
}