/*@include font-face("Typo Round", font-files("../fonts/Typo_Round_Regular_Demo.otf"));

@include font-face("Typo Round", font-files("../fonts/Typo_Round_Bold_Demo.otf"), null, bold, normal);

@include font-face("Typo Round", font-files("../fonts/Typo_Round_Light_Demo.otf"), null, 300, normal);

@include font-face("Typo Round", font-files("../fonts/Typo_Round_Light_Italic_Demo.otf"), null, 300, italic);

@include font-face("Typo Round", font-files("../fonts/Typo_Round_Italic_Demo.otf"), null, normal, italic);

@include font-face("Typo Round", font-files("../fonts/Typo_Round_Bold_Italic_Demo.otf"), null, bold, italic);*/
@-webkit-keyframes bottomsheet {
  from {
    -webkit-transform: translateY(100%);
    -webkit-opacity: 1;
  }
  to {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
}
@keyframes bottomsheet {
  from {
    transform: translateY(100%);
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
body {
  font-family: "Roboto", sans-serif;
}

.p-0 {
  padding: 0;
}

.btn:hover {
  opacity: 0.9;
}

.va-top {
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.btn-green {
  background: #507915;
  color: #fff;
}
.btn-green:hover {
  color: #fff;
}

.underlined {
  text-decoration: underline;
}

#site-header .blue-header {
  background: #235c9c;
  width: 100%;
  position: absolute;
  height: 20px;
  left: 0;
  top: 0;
  z-index: 0;
}
#site-header .header-wrapper {
  padding: 0 3.5%;
  position: relative;
}
#site-header .navbar-default {
  background-color: #fff;
  height: 100px;
  line-height: 100px;
  padding: 0;
  border-color: transparent;
  transition: 0.6s;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 12px 0 rgba(0, 0, 0, 0.12);
}
#site-header .navbar-default .active-bar {
  height: 40%;
  width: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 30%;
}
#site-header .navbar-default .navbar-header {
  position: relative;
  z-index: 100;
}
#site-header .navbar-default .navbar-header .navbar-brand {
  padding-top: 0;
}
#site-header .navbar-default .navbar-collapse {
  padding-top: 30px;
}
#site-header .navbar-default .navbar-collapse .navbar-nav li {
  margin: 0 15px;
  position: relative;
}
#site-header .navbar-default .navbar-collapse .navbar-nav li a {
  color: #2a333b;
  opacity: 0.9;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
#site-header .navbar-default .navbar-collapse .navbar-nav li a:hover, #site-header .navbar-default .navbar-collapse .navbar-nav li a:focus, #site-header .navbar-default .navbar-collapse .navbar-nav li a:active {
  border-bottom: 3px solid #235c9c;
}
#site-header .navbar-default .navbar-collapse .navbar-nav li.active a {
  border-bottom: 3px solid #235c9c;
  background: transparent;
}
#site-header .navbar-default.affix {
  position: fixed;
  padding-top: 0;
  height: 60px;
  width: 100%;
  line-height: 60px;
  background-color: rgba(33, 33, 33, 0.9) !important;
  /*@include box-shadow(0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 12px 0 rgba(0, 0, 0, 0.12));*/
}
#site-header .navbar-default.affix .navbar-header .logo {
  width: 100px !important;
  transition: 0.6s;
}
#site-header .navbar-default.affix .navbar-collapse {
  padding-top: 5px !important;
}
#site-header .btn-donation {
  padding: 12px 12px;
}

.subnav {
  position: relative;
  width: 100%;
  background: #fff;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 12px 0 rgba(0, 0, 0, 0.12);
  border-top: 1px solid #2a333b;
}
.subnav .nav-subnav {
  padding-left: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: normal;
  padding: 10px 0;
  margin: 0;
}
.subnav .nav-subnav li {
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}
.subnav .nav-subnav li:hover {
  background: #235c9c;
  color: #fff;
}

.pagination {
  margin-top: 40px;
}

.pagination > li > a, .pagination > li > span {
  padding: 8px 16px;
  margin: 0 5px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.slider {
  padding: 90px 0 0;
}
.slider #owl-slider-home {
  height: auto;
  margin-top: 60px;
}
.slider #owl-slider-home .item img {
  width: 100%;
  height: 82vh;
  object-fit: cover;
  object-position: left;
}

#history {
  padding: 30px 20px;
  background-image: url("../assets//BG.png");
  background-size: cover;
}
#history .title {
  font-weight: bold;
  margin-top: 0;
}
#history .underline {
  background: #235c9c;
  height: 3px;
  width: 100%;
  margin-bottom: 15px;
}
#history .right-history {
  padding: 0 5px;
}
#history .right-history .img-history {
  margin: 40px auto 0;
  width: 100%;
}
#history .title-header {
  background: #235c9c;
  padding: 5px 20px;
  text-align: center;
  margin: 15px auto 15px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  max-width: 300px;
}
#history .img-vision {
  margin: 10px auto;
}
#history .mission {
  padding-left: 0;
  text-align: center;
}
#history .mission li {
  margin-bottom: 10px;
}

#programs .title-header {
  background: #235c9c;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
#programs .program-content {
  padding: 25px 20px;
  background: #f4f4f4;
}
#programs .program-content .program-icon {
  margin: 0 auto;
}
#programs .program-content .program-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
#programs .program-content .program-desc {
  text-align: center;
}
#programs .program-content .btn-download {
  display: block;
  margin: 10px auto;
}

#activity {
  padding: 20px;
}
#activity .title {
  font-weight: bold;
  margin-top: 50px;
}
#activity .desc {
  margin-bottom: 40px;
}
#activity .see-more {
  color: #235c9c;
}
#activity .see-more:hover, #activity .see-more:active, #activity .see-more:focus {
  color: #507915;
  text-decoration: none;
}
#activity .img-activity {
  margin: 0 auto;
}

.footer {
  background: #235c9c;
  color: #fff;
  padding: 25px 20px;
}
.footer .name {
  margin-top: 5px;
  font-weight: bold;
}
.footer .links, .footer .location {
  padding-left: 0;
  list-style: none;
}
.footer .links li, .footer .location li {
  margin-bottom: 5px;
}
.footer .links a, .footer .location a {
  color: #fff;
  font-size: 16px;
}
.footer .links a:hover, .footer .links a:active, .footer .links a:focus, .footer .location a:hover, .footer .location a:active, .footer .location a:focus {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer .social {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .btn-donation {
  margin-top: 20px;
  padding: 10px 20px;
}
.footer .btn-donation:hover {
  color: #fff;
  text-decoration: none;
}
.footer .box-flex {
  display: flex;
}
.footer .box-flex .img-logo-footer {
  width: 60px;
}
.footer .box-flex .box-right {
  padding-left: 15px;
}

.registration {
  position: fixed;
  bottom: 0;
  right: 90px;
}
.registration .header {
  background: #235c9c;
  padding: 10px 60px;
  text-align: center;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.registration .content {
  display: none;
  background: #fff;
  padding: 10px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.registration .form-group {
  text-align: center;
}
.registration .btn-submit {
  background: #235c9c;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
.registration .agree-checkbox {
  vertical-align: top;
  margin-right: 3px;
}
.registration .form-group {
  margin-bottom: 10px;
}

#gallery .title, #profile .title, #testimony .title, #career .title {
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  margin-bottom: 15px;
}
#gallery .desc, #profile .desc, #testimony .desc, #career .desc {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

#gallery {
  padding: 140px 0 30px;
}
#gallery .gallery-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#gallery .img-gallery {
  width: 18%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

#profile {
  padding: 140px 0 30px;
}
#profile .section-team {
  margin-bottom: 30px;
}
#profile .img-team {
  margin: 0 auto;
  width: 360px;
}
#profile .title-team {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 20px;
}
#profile .desc-team {
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
}
#profile .desc-team li {
  font-size: 16px;
  margin-bottom: 5px;
}

#career {
  padding: 140px 0 30px;
}
#career .item {
  text-align: center;
  padding: 20px 15px;
  border: 1px solid #f4f4f4;
  background: #fff;
}
#career .item.open .content {
  max-height: auto;
}
#career .item .name {
  font-size: 18px;
  color: #2a333b;
  font-weight: bold;
  margin-bottom: 15px;
}
#career .item .qualification {
  font-size: 15px;
  color: #2a333b;
  margin-bottom: 5px;
}
#career .item .content {
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#career .item .list {
  padding-left: 25px;
}
#career .item .see-more {
  margin-top: 10px;
  color: #235c9c;
  cursor: pointer;
}
#career .item .see-more:hover {
  opacity: 0.8;
}
#career .item:hover {
  transform: scale(1.1);
  z-index: 1000;
  -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

#method {
  padding-bottom: 30px;
}
#method .method-wrapper {
  text-align: center;
  padding: 15px;
  background: #235c9c;
  color: #fff;
  font-size: 15px;
}

#testimony {
  padding-top: 140px;
}

.popup .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 3000;
}
.popup .popup-content {
  width: 600px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #666 !important;
  height: auto;
  top: 45%;
  margin: 30px auto;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.popup .popup-body {
  padding-top: 20px;
}
.popup .popup-close .fa {
  font-size: 18px;
  height: 18px;
}
.popup .popup-close a {
  text-align: center;
  color: #fff;
  background-color: #507915;
  padding: 6px 7px 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 100;
}
.popup .popup-inner {
  max-height: 80vh;
  overflow-y: auto;
}
.popup .popup-inner p {
  line-height: 1.5;
  padding: 20px;
}
.popup .popup-inner .img-international {
  width: 120px;
  padding-left: 20px;
}
.popup .popup-inner .img-donate {
  width: 120px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #site-header .navbar-default {
    padding: 5px 0;
    height: auto;
    line-height: auto;
  }
  #site-header .navbar-default .active-bar {
    left: auto;
    right: 0;
  }
  #site-header .navbar-header .logo {
    width: 60px !important;
  }
  #site-header .header-wrapper {
    padding: 0 2.5%;
  }
  #site-header .navbar-toggle {
    border-color: transparent;
    margin-top: 15px;
    margin-right: 0;
    padding: 11px 10px 0;
  }
  #site-header .navbar-toggle:focus, #site-header .navbar-toggle:hover {
    background-color: transparent;
  }
  #site-header .navbar-toggle .icon-bar {
    background-color: #235c9c;
    height: 4px;
    width: 35px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #site-header .navbar-collapse {
    background-color: #fff;
    border: none;
    width: 100%;
    padding: 0 !important;
  }
  #site-header .navbar-nav {
    padding: 10px;
    margin: 7.5px 0;
    display: block;
  }
  #site-header .navbar-nav li {
    text-align: right;
    display: block !important;
    max-width: 104px;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  #site-header .navbar-nav li a {
    padding: 10px 0 !important;
  }
  #site-header .navbar-default.affix .navbar-header .logo {
    padding-top: 2px;
  }

  .slider {
    padding: 0;
  }
  .slider #owl-slider-home .item img {
    height: 30vh;
  }

  #history {
    padding: 25px 10px 30px;
  }
  #history .title-header {
    margin-top: 30px;
  }
  #history .right-history {
    padding: 0 15px;
  }
  #history .right-history .img-history {
    margin-top: 20px;
  }

  #programs .program {
    margin-bottom: 35px;
  }
  #programs .program:last-child {
    margin-bottom: 0;
  }

  #activity .title {
    margin-top: 0;
  }
  #activity .img-activity {
    margin-top: 20px;
  }
  #activity .desc {
    margin-bottom: 10px;
  }

  .footer {
    padding: 25px 5px 60px;
  }
  .footer .box-flex .img-logo-footer {
    margin-right: auto;
  }
  .footer .location-wrapper {
    padding-top: 10px;
    padding-left: 20px;
  }
  .footer .social-wrapper {
    padding-top: 10px;
    text-align: left;
  }
  .footer .social-wrapper .name {
    text-align: left;
  }
  .footer .social-wrapper .social {
    justify-content: flex-start;
  }
  .footer .social-wrapper .social-icon {
    width: 70%;
    margin-right: 10px;
  }
  .footer .btn-donation {
    margin-top: 5px;
  }

  .registration {
    width: 85%;
    right: auto;
    left: 7.5%;
  }
  .registration .header {
    font-size: 16px;
  }

  #gallery, #profile, #testimony, #career {
    padding: 90px 0 20px;
  }
  #gallery .title, #profile .title, #testimony .title, #career .title {
    margin-bottom: 15px;
    font-size: 26px;
  }

  #gallery .img-gallery {
    width: 47%;
    margin-bottom: 13px;
  }

  #profile .title-team {
    margin-top: 15px;
  }

  .popup .popup-content {
    width: 300px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  #site-header .navbar-default .navbar-collapse {
    margin-bottom: 17px;
  }
  #site-header .navbar-default .navbar-collapse .navbar-nav {
    float: right;
  }
  #site-header .navbar-default .navbar-collapse .navbar-nav li {
    margin: 0 7px 0 0;
  }

  .slider #owl-slider-home .item img {
    height: 30vh;
  }

  #history .right-history .img-history {
    max-width: 300px;
    margin: 20px auto 20px 10px;
  }

  #programs .program-content {
    padding-bottom: 0;
  }
  #programs .program {
    margin-bottom: 20px;
  }

  #activity .title {
    margin-top: 0;
  }
  #activity .desc {
    margin-bottom: 20px;
  }
  #activity .img-activity {
    margin-top: 10px;
  }

  .footer .social-wrapper {
    padding-left: 25px;
    text-align: left;
  }
  .footer .social-wrapper .name {
    text-align: left;
  }
  .footer .social-wrapper .social {
    justify-content: flex-start;
  }
  .footer .social-wrapper .social-icon {
    width: 70%;
    margin-right: 10px;
  }
  .footer .btn-donation {
    margin-top: 5px;
  }

  .registration {
    right: 50px;
  }

  #gallery .img-gallery {
    width: 23%;
  }

  #profile {
    padding: 140px 15px 30px;
  }
  #profile .img-team {
    margin-left: 0;
    margin-bottom: 15px;
  }

  #testimony {
    padding: 140px 15px 30px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
