@import 'font-face.css';

body{
	background-color: #fff;
	color: #606060;
	min-height: 400px;
	padding-top: 5.209vw;
	padding-right: 0 !important;
}
@media(max-width: 768px){
	body{
		padding-top: 0;
	}
}
a:focus{
	outline: 0;
	outline-offset: -2px;
}
label{
	font-family: 'Work Sans Bold';
}
/* ================= NAVBAR ================ */
.nav-flex{
	display: flex;
	flex-wrap: nowrap;
    align-items: center;
}
.navbar{
	border: 0;
}
.navbar-inverse{
	background: url(../images/layout/mainmenu/bg.jpg) no-repeat center top;
	background-size: 100%;
	height: 5.209vw;
	border-bottom: 0;
	transition: all 0.5s ease;
}
.navbar-brand>img{
	display: block;
	width: 7.344vw;
}
@media (min-width: 1200px){
	.container{
		width: 79vw;
		padding: 0 1.04167vw;
	}
}
@media(min-width: 1600px){
	.container-lg{
		width: 1650px;
	}
	.container-padding-lg{
		padding: 0 80px;
	}
}
@media(min-width: 1920px){
	.container-lg{
		width: 1850px;
	}
}
@media (min-width: 768px){
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header{
		/* display: flex; */
		/* vertical-align: middle; */
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand{
		margin-left: unset;
	}
	.navbar-header{
		float: unset;
	}
	.navbar-nav{
		float: unset;
		margin: 0;
		vertical-align: middle;
		display: flex;
		width: 100%;
		font-size: 0;
		line-height: 0;
		position: relative;
		/* padding-left: 2.7vw; */
		height: 5.209vw;
		justify-content: space-between;
		align-items: center;
	}
	.navbar-nav>li:not(:last-child):before{
		/* content: ''; */
		/* width: 0.15vw; */
		/* height: 2vw; */
		/* background-color: #525252; */
		/* position: absolute; */
		/* left: -1.3vw; */
		/* left: -0.7vw; */
		/* top: 0.1vw; */
	}
	.navbar-nav>li{
		float: unset;
		/* display: inline-table; */
		/* border-left: 2px solid #525252; */
	}
	.navbar-nav>li.lang{
		display: flex;
		font-size: 1.5vw;
		align-items: baseline;
		justify-content: space-around;
		width: 7%;
	}
	.navbar-nav>li>a{
		font-family: 'Work Sans Regular';
		font-size: 0.9vw;
		padding: 0.5vw 0;
	}
	.navbar-nav>li:last-child>a{
		padding-right: 0;
	}
	.btnLogin{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}
/*ul.navbar-nav li:nth-child(1) a:before{
	content: '';
	position: absolute;
	border-left: 1px solid #a3a3a3;
	height: 24px;
	left: 0;
	top: -2px;
}*/
.navbar-inverse .navbar-nav>li>a{
	font-family: 'Work Sans Medium';
	color: #fff;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover{
	color: #45c4ff;
	background-color: unset;
	/*background: -webkit-linear-gradient(left, #40c7fe 30%, #fb0174 45%, #ffdc21 70%); 
	background: -o-linear-gradient(right, #40c7fe 30%, #fb0174 45%, #ffdc21 70%);
	background: -moz-linear-gradient(right, #40c7fe 30%, #fb0174 45%, #ffdc21 70%);
	background: linear-gradient(to right, #40c7fe 30%, #fb0174 45%, #ffdc21 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
.navbar-brand{
	height: auto;
	padding: 0;
}
.navbar-toggle{
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-top: 8px;
	margin-left: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
/* ============= END NAVBAR ================ */

/* =============== SIDE NAV ================*/
div#judulmenu{
	float: left;
	display: block;
	width: 100%;
	background-color: #efefef;
	color: #959595;
}
.nav-overlay{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1111;
}
.nav-sidenav{
	font-family: 'Work Sans Regular';
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 11112;
	top: 0;
	left: 0;
	background-color: #efefef;
	overflow-x: hidden;
	transition: 0.5s;
	padding-bottom: 20px;
}
#nav-judulmenu{
	background-color: #0f829b;
	height: 59px;
	color: #ce8b13;
	margin-bottom: 10px;
}
.nav-sidenav a img{
	margin-right: 20px;
	position: relative;
	left: 5px;
}
.nav-sidenav #judulmenu span{
	padding: 20px 21px;
	float: left;
	font-size: 13pt;
	width: 100%;
	display: block;
	font-family: 'Work Sans Bold';
}
.nav-sidenav a:hover, .offcanvas a:focus{
	color: #959595;
}
.nav-sidenav a.closebtn:hover, .offcanvas a:focus{
	color: #959595;
}
.nav-sidenav a.selected, .offcanvas a.selected{
	color: #959595;
}
.nav-sidenav a.closebtn{
	color: #959595;
	position: absolute;
	right: 25px;
	font-size: 25px;
	font-weight: bold;
	top: 8px;
}
.navbar-mobile{
	list-style-type: none;
	padding-left: 0;
	float: left;
	width: 100%;
}
.navbar-mobile li{
	display: block;
	padding-left: 0;
}
.navbar-mobile li.active a{
	color: #4d5dbf;
}
.navbar-mobile li a{
	padding: 10px 30px;
	text-decoration: none;
	font-size: 12pt;
	color: #959595;
	display: block;
	transition: 0.3s;
}
.navbar-mobile>li.lang{
	display: flex;
	font-size: 5vw;
	align-items: baseline;
	justify-content: center;
}
.nav-separator{
	border-left: 1px solid #959595;
	float: left;
	margin: 10px 15px 0 0;
	height: 40px;
	width: 1px;
}
@media(max-width: 768px){
	.navbar-inverse{
		background: unset;
		height: auto;
		border-bottom: 0;
	}
	.navbar-toggle{
		padding: 9px 0;
		border: 0px solid transparent;
	}
	.navbar-inverse .navbar-toggle .icon-bar{
		background-color: #a9a9a9;
	}
	.navbar-toggle .icon-bar{
		display: block;
		width: 45px;
		height: 5px;
		border-radius: 10px;
	}
	.navbar-toggle{
		position: relative;
		float: left;
		padding: 9px 10px;
		margin-right: 20px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.navbar-toggle .icon-bar+.icon-bar{
		margin-top: 8px;
	}
	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover{
		background-color: transparent;
	}
	.navbar-brand{
		padding: 17px;
	}
	.navbar-brand img{
		width: 150px;
	}
	.nav-sidenav a img{
		margin-right: 0;
		position: unset;
		left: 0;
	}
}
/* ===================== END SIDENAV ===================== */

/*====================== ANI ======================*/
/* Shrink */
.hov-shrink{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hov-shrink:hover, .hov-shrink:focus, .hov-shrink:active{
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}
/* Shrink*/
/*====================== END ANI =======================*/

/*======================== SECTION 1 ============================*/
.section1{
	background: url(../images/layout/section1/bg.jpg) no-repeat center top;
	background-color: #e8e8e8;
	background-size: 100%;
	min-height: 50.5vw;
	height: auto;
	padding-bottom: 5vw;
}
.section1 img.img-logo{
	width: 22.917vw;
	margin-top: 10.3vw;
	margin-bottom: 2vw;
}
.section1 h1{
	font-family: 'Work Sans Semi Bold';
	font-size: 2vw;
	margin: 0 0 2vw;
	color: #878686;
}
.section1 p{
	/*font-family: 'Work Sans Regular';*/
	font-family: 'Work Sans Medium';
	color: #646464;
	font-size: 1.1vw;
	line-height: 2.1vw;
	margin-bottom: 0;
}
.section1 h2{
	font-family: 'Work Sans Semi Bold';
	font-size: 1.1vw;
	margin: 2.5vw 0 0;
	color: #878686;
}
.section1 ul.sosmed{
	list-style-type: none;
	padding: 0;
	margin: 0.5vw 0 0;
	display: flex;
}
.section1 ul.sosmed li{
	padding-right: 13px;
}
.section1 ul.sosmed li:last-child{
	padding-right: 0;
}
.section1 ul.sosmed li a,
.section1 ul.sosmed li a:hover,
.section1 ul.sosmed li a:focus{
	color: #878686;
	text-decoration: none;
}
.section1 ul.sosmed li a i{
	font-size: 1.7vw;
	color: #e8e8e8;
	background-color: #9a9a9a;
	padding: 0.7vw;
	border-radius: 1vw;
	width: 3.1vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media(max-width: 768px){
	.section1{
		background: url(../images/layout/section1/mobile/bg.jpg) no-repeat center top;
		background-color: #e8e8e8;
		background-size: 100%;
		height: auto;
		padding-bottom: 15vw;
	}
	.section1 img.img-logo{
		width: 100%;
		margin-top: 122vw;
		padding: 0 18vw;
	}
	.section1 h1{
		font-size: 5vw;
		margin: 4vw 0;
		text-align: center;
	}
	.section1 p{
		font-size: 3.3vw;
		text-align: center;
		line-height: 1.5;
	}
}
/*====================== END SECTION 1 ===========================*/

/*======================== SECTION 2 ============================*/
.section2{
	background: url(../images/layout/section2/bg.jpg) no-repeat center top;
	background-size: 100%;
	height: 45vw;
	padding: 7vw 0 0;
}
.section2 .wrapper{
	padding-left: 7vw;
	padding-right: 40vw;
}
.section2 h1{
	font-family: 'Work Sans Bold';
	font-size: 3.5vw;
	margin: 0 0 2vw;
	background-color: #ffe459;
	display: inline-flex;
	padding: 0.5vw 2vw;
	border-radius: 7px;
	color: #3fa1d9;
}
.section2 h2{
	font-family: 'Work Sans Semi Bold';
	color: #eeeeee;
	font-size: 1.4vw;
	line-height: 1.5;
	margin: 0 0 2.5vw;
}
.section2 p{
	font-family: 'Work Sans Medium';
	color: #fff;
	line-height: 2;
	font-size: 0.85vw;
	text-align: justify;
}
@media(max-width: 768px){
	.section2{
		background: url(../images/layout/section2/mobile/bg.jpg) no-repeat center top;
		background-color: #46aae1;
		background-size: 100%;
		height: auto;
		padding: 120vw 0 15vw;
	}
	.section2 .wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	.section2 h1{
		font-size: 7.5vw;
		margin: 0 0 4vw;
		padding: 1vw 3.5vw;
		border-radius: 5px;
	}
	.section2 h2{
		font-size: 4.4vw;
		line-height: 1.5;
		margin: 0 0 5vw;
	}
	.section2 p{
		/*font-family: 'Work Sans Medium';*/
		font-family: 'Work Sans Regular';
		line-height: 1.5;
		font-size: 3.3vw;
	}
}
/*====================== END SECTION 2 ===========================*/

/*======================== SECTION 3 ============================*/
.section3{
	background: url(../images/layout/section3/bg.jpg) no-repeat center top;
	background-color: #fce563;
	background-size: 100%;
	min-height: 57vw;
	height: auto;
	padding: 8vw 0 5vw;
}
.section3 .wrapper{
	padding-left: 1vw;
}
.section3 h1{
	font-family: 'Work Sans Bold';
	font-size: 4vw;
	margin: 0 0 1vw;
	background-color: #2f2f2f;
	display: inline-flex;
	padding: 1vw 2vw;
	border-radius: 7px;
	color: #f0d749;
}
.section3 ul.product-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
	/*display: flex;*/
	/*flex-direction: column;*/
}
.section3 ul.product-list li{
	/*margin-bottom: 1vw;*/
}
.section3 ul.product-list li h2{
	font-family: 'Work Sans Bold';
	font-size: 2.1vw;
	margin: 1.5vw 0 0.5v;
}
.section3 ul.product-list li p{
	font-family: 'Work Sans Medium';
	font-size: 1vw;
	margin-bottom: 0;
	text-align: justify;
}
@media(max-width: 768px){
	.section3{
		background: url(../images/layout/section3/mobile/bg.jpg) no-repeat center top;
		background-color: #f0d749;
		background-size: 100%;
		height: auto;
		padding: 90vw 0 15vw;
	}
	.section3 .wrapper{
		padding-left: 0;
	}
	.section3 h1{
		font-size: 10vw;
		margin: 0 0 3vw;
		padding: 2.5vw 6vw;
	}
	.section3 ul.product-list li h2{
		font-size: 5.5vw;
		margin: 8vw 0 2vw;
	}
	.section3 ul.product-list li p{
		font-size: 3.3vw;
	}
}
/*====================== END SECTION 3 ===========================*/

/*======================== SECTION 4 ============================*/
.section4{
	background: url(../images/layout/section4/bg.jpg) no-repeat center top;
	background-size: 100%;
	height: 55vw;
	/* height: auto; */
	padding: 4vw 0 0;
	background-color: #f49fb6;
}
.section4 .wrapper{
	padding-left: 0;
	padding-right: 19vw;
	/* padding-right: 0; */
}
.section4 h1{
	font-family: 'Work Sans Bold';
	font-size: 3vw;
	margin: 0 0 2vw;
	background-color: #eb718e;
	text-align: center;
	padding: 1vw 2vw;
	border-radius: 7px;
	color: #ffd9e3;
	line-height: 1;
	display: inline-block;
}
.section4 .channel-list{
	display: flex;
	/* width: 90%; */
	width: 85%;
	/* flex-direction: row; */
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
}
.section4 .channel-list div{
	margin-bottom: 0;
}
.section4 .channel-list img{
	/* width: 13.334vw; */
	width: 6.334vw;
}
/* zone */
.zone-wrapper {
    margin-bottom: 10px !important;
}
.zone-title {
    font-weight: 600;
    margin-bottom: 8px !important;
	color: #963245;
}
.zone-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
	margin-bottom: 5px !important;
}
.channel-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.channel-item img {
    width: 70px;
    border-radius: 6px;
    transition: 0.2s;
}
.channel-item img:hover {
    transform: scale(1.05);
}
@media(max-width: 768px){
	.section4{
		background: url(../images/layout/section4/mobile/bg.jpg) no-repeat center top;
		background-color: #f49fb6;
		background-size: 100%;
		height: auto;
		padding: 48vw 0 15vw;
	}
	.section4 .wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	.section4 h1{
		font-size: 11vw;
		/* margin: 0 0 33vw 38vw; */
		margin: 0 0 15vw 38vw;
		padding: 0;
		border-radius: 5px;
		background-color: unset;
		color: #fff2f5;
		text-align: left;
	}
	.section4 .channel-list{
		/* padding: 0 18vw; */
		padding: 0 3vw;
		width: 100%;
	}
	.section4 .channel-list div{
		/* margin-bottom: 2.8vw; */
	}
	.section4 .channel-list img{
		width: 24.5vw;
	}
}
/*====================== END SECTION 4 ===========================*/

/*======================== SECTION 5 ============================*/
.section5{
	background: url(../images/layout/section5/bg.jpg) no-repeat center top;
	background-size: 100%;
	height: 43.7vw;
	padding: 5vw 0 2vw;
}
.section5 .wrapper{
	padding-left: 4.5vw;
	padding-right: 3vw;
}
.section5 h1{
	font-family: 'Work Sans Bold';
	font-size: 3.2vw;
	margin: 0 0 2.5vw;
	border: 3px solid #c7c7c7;
	display: inline-flex;
	padding: 1vw 3vw;
	border-radius: 8px;
	color: #5e5e5e;
	line-height: 1;
}
.flex-space_arround{
	display: flex;
	justify-content: space-around;
}
.section5 .clients-list{
	width: 100%;
}
.section5 .clients-list img{
	width: 14.063vw;
	/*width: 7.032vw;*/
}
.section5 .clients-list .delimiter img{
	margin-right: 2.5vw;
}
.section5 .clients-list .delimiter:last-child img{
	margin-right: 0;
	margin-left: 2.5vw;
}
.clients-list.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.clients-list .slick-dots{
	bottom: -3vw;
}
.clients-list .slick-dots li{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}
.clients-list .slick-dots li button{
	width: 15px;
	height: 15px;
	padding: 0;
}
.clients-list .slick-dots li button:before{
	background-color: transparent;
	border: 2px solid #5e5e5e;
	border-radius: 50%;
	opacity: 1;
	content: '';
	/*transform: rotate(45deg);*/
	width: 15px;
	height: 15px;
}
.clients-list .slick-dots li.slick-active button:before{
	background-color: #5e5e5e;
	opacity: 1;
	color: unset;
	border-radius: 50%;
	/*transform: rotate(45deg);*/
}
.clients-list ul.wrap{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.clients-list ul.wrap li{
	padding: 0.4vw;
}
@media(max-width: 768px){
	.section5{
		background: url(../images/layout/section5/mobile/bg.jpg) no-repeat center top;
		background-size: 100%;
		height: 166vw;
		padding: 25vw 0 15vw;
	}
	.section5 .wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	.section5 h1{
		font-size: 11vw;
		margin: 0 0 10vw;
		padding: 3vw 6vw;
		border-radius: 5px;
		border: 2px solid #cacaca;
		background-color: unset;
		color: #838383;
	}
	.section5 .clients-list{
		justify-content: space-around;
	}
	.section5 .clients-list img{
		width: 23vw;
	}
	.clients-list ul.wrap li {
		padding: 2vw;
	}
	.clients-list .slick-dots {
		bottom: -10vw;
	}
}
/*====================== END SECTION 5 ===========================*/

/*======================== SECTION 6 ============================*/
.section6{
	background: url(../images/layout/section6/bg.jpg) no-repeat center top;
	background-color: #f1f1f1;
	background-size: 100%;
	min-height: 43vw;
	height: auto;
	padding: 5.5vw 0 3vw;
}
.section6 .wrapper{
	/*padding: 0 10vw;*/
}
.section6 h1{
	font-family: 'Work Sans Bold';
	font-size: 3.2vw;
	margin: 0 0 1vw;
	color: #4c4c4c;
	text-align: justify;
}
.section6 p{
	font-family: 'Work Sans Medium';
	font-size: 0.9vw;
	margin-bottom: 2.5vw;
	padding-right: 44vw;
}
.section6 .content-api{
	display: flex;
	flex-direction: column;
	width: 20%;
}
.section6 .content-api a{
	font-family: 'Work Sans Medium';
	font-size: 1.2vw;
	display: block;
	padding: 1vw 2vw;
	margin-bottom: 1vw;
	color: #767676;
	border: 2px solid #ccc;
    border-radius: 10px;
}
.panel-group{

}
.panel-group .panel{
	border: 2px solid transparent;
	border-radius: 5px;
	box-shadow: none;
	border-color: #d2d2d2;
	/*display: inline-block;*/
	margin-bottom: 0.5vw;
	display: flex;
	flex-direction: column;
}
.panel-default > .panel-heading{
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #d2d2d2;
	border-radius: 5px;
}
.panel-title{
	font-size: 1vw;
	font-family: 'Work Sans Bold';
	color: #7c7c7c;
}
.panel-title > a{
	display: block;
	padding: 0.7vw;
	text-decoration: none;
	display: table;
	width: 100%;
}
.more-less{
	color: #b3b3b3;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-top-color: #d2d2d2;
	font-family: 'Work Sans Medium';
	padding: 0.7vw;
	font-size: 0.9vw;
	color: #7c7c7c;
	display: flex;
	word-break: break-word;
}
.panel-group .panel+.panel{
	margin-top: 0; 
}
.pagination{
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 2vw 0;
	width: 30%;
}
.pagination>li>a, .pagination>li>span{
	border: 0;
	background-color: transparent !important;
	font-size: 2vw;
	color: #b3b3b3;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
	color: #7c7c7c;
}
.pagination>li>a.not-allowed:focus,
.pagination>li>a.not-allowed:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
	color: #b3b3b3;
}
.not-allowed{
	cursor: not-allowed;
}
@media(max-width: 768px){
	.section6{
		background: url(../images/layout/section6/mobile/bg.jpg) no-repeat center top;
		background-color: #ffffff;
		background-size: 100%;
		height: 145vw;
		padding: 11vw 0 7vw;
	}
	.section6 .wrapper{
		padding: 0 3vw;
	}
	.section6 h1{
		font-size: 9vw;
		margin: 0 0 3vw;
		text-align: center;
	}
	.section6 p {
		font-size: 3vw;
		padding-right: 0;
		margin-bottom: 8vw;
		text-align: center;
	}
	.section6 .content-api {
		display: flex;
		flex-direction: column;
		width: 50%;
		margin: 0 auto;
	}
	.section6 .content-api a {
		font-size: 3.5vw;
		padding: 2.5vw 2vw;
		margin-bottom: 3vw;
	}
	.panel-group{
		columns: 1;
		height: auto;
	}
	.panel-title{
		font-size: 3.7vw;
	}
	.panel-title > a{
		padding: 4vw;
	}
	.panel-default > .panel-heading + .panel-collapse > .panel-body{
		padding: 4vw;
		font-size: 3.3vw;
	}
	.panel-group .panel{
		margin-bottom: 3vw;
		display: block;
	}
	.pagination{
		width: 70%;
	}
	.pagination>li>a,
	.pagination>li>span{
		font-size: 10vw;
	}
}
/*====================== END SECTION 6 ===========================*/

/*======================== SECTION 7 =============================*/
.section7{
	background: url(../images/layout/section7/bg.jpg) no-repeat center top;
	background-color: #cecece;
	background-size: 100%;
	min-height: 43vw;
	height: auto;
	padding: 5.5vw 0;
	color: #3d3d3d;
}
.section7 ul.bpo-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.section7 ul.bpo-list > li{
	width: 31.5%;
}
.section7 .bpo-content{
	font-family: 'Work Sans Medium';
}
.section7 .bpo-content .bpo-img{
	padding: 1.5vw 1.5vw;
	border: 5px solid #fff;
	border-radius: 15px;
	text-align: center;
}
.section7 .bpo-content .bpo-img img{
	width: 100%;
}
.section7 .bpo-detail{}
.section7 .bpo-detail h3{
	font-family: 'Work Sans Bold';
	margin: 2.5vw 0 1.1vw;
	font-size: 1.4vw;
}
.section7 .bpo-detail p{
	font-family: 'Work Sans Medium';
	font-size: 0.8vw;
}
.section7 .bpo-detail ol{
	counter-reset: li;
	list-style: none;
	padding: 0 0 0 1vw;
}
.section7 .bpo-detail ol li{
	font-size: 0.8vw;
	position: relative;
	padding-left: 1.5vw;
	min-height: 1.5vw;
}
.section7 .bpo-detail ol li::before {
	content: counter(li);
	counter-increment: li;
	color: #e8e8e8;
	background: #3d3d3d;
	border-radius: 50%;
	font-size: 0.7vw;
	width: 1vw;
	height: 1vw;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.section7 .bpo-detail .bpo-detail-list{
	margin-bottom: 1vw;
}
.section7 .bpo-detail .bpo-detail-list h4{
	font-family: 'Work Sans Semi Bold';
	font-size: 1.1vw;
	margin: 0 0 0.4vw;
}
.section7 .bpo-detail .bpo-detail-list p{
	font-family: 'Work Sans Medium';
	font-size: 0.8vw;
	margin: 0;
}
@media(max-width: 768px){
	.section7{
		background: url(../images/layout/section7/mobile/bg.jpg) no-repeat center top;
		background-color: #ffffff;
		background-size: 100%;
		height: auto;
		padding: 15vw 0;
	}
	.section7 ul.bpo-list{
		padding: 0 4vw;
	}
	.section7 .bpo-content .bpo-img{
		padding: 6vw;
	}
	.section7 .bpo-detail h3 {
		margin: 7vw 0 4vw;
		font-size: 5vw;
	}
	.section7 .bpo-detail .bpo-detail-list{
		margin-bottom: 4vw;
	}
	.section7 .bpo-detail .bpo-detail-list h4 {
		font-size: 3.5vw;
		margin: 0 0 1vw;
	}
	.section7 .bpo-detail .bpo-detail-list p {
		font-size: 3vw;
	}
	.section7 .bpo-detail p{
		font-size: 3vw;
	}
	.section7 .bpo-detail ol{
		padding: 0 0 0 4vw;
	}
	.section7 .bpo-detail ol li{
		font-size: 3vw;
		padding-left: 6.5vw;
		min-height: 6.5vw;
	}
	.section7 .bpo-detail ol li::before{
		font-size: 3vw;
		width: 5vw;
		height: 5vw;
	}
}
/*====================== END SECTION 7 ===========================*/

/*======================== SECTION 8 =============================*/
.section8{
	background: url(../images/layout/section7/bg.jpg) no-repeat center top;
	background-color: #cecece;
	background-size: 100%;
	min-height: 43vw;
	height: auto;
	padding: 5.5vw 0;
	color: #3d3d3d;
}
.section8 h1{
	font-family: 'Work Sans Bold';
	font-size: 3.2vw;
	margin: 0 0 1vw;
	color: #4c4c4c;
	text-align: justify;
	justify-self: center;
}
.section8 .caption h4 {
	font-weight: bold;
}
.thumbnail {
	position: relative;
  	min-height: 250px
}
.limited-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.read-more-link {
	display: inline-block;
	margin-top: 5px;
	color: #007bff;
	cursor: pointer;
}
.gallery-slide .slick-slide {
	margin-top: 20px;
	padding: 0 10px;
	background-color: unset;
    border: unset;
}
.gallery-slide .slick-prev:before,
.gallery-slide .slick-next:before {
  content: none !important;
}
.gallery-slide .custom-prev, .gallery-slide .custom-next {
  background: transparent;
  border: none;
  color: #222;
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: auto;
}
.gallery-slide .custom-prev i,
.gallery-slide .custom-next i {
  transform: translateY(-50%) scale(1.5);
}
.gallery-slide .custom-prev { left: -40px; }
.gallery-slide .custom-next { right: -40px; }
.gallery-slide .custom-prev:hover,
.gallery-slide .custom-next:hover {
  color: #555;
}
.gallery-slide .custom-prev:focus,
.gallery-slide .custom-next:focus {
  outline: none;
  box-shadow: none;
  color: #222222 !important;
}
@media(max-width: 768px){
	.section8 h1{
		font-size: 10vw;
	}
	.gallery-slide .custom-prev i,
	.gallery-slide .custom-next i {
		transform: unset;
	}
	.slick-dots li button:before {
		font-size: 20px !important;
		background-color: transparent;
		border: 2px solid #5e5e5e;
		border-radius: 50%;
		content: '' !important;
	}
	.slick-dots li.slick-active button:before {
		color: rgb(77 73 73) !important;
		background-color: #5e5e5e;
		opacity: 1;
		color: unset;
		border-radius: 50%;
	}
}
/*======================== END SECTION 8 =============================*/

/*======================== FOOTER =============================*/
footer{
	background: url(../images/layout/footer/bg.jpg) no-repeat center top;
	background-color: #222222;
	background-size: 100%;
	min-height: 30vw;
	height: auto;
	padding: 4.5vw 0 2vw;
	color: #cbcbcb;
	position: relative;
}
footer img.footer-logo{
	width: 15.1049vw;
	margin-bottom: 2vw;
}
footer h1{
	font-family: 'Work Sans Semi Bold';
	font-size: 1.7vw;
	margin: 0 0 1.5vw;
}
footer .wrapper-footer-right h1{
	font-family: 'Work Sans Semi Bold';
	font-size: 1.7vw;
	margin: 0 0 1vw;
}
footer ul.footer-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
footer ul.footer-list li{
	margin-bottom: 1vw;
}
footer ul.footer-list li .wrapper-footer{
	display: flex;
	align-items: center;
}
footer ul.footer-list li .wrapper-footer .icon i{
	font-size: 2vw;
	color: #454545;
}
footer ul.footer-list li .wrapper-footer .icon{
	width: 8%;
}
footer ul.footer-list li .wrapper-footer .content{
	width: 80%;
	margin-left: 0.2vw;
}
footer ul.footer-list li .wrapper-footer .content h2{
	font-size: 1.2vw;
	font-family: 'Work Sans Bold';
	margin: 0 0 0.1vw;
}
footer ul.footer-list li .wrapper-footer .content p{
	font-family: 'Work Sans Medium';
	font-size: 0.9vw;
	margin: 0;
}
footer a.logo-kominfo{
	position: absolute;
	bottom: 4.5vw;
	left: 18vw;
}
footer a.logo-kominfo img{
	width: 10.7292vw;
}
footer a,
footer a:hover,
footer a:focus{
	color: #cbcbcb;
}
footer p.copy{
	font-family: 'Work Sans Medium';
	font-size: 0.9vw;
	text-align: center;
	margin: 2vw 0 0;
}
footer .wrapper-footer-right{
	padding-left: 4vw;
	margin-top: 0.5vw;
}
footer div.sosmed-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
footer div.sosmed-list a{
	margin-bottom: 1.3vw;
	border: 2px solid #737373;
	padding: 0.6vw 2vw;
	border-radius: 8px;
	background-color: rgb(0 0 0 / 30%);
	cursor: pointer;
	display: flex;
	text-decoration: none;
}
footer div.sosmed-list a .wrapper-sosmed{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer div.sosmed-list a .wrapper-sosmed .icon{
	width: 4vw;
	border-right: 2px solid #515151;
	margin-right: 1.5vw;
}
footer div.sosmed-list a .wrapper-sosmed .content{
}
footer div.sosmed-list a .wrapper-sosmed .icon i{
	color: #868686;
	font-size: 2.5vw;
}
footer div.sosmed-list a .wrapper-sosmed .content p{
	font-family: 'Work Sans Semi Bold';
	font-size: 1.5vw;
	margin: 0;
}
footer #contactus{
	font-family: 'Work Sans Regular';
}
footer #contactus .form-group{
	margin-bottom: 0.8vw;
}
footer #contactus .form-control{
	font-family: 'Work Sans Regular';
	padding: 0.5vw 1vw;
	height: 2.5vw;
	font-size: 0.8vw;
}
footer #contactus textarea.form-control{
	height: auto;
}
@media(max-width: 768px){
	footer{
		background: url(../images/layout/footer/mobile/bg.jpg) no-repeat center top;
		background-color: #222222;
		background-size: 100%;
		min-height: 140vw;
		height: auto;
		padding: 15vw 0 7vw;
	}
	footer img.footer-logo{
		width: 100%;
		padding: 0 18vw;
	}
	footer h1{
		font-size: 5vw;
		margin: 3vw 0 7vw;
		text-align: center;
	}
	footer .wrapper-footer-right{
		padding-left: 0;
		text-align: center;
		margin-top: 0;
	}
	.wrapper-footer-right h1{
		background-color: #222222;
		position: relative;
		z-index: 1;
		display: inline-block;
		margin: 0 0 5vw;
		padding: 0 6vw;
	}
	.wrapper-footer-right:before{
		content: '';
		position: absolute;
		border-top: 2px solid #373737;
		top: 12px;
		width: 100%;
		left: 0;
	}
	footer ul.footer-list li{
		margin-bottom: 5vw;
	}
	footer ul.footer-list li:last-child{
		margin-bottom: 10vw;
	}
	footer ul.footer-list li .wrapper-footer .icon{
		width: 13%;
	}
	footer ul.footer-list li .wrapper-footer .content{
		width: 87%;
		margin-left: 0;
	}
	footer ul.footer-list li .wrapper-footer .icon i{
		font-size: 7vw;
		color: #515151;
	}
	footer ul.footer-list li .wrapper-footer .content h2{
		font-size: 3.5vw;
		margin: 0 0 0.1vw;
	}
	footer ul.footer-list li .wrapper-footer .content p{
		font-size: 2.7vw;
	}
	footer p.copy{
		font-size: 3vw;
		margin: 10vw 0 0;
	}
	footer div.sosmed-list{
		display: flex;
		justify-content: center;
	}
	footer div.sosmed-list a{
		margin-bottom: 1.3vw;
		border: 0;
		padding: 0.6vw 2vw;
		border-radius: 8px;
		background-color: unset;
		display: flex;
		text-decoration: none;
	}
	footer div.sosmed-list a .wrapper-sosmed .icon{
		border-right: 0;
		margin-right: 0;
		width: 12vw;
	}
	footer div.sosmed-list a .wrapper-sosmed .icon i{
		font-size: 10vw;
	}
	footer a.logo-kominfo{
		position: relative;
		bottom: 0;
		left: 0;
	}
	footer a.logo-kominfo img {
		width: 60vw;
		margin: 0 auto;
	}
}
/*====================== END FOOTER ===========================*/

