/*css NEW*/

.theme-background-color {
    background-color: #d92815;
    height: 25px!important;
    margin-top: 18px!important;
}

.modalContentTimeline {
	width: 100%;
	margin-top: 3% !important;
	background-color: rgb(9, 134, 211);
	color: rgb(255, 255, 255);
}

.TahunCenter {
	margin: 0 auto;
	display: table;
}

.backGroundBlueTitle {
	background-color: #0986d3;
	padding: 10px 0;
	width: 100%;
}

.fp-tableCell.tableBlog {
	height: 500px;
}

.paddingContainer {
	padding: 0 60px;
}

.mb-10 {
	margin-bottom: 100px;
}

.mt-5 {
	margin-top: 50px !important;
}

.mt1-n {
	margin-top: -1px;
}

.bg-judul-services-3 {
	background-color: #0986d3;
	padding: 1% 0%;
	width: 100%;
}

.bg-judul-services-2 {
	background-color: #0986d3;
	padding: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 70px;
}

.bg-judul-about {
	background-color: #0986d3;
	padding: 1% 0;
	width: 100%;
	margin-top: -1%;
	/*height: 55px;*/
}

.bg-vacancy {
	background-color: #0986d3;
	padding: 1% 0;
	width: 100%;
}

.bg-contact {
	background-color: #0986d3;
	padding: 0.5% 0;
	margin-top: 0%;
	width: 100%;  
}

.bg-footer {
	background-color: #0986d3;
	padding: 0.5% 0;
	margin-top: 0%;
	width: 100%;  
}

.bg-footerHome {
	background-color: #0986d3;
	padding: 0.5% 0;
	margin-top: 0%;
	width: 100%;
}

.bg-hiring-height {
	height: 85vh;
}

hr {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

.img-img {
  width: 75px;
  height: 75px;
}

.card-content {
	background: #ffffff;
	
}

.card-content-ke2 {
	width: 100%;
	height: 100%;
	vertical-align: middle!important;
}

.card-img {
	position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
    margin-bottom: 20px;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}

.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.btn-card{
    background-color: #1ABC9C;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}



.col-hover {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 53, 97, 0.41);
}

.col-hover:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*end css NEW*/


/*--------------------*/


/*QUERY 2048px*/
@media only screen and (max-width: 2048px) {
	.accordion .accordion-body {
		padding: 0px 10px 0px!important;
		border: 1px solid #f0f0f0;
		/*border-top: none;*/
		color: #222222;
		background-color: #f6f6f6;
	}

	.paddingTop2048 {
		padding-top: 50px;
	}

	.paddingContainer2048 {
		padding: 0 5%;
	}

	.bg-judul-services-3 {
		width: 100%;
		margin-top: 0%;
	}

	.bg-judul-about {
		padding: 1.5% 0;
		margin-top: -11vh;
		height: 90px;
	}

	.bg-vacancy {
		padding: 1% 0;
		margin-top: 0%;
	}

	.bg-contact {
		padding: 0.5% 0;
		margin-top: 0%;
	}

	.bg-footer {
		padding: 20px 0;
		position: absolute;
		/*bottom: 0;*/
	}

	.bg-footerHome {
		padding: 20px 0;
		position: absolute;
		bottom: 0;
	}

	.height_565 {
		height: 90vh;
	}

	.bg-hiring-height {
		height: 90vh;
	}

	.height_700 {
		height: 1030px;
	}
}
/*END QUERY 2048px*/


/*--------------------*/


/*QUERY 1445px*/
@media only screen and (min-width: 1445px) {
	.heli-button-white {
		right: -160px;
		top: 30px;
	}

	.fp-tableCell.tableBlog {
		height: 500px!important;
	}
}
/*END QUERY 1445px*/

/*QUERY 1445px*/
@media only screen and (min-width: 1440px) {
	.dec{
		font-size: 50px;
	}

	.kcl {
		margin: -45% 0 0 63%;
		font-size: 1.8rem;
	}

	.kcl-2 { 
		margin: -54% 0 0 62%;
		font-size: 2.8rem;
	}

	.mtn-7cen {
		margin-top: -9%;
	}
}
/*END QUERY 1440px*/


/*--------------------*/


/*QUERY 1440px*/
@media only screen and (max-width: 1440px) {
	.bg-judul-services-3 {
		width: 100%;
		margin-top: 0%;
	}

	.bg-judul-about {
		padding: 2% 0;
		width: 100%;
		margin-top: -10%;
		height: 100px;
	}

	.bg-vacancy {
		padding: 1% 0;
		width: 100%;
		margin-top: 0%;
	}

	.bg-contact {
		padding: 1% 0;
		margin-top: 0%;
	}

	.bg-footer {
		padding: 0.5% 0;
		margin-top: 10%;
		width: 100%;
		height: 73px;
	}

	.bg-footerHome {
		padding: 0.5% 0;
		margin-top: 10%;
		width: 100%;
		height: 73px;
	}

	.height_565 {
		height: 88vh;
	}

	.bg-hiring-height {
		height: 88vh;
	}

	.height_700 {
		height: 800px;
	}

	.heli-button-white {
		right: -160px;
		top: 30px;
	} 
}
/*END QUERY 1440px*/


/*--------------------*/


/*QUERY 1366px*/
@media only screen and (max-width: 1366px) {

	#quote-carousel .carousel-control.left {
		left: -49px;
		top: -18px;
	}

	#quote-carousel .carousel-control.right {
		right: 12px !important;
		top: -18px;
	}

	.mt-3-1025 {
		margin-top: 15px !important;
	}

	.mt-3 {
		margin-top: 0px !important;
	}

	.paddingTop2048 {
		padding-top: 10px;
	}

	.fp-tableCell.tableBlog {
		height: 400px;
	}

	.bg-judul-services-3 {
		width: 100%;
		margin-top: 0%;
	}

	.bg-judul-about {
		padding: 2% 0;
		width: 100%;
		margin-top: 0;
		height: 100px;
	}

	.bg-vacancy {
		padding: 1% 0;
		width: 100%;
		margin-top: 0%;
	}

	.bg-contact {
		padding: 1% 0;
		margin-top: 0%;
		width: 100%;
	}

	.bg-footer {
		padding: 0.5% 0;
		margin-top: 0%;
		height: 85px;
		/*bottom: 0;*/
	}

	.bg-footerHome {
		padding: 0.5% 0;
		margin-top: 0%;
		height: 85px;
		bottom: 0;
	}

	.height_565 {
		height: 86vh;
	}

	.bg-hiring-height {
		height: 86vh;
	}

	.heli-button-white {
		right: -86px!important;
		top: 30px;
	}
}
/*END QUERY 1366px*/


/*--------------------*/


/*QUERY 1025px - 1350px*/
@media only screen and (min-width: 1025px) and (max-width: 1350px) {
	.fp-tableCell.tableBlog {
		height: 380px!important;
	}

	.mb-1 {
		margin-bottom: 5px !important;
	}

	blockquote {
		padding: 0px 20px;
	}

	#quote-carousel .carousel-control.left {
		left: -38px;
		top: -18px;
	}

	#quote-carousel .carousel-control.right {
		right: 12px !important;
		top: -18px;
	}

	.heli-button-white {
		right: -60px;
		top: 30px;
	}

	.paddingTop2048 {
		padding-top: 20px!important;
	}

	.bg-logo-client {
		padding: 20px 30px;
	}

	.mt-3 {
		margin-top: 0px !important;
	}

	.card-desc h3 {
		font-size: 1em!important;
	}
  
	.fp-tableCell.tableBlog {
		height: 385px;
	}

	.fz-16 {
		font-size: 13px !important;
	}

	.mt-3-1025 {
		margin-top: 15px !important;
	}

	.mt-25-2015 {
		margin-top: -25px;
	}

	.kecil {
		margin-top: -18px;
	}

	.img-img {
		margin-top: -90px;
	}

	.dec {
		font-size: 50px;
	}

	.paddingContainer2048 {
		padding: 0 2%;
	}

	.mt-35-n {
		margin-top: -50px;
	}

	.pt-5 {
		padding-top: 25px !important;
	}
}
/*END QUERY 1025px - 1350px*/


/*--------------------*/


/*QUERY 1024px*/
@media only screen and (max-width: 1024px) {
	.mt-35-n {
		margin-top: -25px !important;
	}

	.paddingContainer2048 {
		padding: 0 0 0 3%;
	}

	.img-img {
		margin-top: -60px;
	}

	.dec {
		font-size: 40px;
	}

	.paddingTop2048 {
		padding-top: 15px;
	}

	.height_565 {
		height: 79vh;
	}

	/* .testim {
		top: -165px;
	} */

	#quote-carousel .carousel-control.left {
		left: -24px;
	}

	.bg-hiring-height {
		height: 88vh;
	}

	.bg-footer {
		padding: 0.5% 0;
		margin-top: 0%;
		height: 85px;
		position: static;
	}

	.bg-footerHome {
		padding: 0.5% 0;
		margin-top: 0%;
		height: 85px;
	}

	.card-content {
		background: #ffffff;
		/* border: 4px; */
		/* box-shadow: 0px 0px 10px rgba(0,0,0,.16); */
		height: 72vh;
	}
}
/*END QUERY 1024px*/


/*--------------------*/


/*QUERY 768px*/
@media only screen and (max-width: 768px) {
	/* .testim {
		top: -200px;
	} */
  
	.height_565 {
		height: 46vh !important;
	}
  
	.timeline-all {
		box-sizing: border-box;
		width: 90px;
		height: 35px;
		border-radius: 50px;
		margin: 0px -17px !important;
		z-index: 99;
	}
  
	.entry .dot {
		left: 30px;
	}
  
	.bg-judul-testi {
		width: 45%;
		height: 46px;
	}
  
	#quote-carousel .carousel-control.left {
		left: -16px;
		top: -20px;
	}

	#quote-carousel .carousel-control.right {
		right: 12px !important;
		top: -20px;
	}
  
	.p0-tablet {
		padding: 0 0px!important;
	}
  
	.bg-hiring-height {
		height: 105vh!important;
		background-position: top center !important;
		background-size: 160% !important;
	}
  
	.ms-section {
		position: relative;
		float: left;
		width: 100%;
	}
  
	.height_700 {
		height: 950px;
	}
  
	/* .imgSlider {
		width: 450px!important;
		height: auto!important;
	} */
}
/*END QUERY 768px*/

/*QUERY 414px*/
@media only screen and (max-width: 414px) {
    .meshim_widget_components_chatButton_ButtonBar .favicon{
        width: 42px!important;
    }
	#main .topImage img {
		height: 150px;
	}
	.img-img {
		width: 55px;
		height: 55px !important;
		margin-top: -25px;
	}

	#quote-carousel .carousel-control.left {
		left: -6px;
	}

  
	.liSosMed {
		/* background-color: #fff; */
		/* border-radius: 100%; */
		/* padding: 3px 0px; */
		/* width: 100%; */
		/* height: 100%; */
		/* margin-right: 10px; */
		/* text-align: center; */
	}
  
	.liSosMed:hover {
		padding: 3px 0px;
		border-radius: 50%;
		border:1px solid #fff;
		background-color: #ffffff00;
	}
  
	a:hover {
		text-decoration: none;
		color: #fff;
	}
  
	.timeline-all {
		width: 68px;
	}
	.timeline-all:last-child {
		width: 68px;
	}
	.timeline-all:first-child {
		width: 40px;
	}
	.entry:last-child {
		max-width:170px;
	}
	.entry:first-child {
		max-width:40px;
	}
  
	.kol-clientlist {
		height: auto;
		margin-bottom: 30px;
	}
  
	.kol-clientlist .card-img {
		position: relative;
		overflow: hidden;
		border-radius: 0;
		z-index: 1;
		margin-bottom: 20px;
		padding: 0;
		height: auto;
		width: auto;
		vertical-align: text-top;
		text-align: center;
	}
  
	.entry .dot {
		position: absolute;
		width: 20px !important;
		height: 20px !important;
		left: 19px!important;
		margin-top: 7px !important;
		margin-left: 30% !important;
		-moz-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
		-o-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
		-webkit-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
		transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
	}
	.entry:last-child .dot {
		left: 19px!important;
	}
	.entry:first-child .dot {
		left: -2px!important;
	}
  
	.entry:hover .dot {
		width: 22px !important;
		height: 22px !important;
	}
  
	.fz-20 {
		font-size: 10px !important;
	}

	/*.label-timeline {
		margin-left: 40%;
		top: -15px;
		padding: 3px;
	}*/
	.label-timeline {
		margin-left: 25px!important; 
	}
	.entry:last-child .label-timeline {
		margin-left: 40%!important;
	}
	.entry:first-child .label-timeline {
		margin-left: -10%!important;
	}
  
	.entry:hover .label {
		margin-top: 48px;
		background-color: #d0e8e4;
		border-bottom: 0.5rem solid transparent;
	}
  
	/* .kcl {
		position: absolute;
		margin: -20% 0 0 60%;
		font-size: 2rem !important;
	} */
	.kecil {
		margin: 10px 25px;
	}

	.heli-button-white {
		right: 40px!important;
	}
  
	.fp-tableCell {
		display: table-cell;
		width: 100%;
		height: auto;
	}
  
	.fp-tableCell.tableBlog {
		height: auto !important;
	}
  
	.height_565 {
		height: 65vh !important;
	}
  
	/* .imgSlider {
		width: 270px!important;
		height: auto!important;
	} */
  

	.hgClient {
		height: 800px!important;
	}
  
	.height_700 {
		height: 1180px;
	}
  
	.heightCareer {
		height: 620px!important;
	}

	/* .testim {
		top: -260px !important;
	} */
	.testim .wrap {
		padding-top: 0px;
	}
	/* .card-content {
		height: 62vh;
	} */

	.heightBlog {
		height: auto !important;
	}

	.site {
		position: absolute;
	}
	.meshim_widget_components_mobileChatButton_ButtonBar .button_text, 
	.meshim_widget_Widget * {
		display: none;
	}
	.zopim {
		width: 42px !important;
		left: 80vw !important;
		border-radius: 5px;
	}
	.meshim_widget_components_mobileChatButton_Button .button_bar {
		max-width: 0px !important;
	}
	.paddingContainer {
		padding: 35px 15px 0 15px;
	}
	.meshim_widget_components_mobileChatButton_ButtonBar .button_text {
		display: none !important;
	}
}
/*END QUERY 414px*/


/*--------------------*/


/*QUERY 412px*/
@media only screen and (max-width: 412px) {
	.timeline-all {
		width: 68px;
	}
	
	.fz-20 {
		font-size: 12px !important;
	}
  
	.label-timeline {
		top: 0px!important;
	}
  
	.entry .dot {
		position: absolute;
		width: 20px !important;
		height: 20px !important;
		left: 40px;
		margin-top: 7px !important;
		margin-left: 30% !important;
		-moz-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
		-o-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
		-webkit-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
		transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
	}
  
	.entry:hover .dot {
		margin-left: 0px;
		width: 22px !important;
		height: 22px !important;
	}
  
	.entry:hover .label {
		margin-top: 45px;
		background-color: #d0e8e4;
	}

	/* .testim {
		top: -175px!important;
	} */
	
	.testim .cont div p {
		line-height: 18px;
	}
	
	/* .card-content {
		height: 60vh!important;
	} */
	
	.mt-5 {
		margin-top: 2rem !important;
	}
	
	.kol-clientlist .card-img {
		padding: 0;
		height: auto;
		width: 100%;
	}
  
	.kol-clientlist {
		height: auto;
	}
}
/*END QUERY 412px*/


/*--------------------*/


/*QUERY 375px*/
@media only screen and (max-width: 375px) {
	.label-timeline {
		margin-left: 30px!important;
		top: 0px!important;
		padding: 3px;
	}
	.entry:last-child .label-timeline {
		margin-left: 30px;
	}
	.entry:first-child .label-timeline {
		margin-left: 1px;
	}
	/* .card-content {
		height: auto !important;
	} */
  
	.fp-tableCell.tableBlog {
		height: 1230px;
	}
  
	.heightCareer {
		height: 590px!important;
	}

	.kol-clientlist {
		background: #ffffff;
		box-shadow: 0px 0px 10px rgba(0,0,0,.16);
		/* height: auto; */
		height: auto;
		margin-bottom: 30px;
	}

	.kol-clientlist .card-img {
		position: relative;
		overflow: hidden;
		border-radius: 0;
		z-index: 1;
		margin-bottom: 20px;
		padding: 0px;
		/* height: 180px; */
		width: 100%;
		vertical-align: text-top;
		text-align: center;
	}

	.kol-clientlist .card-img img {
		width: 100%;
		height: auto;
		display: inline-block;
		vertical-align: top;
	}
  
	.hgClient {
		height: 760px!important;
	}
  
	.height_565 {
		height: 88vh!important;
	}
  
	/* .imgSlider {
		width: 250px!important;
		height: auto!important;
	} */
  
	.mt-5 {
		margin-top: 2rem !important;
	}
  
	.paddingContainer {
		padding: 0 20px;
	}
  
	.heli-button-white {
		right: 40px;
		top: 30px;
	}
  
	.height_700 {
		height: auto;
	}
  
	#quote-carousel .carousel-control.left {
		left: 0;
	}
  
	.fp-tableCell {
		display: table-cell;
		width: 100%;
		height: auto!important;
	}
  
	#quote-carousel img {
		width: 50px !important;
		height: 50px !important;
		min-width: 50px;
		min-height: 50px;
	}
  
	.testim .cont div p {
		line-height: 15px;
	}
  
	/* .testim {
		width: 100%;
		position: absolute;
		top: 450px!important;
	} */
  
	.bg-judul-services-3 {
		padding: 1%;
		margin-top: 0;
	}
  
	.bg-judul-services-2 {
		padding: 1% 0px;
		text-align: center;
	}
  
	.bg-judul-about {
		padding: 4% 0 2% 0;
		margin-left: 0;
		width: 100%;
		margin-top: 4%;
	}
  
	.entry {
		float: left; 
		position: relative;
		text-align: center;
	}
	.entry:last-child {
		max-width: 61px;
	}
	.entry:first-child {
		max-width: 30px;
	}

	/*.entry:last-child {
		background-color: transparent !important;
	}*/
  
	.entry .dot {
		position: absolute;
		width: 20px!important;
		height: 20px!important;
		background-color: #003663;
		left: 18px!important;
		margin-left: 10px;
		margin-top: 10px;
		border-radius: 100%;
		box-sizing: border-box;
		background-clip: content-box;
		border-width: 2px;
		border-style: solid;
		border-color: #fff;
		z-index: 99;
	}
	.entry:last-child .dot {
		left: 18px!important;
	}
	.entry:first-child .dot {
		left: -4px!important;
	}
	.entry:hover .dot {
		margin-left: 10px;
		top: 0px!important;
		width: 22px!important;
		height: 22px!important;
	}
  
	.timeline {
		position: fixed;
		box-sizing: border-box;
		width: 100% !important;
		height: 27px !important;
		border-radius: 50px;
	}
  
	.timeline-2018 {
		height: 27px !important;
	}
  
	.timeline-2017 {
		height: 27px !important;
	}
  
	.timeline-2016 {
		height: 27px !important;
	}
  
	.timeline-2015 {
		height: 27px !important;
	}
  
	.timeline-2014 {
		height: 27px !important;
	}
  
	.timeline-2013 {
		height: 27px !important;
	}
  
	.timeline-2012 {
		height: 27px !important;
	}
  
	.timeline-2011 {
		height: 27px !important;
	}
  
	.timeline-2010 {
		height: 27px !important;
	}
  
	.timeline-2009 {
		height: 27px !important;
	}
  
	.label-2009 {
		margin-top: 2rem;
		margin-left: 40%;
	}
  
	.label-2010 {
		margin-top: 2rem;
		margin-left: 40%;
	}
  
	.label-2011 {
		margin-top: 2rem;
		margin-left: 40%;
	}
  
	.label-2012 {
		margin-top: 2rem;
		margin-left: 40%;
	}
  
	.label-2013 {
		margin-top: 2rem;
		margin-left: 40%;
	}
  
	.label-2014 {
		margin-top: 2rem;
		margin-left: 40%;
	}
  
	.label-2015 {
		margin-top: 2rem;
		margin-left: 40%;
	}
  
	.label-2016 {
		margin-top: 2rem;
		margin-left: 40%;
	}
  
	.label-2017 {
		margin-top: 2rem;
		margin-left: 40%;
	}
  
	.label-2018 {
		margin-top: 2rem;
		margin-left: 40%;
	}
  
	.entry:hover .label {
		margin-top: 45px!important;
	}
  
	.bg-judul-testi {
		padding: 0.1% 0;
		margin: 0 auto;
		width: 70%;
	}

	.bg-footer {
		padding: 20px 0;
		position: relative;
		bottom: 0;
		height: auto;
	}

	.bg-footerHome {
		padding: 20px 0;
		position: relative;
		bottom: 0;
		height: auto;
	}

	.fz-14-xs {
		font-size: 11px!important;
		letter-spacing: 0px;
	}
  
	.site {
		position: absolute;
	}
	.meshim_widget_components_mobileChatButton_ButtonBar .button_text, 
	.meshim_widget_Widget * {
		display: none;
	}
	.zopim {
		width: 42px !important;
		left: 80vw !important;
		border-radius: 5px;
	}
	.meshim_widget_components_mobileChatButton_Button .button_bar {
		max-width: 0px !important;
	}
	.paddingContainer {
		padding: 35px 15px 0 15px;
	}
	.meshim_widget_components_mobileChatButton_ButtonBar .button_text {
		display: none !important;
	}
}
/*END QUERY 475px*/


@media only screen and (max-width: 320px){
    .entry { 
    max-width: 61px!important; 
    }
}


/* =======================
320px and up 
======================= */
/* @media only screen and (min-width: 320px){
	.page-mobile-main-menu {
		box-shadow: none;
		background-color: rgb(67, 158, 201);
	}
	.page-mobile-menu-header {
		background: transparent;
	}
	.page-mobile-menu-logo img {
		width: 185px;
	}
	.page-mobile-main-menu .mobile-menu {
		padding: 0px 30px 30px;
	}
	.page-close-mobile-menu i:after, .page-close-mobile-menu i:before {
		background: #fff;
	}
	.page-mobile-main-menu .mobile-menu>li>a {
		padding: 7px 0 7px 0;
	}
} */
/* =======================
360px and up 
======================= */
/* @media only screen and (max-width: 360px) {
	.page-mobile-main-menu {
		box-shadow: none;
		background-color: rgb(67, 158, 201);
	}
	.page-mobile-menu-header {
		background: transparent;
	}
	.page-mobile-menu-logo img {
		width: 185px;
	}
	.page-mobile-main-menu .mobile-menu {
		padding: 0px 30px 30px;
	}
	.page-close-mobile-menu i:after, .page-close-mobile-menu i:before {
		background: #fff;
	}
	.page-mobile-main-menu .mobile-menu>li>a {
		padding: 7px 0 7px 0;
	}
	.meshim_widget_components_mobileChatButton_ButtonBar .button_text, 
	.meshim_widget_Widget * {
		display: none;
	}
	.zopim {
		width: 42px !important;
		left: 85% !important;
		border-radius: 5px;
	}
	.meshim_widget_components_mobileChatButton_Button .button_bar {
		max-width: 0px !important;
	}
} */
/* =======================
480px and up 
======================= */
@media only screen and (min-width: 480px) {
	.entry .dot :last-child {

	}
	.timeline-all :last-child {
		width: auto;
	}
	.timeline-all:first-child {
		width: 50px!important;
	}
	.page-mobile-main-menu {
		box-shadow: none;
		background-color: rgb(67, 158, 201);
	}
	.page-mobile-menu-header {
		background: transparent;
	}
	.page-mobile-menu-logo img {
		width: 185px;
	}
	.page-mobile-main-menu .mobile-menu {
		padding: 0px 30px 30px;
	}
	.page-close-mobile-menu i:after, .page-close-mobile-menu i:before {
		background: #fff;
	}
	.page-mobile-main-menu .mobile-menu>li>a {
		padding: 7px 0 7px 0;
	}
}
/* =======================
6000px and up 
======================= */
@media only screen and (min-width: 600px) {
	.page-mobile-main-menu {
		box-shadow: none;
		background-color: rgb(67, 158, 201);
	}
	.page-mobile-menu-header {
		background: transparent;
	}
	.page-mobile-menu-logo img {
		width: 185px;
	}
	.page-mobile-main-menu .mobile-menu {
		padding: 0px 30px 30px;
	}
	.page-close-mobile-menu i:after, .page-close-mobile-menu i:before {
		background: #fff;
	}
	.page-mobile-main-menu .mobile-menu>li>a {
		padding: 7px 0 7px 0;
	}
	
}
@media only screen and (max-width: 600px) {
	.ml-4 {
		margin-left: 0px !important;
	}
	.meshim_widget_components_mobileChatButton_ButtonBar .button_text, 
	.meshim_widget_Widget * {
		display: none;
	}
	.zopim {
		width: 42px !important;
		left: 80vw !important;
		border-radius: 0px 6px 6px 0px;
	}
	.meshim_widget_components_mobileChatButton_Button .button_bar {
		max-width: 50px !important;
	}
}



/* NEW 01 06 2019 - togheawesome @monoplustudio */
@media (max-width: 991px) {
	.navbar {
		padding: 0px !important;
	}
	.navbar-collapse.show {
		background-color: rgb(67, 158, 201);
    position: relative !important;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    padding: 0 0rem 0 2.2rem;
    left: 0;
		top: -80px;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		transition: 0.3s;
		overflow-x: hidden;
	}
	.navbar-collapse {
		transition: 0.3s;
		top: -80px;
    /* -webkit-transform: translateX(0);
    transform: translateX(0); */
    /* width: 100%; */
    position: relative !important;
    /* overflow-y: auto; */
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out; */
}
	.navbar-toggler-icon {
		width: 16px;
		height: 17px;
		background-image: none;
		position: relative;
		border-bottom: 1px solid #FFF;
		transition: all 300ms linear;
		margin-top: -10px;
		right: 20px;
	}
	.navbar-toggler-icon:after, .navbar-toggler-icon:before {
		width: 24px;
		position: absolute;
		height: 1px;
		background-color: #FFF;
		top: 0;
		left: 0;
		content: '';
		z-index: 2;
		transition: all 300ms linear;
	}
	.navbar-toggler-icon:after {
		top: 8px;
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
		transform: translateY(8px) rotate(-45deg);
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
	}
	.page-mobile-menu-header {
		padding: 0px !important;
	}
	.mobile-menu {
		margin: 30px 0px;
	}
	.ulsosMed {
    display: block;
    margin-top: 2rem;
    margin-left: 0%;
    /* position: absolute; */
    /* bottom: 20%; */
}
.mobile-menu a {
	font-size: 20px;
	line-height: 27px;
}




.fp-section.fp-table, .fp-slide.fp-table,
html.fp-enabled, .fp-enabled body {
	height: auto !important;
}
.onepage-pagination {
	display: none !important;
}

/* SIDE MENU MOBILE BARU */
.side-menu:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: rgb(9, 134, 211);
}
.side-menu.left {
	left: 0; right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
	width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index:999;
	opacity: 1;
	visibility: visible;
}
.pul-menu .side-menu.side-menu-active {
	visibility: visible; opacity: 1;
}
.side-nav-btn.active {
	display: none;
}
.side-nav {
	padding: 0.5rem 2rem;
}
.side-nav .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	background: #fff;
	display: inline-block;
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}
/*side clode btn*/
.side-menu .btn-close {
	height: 60px;
	width: 60px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
}
.side-menu.before-side .btn-close{
	display: none;
}
.just-sidemenu #sidemenu_toggle {
	position: fixed;
	z-index: 999;
	/*background: #fff;*/
	right: 0;
	top: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	/* left: 16px; */
	content: ' ';
	height: 30px;
	width: 2px;
	background: #fff;
	top: 5px;
}
.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



}
.navbar>.container, .navbar>.container-fluid {
	display: block;
}
.side-menu {
	width: 100%;
	opacity: 0;
	position: fixed !important;
	/*left: 0;*/
	/*top: 0;*/
	z-index:0;
	height: 100vh;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	overflow: hidden;
	visibility: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.navbar {
		padding: 0px !important;
	}
	.navbar-collapse.show {
		background-color: rgb(67, 158, 201);
    position: relative !important;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    padding: 0 0rem 0 2.2rem;
    left: 0;
		top: -80px;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		transition: 0.3s;
		overflow-x: hidden;
	}
	.navbar-collapse {
		transition: 0.3s;
		top: -80px;
    /* -webkit-transform: translateX(0);
    transform: translateX(0); */
    /* width: 100%; */
    position: relative !important;
    /* overflow-y: auto; */
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out; */
}
	.navbar-toggler-icon {
		width: 16px;
		height: 17px;
		background-image: none;
		position: relative;
		border-bottom: 2px solid #FFF;
		transition: all 300ms linear;
		margin-top: -10px;
		right: 20px;
	}
	.navbar-toggler-icon:after, .navbar-toggler-icon:before {
		width: 24px;
		position: absolute;
		height: 2px;
		background-color: #FFF;
		top: 0;
		left: 0;
		content: '';
		z-index: 2;
		transition: all 300ms linear;
	}
	.navbar-toggler-icon:after {
		top: 8px;
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
		transform: translateY(8px) rotate(-45deg);
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
	}
	.page-mobile-menu-header {
		padding: 0px !important;
	}
	.mobile-menu {
		margin: 0px 0px;
	}
	.ulsosMed {
    display: block;
    margin-left: 0%;
    /* position: absolute; */
    /* bottom: 27%; */
}

.meshim_widget_Widget .button_text {
	display: none !important;
}
.meshim_widget_components_mobileChatButton_ButtonBar .button_text {
	display: none !important;
}

}

@media (max-width: 441px) {
	.meshim_widget_components_mobileChatButton_ButtonBar .button_text {
		display: none !important;
	}
}