@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");

body {
  font-family: "Noto Sans", sans-serif;
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 100vh;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pp-logo-nav {
  height: 100px;
  width: auto;
}

footer {
  background: #121b39;
  padding: 3rem 0;
  color: #fff;
}

.logo-footer {
  display: flex;
  align-items: center;
}

.logo-footer > img {
  width: 250px;
  height: auto;
}

.footer-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
  padding: 0 20px;
}

.container {
  position: relative;
  z-index: 900;
}

.container-fluid {
  position: relative;
  z-index: 900;
}

/* Section1 */
.bg-sec1 {
  position: relative;
}

.bg-img-sec1 {
  background-image: url("../img/img-hk.jpg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.event-detail {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  margin-bottom: 70px;
  text-align: left;
}

.padding-mobile {
  padding: 0 !important;
}

.event-detail-1 {
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 55px;
  margin: 40px 10px 20px 10px;
  padding: 50px 20px 15px 20px;
  font-weight: bold;
  width: 90%;
}

.event-detail-2 {
  margin: -15px 10px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 90%;
  padding: 0px 0px 30px 0px;
}

.event-detail-2 > .h5-1 {
  border-bottom: 1px solid #fff;
  padding: 10px 20px 15px 20px;
  line-height: 45px;
  color: #35373d;
}

.event-detail-2 > .h5-2 {
  padding: 10px 20px;
  line-height: 35px;
  color: #35373d;
}

.event-detail-2 > .h5-3 {
  border-top: 1px solid #fff;
  padding: 10px 20px 15px 20px;
  line-height: 45px;
  color: #35373d;
}

.form-register {
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  width: 100%;
}

.header-form {
  background: #fff;
  color: #121b39;
  text-align: center;
  padding: 30px 10px 0px 10px;
  line-height: 40px;
}

.header-form > h3 {
  line-height: 40px;
}

.form-input {
  display: flex;
  flex-direction: column;
  margin: 5px 30px;
}

.form-input > input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  opacity: 1;
  color: #000;
  height: 50px;
  width: 100%;
  margin-top: 10px;
  padding: 5px 0px 5px 10px;
  font-size: 16px;
}

.btn-submit {
  border: none;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  text-align: center;
  justify-content: center;
  margin: 30px 40px;
  font-size: 18px;
  background-color: #1d91d0;
  background: linear-gradient(to right, #439fd1 50%, #1d91d0 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}

.btn-submit:hover {
  background-position: left bottom;
}

/* Section2 */
.bg-sec2 {
  position: relative;
}

.bg-img-sec2 {
  background-image: url("../img/BannerB.jpg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
}

.personal-detail {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px 0px 30px 0px;
  padding: 30px 15px;
}

.border-center {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.border-tb {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.img-personal-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-personal-detail > img {
  width: 50%;
  height: auto;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.wording {
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.border-profile-1 {
  border-top: 3px solid #00a2ff;
  color: transparent;
  width: 65px;
  margin: 15px 0px;
}

.border-about-TF {
  border-top: 2px solid #00a2ff;
  color: transparent;
  width: 120px;
  margin: 15px 0px;
}

.border-section {
  border-top: 2px solid #2bb0fd;
  color: transparent;
  width: 80%;
  margin: 20px 0px;
}

.social-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}

.social-link > span {
  margin: 0px 5px;
}

.social-link > span > i {
  margin-right: 5px;
}

/* Section3 */
.bg-sec3 {
  position: relative;
  padding: 0px 0px 100px 0px;
}

.img-personal-detail-sec3 {
  display: flex;
}

.img-personal-detail-sec3 > img {
  width: 100%;
  height: auto;
}

.detail-personal-detail-sec3 {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 15px;
  color: #fff;
}

/* Section4 */
.bg-sec4 {
  position: relative;
}

.bg-img-sec4 {
  background-image: url("../img/img-head.jpg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.content-sec4 {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 255, 255, 0.88) 100%
  );
  position: relative;
  z-index: 99;
  padding: 60px;
  margin: 90px 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.header-sec4 {
  color: #101b3d;
}

.detail-sec4 {
  color: #1a5698;
}

#btn-to-top {
  border: none;
  color: #101b3d;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 290px;
  height: 66px;
  text-align: center;
  justify-content: center;
  margin: 30px 0px;
  font-size: 22px;
  font-weight: bold;
  background-color: #ffb100;
  background: linear-gradient(to right, #ffbf2c 50%, #ffb100 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}

#btn-to-top:hover {
  background-position: left bottom;
}

@media screen and (min-width: 810px) and (max-width: 920px) {
  .img-personal-detail > img {
    width: 100%;
    height: 160px;
  }

  .footer-detail-text {
    text-align: right;
  }
}

@media screen and (max-width: 450px) {
  .footer-detail {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    line-height: 35px;
    margin-top: 0px;
    padding: 0 20px;
  }

  .pp-logo-nav {
    height: 50px;
  }

  .border-tb {
    border-top: 1px solid transparent;
    /* border-bottom: 1px solid rgba(255, 255, 255, .5); */
  }

  .border-center {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }

  .padding-mobile {
    padding: 0px 12px 0px 12px !important;
  }

  .event-detail {
    background: rgb(255, 255, 255);
    background: linear-gradient( 0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100% );
    margin-bottom: 30px;
    text-align: left;
  }

  .content-sec4 {
    background: rgb(255, 255, 255);
    background: linear-gradient( 0deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.88) 100% );
    position: relative;
    z-index: 99;
    padding: 60px;
    margin: 0px 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 290px) {
  .pp-logo-nav {
    height: 35px;
  }

  .event-detail-1 {
    border-bottom: 1px solid #fff;
    color: #fff;
    line-height: 55px;
    margin: 0px 0px 20px 0px;
    padding: 40px 0px;
    font-weight: bold;
    width: 99%;
  }

  .event-detail-2 {
    margin: -15px 10px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 95%;
  }

  .event-detail-2 > .h5-1 {
    border-bottom: 1px solid #fff;
    padding: 10px 0px 15px 0px;
    line-height: 45px;
  }

  .event-detail-2 > .h5-2 {
    padding: 10px 0px;
    line-height: 35px;
  }

  .content-sec4 {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.88) 0%,
      rgba(255, 255, 255, 0.88) 100%
    );
    position: relative;
    z-index: 99;
    padding: 60px 5px;
    margin: 90px 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
