/*OVERALL*/

/*header*/

.offcanvas-menu .offcanvas-inner ul.menu>li a,
.offcanvas-menu .offcanvas-inner ul.menu>li span{
    font-weight:500;
}
.color-blue {
 color:#002973;
}

/*text style*/
.text-style-01 h2.sppb-addon-title {
    margin-bottom:20px;
}
.text-style-01.white h2.sppb-addon-title {
    color:#ffffff !important;
    margin-bottom:20px;
}
.text-style-01 p{
    margin-bottom:30px;
}
.text-style-01.white p,
.text-style-01.white a{
    color:#ffffff !important;
    margin-bottom:30px;
}
.p-no-margin p{
  	margin-bottom:0 !important;
}

/*image style*/
.img-style-01 img {
    border-radius:15px !important;
    box-shadow:0 5px 10px rgb(0 0 0 / 10%);
}

/*xiaohongshu*/
i.fas.fa-book-medical{
    content:url(/images/0_project/icons/XiaohongshuLOGO-2.png);
    width: 20px;
    top: 4px;
    position: relative;
    filter: invert(1) brightness(0);
}

/*bottom - footer*/
.bottom-module-title .sp-module-title {

  background: linear-gradient(
    to right,
    #4CAF50 0%,     /* Contact 绿色 */
    #4CAF50 30%,    /* 调整这里控制分界 */
    #1E3A8A 30%,    /* Info 蓝色 */
    #1E3A8A 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sp-footer .container-inner {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255,0);
    text-align: center;
}
#sp-footer .container-inner a{
    color: #fff !important;
}

/*page title*/
.sp-page-title {
    background: #eee;
}
.sp-page-title .sp-page-title-heading{
    text-align: center;
    font-size:48px;
}
#sp-main-body{
    background: #eee;
    padding:50px;
}
.sp-page-title .breadcrumb{
    justify-content:center;
}
.sp-page-title .breadcrumb .float-start{
    margin-right:10px;
}

/*scroll up*/
a.sp-scroll-up {right: 130px;bottom: 20px;}
@media screen and (max-width:991px){a.sp-scroll-up {right: 100px;bottom: 20px;}}


/*scrollbar*/
::-webkit-scrollbar{
    height: 3px;
    width: 3px;
    background: white;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #818181; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2e2e2e; 
}
::-webkit-scrollbar-thumb:horizontal{
    background: #ccc;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:horizontal:hover{
    background: #2e2e2e;
}
/*end of scrollbar*/


/*eb whatsapp*/
.whatsappchat .popup-section{
	display:none;
}



.faq-box .sppb-panel-title{
    color: rgb(71 107 58 / 60%) !important;
}

.value-box i{
    background:rgb(71 107 58 / 10%) !important;
}

.dot-controller-dot.sp-slider .sp-dots ul li.active::after, 
.dot-controller-dot.sp-slider .sp-dots ul li:hover::after,
.value-box.green, .contact-info{
    background:#476B3A !important;
}

.news-box .sppb-addon-article .sppb-article-info-wrap .sppb-readmore:hover{
    background:#315027 !important;
}


/*EO OVERALL*/