.flex-ca
{
	display: flex;
	justify-content: space-around;
	align-items:center;
}
.flex-cb
{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.flex-cc
{
	display: flex;
	align-items:center;
	justify-content:center;
}
.flex-c
{
	display: flex;
	align-items:center;
}
.flex-e
{
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.flex-b
{
	display: flex;
	align-items:flex-end;
}
.flex-s
{
	display: flex;
	justify-content: flex-start;
}
.flex-sb
{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}

.service-content h6 {
	font-size:10pt !important;
	line-height:11pt !important;
}

div.scrollmenu {
	overflow: auto;
	white-space: nowrap;
	text-align:center;
}

div.scrollmenu a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: .5rem 1rem;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	background:#333;
}

div.scrollmenu a:hover {
	background-color: #777;
}

.fototoko
{
	height:270px;
	object-fit:cover;
}

@media only screen and (max-width: 767px)
{
	.fototoko
	{
		height:160px;
	}
}

#suksescart {
  visibility: hidden;
  min-width: 250px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 999;
  bottom: 30px;
}

.show
{
	visibility: visible !important;
	display:inline;
}

.postingan ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.postingan ul li:before{
	color: var(--primary);
	content: "\e64c";
	font-family: themify;
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	font-size: 15px;
}
.postingan ul li{
	padding: 5px 5px 5px 30px;
	position: relative;
	font-weight: 500;
}

.textnormal
{
	font-family: arial;
	font-size:10pt;
}
.textnormal b
{
	font-weight:bold;
	color:#000;
}

.videotipe{
	border:none;
	width:100%;
	height:calc(100vw*0.25);
	margin-top:1em;
}