@media screen and (min-width: 991px) {
    .landing-page .top-right {
        height: 74px;
    }
    .lp-wrapper {
        padding-right: 90px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .landing-page .navigation {
        height: 80px;
    }
    .landing-page ul.list-inline.megamenu-parent {
        height: 80px;
        padding: 12px 0 0 330px;
    }
    .landing-page .search-wrapper input {
        height: 72px;
    }
    .landing-page .search-wrapper #search-close {
        line-height: 72px;
    }
    .landing-page .breakingNews {
        border-top: none;
        border-right: none;
        border-bottom-width: 4px;
    }
    .landing-page .breakingNews>.bn-navi {
        right: 6px;
    }
}

.landing-page .top-right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.landing-page .navigation {
    border-bottom: solid 4px #2F451E;
}

.landing-page .breakingNews {
    margin: 0;
    border-bottom-width: 4px;
    border-top: none;
    border-right-width: 4px;
    position: relative;
}

.lp-nav-container {
    padding-left: 20px
}

.landing-page .logo {
    max-width: 60px;
    float: left;
    margin-top: 9px;
}

.landing-page .mobile-nav-bar .logo {
    max-width: 38px;
    float: left;
    margin: 7px 0 0 12px;
}

.landing-page .logo-text h1 {
    font-size: 18px;
    margin: 20px 0 0 12px;
    float: left;
}

.landing-page .mobile-nav-bar .logo-text h1 {
    font-size: 14px;
    margin: 18px 0 0 8px;
    text-align: left;
    float: left;
}

.landing-page .logo-text h1 span {
    letter-spacing: 0.02em;
}

.landing-page .search-wrapper {
    right: 0;
}

.landing-page .search-wrapper {
    width: 100%;
}

.landing-page .kementan-search .search-icon-wrapper {
    color: #2F451E;
    opacity: 1;
    margin: 0 0 0 10px;
}

.landing-page #main-slider .item {
  background-position: center center!important;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 80px);
}

.landing-page #main-slider .item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,10,0,1) 100%);   /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,10,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,10,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,10,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,10,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,10,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000a00',GradientType=0 ); /* IE6-9 */
    opacity: 0.65;
}

.landing-page #main-slider .item .next-post {
    height: calc(100vh - 100px);
}

.landing-page #main-slider .item .next-post .slide-title {
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.7);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.95;
}

.landing-page #main-slider .item .next-post .slide-title:hover {
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.7);
    opacity: 1;
}

.landing-page .newedge-slider {
    max-width: 1366px;
    margin: auto;
}

.landing-page .search-wrapper input {
    border: none;
}

.landing-page article .article-inner {
    height: auto;
}

.landing-page #main-slider .item .next-post {
    opacity: 1
}

.landing-page .newedge-slider.default #main-slider .item .next-post .next-post-wrapper>div {
    /*background-color: rgba(0, 0, 0, 0.8);*/
    padding: 50px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.icon-bar {
    width: 92px;
    background-color: #4E342E;
    border-left: 1px solid #5D4037;
    position: fixed;
    top: 80px;
    right: 0;
    height: 100%;
    z-index: 11;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.icon-bar.icon-bar-close {
    right: -92px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.icon-bar li {}

.icon-bar li a {
    display: block;
    text-align: center;
    padding: 16px;
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
    border-top: 1px solid #795548;
    border-bottom: 1px solid #3E2723;
}

.icon-bar li a:hover {
    background-color: #5D4037;
    border-top: 1px solid #3E2723;
    border-bottom: 1px solid #795548;
}

.icon-bar i.ibig {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.icon-bar .active {
    background-color: #3E2723!important;
}

.icon-bar span {
    font-size: 10px;
    display: block;
}

.icon-bar-mobile {
    position: absolute;
    top: 60px;
    left: -34px;
    background-color: #4E342E;
    border-right: 1px solid #3E2723;
    width: 33px;
    height: 40px;
    padding: 10px;
    opacity: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.icon-bar-mobile:hover {
    cursor: pointer;
    background-color: #3E2723;
}

.icon-bar i.fa.fa-chevron-right {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.icon-bar.icon-bar-close i.fa.fa-chevron-right {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.icon-bar-mobile a {
    color: #fff;
}

.landing-page footer {
    margin-top: 0;
}

.landing-page footer .footer-wrapper {
    background-color: #2F451E;
    margin: 0;
}

.landing-page footer .footer-wrapper>.container {
    top: 0;
}

@media screen and (max-width: 991px) {
    .landing-page .top-right {
        top: -2px;
        padding-right: 20px;
    }
    .kementan-search {
        display: none!important;
    }
    .icon-bar {
        top: 52px;
    }
    .icon-bar-mobile {
        opacity: 1;
    }
    .landing-page .mobile-nav-bar {
        border-bottom: solid 4px #2F451E;
    }
}

@media screen and (max-width: 768px) {
	.landing-page #main-slider .item .next-post .next-post-wrapper {
		
	}
  
    .landing-page .owl-item {
      height: 60vw;
    }
	
    .landing-page #main-slider .item {
      /*height: calc(100vh - 52px);*/
	  height: 60vw;
	  background-size: 104%;
    background-position: top center!important;
    }
    .landing-page #main-slider .item .next-post {
        /*height: calc(100vh - 52px);*/
		height: 60vw;
    }
    .landing-page #main-slider .item .next-post .next-post-wrapper {
        /*vertical-align: middle;*/
    }
    .landing-page .owl-carousel {
        /*height: calc(100vh - 52px);*/
		height: 60vw;
    }
    .landing-page #main-slider .item .next-post .slide-cat {
        display: none;
    }
    .landing-page .customNavigation.carousel-controls.owl-nav {
        display: none;
    }
    .landing-page .newedge-slider.default #main-slider .item .next-post .next-post-wrapper>div {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
	
	.landing-page .owl-carousel .owl-stage {
		height: 60vw;
	}
	
	.landing-page #main-slider .item .next-post .next-post-wrapper {
		padding-top: 30vh;
	}
	
	.landing-page .newedge-slider.default #main-slider .item .next-post .next-post-wrapper>div {
		padding: 20px;
	}
}

@media screen and (max-width: 480px) {
	
	.landing-page #main-slider .item .next-post .next-post-wrapper {
		padding-top: 15vh;
	}
	
	.landing-page #main-slider .item .next-post .slide-title {
		font-size: 18px;
		line-height: 1.2;
	}
	
    .landing-page .mobile-nav-bar .logo-text h1 {
        display: none;
    }
    .landing-page .mobile-nav-bar .logo-text:before {
      /*content: 'KEMENTAN RI';*/
      position: relative;
      top: 17px;
      margin-left: 10px;
      font-weight: 700;
    }
}
