/* COLOR GRADIENT

1. 2b5135
2. 08a331
3. f1f20a
*/

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
}

.box-store{
	position: relative;
	width: 100%;
	background-color: #FEF4FB;
	padding: 30px 0;
	font-size: 12px;
	color: #777;
	border-radius: 15px;
	margin-bottom: 30px;
}
.box-store li{
	padding: 5px 0;
}
.box-store li img{
	width: 24px;	
	margin-right: 8px;
}
.box-video-penjelasan2{
	position: relative;
	width: 100%;
	background: rgb(43,81,53);
  background: linear-gradient(-51deg, rgba(43,81,53,1) 0%, rgba(8,163,49,1) 0%, rgba(241,242,10,1) 100%);
	padding: 60px;
	border-radius: 15px;
	margin-top: 60px;
}


/* Accordion 
.accordion-button:not(.collapsed) {
	background-color: #b710c3;
	color: #fff;	
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	border-radius: 15px 15px 0px 0px !important;	
}
.accordion-item:focus{
	outline: none !important;
}
.accordion-item{
	margin-bottom: 30px;	
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.accordion-item .accordion-button {
	border-radius: 15px;
	border:0px solid #fafafa;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
*/

.screenshot-decor2 .screenshot-circle1 {
  position: absolute;  
  right: 645px;
}
.screenshot-decor2 .screenshot-circle2 {
  position: absolute;  
  right: 675px;
}
.screenshot-decor2 .screenshot-circle3 {
  position: absolute;
  top: auto;
  left: 44%;
  margin-top: -82px;
  z-index: 0;
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;    
}
.image-box img {
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.image-box:hover img {
    transform: scale(1.1);
}

.iframeVideo{
	width: 100% !important;
  	height: 306px !important;
  	margin-top: 15px !important;
}
.availPadding{
	padding-top: 60px;padding-bottom: 100px;
}
.footerImg{
	height: 482px
}
.home-mobile {
  
  width: 100vw;
  height: 100vh !important;
  background-repeat: no-repeat;
  margin-top: 0;
    
}
.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;  
}
.home-mobile h4{
	line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.home-mobile h1{
	line-height: 17px;
    font-size: 42px;
    margin-top: 25px;
    margin-bottom: 40px;
    color: #08a331;
    text-transform: uppercase;
    font-weight: 300;
}
.home-mobile p{
	line-height: 1.8em;
    font-size: 12px;
    color: #777;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}

.imgFooter{
    
}

/* Navigation */
/* paxlink */
.vid-carousel3 .owl-dots {  
  margin-top: 30px !important;  
}
.vid-carousel3.owl-theme .owl-dots .owl-dot span {  
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vid-carousel3.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  width: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vid-carousel3 button:focus {
  outline: 0;
}
a:focus{
  outline: 0;
}

.vid-carousel2 .owl-dots {  
  margin-top: 30px !important;  
}
.vid-carousel2.owl-theme .owl-dots .owl-dot span {  
  background: #777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vid-carousel2.owl-theme .owl-dots .owl-dot.active span {
  background: #777;
  width: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vid-carousel2 button:focus {
  outline: 0;
}
a:focus{
  outline: 0;
}


/* MEMBER LIST */

.page-member{
  position: relative;
  min-height: 100vh;
  background: #a1d70e;
  padding: 120px 0;
}
.page-member .title{
  position: relative;
  width: 100%;
}
.page-member .title h1,.title h5{
  text-align: center;  
}
.page-member .title h1{
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
}
.page-member .title h5{
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 30px;
}
.page-member .title ol{
  list-style: binary;
}
.page-member .box-memberlist{
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.page-member .box-memberDetail{
  position: relative;
  width: 100%;
  background: #fff;
  padding: 5px 30px 15px 30px;
  margin-bottom: 15px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.page-member .box-memberDetail h6{
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 0;
  color: #000;
}
.page-member .box-memberDetail a{
  display: inline-block;
  background: #111;
  font-size: 10px;
  font-weight: normal;
  padding: 0px 10px;  
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-member .box-memberDetail a:hover{
    background: #6FA204;
    color: #fff;
}
/* ACCORDION -----------------------*/
section.section-accordion{  
  width: 100%;
  background: #fff;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 50px;
}
.accor-button:focus,.accor-button2:focus {
  outline: 0;
}
.accor-button {
    margin: 0;    
    background: inherit;
    border: none;    
    outline: none;
    width: 100% !important;
    display: block;
    text-align: left;    
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 20px !important;
    font-weight: 500;
}
.accor-button2 {
    margin: 0;    
    background: inherit;
    border: none;    
    outline: none;
    width: 100%;
    display: block;
    text-align: left;    
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 50px !important;
    font-weight: 500;
    font-size: 14px;
    color: #676767;
}
.box-kota{
  background: #FBFBFB !important;
}
.box-member{
  padding: 30px !important;
}




