/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	background:#f63440;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../image/AjaxLoader.gif) no-repeat center center;
}
/** INSPECT ALL **/
/*
* {
    outline: 1px solid orange;
}
*/

:root {
    font-size: 0.5rem;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.width-set {
    width: 1200px;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-right-15 {
    margin-right: 15px;
}
.text-color-red {
    color: #f63440;
}
.text-color-white {
    color: #ffffff;
}
.bg-color-red {
    background-color: #f63440;
}
.bg-color-efefef {
    background-color: #EFEFEF;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}

.img-footer-apps img {
    width: 200px;
    padding-left: 25px;
    padding-right: 50px;
    padding-top: 50px;
}
.img-footer-kemendag img {
    width: 200px;
    margin-left: -50px;
}

.center-me{
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}
@media (max-width: 1440px) {
    .mengapa-bagian-text-container {
        width: 320px;
    }
    .about-tipe-layanan {

    }
    .three-main-page {
        width: 500px;
        padding: 20px;
        margin-left: 100px;
    }
    .about-tipe-layanan .img-container img {
        width: auto;
        height: 300px;
        max-width: 300px;
    }

    .eleven-page-container {
        ma/rgin-left: 150px;
    }

    .eleven-page {
        background-color: white;
        padding: 40px;
        margin: 20px;
        border-radius: 20px 20px 20px 20px;
        width: 400px;
        height: auto;
        min-height: 300px;
        box-shadow: 4px 7px 36px -9px rgba(0, 0, 0, 0.58);
        -webkit-box-shadow: 4px 7px 36px -9px rgba(0, 0, 0, 0.58);
        -moz-box-shadow: 4px 7px 36px -9px rgba(0, 0, 0, 0.58);
    }
    .ul-list-second{
        width: 350px;
        text-align: justify;
    }
    .img-page-eleven-10 {
        width: 300px;
        position: absolute;
        bottom: 10px;
        left: 10%;
    }
    .img-page-eleven-10 img {
        width: 200px;
    }
    .eleven-page-hr{
        position: relative;
        width: 100%;
        margin-left: 20px;
        background-color: black;
        height: 2px;
    }
}
@media (max-width: 768px) {
    .mengapa-bagian-text-container {
        width: 200px;
    }
    .about-tipe-layanan {

    }
    .three-main-page {
        width: 500px;
        padding: 20px;
        margin-left: 100px;
    }
    .about-tipe-layanan .img-container img {
        width: auto;
        height: 300px;
        max-width: 300px;
    }

    .eleven-page-container {
        ma/rgin-left: 100px;
    }

    .eleven-page {
        background-color: white;
        padding: 40px;
        margin: 20px;
        border-radius: 20px 20px 20px 20px;
        width: 420px;
        height: auto;
        min-height: 300px;
        box-shadow: 4px 7px 36px -9px rgba(0,0,0,0.58);
        -webkit-box-shadow: 4px 7px 36px -9px rgba(0,0,0,0.58);
        -moz-box-shadow: 4px 7px 36px -9px rgba(0,0,0,0.58);
    }
    .ul-list-second{
        width: 350px;
        text-align: justify;
    }
    .img-page-eleven-10 {
        width: 300px;
        position: absolute;
        bottom: 10px;
        left: 10%;
    }
    .img-page-eleven-10 img {
        width: 200px;
    }
    .eleven-page-hr{
        position: relative;
        width: 100%;
        margin-left: 20px;
        background-color: black;
        height: 2px;
    }
}
@media (max-width: 767px) {
    .mengapa-bagian-text-container {
        width: 320px;
    }
    .about-tipe-layanan {

    }
    .three-main-page {
        width: 500px;
        padding: 20px;
        margin-left: 100px;
    }
    .about-tipe-layanan .img-container img {
        width: auto;
        height: 300px;
        max-width: 300px;
    }

    .eleven-page-container {
        ma/rgin-left: 20px;
    }

    .eleven-page {
        background-color: white;
        padding: 40px;
        margin: 20px;
        border-radius: 20px 20px 20px 20px;
        max-width: 420px;
        height: auto;
        min-height: 300px;
        box-shadow: 4px 7px 36px -9px rgba(0,0,0,0.58);
        -webkit-box-shadow: 4px 7px 36px -9px rgba(0,0,0,0.58);
        -moz-box-shadow: 4px 7px 36px -9px rgba(0,0,0,0.58);
    }
    .ul-list-second{
        width: 350px;
        text-align: justify;
    }
    .img-page-eleven-10 {
        width: 300px;
        position: absolute;
        bottom: 10px;
        left: 10%;
    }
    .img-page-eleven-10 img {
        width: 200px;
    }
    .eleven-page-hr{
        position: relative;
        width: 100%;
        margin-left: 20px;
        background-color: black;
        height: 2px;
    }
}
@media (min-width: 480px) and (max-width: 540px){
    .about-tipe-layanan {

    }
    .three-main-page {
        width: 490px;
        padding: 50px;
        margin-left: 0;
    }
    .about-tipe-layanan .img-container img {
        width: auto;
        height: 180px;
        max-width: 300px;
    }
}
@media (min-width: 320px) and (max-width: 479px) {
    .mengapa-bagian-text-container {
        width: 280px;
    }
    .about-tipe-layanan {

    }
    .three-main-page {
        width: 325px;
        padding: 50px;
        margin-left: 0;
    }
    .about-tipe-layanan .img-container img {
        width: auto;
        height: 150px;
        max-width: 200px;
    }

    .eleven-page-container {
        ma/rgin-left: 20px;
    }

    .eleven-page {
        background-color: white;
        padding: 40px;
        margin: 20px;
        border-radius: 20px 20px 20px 20px;
        max-width: 250px;
        height: auto;
        min-height: 400px;
        box-shadow: 4px 7px 36px -9px rgba(0,0,0,0.58);
        -webkit-box-shadow: 4px 7px 36px -9px rgba(0,0,0,0.58);
        -moz-box-shadow: 4px 7px 36px -9px rgba(0,0,0,0.58);
    }
    .ul-list-second{
        width: 210px;
        text-align: justify;
    }
    .img-page-eleven-10 {
        width: 180px;
        position: absolute;
        bottom: 10px;
        left: 10%;
    }
    .img-page-eleven-10 img {
        width: 150px;
        left: 10px;
        position: relative;
    }
    .eleven-page-hr{
        position: relative;
        width: 100%;
        margin-left: 10px;
        background-color: black;
        height: 2px;
    }
}

.about-garansi-layanan-container {
    margin-left: 50px;
    margin-right: 50px;
}
.about-garansi-layanan-img {
    width: 320px;
    height: auto;
}
.about-garansi-pelayanan-quote {
    margin-left: 15%;
    margin-right: 15%;
}
.about-garansi-pelayanan-icons {
    margin: auto 20px;
}
.about-garansi-pelayanan-icons .icons {
    padding-bottom: 20px;
}
.about-garansi-pelayanan-icons img {
    height: 50px;
    width: auto;
}
.about-garansi-pelayanan-icons .text {
    color: #000000;
}
.tipe-layanan-detail-container{
    width: 98%;
}

.padding-top-10 {
    padding-top: 10px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.header-bg-color {
    background: #f63440;
    height: 97px;
    width: 100%;
}

.header-bg-gradient {
    background-image: linear-gradient(to bottom, rgba(246, 52, 64, 1), rgba(217, 217, 217, 0.5));
    background-image: linear-gradient(to bottom, rgba(246, 52, 64, 1), rgba(217, 217, 217, 0.5)), url('/img/about/header-about-img.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.header-bg-gradient-social {
    background-image: linear-gradient(to bottom, rgba(246, 52, 64, 1), rgba(217, 217, 217, 0.5));
    background-image: linear-gradient(to bottom, rgba(246, 52, 64, 1), rgba(217, 217, 217, 0.5)), url('/img/about/header-social-img.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.header-bg-gradient-news {
    background-image: linear-gradient(to bottom, rgba(246, 52, 64, 1), rgba(217, 217, 217, 0.5));
    background-image: linear-gradient(to bottom, rgba(246, 52, 64, 1), rgba(217, 217, 217, 0.5)), url('/img/about/header-news-img.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.header-bg-gradient-karir {
    background-image: linear-gradient(to bottom, rgba(246, 52, 64, 1), rgba(217, 217, 217, 0.5));
    background-image: linear-gradient(to bottom, rgba(246, 52, 64, 1), rgba(217, 217, 217, 0.5)), url('/img/about/header-karir-img.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.header-margin-top {
    margin-top: 20px;
}
.header-logo {
    height: auto;
    width: 180px;
}




@media (max-width: 1440px) {
    .header-link-margin-top {
        margin-top: 5px;
    }
    .nav-href-upper {
        text-transform: uppercase;
        color: white;
        font-weight: 600;
        margin-left: 70px;
    }
}
@media (max-width: 768px) {
    .header-link-margin-top {
        margin-top: 5px;
    }
    .nav-href-upper {
        text-transform: uppercase;
        color: white;
        font-weight: 600;
        margin-left: 70px;
    }
}
@media (max-width: 767px) {
    .header-link-margin-top {
        margin-top: 5px;
    }
    .nav-href-upper {
        text-transform: uppercase;
        color: white;
        font-weight: 600;
        margin-left: 270px;
    }
}
@media (max-width: 480px) {
    .header-logo {
        height: auto;
        width: 150px;
    }

    .header-link-margin-top {
        margin-top: 5px;
        font-size: 1rem;

    }
    .nav-href-upper {
        text-transform: uppercase;
        color: white;
        font-weight: 600;
        margin-left: 150px;
    }
}

.footer-new {
    position: relative;
    bottom: 0;
    width: 100%;
}
.footer-bg {
    background-image: linear-gradient(to bottom, rgba(246, 52, 64, 0.9), rgba(246, 52, 64, 0.9)), url('/img/barbecue-elements.png');
    width: 100%;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.footer-logo {
    height: auto;
    width: 180px;
    margin-left: 30px;
}
.footer-copyright {
    color: white;
    font-size: 1rem;
    margin-top: 5px;
}
.footer-margin-top {
    position: absolute;
    bottom: 10px;
}
.footer-link-margin-top {
    position: relative;
    float: right;
    margin-top: 65px;
}

a, a:hover {
    color: white;
}


.header-text{
    position: relative;
    left: 0;
    top: 20%;
}
.text-white{
    color: white;
}
.text-black{
    color: #000000;
}
.text-center{
    text-align: center;
}
.margin-left-50{
    margin-left: 50px;
}
.margin-right-50{
    margin-right: 50px;
}
.padding-left-50 {
    padding-left: 50px;
}
.padding-right-50 {
    padding-right: 50px;
}
.font-size-1{
    font-size: 1rem;
}
.font-size-1o2{
    font-size: 1.2rem;
}
.font-size-2{
    font-size: 2rem;
}
.font-size-2o2{
    font-size: 2.2rem;
}
.font-size-3{
    font-size: 3rem;
}
.font-size-3o2{
    font-size: 3.2rem;
}
.font-size-4{
    font-size: 4rem;
}
.font-size-4o2{
    font-size: 4.2rem;
}
.font-size-5{
    font-size: 5rem;
}
.font-size-5o2{
    font-size: 5.2rem;
}
.font-size-6{
    font-size: 6rem;
}
.font-size-6o2{
    font-size: 6.2rem;
}
.font-size-7{
    font-size: 7rem;
}
.font-size-7o2{
    font-size: 7.2rem;
}
.font-size-8{
    font-size: 8rem;
}
.font-size-8o2{
    font-size: 8.2rem;
}
.font-size-9{
    font-size: 9rem;
}
.font-size-9o2{
    font-size: 9.2rem;
}
.font-size-10{
    font-size: 10rem;
}
.font-size-10o2{
    font-size: 10.2rem;
}

.font-weight-100{
    font-weight: 100;
}
.font-weight-200{
    font-weight: 200;
}
.font-weight-300{
    font-weight: 300;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
     font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
#film_roll{
    width: 500px;
    max-width: 500px;
    overflow: hidden;
}
.film_roll_child{
    height: 100%;
    max-width: none;
    max-height: 100%;
}
.social-next-prev-container{
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    left: 13%;
}
div.prev-social:after, div.prev-social:before, div.next-social:after, div.next-social:before{
    content: "";
    box-sizing: border-box;
}
.prev-social{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    box-sizing: border-box;

    color: #f63440;
    border: 7px solid transparent;
    border-top: 7px solid;
    border-right: 7px solid;
    margin: 15px;
    transform: rotate(45deg);
    width:0;
    height:0;
}
.next-social{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    box-sizing: border-box;

    color: #f63440;
    border: 7px solid transparent;
    border-top: 7px solid;
    border-right: 7px solid;
    margin: 15px;
    transform: rotate(-135deg);
    width:0;
    height:0;
}
@media (max-width: 1440px) {
    .content-box-container {
        width: 500px;
    }
    .social-section{
        position: relative;
        left: 33%;
    }
    .news-thumb-container {
        margin-top: 20px;
        margin-left: 170px;
    }
    .date-news-thumb {
        font-size: 1.5rem;
        color: #747474;
        margin-left: 5px;
    }
    .title-news-thumb {
        font-size: 2.25rem;
        color: #000000;
        margin-left: 5px;
        font-weight: 500;
        text-align: justify;
        inline-size: 80%;
        word-break: break-all;
        m/ax-width: 550px;
    }
    .picture-news-thumb .img {
        width: 500px;
        height: 290px;
        object-fit: cover;
        border-radius: 20px 20px 20px 20px;
    }
    .content-box{
        position: relative;
        margin-top: -30px;
        margin-left: 30px;
        margin-bottom: 40px;
        padding: 20px;
        width: 80%;
        height: auto;
        border-radius: 20px 20px 20px 20px;
        background: #ffffff;
        box-shadow: -1px 18px 28px -12px rgba(110,109,109,0.85);
        -webkit-box-shadow: -1px 18px 28px -12px rgba(110,109,109,0.85);
        -moz-box-shadow: -1px 18px 28px -12px rgba(110,109,109,0.85);
    }
}

@media (max-width: 768px) {
    .content-box-container {
        width: 380px;
    }
    .social-section{
        position: relative;
        left: 27%;
    }
    .news-thumb-container {
        margin-top: 20px;
        margin-left: 60px;
    }
    .date-news-thumb {
        font-size: 1.5rem;
        color: #747474;
        margin-left: 5px;
    }
    .title-news-thumb {
        font-size: 2.25rem;
        color: #000000;
        margin-left: 5px;
        font-weight: 500;
        text-align: justify;
        inline-size: 80%;
        word-break: break-all;
        max-width: 290px;
    }
    .picture-news-thumb .img {
        width: 300px;
        height: 190px;
        object-fit: cover;
        border-radius: 20px 20px 20px 20px;
    }
    .content-box{
        position: relative;
        margin-top: -30px;
        margin-left: 30px;
        margin-bottom: 40px;
        padding: 20px;
        width: 80%;
        height: auto;
        border-radius: 20px 20px 20px 20px;
        background: #ffffff;
        box-shadow: -1px 18px 28px -12px rgba(110,109,109,0.85);
        -webkit-box-shadow: -1px 18px 28px -12px rgba(110,109,109,0.85);
        -moz-box-shadow: -1px 18px 28px -12px rgba(110,109,109,0.85);
    }
}

@media (max-width: 767px) {
    .content-box-container {
        width: 260px;
    }
    .social-section{
        position: relative;
        left: 13%;
    }
    .news-thumb-container {
        margin-top: 20px;
        margin-left: 70px;
    }
    .date-news-thumb {
        font-size: 1.5rem;
        color: #747474;
        margin-left: 5px;
    }
    .title-news-thumb {
        font-size: 2.25rem;
        color: #000000;
        margin-left: 5px;
        font-weight: 500;
        text-align: justify;
        inline-size: 80%;
        word-break: break-all;
        max-width: 270px;
    }
    .picture-news-thumb .img {
        width: 280px;
        height: 190px;
        object-fit: cover;
        border-radius: 20px 20px 20px 20px;
    }
    .content-box{
        position: relative;
        margin-top: -30px;
        margin-left: 20px;
        margin-bottom: 40px;
        padding: 20px;
        width: 80%;
        height: auto;
        border-radius: 20px 20px 20px 20px;
        background: #ffffff;
        box-shadow: -1px 18px 28px -12px rgba(110,109,109,0.85);
        -webkit-box-shadow: -1px 18px 28px -12px rgba(110,109,109,0.85);
        -moz-box-shadow: -1px 18px 28px -12px rgba(110,109,109,0.85);
    }
}

@media (max-width: 480px) {
    .news-thumb-container {
        margin-top: 20px;
        margin-left: 60px;
    }
    .date-news-thumb {
        font-size: 1.5rem;
        color: #747474;
        margin-left: 5px;
    }
    .title-news-thumb {
        font-size: 2.25rem;
        color: #000000;
        margin-left: 5px;
        font-weight: 500;
        text-align: justify;
        inline-size: 80%;
        word-break: break-all;
        max-width: 220px;
    }
    .picture-news-thumb .img {
        width: 280px;
        height: 190px;
        object-fit: cover;
        border-radius: 20px 20px 20px 20px;
    }
}

.picture-box{
    border-radius: 20px 20px 20px 20px;
}
.picture-box .img{
    width: 95%;
    height: auto;
    border-radius: 20px 20px 20px 20px;
}

.text-inline-80 {
    inline-size: 80%;
}
.text-justify {
    text-align: justify;
}
.text-break-all {
    word-break: break-all;
}
.text-break {
    word-break: word-break;
}
.lines{
    position: relative;
    width: 100wh;
    margin-left: 20px;
    margin-right: 20px;
    background-color: black;
    height: 2px;
}

.img-page-eleven-10 {
    text-align: center;
}
.news-read{
    margin: 50px;
}
.news-title{
    color: #000000;
    font-weight: 500;
}
.news-category {
    padding-top: 5px;
    color: #f63440;
}
.news-date {
    color: #747474;
    padding-left: 50px;
}
.news-img {
    margin-top: 50px;
}
.news-img .img {
    width: 95%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 30px 30px 30px 30px;
}
.news-content {
    margin-top: 30px;
    word-break: break-all;
}