body {
  font-size: 14px;
  font-family: sans-serif;
  color: #555555;
}
a {
  color: #398195;
}
a, button {
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}
button:focus {
  outline: 0 !important;
}
@media(min-width:1200px) {
  .container {
    max-width: 1186px;
  }
  .section-partner .container {
    max-width: 864px;
  }
  .section-partner-page .container {
    max-width: 864px;
  }
}
.btn {
  padding: 16px 38px;
  font-size: 13px;
  font-weight: 600;
}
.btn-primary {
  background-color: #ea2027;
  border-color: #ea2027;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #ba1117;
  border-color: #ba1117;
}
.btn-outline-primary {
  color: #ea2027;
  border-color: #ea2027;
}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
  background-color: #ea2027;
  border-color: #ea2027;
}
.btn-white {
  background: #fff;
  color: #ea2027;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 0;
}
.search-form input {
  height: 44.4px;
  background-image: linear-gradient(to right, #dedfe0 -205%, #dedfe0 -205%, #e4e5e6 -205%, #f1f2f2 -205%, #ffffff -205%);
  text-align: center;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  padding-right: 50px;
}
/*Header*/

.header-area {
  padding-top: 24px;
  padding-bottom: 42px;
}
.header-area .navbar {
  background: none !important;
  padding: 0 !important;
  align-items: start;
}
@media(min-width:767px) {
  .navbar-expand-lg .navbar-collapse .navbar-mobile {
    display: none !important;
  }
  .mobile-show {
    display: none;
  }
}
.logo-brand {
  padding: 0;
}
.language-area {
  font-size: 25px;
  margin-bottom: 15px;
}
.language-area a {
  color: #4d4d4f;
  position: relative;
  display: inline-block
}
.language-area .line-block {
  margin: 0px 10px;
}
.search-form {
  max-width: 365px;
  margin-left: auto;
  position: relative;
}
.search-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  background-image: linear-gradient(to right, #ec1c24 -2304%, #ec1c24 -2304%, #93070a -2302%);
  border: 0;
  font-size: 30px;
  padding: 0;
  width: 44px;
}
.header-menu {
  padding-bottom: 62px;
  position: relative;
}
.header-menu .text-menu-p .title {
  font-size: 18px;
  font-weight: 900;
  color: #ec2027;
  margin-bottom: 22px;
  font-family: 'Nanum Gothic Coding', monospace;
}
.header-menu .text-menu-p .text {
  font-size: 12px;
  color: #4d4d4f;
  max-width: 352px;
  font-family: 'News Cycle', sans-serif;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  margin: 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ea2027;
}
/*programs*/

.bg-gray {
  background-color: #f5f5f5;
}
.section-padding {
  padding: 60px 0px;
}
.section-program {
  padding-bottom: 180px;
}
.title-section {
  text-align: center;
  font-size: 56px;
  font-family: 'Playfair Display', serif;
  line-height: 1.39;
  color: #000000;
  margin-bottom: 50px;
}
.programs-item {
  display: flex;
  margin-bottom: 12px;
}
.programs-item .icon img {
  width: 85.4px;
}
.programs-item .content {
  padding-left: 32px;
}
.programs-item .content .title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #000000;
  margin-bottom: 23px;
}
.programs-item .content .desc {
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 14px;
}
/*partner*/

.section-partner {
  background-color: #ea2027;
  padding: 36px 0px;
}
.partner-title-nav {
  background-color: #f5f5f5;
  margin-top: -168px;
  padding-bottom: 114px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 38px;
  position: relative;
  box-shadow: 0 45px 30px 0 rgba(0, 0, 0, 0.16);
  background-image: url('../images/maps.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.partner-title-nav .title-section {
  margin-bottom: 71px;
}
.partner-title-nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.nav-tabs {
  justify-content: center;
  border: 0;
  margin: 0;
}
.nav-tabs .nav-item:first-child {
  margin-right: 152px;
}
.nav-tabs .nav-item .nav-link {
  background: none;
  border: 0;
  border-bottom: 4px solid transparent;
  font-size: 24px;
  color: #000000;
  padding-right: 0;
  padding-left: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ea2027;
  border-color: #ea2027;
}
.partner-img {
  margin-bottom: 60px;
  display: block;
}
.partner-img img {
  max-width: 100%;
}

.section-partner-page {
  background-color: #f5f5f5;
  padding: 36px 0px;
}
.partner-title-nav {
  background-color: #f5f5f5;
  margin-top: -168px;
  padding-bottom: 114px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 38px;
  position: relative;
  box-shadow: 0 45px 30px 0 rgba(0, 0, 0, 0.16);
  background-image: url('../images/maps.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.partner-title-nav .title-section {
  margin-bottom: 71px;
}
.partner-title-nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.nav-tabs {
  justify-content: center;
  border: 0;
  margin: 0;
}
.nav-tabs .nav-item:first-child {
  margin-right: 152px;
}
.nav-tabs .nav-item .nav-link {
  background: none;
  border: 0;
  border-bottom: 4px solid transparent;
  font-size: 24px;
  color: #000000;
  padding-right: 0;
  padding-left: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ea2027;
  border-color: #ea2027;
}
.partner-img {
  margin-bottom: 60px;
  display: block;
}
.partner-img img {
  max-width: 100%;
}
/*testimoni*/

.section-testimoni {
  padding: 35px 0px;
}
.testimoni-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimoni-item .images {
  padding: 3px;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
}
.testimoni-item .images img {
  width: 190px;
}
.testimoni-item .content {
  padding-left: 47px;
}
.testimoni-item .desc {
  font-size: 16px;
  color: #000000 !important;
  font-family: sans-serif;
  text-align: left !important;
}
.testimoni-item .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000000 !important;
  font-family: sans-serif;
}
.testimoni-item .school {
  color: #000000;
}
/*gallery*/

.section-grallery {
  padding: 35px 0px;
}
.gallery-item {
  position: relative;
  margin-bottom: 13px;
  overflow: hidden;
}
.gallery-item img {
  height: 290px;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.gallery-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 14px;
  transition: all 0.3s ease-in-out;
}
.gallery-item .content .title {
  margin: 0;
  font-size: 16px;
  color: #3e3e3e;
}
.gallery-item:hover .content {
  background: #fff;
}
.gallery-item:hover img {
  transform: scale(1.2)
}
/*events*/

.section-events {
  padding-bottom: 100px;
}
.event-item {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  margin-bottom: 20px;
}
.event-item .images img {
  height: 259.6px;
  object-fit: cover;
  width: 100%;
}
.event-item .content {
  padding: 23px;
}
.event-item .content .meta {
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 13px;
}
.event-item .content .meta .by {
  margin-right: 28px;
}
.event-item .content .title {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  margin-bottom: 30px;
}
.event-item .content .title a {
  color: #2a2b30;
  display: block;
}
.event-item .content .desc {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 24px;
}
.event-item .read-more {
  color: #ea2027;
  font-size: 13px;
  font-weight: 600;
}
/*footer*/

.footer-area {
  background-color: #ea2027;
  padding: 12px 0px;
}
.footer-area .logo img {
  max-width: 100%;
}
.footer-area .login-link {
  font-size: 18px;
  font-weight: 900;
  font-family: 'Nanum Gothic Coding', monospace;
  color: #fff;
  text-decoration: underline;
  margin-right: 90px;
}
.footer-area .copyright {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  display: block;
  color: #fff;
}
.footer-area .copyright a {
  color: #fff;
}
.footer-area .logo-text {
  display: flex;
  border-left: 1px solid #ffffff6b;
  padding-left: 12px;
  align-items: center;
}
.contact-footer {
  display: flex;
  margin-bottom: 10px;
}
.contact-footer .icon img {
  width: 24px;
}
.contact-footer .text {
  padding-left: 6px;
  color: #ffffff;
  font-size: 13px;
}
.contact-footer:last-child {
  margin-bottom: 0;
}
/*about*/

.page-about {
  position: relative;
  padding-top: 70px;
}
.about-image {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 50%;
}
.about-image img {
  width: 100%;
}
.subtitle-section {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.page-about .title-section {
  text-align: left;
  font-size: 46px;
  margin-bottom: 16px;
}
.page-about .desc {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 5px;
}
.about-list-check {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.about-list-check li {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
.about-list-item {
  display: flex;
  background-color: rgba(235, 97, 0, 0.08);
  padding: 4px 15px;
  align-items: center;
  color: #000000;
  font-size: 13px;
  margin-bottom: 9px;
}
.about-list-item i {
  color: #ea2027;
  font-size: 20px;
}
.about-list-item .text {
  padding-left: 5px;
}
.about-benefit {
  background: #e11e25;
  padding-top: 30px;
  padding-bottom: 60px;
}
.about-benefit .title-section {
  font-size: 46px;
  color: #fff;
  margin-bottom: 59px;
}
.benefit-list {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
/*programs page*/

.program-page {
  padding-bottom: 120px;
}
.program-page .title-section {
  margin-bottom: 120px;
}
.program-page .container {
  padding-left: 30px;
  padding-right: 30px;
}
.program-page .row {
  margin-left: -30px;
  margin-right: -30px;
}
.program-page .row>div {
  padding-left: 30px;
  padding-right: 30px;
}
.box-program {
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
.box-program .program-img {
  width: 100%;
  transition: all 0.3s ease-in-out
}
.box-program:hover .program-img {
  transform: scale(1.2);
}
.box-program .content {
  align-items: center;
  padding: 30px;
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  top: 7px;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.box-program .text {
  width: 100%;
  text-align: center;
}
.box-program:hover .content {
  opacity: 1;
  visibility: visible;
}
.box-program .link-area {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.box-program .zoom {
  width: 71px;
  height: 72px;
  box-shadow: 0 6px 20px 0 rgba(48, 113, 255, 0.3);
  background-color: #ea2027;
  display: block;
  border-radius: 1000px;
  font-size: 30px;
  color: #fff;
  line-height: 72px;
  margin-right: 16px;
}
.box-program .zoom:hover {
  background: #c63220;
}
.box-program .link {
  width: 71px;
  height: 72px;
  background-color: #fff;
  display: block;
  border-radius: 1000px;
  font-size: 30px;
  color: #ec432e;
  line-height: 72px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.box-program .link:hover {
  background: #555;
  color: #fff;
}
.box-program .title {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  margin-bottom: 20px;
}
.box-program .category {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.box-program .category li {
  color: #555555;
  font-size: 17px;
  margin-right: 17px;
  padding-right: 17px;
  position: relative;
}
.box-program .category li:after {
  content: "";
  width: 4px;
  height: 3px;
  background-color: #555555;
  position: absolute;
  right: 0;
  top: 12px;
}
/*gallery page*/

.page-gallery {
  padding-bottom: 172px;
}
.page-gallery.filter-section {
  padding-bottom: 0;
}
.page-gallery .column {
  display: none;
}
.page-gallery .column.show-gallery {
  display: block;
}
.title-section-2 {
  font-size: 40px;
  font-weight: bold;
  color: #191919;
  position: relative;
  margin-bottom: 23px;
}
/*.title-section-2::after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  width: 165px;
  bottom: 0;
  background: #ea2027;
}*/
.filter-gallery {
  text-align: center;
  margin-bottom: 33px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.filter-gallery .btn-filter {
  padding: 11px 28px;
  border: 0;
  border-bottom: 4px solid rgba(234, 32, 39, 0.08);
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  outline: 0 !important;
  box-shadow: none !important;
  background: none;
}
.filter-gallery .btn-filter:hover {
  color: #ea2027;
}
.filter-gallery .btn-filter.active {
  border-color: #ea2027;
  color: #ea2027;
}
/*contact*/

.section-contact {
  background-color: #fff;
  padding-top: 42px;
  padding-bottom: 35px;
  position: relative;
  margin-top: 90px;
}
.contact-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.contact-img img {
  max-width: 100%;
}
.section-contact .subtitle-section {
  color: #000;
}
.section-contact .title-section {
  color: #000;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 16px;
}
.contact-info {
  color: #000;
  line-height: 0.86;
  margin-bottom: 16px;
}
/*detail event*/

.detail-event {
  padding-bottom: 20px;
  padding-top: 200px;
}
.box-detail-event {
  background-color: #f5f5f5;
}
.box-detail-event .content-text {
  padding: 109px 50px;
}
.box-detail-event .content-text .title-section {
  text-align: left;
  font-size: 50px;
  font-weight: bold;
  color: #2a2b30;
  margin-bottom: 33px;
}
.box-detail-event .content-text .desc {
  font-size: 20px;
}
.form-event {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.form-event .form-header {
  background-color: #ea2027;
  padding: 14px 43px;
}
.form-event .form-header .title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.form-event .form-header .title-desc {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.form-event .form-body {
  padding: 25px;
}
.form-control {
  height: 60px;
  border: 3px solid rgba(42, 43, 48, 0.08);
}
.custom-control-label {
  color: #555555;
  font-size: 16px;
}
.custom-control {
  margin-bottom: 20px;
}
.custom-control-input:checked~.custom-control-label::before {
  border-color: #ea2027;
  background-color: #ea2027;
}
.form-event .form-body .btn {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 46px;
}
.hero-item .text-menu-p {
  display: none;
}
.see-more-testi {
  font-size: 20px;
  font-weight: bold;
  color: #000 !important;
}
.list-menu{position: relative;display: inline-block;width: 500px;height: 300px;margin-top: 50px;margin-bottom: 50px;}
.menu-item{position: absolute;}
.menu-item.menu1{
    bottom: 0;
    left: 0;
    z-index: 5;
}
.menu-item.menu2{
    left: -37px;
    bottom: 110px;
    z-index: 4;
}
.menu-item.menu3{
    top: -7px;
    left: 69px;
    z-index: 3;
}
.menu-item.menu4{
    top: -35px;
    left: 259px;
    z-index: 2;
}
.menu-item.menu5{
    top: 5px;
    left: 335px;
    z-index: 2;
}
@media(max-width:767px) {
  .mobile-hide {
    display: none;
  }
  .navbar-light .navbar-toggler {
    border: 0;
    outline: 0;
    color: #ea2027;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
  }
  .header-area .navbar {
    align-items: center;
  }
  .header-area {
    padding: 30px 0px;
    background: #fff;
  }
  .logo-brand img {
    height: 35px
  }
  .header-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-menu .container .row {
    margin: 0;
  }
  .header-menu .container .row>div {
    padding: 0;
  }
  .header-menu .text-menu-p {
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.66);
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    left: 0;
  }
  .header-menu {
    padding-bottom: 0;
  }
  .hero-item {
    position: relative;
  }
  .header-menu .text-menu-p {
    text-align: center;
    display: block;
    padding: 35px;
  }
  .header-menu .text-menu-p .title {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 16px;
  }
  .header-menu .text-menu-p .text {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 9px;
  }
  .hero-item img {
    height: 222px;
    object-fit: cover;
  }
  .btn {
    padding: 9px 15px;
  }
  .owl-hero.owl-theme .owl-dots, .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .owl-theme .owl-dots .owl-dot span {
    border-color: #fff;
    background: none;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
  }
  .section-program {
    background-color: #d1272d;
    padding: 57px 0px;
  }
  .program-title-mobile {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px;
  }
  .program-desc-mobile {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
  }
  .partner-title-nav {
    margin-top: 0;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  .btn-white {
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
  }
  .section-partner {
    background: none;
  }
  .section-partner-page {
    background: none;
  }
  .partner-title-nav .title-section {
    text-align: left;
    font-size: 31px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    margin-bottom: 24px;
  }
  .partner-title-nav .title-section::after {
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    width: 100px;
    bottom: 0;

  }
  .section-partner .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
  .section-partner-page .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
  .section-partner .tab-content>.tab-pane h3 {
    font-size: 17px;
    font-weight: bold;
    color: #d1272d;
    margin-bottom: 18px;
  }
  .section-partner-page .tab-content>.tab-pane h3 {
    font-size: 17px;
    font-weight: bold;
    color: #d1272d;
    margin-bottom: 18px;
  }
  .partner-img {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 32px;
  }
  .section-testimoni {
    background-color: #f5f5f5;
  }
  .testimoni-item .images {
    display: none;
  }
  .testimoni-item .content {
    padding-left: 0;
  }
  .testimoni-list .col-md-6 {
    display: none;
  }
  .testimoni-list .col-md-6:first-child {
    display: block;
  }
  .testimoni-item .desc {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-align: center;
  }
  .testimoni-item .desc:before {
    margin-right: 10px;
  }
  .testimoni-item .desc:after {
    margin-left: 10px;
  }
  .testimoni-item .name, .testimoni-item .school {
    text-align: right;
  }
  .testimoni-item .name {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
  }
  .section-grallery .title-section, .section-events .title-section, .page-about .title-section {
    font-size: 31px;
    font-weight: bold;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 32px;
  }
  .gallery-list-section {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .gallery-list-section>div {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .gallery-item .content {
    top: 0;
    background-color: rgba(36, 36, 36, 0.57);
  }
  .gallery-item .content .title {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
  }
  .gallery-item:hover .content {
    background-color: rgba(36, 36, 36, 0.57);
  }
  .section-events {
    background-color: #f5f5f5;
    padding: 32px 0px;
  }
  .event-item .images img {
    height: 100%;
  }
  .event-item .content .meta {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .event-item .content .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .event-item .content .desc {
    font-size: 16px;
    margin: 0;
  }
  .event-item .content .read-more {
    display: none;
  }
  .section-events .show-more {
    font-size: 13px;
    font-weight: bold;
    color: #d1272d;
  }
  .footer-area {
    background-color: #5f5f5f;
    padding: 48px 0px;
  }
  .select-language {
    margin-top: 60px;
  }
  .select-language .label {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
  }
  .select-language .form-control {
    height: 43px;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 30px;
  }
  .footer-area .col-md-7 {
    order: 12;
  }
  .footer-area .logo-text {
    padding: 0;
    border: 0;
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .contact-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .contact-footer:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    padding-top: 30px;
  }
  .contact-footer .text {
    font-size: 16px;
  }
  .section-contact {
    margin: 0;
    padding: 0;
    background: none;
  }
  .contact-img {
    position: relative;
    padding: 15px;
    width: 100%;
    background-color: #d1272d;
    height: 207px;
    overflow: hidden;
  }
  .contact-img img {
    position: absolute;
    right: -75px;
    top: 0;
    height: 207px;
  }
  .title-get {
    font-size: 31px;
    font-weight: bold;
    color: #fff;
  }
  .contact-img .row, .contact-img .row>div {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .contact-info {
    color: #241b1b;
    line-height: 2.08;
    padding: 31px 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .section-contact .container {
    padding: 0;
  }
  .section-contact .container .row {
    margin: 0;
  }
  .section-contact .container .row>div {
    padding: 0;
  }
  .detail-event {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .box-detail-event .content-text {
    padding: 0;
  }
  .box-detail-event {
    background: none;
  }
  .box-detail-event .content-text .title-section {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 21px;
  }
  .box-detail-event .content-text .desc {
    font-size: 13px;
    font-weight: normal;
  }
  .form-event {
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: none;
    background-color: #f5f5f5;
  }
  .form-event .form-header {
    padding: 45px 15px;
  }
  .form-event .form-header .title {
    font-size: 37px;
    margin-bottom: 28px;
  }
  .form-body .text-right {
    text-align: center !important;
  }
  .page-gallery.filter-section {
    background-image: url('../images/event-mobile.png');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 45px 0px;
    z-index: 1;
  }
  .page-gallery.filter-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: -1;
  }
  .page-gallery.filter-section .title-section-2 {
    font-size: 43px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
  }
  .page-gallery.filter-section .title-desc {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
  }
  .filter-gallery {
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    max-width: 186px;
    width: 100%;
    border-radius: 10px;
    display: none;
  }
  .filter-gallery .btn-filter {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    border: 0;
    margin: 0;
  }
  .dropdown-filter-gallery {
    position: relative;
  }
  .dropdown-filter-gallery .toggler-filter {
    height: 50px;
    border-radius: 8px;
    border: solid 1px #707070;
    background-color: #ffffff;
    max-width: 186px;
    padding: 16px 18px;
    font-size: 12px;
    color: #a5a5a5;
    line-height: 1.67;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .dropdown-filter-gallery .toggler-filter:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #000;
    position: absolute;
    right: 16px;
    top: 24px;
  }
  .page-gallery {
    padding: 41px 0px;
  }
  .page-gallery .gallery-item img {
    height: 159px;
  }
  .page-gallery .gallery-item .content .title {
    font-size: 32px;
    font-weight: 900;
  }
  .page-gallery .gallery-item {
    border-radius: 10px;
  }
  .about-image {
    position: initial;
    padding: 0px 15px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 64px;
  }
  .page-about {
    padding: 25px 0px;
  }
  .welcome-about-us {
    margin-bottom: 32px;
  }
  .welcome-about-us .title {
    margin-bottom: 32px;
    color: #d1272d;
    font-size: 29px;
    font-weight: bold;
  }
  .welcome-about-us .desc {
    font-size: 12px;
    color: #292929;
    margin: 0;
  }
  .about-us-content {
    margin-right: -15px;
    margin-left: -15px;
    padding: 40px 15px;
    background-color: #f5f5f5;
  }
  .page-about .title-section {
    color: #d1272d;
  }
  .page-about .desc .mobile-text-big {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #292929;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  .about-list-check {
    margin-top: 15px;
    display: block;
  }
  .about-list-check li {
    width: 100%;
  }
  .about-list-item {
    font-size: 15px;
    padding: 20px;
  }
  .program-page .title-section{
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.img-display {
    width: 100%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-display-page {
    max-width: 100%;
    height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-display-benefits {
    max-width: 100%;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-display-event {
    max-width: 100%;
    height: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-partner{
  background-color: #DD9F15;
  border-radius: 3px;
  color: #fff;
  width: 100%;
}

.desk-partner{
  background-color: #DD9F15;
  border-radius: 3px;
  color: #fff;
  width: 100%; 
  text-align: left !important;
}

.img-partner{
  border: 5px solid #DD9F15;
  border-radius: 3px;
  background-color: #fff; 
  max-width: 100%;
}

.font-medium{
  font-family: sans-serif;
  font-size: 16px !important;
}

.font-large{
  font-family: sans-serif;
  font-size: 30px !important;
}

.font-large-white{
  font-family: sans-serif;
  font-size: 30px !important;
  color: #fff;
}

.font-xl{
  font-family: sans-serif;
  font-size: 36px !important;
}

.font-program{
  font-family: sans-serif;
  font-size: 20px !important;
}

.font-asal-sekolah{
  font-family: sans-serif;
  font-size: 16px !important;
  font-style: italic;
}

.link-yt{
  background-color: red;color: white;
}

.font-kontak{
  font-family: sans-serif;
  font-size: 16px !important;
  color: #000 !important;
}

.font-alamat{
  line-height: 25px;
}

.bg-kontak{
  background-color: #fff !important;
}

.img-event{
  width: 100%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.img-event-mobile{
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.img-benefits{
  width: 100%;
  height: 100%;
}

.jarak-banner{
  margin-top: 5rem !important;
}

.text-banner{
  font-family: sans-serif;
  font-size: 16px !important;
  font-style: italic;
}

.jarak-partner{
  height: 200px;
}

.text-footers{
  font-family: sans-serif;
  font-size: 12px !important;
  color: #fff;
}

.text-footers-bold{
  font-family: sans-serif;
  font-size: 12px !important;
  color: #fff;
}

.btn-footer-drop{
  height: 43px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
  width: 100%;
}

.drop-item{
  width: 100%;
}

.font-identity{
  font-family: sans-serif;
  font-size: 16px !important;
  line-height: 24px !important;
}