.modal .btx{
	z-index: 999;
}

#itemPhoto.owl-carousel .owl-item .item img{
	height: 100vh;
    object-fit: contain;
}

.modal-id .modal-ku{
	margin: 0;
}

.modal-id .modal-ku .modal-content .modal-header{
	position: absolute;
    left: 15px;
    color: white;
    top: 15px;
}

.modal-id .modal-ku .modal-content .modal-body{
	padding: 0;
}

.im_left i,.im_right i{
  color: #123651;
}

.modal button span i{
  color: white !important;
}

.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  font-size: 18px;
}

#sec1{
	background:#fff;
  color:#123651;
}

.rw-white{
	background:#fff;
}

.bannerCooming{
  position: absolute;
  top: 0;
}

.block-round-img{
  display: flex;
  justify-content: center;
  width: 80%;
  height: 100vh;
  margin: 0 26px 0 auto;
}

.block-round-img .banner-images{
  width: auto;
  height: 70%;
  object-fit: cover;
  border-radius: 0px 0px 500px 500px;
}

.br-brand{
	display: block;
  width: auto;
  margin: 30px 0;
  padding: 5px 0;
}

.new-side{
  color: #123651;
  margin-bottom:30px;
}

.new-side .bannerquotes > p{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom:0;
}

.new-side .roblock > small{
  font-size: 18px;
  margin-top: 26px;
  font-weight: 200;
}
small p{
	margin-bottom:0;
}

.btn-fox{
  margin-top: 40px;
}
.fox-txt{
	display:block;
	font-size: 18px;
	margin-bottom: 10px;    	
}

.btn-swiper{
  border: 2px solid #123651;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  transition: .3s linear;
}

.btn-swiper:hover{
	box-shadow: inset 0px 0px 22px -14px rgba(0,0,0,0.48),-9px 13px 9px -5px rgba(0,0,0,0.23);
	transition: .3s linear;
}

.swiper-button-next{
  right: 0 !important;
}

.swiper-button-prev{
  left: 0 !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 22px;
  color: #123651;
}

.navigation-swipers{
  position: absolute;
  bottom: 55px;
  right: 55px;
  width: 104px;
  height: 42px;
  display: flex;
  justify-content: space-between;
}

.pd{
	padding-right:18px;
}

#fp-nav{
  margin:0 !important;
}

#fp-nav.right{
  right: 17px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
  background-color: #123651;
}

.roll-block-features{
  display: flex;
  margin-bottom: 40px;
}

.roll-block-features [class^="type"]{
	margin-right: 20px;
  filter: drop-shadow(0px 7px 50px rgba(0, 0, 0, 0.2));
  border-radius: 20%;
  transition: .3s linear;
}

.roll-block-features [class^="type"]:hover{
	box-shadow: inset 0px 0px 22px -14px rgba(0,0,0,0.48),-9px 13px 9px -5px rgba(0,0,0,0.23);
	transition: .3s linear;
}

.block-integr {
  background: green;
  height: 85px;
  width: 85px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: relative;
  filter: drop-shadow(0px 7px 50px rgba(0, 0, 0, 0.1));
  transition: .3s linear;
  cursor:pointer;
}

.block-integr:hover{
	box-shadow: inset 0px 0px 22px -14px rgba(0,0,0,0.48),-9px 13px 9px -5px rgba(0,0,0,0.23);
	transition: .3s linear;
}

.txt-integr{
  position: absolute;
  left:50%;
  bottom: 13px;
  transform:translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.img-blockers{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width:22px;
}

.block-integr .img-blockers > .svg-inc.diff-inc{
  margin-left: 3px;
}

.block-integr.talent-color{
  background: linear-gradient(180deg, #136982 0%, #2DCAF3 100%);
}

.block-integr.vendor-color{
  background: linear-gradient(115.68deg, #34959B 14.27%, #27AE60 89.51%);
}

.block-integr.job-color{
  background: linear-gradient(115.68deg, #FF9900 14.27%, #FFC700 89.51%);
}
/*section 2*/
#sec2{
	color:#123651;
  background-color:#F8F9FF;
}
#sec2 .cs_image{
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sec2 .cs_box{
	height:100%;
  display: flex;
  align-items: center;
}
#sec2 .cs_box .cs_txt{
	font-size:36px;
  line-height:1.25;
  font-family: 'Poppins';
  font-weight: bold;
}
#sec2 .cs_box .cs_exp{
	font-size:18px;
  font-family: 'Poppins';
  line-height:1.22;
}

/*---new header --*/
.brand-img{
	width: 200px;
}

.wrap-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-search{
  width: 33%;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #DADADA;
  background-color: #F1F1F2;
  position: relative;
}

.form-search input{
  height: 44px;
  padding-left: 34px;
  border: 0;
  font-size: 16px;
  background: none !important;
  color: #989898;
}

.form-search input:focus{
  box-shadow: none;
  background-color: none;
}

.form-search button{
  border: 0;
  background: none;
  font-size: 20px;
  width: 70px;
  color: #989898;
  position: relative;
}

.form-search button:hover,
.form-search button:focus{
  background: none;
  box-shadow: none;
  color: #989898;
}

.form-search .input-group-append{
  position: relative;
  z-index: 9;
}

.form-search .input-group-append:before{
  content: "";
  display: block;
  height: 30px;
  width: 1.3px;
  background: #DADADA;
  position: absolute;
  left: 0;
  top: 7px;
}

.help-link{
  font-size: 16px;
  color: #123651;
  display: flex;
  align-items: center;
}

.help-link:hover{
  text-decoration: none;
  color: #123651;
}

.help-link img{
  margin-right: 8px;
}

/*--- new page review --*/

.__container-wrap{position: relative;}
.__cover{position: relative;}
.__cover-img{width: 296px; height: 296px;}
.__avatar{position: absolute; left: 50%; transform: translateX(-50%); bottom: -65px; clip-path: circle(50% at center);}
.__avatar-img{width: 130px; height: 130px; border-radius: 50%; border: 4px solid #fff}
.__detail-bio{margin-top: 65px; padding-top: 10px;}
.__detail-name{font-size: 16px; line-height: 130%; font-weight: bold; color: #123651;}

.suspend-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    font-weight: 600;
    font-size: 21px;
}

/*newed*/
.detail-wrap{
  margin-top: 40px;
}

.insert-box {
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
  background-color: white;
  padding-bottom: 20px;
  margin-bottom: 24px;
  box-shadow: 0px 0px 3.28024px rgba(0, 0, 0, 0.15);
}

.img-cronology{
  position: relative;
  height: 37vh;
}

.img-cronology .btn-share:focus{
  box-shadow: none;
}

.img-cronology img.bladeimg{
  height: 37vh;
  width: 100%;
  object-fit: cover;
  object-position: center bottom
  filter: brightness(0.9);
}

.img-cronology .btn-share img{
  filter: invert(1) brightness(2);
  z-index: 9;
}

.img-profile{
  margin-top: -72px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.img-profile img{
  height: 140px;
  width: 140px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  border: 5px solid white;
  position: relative;
}

.profile-name {
  font-weight: 700;
  margin: 0;
}

.type-passed {
  margin-bottom: 11px;
  margin-top: 11px;
  padding-left: 50px;
  padding-right: 50px;
}

.type-passed .breadcrumb-type {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
  margin-right: 4px;
}

.type-passed .breadcrumb-type:last-child{
	margin-right: 0;
}

.breadcrumb-type::after{
	content: ",";
}

.breadcrumb-type:last-child::after{
	content: " ";
}

.tab-content-list{
  overflow-y: auto;
  height: 85vh;
}

.location-passed {
  font-size: 17px;
  font-weight: 500;
  color: #8AA3B6;
  margin-bottom: 20px;
  line-height: 30px;
}

.icon-yellow{
  color: #FF9900;
}

.block-on-mid {
  display: flex;
  border-top: 1px solid rgb(218,218,218);
  border-bottom: 1px solid rgb(218,218,218);
}

.on-50{
  width: 50%;
  height: 10vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.on-50:first-child{
  border-right: 1px solid rgb(218,218,218);
}

.on-50 h6{
  font-weight: 800;
  margin-top: 6px;
  margin-bottom: 6px;
}

.on-50 .on-view{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}

.fa.icon-yellow{
  font-size: 16px;
}

.btn.btn-on-buzz {
  background: #123651;
  width: 85%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 27px auto 27px auto;
  border-radius: 8px;
  color: white;
  font-weight: 700;
  font-size: 17px;
}

.btn.btn-on-buzz:focus{
  box-shadow: none;
}

.btn.btn-on-buzz img{
  margin-right: 10px;
}

.description-passed {
  padding: 24px;
  position: relative;
}

.description-passed h5{
  font-weight: 800;
  margin-bottom: 18px;
  text-align: center;
}

.description-passed p{
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
}

.hr-line-top::before {
  content: '';
  display: block;
  height: 1px;
  width: 82%;
  background: rgb(218,218,218);
  position: absolute;
  top: 0;
  left: 9%;
  margin: auto;
}

span.breadcrumb-glare {
  border: 1px solid black;
  border-radius: 12px;
  height: 33px;
  min-width: 41%;
  padding: 4px 15px 4px 15px;
  line-height: 41px;
  font-size: 16px;
  font-weight: 600;
}

.icon-img{
  height: 20px;
  width: 20px;
  object-fit: contain;
  margin: 0 auto;
}

.media-img-gallery{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 20rem;
  border-radius: 10px;
  filter: brightness(0.9);
}

.blockrowd{
  position: relative;
  margin-bottom: 1.7rem;
}

.cloneicon{
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 9;
}

nav.navigation-tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #F1F1F2;
  height: 80px;
}

nav.navigation-tab .nav-tabs{
  border: 0;
}

nav.navigation-tab .nav-tabs button{
  width: 10rem;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #123651;
}

nav.navigation-tab .nav-tabs button span{
  color: #6F8EA5;
  font-weight: 600;
}

nav.navigation-tab .nav-tabs .nav-item.show .nav-link, nav.navigation-tab .nav-tabs .nav-link.active{
  background: none;
  color: #2DCAF3;
  font-weight: 800;
}

nav.navigation-tab .nav-tabs .nav-item.show .nav-link:after, nav.navigation-tab .nav-tabs .nav-link.active:after{
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: -2px;
  left: 0;
  border-radius: 100px;
  background-color: #2DCAF3;
}

nav.navigation-tab .nav-tabs button:hover{
  border: 0;
}

.wrap-content{
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 2.72985px rgba(0, 0, 0, 0.15);
}

.wrap-content .tab-content{
  padding: 30px;
}

.fancy-video{
  display: flex;
  justify-self: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.fancy-video img.thumbnail-img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 14rem;
}

.fancy-video .fa{
  position: absolute;
  font-size: 54px;
  color: gray;
  opacity: 0.8;
  left: 40%;
}

.star-rising{
  position: relative;
  z-index: 1;
}

.star-drop{
  position: absolute;
  top: 0;
}

.star-gray{
  color: lightgray;
}

.gold-star{
  color: gold;
}

.block-review{
  margin-bottom: 20px;
  border-bottom: 1px solid #F1F1F2;
  padding-bottom: 20px;
}

.block-review:nth-last-child(1){
  border-bottom: 0;
}

.block-review .review-name{
  font-weight: 800;
  margin-bottom: 8px;
}

.block-review p{
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.block-review .star-rating{
  margin-bottom: 3px;
  font-size: 15px;
}

.block-review .date-review a{
  margin-left: 18px;
}
.__nav-mob{
	display: none;
}
.img-cronology .btn-share{
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 99;
}
.hr-line-top::before {
    content: ' ';
}

.__navbar{
	width: 100%;
	background-color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

._navbar-mob{
	width: 33%;
}

.search-bar{
	padding: 4px 14px;
	border: 1px solid #DADADA;
    border-radius: 500px;
    background-color: #F1F1F2;
}

.search-bar input{
	background-color: unset;
    color: #989898;
    border: 0;
}

.search-bar .input-group-append{
	position: relative;
}

.search-bar .input-group-append::before{
	content: "";
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
    width: 1px;
    background-color: #DADADA;
}

.btn-search{
	color: #989898;
}

.get-app{
	position: relative;
    padding: 0 24px;
}

.get-app h5{
	font-weight: 800;
}

.btn-getapp{
	width: 100%;
    background-color: white;
	border: 2px solid #123651;
    color: #123651;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    transition: .3s linear;
}

.btn-getapp:hover{
    box-shadow: -9px 13px 9px -5px rgb(0 0 0 / 23%);
    transition: .3s linear;
}

.btn-getapp img{
	margin-right: 10px;
    object-fit: contain;
    width: 25px;
}

.btn-getapp span{
	text-align: left;
    display: block;
    line-height: 1.35;
}

.btn-getapp ._mini{
	font-family: 'Poppins';
    font-weight: 500;
    font-size: 9px;
}

.btn-getapp ._big{
	font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
}

.title-hide,
.para-hide{
	display: none;
}

.modal-blue{
max-width: 600px;
}

#msgmodal .modal-content{
	background-image: url("https://www.showbuzz.id/images/uploads/modal-new.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#msgmodal .modal-body{
	width: 60%;
    margin-left: auto;
}

.alert-top{
	margin-bottom: 1rem;
}

.alert-top-img{
	padding-left:8px;
    margin-bottom: 12px;
}

.alert-mid{
	margin-bottom: 24px;
}

.alert-bottom{
	margin-bottom: 12px;
}

.alert-mid span:nth-child(1){
	color: #FFC700ff;
}

.alert-mid span:nth-child(2){
	color: #00CAFFff;
}

.alert-mid span:nth-child(3){
	color: #73FF71ff;
}

.modal-id, .modal-id .modal-content{
	background-color: rgba(33, 33, 33, 1);
}

@media only screen and (min-width:1024px){
	.brand-sm{
    	display: none;
    }
}

@media screen and (max-width: 1280px){
  .media-img-gallery{
    height: 11rem;
  }

  .fancy-video img.thumbnail-img{
    height: 10rem;
  }

  .fancy-video .fa{
    left: 38%;
  }
}

@media screen and (max-width: 1440px){
  .media-img-gallery{
    height: 14rem;
  }

  .fancy-video img.thumbnail-img{
    height: 12rem;
  }
}

@media only screen and (max-width:1024px){
	.brand-md{
    	display: none;
    }
	.br-brand{
   position: absolute;
   top:0;
   left: 50%;
   transform:translateX(-50%);
   z-index:999;
   max-width:215px;
   margin:0;
   margin-right:0;
   padding:0 0 0 11px;
 }
 .block-round-img{
  width: 100%;
  height: auto;
  margin: 0;
}
.new-side{
  text-align:center;
  margin-top:15px;
  margin-bottom:10px;
}
.new-side .bannerquotes > p{
 padding-right:0;
 font-size:20px;
}
.new-side .roblock > small{
 font-size:12px;
}
.fox-txt{
 font-size:12px;
}
.bannerquotes{
 margin-bottom:12px;
 max-height:55px;
 overflow:hidden;
}
.btn-fox{
 text-align:center;
 margin-top:20px;
}
.block-integr{
 margin:0;
}
.navigation-swipers{
 display:none;
}
#sec2 .cs_image{
  height:auto;
}
#sec2 .cs_box .cs_txt{
 font-size:24px;
}
#sec2 .cs_box .cs_exp{
 font-size:12px;
 line-height:18px;
}
.roll-block-features{
  justify-content: space-evenly;
  margin-top: 0;
  margin-bottom: 20px;
}

.roll-block-features [class^="type"]{
  margin-right: 0;
}

.__navbar{
	position: absolute;
  background-color: transparent;
  padding: 10px 20px 0 20px;
  z-index: 1;
}

.__navbar .brand-img{
  position: relative;
  z-index: 1;
}

.__navbar .brand-img img{
  height: 30px;
}

nav.__navbar:after{
  content: "";
  width: 100%;
  height: 135px;
  display: block;
  background: linear-gradient(180deg, #000000 21.77%, rgba(217, 217, 217, 0) 108.21%);
  position: absolute;
  top: 0;
  left: 0;
}

.img-cronology .btn-share{
  top: 13px;
}

.help-link{
	display: none;
}

.__detail-wrap{
	margin-top: 0;
}
.__container{
	padding: 0 !important;
}
.__nav-mob{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.__nav-right{
	position: relative;
}
.search-bar{
    display: flex;
    justify-content: right;
    padding-top: 15px;
    padding-right: 5px;
}
.search-bar input{
	position: relative;
	width: 20px;
    height: 20px;
    border: none;
    box-sizing: border-box;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: transparent;
    transition: width 800ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 150ms;
}
.search-bar input:focus{
	width: 100%;
    height: 100%;
    transition: width 800ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.btn-search{
	background-color: transparent;
    width: 20px;
    height: 20px;
    border: 0;
    padding: 0;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: -3px;
    transition: bottom 150ms ease-out 150ms, right 150ms ease-out 150ms;
}
.btn-search::before, .btn-search::after{
	content: "";
    height: 10px;
    border-left: solid 2px white;
    border-radius: 2px;
    position: absolute;
    transform: rotate(-45deg);
}
.btn-search::after{
	transform: rotate(45deg);
    opacity: 0;
    top: -20px;
    right: -10px;
    transition: top 150ms ease-out, right 150ms ease-out, opacity 150ms ease-out;
}
.search-bar input:focus + .btn-search{
	top:50%;
    transform: translateY(-50%);
    right: 5px;
    transition: bottom 150ms ease-out 500ms, right 150ms ease-out 500ms;
}
.search-bar input:focus + .btn-search::after{
	top: 5px;
    right: 9px;
    opacity: 1;
    transition: top 150ms ease-out 650ms, right 150ms ease-out 650ms, opacity 150ms ease 650ms;
}
.btn-share-mob{
	width: 100%;
    height: 100%;
}
.btn-share-mob img{
	filter: invert(1) brightness(2);
    z-index: 9;
}

nav.navigation-tab .nav-tabs button{
	width: unset;
}
.insert-box, .wrap-content{
	border-radius: 0;
    box-shadow: none;
}
.hr-line-top::after {
    content: '';
    display: block;
    height: 1px;
    width: 82%;
    background: rgb(218,218,218);
    position: absolute;
    bottom: 0;
    left: 9%;
    margin: auto;
}
.no-gutt{
	margin-right: 0;
    margin-left: 0;
}
.no-gutt>.col, .no-gutt>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.get-app{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 24px;
    background: linear-gradient(106.41deg, rgba(255, 255, 255, 0.4) 7.3%, rgba(255, 255, 255, 0.1) 100%);
	backdrop-filter: blur(20px);
    z-index: 99;
    text-align: center;
}

.get-app h5:first-child{
	display: none;
}

.btn-getapp{
	padding: .375rem .75rem;
    margin: auto;
    background-color: #fff;
}

.title-hide,
.para-hide{
	display: block;
}

#msgmodal .modal-body{
	width: 70%;
}

.alert-top-img{
	margin-bottom: 6px;
}

.alert-top-img img{
	width: 100px;
}

}