
.new_section_01 {
  height: auto;
  text-align: center;
  margin: 0 auto;
  background: url("/img/kinder-choose.png");
  background-position: 50% 60%;
}
.new_section_01 .inner {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.new_section_01 .inner .t_1 {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 0px;
  font-size: 32px;
  letter-spacing: -2px;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
	margin-bottom: 4px;
}
.new_section_01 .inner .t_1_c {
  font-size: 32px;
  letter-spacing: -2px;
  line-height: 32px;
  font-weight: 700;
  color: #00ffd9;
}
.new_section_01 .inner .t_2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: -2px;
  color: #fff;
	margin-top: -6px;
}
.new_section_02 {
  background: rgba(0,0,0,0.9);
  margin: 0 auto;
}
.new_section_02 .inner {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #989898;
  background: rgba(0,0,0,0.5);
  box-shadow: 0px 0px 30px #2e2e2e;
}
.new_section_02 .section_02-mtxt {
	padding: 10px 0;
	text-align: center;
	font-weight: 600;
	letter-spacing: -2px;
	font-size: 28px;
	color: #ededed;
	border-bottom: 1px solid #ededed;
	margin-bottom: 0px;
}
.new_section_02 .section_02-stxt {
	text-align: left;
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 16px;
	line-height: 26px;
	color: #ededed;
	padding-top: 10px; 
}
.new_section_03 {
  text-align: center;
  margin: 0 auto;
  background: rgba(0,35,86,0.3); 
}
.new_section_03 .inner {
  width: 100%;
  padding: 20px;
	margin: 0 auto;
}
.new_section_03 .section_03-txt {
	font-size: 16px;
	margin-bottom: 0px;
	color: #2e2e2e;
}
.new_section_03 .txt-btm {
	font-size: 18px;
	font-weight: 700;
	margin-top: -24px;
	color: #2e2e2e;
	letter-spacing: -2px;
}
.new_section_03 .name-title {
	font-size: 18px;
	margin-bottom: 0px;
}
.new_section_03 .video_modal {
	margin-bottom: 20px;
}
 .carousel-inner {
	display: flex;
	flex-direction: row;
}

.vedio_modal {
	flex: 0 0 33.333333%;
	padding: 15px;
}
.modal-backdrop {
	z-index: 0;
}
.modal {
	
}
.close {
	background: none;
	border: none;
}
.modal {
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
        }

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
    </style>