/* irpie update custom tambah cabang */
/* Main Menu 2 */
#mainMenu2 {
	padding-right: 0 !important;
}
#mainMenu2 .modal-dialog {
	width: auto;
	margin: 0;
}
#mainMenu2 .modal-content {
	color: #fff;
	background-image: url("../img/shiatsubgtinggi.png");
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
#mainMenu2 h3 {
	font-size: 17px;
	margin-top: 35px;
	margin-bottom: 15px;
	letter-spacing: 0;
}
#mainMenu2 .row>div>h3:first-child {
	margin-top: 0;
}
#mainMenu2 a {
	color: #fff;
}

#mainMenu2 .close {
	color: #fff;
	opacity: 1;
	font-size: 30px;
	text-shadow: none;
}
#mainMenu2 .close:focus {
	outline: 0;
	outline-offset: 0;
}
@media (max-width: 991px) {
	#mainMenu2 h3,
	#mainMenu2 .row>div>h3:first-child {
		margin-top: 30px;
	}
	#mainMenu2 .row.mb50 {
		margin-bottom: 15px;
	}
	#mainMenu2 .close {
		position: absolute;
		right: 15px;
		z-index: 1;
	}
}

/* update dhimas */
.slider-item .no-branch p {
   position: absolute;
   font-size: 30px;
   font-weight: bolder;
   top: 50%;
   color: #8F270C;
   left: 50%;
   transform: translateY(-35%) translateX(-55%);
   width: 360px;
   height: 80px;
   display: flex;
   justify-content: center;
   align-items: center;
   white-space: normal;
   font-family: 'Muli';
   line-height: normal;
   text-align: left;
   margin: 0;
}

@media screen and (max-width:990px) {
	.slider-item .no-branch p {
		font-size: 16px;
		width: 250px;
		height: 40px;
	}   
}

@media screen and (max-width:768px) {
	.slider-item .no-branch p {
	font-size: 13px;
	font-weight: bold;
	width: 150px;
	height: 31px;
	}   
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* float wa */
#wa-float-menu * {
  font-family: sans-serif;
  color: #444 !important;
  font-size: 14px !important;
}
#wa-float-menu small {
  font-size: 11px !important;
  opacity: 0.5;
}
#wa-close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wa-open.hide {
  display: none;
}
#wa-open * {
  color: #fff !important;
  cursor:pointer;
}
#wa-close {
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#wa-close:hover {
  color: #fff;
  background-color: red;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#wa-close:hover * {
  color: #fff !important;
}
#wa-float-menu {
  display: none;
  position: fixed;
  background: #fff;
  padding: 25px 20px;
  right: 0;
  bottom: 60px;
  max-width: 300px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 99999;
}
#wa-float-menu.active {
  display: block;
}
#wa-float-menu a,
#wa-float-menu a:hover {
  color: #444;
  text-decoration: none;
}
#wa-float-menu p {
  margin-bottom: 15px;
  margin-top: 0;
}
.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.contact-item:hover .contact-icon {
  background-color: #4ecb71;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#wa-float-menu .contact-item:hover .contact-icon * {
  color: #fff !important;
}
.contact-item-sub {
  display: flex;
  align-items: center;
}
.contact-icon {
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact-name {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  #wa-float-open span {
    display: none;
  }
  /*#wa-float-menu .contact-name {*/
  /*  display: none;*/
  /*}*/
  #wa-float-menu small {
    margin-left: 5px;
  }
  .contact-icon {
    width: 25px;
    height: 25px;
  }
  .contact-icon svg {
    width: 14px;
    height: 14px;
  }
  #wa-close {
    font-size: 12px;
  }
  #wa-close svg {
    width: 14px;
    height: 14px;
  }
}

/* css map */
.section-contact {
    display:flex;
    flex-direction:column;
    gap:20px;
    text-align:center;
}
.section-contact a {
    border: 2px solid #b51524;
    border-radius: 50px;
    padding: 15px;
    color: #b51524;
    display: flex;
    align-items: center;
    justify-content: center;
}
