/* @import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,700;0,800;0,900;1,100;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Rochester&display=swap');

:root {
    --mm-sidebar-expanded-size: 300px;
}
.mm-menu {
    --mm-listitem-size: 50px;
    --mm-navbar-size: 50px;
}
.mm-navbar{background-color: #eee;}
.mm-navbar_tabs span {
    display: inline-block;
    margin-left: 8px;
}
.mm-navbar__title{ font-weight: bold;}
body{
    font-family: 'Montserrat','Battambang', sans-serif;
    font-size: 18px;
    /* font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(white, #A9E2E1) !important; */
    /* background: linear-gradient(white, #A9E2E1) !important; */


}
body::-webkit-scrollbar {
	width: 5px;
}
body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px #00acbb;
}
body::-webkit-scrollbar-thumb {
	background-color: #1C355E;
	outline: 0.2px solid #fff;
    border-radius: 5px;
}
/*Header */
.header{
    /* position: fixed; */
    z-index: 99;
    float: left;
    width: 100%;
    left: 0;
    right: 0;
}
.header-scrolled .header-bottom{
    background: rgba(255,255,255,1);
    
}
/* .header-scrolled .header-bottom .logo{
    width: 80px;
} */
.transaction{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top{
    background-color: #00acbb;
    line-height: 18px;
    padding: 18px 0px;
}
.header-top ul{
    padding: 0px;
    margin: 0px;
}
.header-top .menu-top{
    text-align: center;
    float: left;
    width: 100%;
}
.header-top ul li{
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    color: #000;

}
.header-top ul li a{
    color: #fff;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.header-top ul li:last-child a{
    border-right: 0px;
}
.header-top ul li:first-child a{
    padding-left: 0px;
}
.header-top ul li a.active,
.header-top ul.menu li:hover a{
    color: #000;
}
.language-top{
    float: right;
}
.language-top .menu-top-right{
    margin: 0px;
}
.language-top .menu-top-right  li{
    float: left;
    width: auto;
}
.language-top .dropdown-toggle{ color: #fff;}
.language-top ul.menu li{
    float: left;
    width: 100%;
}
.language-top ul.menu li a{
    color: #000;
}

.language-top .dropdown-menu{
    padding-bottom: 5px;
    padding-top: 0px;
}

.language-top .login a{
    background-color: #00acbb;
    padding: 0px 5px;
    float: left;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
    width: 100px;
    line-height: 20px;
}
.language-top .login a:hover{
    color: #1C355E !important;
}

.language-top .dropdown{ margin-right: 10px;}
.language-top .dropdown:hover{ cursor: pointer;}
.language-top .dropdown-toggle::after{ vertical-align: middle !important;}

.language-top .dropdown-menu  li a,
.language-top .dropdown-menu  li{
    float: left !important;
    width: 100% !important;
    color: #000;

}
.language-top .dropdown-menu  li a{
    padding-top: 5px !important;
    padding-left: 5px !important;
}
.language-top .dropdown-menu{
    transform: translate3d(-63px, 26.5px, 0px) !important;
    --bs-dropdown-min-width: 100px !important;

}
.language-top .dropdown-menu  li:hover a{
    color: #000;
}
.language-top .dropdown-menu  li a:hover{
    color: #00acbb;
}


.header-bottom{
    background-color: #fff;
    float: left;
    width: 100%;
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
}

.header-bottom .logo{
    width: 350px;
    margin: 0 auto;
}
.shg-menu{
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}
.shg-menu ul.menu{
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}
.shg-menu ul.menu li{
    display: inline-block;
    list-style: none;
}
.shg-menu ul.menu li a{
    padding: 0px 30px;
    font-weight: bolder;
    font-size: 25px;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -ms-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
   text-transform: lowercase;
   font-family: 'Rochester';
}
.shg-menu ul.menu li.network{
    width: 30px;
    padding: 0px 4px;
}
/* .shg-menu ul.menu li.network{
    list-style: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s;
    padding: 0;
}

.shg-menu ul.menu li.network:hover{
    transform: rotate(360deg);
    background: rgba(255,255,255,0.5)
} */


.active.mm-listitem,
.shg-menu ul.menu li.active a,
.shg-menu ul.menu li:hover a{
    color: #00acbb;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.slider{
    float: left;
    width: 100%;
    border: 6px solid #e0aa3e;
    margin-top: 2px;
}
.slider .carousel-indicators [data-bs-target]{
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.slider .carousel-indicators [data-bs-target]{
    background-color: #333;
}
.slider .carousel-indicators [data-bs-target]:focus-visible{
    outline-offset: inherit;
    outline-style: inherit;
    outline-color: inherit;
}
.slider .carousel-indicators .active{
    background-color: #00acbb !important;
}
.slider .carousel-caption{
    right: 0;
    left: 0;
    text-align: center;
    bottom: 25%;
    width: 100%;
}
.slider .carousel-caption h1{
    font-weight: bold;
    color: #1C355E;
}
.slider .carousel-caption h1 span{
    color: #00acbb !important;
}
.slider .carousel-caption p{
     color: #000;
}



.menu-language{
    margin: 19px 0px;
    padding: 0px;
    float: right;
    color: #fff;
}
.menu-language li.item{
    list-style: none;
    float: left;
    padding-left: 20px;
}
.menu-language .lang img{
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0px;
    background: #fff;
}
.humburgermenu{
    float: right;
    width: 30px;
    margin-top: 3px; 
}
.humburgermenu span{
    height: 2px;
    background-color: #00acbb;
    float: left;
    width: 24px;
    margin: 2px;
    text-align: center;
}
.menu-language .login{
    padding: 0px 2px;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #00acbb;
    background-color: #00acbb;
}
.menu-language .login:active,
.menu-language .login:hover,
.menu-language .login:focus-visible{
    background-color: #00acbb;
}
.menu-language .dropdown-menu{
    --bs-dropdown-min-width: 100px !important;
    margin-left: -33px !important;
    top: 14px !important;
    padding: 5px;
}


.header-mobile{
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
    border-bottom: 1px solid #fff;
    line-height: 58px;
}
.header-mobile .logo{
    width: 84px;
}
.header-mobil-top{
       float: left;
    width: 100%;
    text-align: center;
    background-color: #00acbb;
    line-height: 39px;
    color: #fff;
}

/** 
welcome-spa
*/
.section{
    float: left;
    width: 100%;
    padding-top: 20px;
    /* background: url('../images/tmp/bg-1.png'); */
    background-position: 0px 5px;
    background-size: cover;
    background-repeat: no-repeat;
}
h3.title{
    font-weight: bold;
}
.title{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.title span{
    color: #000;
}
.border-img{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.btn-product{
    background-color: #00acbb;
    text-transform: uppercase;
    color: #fff !important;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}

.welcome-spa{

}

.happy-place .box{
    padding: 5px;
}
/* .happy-place .box.shadow{
    background: linear-gradient(rgba(211,165,38,0.9), rgba(211,165,38,0.8)) !important;
} */
.happy-place .box:hover{
    border-radius: 5px;
}
.happy-place .box.shadow1{
    padding: 10px;
    background-color: #fff;
    margin: 5px;
}
.we-are{
    /* background: #F4F4F4; */
    padding-bottom: 25px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}

.slick-dots	li {
    margin: 0px;
    width:  auto !important;
    height: auto !important;
}
.slick-dots li button {
    display: block;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #333 !important;
    
    text-indent: -9999px;
}

.slick-dots	li.slick-active button {
    background-color: #00acbb !important;
}
.slick-dots{ bottom: -24px !important}
.star .slick-slide{
    padding: 8px;
    border-radius: 5px;
    background: linear-gradient(#e0aa3e, #e0aa3e) !important;
     margin: 10px;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb),.15)!important;
}
.banner-page{
    float: left;
    width: 100%;
    margin-top: 2px;
    border: 6px solid #e0aa3e;

}
.banner-page img{
    width: 100%;
}
/*head*/
.media{
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    position: relative;
    padding: 206px 0px;
    margin-top: 130px;
    border: 6px solid #e0aa3e;
}
.post-careers .card-body{
    background:rgba(255,255,255,0.4);
    padding: 20px;
    border-radius: 5px;
}
.media .desc {
    position: relative;
    z-index: 1;
    left: 0;
    text-align: left;
    right: 0;
    top: 100px;
}
.media .desc h2{
    font-weight: bold; 
    margin-top: 0px;
    color: #1C355E;
}
.media .desc .title{
    font-weight: bold; 
    margin-top: 0px;
    color: #fff;
    font-size: 18px;
}
.media .mask{
    position: absolute;
    background: rgba(1, 172, 187, 0.2);
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    padding: 30px;
    bottom: 0;
}

/*why-join-us */
.about-us,
.careers{
}
.why-join-us{
    float: left;
    text-align: center;
    width: 100%;
    padding: 12px 20px;
}
.why-join-us h3{
    display: inline-block;
    border-bottom: 1px solid #00acbb;
    text-align: center;
    margin: 0 auto;
    padding: 10px 70px;
}

.box-careers{
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.box-careers h4{
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
.box-careers .discription h5{
    text-transform: uppercase;
    color: #00acbb;
    font-size: 14px;
}
.box-careers .how_to_apply a{
    color: #00acbb;
}
.careers .btn-search{
    background-color: #00acbb;
    padding: 8px 50px;
    float: left;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #00acbb;
    color: #fff !important;
    line-height: 20px;
    width: 100%;
}
.faqs{
    padding-top: 30px;
}
.box-faqs:hover{
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
        box-shadow: 0 -0.5rem 1rem rgba(var(--bs-body-color-rgb),.15)!important;
}
.box-faqs{
    text-align: center;
    background-color: #fff;
    padding: 15px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
        box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb),.15)!important;
}
.box-faqs .cycle{
    text-align: center;
    overflow: hidden;
    transition: all .3s;
    width: 80px;
    line-height: 54px;
    padding: 13px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    height: 80px;
}
.box-faqs img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.box-faqs h5{
    margin-top: 8px;
}
.box-faqs:hover h5{
    color: #00acbb;
}
.box-faqs:hover img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.box-faqs:hover .cycle{
    transform: rotate(360deg);
    transition: all .3s;
}
.faqs .post-careers h6{
    margin-top: 10px;;
}
.faqs .box-careers{
    padding: 5px 30px;
}
.arrow-careers{
    float: right;
    width: 50px;
    margin-top: 0px;
    text-align: right;
}
.faqs a[aria-expanded="true"] .arrow-careers img{
    transform: rotate(87deg);
    transition: all .3s;
}
.faqs a[aria-expanded="false"] .arrow-careers img{
    transform: rotate(0deg);
    transition: all .3s;
}
.faqs a[aria-expanded="true"] .faqs-border{
    border-bottom: 1px solid #00acbb;
    color: #00acbb;
}
.arrow-careers img{
    width: 10px;
}
.job .box-careers{
    padding: 35px 30px;
}
.job .arrow-localtion img{
    width: 14px;
    margin-top: -9px;
}
.job a[aria-expanded="true"] .arrow-careers img{
    transform: rotate(87deg);
    transition: all .3s;
}
.job a[aria-expanded="false"] .arrow-careers img{
    transform: rotate(0deg);
    transition: all .3s;
}
.job a[aria-expanded="true"] .faqs-border{
    border-bottom: 1px solid #00acbb;
    color: #00acbb;
}
.job .arrow-careers img{
    width: 18px;
}
.job .arrow-careers{
    margin-top: -4px;
}
.box-careers:hover a > h4{
    color: #00acbb;
}



.section-item{
	padding-bottom: 25px;
	border-bottom: solid #eee 1px;
}
.projects .section-item{
	border: none;
	padding-bottom: 0;
}
.readmore{
	color: #fff !important;
	float: right;
	padding: 10px 15px;
	text-decoration: none;
	margin-top: -40px;
}

.section .section-item{	
	margin: 15px 0 !important;
	float: left;
}
.section .careers-section-item{
	width: 100%;
	float: left;
}
.section .section-item:first-child{	margin: 0 0 15px; }
.section figure.jsection{
	position: relative;
	overflow: hidden;
	cursor: pointer;
    background: linear-gradient(rgba(211,165,38,0.9), rgba(211,165,38,0.8)) !important;   
	margin: 0px;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb),.15)!important;
}
.section figure.jsection *{
	-webkit-transition: all .5s;
       -moz-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.section figure.jsection img {
	width: 100%;
	height: auto !important;
	margin: 0;
	max-width: none;
	background: #eee;
	border: solid #eee 1px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.section figure.jsection:hover{background: rgba(255,255,255,1);}
.section figure.jsection:hover img {
	-khtml-opacity: 0.5;
	  -moz-opacity: 0.5; 
	       opacity: 0.5; 
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	        filter: alpha(opacity=50);
}
.section figure.jsection figcaption{
	position: absolute; 
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 20px 30px;
	color: #fff;
}
.section figure.jsection figcaption:hover{
    overflow-y: scroll;
}
.section figure.jsection figcaption > a { 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
}
.section figure.jsection figcaption h4{
	position: relative;
	font-size: 20px;
	margin: 30% 0 0;
	-khtml-opacity: 0;
	  -moz-opacity: 0; 
	       opacity: 0; 
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	        filter: alpha(opacity=0);	
}
.section figure.jsection:hover figcaption h4{
	margin: 5% 0 0;
	-khtml-opacity: 1;
	  -moz-opacity: 1; 
	       opacity: 1; 
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	        filter: alpha(opacity=100);	
            color: #000;

}
.section figure.jsection figcaption p{
	margin-top: 15px;
	-webkit-transform: scale(0);
	transform: scale(0);
    color: #000;
}
.section figure.jsection:hover figcaption p{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.section figure.jsection .sub-mask{ 
	background: rgba(255,255,255,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 20px;
	width: 100%;
	z-index: 1;	
}
.section figure.jsection:hover .sub-mask{
	bottom: -100px;
	-khtml-opacity: 0;
	  -moz-opacity: 0; 
	       opacity: 0; 
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	        filter: alpha(opacity=0);
}
.promotion .section .section-item,
.promotion .section .section-item:first-child{
    margin: auto auto 6px auto !important;
    
}
/* .promotion .section figure.jsection img,
.promotion .section figure.jsection,
.promotion .section figure.jsection:hover{
    background: inherit !important;
} */
/* Dropdown */
.section .btn-success,
.section .btn-success.active, 
.section .btn-success.focus,  
.section .btn-success:hover, 
.section .open > .dropdown-toggle.btn-success{
	background-color: #8CC441;
	border-color: #8CC441;
	box-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
.section .btn-default{
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
.section .dropdown-menu{
	padding: 0 !important;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
.section .dropdown-menu li a{
	padding-top: 10px;
	padding-bottom: 10px;
}
.section .dropdown-menu li a.current{ pointer-events: none; }
.section .dropdown-menu li a.current,
.section .dropdown-menu li a:hover{
	background: #8CC441;
	color: #fff;
			
}
.section .dropdown-menu li a,
.section .dropdown-menu li a.current,
.section .dropdown-menu li a:hover{
	-webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
.section .btn-group{ margin: -15px 0 20px; }
.section .btn-group .btn-default{ 
	text-align: left;
}


.content{
    /* background: url('../images/tmp/blue.png'); */

    background-attachment: fixed;
}
/** contact **/
.contact-us{
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-us .title-contact{
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.left-box{
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 10px 43px 10px;
    float: left;
    width: 100%;
}
.left-box .contact-info h5,
.left-box .download h5{
    float: left;
    border-bottom: 1px solid #00acbb;
}
.left-box .download ul,
.left-box .contact-info ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.left-box .contact-info ul li{
    list-style: none;
    float: left;
    width: 100%;
}
.left-box .contact-info ul li .icon{
    float: left;
    width: 30px;
    padding: 7px;
    height: 27px;
    line-height: 11px;
}
.left-box .connect h5{
    color: #000;
}
.left-box .connect .social li{
    background: rgba(238,238,238,0.8);
}
.left-box .connect .social li:hover{
    background: rgba(28,63,94,1);
}
.left-box .download{
    float: left;
    width: 100%;
}
.download .download-shg{
    margin: 0;
    padding: 0;
}
.download .download-shg li{
    float: left;
    list-style: none;
    padding-left: 0;
    margin-right: 10px;
}
.download .download-shg li a{
    text-align: center;
    display: inline-block;
    width: 122px;
}
.contact-here h3{
    border-bottom: 1px solid #00acbb;
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: 600;
}
.btn-send-message{
    background-color: #00acbb;
    padding: 8px 50px;
    float: left;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #00acbb;
    color: #fff !important;
    line-height: 20px;
}

.about-us{
    padding: 30px 0px;
}
.about-us .box-about{
    background-color: #1C355E;
    float: left;
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    color: #fff;
}
.about-us .box-about ul{
    padding: 0px;
    margin: 0px;
}
.about-us .box-about ul li{
    list-style: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
}
.about-us .box-about ul li:last-child{
    border-bottom: 0px;
}
.about-us .box-about ul li:hover a,
.about-us .box-about ul li a.active{
    color: #00acbb;
}
.about-us .box-about ul li img{
    width: 20px;
}
.box-about-desc .about-desc{
    background-color: #fff;
    padding: 32px 20px;
    border-radius: 5px;
}
.box-about-desc .about-desc img{
    max-width: 80%;
}
.box-about-desc .about-desc p{
    font-size: 18px;
}

.about-vission-mission{
    background-color: #fff;
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 5px;
}
.about-vission-mission .our-vission{
    float: left;
    width: 100%;
}
.about-vission-mission .our-vission .icon{
    margin: 0 auto;
    width: 210px;
    height: 120px;
    text-align: center;
}
.about-vission-mission .our-vission h4{
    text-transform: uppercase;
    color: #1C355E;
    text-align: center;
}
.about-vission-mission .our-vission img{
    margin-bottom: 10px;
    padding: 10px;
    max-width: 50%;
    border-bottom: 1px solid #00acbb;
    text-align: center;
}
.our-core-value{
    margin-top: 30px;
    background-color: #fff;
}
.our-core-value .innovation ul{
    margin: 0px;
    padding: 0px;
}
.our-core-value .innovation ul li{
    list-style: none;
}
.our-core-value .innovation ul li h4{
    text-transform: uppercase;
    color: #00acbb;
}
.our-core-value .innovation ul li .icon{
    width: 68px;
    float: left;
    line-height: 90px;
}
.our-core-value .innovation .desc{
    padding-left: 110px;
}
.our-core-value .core{
    border-right: 1px solid #00acbb;
    float: left;
    width: 100%;
    margin: 108px 0px;
    padding: 45px 1px;
}
.our-core-value .core h4{
    color: #1C355E;
    text-transform: uppercase;
    text-align: center;
}
.about-desc .board{
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 5px;
    border-radius: 5px;
}
.about-desc .board.active,
.about-desc .board:hover{
    box-shadow: 0 .1rem 4rem rgba(var(--bs-body-color-rgb),.1)!important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-desc .board h4{
    border-bottom: 1px solid #00acbb;
    margin-bottom: 0px;
    font-size: 12px;
}
.about-desc .board h6{
    margin-top: 5px;
    color: #00acbb;
    font-size: 10px;
}
.about-desc .member-title .title{
    color: #00acbb;
    font-size: 12px;
}
.about-desc .member-title h3{
    margin-top: 5px;
    color: #1C355E;
    font-weight: bold;
    border-bottom: 1px solid #00acbb;
}
.detail{
    padding: 5px;
    box-shadow: 0 .1rem 4rem rgba(var(--bs-body-color-rgb),.1)!important;
}
.display-none{
    opacity: 0;
    display: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.display-block{
    opacity: 1;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.detail .desc p{
    font-size: 14px;
}
.detail .board-desc{
    text-align: center;
}
.detail .board-desc h4{
    margin-bottom: 5px;
    border-bottom: 1px solid #00acbb;
}
.detail .board-desc h6{
    margin-top: 5px;
    color: #00acbb;
    font-size: 12px;
}

/*----------------------------------------------------
Media 
-----------------------------------------------------*/
.media-page{margin: 0px !important;}

.our-media-detail{
  margin: 0px;
    background: #fff !important;
}
.our-media-detail .header-our-media{
  text-align: left !important;
}
.our-media-detail .date{
  font-size: 12px;
}
.our-media-detail .date span{
  font-style: italic;
  color: #CDA977;
}
.our-media-detail h3.title{
  font-weight: bold;
  font-size: 22px;
  margin: 27px 0px;
  width: 70%;
  color: black;
}
.our-media{
    background-color: #eee;
    padding-top:30px;
    margin-top: 78px;
    padding-bottom: 80px;
}
.our-media1{
    padding-bottom: 0px;
}
.our-media2{
    padding-top:80px;
}
.our-media .header-our-media{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
}
.our-media .box-media{
    float: left;
    width: 100%;
    background-color: #fff;
}
.our-media .box-media .desc{
    padding: 20px 30px;
    float: left;
    width: 100%;
}
.our-media .box-media .desc h4{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
.our-media .box-media .desc .read{
    float: left;
    font-size: 8px;
    width: 100%;
    border-top: 1px solid #dadada;
    padding-top: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.border-read{
    border-bottom: 1px solid #00acbb;
    width: 67px;
    float: right;
    position: absolute;
    padding: 0px;
    margin-left: 17px;
    margin-top: 8px;
}
.box-media a{
    color: #000;
}
.our-media .box-img{
    overflow: hidden;
}
.box-media:hover a{
    color: #00acbb;
    transition: 0.3s;
}
.box-media a,
.box-media a img {
    transition: 0.3s;
}
.box-media:hover a img {
    transform: scale(1.2);
    transition: 0.3s;
}
.detail-page-news{
    background-color: #fff;
    padding: 10px;
}
.detail-page-news img{
    margin-bottom: 10px;
}
.title-news{
    background-color: #fff;
    padding: 5px;
}
.title-news h3{
    border-bottom: 1px solid #00acbb;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
}
.detail-page-news .title h1{
    font-size: 20px;
    font-weight: bold;
    color: #1C355E;
    margin-top: 0px;
}
.detail-page-news .title span{
    color: #00acbb;
}
.detail-page-news .title{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.calculator-detail{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}
.calculator-detail .loan h4{
    margin-top: 0px;
    border-bottom: 1px solid #00acbb;
}
.calculator-detail .input-group-text{
    border-radius: 0px 5px 5px 0px !important;
}
.form-control:focus{
    outline: none;
    outline-offset: none;
    color: inherit;
    background-color: inherit !important;
    box-shadow: inherit;
}
#calculate{
    border: 1px solid #00acbb;
    padding: 5px 35px;
    color: #00acbb;
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.3s;

}
#calculate:hover{
    background-color: #00acbb;
    color: #fff;
    transition: 0.3s;

}
.calculator-detail .loan-size{
    float: left;
    width: 100%;
}
.calculator-detail .loan-size h4{
    display: inline-block;
    border-bottom: 1px solid #00acbb;
    margin: 0 auto;
    text-align: center;
    width: auto;
    padding: 0px 16px;
    color: #1C355E;
    font-weight: bold;
}
.calculator-detail .result ul{
    margin: 0px;
    padding: 0px;
}
.calculator-detail .result ul li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding-top: 13px;
}
.calculator-detail .result ul li .amount{
    float: right;
}
.calculator-detail .chart{
    min-height: 100px;
    float: left;
    width: 100%;
}
/**** Footer ***/
.footer{
    /* background: url('../images/tmp/bg.png'); */
    background-position: 0px 5px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    text-align: center;
    background: linear-gradient(#ADE3E2, rgba(1,172,187,0.9)) !important;
}
.bg-rgba{
    /* background: linear-gradient(white, rgba(1,172,187,0.2)) !important; */
    background: linear-gradient(white, #A9E2E1) !important; 
    float: left;
    width: 100%;

}
.footer-top{
    padding: 20px 0px;
    border-top: 1px dotted #000;
}


.footer-top img{
    width: 100px;
}
.shg-logo-footer h4 span.main{
    color: #000;
    font-weight: bold;
}
.footer-bottom{background-color: #111111; padding-bottom: 10px;}
.footer-top .product ul,
.footer .terms ul{
    padding: 0px;
    margin: 0px;
}
.footer-top h4,
.footer-top .product h4{
    font-size: 30px;
    font-weight: bold;
    text-transform: lowercase;
    font-family: 'Rochester';
}
.footer-top .product h4 span.main{
    color: #000;
    font-weight: bold;
}
.footer-top .product ul li{
    list-style: none;
}
.footer-top .product ul li a{
    color: #000;
    font-weight: 300;
}
.footer-top .product ul li a.active,
.footer-top .product ul li:hover a{
    color: #00acbb;
}
.footer .condition{
    float: left;
    width: 100%;
    height: 74px;
}
.footer .terms{
    float: left;
    line-height: 85px;
    width: 100%;
    padding-top: 20px;
}
.footer .terms ul li{
   list-style: none;
   color: #fff;
   display: inline-block;
}
.footer .terms ul li a{
    color: #000;
}
.footer .terms ul li a.active,
.footer .terms ul li:hover a{
    color: #00acbb;
}


.footer .copy-right{
    color: #777777;
    font-size: 13px;
    padding-top: 10px;
    text-align: center;
}
.connect .social{
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}
.connect .social li{
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 37px;
    transition: all .3s;
    line-height: 35px;
    height: 37px;
    padding: 0;
}
.connect h5{
    color: #000;
    float: left;
    border-bottom: 1px solid #00acbb;
}

.connect .social li:hover{
    transform: rotate(360deg);
    background: rgba(255,255,255,0.5)
}


.connect .social li a img{
    max-width: 100%;
}






.header-bottom .social{
    padding: 0px;
    margin: 0px;
    float: right;
}
.header-bottom .social li{
    list-style: none;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 37px;
    transition: all .3s;
    line-height: 35px;
    height: 37px;
    padding: 0;
}


.header-bottom .social li:hover{
    transform: rotate(360deg);
    background: rgba(255,255,255,0.5)
}


.header-bottom .social li a img{
    max-width: 80%;
}


@media (min-width: 992px) {
    .header .header-mobile {
        display: none;
    }
    /* .slider .carousel-caption{
        bottom: 11% !important;
        width: 70% !important;
    } */
    .shg-mobile{
        padding-bottom: 81px;
    }
    .media{
        /* background-size: 180%; */
        margin-top: 260px;
    }
    .shg-menu ul.menu li a{
        padding: 0px 20px;
        }
        .header-bottom .social li{
            width: 31px;
            height: 31px;
        }
}

@media (max-width: 450px) {
    .mm-navbar_tabs span {
        display: none;
    }
}


@media (max-width: 993px) {
    .slider .carousel-caption{
        bottom: 6%;
        width: 70%;
    }
    .banner-page,
    .slider{margin-top: 15px;}
    .media .desc{
        top: 7px;
    }
    .media{
        /* background-size: 180%; */
        padding: 75px 0px;
        margin-top: 67px;
    }
    .apply-loan .how-to-apply-loan{ padding: 0px; margin-top: 20px;}
    .footer .condition{
        height: auto;
    }
    .footer .terms{
        line-height: inherit;
    }
    .footer .condition{
        text-align: center;
    }
    .footer-top{ text-align: center;}
    .connect h5{ float: none;}
    .shg-mobile{
        padding-bottom: 30px;
    }
    .shg-mockup{
        top: 0px;
        right: 0px;
        text-align: center;
    }
    .shg-mockup img{
        position: inherit;
        max-width: 100%;
        left: 0;
    }
    .help .item .group{
        min-height: auto;
        max-height: auto;
        padding: 10px;
        border-radius: 20px;
    }
    .help .item .group{
        max-height: inherit;
    }
   
    .help .item{padding: 0px;}
    .help .item .img-slide img{
        max-width: 60%;
        display: inline-block;
    }
    .help .item .img,
    .help .item .img-slide{
        text-align: center;
    }
   
  
    .help .item h3{
        opacity: 0 !important;
    }
    .help .item .img{
        opacity: 1 !important;
    }
    .here-to-help .person .icon{
        top: 29px;
        max-width: 194px;
    }
    .here-to-help .person .real{
        top: -168px;
        max-width: 214px;
        left: 53px;
    }
    .here-to-help .contact{
        height: 400px;
    }
    .grow .desc {
        padding: 30px 0px;
        text-align: center;
    }
    .grow .imgage{border-radius: 20px;}
    .grow .row .col-lg-6:first-child{
        padding: calc(var(--bs-gutter-x) * .5);
    }
}