/* load font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* 
font-family: "Poppins", sans-serif; 
font-family: "Roboto", sans-serif;

*/
/*--------------------------------
1. Body 
-------------------------------- */
body{
	/*background: url();
	background-size: 100%;*/
	background: #f9fafe;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
	overflow-x: hidden;
	
}
html, body{
	clear: both;
}
html{}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
}
ul{
	margin: 0;
	padding: 0;
}
h1{
	font-size:30px;
}
h2{
	font-size:26px;
}
h3{
	font-size:24px;
}
h4{
	font-size:20px;
}
h5, h6{
	font-size:16px
}
p {
    margin: 0 0 15px;
}
::-webkit-input-placeholder{
   color: #2b2b2b;
}
:-moz-placeholder{ /* Firefox 18- */
   color: #2b2b2b;  
}
::-moz-placeholder{  /* Firefox 19+ */
   color: #2b2b2b;  
}
:-ms-input-placeholder{  
   color: #2b2b2b;  
}
.clear{
	clear: both;
}
.text-center{
	text-align: center !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
/* ============================================================================== */
.wrap-main-menu-top{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 19px;
	padding-bottom: 19px;
	background: #f9fafe;
	z-index: 9;
}
.home-padding{
	padding-top: 76px;
}
.main-logo-top{
	position: relative;
	height: 55px;
}
.main-logo-top img{
	height: 100%;
}
.main-menu-top{
	position: absolute;
	right: 70px;
	top: 30px;
}
.main-menu-top ul{
	display: inline-block;
}
.main-menu-top ul li.active a{}
.main-menu-top ul li a:hover{
	color: #55A94B;
}
.main-menu-top ul li a{
	color: #252525;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
	display: inline-block;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.main-menu-top ul li{
	list-style: none;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
}
.wrap-main-header{
	position: relative;
	margin-bottom: 60px;
}
.main-header-left{
	float: left;
	width: 50%;
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 10%;
}
.main-header-right img{
	width: 100%;
}
.main-header-right{
	float: right;
	width: 50%;
	position: relative;
}
h2.heading-title-main-header{
	color: #252525;
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 25px;
}
h4.title-sub-header-m{
	color: #575757;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 30px;
}
a.bt-start-import:hover{
	color: #fff;
	background: #478f3f;
}
a.bt-start-import{
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
	background: #55A94B;
	border-radius: 7px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.bt-menu-highlight a{
	color: #fff !important;
	background: #55A94B !important;
	border-radius: 7px !important;
}
.wrap-about-tab-section{
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	margin-bottom: 70px;
}
.box-about-tab-section{
	position: relative;
}
.heading-box-about-tab{
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
h2.title-heading-box-about-tab{
	font-size: 44px;
	font-weight: 500;
	color: #000000;
	font-family: "Roboto", sans-serif;
	margin-bottom: 10px;
}
h4.subtitle-heading-box-about-tab{
	color: #9E9E9E;
	font-size: 15px;
	font-weight: 400;
}
.box-about-tab-sec-button{
	position: relative;
	float: left;
	width: 30%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}
.box-about-tab-sec-content{
	position: relative;
	float: right;
	width: 70%;
	background: rgb(245,245,253);
	background: linear-gradient(0deg, rgba(245,245,253,1) 32%, rgba(255,255,255,1) 100%);
	height: 520px;
	display: table;
	overflow: hidden;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
ul.item-box-tab-about-l{}
ul.item-box-tab-about-l li.active{
	background: #fff;
	border-left: 5px solid #55A94B;	
}
ul.item-box-tab-about-l li{
	list-style: none;
	font-size: 20px;
	font-weight: 500;
	color: #252525;
	height: 130px;
	display: table;
	position: relative;
	font-family: "Roboto", sans-serif;
	background: #F5F5FD;
	width: 100%;
	cursor: pointer;
	border-left: 5px solid transparent;
}
.item-tb-box-in{
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
	padding-right: 15px;
	position: relative;
}
.item-tb-box-in-tab{
	position: relative;
	padding-left: 10px;
}
.icon-arrow-tab span{
	color: #55A94B;
}
.icon-arrow-tab{
	position: absolute;
	left: -15px;
	top: 4px;
	letter-spacing: -4px;
	font-size: 15px;
	color: #185933;
}
.item-about-tab-sec-content-active{
	display: table-cell !important;
	-webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeInRight;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeInRight;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeInRight;
    -o-animation-duration: 0.5s;
    animation-name: fadeInRight;
    animation-duration: 0.5s;
}
.item-about-tab-sec-content{
	display: none;
	vertical-align: middle;
}
.item-about-tab-sec-content-img{
	width: 400px;
	margin: auto;
}
.item-about-tab-sec-content-img img{
	width: 100%;
}
.wrap-sec-2-col{
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	margin-bottom: 70px;
}
.img-2-col-section img{
	width: 100%;
}
.img-2-col-section{
	position: relative;
	padding-right:70px;
}
.sec-2-col-content{
	position: relative;
	padding-top: 20%;
}
h2.title-sec-2-col-c{
	font-size: 44px;
	font-weight: 500;
	color: #000;
	font-family: "Roboto", sans-serif;
	margin-bottom: 20px;
}
.wrap-faq{
	position: relative;
	padding-left: 170px;
	padding-right: 170px;
	margin-bottom: 80px;
}
.section-faq{
	position: relative;
}
h2.title-faq-head{
	font-size: 44px;
	font-weight: 500;
	color: #000;
	font-family: "Roboto", sans-serif;
	margin-bottom: 40px;
	text-align: center;
}
.accordion {
	background-color: transparent;
	position: relative;
	color: #444;
	cursor: pointer;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 30px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none !important;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	transition: 0.4s;
	/* border-bottom: 1px solid #DBDCDF; */
}
.accordion.active, .accordion:hover {
	/* background-color: #ccc; */

}
.accordion:after {
	position: absolute;
	right: 15px;
	top: 10px;
	content: '\f107';
	color: #252525;
	font-weight: bold;
	margin-left: 5px;
	font-size: 25px;
	font-family: "Fontawesome", sans-serif;
}
.accordion.active:after {
	content: "\f106";
}
.panel {
	padding: 0 18px;
	background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-bottom: 1px solid #DBDCDF;
	margin-bottom: 20px;
}
.panel-faq-item-sec h4{
	font-size: 16px;
	color: #575757;
	font-weight: 400;
	line-height: 28px;
}
.panel-faq-item-sec{
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 80%;
}
.wrap-main-footer{
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 80px;
	padding-bottom: 50px;
	background: url('../images/bgfooter.png')no-repeat 100%;
	background-size: 100% 100%;
}
.footer-logo{
	position: relative;
	width: 130px;
}
.footer-logo img{
	width: 100%;
}
.wrap-social-media-footer{
	position: relative;
	padding-right: 100px;
}
ul.social-media-footer{
	position: relative;
	padding-top: 0px;
	display: block;
	text-align: right;
}
ul.social-media-footer li a:hover{
	color: #acfaa4;
}
ul.social-media-footer li a{
	color: #fff;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
ul.social-media-footer li{
	list-style: none;
	font-size: 17px;
	display: inline-block;
	margin-left: 20px;
}

.bt-burger-menu-mobile{
	display: none;
	font-size: 24px;
	cursor: pointer;
	color: #252525;
}

.bt-close-menu-mobile i{
	font-size: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.bt-close-menu-mobile{
	display: inline-block;
	background: #fff;
	position: relative;
	margin-bottom: 25px;
	color: #1A163B;
	font-size: 16px;
	text-align: center;
	margin-left: 40px;
	font-weight: 700;
	cursor: pointer;
}
.wrap-sidebar-menu-mobile-active{
	display: block !important;
	-webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: fadeInRight;
    -moz-animation-duration: 0.5s;
    -ms-animation-name: fadeInRight;
    -ms-animation-duration: 0.5s;
    -o-animation-name: fadeInRight;
    -o-animation-duration: 0.5s;
    animation-name: fadeInRight;
    animation-duration: 0.5s;
}
.wrap-sidebar-menu-mobile{
	position: fixed;
	right: 0;
	top: 0;
	width: 250px;
	height: 100vh;
	background: #fff;
	z-index: 99;
	padding-top: 20px;
	display: none;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
ul.menu-mobile-res li.active a{
	color: #1A163B;
    background: #ECFCCB;
}
ul.menu-mobile-res li a:hover{
	color: #1A163B;
    background: #ECFCCB;
}
ul.menu-mobile-res li a{
	display: block;
	color: #1A163B;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 8px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
ul.menu-mobile-res li.bt-menu-highlight{
	text-align: center;
}
ul.menu-mobile-res li{
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
ul.menu-mobile-res{
	padding-left: 20px;
	padding-right: 20px;
}
body.menu-mobile-open{
	overflow-y: hidden;
	
	/* -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.9s;
    -moz-animation-name: fadeIn;
    -moz-animation-duration: 0.9s;
    -ms-animation-name: fadeIn;
    -ms-animation-duration: 0.9s;
    -o-animation-name: fadeIn;
    -o-animation-duration: 0.9s;
    animation-name: fadeIn;
    animation-duration: 0.9s; */
}
body.menu-mobile-open:before{
	content:"";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.8);
	z-index: 99;
}
.wrap-warning-info{
	position: relative;
}
.sec-warning-info{
	position: relative;
	width: 550px;
	margin: auto;
	margin-top: 40px;
}
.warning-img{
	position: relative;
	width: 220px;
	margin: auto;
	margin-bottom: 50px;
}
.warning-img img{
	width: 100%;
}
h2.title-warning-info1{
	font-size: 32px;
	color: #252525;
	font-weight: 600;
	margin-bottom: 30px;
}
h4.title-warning-info2{
	font-size: 16px;
	color: #575757;
	font-weight: 400;
	margin-bottom: 20px;
}


.all-wrap-login-dash{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.img-login-left{
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
}
.img-login-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.form-login-input-content{
	position: relative;
	right: 0;
	top: 0;
	width: 60%;
	margin: auto;
	background: #fff;
	height: 100%;
	display: table;
}
.form-login-input-content-in{
	vertical-align: middle;
	display: block;
	display: table-cell;
}
.container-login-section-dash{
	position: relative;
	margin: auto;
	max-width: 370px;
	width: 90%;
}
.main-logo-login{
	position: relative;
	width: 150px;
	margin: auto;
	margin-bottom: 40px;
}
.main-logo-login img{
	width: 100%;
}
.title-login-dash-top{
	position: relative;
	margin-bottom: 20px;
}
h3.title-login-dash-top-1{
	font-size: 20px;
	font-weight: bold;
	color: #333030;
	margin-bottom: 5px;
}
h4.subtitle-login-dash-top-1{
	font-weight: 500;
	color: #9E9E9E;
	font-size: 12px;
}
.form-input-login-d{
	position: relative;
}
.item-f-input-login-d{
	position: relative;
	margin-bottom: 20px;
}
h4.title-f-input-login-d{
	font-size: 12px;
	color: #333030;
	font-weight: 500;
	margin-bottom: 6px;
}
.style-input-login-d{
	width: 100%;
    outline: none;
    font-size: 12px;
    color: #333030;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
}

.style-input-login-d::-webkit-input-placeholder{
	color: #66A555;
	/* museo */
 }
 .style-input-login-d:-moz-placeholder{ /* Firefox 18- */
	color: #66A555;
	/* museo */  
 }
 .style-input-login-d::-moz-placeholder{  /* Firefox 19+ */
	color: #66A555;
	/* museo */  
 }
 .style-input-login-d:-ms-input-placeholder{  
	color: #66A555;
	/* museo */  
 }
 
.submit-f-login:hover{
	background: #4f8241;
}
.submit-f-login{
	position: relative;
	width: 100%;
	background: #66A555;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	padding-top: 9px;
	padding-bottom: 9px;
	outline: none;
	border: none;
	font-size: 13px;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.bt-forgot-password-link {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: 500;
    color: #66A555;
}
.bt-forgot-password-link:hover {
    text-decoration: underline;
    color: #4f8241;
}
.bt-show-password-c{
	position: absolute;
	top: 24px;
	right: 12px;
	cursor: pointer;
}
.show-password{
	font-size: 17px;
	color: #5F6B7A;
}
.hide-password{
	font-size: 17px;
	color: #4e4c4c;
	display: none;
}
.captcha-login-f{
	position: relative;
	width: 170px;
	margin-bottom: 20px;
}
.captcha-login-f img{
	width: 100%;
}
h4.text-email-login {
    font-size: 10px;
    color: #c5c5c5;
    font-weight: 400;
}
h5.title-f-login-input-box {
    font-size: 12px;
    color: #333030;
    font-weight: 500;
    margin-bottom: 6px;
}
/* #messagepassword {
    font-size: 10px;
    font-weight: 500;
    color: red;
} */
.note-forgot-password-box {
    font-size: 12px;
    font-weight: 500;
    color: #9E9E9E;
    margin-top: 20px;
}
.note-forgot-password-box span {
	color: #66A555;
}
.note-forgot-password-box a {
    color: #66A555;
}
.digits-code {
    position: relative;
    margin-bottom: 5px;
}
.digits-code input {
    width: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #d3d3d3;
    color: #333030;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
.note-verification-code {
    font-size: 9px;
    color: #F34239;
}
.note-verification-code span {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    line-height: 9px;
    font-size: 8px;
    background: #F34239;
    color: #fff;
    border-radius: 50%;
}
.cont-cup-c{
	color: #333030 !important;
}
.bt-signin-bt{
	position: relative;
	display: block;
    width: 100%;
    background: #66A555;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding-top: 9px;
    padding-bottom: 9px;
    outline: none;
    border: none;
    font-size: 13px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bt-signin-bt:hover {
    background: #4f8241;
	color: #fff;
}
.img-logout{
	width: 170px;
	margin: auto;
	margin-bottom: 30px;
}
.img-logout img{
	width: 100%;
}
h4.title-alamat-front-fast{
	color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 26px;
}
h4.head-title-foo{
	margin-bottom: 10px;
	color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
}
h4.subtitle-foo-c{
	margin-bottom: 0px;
	color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
}
.wra-bt-cta-others{
	position: relative;
	margin-top: 40px;
	text-align: center;
}
.bt-lang-icon{
	display: inline-block;
	width: 20px;
}
.bt-lang-icon img{
	width: 100%;
}
.lang-web-ic{
	border-left: 1px solid #b6b6b6;
	display: inline-block;
	margin-left: 5px;
	padding-left: 8px;
	vertical-align: middle;
}
.lang-web-ic-mobile{display: none !important;}
.img-faq{
	width: 300px;
	margin: auto;
	margin-bottom: 30px;
}
.img-faq img{
	width: 100%;
}
.block-floating-whatsapp a:hover{
	color: #55A94B;
}
.block-floating-whatsapp a{
	color: #55A94B;
}
.block-floating-whatsapp{
	position: fixed;
	bottom: 30px;
	right: 0;
	background: #ededed;
	width: 70px;
	height: 55px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	z-index: 99;
	font-size: 34px;
	text-align: center;
	padding-top: 3px;	
}