/*
Theme Name: Habadaily
Text Domain: habadaily
Version: 4.0
Requires at least: 3.0
Requires PHP: 7.2.9
Description: Habadaily is fully responsive, uses valid HTML/CSS. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out at https://sanlabs.my.id/.
Tags:  two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, featured-images, theme-options
Author: the Sanlabs team
Author URI: https://sanlabs.my.id/
Theme URI: https://sanlabs.my.id/themes/habadaily/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like sanlabs, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* Font properties ======================================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*@import url('css/widget.css');

/* Global properties ======================================================== */

body{ 
	position: relative;
	background-color: #f8f9fa; 
	border:0; 
	font-family: 'Poppins', sans-serif; 
	/*color:#fff ; */
	line-height:2; 
	padding-top: 115px;
}

.dark-mode {
  background: #222;
  color: #DDD;
}



p{
	/*font-family: 'Cutive Mono', monospace;*/
	font-family: 'Poppins', sans-serif; 
}
.container-fit{
	max-width:980px;
	position:relative;
}

.nav-up {
    top: -100px;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
	z-index:999;	
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
	/*
	clip-path: polygon(0% 0%, 100% 0%, 100% 120%, 0% 120%);
	*/
}
.san-footer{
	 background-image: url("img/pattern.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #dfdfe4;
}
footer h5{
	font-size: 100%;
}
footer li, footer p{
	font-size: 85%;
}

.form-control-dark {
	border-color: var(--bs-gray);
}
.form-control-dark:focus {
	border-color: #fff;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
	font-size: 85%;
}

.dropdown-toggle {
	outline: 0;
}

.form-control:focus, .btn:focus{
	box-shadow: none;
}

.f-75 {
	font-size: 75%;
}
.f-grey{
	color: #b3b3b3;
}


.social-bottom a{
	color: #b3b3b3;
}

.social-bottom a:hover{
	color: #ffffff;
}



.parallax {
  /* The image used */
  

  /* Set a specific height */
  height: 100vh; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

/* ================ *** =============== */
/* ============== SEARCH ============== */
/* ================ *** =============== */

#custom-search-input {
        margin:0;
        /*margin-top: 10px;*/
        padding: 0;
    }
 
    #custom-search-input .search-query { 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px;
        margin-top: -2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
	
	.search-query::placeholder {
	  opacity: .5;
	}

/* ================ *** =============== */
/* ============ NAVIGATION ============ */
/* ================ *** =============== */

body.offcanvas-active{
	overflow:hidden;
}

.sanlabs-nav .offcanvas-header{ 
	display:none; 
}

.screen-darken{
	height: 100%; 
	width:0%;
	z-index: 30;
	position: fixed; top: 0; right: 0; 
	opacity:0; visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
	opacity:1;
	width:100%;
	visibility:visible;
}


.screen-darkens{
	content: ''; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	pointer-events: none;
	z-index:10; opacity:1; 
	visibility:hidden;
	position: fixed;
}
.screen-darkens.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
	opacity:1;
	width:100%;
	visibility:visible;
}

.sanlabs-nav .navbar{
	position: relative;
	z-index: 15;
	padding:0;
}

.sanlabs-nav .navbar-main .navbar-brand,
.sanlabs-nav .navbar-main .navbar-nav .nav-item .nav-link{
	padding:.2rem .8rem;
	font-size:13px;
	text-transform:uppercase;
	color: #5c5c5c;
	font-weight: 500;
}

.sanlabs-nav .navbar-main .navbar-nav .nav-item{
	
	background: linear-gradient(#ffffff, #ffffff 50%, #FFBC00 50%, #FFBC00);
	background-size: 100% 200%;
	/*trasition effect for background*/
	transition: background 1s;
}

.sanlabs-nav .navbar-main .navbar-nav .nav-item:hover {
  background-position: 100% 100%;
}

.sanlabs-nav .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu{
	padding:15px;
	/*margin-top:3px;*/
	border-radius: 0px 0px 10px 10px;
	border:0;
}

.sanlabs-nav .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
	padding:3px 5px;
	font-size:13px;
	text-transform:uppercase;
	color:#555;
}

.sanlabs-nav .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item:hover{
	border-radius: 0px 0px 10px 10px;
}
/* ============ DESKTOP ============ */
/*
@media all and (min-width: 992px) {
	.sanlabs-nav .navbar .nav-item .dropdown-menu{ display: none; }
	.sanlabs-nav .navbar .nav-item:hover .nav-link{   }
	.sanlabs-nav .navbar .nav-item:hover .dropdown-menu{ display: block; }
	.sanlabs-nav .navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

/* ============= MOBILE ============ */
@media all and (max-width: 991px) {
	
	
	body{ 
		padding-top: 50px;
	}
	
	.sanlabs-nav .offcanvas-header{ 
		display:block; 
	}

	.sanlabs-nav .mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
		border-radius:0; 
		display:block;
		position: fixed;  top: 0; left:0;
		height: 100%; 
		width:100%;
		z-index: 1200; 
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.sanlabs-nav .mobile-offcanvas.show{
		visibility: visible; 	
		transform: translateX(0);
		padding: 0;
	}
	
	.sanlabs-nav .mobile-offcanvas.show #custom-search-input button {
		border: 0;
		background: none;
		padding: 2px 10px;
		margin-top: -2px;
		position: relative;
		left: 0;
		margin-bottom: 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #D9230F;
	}
	
	.sanlabs-nav .mobile-offcanvas.show .container{		
		padding: 0;
	}
	.sanlabs-nav .mobile-offcanvas.show .container .offcanvas-header .btn-close{		
		margin-right:15px;
		z-index:9999;
		position:relative;
	}
	.sanlabs-nav .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}
	
	.sanlabs-nav .mobile-offcanvas .navbar-brand{
		/*height:50px;*/
		display:inline-block;
		/*margin:.7rem 0;*/
	}
	
	.sanlabs-nav .navbar-main .navbar-nav .nav-item{
	
		background: none;
	}
	

}	
/* ============= END NAVIGATION ============ */



.navbar .megamenu{ 
	padding:15px;
	/*margin-top:3px;*/
	border-radius: 0px 0px 10px 10px;
	border:0;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
		max-height: 90vh;
		margin-top:10px;
	}
		
	.sanlabs-nav .navbar-main .navbar-brand, .sanlabs-nav .navbar-main .navbar-nav .nav-item {
		border-bottom: 0px solid #d0d0d2;
	}

	
	.sanlabs-nav .navbar-main .navbar-brand{
		padding:  10px 15px;
		margin-right:0;
		position:relative;
		z-index:999;
		box-shadow: 0 2px 2px 0 rgba(197,197,197,0.14),0 1px 5px 0 rgba(197,197,197,0.12),0 3px 1px -2px rgba(197,197,197,0.2);
	}
	
	.sanlabs-nav .navbar-main .navbar-brand, .sanlabs-nav .navbar-main .navbar-nav .nav-item .nav-link {		
		color: #666;
		text-transform: uppercase;
		font-family: Poppins,Arial,sans-serif;
		display: block;
		font-weight: 600;
		font-size: 13px;
	}
	.sanlabs-nav .navbar-main .navbar-nav .nav-item .nav-link{
		padding: 10px 0 5px 0;
	}
	.sanlabs-nav .navbar-main .navbar-nav{
		padding: 15px;
		background-color: #f5f6f8;
	}
	
	.menu-top-menu-container>ul { 
		-moz-column-count: 2; 
		-moz-column-gap: 60px; 
		-webkit-column-count: 2; 
		-webkit-column-gap: 60px; 
		column-count: 2; 
		display: block;
	}
	
	.sanlabs-nav .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu{
		padding:0 15px;
		border-radius: 0;
		border:0;
		background-color: #f5f6f8;
		list-style-type: circle;
	}
	
	.sanlabs-nav .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link{
		padding:0 10px;			
	}

	.sanlabs-nav .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
		padding:3px 5px;
		font-size:13px;
		text-transform:uppercase;
		color:#555;
	}

	.sanlabs-nav .navbar-main .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item:hover{
		border-radius: 0px 0px 10px 10px;
	}
	
}
/* ============ mobile view .end// ============ */


article {
	position: relative;
}

.hd-headline {
	position: relative;
	margin-bottom:15px;
}

.hd-headline .box_text {
	padding: 25% 20px 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	display: block;
	background: #000;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
	
	z-index: 2;
}

.hd-headline .box_text h1 {
	font-size: 24px;
	color: #fff;
	/*font-family: 'Poppins', sans-serif; */
}
.hd-headline .box_text .date {
	font-size: 12px;
	color:#fff;
}

.hd-headline .box_text .label {
	font-size: 11px;
	text-transform: uppercase;
	color: #ec6e60;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #fff;
}


.hd-headline {

}

.hd-headline .large-box a{
	text-decoration:none;
	color:#404040;
}

.hd-headline .large-box a:hover .image{
	-webkit-filter: brightness(90%);
}

.hd-headline .large-box a:hover{	
	color:#000;
}

.hd-headline .large-box .description{
	font-size:18px;
	padding:1rem;
	line-height:1.8rem;
}

.hd-headline .small-box{
	border-bottom:1px solid #f4f4f4;
	padding: 13px 0;
}

.hd-headline .small-box:last-child{
	border-bottom:0px solid #f4f4f4;
}

.hd-headline .small-box a{
	text-decoration:none;
	color:#404040;
}

.hd-headline .small-box .label{
	font-size:11px;
	color:#404040;
}

.hd-headline .small-box a:hover .image{
	-webkit-filter: brightness(90%);
}

.hd-headline .small-box a:hover{	
	color:#000;
}


.hd-headline .small-box .title{
	font-size:13px;
	/*font-family: 'Poppins', sans-serif; */
	font-weight:600;
	letter-spacing: .2px;
}

@media(max-width: 991px){
	.hd-headline .box_text h1 {
		font-size: 18px;
		color: #fff;
	}
}

/* ================ *** =============== */
/* =============== BLOG =============== */
/* ================ *** =============== */

/* HEAD ============================== */

.hd-blog {
	position: relative;
	margin-bottom:15px;
}

.hd-blog .box_text {
	padding: 25% 20px 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	display: block;
	background: #000;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
	
	z-index: 2;
}

.hd-blog .box_text h1 {
	font-size: 24px;
	color: #fff;
	/*font-family: 'Poppins', sans-serif; */
}
.hd-blog .box_text .date {
	font-size: 12px;
	color:#fff;
}

.hd-blog .box_text .label {
	font-size: 11px;
	text-transform: uppercase;
	color: #ec6e60;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #fff;
}

.hd-blog .large-box a{
	text-decoration:none;
	color:#404040;
}

.hd-blog .large-box .image img{
	width:100%;
}

.hd-blog .large-box a:hover .image{
	-webkit-filter: brightness(90%);
}

.hd-blog .large-box a:hover{	
	color:#000;
}

.hd-blog .large-box .description{
	font-size:18px;
	padding:1rem;
	line-height:1.8rem;
}

.hd-blog .small-box{
	border-bottom:1px solid #f4f4f4;
	padding: 13px 0;
}

.hd-blog .small-box:last-child{
	border-bottom:0px solid #f4f4f4;
}

.hd-blog .small-box a{
	text-decoration:none;
	color:#404040;
}

.hd-blog .small-box .label{
	font-size:11px;
	color:#404040;
}

.hd-blog .small-box a:hover .image{
	-webkit-filter: brightness(90%);
}

.hd-blog .small-box a:hover{	
	color:#000;
}


.hd-blog .small-box .title{
	font-size:13px;
	/*font-family: 'Poppins', sans-serif; */
	font-weight:600;
	letter-spacing: .2px;
}

/* LIST ============================== */

.hd-blog-list{	
	position:relative;
}

.hd-blog-list article{	
	background:#ffffff;
	margin-bottom:10px;
}

.hd-blog-list article a{	
	color:#555555;
	text-decoration:none;
}

.hd-blog-list a:hover figure img{
	-webkit-filter: brightness(90%);
}

.hd-blog-list a:hover{	
	color:#000;
}

.hd-blog-list article figure{		
	margin-bottom:0;
}

.hd-blog-list article .title{		
	padding:10px;
}

.hd-blog-list article .channel,
.hd-blog-list article .date{	
	font-size:10px;
}
.hd-blog-list article .channel{	
	color:#FFBC00;
	font-weight:bold;
}

/* ================ *** =============== */
/* ============== CONTENT ============= */
/* ================ *** =============== */

.post-entry{
	background:#ffffff;	
}

.post-entry .inside-article{
	
}

.post-entry .inside-article .entry-header{
	text-align:center;
}

.post-entry .inside-article .entry-header,
.post-entry .inside-article .entry-content{
	padding:1rem;
}


.post-entry .inside-article .entry-header h1{
	font-family: 'Poppins', sans-serif; 
	font-size:28px;
	font-weight:bold;
}

.post-entry .inside-article .entry-header .author,
.post-entry .inside-article .entry-header .date{
	font-size:12px;
	line-height:16px;
	color:#555;
}
.post-entry .inside-article .entry-header .author .site{
	font-size:12px;
	font-weight:bold;
	color:#E50914;
}

.post-entry .inside-article .entry-header .article-sosmed{	
	padding:1rem 1rem 0.1rem 1rem;
}

.post-entry .inside-article .entry-image img,
.post-entry .inside-article .entry-content img{
	width:100%;
}

.post-entry .inside-article .entry-image .caption{
	padding:.5rem 1rem;
	line-height:13px;
	font-size:11px;
	font-family: 'Poppins', sans-serif; 
	background:#f8f9fa;
}

.post-entry .inside-article .entry-content{
	margin-bottom:2rem;
}

.post-entry .inside-article .entry-content p{
	font-size:16px;
	line-height:1.5rem;
	font-family: 'Poppins', sans-serif; 
}

.post-entry .inside-article .entry-content .image figcaption {
	font-size: 11px;
	line-height: 1rem;
	padding: 5px 10px;
	background: #eee;
}

.post-entry .article-tags a {
	color:#555;
	border:0;
	margin:0 5px 5px 0;
	background:#eff1f4;
}
.post-entry .article-tags a:hover {
	color:#eeeeee;
	background:#0d6efd;
	border:0;
}

.post-entry .article-tags .tags-title {
	display: inline-block;
  
  width: auto;
	/*height: 38px;*/
	
	background-color: #979797;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	
	border-left: 1px solid #979797;

	/* This makes room for the triangle */
	margin-right: 19px;
	
	position: relative;
	
	color: white;
	font-weight: 600;
	font-family: 'Poppins', sans-serif; 
	font-size: 16px;
	line-height: 29px;

	padding: 0 15px 0 10px;
}

/* Makes the triangle */
.post-entry .article-tags .tags-title:before {
	content: "";
	position: absolute;
	display: block;
	right: -13px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #979797;
}

/* Makes the circle */
.post-entry .article-tags .tags-title:after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	right: -3px;
	top: 10px;
}

/* ================ *** =============== */
/* ============= SIMILIAR ============= */
/* ================ *** =============== */

.post-entry .similiar .title {
	position: relative;
	padding-left: 12px;
	/* font-style: italic; */
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.post-entry .similiar .title h6 {
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
}

.post-entry .similiar .title::before {
	content: '';
	display: block;
	position: absolute;
	height: 29px;
	width: 6px;
	background-color: #003e93;
	background: linear-gradient(to bottom,#003e93 0%,#003e93 100%);
	border-radius: 10px;
	transform: skew(0deg) translate(-12px,0px);
}

.post-entry .similiar .title::after{
	content: '';
	flex: 1;
	margin-left: 1rem;
	height: 2px;
	background: linear-gradient(to left,#003e93 0%,#003e93 100%);
}

.post-entry .similiar a{
	text-decoration:none;
}

.post-entry .similiar .sim-inside{
	padding: 10px;
}

.post-entry .similiar a:hover .sim-inside{	
	border: 1px solid #003e93!important;
}

.post-entry .similiar .title-sim {
	/*padding: 0 15px;*/
	border-bottom: 1px solid #eee;
	margin-bottom:0;
	font-size: 14px;
	color: #555555;
	font-family: 'Poppins', sans-serif; 
	font-weight: bold;
	line-height: normal;
}

.post-entry .similiar a:hover .title-sim {
	color:#003e93;
}

.post-entry .similiar .title-sim:last-child {
	border-bottom: 0px solid #eee;
}

.post-entry .similiar .link-sim {
	text-decoration:none;
}

.post-entry .similiar .link-sim:hover {
	color: #000000;	
}



/* ================ *** =============== */
/* ============== FOOTER ============== */
/* ================ *** =============== */

#footer-menu.nav{
	padding:10px;
	margin:2rem 0;
}
#footer-menu.nav li a{
	font-size:11px;
	text-transform:uppercase;
	color:#eee;
}

/* ================ *** =============== */
/* ================ TAGS ============== */
/* ================ *** =============== */

.widget.widget_popular_tags .title-tag {
	font-size: 14px;
	color: #555555;
	font-family: 'Poppins', sans-serif; 
	font-weight: bold;
	line-height: normal;
	display: block;
	position: relative;
	padding-left: 25px;
	text-decoration:none;
}

.widget.widget_popular_tags .title-tag:hover {
	color: #000000;
}

.dark-mode .widget.widget_popular_tags .title-tag {
	color: #ffffff;
}

.widget.widget_popular_tags .title-tag::before {
	content: "#";
	position: absolute;
	left: 0;
}

.widget.widget_popular_tags .item-tag {
	padding: 0 15px;
}


/* ================ *** =============== */
/* ============= STYCKY AD ============ */
/* ================ *** =============== */
.bn_skin {
	z-index: 2 !important;
}
.bn_skin {
	position: fixed;
	width: 300px;
	/*top: 45px;*/
	top: 0;
}
.bn_skin1 {
	left: 50%;
	margin-left: -820px;
}
.bn_skin2 {
	right: 50%;
	margin-right: -820px;
}
.bn_skin1 .skin3 {
	float: right;
}
.bn_skin2 .skin3 {
	float: left;
}


/* ================ *** =============== */
/* =============== SLICK ============== */
/* ================ *** =============== */

.img-slide .slide_inside{
	max-height:350px;
	overflow:hidden;
}

.img-slide .slide_inside img{
	width:100%;
}

.img-slide .caption{
	padding:10px;
	min-height:50px;
	font-size:13px;
	line-height:1.2rem;
}


.img-slide .slick-arrow {
	width: 35px;
	height: 35px;
	top: calc(50% - 30px);
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	text-align: center;
	cursor: pointer;
	
}

.img-slide .slick-prev.slick-arrow {
	left:0;
	z-index: 2;
}

.img-slide .slick-next.slick-arrow {
	right:0;
}

.img-slide .slick-prev::before, .img-slide .slick-next::before {
	color:#d00a0a;
	/*opacity: .2;*/
}
.img-slide .slick-prev, .img-slide .slick-next {
	background: rgba(255, 255, 255, 0.4);
}

.img-slide .slick-prev:hover, .img-slide .slick-prev:focus, .img-slide .slick-next:hover, .img-slide .slick-next:focus {
	color: transparent;
	outline: none;
	background: rgba(255, 255, 255, 0.9);
}

.slider-nav .slide_inside{
	cursor:pointer;
	max-height:90px;
	overflow:hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.slider-nav .slick-slide .slide_inside{
	opacity: 0.5;
}
.slider-nav .slick-slide .slide_inside:hover{
	opacity: 1;
}

.slider-nav .slick-slide.slick-current .slide_inside{
	opacity: 1;
}

.slider-nav .slick-arrow {
	width: 35px;
	height: 35px;
	/*top: calc(50% - 17px);*/
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	text-align: center;
	cursor: pointer;
	
}

.slider-nav .slick-prev.slick-arrow {
	left:0;
	z-index: 2;
}

.slider-nav .slick-next.slick-arrow {
	right:0;
}

.slider-nav .slick-prev::before, .slider-nav .slick-next::before {
	color:#003e93;
}
.slider-nav .slick-prev, .slider-nav .slick-next {
	background: rgba(255, 255, 255, 0.4);
}

.slider-nav .slick-prev:hover, .slider-nav .slick-prev:focus, .slider-nav .slick-next:hover, .slider-nav .slick-next:focus {
	color: transparent;
	outline: none;
	background: rgba(255, 255, 255, 0.9);
}

@media all and (max-width: 991px) {	
	.img-slide .slide_inside{
		/*max-height:180px;*/
		overflow:hidden;
	}
	.img-slide .slick-arrow {
		top: calc(50% - 30px);		
	}
	.img-slide .caption{
		padding:5px;
		font-size:12px;
	}
	.slider-nav .slide_inside{
		max-height:40px;
		overflow:hidden;
	}
	
}


/* ================ *** =============== */
/* ============== SOSMED ============== */
/* ================ *** =============== */

.sosmed{
	display:block;
}

.sosmed a {
	font-family: FontAwesome;
    font-size: 20px;
	line-height: 44px;
    speak: none;
	color: #5D5D5D;
	text-decoration: none;
	text-align: center;
    display: inline-block;
	position: relative;
    width: 44px;
    height: 44px;
	overflow: hidden;
	transition: all .3s;
	border-radius: 8px;
}
.sosmed a:before,
.sosmed a:after {
	transition: all .3s;
}


/* FB icons */
.sosmed .fb{
	background-color: #EAEAEA;
}
.sosmed .fb:before,
.sosmed .fb:after {
	content: "\f09a";
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0;
}
.sosmed .fb:before {
	top: 0;
}
.sosmed .fb:after {
	top: 100%;
	color: #FFFFFF;
}
.sosmed .fb:hover {
	background-color: #3b5998;
}
.sosmed .fb:hover:after {
	top: 0;
}
.sosmed .fb:hover:before {
	top: -100%;
}

/* TW icons */
.sosmed .tw{
	background-color: #EAEAEA;
}
.sosmed .tw:before,
.sosmed .tw:after {
	content: "\f099";
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0;
}
.sosmed .tw:before {
	top: 0;
}
.sosmed .tw:after {
	top: 100%;
	color: #FFFFFF;
}
.sosmed .tw:hover {
	background-color: #1DA1F2;
}
.sosmed .tw:hover:after {
	top: 0;
}
.sosmed .tw:hover:before {
	top: -100%;
}

/* Insta icons */
.sosmed .ins{
	background-color: #EAEAEA;
}
.sosmed .ins:before,
.sosmed .ins:after {
	content: "\f16d";
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0;
}
.sosmed .ins:before {
	top: 0;
}
.sosmed .ins:after {
	top: 100%;
	color: #FFFFFF;
}
.sosmed .ins:hover {
	background-color: #E1306C;
}
.sosmed .ins:hover:after {
	top: 0;
}
.sosmed .ins:hover:before {
	top: -100%;
}

/* YT icons */
.sosmed .yt{
	background-color: #EAEAEA;
}
.sosmed .yt:before,
.sosmed .yt:after {
	content: "\f16a";
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0;
}
.sosmed .yt:before {
	top: 0;
}
.sosmed .yt:after {
	top: 100%;
	color: #FFFFFF;
}
.sosmed .yt:hover {
	background-color: #FF0000;
}
.sosmed .yt:hover:after {
	top: 0;
}
.sosmed .yt:hover:before {
	top: -100%;
}

/* IN icons */
.sosmed .in{
	background-color: #EAEAEA;
}
.sosmed .in:before,
.sosmed .in:after {
	content: "\f0e1";
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0;
}
.sosmed .in:before {
	top: 0;
}
.sosmed .in:after {
	top: 100%;
	color: #FFFFFF;
}
.sosmed .in:hover {
	background-color: #0e76a8;
}
.sosmed .in:hover:after {
	top: 0;
}
.sosmed .in:hover:before {
	top: -100%;
}

/* Whatsapp icons */
.sosmed .wa{
	background-color: #EAEAEA;
}
.sosmed .wa:before,
.sosmed .wa:after {
	content: "\f232";
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0;
}
.sosmed .wa:before {
	top: 0;
}
.sosmed .wa:after {
	top: 100%;
	color: #FFFFFF;
}
.sosmed .wa:hover {
	background-color: #25D366;
}
.sosmed .wa:hover:after {
	top: 0;
}
.sosmed .wa:hover:before {
	top: -100%;
}


/* MAil icons */
.sosmed .mail{
	background-color: #EAEAEA;
}
.sosmed .mail:before,
.sosmed .mail:after {
	content: "\f003";
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0;
}
.sosmed .mail:before {
	top: 0;
}
.sosmed .mail:after {
	top: 100%;
	color: #FFFFFF;
}
.sosmed .mail:hover {
	background-color: #0e76a8;
}
.sosmed .mail:hover:after {
	top: 0;
}
.sosmed .mail:hover:before {
	top: -100%;
}


/* hlink icons */
.sosmed .hlink{
	background-color: #EAEAEA;
	cursor:pointer;
}
.sosmed .hlink:before,
.sosmed .hlink:after {
	content: "\f0c1";
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0;
}
.sosmed .hlink:before {
	top: 0;
}
.sosmed .hlink:after {
	top: 100%;
	color: #FFFFFF;
}
.sosmed .hlink:hover {
	background-color: #0e76a8;
}
.sosmed .hlink:hover:after {
	top: 0;
}
.sosmed .hlink:hover:before {
	top: -100%;
}