
/*
Template Name: Bulona Admin
Author: CODERVENT
Email: codervent@gmail.com
File: app-style
*/

/*  
  - Google Font
  - General
  - Menu Sidebar Wrapper
  - Page Content Wrapper
  - Topbar Header
  - Dropdown Menu
  - User Details
  - Logo
  - SearachBar
  - Cards
  - Modals
  - Buttons
  - User Cards
  - Forms
  - Widgets
  - Tables
  - Alerts
  - Badges
  - Paginations
  - List Groups
  - Nav Tabs & Pills
  - Accordions
  - Background Colors
  - Borders
  - Text colors
  - Shadows
  - CheckBoxes & Radios
  - Pricing Tables
  - Responsive
*/

@-ms-viewport {
	width: device-width
}

@-webkit-keyframes pageloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); 
  } 
}

@keyframes pageloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); 
  } 
}

#btnAloMobile{
    display: none;
}

#btnAloWeb{
    display: inline-block;
}

#slider-artikel {
    padding-bottom: 0;
    margin-bottom: 0;
    height:460px;
}

.sect_artikel{
    border:0px;
}

#slider-artikel .slick-list{
        height:424px;
}

.sect_artikel .container{
    height:460px;
}

#slider-artikel img{
    height:204px;
}

.btn-alo{
    padding-top:50px;
}

.aloslide .slick-slide img{
   padding-top:166px;
   /* height: 758px; */
   width:1349px;
   height:680px;
   background-size: cover;
}

.aloslide .slick-slide{
    height: 680px;
}

.slick-slide{
    height: 500px;
    background-size: cover;
}

#slider-video{
    height: 480px;
}



/*----------------right-sidebar----------------*/

.right-sidebar{
	width: 400px;
    height: 233px;
    /* max-height: 100%; */
    position: fixed;
	/* overflow: scroll; */
	/* overflow-x: hidden; */
    position: fixed;
    top: 240px;
    right: -540px;
    z-index: 1001;
	text-align:center;
	padding:10px;
    background: #ffffff;
	box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.switcher-icon img{
    max-width:80px;
    z-index: 1005;
}


.switcher-icon{
	width: 80px;
    height: 40px;
	line-height:40px;
    /* background: rgb(58, 57, 57); */
	text-align:center;
	font-size:22px;
	/* color:#fff; */
	cursor: pointer;
    display: inline-block;
	/* box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2); */
    position: fixed;
    right: 0;
    top: 240px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: .4px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.right-sidebar.right-toggled{
	right: 0px;
}
.right-sidebar.right-toggled .switcher-icon{
	right: 400px;
}

/* .bg-theme{
     background-size: 100% 100%;
     background-attachment: fixed;
     background-position: center;
	 background-repeat: no-repeat;
     transition: background .3s;
} */

.switcher {
  list-style: none;
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
  margin-left: 0px;
}
.switcher li {
  display: inline;
  /* float: left;
  width: 85px;
  height: 75px; */
  margin: 0 15px 15px 0px;
  border-radius: 4px;
  border: 0px solid black;
}

#sticky-nav{
    font-size:16px;
}

.top-search{
    display: block;
}

@media only screen and (max-width: 1199px){

    #slider-artikel #btnAloMobile{
        display: none;
        margin:0;
    }
    
    #btnAloWeb{
        display: inline-block;
    }
	.row.row-group>div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.row.row-group>div:last-child{
		border-right: none;
		border-bottom: 0;
	}
}

@media only screen and (min-width: 760px) and (max-width: 1180px) {
    #sticky-nav{
        font-size:14px;
    }

    .top-search{
        display: none;
    }
}


@media only screen and (max-width: 1024px) {

    #slider-artikel #btnAloMobile{
        display: none;
        margin:0;
    }
    
    #btnAloWeb{
        display: inline-block;
    }

    .aloslide .slick-slide img{
        /* height:300px; */
        height:758px;
        object-fit: cover;
    }
  
	.search-bar{
		margin-left: 10px;
		position: relative;
	}

	.search-bar input{
		width: 100%;
		height: 30px;
	}
	
	.nav-tabs .nav-link{
		padding: 10px 10px;
	}

}

@media only screen and (max-width: 768px) {
    #slider-artikel #btnAloMobile{
        display: none;
        margin:0;
    }
    
    #btnAloWeb{
        display: inline-block;
    }

    #slider-artikel{
        height:500px;
    }

  #sidebar-wrapper {
	background:#000;  
    position: fixed;
	top: 60px;
    left: -240px;
    z-index: 1000;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	box-shadow: none;
}

.toggle-menu i {
    line-height: 60px;
    margin-left: 0px;
    font-size: 15px;
    cursor: pointer;
}

.card { 
     margin-bottom:20px;
	 }
	 
.card-deck {
    margin-bottom: 20px;
}

.card-group {
	margin-bottom: 20px;
}	 
	 
.content-wrapper {
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.footer {
  position: absolute;
  left: 0px;
}

#wrapper.toggled #sidebar-wrapper {
    position: fixed;
	top: 60px;
    left: 0px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#wrapper.toggled .menu-icon{
	margin-left: 0px;
}

#wrapper.toggled .content-wrapper {
    margin-left: 0px;
	
}

#wrapper.toggled .footer{
    position: absolute;
    left: 0px;
}

.hidden-xs {
    display: none!important;
}

}
/* 
@media only screen and (max-width: 575px){

.switcher li {
    float: left;
    width: 150px;
    height: 200px;
    margin: 0 15px 15px 0px;
    border-radius: 4px;
    border: 0px solid black;
  }

.bg-signup2{
    height: 35rem;
	border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.bg-signin2{
    height: 25rem;
	border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.bg-reset-password2{
    height: 20rem;
	border-radius: 0;
    border-top-right-radius: .25rem;
}

} */


@media only screen and (max-width: 480px) and (max-width: 575px ) {
    
#slider-artikel #btnAloMobile{
    display: inline-block;
    margin:0;
}

#btnAloWeb{
    display: none;
}

#slider-artikel{
    height:350px;
}

/* #slider-artikel .slick-track{
    width:100%;
    height:550px;
}

section.sect_artikel{
    margin-top: 0;
    height:550px;
}

.slider-artikel{
    height:300px;
} */

.slick-track{
    height:400px;
}

/* .sect_artikel container{
    height:500px;
} */

#slider-artikel img{
    height:150px;
    width:250px;
}

.aloslide .slick-slide{
    height: 200px;
}

.slick-slide{
    height:200px;
}

.aloslide .slick-list{
    height:200px;
}

#newlayerslider{
    height:200px;
}

.aloslide .slick-initialized{
    height:200px;
}

#slider-video{
    height: 230px;
}

section.sect_2nd {
    padding: 30px 0px;
    height:450px;
}

#senyum-lebih-nyaman .container{
    height:450px;
}

#senyum-lebih-nyaman .slick-track{
    height:550px;
}
    
#slider-video .slick-track{
    height:200px;
}

.slick-slide .slick-track img{
    height:150px;
}

.aloslide .slick-slide img{
    padding-top: 53px;
    height:150px;
    object-fit: cover;
}

/* .aloslide .slick-slide img{
    padding-top:53px;
    height: 758px;
    width:674px;
    height:340px;
    background-size: cover;
 } */

.aloslide {
    height:200px;
}

.aloslide .slick-dots
    {
        padding-bottom: 0;
    }
    
.img-footer{
    height:150px;
    object-fit: cover;
}

.right-sidebar{
    width: 150px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    /* overflow: scroll; */
    /* overflow-x: hidden; */
    position: fixed;
    top: 0;
    right: -170px;
    z-index: 1001;
    text-align:center;
    padding:10px;
    background: #ffffff;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.switcher-icon img{
    display: inline-table;
    /* width: 100%; */
    width:60px;
    z-index: 1001;
    max-width:80px;
}

.switcher-icon{
	width: 60px;
    height: 40px;
	line-height:40px;
    /* background: rgb(58, 57, 57); */
	text-align:center;
	font-size:22px;
	/* color:#fff; */
	cursor: pointer;
    display: inline-block;
	/* box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2); */
    position: fixed;
    right: 0;
    top: 240px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.right-sidebar.right-toggled{
	right: 0px;
}
.right-sidebar.right-toggled .switcher-icon{
	right: 150px;
}

.switcher li {
    /* display: inline; */
    float: left;
    width: 150px;
    height: 200px;
    margin: 0 15px 15px 0px;
    border-radius: 4px;
    border: 0px solid black;
  }

 .search-bar{
	margin-left: 5px;
	position: relative;
 }

  .search-bar input{
	width: 100%;
 }
  
  .dropdown-lg{
  	display: none;
  }

  .nav-item.language{
	display: none;
  }

  .right-nav-link a.nav-link{
    padding-right: .0rem !important;
  }

  .topbar-nav .navbar {
    padding: 0px 10px 0 5px;
  }

}

@media only screen and (max-width: 414px)  {    

    .aloslide {
        height:200px;
    }

    .aloslide .slick-slide img {
        padding-top: 53px;
        height: 150px;
        object-fit: cover;
    }

    .aloslide .slick-list{
        height:200px;
    }

    .aloslide .slick-dots
    {
        padding-bottom: 0;
    }

    #newlayerslider{
        height:200px;
    }

    .aloslide .slick-initialized{
        height:200px;
    }

    .aloslide .slick-track{
        height:200px;
    }

    #senyum-lebih-nyaman{
        height:500px;
    }

    #slider-artikel .slick-list{
        height:424px;
    }

    #slider-artikel .slick-track {
        width: 50%;
        height: 424px;
    }

}






