@font-face {
   font-family: 'nunito_light';
   src: url(font_nunito/Nunito-Light.ttf) format("truetype");
}
@font-face {
   font-family: 'nunito_black';
   src: url(font_nunito/Nunito-Black.ttf) format("truetype");
}
@font-face {
   font-family: 'nunito_bold';
   src: url(font_nunito/Nunito-Bold.ttf) format("truetype");
}

html, body {
	font-family: 'nunito_light';
	overflow-x: hidden;
}

.header-wrap {
	background-image: linear-gradient(270deg , #dc3545 0%, #f8f9fa 100%);
	padding: 10px 0px;
}
.header {
	display: table;
	width: 100%;
}
.header-logo {
	display: table-cell;
	width: 150px;
	vertical-align: middle;
}
	.header-logo img {
		height: 80px;
	}
.header-menu {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.top-menu {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
	.top-menu li {
		display: inline-block;
		margin-left: 25px;
	}
		.top-menu li a {
			color: #fff;
		    display: inline-block;
		    text-transform: capitalize;
		    font-size: 18px;
		    line-height: 1;
		    position: relative;
		    font-weight: 700;
		    padding: 30px 0;
		    transition: .5s;
		}
		.top-menu li a:before {
			content: '';
		    position: absolute;
		    width: 0px;
		    height: 3px;
		    background-color: #323657;
		    left: 0;
		    top: 67%;
		    -webkit-transition: .7s;
		    transition: .7s;
		    mix-blend-mode: multiply;
		}
		.top-menu li a:after {
			content: '';
		    position: absolute;
		    width: 0px;
		    height: 3px;
		    background-color: #323657;
		    right: 0;
		    top: 67%;
		    -webkit-transition: .7s;
		    transition: .7s;
		    mix-blend-mode: multiply;
		    z-index: 999;
		}
			.top-menu li a.current {
				color: #323657;
			}
			.top-menu li a:hover {
				color: #323657;	
			}

			.top-menu li a.current:before {
				content: '';
			    position: absolute;
			    width: 50%;
			    height: 3px;
			    background-color: #323657;
			    left: 0;
			    top: 67%;
			    -webkit-transition: .7s;
			    transition: .7s;
			    mix-blend-mode: multiply;
			}
			.top-menu li a.current:after {
				content: '';
			    position: absolute;
			    width: 50%;
			    height: 3px;
			    background-color: #323657;
			    right: 0;
			    top: 67%;
			    -webkit-transition: .7s;
			    transition: .7s;
			    mix-blend-mode: multiply;
			    z-index: 9;
			}

			.top-menu li a:hover:before {
				width: 50%;
			    -webkit-transform: translateX(100%);
			    transform: translateX(100%);
			}
			.top-menu li a:hover:after {
				width: 50%;
			    -webkit-transform: translateX(100%);
			    transform: translateX(-100%);
			}


.footer {
	background-color: #151723;
    padding: 120px 0;
    background-image: url(../../web/bg-footer.png);
}

.txt-footer {
	color: #fff;
    line-height: 26px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.txt-footer-title {
	color: #fff;
	font-family: 'nunito_bold';
}

.footer-link {
	list-style: none;
	padding-left: 0px;
}
	.footer-link a {
		color: #fff;
		font-size: 16px;
	}
	.footer-link a:hover {
		color: #85FF7F;
	}

.container-map {
	height: 250px;
}
	#map {
		height: 250px;
	}

.container-slideshow {
	height: 500px;
	overflow: hidden;
}
.slideshow img {
	width: 100%;
	/*max-height: 500px;*/
}
.slick-dots {
	bottom: 10px;
}
.slick-dots li button:before {
	font-size: 15px;
}
.slick-next {
	right: 30px;
}
.slick-prev {
    left: 30px;
    z-index: 9;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.box-home {
	margin-top: 100px;
}

.box-home-title {
	text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    font-size: 35px;
    display: inline-block;
    font-family: 'nunito_bold';
    margin-top: 0px;
}
h3.box-home-title {
	margin-bottom: 50px;
}
	.box-home-title:before {
		position: absolute;
	    content: '';
	    left: 50%;
	    bottom: -15px;
	    background-color: #66E9AE;
	    height: 5px;
	    width: 70px;
	    transform: translateX(-50%);
	}
	.title-center {
		text-align: center;
		display: block;
	}
	.box-home-content {
		font-size: 18px;
		line-height: 28px;
		text-align: justify;
	}

.container-services {
	padding: 120px 0 45px 0;
    background: linear-gradient(to top, #FDFFFD, #F5FFF5, rgba(202, 245, 202, 0.3));
    position: relative;
}
#curve {
	position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
	#curve path {
		fill: #fff;
	}
svg {
	overflow: hidden;
    vertical-align: middle;
}
.top-home-title {
	text-align: center;
	font-size: 23px;
}

.copyright {
	background-color: #090c21;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
}

.curve-bottom {
	padding: 120px 0;
    background: -webkit-linear-gradient(to bottom, #FDFFFD, #F5FFF5A8, #a3f2a324);
    background: linear-gradient(to bottom, #FDFFFD, #F5FFF5A8, #a3f2a324);
    border-bottom-left-radius: 73% 40%;
    border-bottom-right-radius: 50% 20%;
}

.box-home.txt-right .top-home-title, .box-home.txt-right .box-home-title {
	text-align: right;
}
.box-home.txt-right .box-home-title:before {
	right: 0px;
	transform: none;
	left: auto;
}

.box-info-law {
	background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}

.law-link {
	background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
    box-shadow: 0px 2px 15px rgb(164 164 164 / 25%);
    border-radius: 68px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 15px;
    display: inline-block;
}
	.law-link a {
		color: #fff !important;
	}
.law-text {
	font-size: 16px;
	color: #333;
}
.box-img-law {
	padding: 5px;
	margin-top: 100px;
}
.box-img-law img {
	width: 100%;
}

.container-sop {
	margin-top: 100px;
	background-color: #F7FFF7;
}
	.box-home.txt-left .box-home-title:before {
		left: auto;
		transform: none;
	}

.container-download {
	margin-top: 100px;
	background-color: #F7FFF7;
	padding-bottom: 70px;
}

.box-download {
	text-align: center;
    padding: 35px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 8px 48px 0 rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}
	.box-download-title {
		font-size: 16px;
		font-family: 'nunito_bold';
		min-height: 80px;
		vertical-align: middle;
		line-height: 1.2;
		display: table;
		width: 100%;
	}
		.txt-download-title {
			display: table-cell;
			vertical-align: middle;
		}

	.box-download-btn a {
		background: linear-gradient(252.64deg, #48D6F2 8.92%, #84FC6A 96.59%);
	    box-shadow: 0px 2px 15px rgb(214 214 214 / 25%);
	    border-radius: 68px;
	    color: #fff;
	    text-shadow: 0px 0px 0px rgb(0 0 0 / 25%);
	    padding: 13px 30px;
	    display: inline-block;
	    font-weight: 700;
	}

.container-article {
	margin-bottom: 100px;
}
.container-article a {
	color: #595959;
}
	.box-article-list {
		box-shadow: 0px 0px 13px 3px #0000000d;
	    transition: 0.3s;
	    border-radius: 20px;
	    overflow: hidden;
	    margin-bottom: 30px;
	}
		.box-article-list:hover {
			box-shadow: 0px 0px 20px 2px #3c393957;
		}
	.box-article-image {
		height: 200px;
    	overflow-y: hidden;
	}
		.box-article-image img {
			width: 100%;
		}
	.box-article-detail {
		padding: 10px 25px;
		height: 90px;
	}
	.bad-title {
		font-family: 'nunito_bold';
		font-size: 16px;
		margin-bottom: 5px;
		line-height: 1.2;
	}

.container-contact {
	padding-top: 10px;
	padding-bottom: 45px;
	color: #fff;
	background-color: #191c2f;
}
.box-contact {
    border: 2px solid white;
    padding: 10px;
    border-radius: 10px;
    height: 85px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.sticky + .container-body {
  padding-top: 100px;
}

.txt-title-page {
	text-align: center;
	font-family: 'nunito_bold';
	margin-top: 50px;
}

.box-permohonan {
	box-shadow: 0px 2px 25px rgb(194 194 194 / 25%);
    border-radius: 26px;
    padding: 100px;
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
    margin-top: 50px;
}

.field-list {
	margin-bottom: 20px;
}
	.field-list input, .field-list select {
		height: 40px;
	}

.txt-upload-permohonan {
	margin-top: 30px;
	font-size: 16px;
	font-family: 'nunito_bold';
}

.box-btn-permohonan {
	margin-top: 30px;
}
	.box-btn-permohonan button {
		background: linear-gradient(253.52deg, #48D6F2 8.92%, #84FC6A 96.59%);
	    color: #fff;
	    border: none;
	    padding: 12px 42px;
	    text-transform: capitalize;
	    font-weight: 700;
	    cursor: pointer;
	    -webkit-transition: .5s;
	    transition: .5s;
	    border-radius: 68px !important;
	    width: 100%;
	    -webkit-appearance: button;
	    outline: none !important;
	}
	.box-btn-permohonan button:hover {
		background: linear-gradient(253.52deg, #84FC6A 8.92%, #48D6F2 96.59%);
	}

.table-kerjasama {
	border-spacing: 0 0.85rem !important;
	border-collapse: unset;
}
.table-kerjasama thead tr {
	background-color: #495057;
	color: #fff;
}
	.table-kerjasama tbody tr.odd {
		background-color: #ffccd1;
	}
	.table-kerjasama tbody tr.even {
		background-color: #aae5ff;
	}
	.table-kerjasama tbody td {
		padding: 20px;
		font-size: 16px;
		vertical-align: middle !important;
	}

	.table-kerjasama td:first-child {
	    border-top-left-radius: 10px;
	    border-bottom-left-radius: 10px;
	}
	.table-kerjasama td:last-child {
	    border-top-right-radius: 10px;
	    border-bottom-right-radius: 10px;
	}

	.table-kerjasama tr.odd td:first-child {
	    background-color: #dc3545;
	    color: #dc3545;
	}

	.table-kerjasama tr.even td:first-child {
	    background-color: #03a9f4;
	    color: #03a9f4;
	}
	.box-no {
		width: 40px;
		height: 40px;
		background-color: #fff;
		border-radius: 50%;
		padding-top: 10px;
	}

.container-article-wrapper {
	padding: 50px 0px;
}
.article-title h3 {
	font-family: 'nunito_bold';
}
.article-content {
	font-size: 16px;
}

#btn_xs_menu {
	position: absolute;
	right: 0px;
	top: 12px;
}
.law-text {
	margin-top: 5px;
}

.list-submenu {
	position: relative;	
}
.container-submenu {
	display: none;
}
.list-submenu:hover .container-submenu {
	display: block;
	position: absolute;
    z-index: 999;
    right: 0px;
    top: 77px;
    width: 225px;
}
.wrap-submenu {
    background: #bf5c5c;	
    margin-top: 12px;
    padding: 7px;
}
.container-submenu a {
	padding: 15px 20px !important;
	display: block !important;
}

.wrap-gallery-video  {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.header {
		position: relative;
	}
	.header-menu {
		display: block;
	    position: absolute;
	    width: 100%;
	    right: 0px;
	    background: #970000;
	    z-index: 999999;
	    top: 60px;
	    display: none;
	}
	.top-menu li {
		display: block;
		margin-left: 0px;
		text-align: center;
	}
	.sticky {
		position: relative;
	}
	.header-logo {
		display: block;
	}
	.header-logo img {
		height: 50px;
	}
	.top-menu li a {
		padding: 15px 0px;
	}

	.container-slideshow {
		height: auto;
	}
	.box-home {
		margin-top: 30px;
	}
	.sticky + .container-body {
	  padding-top: 0px;
	}
	.box-img-law {
		display: none;
	}
	.txt-footer-title {
		margin-top:  40px;
	}
	.container-map {
		margin-top:  40px;
	}
	.box-contact {
		margin-top: 20px;
	}
	.box-permohonan {
		padding: 20px;
	}
	.list-submenu:hover .container-submenu {
		position: relative;
	    width: 100%;
	    top: 0px;
	}
}