
body{
    font-family: 'Qc-reg';
}

.container {
    max-width: 1400px; /* Atur sesuai kebutuhan */
    /* Properti lain yang ingin Anda ubah */
}

/* -------------------------------------------------------------------- */
/*                              Navbar                                  */
/* -------------------------------------------------------------------- */
nav {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #e7e7e7;
}

nav #nav_section_1 {
    padding: 20px 0;
}

nav #nav_section_2 {
    background-color: #27419C;
}

nav #nav_section_2 a {
    margin: 0 15px;
    outline: none;
}

nav #logo_wraper .img_prov_dki {
    width: 50px;
}

nav #logo_wraper .img_dinsos_dki {
    width: 50px;
}

nav #logo_wraper .logo_title {
    text-align: center;
    font-weight: bold;
    padding: 0 15px;
}

nav #logo_wraper .logo_title span {
    font-family: "Rc-reg";
    font-size: 40px;
    color: #27419C;
}

@media (max-width: 728px) {
    nav #logo_wraper .img_prov_dki {
        width: 35px;
    }

    nav #logo_wraper .img_dinsos_dki {
        width: 35px;
    }

    nav #logo_wraper .logo_title span {
        font-size: 30px;
    }

    nav #nav_section_1 {
        padding: 10px 0;
    }

    nav #nav_section_2 a {
        font-size: 12px;
        margin: 0 10px;
    }
}

/* -------------------------------------------------------------------- */
/*                              Berita terbaru                          */
/* -------------------------------------------------------------------- */
#detail_berita {
    padding: 60px 0;
    background-color: #092457;
    min-height: 87%;
}

/* -------------------------------------------------------------------- */
/*                              Footer                                  */
/* -------------------------------------------------------------------- */
footer #section_2 {
    background-color: #092457;
    color: #e7e7e7;
}

footer #section_2 a{
    font-weight: bolder;
    color: #e7e7e7;
}

/* -------------------------------------------------------------------- */
/*                              Blog Template                           */
/* -------------------------------------------------------------------- */

#title_wraper #title{
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #092457;
    font-family: 'Rc-reg';
    text-align: left;
    border-bottom: 2px solid #092457;
    padding-bottom: 10px;
    opacity: 0.8;
}

#title_wraper #title a{
    color: #092457;
    font-size: 15px;
}

#blog-title{
	font-size: 30px;
    font-family: 'Rc-reg' !important;
    color: #092457 !important;
}

#blog-title,#blog-penulis,#blog-date,#blog-content p{
	opacity: 0.8 !important;
}

#blog-recommended h5 {
    font-family: 'Rc-reg' !important;
    font-size: 16px;
    color: #092457 !important;
}

#blog-recommended h6 {
    font-family: 'Qc-reg';
    font-size: 12px;
}

.categor-list li, .categor-list a {
	margin: 0 !important;
	height: 34px !important;
	/* padding: 12px 0 12px 0 !important; */
}
#blog-content li,#blog-content ul,#blog-content ol{
	list-style: inside !important;
}
#blog-content ol li{
	list-style-type: decimal !important;
	line-height: 30px !important;
}
#blog-content li{
	line-height: 30px !important;
}
#blog-content p{
	line-height: 20px !important;
	margin-bottom: 20px !important;
}
#blog-content blockquote{
	background: #F6F6F6;
	padding: 20px;
	margin: 0;
	color: #555;
	border-left: 3px solid #c1d966;
}
#blog-content img{
	max-width: 100% !important;
}

#blog-share{
	font-size: 12px !important;
	line-height: 28px !important;
}
#blog-share svg{
	width: 1em;
	height: 1em;
	fill: currentColor;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
#blog-share span.share-label{
	display: inline-block !important;
	margin: 0 7px 5px 0 !important;
	padding: 0 10px !important;
	border-radius: 2px !important;
	color: #333333 !important;
	background: #dddddd !important;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2) !important;
	text-transform: uppercase !important;
}
#blog-share .share-link{
	display: inline-block;
	margin: 0 7px 5px 0;
	padding: 0 10px;
	border-radius: 2px;
	color: white;
	background: #444444;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
#blog-share .share-facebook{
	background: #3b5997;
}
#blog-share .share-twitter{
	background: #00aced;
}
#blog-share .share-whatsapp{
	background: #25d366;
}
#blog-share .share-pinterest{
	background: #bd081c;
}

@media (max-width: 728px) {
    #blog-title{
        font-size: 20px;
    }
}

.skeleton{
	border-radius: 4px;
	background-color: #253A4B;
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
#blog-title.skeleton{
	width: 60%;
	height: 24px;
}
#blog-penulis.skeleton,#blog-date.skeleton{
	width: 148px;
	height: 16px;
}
#blog-content .skeleton{
	height: 20px;
}
#single-post #title.skeleton{
	width: 200px;
	height: 18px;
}
#single-post #date.skeleton{
	width: 148px;
	height: 14px;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: .5;
	}
}

/* Blog Single CSS */
.blog-single {
	background: #fff;
	padding: 70px 0 100px;
}

.blog-single .blog-single-main {
	margin-top: 30px;
	background: #fff;
}

.blog-single .blog-detail {
	background: #fff;
}

.blog-single .image {
	position: relative;
}

.blog-single .image img {
	width: 100%;
	height: 100%;
}

.blog-single .blog-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 40px 0 15px 0;
}

.blog-single .blog-meta {
	margin-bottom: 0;
	overflow: hidden;
	border-bottom: 1px solid #dddddd6e;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.blog-single .blog-meta .author i {
	color: #c1d966;
	margin-right: 10px;
	font-size: 13px;
}

.blog-single .blog-meta .author a {
	font-size: 13px;
	border-right: 1px solid #ddd;
	padding: 0px 15px;
}

.blog-single .blog-meta .author a:first-child {
	padding-left: 0;
}

.blog-single .blog-meta .author a:last-child {
	padding-right: 0;
	border: none;
}

.blog-single .blog-meta span {
	display: inline-block;
	font-size: 14px;
	color: #666;
}

.blog-single .blog-meta span a i {
	margin-right: 10px;
	color: #c1d966;
}

.blog-single .blog-meta span a:hover {
	color: #c1d966;
}

.blog-single .content p {
	margin-bottom: 25px;
	line-height: 26px;
}

.blog-single .content p:last-child {
	margin: 0;
}

.blog-single blockquote {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	padding-left: 20px;
	padding: 10px 20px;
	background: #F6F6F6;
	padding: 30px 40px 30px 70px;
	color: #555;
	border: none;
	margin-bottom: 25px;
	border-left: 3px solid #c1d966;
}

.blog-single blockquote i {
	font-size: 30px;
	color: #c1d966;
	position: absolute;
	left: 20px;
	top: 20px;
}

.blog-single .content .img-post {
	margin-bottom: 25px;
}

.blog-single .share-social .content-tags {
	position: relative;
	margin-top: 25px;
}

.blog-single .share-social .content-tags h4 {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 15px;
	font-weight: 500;
}

.blog-single .share-social .content-tags .tag-inner {
	padding-left: 60px;
}

.blog-single .share-social .content-tags .tag-inner li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-top: 4px;
}

.blog-single .share-social .content-tags .tag-inner li:last-child {
	margin-right: 0px;
	margin-bottom: 0px;
}

.blog-single .share-social .content-tags .tag-inner li a {
	border-radius: 30px;
	padding: 5px 15px;
	background: #f4f7fc;
	font-size: 13px;
}

.blog-single .share-social .content-tags .tag-inner li a:hover {
	color: #fff;
	background: #c1d966;
}

/* Comments */
.blog-single .comments {
	margin-top: 40px;
}

.blog-single .comments .comment-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}

.blog-single .comments .comment-title:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #c1d966;
}

.blog-single .comments {}

.blog-single .comments .single-comment {
	position: relative;
	margin-bottom: 40px;
	border-radius: 5px;
	padding-left: 95px;
}

.blog-single .comments .single-comment.left {
	margin-left: 110px;
}

.blog-single .comments .single-comment img {
	height: 70px;
	width: 70px;
	border-radius: 100%;
	position: absolute;
	left: 0;
}

.blog-single .single-comment .content {}

.blog-single .single-comment .content h4 {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	margin-bottom: 18px;
	text-transform: capitalize;
}

.blog-single .single-comment .content h4 span {
	display: inline-block;
	font-size: 13px;
	color: #8D8D8D;
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	margin-top: 5px;
}

.blog-single .single-comment .content p {
	color: #666;
	font-weight: 400;
	display: block;
	margin: 0;
	margin-bottom: 20px;
	line-height: 22px;
}

.blog-single .single-comment .content .button {}

.blog-single .single-comment .content .btn {
	display: inline-block;
	color: #666;
	font-weight: 400;
	color: #6a6a6a;
	border-radius: 4px;
	text-transform: capitalize;
	font-size: 14px;
	background: transparent;
	padding: 0;
}

.blog-single .single-comment .content a i {
	display: inline-block;
	margin-right: 5px;
}

.blog-single .single-comment .content a:hover {
	color: #c1d966;
}

/* Comment Form */
.blog-single .reply form {
	padding: 40px;
	border: 1px solid #eee;
}

.blog-single .reply .reply-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}

.blog-single .reply .reply-title:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #c1d966;
}

.blog-single .reply .form-group {
	margin-bottom: 20px;
}

.blog-single .reply .form-group input {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	border: 1px solid #eee;
}

.blog-single .reply .form-group textarea {
	width: 100%;
	height: 200px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	border: 1px solid #eee;
}

.blog-single .reply .form-group label {
	color: #333;
	position: relative;
}

.blog-single .reply .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}

.blog-single .reply .button {
	text-align: left;
	margin-bottom: 0px;
}

.blog-single .reply .button .btn {
	height: 50px;
	border: none;
}

/* Blog Sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	padding: 40px;
	background: transparent;
	border: 1px solid #eeeeeec2;
}

.main-sidebar .single-widget {
	margin-bottom: 50px;
}

.main-sidebar .single-widget .title {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
    color: #092457;
    font-family: 'Rc-reg' !important;
}

.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #092457;
}

.main-sidebar .single-widget:last-child {
	margin: 0;
}

.main-sidebar .search {
	position: relative;
}

.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
}

.main-sidebar .search .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-sidebar .search .button:hover {
	background: #c1d966;
	color: #fff;
}

/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}

.main-sidebar .categor-list li {}

.main-sidebar .categor-list li {
	margin-bottom: 10px;
}

.main-sidebar .categor-list li:last-child {
	margin-bottom: 0px;
}

.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size: 14px;
}

.main-sidebar .categor-list li a:hover {
	color: #c1d966;
	padding-left: 7px;
}

.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right: 0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-sidebar .categor-list li a:hover i {
	margin-right: 6px;
	opacity: 1;
	visibility: visible;
}

/* Recent Post */
.main-sidebar .recent-post {}

.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}

.main-sidebar .single-post:last-child {
	padding-bottom: 0px;
	border: none;
}

.main-sidebar .single-post .image {}

.main-sidebar .single-post .image img {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.main-sidebar .single-post .content {
	padding-left: 100px;
}

.main-sidebar .single-post .content h5 {
	line-height: 18px;
}

.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}

.main-sidebar .single-post .content h5 a:hover {
	color: #c1d966;
}

.main-sidebar .single-post .content .comment {}

.main-sidebar .single-post .content .comment li {
	color: #888;
	display: inline-block;
	margin-right: 15px;
	font-weight: 400;
	font-size: 14px;
}

.main-sidebar .single-post .content .comment li:last-child {
	margin-right: 0;
}

.main-sidebar .single-post .content .comment li i {
	display: inline-block;
	margin-right: 5px;
}

/* Blog Tags */
.main-sidebar .side-tags {}

.main-sidebar .side-tags .tag {
	margin-top: 40px;
}

.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}

.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
}

.main-sidebar .side-tags .tag a:hover {
	color: #fff;
	background: #c1d966;
	border-color: transparent;
}

/* Blog Newslatter CSS */
.main-sidebar .newsletter {}

.main-sidebar .newsletter .letter-inner {
	position: relative;
	padding: 35px 30px;
	box-shadow: 0px 0px 12px #00000014;
	z-index: 2;
	overflow: hidden;
}

.main-sidebar .newsletter .letter-inner h4 {
	text-transform: capitalize;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.main-sidebar .newsletter .letter-inner p {
	margin-bottom: 20px;
}

.main-sidebar .newsletter .letter-inner .form-inner {
	position: relative;
}

.main-sidebar .newsletter .letter-inner input {
	width: 100%;
	height: 45px;
	background: #fff;
	border: none;
	border: 1px solid #ddd;
	padding: 0px 60px 0px 20px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
}

.main-sidebar .newsletter .letter-inner .form-inner a {
	height: 42px;
	width: 100%;
	background: #c1d966;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 42px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.main-sidebar .newsletter .letter-inner .form-inner a:hover {
	background: #333;
	color: #fff;
}
