/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 20 2025 | 15:02:41 */
:root {
    --theme_accent: #477f84!important;
    --theme_accent_semi: rgb(71 127 132 / 80%)!important;
}

body {
    font: 1em/1.65em 'Public Sans', "Ma Shan Zheng", "Noto Sans SC", "Arial", sans-serif;
}

/*Override the sub-menu style*/
#main-nav ul {
    width: 250px;
}

#main-nav .current_page_item>a, #main-nav .current-menu-item>a {
    color: #477f84;
  font-weight:bold;
}
#main-nav a:hover {
    color: #477f84;
}
#main-nav ul a:hover, #main-nav .mega-menu-posts a:hover {
    color: #477f84;
}

.module_column .module-buttons.outline a:hover {
     background: transparent; 
     color: #fff; 
}

.module_column .module-buttons.outline .module-buttons-item a { 
    border-color: transparent;
}
.ui.module-accordion .accordion-title .tb_title_accordion {
    color: #fff;
}
.ui.module-accordion .accordion-title .tb_title_accordion:hover {
  color: #e2e2e2;
}
/*.ui.module-accordion .accordion-title {text-align:center;}*/
.module .ui.module-accordion .accordion-title a {
  	background: -webkit-gradient(linear, left top, right bottom, from(#346498), to(#34e89e));
    background: -webkit-linear-gradient(top left, #346498, #34e89e);
    background: -o-linear-gradient(top left, #346498, #34e89e);
    background: linear-gradient(to bottom right, #346498, #34e89e);
  	background-color:transparent;
}
.module-accordion .accordion-title i {
    margin-right: .4em; 
    position: absolute;
    right: 1%;
    top: 0.6rem;
    color: #ffffff;
}
.tb_default_color.separate>li{
    background: -webkit-gradient(linear, left top, right bottom, from(#0062cd), to(#34e89e));
    background: -webkit-linear-gradient(top left, #0062cd, #34e89e);
    background: -o-linear-gradient(top left, #0062cd, #34e89e);
    background: linear-gradient(to bottom right, #0062cd, #34e89e);
}
.ui.module-accordion.separate>li, .ui.module-accordion.separate>li:first-child { 
    box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.3);
}
/*Override footer style*/
#footerwrap { 
    background-color: #f9f9f9;
}

.module-image .image-wrap span.zoom{top:10%;left:7%;}


body #site-logo a img {
    width: 220px;
}


/*Override Post Card style*/
.post {margin-bottom: 0.1em;}
.footer_thumb .clearfix::after{display: none !important;clear: both !important;content: none !important;}

/*Override the feature icon*/
.module-feature-chart-html5 {
    border-radius: 0%;
    width: 80px;
    height: 80px;
    border: 1px solid #1bbbb4;
}
.watch-us-now h3.module-feature-title a{font-weight:bold !important;}

/* Override the highlighted main menu */
#main-nav .highlight-link>a { 
    background-color: rgb(161 209 223 / 50%); 
}



/*Override the menu button in mobile view */
@media screen and (max-width: 680px){
  #headerwrap .header-icons { 
      top: 45%;
  }
}

#header {
    padding: 15px 0 20px;
}
 
/*Override the video play button */
#watch_online_video .tf_video_lazy .tf_big_video_play{display: none !important;}
#watch_online_video .tf_video_wrap{display: none !important;}

#watch_online_video_mobile .tf_video_lazy .tf_big_video_play{display: none !important;}
#watch_online_video_mobile .tf_video_wrap{display: none !important;}

/*!========================================== 
 *
 * 	Overide the footer widget text
 *
 =============================================*/
.footer-widgets .col3-1{width: 100%;margin-left: 0;}
.footer-widgets .widget {margin: -22px 0 0;}


/*!========================================== 
 *
 * 	Overide the textarea height
 *
 =============================================*/
textarea {
    min-height: 7.5em!important; 
}

/*!========================================== 
 *
 * 	Overide the button in Contact Us Form in 
 *  Homepage
 *
 =============================================*/
.themify_builder_content-94 .tb_7f7c895.module-contact .builder-contact-field-send button {
	position: relative;
}
.themify_builder_content-94 .tb_7f7c895.module-contact .builder-contact-field-send button:after {
    content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto 0;
    display: inline-block;
    width: 25px;
    background-image: url(https://www.salvation.my/zh/wp-content/uploads/sites/201/2025/06/right_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*!========================================== 
 *
 * 	Overide the article tag <article> in
 *  Event List
 *
 =============================================*/
:is(.post,.product,.slide-inner-wrap):has(>.edit-button) {
	z-index: unset !important;
}

