.bg-logo1{
	background: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #5da0d7;
    background-color: #fff; 
}
.h4-home{
	text-align: center;
    color: #fff !important;
    font-weight: normal !important;
    line-height: 1.5;
}
.blog-home{
	margin: 0;
	z-index: 99;display: flex;
	position: absolute;
	padding: 0px 15px 0px 15px;
	color: #fff; 
	width: 100%;
	text-align: center;
	bottom: 43px;
}
.a-link-home{
	color:#1274de;
	font-size: 16px;
	padding:10px;
}
.a-link-home:hover{
	color:#1274de;
}
.hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #969696;
}
.radius-5{
    border-radius: 5px;
}
.radius-10{
    border-radius: 10px;
}
.radius-50{
    border-radius:50px;
}
.radius-circle{
    border-radius:50%;
}
.mb-1{
	margin-bottom: 10px !important;
}
.mb-2{
	margin-bottom: 20px !important;
}
.mb-3{
	margin-bottom: 30px !important;
}
.mb-4{
	margin-bottom: 40px !important;
}
.mb-5{
	margin-bottom: 50px !important;
}
.mt-1{
	margin-top: 10px !important;
}
.mt-2{
	margin-top: 20px !important ;
}
.mt-3{
	margin-top: 30px !important;
}
.mt-4{
	margin-top: 40px !important;
}
.mt-5{
	margin-top: 50px !important;
}
.pd-1{
	padding: 10px !important;
}
.pd-2{
	padding: 20px !important;
}
.pd-3{
	padding: 30px !important;
}
.pd-4{
	padding: 40px !important;
}
.pd-5{
	padding: 50px !important;
}
.text-white{
	color: #fff;
}
.btn-search {
    color: #fff;
    background-color: #5da0d7;
    border-color: #5da0d7;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.btn-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 20px;
}
.divider-center {
    margin: 10px auto -2px;
    height: 4px;
    width: 70px;
    background: #0fb086;
    display: block;
}
.header {
    display: inline-block;
    border-bottom: 1px solid #dadada;
    font-family: 'avenirheavy'!important;
}

/* FOOTER SECTION */
#blog-section{
	background: #eee url('../images/background/bg-join.jpg') center;
	/*padding: 30px 0;*/
	/*padding-bottom: 30px !important;*/
	padding-top: 30px !important;
}
#blog-section h3{
	color: #000;
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: bold;

}
#blog-section ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-section ul li{
	font-size: 14px;
	color: #000;
}
#blog-section ul li a{
	color: #000;
	font-size: 14px;
	padding: 10px 0;
	display: block;
}
#blog-section ul li.media .media-left .fa{
	text-align: center;
	width: 50px;
}
#blog-section ul.social{
	overflow: hidden;
	margin-bottom: 30px;
}
#blog-section ul.social li{
	display: block;
}
#blog-section ul.social li a {
	display: contents;
	padding: 0;
	margin-bottom: 5px;
	text-decoration: none!important;
	color: #000;
}
#blog-section ul.social li a .fa{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 0;
	color: #000;
	font-size: 16px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
#blog-section ul.social li a:hover .fa{
	background: #0eb186;
	border-color: #0eb186;
	color: #fff;
}
#blog-section .store-link{
	width: 150px;
	display: block;
}
#blog-section .store-link img{
	width: 100%;
}
.row-gallery .card{
    background:none;
    border: aliceblue;
}
.row-gallery .image{
    position: relative;
}
.row-gallery .image img{
    border:10px solid #fff;
    box-shadow:0px 1px 3px #0001;
    position: relative;
    z-index:10;
}
.row-gallery .image:before,
.row-gallery .image:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:#fff;
    transform: rotate(2deg);
    box-shadow:0px 5px 10px #0001;
    z-index:0;
}
.row-gallery .image:after{
    transform: rotate(-2deg);
    z-index:0;
}
.news-slider .row{
    position: relative;
    z-index:10;
}
.bg-light {
    background-color: #f8f9fa!important;
}
/*Armada */
.row-armada .card {
    background: none;
    border: aliceblue;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.row-armada .image{
    position: relative;
}
.row-armada .image img{
    border:10px solid #fff;
    box-shadow:0px 1px 3px #0001;
    position: relative;
    z-index:10;
}
.row-armada .image:before,
.row-armada .image:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:#fff;
    transform: rotate(2deg);
    box-shadow:0px 5px 10px #0001;
    z-index:0;
}
.row-armada .image:after{
    transform: rotate(-2deg);
    z-index:0;
}
.thumbnail_armada {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    display: block;
    margin-bottom: 20px;
}
/*end*/

/* HOLIDAY SECTION */
#holiday{
	/*background: #fff url('../images/background/bg-service-detail.png');*/
	background-size: cover;
}
#holiday h2{
	/*text-transform: uppercase;*/
	color: #000;
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;	
	font-family: 'avenirheavy'!important;
}
#holiday .item{
	position: relative;
	padding: 15px;	
}
#holiday .avatar{
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	overflow: hidden;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	/*border: 5px solid #fff;*/
	bottom: 85px
}
#holiday .avatar img{
	width: 100%;
}
#holiday .thumbs{
	border: solid 1px #eee;
	border-radius: 0;
	/*height: 150px;*/
	height: 270px;
	overflow: hidden;
	/*border-radius: 10px;*/
	padding: 0;
	position: relative;
	margin: -40px 0 15px;
}
#holiday .thumbs img{
	width: 100%;
}
#holiday .thumbs.video:before{
	content: "\f04b";
	font-family: FontAwesome;
	margin: 0;padding: 0;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#holiday .thumbs a.video-toggler{
	margin: 0;padding: 0;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

}
#holiday-slider{
	padding: 0 50px;
	position: relative;
}
#holiday-slider .slick-arrow{
	width: 41px;
	height: 41px;
	/*background:url('../images/background/btn-arrow.png') no-repeat;*/
	background: #eee0;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#holiday-slider .slick-arrow.slick-prev{
	background-position: left bottom;
	left: 0;
}
#holiday-slider .slick-arrow.slick-next{
	background-position: right bottom;
	right: 0;
}
#holiday-slider .slick-dots{
	list-style: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#holiday-slider .slick-dots li{
	display: inline-block;
}
#holiday-slider .slick-dots li button{
	width: 20px;
	height: 20px;
	background: #abaab0;
	border: 5px solid #abaab0;
	border-radius: 50%;
	margin: 0 3px;
	outline: none;
	text-indent: -9999px;
}
#holiday-slider .slick-dots li.slick-active button{
	background: #fff;
	border-color: #000;
}
#video-modal .modal-content{
	border-radius: 0;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    width: 100% !important;
}
th {
    background: #2600fc;
    color: #fff;
}
.table {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    background: #fff;
}
.bg-action{
	background: #0fb086;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.navigation .navbar-nav li.aktif a {
    color: #0ead83;
    background: none;
    /*border-bottom: 2px solid #0ead83;*/
    font-weight: bold;
}
/*---------------timme line-------------------------*/
.timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    background: #ddd
}

.timeline li {
    display: block;
    position: relative;
    margin-bottom: 50px
}

.timeline li:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #eee
}

.timeline .icon {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #2eb289;
    display: block;
    background: #fff;
    padding: 0;
    font-size: 20px
}

.timeline .time {
    left: 50%;
    transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    top: 10px;
    position: absolute;
    padding: 0 12px;
	font-weight: 600;
	color: #2eb289;
}

.timeline .box {
    margin-left: 50%;
    transform: translateX(60px);
    -webkit-transform: translateX(60px);
    background: #fff;
    padding: 15px;
    position: relative;
    top: 20px;
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5)
}

.timeline .box:before {
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
    position: absolute;
    top: 0;
    left: -20px
}

.timeline .imagebox {
    width: 150px;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.timeline .text {
    padding: 15px
}

.timeline .title {
    font-weight: 700;
    margin: 0 0 15px;
    color: #111
}

.timeline .more {
    background: #F89311;
    display: inline-block;
    clear: both;
    padding: 5px 10px;
    color: #fff;
    margin: 15px 0 0
}

.timeline li:nth-child(even) .time {
    transform: translateX(50%);
    -webkit-transform: translateX(50%)
}

.timeline li:nth-child(even) .box {
    margin-left: 0;
    margin-right: 50%;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px)
}

.timeline li:nth-child(even) .box:before {
    left: auto;
    right: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff
}

.timeline li:nth-child(even) .imagebox {
    right: auto;
    left: 0
}

.timeline li:nth-child(even) .text {
    margin-right: 0
}

.timeline .text.full {
    margin: 0!important
}
.image-news{
	background-repeat: no-repeat;
	background-size: cover;
	height: 422px;
	width: 422px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog-home{
	width: 422px;
}
.title-news{
	font-size: 20px;
}
.readmore-news{
	font-size: 15px
}
/*--------------------------------------------*/
.navigation .float-menu {
    position: fixed;
    top: 180px;
    left: -125px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigation .float-menu li{
	width:190px;
	height:80px;
	background:#1274de; 
	border-radius:0 10px 10px 0;
	color:#B7B174;
	text-decoration:none;
	outline:none;
	font-size:24px;
	margin-bottom:10px;
	padding:5px 10px 0;
	text-align:center;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	cursor:pointer
}
.navigation .float-menu li:hover{
	opacity:.8
}
.content:hover{
	margin-left:120px
}
.content>a>img{
	width:50px;
	float:right;
	margin-top:8px
}
.content .text{
	position:relative;
	display:inline-block;
	text-align:center;
	margin:30px 0;
	font-size:12px;
	color:#fff;
	-webkit-transform:translateY(-45%);
	transform:translateY(-45%)
}

/******* WhatsApp Chat Footer ******/
.btn-whatsapp{
	position:fixed;
	bottom:0;
	right:15px;
	width:auto;
	height:40px;
	line-height: 40px;
	text-align:center;
	color:#fff!important;
	border-radius:10px 10px 0 0;
	background:#2ecc71;
	overflow: hidden;
	padding:0 55px 0 15px;
	font-size: 12px;
	box-shadow: 0px -10px 50px -10px rgba(0,0,0,0.5);
	text-decoration: none!important;
	z-index: 100;
}
.btn-call{
	position:fixed;
	bottom:0;
	right:145px;
	width:125px;
	height:40px;
	line-height: 40px;
	text-align:center;
	color:#fff!important;
	border-radius:10px 10px 0 0;
	background:#1274de;
	overflow: hidden;
	padding:0 55px 0 15px;
	font-size: 12px;
	box-shadow: 0px -10px 50px -10px rgba(0,0,0,0.5);
	text-decoration: none!important;
	z-index: 100;
}
.btn-telegram{
	position:fixed;
	bottom:0;
	right:276px;
	width:125px;
	height:40px;
	line-height: 40px;
	text-align:center;
	color:#fff!important;
	border-radius:10px 10px 0 0;
	background:#33aae2;
	overflow: hidden;
	padding:0 55px 0 15px;
	font-size: 12px;
	box-shadow: 0px -10px 50px -10px rgba(0,0,0,0.5);
	text-decoration: none!important;
	z-index: 100;
}
.btn-whatsapp .fa{
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top:0;
	right:0;
	background: rgba(0,0,0,0.1);
	display: block;
	font-size: 20px;
}
.btn-telegram .fa{
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top:0;
	right:0;
	background: rgba(0,0,0,0.1);
	display: block;
	font-size: 20px;
}
.btn-call .fa{
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top:0;
	right:0;
	background: rgba(0,0,0,0.1);
	display: block;
	font-size: 20px;
}
.whatsapp-box{
	position: fixed;
	bottom:50px;
	right:15px;
	z-index: 99;
	background: #fff;
	width: 350px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.whatsapp-box.active{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.whatsapp-box .welcome-text svg{
	width: 20px;
	height: auto;
}
.whatsapp-box .welcome-text svg{
	height: 18px;
	width: auto;
	fill:#aaa;
	vertical-align: middle;
}
.whatsapp-box .welcome-text .time{
	font-size: 12px;
	color:#aaa;
}
.whatsapp-box .whatsapp-form svg{
	height: 20px;
	width: auto;
	fill:#aaa;
}
.whatsapp-box .heading{
	background:linear-gradient(#2ecc71,#1ABF60);
	padding:15px;
	color:#fff;
	text-align: center;
	position: relative;
}
.whatsapp-box .heading .btn-close{
	background: none;
	border:none;
	outline: none;
	box-shadow: none;
	position: absolute;
	top:0;
	left:0;
	color:#fff;
	padding:15px 30px;
	font-size: 20px;
}
.whatsapp-box .heading .avatar{
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin:0 auto 10px;
}
.whatsapp-box .heading .avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.whatsapp-box .name{
	font-weight: 700;
}
.whatsapp-box .chatbox{
	padding:15px;
	background: #eee;
}
.whatsapp-box .whatsapp-form{
	display: flex;
	flex-direction: row;
	flex:1;
	padding:10px;
}
.whatsapp-box .whatsapp-form .form-control{
	width: 100%;
	border:none;
	box-shadow: none;
	background: none;
}
.whatsapp-box .whatsapp-form .btn-send{
	width: auto;
	background: none;
	border:none;
	outline: none;
}
.whatsapp-box .welcome-text{
	background: #E4FDC7;
	font-size: 14px;
	position: relative;
	padding:15px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	border-radius: 5px;
	font-family:"Avenir Medium";
	margin-left:15px;
	line-height: 120%;
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
	transition-delay: .6s;
}
.whatsapp-box.active .welcome-text{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.whatsapp-box .welcome-text:before{
	content: "";
	position: absolute;
	top:0;
	left:-16px;
	border:8px solid transparent;
	border-right: 8px solid #E4FDC7;
	border-top: 8px solid #E4FDC7;
}
.whatsapp-box .welcome-text .notice{
	float: right;
	margin:5px 0 0;
}
/******* End *******/
/*client*/
.client-row .item {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 15px
}

.client-row .item .thumbnail img {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease
}

.client-row .item .caption {
    margin-top: 30px;
    color: #333;
    font-weight: 700;
    position: relative
}

.client-row .item .caption:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 2px;
    width: 50px;
    background: #111
}

.client-row .item .caption:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #111;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg)
}

@media (max-width: 769px){
	.clearfix1{
		-webkit-box-sizing: border-box !important;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin: 0px;
	    padding: 0px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	    color: #39b68f;
	    background-color: #e7e7e7;
	    padding: 5px 25px;
	}
	.btn-whatsapp{
		position:fixed;
		bottom:0;
		right:0px;
		width:50%;
		height:40px;
		line-height: 40px;
		text-align:center;
		color:#fff!important;
		border-radius:0;
		background:#2ecc71;
		overflow: hidden;
		padding:0 55px 0 15px;
		font-size: 12px;
		box-shadow: 0px -10px 50px -10px rgba(0,0,0,0.5);
		text-decoration: none!important;
		z-index: 100;
	}
	.btn-call{
		position:fixed;
		bottom:0;
		left: 0px;
		width:50%;
		height:40px;
		line-height: 40px;
		text-align:center;
		color:#fff!important;
		border-radius:0;
		background:#1274de;
		overflow: hidden;
		padding:0 55px 0 15px;
		font-size: 12px;
		box-shadow: 0px -10px 50px -10px rgba(0,0,0,0.5);
		text-decoration: none!important;
		z-index: 100;
	}
	.btn-telegram{
		position:fixed;
		bottom:0;
		left: 0px;
		width:33%;
		height:40px;
		line-height: 40px;
		text-align:center;
		color:#fff!important;
		border-radius:0;
		background:#33aae2;
		overflow: hidden;
		padding:0 55px 0 15px;
		font-size: 12px;
		box-shadow: 0px -10px 50px -10px rgba(0,0,0,0.5);
		text-decoration: none!important;
		z-index: 100;
	}
}

/*---------------home---------------------*/
#blog-section-home{
    height: auto !important;
}

#infoMenu li a {
    color: #fff;
}
/*.logo-mobile{
    height: 90%;
}*/
.putih{
    color: #fff;
}
#footer-home{
	height: 110px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.simulasi-box{
	background: #ffffffd1;
	width: 50%;
	height: 100%;
	padding: 15px;
}
.simulasi-judul{
	color: #000000;
	font-size: 22px;
	text-align: center;
}
.simulasi-media{
	padding-left: 0%;
	padding-right: 10%;
	width: 50%;
}
.simulasi-pd{
	padding: 20px 20px 20px 20px;
}
.simulasi-align{
	text-align: end;
}
.simulasi-succes{
	background: #4CAF50;
    padding: 15px;
}
.simulasi-error{
	background: #FF9800;
    padding: 15px;
}

.scroll{
  width: 300px;
  /*background: orange;*/
  padding: 10px;
  overflow: scroll;
  height: 300px;
  scrollbar-face-color: #CE7E00; 
  scrollbar-shadow-color: #FFFFFF; 
  scrollbar-highlight-color: #6F4709; 
  scrollbar-3dlight-color: #11111; 
  scrollbar-darkshadow-color: #6F4709; 
  scrollbar-track-color: #FFE8C1; 
  scrollbar-arrow-color: #6F4709;
}

::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    background: #f8f8f8;
}
::-webkit-scrollbar-thumb {
    background: #9E9E9E;
}
#mt-10{
	margin-top: 10px;
}

.left-home{
    width: 50%; 
    text-align: center; 
    padding-left: 0px;
    padding-top: 235px;
}
.body-home{
    text-align: center;
    padding-top: 235px;
}
.body-home-2{
	padding-top: 150px;
}

@media (max-width: 1300px){
	.image-news{
		height: 380px !important;
		width: 380px !important;
	}
	.blog-home{
		width: 380px !important;
	}
	.clearfix1{
		-webkit-box-sizing: content-box !important;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin: 0px;
	    padding: 0px;
	}
}

@media (max-width: 1200px){
	.image-news{
		height: 360px !important;
		width: 360px !important;
	}
	.blog-home{
		width: 360px !important;
	}
	.clearfix1{
		-webkit-box-sizing: content-box !important;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin: 0px;
	    padding: 0px;
	}
}

@media (max-width: 1100px){
	.image-news{
		height: 330px !important;
		width: 330px !important;
	}
	.blog-home{
		width: 330px !important;
	}
	.clearfix1{
		-webkit-box-sizing: content-box !important;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin: 0px;
	    padding: 0px;
	}
}

@media (max-width: 1024px){
	.image-news{
		height: 300px !important;
		width: 300px !important;
	}
	.blog-home{
		width: 300px !important;
	}
	.clearfix1{
		-webkit-box-sizing: content-box !important;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin: 0px;
	    padding: 0px;
	}
}

@media (max-width: 625px){
	.clearfix1{
		-webkit-box-sizing: border-box !important;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin: 0px;
	    padding: 0px;
	}
	.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix1:after, .container-fluid:after, 
	.container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, 
	.modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, 
	.pager:after, .panel-body:after, .row:after {
	    clear: both;
	}
	.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, 
	.btn-toolbar:before, .clearfix1:after, .clearfix1:before, .container-fluid:after, 
	.container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, 
	.dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, 
	.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, 
	.nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, 
	.navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, 
	.panel-body:after, .panel-body:before, .row:after, .row:before {
	    display: table;
	    content: " ";
	}
}
@media (max-width: 768px){
	.clearfix1{
		-webkit-box-sizing: border-box !important;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin: 0px;
	    padding: 0px;
	}
	
	.image-news{
		height: 240px !important;
		width: 240px !important;
	}
	.blog-home{
		width: 240px !important;
	}
	.title-news{
		font-size: 14px;
	}
	.readmore-news{
		font-size: 11px
	}
	/*------------box time line-------------------*/
    .timeline:before {
        left: 10px
    }
    .timeline li {
        display: block;
        position: relative;
        margin-bottom: 80px
    }
    .timeline li:last-child:before {
        left: 10px
    }
    .timeline .icon {
        left: 10px
    }
    .timeline .time {
        left: 40px;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }
    .timeline .box {
        top: 50px;
        margin: 0!important;
        margin-left: 12px!important;
        transform: translateX(0)!important;
        -webkit-transform: translateX(0)!important
    }
    .timeline .box:before {
        display: none
    }
    .timeline .imagebox {
        width: 100%;
        height: 100px;
        position: relative
    }
    .timeline .text {
        margin: 0!important
    }
    .timeline li:nth-child(even) .time {
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }    
    #holiday-slider{
		padding: 0!important;
	}
	#testimoni .item{
		position: relative;
		padding: 10px;
		margin-top: 35px;
	}
	.blog-home {
	    z-index: 99;
	    display: flex;
	    position: absolute;
	    padding: 0px 15px 0px 15px;
	    color: #fff;
	    width: 100%;
	    text-align: center;
	    bottom: 10px;
	}
	.btn-call{
		right:150px !important;
	}
	
    .left-home{
        width: auto;
        text-align: center;
        padding-left: 0px;
    }
    .body-home {
        text-align: center;
    }
    .logo-mobile{
        width: 100%;
        height: auto;
    }
    #footer-home{
    	height: 110px !important;
    }
    /*simulasi*/
    .simulasi-pd{
		padding: 20px 0px 20px 0px;
	}
	.simulasi-media{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.simulasi-box{
		background: #ffffffd1;
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.simulasi-align{
		text-align: left;
	}
}

@media (max-width: 480px){
	.clearfix1{
		-webkit-box-sizing: border-box !important;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin: 0px;
	    padding: 0px;
	}
	.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix1:after, .container-fluid:after, 
	.container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, 
	.modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, 
	.pager:after, .panel-body:after, .row:after {
	    clear: both;
	}
	.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, 
	.btn-toolbar:before, .clearfix1:after, .clearfix1:before, .container-fluid:after, 
	.container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, 
	.dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, 
	.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, 
	.nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, 
	.navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, 
	.panel-body:after, .panel-body:before, .row:after, .row:before {
	    display: table;
	    content: " ";
	}
	.body-home {
        padding-top: 200px;
    }
	.body-home-2 {
        padding-top: 50px !important;
    }
	.left-home{
        padding-top: 200px;
    }
    .h4-home{
		font-size: 26px;
	}
	.image-news{
		height: 340px !important;
		width: 340px !important;
	}
	.blog-home{
		width: 340px !important;
	}
}


@media (max-width: 375px){
	.body-home {
        padding-top: 200px;
    }
	.body-home-2 {
        padding-top: 50px !important;
    }
	.left-home {
		padding-top: 200px;
	}
	.h4-home{
		font-size: 20px;
	}
}

@media (max-width: 320px){
	.h4-home{
		font-size: 20px;
	}
	.clearfix1{
		-webkit-box-sizing: border-box !important;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin: 0px;
	    padding: 0px;

	}
	.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix1:after, .container-fluid:after, 
	.container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, 
	.modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, 
	.pager:after, .panel-body:after, .row:after {
	    clear: both;
	}
	.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, 
	.btn-toolbar:before, .clearfix1:after, .clearfix1:before, .container-fluid:after, 
	.container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, 
	.dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, 
	.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, 
	.nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, 
	.navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, 
	.panel-body:after, .panel-body:before, .row:after, .row:before {
	    display: table;
	    content: " ";
	}
	.left-home{
        padding-top: 60%;
    }
	.image-news{
		height: 270px !important;
		width: 270px !important;
	}
	.blog-home{
		width: 270px !important;
	}
	.body-home {
        padding-top: 200px;
    }
}