/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2025 | 08:34:15 */
/*!=======================================
 *
 *  General Style 
 *
==========================================*/
body {font-size:1em; line-height:1.65em;font-family: "Noto San Sc", serif;}
.zh_main_btn {
/* 	padding: 10px 20px; */
	background-color: #AFC89F;
	color: #000;
	border: none;
	border-radius: 25px;
	cursor: pointer;    
	display: inline-flex;
    align-items: center;
    justify-content: center;
	width: 160px;
    height: 40px;
	max-width: 160px;
	max-height: 40px;
	text-align:center;
	position: relative;
	font-size: 14px;
/*     line-height: 17px; */
    font-weight: 600;
	font-family: "Noto Sans SC", sans-serif;
}
.zh_main_btn: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;
}

.zh_main_btn:hover {text-decoration: none;}
.zh_main_btn img {
	position: absolute;
	top:0;
	bottom: 0;
	right: 8px;
	width: 25px;
	margin: auto 0;
}
.zh_main_btn_lg {
  	font-size: 18px;
    width: 200px;
    height: 50px;
    max-width: 200px;
    max-height: 50px;
    border-radius: 50px;
}
.zh_secondary_btn {background-color: #D9D9D9;width: 190px!important;max-width: 190px!important;}

.contact_header_img img{
	width: 100%;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);    
	z-index: 1;
    position: relative;
}
.contact_leftSide {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.contact_leftSide h1 {
/* 	writing-mode: vertical-rl;
	text-orientation: upright; */
	font-size: 55px;
	margin: 0;
	color: #000;
	width: 40%;
	font-family: "Noto Serif SC";
}
.contact_leftSide img {
	width: 100px;
	margin-top: 40px;
	border-radius: 10px;
}
@media (max-width:768px){
	.contact_leftSide h1 {
		width: 100%;
		font-size: 46px;
	}
	.contact_leftSide img {
		display: none;
	}
}

@media (max-width:425px){
	.contact_leftSide h1 {font-size: 30px;}
}

.object-cover-center{object-fit:cover;object-position:50% 50%;}
.objeect-cover-right-top{object-fit:cover;object-position:right top;}
.object-cover-left-bottom{object-fit:cover;object-position:left bottom;}
.object-cover-bottom{object-fit:cover;object-position:center bottom;}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.paragraph_text {
  font-size: clamp(0.9375rem, 1vw + 0.5rem, 1.125rem); /* 15px to 18px */
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #333;
	font-family: "Noto San Sefir SC", sans-serif;
}
hr.type1{width:100px;height:4px;background: -webkit-linear-gradient(left, #34e89e 1%,#0062cd 100%);}
hr.type2{border-width:1px;border-color:red;}
hr.type3{border-width:3px;border-color:rgba(236, 28, 35, 0.8);}
hr.type4{height:30px;border-style:solid;border-color:#C49128;border-width:1px 0 0 0;border-radius:20px;}
hr.type4:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#C49128;border-width:0 0 1px 0;border-radius:20px;}
hr.type5{width:100px;border-width:3px;border-color:#ffffff;}
hr.type6{border: 0;height: 1px;background: #333;background-image: -webkit-linear-gradient(left, #f1f1f1, #ec1c23, #f1f1f1);background-image: -moz-linear-gradient(left, #f1f1f1, #ec1c23, #f1f1f1);background-image: -ms-linear-gradient(left, #f1f1f1, #ec1c23, #f1f1f1);background-image: -o-linear-gradient(left, #f1f1f1, #ec1c23, #f1f1f1);}
section{padding:30px 0;}
section h2{font-size:50px;}
.margin-0{margin:0;}
.margin-top-7{margin-top:7rem;}
.padding-0{padding:0;}
.padding-lr-0{padding-left:0;padding-right:0;}
.padding-l-0{padding-left:0;}
.padding-r-0{padding-right:0;}
.primary-color{color:#1ba8b5 !important;}
.secondary-color{color:#ffffff !important;}
.tertiary-color{color:#ff3e00 !important;}
.quaternary-color{color:#ffbe30 !important; }
.quinary-color{color:#0eb496}
.gradient-text-main{background: -webkit-linear-gradient(left, #34e89e 1%,#0062cd 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.text-shadow1{text-shadow:-0.04em 0.03em 0.13em rgba(7,20,59,0.3);}
.z-index-2{z-index:2;}
.z-index-3{z-index:3;} 
.no-gutters {margin-right: 0;margin-left: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] {padding-right: 0;padding-left: 0; }

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}
.theme-btn {
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 35px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    text-transform: uppercase;
    background: #9ac7f7;
    color: #ffffff !important;
    -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
}
.theme-btn:before {
    background: -webkit-gradient(linear, left top, right bottom, from(#34e89e), to(#0062cd));
    background: -webkit-linear-gradient(top left, #34e89e, #0062cd);
    background: -o-linear-gradient(top left, #34e89e, #0062cd);
    background: linear-gradient(to bottom right, #34e89e, #0062cd);
}
.theme-btn:before {
    background: linear-gradient(to bottom right, #0062cd , #34e89e)!important;
}
.theme-btn:after {
    opacity: 0;
    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);
}
.theme-btn:after {
    background: linear-gradient(to bottom right, #34e89e , #0062cd)!important;
}
.theme-btn:after, .theme-btn:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    content: '';
    position: absolute;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.theme-btn:hover:before {
    opacity: 0;
}
.theme-btn:hover:after {
    opacity: 1;
}
.box-shadow1{box-shadow: 0 50px 90px -80px rgba(0, 0, 0, 0.5) !important;}
.align-items-center {-webkit-box-align: center !important;-ms-flex-align: center !important;align-items: center !important;}
.justify-content-center {-webkit-box-pack: center !important;-ms-flex-pack: center !important;justify-content: center !important;}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-1 {
	flex: 1;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/*!========================================== 
 * 	Homepage Style
 =============================================*/
.video-hero {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
 .video-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #08c299;
    background: -moz-linear-gradient(45deg, #08c299 0%, #090089 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #08c299), color-stop(100%, #090089));
    background: -webkit-linear-gradient(45deg, #08c299 0%, #090089 100%);
    background: -o-linear-gradient(45deg, #08c299 0%, #090089 100%);
    background: -ms-linear-gradient(45deg, #08c299 0%, #090089 100%);
    background: linear-gradient(45deg, #08c299 0%, #090089 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#08c299', endColorstr='#090089', GradientType=1 );
}
.slider-text{color:#fff;}
.slider-text h1{font-size:55px;color:#fff;line-height:1.2;font-weight:400;}
@media (min-width:768px){
  /*.slider-text h1{margin-top:-50px;}*/
}
@media (max-width:991.98px){
  .slider-text h1{font-size:40px;}
}
.slider-text h1 strong{font-weight:800;}
.slider-text p{font-size:20px;line-height:1.5;font-weight:300;color:rgba(0, 0, 0, 0.8);}
.slider-text p strong{font-weight:700;}
.slider-text p strong a{color:#000;}
.slider-text .btn-primary{border:1px solid rgba(255, 255, 255, 0.4);-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;}
.slider-text .btn-primary:hover, .slider-text .btn-primary:focus{background:#fff !important;color:#000;}




